@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus {
  outline: 0; }

/*
  1. Default font size.
  2. Correct the line height in all browsers.
  3. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* 
  1. Remove the margin in all browsers.
  2. Default line-height.
  3.auto: Browser makes predictions about when you can adjust speed, readability, and geometric accuracy while drawing text. Different browsers respond with different values.
    optimizeSpeed: Browser prioritizes more the rendering speed compared to legibility and geometric precision while drawing text. It disables kerning and ligatures.
    optimizeLegibility: Browser prioritizes more legibility compared to rendering speed and geometric precision while drawing text.  It enables kerning and optional ligatures.
    geometricPrecision: The browser prioritizes more geometric precision compared to rendering speed and legibility while drawing text. Certain aspects of fonts like kerning, don’t scale linearly hence it can make text using those fonts look even better.
*/
body {
  margin: 0;
  line-height: 1;
  text-rendering: auto;
  /* auto, optimizeSpeed, optimizeLegibility, geometricPrecision */ }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time, img {
  display: block; }

/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block; }

/* Add the correct display in all browsers. */
summary {
  display: list-item; }

/* Typography Styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova", sans-serif;
  font-size: inherit;
  font-weight: inherit; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  color: #ffffff;
  font-weight: normal; }

p {
  color: #ffffff;
  font-weight: normal; }

a {
  text-decoration: none;
  font-weight: normal; }

a:active, a:hover, a:link {
  outline: 0;
  text-decoration: none; }

/* Remove the gray background on active links in IE 10. */
a {
  background-color: transparent; }

b, strong {
  font-weight: bolder; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Removes the default spacing and border for appropriate elements. */
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0; }

/* Table Styles */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

/* Input, Button, Optgroup, Select, Textarea  Styles */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* Remove the default vertical scrollbar in IE 10+ */
textarea {
  overflow: auto;
  resize: vertical; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
button {
  -webkit-appearance: none; }

button, input {
  overflow: visible; }

button,
[role="button"] {
  cursor: pointer; }

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/*
  1. Add the correct box sizing in IE 10. 
  2. Remove the padding in IE 10. 
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/*
 1. Correct the odd appearance in Chrome and Safari.
 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/*
  Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Media Styles */
img {
  border-style: none; }

img, audio, video {
  max-width: 100%;
  height: auto; }

iframe {
  border: 0; }

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle; }

* html body {
  margin-top: 0 !important; }

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important; }

  * html body {
    margin-top: 0 !important; } }
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, br, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, select, input,
button, sub, sup, script, map, bdo {
  font-size: 16px;
  line-height: 1.3; }
  @media (min-width: 320px) and (max-width: 1439px) {
    html, body, div, span, applet, object, iframe,
    p, blockquote, pre,
    a, abbr, br, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video, textarea, select, input,
    button, sub, sup, script, map, bdo {
      font-size: 16px;
      font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    html, body, div, span, applet, object, iframe,
    p, blockquote, pre,
    a, abbr, br, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video, textarea, select, input,
    button, sub, sup, script, map, bdo {
      font-size: 16px; } }

body {
  overflow-x: hidden;
  background-color: #212121; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 5%; }
  h1 span, h1 strong, h1 a, h2 span, h2 strong, h2 a, h3 span, h3 strong, h3 a, h4 span, h4 strong, h4 a, h5 span, h5 strong, h5 a, h6 span, h6 strong, h6 a {
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 900; }
  h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-weight: 700; }

h1 {
  font-size: 38px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    h1 {
      font-size: 43px;
      font-size: calc(38px + (48 - 38) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 38px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    h2 {
      font-size: 43px;
      font-size: calc(38px + (48 - 38) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    h2 {
      font-size: 48px; } }

h3 {
  font-size: 30px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    h3 {
      font-size: 34px;
      font-size: calc(30px + (38 - 30) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    h3 {
      font-size: 38px; } }

h4 {
  font-size: 24px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    h4 {
      font-size: 27px;
      font-size: calc(24px + (30 - 24) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    h4 {
      font-size: 30px; } }

h5 {
  font-size: 18px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    h5 {
      font-size: 21px;
      font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    h5 {
      font-size: 24px; } }

h6 {
  font-size: 18px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    h6 {
      font-size: 18px;
      font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    h6 {
      font-size: 18px; } }

ul, ol {
  display: inline-block;
  padding-left: 0px; }

li {
  font-size: 16px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    li {
      font-size: 17px;
      font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    li {
      font-size: 18px; } }

p {
  font-size: 16px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    p {
      font-size: 16px;
      font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    p {
      font-size: 16px; } }

span {
  font-size: 16px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    span {
      font-size: 16px;
      font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    span {
      font-size: 16px; } }

a {
  font-size: 16px; }
  @media (min-width: 320px) and (max-width: 1439px) {
    a {
      font-size: 16px;
      font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    a {
      font-size: 16px; } }

.font-weight-black {
  font-weight: 900; }

.font-weight-extrabold {
  font-weight: 800; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-semibold {
  font-weight: 600; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-regular {
  font-weight: 400; }

.font-weight-light {
  font-weight: 300; }

.font-weight-extra-light {
  font-weight: 200; }

.font-weight-thin {
  font-weight: 100; }

#page__wrapper {
  position: relative;
  overflow-x: hidden; }
  #page__wrapper.active {
    overflow: hidden;
    height: 100vh; }

.so-row {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left; }

.wysiwyg-editor h1, .wysiwyg-editor h2, .wysiwyg-editor h3, .wysiwyg-editor h4, .wysiwyg-editor h5, .wysiwyg-editor h6 {
  padding: 15px 0 15px 0; }
.wysiwyg-editor .wp-block-table:before {
  display: none; }
.wysiwyg-editor figure {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative; }
  .wysiwyg-editor figure:before {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FF7777;
    z-index: -1;
    transform: translate(15px, 15px); }
    @media screen and (max-width: 600px) {
      .wysiwyg-editor figure:before {
        transform: translate(10px, 10px); } }
  .wysiwyg-editor figure img {
    position: relative; }
  .wysiwyg-editor figure figcaption {
    margin: 0;
    padding-top: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); }
.wysiwyg-editor p {
  padding: 15px 0; }
  .wysiwyg-editor p a {
    color: #FF7777;
    font-weight: 500; }
  .wysiwyg-editor p strong {
    font-weight: 700; }
.wysiwyg-editor ul {
  padding-left: 10px; }
  .wysiwyg-editor ul li {
    position: relative; }
    .wysiwyg-editor ul li:before {
      content: '';
      position: absolute;
      width: 3px;
      height: 3px;
      top: 50%;
      left: -10px;
      transform: translate(0, -50%);
      background-color: #FF7777; }
.wysiwyg-editor ol {
  padding-left: 30px;
  list-style: decimal; }
@media screen and (max-width: 768px) {
  .wysiwyg-editor h1, .wysiwyg-editor h2, .wysiwyg-editor h3, .wysiwyg-editor h4, .wysiwyg-editor h5, .wysiwyg-editor h6 {
    padding-bottom: 20px; } }

.so-text--gray {
  font-size: 18px;
  opacity: .7; }
  @media (min-width: 320px) and (max-width: 1439px) {
    .so-text--gray {
      font-size: 20px;
      font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    .so-text--gray {
      font-size: 22px; } }

.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #FF7777;
  box-sizing: border-box;
  padding: 15px 65px 14px 65px;
  border: none;
  width: fit-content;
  position: relative; }
  .cta-button span {
    font-size: 16px;
    font-family: 'Bayon';
    white-space: nowrap; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .cta-button span {
        font-size: 16px;
        font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .cta-button span {
        font-size: 16px; } }
  .cta-button:hover {
    box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }

.so-button {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  position: relative;
  width: fit-content;
  padding: 0;
  border: none; }
  .so-button:hover {
    box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }
    .so-button:hover .so-button-wrapper {
      transform: translateY(0);
      opacity: 1; }
  .so-button-wrapper {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(96%);
    z-index: -1;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    z-index: 1; }
  .so-button-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #FF7777;
    box-sizing: border-box;
    padding: 15px 65px 14px 65px;
    border: none;
    width: fit-content;
    position: relative;
    z-index: 2; }
    .so-button-main span {
      font-size: 16px;
      font-family: 'Bayon';
      white-space: nowrap; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-button-main span {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-button-main span {
          font-size: 16px; } }
  .so-button-i {
    background-image: url(img/i-button.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: -1; }
    .so-button-i--1 {
      width: 15px;
      height: 15px;
      transform: rotate(37deg);
      left: 2%;
      top: -20px; }
    .so-button-i--2 {
      width: 5px;
      height: 5px;
      transform: rotate(-148deg);
      left: 17%;
      top: -15px; }
    .so-button-i--3 {
      width: 8px;
      height: 8px;
      transform: rotate(28deg);
      left: 26%;
      top: -25px; }
    .so-button-i--4 {
      width: 8px;
      height: 8px;
      transform: rotate(-48deg);
      left: 35%;
      top: -10px; }
    .so-button-i--5 {
      width: 20px;
      height: 20px;
      transform: rotate(0deg);
      left: 42%;
      top: -35px; }
    .so-button-i--6 {
      width: 5px;
      height: 5px;
      transform: rotate(11deg);
      left: 55%;
      top: -10px; }
    .so-button-i--7 {
      width: 8px;
      height: 8px;
      transform: rotate(-48deg);
      left: 64%;
      top: -26px; }
    .so-button-i--8 {
      width: 14px;
      height: 14px;
      transform: rotate(37deg);
      left: 80%;
      top: -28px; }
    .so-button-i--9 {
      width: 8px;
      height: 8px;
      transform: rotate(57deg);
      left: 94%;
      top: -7px; }

.so-frame {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FF7777;
  z-index: -1;
  transform: translate(15px, 15px); }
  .so-frame--30 {
    transform: translate(30px, 30px); }
    @media screen and (max-width: 768px) {
      .so-frame--30 {
        transform: translate(10px, 10px); } }
  @media screen and (max-width: 600px) {
    .so-frame {
      transform: translate(10px, 10px); } }

.swiper-navigation-button {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  border-radius: 10px;
  background-color: #ffffff20;
  width: 50px;
  height: 50px;
  z-index: 1; }

.swiper-button-disabled {
  opacity: .5; }

.swiper-pagination {
  bottom: -50px !important; }
  .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    width: 9px;
    height: 9px;
    background-color: #ffffff40;
    opacity: 1;
    margin-right: 8px !important; }
    .swiper-pagination .swiper-pagination-bullet:before {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      content: '';
      width: 14px;
      height: 14px;
      background-color: transparent;
      border: 1px solid #ffffff40;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%; }
    .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #FF7777; }
      .swiper-pagination .swiper-pagination-bullet-active:before {
        border: 1px solid #FF7777; }

.so-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .so-header-banner {
    background-color: #FF7777;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 2; }
    .so-header-banner p {
      font-family: 'Bayon';
      font-size: 22px;
      color: #0E0E0E; }
  .so-header .so-row {
    max-width: 95%; }
  .so-header .so-container {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .so-header .so-logo {
    position: relative;
    z-index: 6; }
  .so-header .so-cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    border-radius: 50px;
    background-color: #ffffff20;
    position: relative;
    z-index: 2; }
    .so-header .so-cart-header .so-cart-header-total {
      border-radius: 50px;
      background-color: #FF7777;
      padding: 9px 12px 7px 9px; }
      .so-header .so-cart-header .so-cart-header-total span {
        font-family: 'Bayon';
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px; }
    .so-header .so-cart-header .so-cart-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 40px;
      height: 35px;
      border-radius: 50%; }
  .so-header .so-col--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media screen and (max-width: 768px) {
    .so-header .so-logo {
      max-width: 70px; } }

.so-overlay {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #21212170;
  z-index: 5;
  transform: translate(100%, 0); }
  .so-overlay.active {
    transform: translate(0, 0%); }

.so-menu {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background-color: #323232;
  z-index: 5;
  padding-top: 200px;
  padding-right: 40px;
  padding-left: 40px;
  transform: translate(100%, 0); }
  .so-menu.active {
    transform: translate(0, 0%); }
  .so-menu .so-acc-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #212121;
    position: absolute;
    bottom: 50px;
    right: 40px;
    border-radius: 50px; }
  .so-menu ul {
    text-align: right;
    width: 100%; }
    .so-menu ul li {
      margin-bottom: 15px; }
      .so-menu ul li:last-of-type {
        margin-bottom: 0; }
      .so-menu ul li a {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        font-family: 'Bayon';
        font-size: 24px; }
        @media (min-width: 320px) and (max-width: 1439px) {
          .so-menu ul li a {
            font-size: 27px;
            font-size: calc(24px + (30 - 24) * (100vw - 320px) / (1440 - 320)); } }
        @media (min-width: 1440px) {
          .so-menu ul li a {
            font-size: 30px; } }
        .so-menu ul li a:hover {
          color: #FF7777; }
  @media screen and (max-width: 1024px) {
    .so-menu {
      width: 40%; } }
  @media screen and (max-width: 768px) {
    .so-menu {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .so-menu {
      width: 100%; } }

.so-footer {
  background-color: #323232; }
  .so-footer .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    max-width: 1140px; }
    .so-footer .so-row--1 {
      padding-top: 50px;
      padding-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .so-footer .so-row--1 {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column; }
          .so-footer .so-row--1 .so-col--1 {
            width: 100%;
            margin-bottom: 40px; }
          .so-footer .so-row--1 .so-col--2 {
            width: 100%; } }
    .so-footer .so-row--2 {
      padding-top: 10px;
      padding-bottom: 20px; }
  .so-footer .so-col--1 {
    width: 40%; }
  .so-footer .so-col--2 {
    width: 60%; }
  .so-footer .so-footer-logo {
    margin-bottom: 20px; }
  .so-footer .so-footer-info {
    margin-bottom: 20px; }
    .so-footer .so-footer-info a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .so-footer .so-footer-info a figure {
        margin-right: 8px; }
      .so-footer .so-footer-info a span {
        color: #FF7777;
        font-weight: 600; }
  .so-footer .so-footer-form {
    margin-bottom: 15px; }
    .so-footer .so-footer-form .contact-form {
      max-width: 280px;
      margin-bottom: 15px; }
      .so-footer .so-footer-form .contact-form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .so-footer .so-footer-form .contact-form__input {
        max-width: 200px;
        font-size: 14px;
        line-height: 1.4;
        color: #1D1D1D;
        border: none;
        background-color: #EAEAEA;
        outline: none;
        padding: 11px 15px 10px 15px;
        box-sizing: border-box;
        height: 40px; }
        .so-footer .so-footer-form .contact-form__input::placeholder {
          font-size: 14px;
          color: #1D1D1D; }
      .so-footer .so-footer-form .contact-form .cta-button {
        padding: 14px 10px 13px 14px;
        height: 40px;
        border: none; }
    .so-footer .so-footer-form .so-text {
      font-size: 14px; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-footer .so-footer-form .so-text {
          font-size: 14px;
          font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-footer .so-footer-form .so-text {
          font-size: 14px; } }
  .so-footer .so-footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .so-footer .so-footer-social .so-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 40px;
      height: 40px;
      background-color: #ffffff30;
      border-radius: 10px; }
  .so-footer .so-footer-payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .so-footer .so-footer-payments .so-image {
      margin-right: 10px; }
      .so-footer .so-footer-payments .so-image:last-of-type {
        margin-right: 0; }
  .so-footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .so-footer .footer-menu h6 {
      font-size: 16px;
      margin-bottom: 15px;
      color: #FF7777; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-footer .footer-menu h6 {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-footer .footer-menu h6 {
          font-size: 16px; } }
    .so-footer .footer-menu ul {
      margin-right: 50px;
      margin-bottom: 20px; }
      .so-footer .footer-menu ul li {
        margin-bottom: 10px; }
        .so-footer .footer-menu ul li a {
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          font-size: 16px;
          font-weight: 600; }
          @media (min-width: 320px) and (max-width: 1439px) {
            .so-footer .footer-menu ul li a {
              font-size: 16px;
              font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
          @media (min-width: 1440px) {
            .so-footer .footer-menu ul li a {
              font-size: 16px; } }
          .so-footer .footer-menu ul li a:hover {
            color: #FF7777; }

.so-section-disclaimer {
  background-color: #464646;
  padding: 45px 0; }
  .so-section-disclaimer .so-container {
    text-align: center; }
  .so-section-disclaimer h6 {
    font-size: 16px;
    margin-bottom: 20px; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .so-section-disclaimer h6 {
        font-size: 16px;
        font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .so-section-disclaimer h6 {
        font-size: 16px; } }
  .so-section-disclaimer p {
    font-size: 13px; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .so-section-disclaimer p {
        font-size: 13px;
        font-size: calc(13px + (13 - 13) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .so-section-disclaimer p {
        font-size: 13px; } }

.so-section-bottom {
  background-color: #323232;
  padding: 20px 0; }
  .so-section-bottom .so-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .so-section-bottom .so-container .so-col--1 .so-text {
      font-size: 12px; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-section-bottom .so-container .so-col--1 .so-text {
          font-size: 12px;
          font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-section-bottom .so-container .so-col--1 .so-text {
          font-size: 12px; } }
    .so-section-bottom .so-container .so-col--2 .cta-link {
      margin-right: 25px; }
      .so-section-bottom .so-container .so-col--2 .cta-link:last-of-type {
        margin-right: 0; }
      .so-section-bottom .so-container .so-col--2 .cta-link span {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 12px;
        font-weight: 600; }
        @media (min-width: 320px) and (max-width: 1439px) {
          .so-section-bottom .so-container .so-col--2 .cta-link span {
            font-size: 12px;
            font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1440 - 320)); } }
        @media (min-width: 1440px) {
          .so-section-bottom .so-container .so-col--2 .cta-link span {
            font-size: 12px; } }
        .so-section-bottom .so-container .so-col--2 .cta-link span:hover {
          color: #FF7777; }
    .so-section-bottom .so-container .so-col--3 p {
      font-size: 12px;
      color: #6F6F6F;
      font-weight: 600; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-section-bottom .so-container .so-col--3 p {
          font-size: 12px;
          font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-section-bottom .so-container .so-col--3 p {
          font-size: 12px; } }
      .so-section-bottom .so-container .so-col--3 p a {
        font-size: 12px;
        color: #FF7777;
        font-weight: 600; }
        @media (min-width: 320px) and (max-width: 1439px) {
          .so-section-bottom .so-container .so-col--3 p a {
            font-size: 12px;
            font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1440 - 320)); } }
        @media (min-width: 1440px) {
          .so-section-bottom .so-container .so-col--3 p a {
            font-size: 12px; } }
    @media screen and (max-width: 1024px) {
      .so-section-bottom .so-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
        .so-section-bottom .so-container .so-col {
          margin-bottom: 30px; }
          .so-section-bottom .so-container .so-col:last-of-type {
            margin-bottom: 0; } }
    @media screen and (max-width: 500px) {
      .so-section-bottom .so-container .so-col--2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
        .so-section-bottom .so-container .so-col--2 a {
          margin-right: 0 !important;
          margin-bottom: 20px; }
          .so-section-bottom .so-container .so-col--2 a:last-of-type {
            margin-bottom: 0; } }

.so-footer-banner {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #FF7777; }
  .so-footer-banner .so-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .so-footer-banner .so-container .so-title {
      margin-bottom: 15px; }
    .so-footer-banner .so-container .so-text {
      font-size: 20px; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-footer-banner .so-container .so-text {
          font-size: 20px;
          font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-footer-banner .so-container .so-text {
          font-size: 20px; } }
    .so-footer-banner .so-container img {
      height: 100px;
      transform: scale(2); }
    .so-footer-banner .so-container .cta-button {
      background-color: #212121; }
  @media screen and (max-width: 1024px) {
    .so-footer-banner .so-container {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      text-align: center; }
      .so-footer-banner .so-container img {
        height: 150px;
        transform: rotate(90deg); } }

@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/ProximaNova-Light.eot");
  src: url("fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Light.woff") format("woff"), url("fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/ProximaNova-Regular.eot");
  src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/ProximaNova-Semibold.eot");
  src: url("fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Semibold.woff") format("woff"), url("fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/ProximaNova-Bold.eot");
  src: url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/ProximaNova-Extrabld.eot");
  src: url("fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Extrabld.woff") format("woff"), url("fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/ProximaNova-Black.eot");
  src: url("fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Black.woff") format("woff"), url("fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Bayon';
  src: url("fonts/Bayon-Regular.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Dharma Gothic';
  src: url("fonts/DharmaGothicC-Heavy.ttf");
  font-weight: 400;
  font-style: normal; }
.so-home-page .so-section-intro {
  background-color: #e7d1b7;
  position: relative;
  padding-top: 170px; }
  .so-home-page .so-section-intro .line {
    position: absolute;
    width: 100%;
    height: 115px;
    background-image: url(img/line.png);
    bottom: 25%;
    left: 0; }
  .so-home-page .so-section-intro .dec-image {
    position: absolute; }
    .so-home-page .so-section-intro .dec-image--1 {
      right: 10%;
      top: 10%; }
    .so-home-page .so-section-intro .dec-image--2 {
      bottom: 5%;
      left: 30%; }
    @media screen and (max-width: 1200px) {
      .so-home-page .so-section-intro .dec-image {
        display: none; } }
  .so-home-page .so-section-intro h1 {
    font-size: 70px;
    font-family: 'Dharma Gothic';
    color: #3b210e;
    position: absolute;
    top: -50px;
    left: 0; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .so-home-page .so-section-intro h1 {
        font-size: 110px;
        font-size: calc(70px + (150 - 70) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .so-home-page .so-section-intro h1 {
        font-size: 150px; } }
    .so-home-page .so-section-intro h1 span {
      color: #d51e23; }
    @media screen and (max-width: 1024px) {
      .so-home-page .so-section-intro h1 {
        position: unset;
        margin-bottom: 50px; } }
  .so-home-page .so-section-intro .so-row {
    max-width: 90%;
    position: relative; }
  .so-home-page .so-section-intro .so-container--1 {
    padding-top: 100px;
    position: relative;
    z-index: 1;
    top: 30px; }
  .so-home-page .so-section-intro .so-container--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    position: relative;
    top: -60px;
    z-index: 2; }
  @media screen and (max-width: 1024px) {
    .so-home-page .so-section-intro .so-container--1 {
      padding-top: 0;
      top: 0; } }
  @media screen and (max-width: 768px) {
    .so-home-page .so-section-intro .so-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column-reverse;
      top: -20px; } }
  .so-home-page .so-section-intro .so-image__inner {
    margin-left: auto; }
.so-home-page .so-section-sw {
  padding-top: 150px;
  padding-bottom: 75px; }
  @media screen and (max-width: 1024px) {
    .so-home-page .so-section-sw {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .so-home-page .so-section-sw {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .so-home-page .so-section-sw .so-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 40px; }
    @media screen and (max-width: 768px) {
      .so-home-page .so-section-sw .so-container {
        grid-template-columns: repeat(1, 1fr); } }
    .so-home-page .so-section-sw .so-container .so-card {
      position: relative; }
      .so-home-page .so-section-sw .so-container .so-card:hover:before {
        opacity: .2; }
      .so-home-page .so-section-sw .so-container .so-card:hover .so-card-frame {
        transform: translate(15px, 10px); }
      .so-home-page .so-section-sw .so-container .so-card:before {
        content: '';
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #212121;
        opacity: .4;
        z-index: 1; }
      .so-home-page .so-section-sw .so-container .so-card-image {
        height: 100%; }
        .so-home-page .so-section-sw .so-container .so-card-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .so-home-page .so-section-sw .so-container .so-card-frame {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #FF7777;
        z-index: -1; }
      .so-home-page .so-section-sw .so-container .so-card .so-button {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2; }
.so-home-page .so-section-experience {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media screen and (max-width: 1024px) {
    .so-home-page .so-section-experience {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .so-home-page .so-section-experience {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .so-home-page .so-section-experience .so-container--1 {
    text-align: center;
    margin-bottom: 50px; }
    .so-home-page .so-section-experience .so-container--1 .so-title {
      margin-bottom: 20px; }
  .so-home-page .so-section-experience .so-container--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
  .so-home-page .so-section-experience .so-card {
    background-color: #323232;
    width: 30%; }
    .so-home-page .so-section-experience .so-card-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #FF7777;
      border-radius: 5px;
      padding: 5px;
      margin-right: 20px; }
    .so-home-page .so-section-experience .so-card-row {
      padding: 20px; }
      .so-home-page .so-section-experience .so-card-row--1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 2px solid #212121; }
  @media screen and (max-width: 1024px) {
    .so-home-page .so-section-experience .so-container--2 {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
    .so-home-page .so-section-experience .so-card {
      width: 100%;
      margin-bottom: 20px; } }
.so-home-page .so-section-excellence {
  padding-top: 75px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1024px) {
    .so-home-page .so-section-excellence {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .so-home-page .so-section-excellence {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .so-home-page .so-section-excellence .so-title {
    text-align: center;
    margin-bottom: 30px; }
  .so-home-page .so-section-excellence .so-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #323232;
    position: relative; }
    .so-home-page .so-section-excellence .so-container-col--1 {
      padding: 20px 30px 20px 20px; }
    .so-home-page .so-section-excellence .so-container .so-image {
      height: 100%; }
      .so-home-page .so-section-excellence .so-container .so-image__inner {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover; }
  @media screen and (max-width: 768px) {
    .so-home-page .so-section-excellence .so-container {
      grid-template-columns: repeat(1, 1fr); }
      .so-home-page .so-section-excellence .so-container-col--1 {
        order: 2; }
    .so-home-page .so-section-excellence .so-image__inner {
      max-height: 600px; } }
.so-home-page .so-section-lr {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .so-home-page .so-section-lr {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .so-home-page .so-section-lr {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .so-home-page .so-section-lr .so-container {
    text-align: center;
    margin-bottom: 50px; }
    .so-home-page .so-section-lr .so-container .so-title {
      margin-bottom: 20px; }
  .so-home-page .so-section-lr .slider-lr {
    overflow: visible; }
    .so-home-page .so-section-lr .slider-lr .swiper-slide {
      width: 900px; }
      @media screen and (max-width: 1024px) {
        .so-home-page .so-section-lr .slider-lr .swiper-slide {
          width: 80vw; } }
      @media screen and (max-width: 768px) {
        .so-home-page .so-section-lr .slider-lr .swiper-slide {
          width: 90vw; } }
    .so-home-page .so-section-lr .slider-lr .so-card {
      background-color: #323232;
      padding: 50px 40px; }
      .so-home-page .so-section-lr .slider-lr .so-card-row:nth-of-type(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-bottom: 40px; }
      .so-home-page .so-section-lr .slider-lr .so-card-col {
        position: relative; }
        .so-home-page .so-section-lr .slider-lr .so-card-col:nth-of-type(1) {
          width: 35%;
          margin-right: 40px; }
        .so-home-page .so-section-lr .slider-lr .so-card-col:nth-of-type(2) {
          width: 60%; }
      .so-home-page .so-section-lr .slider-lr .so-card-counter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #252525;
        border: 1px solid #ffffff30;
        width: 50px;
        height: 50px;
        position: absolute;
        left: -15px;
        top: -15px; }
        .so-home-page .so-section-lr .slider-lr .so-card-counter p {
          font-weight: 600; }
      .so-home-page .so-section-lr .slider-lr .so-card-title {
        margin-bottom: 15px; }
      .so-home-page .so-section-lr .slider-lr .so-card-price {
        margin-bottom: 15px; }
        .so-home-page .so-section-lr .slider-lr .so-card-price span {
          color: #FF7777; }
        .so-home-page .so-section-lr .slider-lr .so-card-price del, .so-home-page .so-section-lr .slider-lr .so-card-price span, .so-home-page .so-section-lr .slider-lr .so-card-price ins {
          font-family: 'Bayon';
          font-size: 22px; }
        .so-home-page .so-section-lr .slider-lr .so-card-price del {
          opacity: .3; }
          .so-home-page .so-section-lr .slider-lr .so-card-price del span, .so-home-page .so-section-lr .slider-lr .so-card-price del bdi {
            color: #ffffff; }
        .so-home-page .so-section-lr .slider-lr .so-card-price ins {
          text-decoration: none; }
          .so-home-page .so-section-lr .slider-lr .so-card-price ins span, .so-home-page .so-section-lr .slider-lr .so-card-price ins bdi {
            color: #FF7777; }
      .so-home-page .so-section-lr .slider-lr .so-card-excerpt {
        margin-bottom: 15px; }
      .so-home-page .so-section-lr .slider-lr .so-card-image img {
        max-width: 300px;
        width: 100%;
        object-position: center;
        object-fit: cover; }
      .so-home-page .so-section-lr .slider-lr .so-card-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px; }
        @media screen and (max-width: 768px) {
          .so-home-page .so-section-lr .slider-lr .so-card-list {
            grid-template-columns: repeat(1, 1fr); } }
        .so-home-page .so-section-lr .slider-lr .so-card-list li {
          padding: 20px 15px;
          background-color: #474747;
          border: 1px solid #ffffff30; }
          .so-home-page .so-section-lr .slider-lr .so-card-list li p {
            padding-left: 35px;
            position: relative;
            font-weight: 600; }
            .so-home-page .so-section-lr .slider-lr .so-card-list li p:before {
              content: '';
              background-image: url(img/Check-main-color.svg);
              width: 20px;
              height: 20px;
              top: 0;
              left: 0;
              position: absolute; }
      @media screen and (max-width: 768px) {
        .so-home-page .so-section-lr .slider-lr .so-card {
          padding: 30px 20px; }
          .so-home-page .so-section-lr .slider-lr .so-card-row:nth-of-type(1) {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column; }
          .so-home-page .so-section-lr .slider-lr .so-card-col:nth-of-type(1) {
            width: 100%;
            margin-right: 0px; }
          .so-home-page .so-section-lr .slider-lr .so-card-col:nth-of-type(2) {
            width: 100%; }
          .so-home-page .so-section-lr .slider-lr .so-card-image {
            margin-bottom: 20px; }
            .so-home-page .so-section-lr .slider-lr .so-card-image img {
              max-width: 100%;
              max-height: 450px; } }
      @media screen and (max-width: 768px) {
        .so-home-page .so-section-lr .slider-lr .so-card .cta-button {
          width: 100%; } }
.so-home-page .so-section-reviews {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #323232; }
  .so-home-page .so-section-reviews .so-title {
    text-align: center;
    margin-bottom: 30px; }
  .so-home-page .so-section-reviews .so-container {
    position: relative;
    margin-bottom: 30px; }
  .so-home-page .so-section-reviews .swiper-navigation-button {
    position: absolute; }
    .so-home-page .so-section-reviews .swiper-navigation-button--prev {
      left: 0;
      top: 50%; }
    .so-home-page .so-section-reviews .swiper-navigation-button--next {
      right: 0;
      top: 50%; }
  .so-home-page .so-section-reviews .so-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
  .so-home-page .so-section-reviews .so-card .so-card-image {
    margin-right: 25px;
    position: relative; }
    .so-home-page .so-section-reviews .so-card .so-card-image:before {
      content: '';
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 5px;
      left: 5px;
      background-color: #FF7777;
      z-index: -1; }
    .so-home-page .so-section-reviews .so-card .so-card-image .so-image__inner {
      width: 60px;
      height: 60px; }
  .so-home-page .so-section-reviews .so-card .so-card-title {
    margin-bottom: 5px; }
  .so-home-page .so-section-reviews .so-card .so-card-text {
    text-align: center;
    max-width: 470px;
    margin: 0 auto; }
  .so-home-page .so-section-reviews .so-card .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
    .so-home-page .so-section-reviews .so-card .star-rating svg {
      color: #FFC700;
      margin-right: 2px; }
  @media screen and (max-width: 600px) {
    .so-home-page .so-section-reviews .swiper-navigation-button {
      display: none; } }
.so-home-page .so-section-news {
  padding-top: 130px;
  padding-bottom: 130px; }
  @media screen and (max-width: 1024px) {
    .so-home-page .so-section-news {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .so-home-page .so-section-news {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .so-home-page .so-section-news .so-container--1 {
    text-align: center;
    margin-bottom: 50px; }
    .so-home-page .so-section-news .so-container--1 .so-title {
      margin-bottom: 20px; }
  .so-home-page .so-section-news .so-container--2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    @media screen and (max-width: 768px) {
      .so-home-page .so-section-news .so-container--2 {
        grid-template-columns: repeat(1, 1fr); } }
  .so-home-page .so-section-news .so-container .so-post-card {
    background-color: #323232;
    border: 1px solid #ffffff20;
    position: relative; }
    .so-home-page .so-section-news .so-container .so-post-card-image {
      border-bottom: 1px solid #ffffff20; }
      .so-home-page .so-section-news .so-container .so-post-card-image img {
        width: 100%;
        height: 100%;
        max-height: 300px;
        object-fit: cover;
        object-position: center; }
    .so-home-page .so-section-news .so-container .so-post-card-info {
      padding: 20px 20px 40px 20px; }
    .so-home-page .so-section-news .so-container .so-post-card-title {
      margin-bottom: 10px; }
    .so-home-page .so-section-news .so-container .so-post-card .cta-link {
      font-size: 16px;
      font-weight: bold;
      color: #FF7777;
      position: absolute;
      right: 20px;
      bottom: 10px; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-home-page .so-section-news .so-container .so-post-card .cta-link {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-home-page .so-section-news .so-container .so-post-card .cta-link {
          font-size: 16px; } }

.so-page {
  padding-top: 170px;
  padding-bottom: 120px; }
  .so-page h1 {
    text-align: center;
    margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .so-page {
      padding-bottom: 90px; }
      .so-page h1 {
        margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .so-page {
      padding-bottom: 60px; }
      .so-page h1 {
        margin-bottom: 20px; } }

.so-learn-more-page {
  padding-top: 150px;
  padding-bottom: 120px; }
  .so-learn-more-page .so-section-content .so-title {
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      .so-learn-more-page .so-section-content .so-title {
        margin-bottom: 60px; } }
    @media screen and (max-width: 768px) {
      .so-learn-more-page .so-section-content .so-title {
        margin-bottom: 40px; } }
  .so-learn-more-page .so-section-content .so-container .so-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 120px; }
    .so-learn-more-page .so-section-content .so-container .so-card:last-of-type {
      margin-bottom: 0; }
    .so-learn-more-page .so-section-content .so-container .so-card:hover .so-card-image .so-frame {
      transform: translate(0px, 0px) !important; }
    .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(odd) {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: row; }
      .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(odd) .so-card-col--1 {
        padding-right: 40px; }
    .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(even) {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: row-reverse; }
      .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(even) .so-card-col--1 {
        padding-left: 40px; }
      .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(even) .so-card-image .so-frame {
        transform: translate(-20px, 20px); }
    .so-learn-more-page .so-section-content .so-container .so-card-col {
      width: 48%; }
    .so-learn-more-page .so-section-content .so-container .so-card-title {
      margin-bottom: 20px; }
    .so-learn-more-page .so-section-content .so-container .so-card-image {
      position: relative; }
      .so-learn-more-page .so-section-content .so-container .so-card-image img {
        width: 100%; }
      .so-learn-more-page .so-section-content .so-container .so-card-image .so-frame {
        transform: translate(20px, 20px); }
    @media screen and (max-width: 1024px) {
      .so-learn-more-page .so-section-content .so-container .so-card {
        margin-bottom: 90px; }
        .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(odd) {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column; }
          .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(odd) .so-card-col--1 {
            padding-right: 0px;
            margin-bottom: 40px; }
        .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(even) {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column; }
          .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(even) .so-card-col--1 {
            padding-left: 0px;
            margin-bottom: 40px; }
        .so-learn-more-page .so-section-content .so-container .so-card-col {
          width: 60%; } }
    @media screen and (max-width: 768px) {
      .so-learn-more-page .so-section-content .so-container .so-card:nth-of-type(even) .so-card-image .so-frame {
        transform: translate(-10px, 10px); }
      .so-learn-more-page .so-section-content .so-container .so-card-col {
        width: 100%; }
      .so-learn-more-page .so-section-content .so-container .so-card-image .so-frame {
        transform: translate(10px, 10px); } }
  @media screen and (max-width: 1024px) {
    .so-learn-more-page {
      padding-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .so-learn-more-page {
      padding-bottom: 60px; } }

.so-contact-page {
  padding-top: 150px;
  padding-bottom: 120px; }
  .so-contact-page .so-section-content .so-container--1 {
    margin-bottom: 120px; }
    .so-contact-page .so-section-content .so-container--1 .so-title {
      text-align: center;
      margin-bottom: 30px; }
    .so-contact-page .so-section-content .so-container--1 .so-image {
      position: relative; }
    @media screen and (max-width: 768px) {
      .so-contact-page .so-section-content .so-container--1 {
        margin-bottom: 60px; } }
  .so-contact-page .so-section-content .so-container--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
    .so-contact-page .so-section-content .so-container--2 .so-col--1 {
      width: 50%; }
    .so-contact-page .so-section-content .so-container--2 .so-col--2 {
      width: 40%; }
    @media screen and (max-width: 768px) {
      .so-contact-page .so-section-content .so-container--2 {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
        .so-contact-page .so-section-content .so-container--2 .so-col--1 {
          width: 100%;
          margin-bottom: 40px; }
        .so-contact-page .so-section-content .so-container--2 .so-col--2 {
          width: 100%; } }
  .so-contact-page .so-section-content .so-info {
    margin-bottom: 15px; }
    .so-contact-page .so-section-content .so-info h6 {
      font-size: 16px;
      margin-bottom: 8px; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-contact-page .so-section-content .so-info h6 {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-contact-page .so-section-content .so-info h6 {
          font-size: 16px; } }
    .so-contact-page .so-section-content .so-info a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 15px; }
      .so-contact-page .so-section-content .so-info a figure {
        margin-right: 8px; }
      .so-contact-page .so-section-content .so-info a span {
        color: #FF7777;
        font-weight: 600; }
  .so-contact-page .so-section-content .so-social h6 {
    margin-bottom: 10px; }
  .so-contact-page .so-section-content .so-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #ffffff30;
    width: 40px;
    height: 40px;
    margin-right: 20px; }
    .so-contact-page .so-section-content .so-social a:last-of-type {
      margin-right: 0; }
  .so-contact-page .so-section-content .contact-form {
    padding: 30px 30px 10px 30px;
    border: 1px solid #ffffff20;
    background-color: #323232; }
    .so-contact-page .so-section-content .contact-form .form {
      max-width: 440px; }
    .so-contact-page .so-section-content .contact-form__row {
      margin-bottom: 20px; }
      .so-contact-page .so-section-content .contact-form__row:last-of-type {
        margin-bottom: 0; }
    .so-contact-page .so-section-content .contact-form__label {
      font-weight: 600;
      margin-bottom: 10px;
      display: inline-block; }
      .so-contact-page .so-section-content .contact-form__label span {
        color: #EA001B; }
    .so-contact-page .so-section-content .contact-form__textarea {
      height: 150px !important; }
    .so-contact-page .so-section-content .contact-form__input {
      width: 100%;
      border: 1px solid #ffffff30;
      background-color: #ffffff50;
      height: 45px;
      padding: 14px 15px;
      color: #ffffff; }
      .so-contact-page .so-section-content .contact-form__input::placeholder {
        color: #00000030; }
    .so-contact-page .so-section-content .contact-form .cta-button {
      margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .so-contact-page .so-section-content .contact-form {
        padding: 15px; } }
  @media screen and (max-width: 1024px) {
    .so-contact-page {
      padding-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .so-contact-page {
      padding-bottom: 60px; } }

.so-our-vision-page {
  padding-top: 150px;
  padding-bottom: 120px; }
  .so-our-vision-page .so-section-content .so-container .so-title {
    text-align: center;
    margin-bottom: 30px; }
  .so-our-vision-page .so-section-content .so-container .so-image {
    position: relative;
    margin-bottom: 90px; }
  .so-our-vision-page .so-section-content .so-container .wysiwyg-editor {
    margin-bottom: 60px; }
  .so-our-vision-page .so-section-content .so-container .contact-form {
    padding: 30px 30px 10px 30px;
    border: 1px solid #ffffff20;
    background-color: #323232;
    max-width: 500px;
    margin: 0 auto; }
    .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item {
        display: inline-block; }
        .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox], .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item input[type=radio] {
          display: none; }
          .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -moz-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            content: "\f00c";
            color: #ffffff;
            font-size: 12px;
            font-family: FontAwesome;
            font-weight: 900;
            font-style: normal;
            font-weight: normal;
            line-height: 14px;
            text-decoration: inherit;
            background-color: #FF7777; }
      .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item {
        margin-left: 0;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        left: 23px;
        line-height: 18px;
        margin: 0 0 15px;
        position: relative;
        user-select: none; }
        .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item:last-of-type {
          margin-bottom: 0; }
        .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item-label {
          font-size: 14px;
          line-height: 1.3;
          color: #ffffff;
          margin-left: 5px; }
          .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item-label::before {
            content: "";
            background: #ffffff50;
            border: 1px solid #ffffff30;
            border-radius: 0;
            width: 20px;
            height: 20px;
            left: -22px;
            position: absolute; }
          .so-our-vision-page .so-section-content .so-container .contact-form .wpcf7-checkbox .wpcf7-list-item-label:hover {
            cursor: pointer; }
    .so-our-vision-page .so-section-content .so-container .contact-form__row {
      margin-bottom: 20px; }
      .so-our-vision-page .so-section-content .so-container .contact-form__row:last-of-type {
        margin-bottom: 0; }
    .so-our-vision-page .so-section-content .so-container .contact-form__label {
      font-weight: 600;
      margin-bottom: 10px;
      display: inline-block; }
      .so-our-vision-page .so-section-content .so-container .contact-form__label span {
        color: #EA001B; }
    .so-our-vision-page .so-section-content .so-container .contact-form__textarea {
      height: 150px !important; }
    .so-our-vision-page .so-section-content .so-container .contact-form__input {
      width: 100%;
      border: 1px solid #ffffff30;
      background-color: #ffffff50;
      height: 45px;
      padding: 14px 15px;
      color: #ffffff; }
      .so-our-vision-page .so-section-content .so-container .contact-form__input::placeholder {
        color: #00000030; }
    .so-our-vision-page .so-section-content .so-container .contact-form .cta-button {
      margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .so-our-vision-page .so-section-content .so-container .contact-form {
        padding: 15px; } }
  @media screen and (max-width: 768px) {
    .so-our-vision-page .so-section-content .so-container .so-image {
      margin-bottom: 40px; } }
  @media screen and (max-width: 1024px) {
    .so-our-vision-page {
      padding-top: 100px;
      padding-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .so-our-vision-page {
      padding-bottom: 60px; } }

.so-404-page .so-section-content .so-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  min-height: 750px; }
  .so-404-page .so-section-content .so-container .so-title {
    text-align: center;
    margin-bottom: 30px; }
  .so-404-page .so-section-content .so-container .so-text {
    font-size: 180px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.03; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .so-404-page .so-section-content .so-container .so-text {
        font-size: 250px;
        font-size: calc(180px + (320 - 180) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .so-404-page .so-section-content .so-container .so-text {
        font-size: 320px; } }

.so-coa-page {
  padding-top: 170px;
  padding-bottom: 120px; }
  .so-coa-page .so-section-content .so-container .so-title {
    text-align: center;
    margin-bottom: 30px; }
  .so-coa-page .so-section-content .so-container .so-image {
    position: relative;
    margin-bottom: 110px; }
  .so-coa-page .so-section-content .so-container .wysiwyg-editor {
    margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .so-coa-page .so-section-content .so-container .so-image {
      margin-bottom: 60px; }
    .so-coa-page .so-section-content .so-container .wysiwyg-editor {
      margin-bottom: 30px; } }
  .so-coa-page .so-section-content .so-files .so-title {
    text-align: left;
    margin-bottom: 30px; }
  .so-coa-page .so-section-content .so-files .so-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    @media screen and (max-width: 768px) {
      .so-coa-page .so-section-content .so-files .so-card-wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 500px) {
      .so-coa-page .so-section-content .so-files .so-card-wrapper {
        grid-template-columns: repeat(1, 1fr); } }
  .so-coa-page .so-section-content .so-files .so-card {
    position: relative; }
    .so-coa-page .so-section-content .so-files .so-card:before {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: #00000050; }
    .so-coa-page .so-section-content .so-files .so-card-image .so-frame {
      transform: translate(0, 0); }
    .so-coa-page .so-section-content .so-files .so-card-image__inner {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
    .so-coa-page .so-section-content .so-files .so-card p {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      font-family: 'Bayon';
      font-size: 16px;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
      z-index: 4; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-coa-page .so-section-content .so-files .so-card p {
          font-size: 18px;
          font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-coa-page .so-section-content .so-files .so-card p {
          font-size: 20px; } }
    .so-coa-page .so-section-content .so-files .so-card .cta-button {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      pointer-events: none;
      z-index: 4; }
    .so-coa-page .so-section-content .so-files .so-card:hover .so-image .so-frame {
      transform: translate(10px, 10px); }
    .so-coa-page .so-section-content .so-files .so-card:hover p {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0); }
    .so-coa-page .so-section-content .so-files .so-card:hover .cta-button {
      opacity: 1;
      pointer-events: auto; }
    .so-coa-page .so-section-content .so-files .so-card:hover:before {
      background-color: #00000070; }
  @media screen and (max-width: 1024px) {
    .so-coa-page {
      padding-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .so-coa-page {
      padding-bottom: 60px; } }

.so-blog-page {
  padding-top: 150px;
  padding-bottom: 120px; }
  .so-blog-page .so-title {
    text-align: center;
    margin-bottom: 50px; }
  .so-blog-page .so-post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
    .so-blog-page .so-post-card:last-of-type {
      margin-bottom: 0; }
    .so-blog-page .so-post-card:nth-of-type(odd) {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .so-blog-page .so-post-card:nth-of-type(even) {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: row-reverse; }
    .so-blog-page .so-post-card-col {
      width: 48%; }
    .so-blog-page .so-post-card-title {
      margin-bottom: 15px; }
    .so-blog-page .so-post-card-date {
      color: #FF7777;
      margin-bottom: 10px; }
    .so-blog-page .so-post-card-excerpt {
      margin-bottom: 20px; }
    .so-blog-page .so-post-card-image {
      position: relative;
      border: 1px solid #ffffff30; }
      .so-blog-page .so-post-card-image img {
        width: 100%;
        min-height: 470px;
        object-position: center;
        object-fit: cover; }
    @media screen and (max-width: 1024px) {
      .so-blog-page .so-post-card:nth-of-type(odd) {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
      .so-blog-page .so-post-card:nth-of-type(even) {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
      .so-blog-page .so-post-card-col {
        width: 60%; }
      .so-blog-page .so-post-card-image {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .so-blog-page .so-post-card-col {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .so-blog-page .so-post-card-image img {
        height: 100%;
        min-height: 250px; } }
  .so-blog-page .so-blog-pagination {
    padding-top: 80px; }
    .so-blog-page .so-blog-pagination .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .so-blog-page .so-blog-pagination .pagination a {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #575757;
        width: 30px;
        height: 30px;
        margin-right: 10px; }
        .so-blog-page .so-blog-pagination .pagination a:hover {
          background-color: #FF7777; }
      .so-blog-page .so-blog-pagination .pagination span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #FF7777;
        width: 30px;
        height: 30px;
        margin-right: 10px; }
        .so-blog-page .so-blog-pagination .pagination span.dots {
          background-color: transparent; }
  @media screen and (max-width: 1024px) {
    .so-blog-page {
      padding-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .so-blog-page {
      padding-bottom: 60px; } }

.so-single-post-page {
  padding-top: 150px;
  padding-bottom: 130px; }
  .so-single-post-page .so-single-post .so-title {
    text-align: center;
    margin-bottom: 30px; }
  .so-single-post-page .so-single-post .so-image {
    position: relative;
    margin-bottom: 90px; }
    .so-single-post-page .so-single-post .so-image__inner {
      width: 100%;
      object-fit: cover;
      object-position: center;
      max-height: 500px; }
  @media screen and (max-width: 1024px) {
    .so-single-post-page .so-single-post .so-image {
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .so-single-post-page .so-single-post .so-image {
      margin-bottom: 30px; } }
  @media screen and (max-width: 1024px) {
    .so-single-post-page {
      padding-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .so-single-post-page {
      padding-bottom: 60px; } }
  .so-single-post-page .so-section-news {
    padding-top: 120px; }
    .so-single-post-page .so-section-news .so-title {
      text-align: center;
      margin-bottom: 40px; }
    .so-single-post-page .so-section-news .so-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 40px; }
      @media screen and (max-width: 768px) {
        .so-single-post-page .so-section-news .so-container {
          grid-template-columns: repeat(1, 1fr); } }
    .so-single-post-page .so-section-news .so-post-card {
      background-color: #323232;
      border: 1px solid #ffffff20;
      position: relative; }
      .so-single-post-page .so-section-news .so-post-card-image {
        border-bottom: 1px solid #ffffff20; }
        .so-single-post-page .so-section-news .so-post-card-image img {
          width: 100%;
          height: 100%;
          max-height: 300px;
          object-fit: cover;
          object-position: center; }
      .so-single-post-page .so-section-news .so-post-card-info {
        padding: 20px 20px 40px 20px; }
      .so-single-post-page .so-section-news .so-post-card-title {
        margin-bottom: 10px; }
      .so-single-post-page .so-section-news .so-post-card .cta-link {
        font-size: 16px;
        font-weight: bold;
        color: #FF7777;
        position: absolute;
        right: 20px;
        bottom: 10px; }
        @media (min-width: 320px) and (max-width: 1439px) {
          .so-single-post-page .so-section-news .so-post-card .cta-link {
            font-size: 16px;
            font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
        @media (min-width: 1440px) {
          .so-single-post-page .so-section-news .so-post-card .cta-link {
            font-size: 16px; } }
    @media screen and (max-width: 1024px) {
      .so-single-post-page .so-section-news {
        padding-top: 90px; } }
    @media screen and (max-width: 768px) {
      .so-single-post-page .so-section-news {
        padding-top: 60px; } }

.so-page-shop {
  padding-top: 170px;
  padding-bottom: 120px; }
  .so-page-shop h1 {
    text-align: center;
    margin-bottom: 100px; }
  .so-page-shop .so-product-list-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    @media screen and (max-width: 1024px) {
      .so-page-shop .so-product-list-content {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 768px) {
      .so-page-shop .so-product-list-content {
        grid-template-columns: repeat(1, 1fr); } }
  .so-page-shop .product-category {
    position: relative; }
    .so-page-shop .product-category a {
      position: relative; }
      .so-page-shop .product-category a:before {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #FF7777;
        z-index: -1; }
      .so-page-shop .product-category a:after {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #212121;
        opacity: .3;
        z-index: 1; }
    .so-page-shop .product-category img {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      width: 100%;
      height: 300px;
      object-fit: cover;
      object-position: center; }
    .so-page-shop .product-category h2 {
      font-size: 18px;
      font-family: 'Bayon';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-page-shop .product-category h2 {
          font-size: 19px;
          font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-page-shop .product-category h2 {
          font-size: 20px; } }
      .so-page-shop .product-category h2 mark {
        display: none; }
    .so-page-shop .product-category:hover a:before {
      transform: translate(15px, 15px); }
    .so-page-shop .product-category:hover a:after {
      opacity: .2; }
  @media screen and (max-width: 768px) {
    .so-page-shop h1 {
      margin-bottom: 40px; } }

.so-page-category {
  padding-top: 150px;
  padding-bottom: 120px; }
  .so-page-category .woocommerce-result-count {
    position: relative;
    top: 8px; }
  .so-page-category .so-section .so-title {
    text-align: center;
    margin-bottom: 30px; }
  .so-page-category .so-section .so-container--1 {
    margin-bottom: 70px; }
    .so-page-category .so-section .so-container--1 .so-image {
      position: relative; }
      .so-page-category .so-section .so-container--1 .so-image img {
        width: 100%;
        max-height: 530px;
        object-position: center;
        object-fit: cover; }
  .so-page-category .so-section .so-container--2 .so-product-list-content {
    padding-top: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    @media screen and (max-width: 1024px) {
      .so-page-category .so-section .so-container--2 .so-product-list-content {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 768px) {
      .so-page-category .so-section .so-container--2 .so-product-list-content {
        grid-template-columns: repeat(1, 1fr); } }
  .so-page-category .so-section .so-container--2 .so-product-list-single img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px; }
  .so-page-category .so-section .so-container--2 .so-product-list-single h4 {
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 98%; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .so-page-category .so-section .so-container--2 .so-product-list-single h4 {
        font-size: 21px;
        font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .so-page-category .so-section .so-container--2 .so-product-list-single h4 {
        font-size: 24px; } }
  .so-page-category .so-section .so-container--2 .so-product-list-single-price {
    margin-bottom: 15px; }
    .so-page-category .so-section .so-container--2 .so-product-list-single-price del, .so-page-category .so-section .so-container--2 .so-product-list-single-price span, .so-page-category .so-section .so-container--2 .so-product-list-single-price ins {
      font-family: 'Bayon';
      font-size: 22px; }
    .so-page-category .so-section .so-container--2 .so-product-list-single-price del {
      opacity: .3; }
      .so-page-category .so-section .so-container--2 .so-product-list-single-price del span, .so-page-category .so-section .so-container--2 .so-product-list-single-price del bdi {
        color: #ffffff; }
    .so-page-category .so-section .so-container--2 .so-product-list-single-price ins {
      text-decoration: none; }
      .so-page-category .so-section .so-container--2 .so-product-list-single-price ins span, .so-page-category .so-section .so-container--2 .so-product-list-single-price ins bdi {
        color: #FF7777; }
  .so-page-category .so-section .so-container--2 .so-product-list-single .so-button {
    width: 100%; }
    .so-page-category .so-section .so-container--2 .so-product-list-single .so-button-main {
      width: 100%; }

.woocommerce-account .so-woocommerce-account {
  max-width: 500px;
  margin: 0 auto; }
  .woocommerce-account .so-woocommerce-account .so-tab-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    .woocommerce-account .so-woocommerce-account .so-tab-link > div {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 50%;
      height: 70px;
      background-color: #181818;
      cursor: pointer; }
      .woocommerce-account .so-woocommerce-account .so-tab-link > div.so-active {
        background-color: #FF7777; }
      .woocommerce-account .so-woocommerce-account .so-tab-link > div p {
        font-size: 18px; }
        @media (min-width: 320px) and (max-width: 1439px) {
          .woocommerce-account .so-woocommerce-account .so-tab-link > div p {
            font-size: 19px;
            font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1440 - 320)); } }
        @media (min-width: 1440px) {
          .woocommerce-account .so-woocommerce-account .so-tab-link > div p {
            font-size: 20px; } }
  .woocommerce-account .so-woocommerce-account .woocommerce-form {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0; }
  .woocommerce-account .so-woocommerce-account .form-row {
    padding: 0;
    margin: 0; }
  .woocommerce-account .so-woocommerce-account #customer_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .woocommerce-account .so-woocommerce-account .so-form {
    background-color: #181818;
    padding: 30px;
    width: 100%;
    display: none; }
    .woocommerce-account .so-woocommerce-account .so-form label {
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 10px; }
    .woocommerce-account .so-woocommerce-account .so-form input {
      border: none;
      height: 60px;
      background-color: #ffffff;
      opacity: .8;
      padding: 15px 15px 14px 15px; }
    .woocommerce-account .so-woocommerce-account .so-form .woocommerce-form-row {
      margin-bottom: 20px; }
    .woocommerce-account .so-woocommerce-account .so-form.so-active {
      display: block; }
    .woocommerce-account .so-woocommerce-account .so-form .show-password-input {
      top: 22px;
      right: 15px; }
    .woocommerce-account .so-woocommerce-account .so-form-login {
      width: 100%; }
    .woocommerce-account .so-woocommerce-account .so-form .woocommerce-privacy-policy-text {
      margin-bottom: 20px; }
      .woocommerce-account .so-woocommerce-account .so-form .woocommerce-privacy-policy-text p, .woocommerce-account .so-woocommerce-account .so-form .woocommerce-privacy-policy-text a {
        font-size: 12px; }
      .woocommerce-account .so-woocommerce-account .so-form .woocommerce-privacy-policy-text a {
        color: #FF7777; }
    .woocommerce-account .so-woocommerce-account .so-form .woocommerce-password-strength {
      border: none;
      margin-bottom: 20px; }
      .woocommerce-account .so-woocommerce-account .so-form .woocommerce-password-strength.bad, .woocommerce-account .so-woocommerce-account .so-form .woocommerce-password-strength.short, .woocommerce-account .so-woocommerce-account .so-form .woocommerce-password-strength.good, .woocommerce-account .so-woocommerce-account .so-form .woocommerce-password-strength.strong {
        background-color: #FF7777; }
    .woocommerce-account .so-woocommerce-account .so-form button {
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: 'Bayon';
      background-color: #FF7777;
      box-sizing: border-box;
      padding: 15px 65px 14px 65px;
      border: none;
      width: fit-content;
      color: #ffffff;
      border-radius: 0;
      margin: 0 auto;
      font-weight: 400; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .woocommerce-account .so-woocommerce-account .so-form button {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .woocommerce-account .so-woocommerce-account .so-form button {
          font-size: 16px; } }
    .woocommerce-account .so-woocommerce-account .so-form .so-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .woocommerce-account .so-woocommerce-account .so-form .woocommerce-LostPassword {
      padding-top: 20px;
      text-align: center; }
      .woocommerce-account .so-woocommerce-account .so-form .woocommerce-LostPassword a {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-weight: bold;
        color: #FF7777; }
    .woocommerce-account .so-woocommerce-account .so-form .so-checkbox {
      text-align: center;
      margin-bottom: 20px; }
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox span {
        font-size: 16px;
        font-weight: 600; }
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:checked,
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:not(:checked) {
        position: absolute;
        left: -9999px; }
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:checked + label,
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 10px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666; }
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:checked + label:before,
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: -20px;
        top: -7px;
        width: 22px;
        height: 22px;
        border: 1px solid #FF7777;
        background: transparent;
        user-select: none; }
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:checked + label:after,
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:not(:checked) + label:after {
        content: "";
        background-image: url(img/check-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 14px;
        height: 10px;
        position: absolute;
        top: 0;
        left: -16px;
        transition: all 0.2s ease;
        user-select: none; }
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:not(:checked) + label:after {
        opacity: 0; }
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:checked + label:after {
        opacity: 1; }
      .woocommerce-account .so-woocommerce-account .so-form .so-checkbox [type="checkbox"]:checked + label:before {
        background-color: #FF7777;
        border-color: #FF7777; }
    .woocommerce-account .so-woocommerce-account .so-form-register .woocommerce-password-hint {
      font-size: 12px; }
    .woocommerce-account .so-woocommerce-account .so-form-register #psag_age_verification_field {
      text-align: center;
      margin-bottom: 20px; }
      .woocommerce-account .so-woocommerce-account .so-form-register #psag_age_verification_field label {
        color: #ffffff;
        font-weight: 400; }
        .woocommerce-account .so-woocommerce-account .so-form-register #psag_age_verification_field label:before {
          top: -5px; }
        .woocommerce-account .so-woocommerce-account .so-form-register #psag_age_verification_field label:after {
          top: -1px; }
  @media screen and (max-width: 600px) {
    .woocommerce-account .so-woocommerce-account .so-tab-link {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      margin-bottom: 30px; }
      .woocommerce-account .so-woocommerce-account .so-tab-link > div {
        width: 100%; } }

.select2-container {
  display: none; }

.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none; }
  .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px; }
    .woocommerce-MyAccount-navigation ul li:last-of-type {
      margin-bottom: 0; }
    .woocommerce-MyAccount-navigation ul li a {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: block;
      font-weight: bold;
      color: #ffffff;
      width: 100%;
      padding: 12px 20px 10px 20px;
      box-sizing: border-box;
      background-color: #FF7777; }
      .woocommerce-MyAccount-navigation ul li a:hover {
        opacity: .7; }
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 40px; }
    .woocommerce-MyAccount-navigation ul {
      width: 100%; } }

.woocommerce-MyAccount-content .woocommerce-Addresses {
  padding-top: 20px; }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
      width: 100%; }
    .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a {
      color: #FF7777; }
.woocommerce-MyAccount-content form input {
  width: 100%;
  border: 1px solid #ffffff30;
  background-color: #ffffff50;
  height: 45px;
  padding: 14px 15px;
  color: #ffffff; }
  .woocommerce-MyAccount-content form input::placeholder {
    color: #ffffff60; }
.woocommerce-MyAccount-content button {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #FF7777 !important;
  box-sizing: border-box;
  padding: 15px 65px 14px 65px !important;
  border: none !important;
  width: fit-content !important;
  font-family: 'Bayon';
  margin-top: 20px !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-weight: 500 !important; }
  @media (min-width: 320px) and (max-width: 1439px) {
    .woocommerce-MyAccount-content button {
      font-size: 16px;
      font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    .woocommerce-MyAccount-content button {
      font-size: 16px; } }
  .woocommerce-MyAccount-content button:hover {
    box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }

form.checkout input {
  width: 100%;
  border: 1px solid #ffffff30;
  background-color: #ffffff50;
  height: 45px;
  padding: 14px 15px;
  color: #ffffff; }
  form.checkout input::placeholder {
    color: #ffffff60; }
form.checkout textarea {
  width: 100%;
  border: 1px solid #ffffff30;
  background-color: #ffffff50;
  height: 150px !important;
  padding: 14px 15px;
  color: #ffffff; }
  form.checkout textarea::placeholder {
    color: #ffffff60; }
form.checkout button {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #FF7777 !important;
  box-sizing: border-box;
  padding: 15px 65px 14px 65px !important;
  border: none !important;
  width: fit-content !important;
  font-family: 'Bayon';
  margin-top: 20px !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-weight: 500 !important; }
  @media (min-width: 320px) and (max-width: 1439px) {
    form.checkout button {
      font-size: 16px;
      font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    form.checkout button {
      font-size: 16px; } }
  form.checkout button:hover {
    box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }

.woocommerce-checkout-review-order table {
  border: 1px solid #ffffff50 !important; }
.woocommerce-checkout-review-order td, .woocommerce-checkout-review-order th {
  border: 1px solid #ffffff50 !important;
  border: 1px solid #ffffff50 !important; }

.woocommerce-checkout-payment {
  background: #32323270 !important; }
  .woocommerce-checkout-payment ul li:before {
    display: none !important; }
  .woocommerce-checkout-payment .cr-customer-consent {
    display: none; }

.woocommerce-ResetPassword label {
  margin-bottom: 5px;
  padding-top: 10px; }
.woocommerce-ResetPassword input {
  width: 100%;
  border: 1px solid #ffffff30;
  background-color: #ffffff50;
  height: 45px;
  padding: 14px 15px;
  color: #ffffff; }
  .woocommerce-ResetPassword input::placeholder {
    color: #ffffff60; }
.woocommerce-ResetPassword button {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #FF7777 !important;
  box-sizing: border-box;
  padding: 15px 65px 14px 65px !important;
  border: none !important;
  width: fit-content !important;
  font-family: 'Bayon';
  margin-top: 20px !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-weight: 500 !important; }
  @media (min-width: 320px) and (max-width: 1439px) {
    .woocommerce-ResetPassword button {
      font-size: 16px;
      font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    .woocommerce-ResetPassword button {
      font-size: 16px; } }
  .woocommerce-ResetPassword button:hover {
    box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }

.woocommerce-error {
  width: 100%;
  line-height: 2.2;
  color: #ffffff;
  background-color: #323232;
  border-top-color: #FF7777; }
  .woocommerce-error:before {
    color: #FF7777;
    top: 50%;
    transform: translateY(-50%); }
  .woocommerce-error li {
    padding-left: 40px !important; }
    .woocommerce-error li:before {
      display: none; }
  .woocommerce-error .button {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'Bayon';
    background-color: #FF7777 !important;
    box-sizing: border-box;
    padding: 15px 65px 14px 65px !important;
    border: none;
    width: fit-content;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-weight: 500 !important; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .woocommerce-error .button {
        font-size: 16px;
        font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .woocommerce-error .button {
        font-size: 16px; } }
    .woocommerce-error .button:hover {
      box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }

.woocommerce-message {
  line-height: 2.2;
  color: #ffffff;
  background-color: #323232;
  border-top-color: #FF7777; }
  .woocommerce-message:after {
    display: none; }
  .woocommerce-message:before {
    color: #FF7777;
    top: 50%;
    transform: translateY(-50%); }
  .woocommerce-message .button {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'Bayon';
    background-color: #FF7777 !important;
    box-sizing: border-box;
    padding: 15px 65px 14px 65px !important;
    border: none;
    width: fit-content;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-weight: 500 !important; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .woocommerce-message .button {
        font-size: 16px;
        font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .woocommerce-message .button {
        font-size: 16px; } }
    .woocommerce-message .button:hover {
      box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }
  .woocommerce-message .restore-item {
    color: #FF7777; }

.woocommerce-info {
  line-height: 2.2;
  color: #ffffff;
  background-color: #323232;
  border-top-color: #FF7777; }
  .woocommerce-info:after {
    display: none; }
  .woocommerce-info:before {
    color: #FF7777;
    top: 50%;
    transform: translateY(-50%); }
  .woocommerce-info .button {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'Bayon';
    background-color: #FF7777 !important;
    box-sizing: border-box;
    padding: 15px 65px 14px 65px !important;
    border: none;
    width: fit-content;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-weight: 500 !important; }
    @media (min-width: 320px) and (max-width: 1439px) {
      .woocommerce-info .button {
        font-size: 16px;
        font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
    @media (min-width: 1440px) {
      .woocommerce-info .button {
        font-size: 16px; } }
    .woocommerce-info .button:hover {
      box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }
  .woocommerce-info a {
    color: #FF7777; }
  .woocommerce-info .restore-item {
    color: #FF7777; }

.woocommerce-form-coupon input {
  width: 100%;
  border: 1px solid #ffffff30;
  background-color: #ffffff50;
  height: 45px;
  padding: 14px 15px;
  color: #ffffff; }
  .woocommerce-form-coupon input::placeholder {
    color: #ffffff60; }
.woocommerce-form-coupon button {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #FF7777 !important;
  box-sizing: border-box;
  padding: 15px 65px 14px 65px !important;
  border: none !important;
  width: fit-content !important;
  font-family: 'Bayon';
  margin-top: 20px !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  margin-top: 0 !important; }
  @media (min-width: 320px) and (max-width: 1439px) {
    .woocommerce-form-coupon button {
      font-size: 16px;
      font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
  @media (min-width: 1440px) {
    .woocommerce-form-coupon button {
      font-size: 16px; } }
  .woocommerce-form-coupon button:hover {
    box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }

.related.products {
  display: none; }

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input {
  opacity: 0;
  position: relative;
  left: -99999999px;
  width: 0;
  height: 0; }
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
  cursor: pointer; }
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span {
  display: block; }

.so-single-product {
  padding-top: 170px;
  padding-bottom: 120px; }
  .so-single-product .woocommerce-tabs {
    display: none; }
  .so-single-product .so-main {
    display: flex;
    margin-bottom: 100px; }
    .so-single-product .so-main .flex-viewport {
      margin-bottom: 40px; }
    .so-single-product .so-main .woocommerce-product-gallery ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .so-single-product .so-main .woocommerce-product-gallery ol li {
        margin-right: 18px !important; }
        .so-single-product .so-main .woocommerce-product-gallery ol li:last-of-type {
          margin-right: 0 !important; }
    .so-single-product .so-main .onsale {
      background-color: #FF7777 !important;
      width: 50px;
      height: 50px;
      left: -10px;
      top: -10px; }
    .so-single-product .so-main .so-single-product-title {
      margin-bottom: 15px; }
    .so-single-product .so-main .so-rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      .so-single-product .so-main .so-rating .stars {
        line-height: 1;
        margin-right: 10px; }
        .so-single-product .so-main .so-rating .stars .star-1 {
          width: 15px;
          height: 15px;
          line-height: 1;
          margin: 0 1px;
          display: inline-block; }
          .so-single-product .so-main .so-rating .stars .star-1:before {
            content: "\e020";
            color: #FDC749;
            font-size: 15px;
            width: 15px;
            height: 15px;
            line-height: 1; }
          .so-single-product .so-main .so-rating .stars .star-1.active:before {
            content: "\e021";
            color: #FDC749;
            font-size: 15px;
            width: 15px;
            height: 15px;
            line-height: 1; }
    .so-single-product .so-main .price {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 24px !important;
      color: #ffffff !important;
      margin-bottom: 20px; }
      .so-single-product .so-main .price bdi, .so-single-product .so-main .price span {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 24px;
        color: #ffffff;
        font-weight: 400; }
      .so-single-product .so-main .price ins {
        text-decoration: auto; }
      .so-single-product .so-main .price del {
        text-decoration: auto; }
        .so-single-product .so-main .price del bdi {
          text-decoration: line-through; }
    .so-single-product .so-main .woocommerce-product-details__short-description {
      margin-bottom: 20px; }
    .so-single-product .so-main .stock {
      margin-bottom: 10px; }
    .so-single-product .so-main .woocommerce-product-rating {
      display: none; }
    .so-single-product .so-main .so-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .so-single-product .so-main .so-variation-price {
      font-family: 'Bayon';
      font-size: 34px !important;
      color: #FF7777 !important;
      display: none; }
      .so-single-product .so-main .so-variation-price bdi, .so-single-product .so-main .so-variation-price span {
        font-family: 'Bayon';
        font-size: 34px;
        color: #FF7777; }
    .so-single-product .so-main .variations tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex-wrap: wrap; }
      .so-single-product .so-main .variations tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 10px; }
    .so-single-product .so-main .variations .selectric-wrapper {
      min-width: 200px; }
    .so-single-product .so-main .variations .reset_variations {
      color: #FF7777;
      display: none !important; }
    .so-single-product .so-main .woocommerce-variation-add-to-cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .so-single-product .so-main .product_meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .so-single-product .so-main .product_meta span {
        margin-bottom: 10px; }
    .so-single-product .so-main form.cart {
      margin-bottom: 25px; }
      .so-single-product .so-main form.cart .cta-button {
        font-family: 'Bayon';
        color: #ffffff; }
    .so-single-product .so-main .quantity {
      margin-right: 20px !important; }
      .so-single-product .so-main .quantity-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ffffff10;
        border: 1px solid #ffffff10;
        width: 100px;
        position: relative; }
        .so-single-product .so-main .quantity-wrap input::-webkit-outer-spin-button,
        .so-single-product .so-main .quantity-wrap input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .so-single-product .so-main .quantity-wrap input[type=number] {
          -moz-appearance: textfield; }
        .so-single-product .so-main .quantity-wrap input {
          background-color: #323232;
          color: #ffffff;
          border: none;
          height: 43px;
          width: 45px;
          padding: 5px; }
        .so-single-product .so-main .quantity-wrap .quantity-button {
          width: 35px;
          height: 45px;
          position: relative;
          font-size: 0;
          cursor: pointer;
          background: #ffffff10; }
          .so-single-product .so-main .quantity-wrap .quantity-button:before, .so-single-product .so-main .quantity-wrap .quantity-button:after {
            content: '';
            position: absolute;
            width: 12px;
            height: 2px;
            background-color: #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50px; }
          .so-single-product .so-main .quantity-wrap .quantity-button:nth-of-type(2):after {
            transform: translate(-50%, -50%) rotate(90deg); }
    @media screen and (max-width: 768px) {
      .so-single-product .so-main {
        margin-bottom: 50px; } }
  .so-single-product .so-product-detail {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .so-single-product .so-product-detail {
        margin-bottom: 50px; } }
  .so-single-product .so-additional-information {
    margin-bottom: 100px; }
    .so-single-product .so-additional-information .so-title {
      margin-bottom: 15px; }
    .so-single-product .so-additional-information-content .so-table-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -moz-align-items: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .so-single-product .so-additional-information-content .so-table-row:nth-of-type(odd) .so-table-head {
        background-color: #ffffff20; }
      .so-single-product .so-additional-information-content .so-table-row:nth-of-type(odd) .so-table-data {
        background-color: #ffffff20; }
      .so-single-product .so-additional-information-content .so-table-row:nth-of-type(even) .so-table-head {
        background-color: #ffffff10; }
      .so-single-product .so-additional-information-content .so-table-row:nth-of-type(even) .so-table-data {
        background-color: #ffffff10; }
    .so-single-product .so-additional-information-content .so-table-head {
      width: 49.8%;
      padding: 15px 20px; }
    .so-single-product .so-additional-information-content .so-table-data {
      width: 49.8%;
      padding: 15px 20px; }
    .so-single-product .so-additional-information-content .so-table p {
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-single-product .so-additional-information-content .so-table p {
          font-size: 19px;
          font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-single-product .so-additional-information-content .so-table p {
          font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .so-single-product .so-additional-information {
        margin-bottom: 50px; } }
  .so-single-product .so-attachments {
    margin-bottom: 100px; }
    .so-single-product .so-attachments .so-title {
      margin-bottom: 15px; }
    .so-single-product .so-attachments-content a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      padding: 8px 17px;
      background-color: #FF7777;
      width: fit-content; }
      .so-single-product .so-attachments-content a img {
        margin-right: 14px; }
      .so-single-product .so-attachments-content a:hover {
        box-shadow: 0px 0px 35px 1px rgba(255, 119, 119, 0.8); }
    @media screen and (max-width: 768px) {
      .so-single-product .so-attachments {
        margin-bottom: 50px; } }
  .so-single-product .so-product-reviews-wrap h4 {
    margin-bottom: 20px; }
  .so-single-product .so-product-feed .stars {
    line-height: 1; }
    .so-single-product .so-product-feed .stars .star-1 {
      width: 15px;
      height: 15px;
      line-height: 1;
      margin: 0 1px;
      display: inline-block; }
      .so-single-product .so-product-feed .stars .star-1:before {
        content: "\e020";
        color: #FDC749;
        font-size: 15px;
        width: 15px;
        height: 15px;
        line-height: 1; }
      .so-single-product .so-product-feed .stars .star-1.active:last-of-type {
        right: 4px; }
      .so-single-product .so-product-feed .stars .star-1.active:before {
        content: "\e021";
        color: #FDC749;
        font-size: 15px;
        width: 15px;
        height: 15px;
        line-height: 1; }
  .so-single-product .so-product-feed-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #323232;
    padding: 15px 20px; }
    .so-single-product .so-product-feed-head-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .so-single-product .so-product-feed-head-info .stars {
        margin-right: 10px; }
      .so-single-product .so-product-feed-head-info .count-reviews {
        font-size: 16px;
        font-weight: 600; }
        @media (min-width: 320px) and (max-width: 1439px) {
          .so-single-product .so-product-feed-head-info .count-reviews {
            font-size: 16px;
            font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
        @media (min-width: 1440px) {
          .so-single-product .so-product-feed-head-info .count-reviews {
            font-size: 16px; } }
    .so-single-product .so-product-feed-head-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .so-single-product .so-product-feed-head-block .cta-button {
        padding: 8px 15px;
        margin-right: 20px; }
        .so-single-product .so-product-feed-head-block .cta-button:last-of-type {
          margin-right: 0; }
        .so-single-product .so-product-feed-head-block .cta-button img {
          margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .so-single-product .so-product-feed-head {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
        .so-single-product .so-product-feed-head-block {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
          margin-top: 20px;
          width: 100%; }
          .so-single-product .so-product-feed-head-block .cta-button {
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0; } }
  .so-single-product .so-product-feed-body .woocommerce-Reviews-title {
    display: none !important; }
  .so-single-product .so-product-feed-body .cr-ajax-search {
    display: none !important; }
  .so-single-product .so-product-feed-body .cr-review-tags-filter {
    display: none !important; }
  .so-single-product .so-product-feed-body .cr-count-row {
    display: none !important; }
  .so-single-product .so-product-feed-body .cr-ajax-reviews-review-form-nc {
    display: none !important; }
  .so-single-product .so-product-feed-body .crstar-rating:before {
    display: none; }
  .so-single-product .so-product-feed-body .crstar-rating span:before {
    font-family: star !important;
    left: 3px !important;
    color: #FDC749; }
  .so-single-product .so-product-feed-body .commentlist .review {
    background-color: #323232 !important;
    margin-bottom: 20px !important;
    padding: 20px !important; }
    .so-single-product .so-product-feed-body .commentlist .review img {
      display: none; }
    .so-single-product .so-product-feed-body .commentlist .review .comment-text {
      margin: 0 !important;
      padding: 0 !important;
      border: none !important; }
    .so-single-product .so-product-feed-body .commentlist .review .cr-meta-author-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__author {
      font-size: 16px;
      color: #ffffff !important;
      font-weight: 600 !important;
      margin-right: 10px !important; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__author {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__author {
          font-size: 16px; } }
    .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__verified {
      font-size: 16px;
      color: #FF7777 !important; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__verified {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__verified {
          font-size: 16px; } }
    .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__published-date {
      font-size: 16px;
      color: #ffffff30 !important; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__published-date {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-single-product .so-product-feed-body .commentlist .review .woocommerce-review__published-date {
          font-size: 16px; } }
    .so-single-product .so-product-feed-body .commentlist .review .description p {
      margin: 0 !important; }
  .so-single-product .so-product-related {
    padding-top: 100px; }
    .so-single-product .so-product-related .so-title {
      text-align: center;
      margin-bottom: 30px; }
    .so-single-product .so-product-related .so-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 40px; }
      @media screen and (max-width: 768px) {
        .so-single-product .so-product-related .so-container {
          grid-template-columns: repeat(1, 1fr); } }
    .so-single-product .so-product-related .so-card-image {
      margin-bottom: 15px; }
      .so-single-product .so-product-related .so-card-image img {
        width: 100%;
        object-position: center;
        object-fit: cover; }
    .so-single-product .so-product-related .so-card-title {
      margin-bottom: 10px; }
    .so-single-product .so-product-related .so-card-price {
      margin-bottom: 15px; }
      .so-single-product .so-product-related .so-card-price del, .so-single-product .so-product-related .so-card-price span, .so-single-product .so-product-related .so-card-price ins {
        font-family: 'Bayon';
        font-size: 22px; }
      .so-single-product .so-product-related .so-card-price del {
        opacity: .3; }
        .so-single-product .so-product-related .so-card-price del span, .so-single-product .so-product-related .so-card-price del bdi {
          color: #ffffff; }
      .so-single-product .so-product-related .so-card-price ins {
        text-decoration: none; }
        .so-single-product .so-product-related .so-card-price ins span, .so-single-product .so-product-related .so-card-price ins bdi {
          color: #FF7777; }
    .so-single-product .so-product-related .so-card .so-button {
      width: 100%; }
      .so-single-product .so-product-related .so-card .so-button-main {
        width: 100%; }

.so-modal {
  background-color: #323232;
  padding: 30px 40px;
  min-height: 450px; }
  .so-modal .selectric, .so-modal .selectric-items {
    border: 1px solid #ffffff50; }
  .so-modal .so-modal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer; }
    .so-modal .so-modal-close span {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #fff;
      top: 50%;
      left: 50%;
      position: absolute; }
      .so-modal .so-modal-close span:nth-of-type(1) {
        transform: translate(-50%, -50%) rotate(45deg); }
      .so-modal .so-modal-close span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(-45deg); }
  .so-modal .comment-reply-title {
    font-weight: 600;
    margin-bottom: 30px; }
  .so-modal .cr-reviews-ajax-comments {
    display: none !important; }
  .so-modal #cr-ajax-reviews-review-form {
    display: block !important; }
    .so-modal #cr-ajax-reviews-review-form .comment-form-rating {
      margin-bottom: 20px; }
      .so-modal #cr-ajax-reviews-review-form .comment-form-rating label {
        display: block;
        margin-bottom: 10px; }
    .so-modal #cr-ajax-reviews-review-form .comment-form .comment-form-comment label {
      display: block;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 600; }
      .so-modal #cr-ajax-reviews-review-form .comment-form .comment-form-comment label span {
        color: #FF2511; }
    .so-modal #cr-ajax-reviews-review-form .comment-form .comment-form-comment textarea {
      padding: 20px;
      color: #ffffff;
      background-color: #ffffff20;
      min-height: 150px; }
    .so-modal #cr-ajax-reviews-review-form .comment-form .form-submit #cr-ajax-reviews-cancel {
      display: none; }
    .so-modal #cr-ajax-reviews-review-form .comment-form .form-submit .cr-single-product-rev-submit {
      font-size: 16px;
      font-family: 'Bayon';
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background-color: #FF7777 !important;
      box-sizing: border-box;
      padding: 15px 65px 14px 65px !important;
      border: none !important;
      border-radius: 0 !important;
      width: fit-content;
      color: #ffffff !important;
      font-weight: 400 !important; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-modal #cr-ajax-reviews-review-form .comment-form .form-submit .cr-single-product-rev-submit {
          font-size: 16px;
          font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-modal #cr-ajax-reviews-review-form .comment-form .form-submit .cr-single-product-rev-submit {
          font-size: 16px; } }

.woocommerce .so-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .woocommerce .so-cart .so-col:nth-of-type(1) {
    width: 65%;
    margin-right: 65px; }
  .woocommerce .so-cart .so-col:nth-of-type(2) {
    width: 35%; }
  @media screen and (max-width: 768px) {
    .woocommerce .so-cart {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .woocommerce .so-cart .so-col {
        width: 100% !important; } }
  .woocommerce .so-cart .shop_table_cart {
    border: none; }
  .woocommerce .so-cart .woocommerce-cart-form .actions {
    display: none; }
  .woocommerce .so-cart .woocommerce-cart-form .so-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 30px; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .product-thumbnail {
          display: block;
          max-width: 100% !important;
          margin-bottom: 20px; }
          .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .product-thumbnail img {
            max-width: 500px; }
          .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .product-thumbnail:before {
            display: none; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .product-info {
          text-align: left !important;
          padding: 0 !important; } }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item td {
      border: none; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .product-thumbnail {
      width: 100%;
      max-width: 180px;
      position: relative;
      padding: 0; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .product-thumbnail img {
        width: 100%;
        object-position: center;
        object-fit: cover; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .remove {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0;
      background-color: #FF7777; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .remove span {
        position: absolute;
        width: 10px;
        height: 2px;
        background-color: #ffffff;
        top: 50%;
        left: 50%;
        border-radius: 50px; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .remove span:first-of-type {
          transform: translate(-50%, -50%) rotate(-45deg); }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .remove span:last-of-type {
          transform: translate(-50%, -50%) rotate(45deg); }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-head-title {
      padding-top: 0; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .product-info {
      padding: 15px 20px; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .product-info:before {
        display: none; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-data {
      padding: 10px 0; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-data .variation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-data .variation-item {
          margin-right: 35px; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-data .variation dt {
          font-weight: 600; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-data .variation dd {
          margin-bottom: 5px; }
          .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-data .variation dd p {
            color: #FF7777;
            font-weight: 600; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-block--1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-price h6 {
      padding: 0;
      margin-bottom: 7px; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-price span {
      font-family: 'Bayon';
      font-size: 22px;
      color: #FF7777; }
    .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity {
      margin-right: 25px; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity h6 {
        padding: 0;
        margin-bottom: 7px; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .qty {
        min-width: 100% !important; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity label {
        font-size: 12px;
        color: #b5bfc1;
        display: block; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .quantity {
        width: 105px !important;
        height: 30px;
        position: relative; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity input {
        font-size: 20px;
        line-height: 1;
        background-color: #FF7777;
        border-width: 0;
        outline: none;
        color: #fff;
        text-align: center !important;
        width: 40px !important;
        height: 32px !important;
        font-weight: 600;
        padding: 0 5px !important; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity input::-webkit-outer-spin-button,
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity input[type=number] {
        -moz-appearance: textfield; }
      .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .wac-qty-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: absolute;
        display: inline-flex;
        line-height: 1;
        border-radius: 0 !important;
        padding: 0;
        width: 40px;
        height: 32px;
        top: 0;
        border: 0;
        background: none; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .wac-qty-button:before, .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .wac-qty-button:after {
          position: absolute;
          width: 12px;
          height: 2px;
          background-color: #fff;
          top: 50%;
          left: 50%;
          margin-left: -6px;
          margin-top: -1px;
          content: ''; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .wac-qty-button:after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .wac-qty-button.wac-btn-sub {
          left: 2px;
          border-right: 1px solid #21212120; }
          .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .wac-qty-button.wac-btn-sub:after {
            display: none; }
        .woocommerce .so-cart .woocommerce-cart-form .so-cart-item .so-cart-item-quantity .wac-qty-button.wac-btn-inc {
          right: 2px;
          border-left: 1px solid #21212120; }
  .woocommerce .so-cart .cart-collaterals {
    background-color: #323232;
    padding: 30px; }
    .woocommerce .so-cart .cart-collaterals .cart_totals {
      float: none;
      width: 100%; }
    .woocommerce .so-cart .cart-collaterals .cart-subtotal-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
      .woocommerce .so-cart .cart-collaterals .cart-subtotal-wrapper div:nth-of-type(1) span:nth-of-type(2) {
        display: none; }
      .woocommerce .so-cart .cart-collaterals .cart-subtotal-wrapper div .woocommerce-Price-amount {
        font-weight: 700; }
    .woocommerce .so-cart .cart-collaterals .shop_table {
      display: block;
      background-color: #ffffff10;
      width: 100%;
      border-radius: 0 !important;
      border: none !important; }
      .woocommerce .so-cart .cart-collaterals .shop_table tbody {
        display: block;
        width: 100%; }
      .woocommerce .so-cart .cart-collaterals .shop_table tr {
        display: block;
        width: 100%; }
      .woocommerce .so-cart .cart-collaterals .shop_table th {
        display: block;
        width: 100%; }
      .woocommerce .so-cart .cart-collaterals .shop_table td {
        display: block;
        width: 100%; }
      .woocommerce .so-cart .cart-collaterals .shop_table .woocommerce-shipping-destination {
        display: none; }
      .woocommerce .so-cart .cart-collaterals .shop_table .woocommerce-shipping-calculator {
        display: none; }
    .woocommerce .so-cart .cart-collaterals .so-title {
      padding-top: 0;
      padding-bottom: 20px; }
    .woocommerce .so-cart .cart-collaterals .cta-button {
      width: 100%; }
    .woocommerce .so-cart .cart-collaterals .so-order-total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
    .woocommerce .so-cart .cart-collaterals .coupon {
      margin-bottom: 20px; }
      .woocommerce .so-cart .cart-collaterals .coupon label {
        display: none; }
      .woocommerce .so-cart .cart-collaterals .coupon form {
        position: relative; }
        .woocommerce .so-cart .cart-collaterals .coupon form input {
          width: 70%;
          background-color: #ffffff;
          height: 40px;
          border: none;
          padding: 10px; }
          .woocommerce .so-cart .cart-collaterals .coupon form input::placeholder {
            font-size: 14px;
            color: #00000020; }
        .woocommerce .so-cart .cart-collaterals .coupon form button {
          position: absolute;
          top: 0;
          right: 0;
          border: none;
          height: 40px;
          width: 30%;
          background-color: #FF7777;
          color: #ffffff; }

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #ffffff; }

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff30;
  background: #ffffff50; }

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(img/check-icon.svg);
  background-position: center;
  background-size: content;
  background-repeat: no-repeat;
  background-color: #FF7777;
  position: absolute;
  top: 0;
  left: 0px;
  transition: all 0.2s ease; }

input[type="radio"]:not(:checked) + label:after {
  opacity: 0; }

input[type="radio"]:checked + label:after {
  opacity: 1; }

.so-wholesale-page {
  padding-top: 170px;
  padding-bottom: 120px; }
  .so-wholesale-page .so-section-content .so-container .so-title {
    text-align: center;
    margin-bottom: 30px; }
  .so-wholesale-page .so-section-content .so-container .so-image {
    position: relative;
    margin-bottom: 110px; }
  .so-wholesale-page .so-section-content .so-container .wysiwyg-editor {
    margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .so-wholesale-page .so-section-content .so-container .so-image {
      margin-bottom: 60px; }
    .so-wholesale-page .so-section-content .so-container .wysiwyg-editor {
      margin-bottom: 30px; } }
  .so-wholesale-page .so-section-content .so-container .so-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    border: 1px solid #ffffff20;
    background-color: #323232; }
    @media screen and (max-width: 768px) {
      .so-wholesale-page .so-section-content .so-container .so-form {
        padding: 15px; } }
    .so-wholesale-page .so-section-content .so-container .so-form .wholesaler-registration {
      font-size: 24px; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-wholesale-page .so-section-content .so-container .so-form .wholesaler-registration {
          font-size: 33px;
          font-size: calc(24px + (42 - 24) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-wholesale-page .so-section-content .so-container .so-form .wholesaler-registration {
          font-size: 42px; } }
    .so-wholesale-page .so-section-content .so-container .so-form h2 {
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 320px) and (max-width: 1439px) {
        .so-wholesale-page .so-section-content .so-container .so-form h2 {
          font-size: 21px;
          font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1440 - 320)); } }
      @media (min-width: 1440px) {
        .so-wholesale-page .so-section-content .so-container .so-form h2 {
          font-size: 24px; } }
    .so-wholesale-page .so-section-content .so-container .so-form label {
      font-weight: 600;
      margin-bottom: 10px;
      display: inline-block; }
      .so-wholesale-page .so-section-content .so-container .so-form label span {
        color: #EA001B; }
    .so-wholesale-page .so-section-content .so-container .so-form input {
      width: 100%;
      border: 1px solid #ffffff30;
      background-color: #ffffff50;
      height: 45px;
      padding: 14px 15px;
      color: #ffffff; }
      .so-wholesale-page .so-section-content .so-container .so-form input::placeholder {
        color: #00000030; }
    .so-wholesale-page .so-section-content .so-container .so-form .woocommerce-Button {
      background-color: #FF7777;
      border: none;
      font-family: 'Bayon';
      cursor: pointer; }
    .so-wholesale-page .so-section-content .so-container .so-form .woocommerce-form-row {
      margin-bottom: 20px; }
    .so-wholesale-page .so-section-content .so-container .so-form #wwp_wholesaler_copy_billing_address {
      display: none; }
    .so-wholesale-page .so-section-content .so-container .so-form .selectric-wrapper {
      margin-bottom: 20px; }
      .so-wholesale-page .so-section-content .so-container .so-form .selectric-wrapper .selectric-items {
        border: 1px solid #ffffff50; }
      .so-wholesale-page .so-section-content .so-container .so-form .selectric-wrapper .selectric {
        border: 1px solid #ffffff50; }
  @media screen and (max-width: 1024px) {
    .so-wholesale-page {
      padding-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .so-wholesale-page {
      padding-bottom: 60px; } }

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid blue;
  /* Blue */ }
.wpcf7 form.init .wpcf7-response-output {
  display: none; }
.wpcf7 form.sent .wpcf7-response-output {
  border-color: green;
  /* Green */ }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */ }
.wpcf7 form.spam .wpcf7-response-output {
  border-color: orange;
  /* Orange */ }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: yellow;
  /* Yellow */ }
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr; }

.wpcf7-form-control-wrap {
  position: relative; }

.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: normal;
  display: block; }

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: white;
  padding: .2em .8em; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em; }

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " "; }

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../img/black-loader.svg");
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle; }
div.wpcf7 .ajax-loader.is-active {
  visibility: visible; }
div.wpcf7 div.ajax-error {
  display: none; }
div.wpcf7 .placeheld {
  color: grey; }
div.wpcf7 input[type="file"] {
  cursor: pointer; }
div.wpcf7 input[type="file"]:disabled {
  cursor: default; }
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed; }

.wpcf7-response-output {
  display: none; }

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0; }

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff; }
.plyr > .plyr__control {
  background: #FF7777; }
  .plyr > .plyr__control:hover {
    background: #FF7777; }
.plyr .plyr__control:hover, .plyr .plyr--video .plyr__control[aria-expanded=true],
.plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.plyr .plyr__control.plyr__tab-focus {
  background: #FF7777; }
.plyr input[type=range] {
  color: #FF7777; }

.burger-icon {
  position: relative;
  z-index: 15;
  width: 30px;
  height: 21px;
  cursor: pointer; }
  .burger-icon span {
    display: block;
    width: 30px;
    background-color: #ffffff;
    height: 3px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: absolute; }
    .burger-icon span:nth-of-type(1) {
      margin-bottom: 5px;
      width: 27px;
      top: 0; }
    .burger-icon span:nth-of-type(2) {
      width: 30px;
      margin-bottom: 5px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .burger-icon span:nth-of-type(3) {
      width: 20px;
      bottom: 0; }
  .burger-icon:hover span {
    width: 100% !important; }
  .burger-icon.active span {
    width: 30px !important;
    background-color: #ffffff; }
    .burger-icon.active span:first-of-type {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      margin-top: -2px; }
    .burger-icon.active span:nth-of-type(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -3px;
      opacity: 0; }
    .burger-icon.active span:last-of-type {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 50%;
      margin-bottom: -1px; }
  @media screen and (max-width: 1024px) {
    .burger-icon {
      display: block; } }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: none;
  background: #323232;
  position: relative; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 600;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  background-image: url(img/arrow-dropdown.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open b.button:after {
  transform: rotate(180deg); }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #323232;
  border: none;
  z-index: -1; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #ffffff;
  cursor: pointer; }

.selectric-items li.selected {
  background: #FF7777;
  color: #ffffff; }

.selectric-items li.highlighted {
  background: #FF7777;
  color: #ffffff; }

.selectric-items li:hover {
  background: #FF7777;
  color: #ffffff; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/*# sourceMappingURL=style.css.map */
