@charset "UTF-8";
/* FONTS
   ========================================================================== */
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  color: #000000;
  font-family: "Inter", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }
  body ::-moz-selection {
    background: #000000;
    color: #ffffff; }
  body ::selection {
    background: #000000;
    color: #ffffff; }

#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

mark {
  background: none; }

/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

form label {
  display: block;
  margin-bottom: 20px; }
form p {
  padding-bottom: 0 !important; }
form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0 !important; }
form .comment-form-cookies-consent label {
  margin-bottom: 0; }

input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #999;
  background: transparent;
  color: #666666;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Inter", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  height: 40px;
  padding: 0 20px;
  width: 100%; }
  input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
    font-family: "Inter", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    opacity: 1; }
  input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #999999;
    font-family: "Inter", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    opacity: 1; }
  input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999;
    font-family: "Inter", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    opacity: 1; }
  input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
    border-color: #666666; }

textarea {
  resize: none;
  height: 84px;
  padding: 10px 20px; }

input[type='submit'] {
  background: #000000;
  width: 100%;
  color: #ffffff;
  border: 1px solid #000000;
  height: 40px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all ease; }
  input[type='submit']:hover {
    background: #ffffff;
    color: #000000; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  margin-bottom: 40px;
  line-height: 1.4;
  color: #000000; }

.home h1 {
  text-align: center;
  font-size: 55px;
  font-weight: 300; }
  @media (max-width: 1140px) {
    .home h1 {
      font-size: 45px; } }
  @media (max-width: 768px) {
    .home h1 {
      font-size: 40px; } }
  @media (max-width: 576px) {
    .home h1 {
      font-size: 34px; } }
  @media (max-width: 370px) {
    .home h1 {
      font-size: 30px; } }

.h1 {
  font-weight: 500; }

h2, h1, .h1 {
  font-size: 21px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 20px; }

h5, h6 {
  font-size: 18px; }

a {
  outline: 0;
  text-decoration: none;
  transition: 0.3s all ease; }
  a:hover {
    outline: 0;
    color: #666666 !important; }

p, a, .style-text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6; }

p {
  margin-bottom: 20px; }

ol {
  margin: 40px 0 40px 20px; }

ul {
  list-style: disc;
  margin: 40px 0 40px 26px; }

ol li, ul li {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6; }

blockquote {
  margin: 40px 0;
  padding: 20px 40px;
  border-left: 2px solid #000000; }
  blockquote p {
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6; }
  blockquote cite {
    font-size: 13px;
    line-height: 1.4; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

strong, b {
  font-weight: 500; }

i {
  font-style: italic; }

@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px; }

  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc; }

  ::-webkit-scrollbar-thumb {
    background-color: #000000; }

  ::-webkit-scrollbar-thumb:hover {
    background: black; } }
.home header #logo, .home #logo-footer {
  pointer-events: none !important; }

.center {
  text-align: center; }

.row1440 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto; }

.row1400 {
  width: 1400px;
  max-width: 98%;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .row1400 {
      max-width: 98%; } }

.row1320 {
  width: 1320px;
  max-width: 96%;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .row1320 {
      max-width: 97.5%; } }

.row926 {
  width: 926px;
  max-width: 98%;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .row926 {
      max-width: 98%; } }

.row690 {
  width: 690px;
  max-width: 96%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .row690 {
      max-width: 100%; } }

.button-item {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s all ease;
  box-shadow: none;
  border-radius: 0;
  width: max-content;
  font-size: 13px; }

.white-button-transparent {
  padding: 6.5px 18.5px;
  color: #ffffff;
  letter-spacing: 0.64px;
  border: 1px solid #ffffff; }
  .white-button-transparent:hover, .white-button-transparent:focus {
    background: #ffffff;
    color: #000000 !important;
    box-shadow: none; }

.black-button-transparent {
  padding: 6.5px 19.2px;
  color: #000000;
  letter-spacing: 0.52px;
  border: 1px solid #000000; }
  .black-button-transparent:hover, .black-button-transparent:focus {
    background: #000000;
    color: #ffffff !important;
    box-shadow: none; }

.full-white {
  letter-spacing: 0.64px;
  padding: 8px 20px;
  color: #000000;
  background: #ffffff; }
  .full-white:hover, .full-white:focus {
    background: #000000;
    color: #ffffff !important;
    box-shadow: none; }

.black-button-full {
  max-width: max-content;
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 11px 19px;
  font-size: 16px;
  letter-spacing: 0.64px;
  border: 1px solid #000000; }
  .black-button-full:hover, .black-button-full:focus {
    background: #ffffff;
    color: #000000 !important;
    box-shadow: none; }

.white-card-title {
  color: #ffffff;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase; }

.label-info {
  padding: 0 10px;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #666666;
  width: fit-content; }
  .label-info.sale {
    background: #EB5757; }
  .label-info.last {
    background: #BB6BD9; }
  .label-info.new {
    background: #000000; }
  .label-info.new {
    background: #000000; }
  .label-info.default-color {
    background: #666666; }
  @media (max-width: 576px) {
    .label-info {
      font-size: 10px;
      letter-spacing: 0.4px; } }

.black-label {
  background: #000000; }

.red-label {
  background: #EB5757; }

.wc-block-components-product-price, .amounts-wrapper {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 1140px) {
    .wc-block-components-product-price, .amounts-wrapper {
      flex: 1; } }
  .wc-block-components-product-price .amount, .amounts-wrapper .amount {
    font-weight: 500;
    color: #000000;
    font-size: 21px;
    line-height: 1.4; }
    @media (max-width: 1140px) {
      .wc-block-components-product-price .amount, .amounts-wrapper .amount {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .wc-block-components-product-price .amount, .amounts-wrapper .amount {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .wc-block-components-product-price .amount, .amounts-wrapper .amount {
        font-size: 16px; } }
    .wc-block-components-product-price .amount .woocommerce-Price-currencySymbol, .amounts-wrapper .amount .woocommerce-Price-currencySymbol {
      margin-left: 5px; }
    .wc-block-components-product-price .amount span, .amounts-wrapper .amount span {
      display: inline-block;
      margin-left: 5px; }
  .wc-block-components-product-price .red-amount, .amounts-wrapper .red-amount {
    color: #EB5757;
    margin-right: 10px; }
  .wc-block-components-product-price .old-price, .amounts-wrapper .old-price {
    flex: 1;
    text-decoration-line: line-through;
    color: #666666;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6; }
    @media (max-width: 1140px) {
      .wc-block-components-product-price .old-price, .amounts-wrapper .old-price {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .wc-block-components-product-price .old-price, .amounts-wrapper .old-price {
        font-size: 16px; } }
    @media (max-width: 576px) {
      .wc-block-components-product-price .old-price, .amounts-wrapper .old-price {
        font-size: 14px; } }

@media (max-width: 576px) {
  .single-product .wc-block-components-product-price .old-price, .single-product .amounts-wrapper .old-price {
    font-size: 20px; } }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.product .wp-block-post-title {
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: left; }
.product .amount-color-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 39px !important;
  width: 100%; }
  .product .amount-color-wrapper .amounts-wrapper {
    margin-right: 20px; }
    @media (max-width: 876px) {
      .product .amount-color-wrapper .amounts-wrapper {
        margin-right: 0;
        width: 100%; } }
  .product .amount-color-wrapper .colors-wrapper {
    display: flex;
    align-items: center; }
    .product .amount-color-wrapper .colors-wrapper .color {
      width: 10px;
      height: 10px; }

.wp-block-code {
  margin: 20px 0; }
  .wp-block-code code {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6; }

.wp-block-details {
  margin: 40px 0; }
  .wp-block-details summary {
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6; }
  .wp-block-details p {
    margin-bottom: 20px; }
    .wp-block-details p:last-child {
      margin-bottom: 0; }

.wp-block-preformatted {
  margin: 40px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6; }

.wp-block-pullquote {
  padding-top: 0;
  padding-bottom: 0;
  margin: 40px 0; }

.wp-block-table {
  margin: 20px 0; }
  .wp-block-table table {
    margin-bottom: 10px; }
    .wp-block-table table tbody tr:first-child {
      font-weight: 600; }
  .wp-block-table .wp-element-caption {
    font-size: 13px;
    line-height: 1.4; }

.wp-block-file {
  margin: 20px 0; }
  .wp-block-file .wp-block-file__button {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    transition: 0.3s all ease;
    border-radius: 0;
    background: transparent;
    padding: 12.5px 20px;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.52px;
    border: 1px solid #000000; }
    .wp-block-file .wp-block-file__button:hover {
      background: #000000;
      color: #ffffff; }

.wp-block-verse {
  margin: 40px 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6; }

.wp-block-post-navigation-link {
  margin: 20px 0; }
  .wp-block-post-navigation-link a {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    transition: 0.3s all ease;
    border-radius: 0;
    background: transparent;
    padding: 12.5px 20px;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.52px;
    border: 1px solid #000000; }
    .wp-block-post-navigation-link a:hover {
      background: #000000;
      color: #ffffff; }

.wp-block-gallery {
  margin: 40px 0; }

.wp-block-cover {
  margin: 40px 0; }

.wp-block-audio {
  margin: 40px 0; }

.wp-block-embed iframe {
  width: 100%; }

.wp-block-video {
  margin: 40px 0; }

.wp-block-media-text {
  margin: 40px 0; }

.wp-block-buttons {
  margin: 40px 0 20px 0;
  justify-content: center; }
  .wp-block-buttons .wp-block-button {
    margin-bottom: 20px; }
    .wp-block-buttons .wp-block-button a {
      display: inline-block;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      transition: 0.3s all ease;
      border-radius: 0;
      background: transparent;
      padding: 12.5px 20px;
      color: #000000;
      font-size: 13px;
      letter-spacing: 0.52px;
      border: 1px solid #000000; }
      .wp-block-buttons .wp-block-button a:hover {
        background: #000000;
        color: #ffffff; }

.wp-block-columns {
  margin: 40px 0; }

.wp-block-image {
  margin-bottom: 40px; }

.wp-block-group {
  margin: 40px 0; }

.wp-block-separator {
  margin: 20px 0; }

.wp-block-calendar {
  margin: 40px 0; }
  .wp-block-calendar caption {
    margin-bottom: 10px;
    font-style: normal;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500; }
  .wp-block-calendar thead th {
    background-color: #666666;
    color: #ffffff; }
  .wp-block-calendar tbody td {
    font-style: normal;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500; }
  .wp-block-calendar .wp-calendar-nav a {
    font-style: normal;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500; }

.wp-block-latest-comments img {
  display: none !important; }
.wp-block-latest-comments footer {
  border-top: none;
  margin: 0 !important;
  padding: 20px 0 !important; }
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
  margin-left: 0 !important; }
  .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6; }

.components-placeholder {
  margin: 20px 0; }

.wp-block-search__button-outside {
  margin: 40px 0; }
  .wp-block-search__button-outside label {
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6; }
  .wp-block-search__button-outside input {
    border-color: #000000;
    border-radius: 0; }
  .wp-block-search__button-outside button, .wp-block-search__button-outside .wp-block-search__button {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    transition: 0.3s all ease;
    border-radius: 0;
    background: transparent;
    padding: 12.5px 20px;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.52px;
    border: 1px solid #000000; }
    .wp-block-search__button-outside button:hover, .wp-block-search__button-outside .wp-block-search__button:hover {
      background: #000000;
      color: #ffffff; }

.wp-block-social-links {
  margin-bottom: 20px;
  gap: 0; }
  .wp-block-social-links .wp-social-link {
    margin-right: 20px;
    margin-bottom: 20px; }
    .wp-block-social-links .wp-social-link:last-child {
      margin-right: 0; }
    .wp-block-social-links .wp-social-link a svg {
      width: 40px;
      height: 40px; }

.wp-block-contact-form-7-contact-form-selector {
  margin: 40px 0; }

.custom-logo-link:hover {
  opacity: 0.8; }

.wp-block-query {
  margin: 40px 0; }
  .wp-block-query .wp-block-post-template {
    margin: 0 !important; }
    .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group {
      padding: 0 !important;
      margin: 0 !important; }
      .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .wp-block-post-title {
        margin-bottom: 20px;
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4;
        text-align: left; }
      .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .wp-block-post-excerpt {
        display: none; }
      .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .wp-block-post-date time {
        color: #666666;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.6; }
  .wp-block-query .products-block-post-template .wp-block-post .wc-block-components-product-image {
    margin-bottom: 10px; }
    .wp-block-query .products-block-post-template .wp-block-post .wc-block-components-product-image a {
      display: block; }
      .wp-block-query .products-block-post-template .wp-block-post .wc-block-components-product-image a img {
        max-width: 347px;
        width: 100%;
        height: 460px;
        object-fit: cover; }
  .wp-block-query .products-block-post-template .wp-block-post h3 {
    margin-bottom: 10px !important; }
    .wp-block-query .products-block-post-template .wp-block-post h3 a {
      font-weight: 500;
      line-height: 1.4; }
  .wp-block-query .products-block-post-template .wp-block-post .wp-block-button__link {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    transition: 0.3s all ease;
    border-radius: 0;
    background: transparent;
    padding: 12.5px 20px;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.52px;
    border: 1px solid #000000; }
    .wp-block-query .products-block-post-template .wp-block-post .wp-block-button__link:hover {
      background: #000000;
      color: #ffffff !important; }

.taxonomy-post_tag, .taxonomy-category {
  margin: 20px 0; }

.wp-block-post-excerpt {
  margin: 20px 0; }
  .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
    color: #666666; }
    .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
      color: #000000 !important; }

.wp-block-post-featured-image {
  margin: 40px 0; }

.wp-block-post-author, .wp-block-post-author-name, .wp-block-post-date, .wp-block-post-date__modified-date {
  margin: 30px 0; }

#respond .logged-in-as {
  padding-bottom: 0; }
#respond .comment-form div {
  margin-bottom: 20px; }
#respond label {
  margin-bottom: 0; }
#respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #respond .comment-form-cookies-consent label {
    margin-left: 10px; }

.comment_wrap .commentlist {
  margin-bottom: 40px; }
  .comment_wrap .commentlist .comment-author {
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    .comment_wrap .commentlist .comment-author img {
      margin-right: 20px; }
    .comment_wrap .commentlist .comment-author .fn {
      display: inline-block;
      margin-right: 5px; }
  .comment_wrap .commentlist .comment-awaiting-moderation {
    margin-bottom: 10px;
    font-size: 13px; }
  .comment_wrap .commentlist .comment-meta {
    margin-bottom: 20px; }
    .comment_wrap .commentlist .comment-meta a {
      margin-bottom: 10px; }
  .comment_wrap .commentlist .reply {
    margin-top: 20px; }

.wp-block-button__link {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s all ease;
  box-shadow: none;
  border-radius: 0;
  width: max-content;
  padding: 12.5px 20px;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.52px;
  border: 1px solid #000000;
  background: #ffffff; }
  .wp-block-button__link:hover, .wp-block-button__link:focus {
    background: #000000;
    color: #ffffff !important;
    box-shadow: none; }

.swiper-pagination-bullet {
  margin: 0 5px;
  background: #666666; }
  @media (max-width: 576px) {
    .swiper-pagination-bullet {
      width: 4px;
      height: 4px;
      margin: 0 3px; } }

.swiper-pagination-bullet-active {
  background: #000000; }

.swiper-button-next:after {
  content: url("../../assets/img/arrow-next.svg"); }

.swiper-button-prev:after {
  content: url("../../assets/img/arrow-back.svg"); }

.breadcrumbs {
  font-size: 13px;
  color: #000000;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6; }
  .breadcrumbs a {
    color: #999;
    font-size: 13px; }
  @media (max-width: 768px) {
    .breadcrumbs {
      max-width: 1320px;
      width: 93.3%;
      margin: 0 auto 40px auto;
      text-align: center; } }

#scrollTop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 60px;
  bottom: 30px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.3s all ease;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }
  #scrollTop svg {
    transition: 0.3s all ease; }
    #scrollTop svg path {
      transition: 0.3s all ease; }
  #scrollTop:hover {
    background: #000000;
    border-color: #000000; }
    #scrollTop:hover svg path {
      stroke: #ffffff; }
  @media (max-width: 576px) {
    #scrollTop {
      right: 20px; } }
  #scrollTop.visible {
    opacity: 1;
    z-index: 100;
    visibility: visible; }

@media (max-width: 1024px) {
  .single-product #scrollTop {
    bottom: 80px; } }

@media (max-width: 1139px) {
  .woocommerce-ordering {
    width: 100%; } }

.woof_redraw_zone {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .woof_redraw_zone:before {
    position: absolute;
    left: 0;
    bottom: -40px;
    content: "";
    height: 1px;
    width: 100%;
    background: #CCC; }
    @media (max-width: 1300px) {
      .woof_redraw_zone:before {
        bottom: -28px; } }
    @media (max-width: 1139px) {
      .woof_redraw_zone:before {
        display: none; } }
  @media (max-width: 1500px) {
    .woof_redraw_zone {
      justify-content: flex-start; } }
  @media (max-width: 1435px) {
    .woof_redraw_zone {
      justify-content: space-between; } }
  @media (max-width: 1139px) {
    .woof_redraw_zone {
      flex-direction: column; } }
  @media (max-width: 1139px) {
    .woof_redraw_zone > div, .woof_redraw_zone .woocommerce-ordering {
      margin-right: 0; } }
  .woof_redraw_zone > div:first-child {
    order: 5;
    margin-right: 80px; }
    @media (max-width: 1515px) {
      .woof_redraw_zone > div:first-child {
        margin-right: 40px; } }
    @media (max-width: 1440px) {
      .woof_redraw_zone > div:first-child {
        margin-right: 55px; } }
    @media (max-width: 1435px) {
      .woof_redraw_zone > div:first-child {
        margin-right: 20px; } }
    @media (max-width: 1139px) {
      .woof_redraw_zone > div:first-child {
        margin-right: 0;
        border-bottom: 1px solid #CCC; } }
  .woof_redraw_zone .woof_container_product_tag {
    order: 1; }
  .woof_redraw_zone .woof_container_product_cat {
    order: 2; }
  .woof_redraw_zone .woof_container_pa_colors {
    order: 3; }
  .woof_redraw_zone .woof_container_pa_size {
    order: 4; }
  .woof_redraw_zone .woof_price3_search_container {
    order: 6; }
  .woof_redraw_zone .woof_container_product_tag, .woof_redraw_zone .woof_container_pa_size {
    margin-right: 80px; }
    @media (max-width: 1515px) {
      .woof_redraw_zone .woof_container_product_tag, .woof_redraw_zone .woof_container_pa_size {
        margin-right: 40px; } }
    @media (max-width: 1440px) {
      .woof_redraw_zone .woof_container_product_tag, .woof_redraw_zone .woof_container_pa_size {
        margin-right: 55px; } }
    @media (max-width: 1435px) {
      .woof_redraw_zone .woof_container_product_tag, .woof_redraw_zone .woof_container_pa_size {
        margin-right: 20px; } }
    @media (max-width: 1139px) {
      .woof_redraw_zone .woof_container_product_tag, .woof_redraw_zone .woof_container_pa_size {
        margin-right: 0; } }
  .woof_redraw_zone .woof_container_product_cat {
    margin-right: 20px; }
    @media (max-width: 1139px) {
      .woof_redraw_zone .woof_container_product_cat {
        margin-right: 0; } }
  .woof_redraw_zone .woof_container_pa_colors {
    margin-right: 60px; }
    @media (max-width: 1515px) {
      .woof_redraw_zone .woof_container_pa_colors {
        margin-right: 40px; } }
    @media (max-width: 1440px) {
      .woof_redraw_zone .woof_container_pa_colors {
        margin-right: 55px; } }
    @media (max-width: 1435px) {
      .woof_redraw_zone .woof_container_pa_colors {
        margin-right: 20px; } }
    @media (max-width: 1139px) {
      .woof_redraw_zone .woof_container_pa_colors {
        margin-right: 0; } }
  .woof_redraw_zone .woof_price3_search_container {
    margin-right: 0; }
  @media (max-width: 1139px) {
    .woof_redraw_zone .woof_container {
      position: relative;
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #CCC; }
      .woof_redraw_zone .woof_container:last-child {
        border-bottom: none; }
      .woof_redraw_zone .woof_container.woof_price3_search_container {
        border-bottom: none; }
      .woof_redraw_zone .woof_container h4 {
        cursor: pointer;
        padding: 20px 0 19px 0;
        position: relative;
        margin-bottom: 0; }
        .woof_redraw_zone .woof_container h4:before, .woof_redraw_zone .woof_container h4:after {
          content: '';
          background-color: #000000;
          width: 10px;
          height: 2px;
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .woof_redraw_zone .woof_container h4:before {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
        .woof_redraw_zone .woof_container h4:after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        .woof_redraw_zone .woof_container h4.active:before, .woof_redraw_zone .woof_container h4.active:after {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
      .woof_redraw_zone .woof_container .woof_block_html_items, .woof_redraw_zone .woof_container .irs-with-grid {
        margin-bottom: 20px;
        display: none; } }
  .woof_redraw_zone .woof_block_html_items li {
    cursor: pointer; }
  .woof_redraw_zone h4 {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.6; }
  .woof_redraw_zone .woof_list_checkbox li {
    margin-bottom: 14px !important;
    transition: .3s all ease; }
    .woof_redraw_zone .woof_list_checkbox li:last-child {
      margin-bottom: 0 !important; }
    .woof_redraw_zone .woof_list_checkbox li label {
      padding: 0;
      transition: .3s all ease; }
    .woof_redraw_zone .woof_list_checkbox li:hover div:before {
      border-color: #999; }
    .woof_redraw_zone .woof_list_checkbox li:hover div:after {
      background: #F2F2F2;
      opacity: 1;
      visibility: visible; }
    .woof_redraw_zone .woof_list_checkbox li div {
      position: relative;
      transition: .3s all ease;
      background: none !important; }
      .woof_redraw_zone .woof_list_checkbox li div input {
        display: none; }
        .woof_redraw_zone .woof_list_checkbox li div input:checked + ins:before {
          border-color: #000000; }
        .woof_redraw_zone .woof_list_checkbox li div input:checked + ins:after {
          opacity: 1;
          visibility: visible;
          background: #000000; }
        .woof_redraw_zone .woof_list_checkbox li div input:checked + ins + label {
          font-weight: 500; }
      .woof_redraw_zone .woof_list_checkbox li div ins {
        opacity: 1 !important; }
        .woof_redraw_zone .woof_list_checkbox li div ins:before {
          content: "";
          width: 18px;
          height: 18px;
          border: 1px solid #999999;
          position: absolute;
          top: 50%;
          left: 0;
          margin-right: -50%;
          transform: translate(0, -50%);
          transition: .3s all ease; }
        .woof_redraw_zone .woof_list_checkbox li div ins:after {
          content: "";
          opacity: 0;
          visibility: hidden;
          width: 10px;
          height: 10px;
          position: absolute;
          top: 50%;
          left: 5px;
          margin-right: -50%;
          transform: translate(0, -50%);
          transition: .3s all ease; }
  .woof_redraw_zone .woof_price3_search_container {
    max-width: 210px;
    width: 100%; }
    @media (max-width: 1200px) {
      .woof_redraw_zone .woof_price3_search_container {
        max-width: 170px; } }
    @media (max-width: 1139px) {
      .woof_redraw_zone .woof_price3_search_container {
        max-width: 100%; } }
    .woof_redraw_zone .woof_price3_search_container h4 {
      margin-bottom: 25px; }
  .woof_redraw_zone .woof_list {
    height: 260px;
    overflow: hidden;
    margin: 0; }
    @media (max-width: 1139px) {
      .woof_redraw_zone .woof_list {
        max-height: 200px;
        min-height: 60px;
        height: unset;
        overflow-y: auto; } }
    .woof_redraw_zone .woof_list li {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .woof_redraw_zone .woof_list li, .woof_redraw_zone .woof_list .woof_checkbox_label {
      cursor: pointer;
      color: #000000;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.6;
      margin-bottom: 0; }
  .woof_redraw_zone .woof_checkbox_label {
    margin-left: 0 !important;
    padding-left: 30px !important;
    position: relative;
    z-index: 5; }
  .woof_redraw_zone .woof_container_pa_colors {
    max-width: 310px;
    width: 100%; }
    @media (max-width: 1240px) {
      .woof_redraw_zone .woof_container_pa_colors {
        max-width: 250px; } }
    @media (max-width: 1139px) {
      .woof_redraw_zone .woof_container_pa_colors {
        max-width: 100%; } }
    .woof_redraw_zone .woof_container_pa_colors .woof_list {
      display: flex;
      flex-wrap: wrap; }

.woocommerce-result-count {
  display: none; }

.woof_products_top_panel {
  display: flex;
  align-items: center; }
  .woof_products_top_panel .woof_products_top_panel_ul li {
    display: none; }
    .woof_products_top_panel .woof_products_top_panel_ul li:first-child {
      display: flex; }
  .woof_products_top_panel .text-count {
    margin-left: 5px;
    display: block;
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6; }
    @media (max-width: 768px) {
      .woof_products_top_panel .text-count {
        display: none; } }

.woof_submit_search_form_container {
  position: absolute;
  display: flex;
  text-align: right;
  width: 100%;
  bottom: 0px;
  right: 0px;
  left: auto;
  justify-content: flex-end;
  padding-right: 0;
  margin: 0;
  margin-top: 20px; }
  @media (max-width: 1139px) {
    .woof_submit_search_form_container {
      bottom: -78px; } }
  @media (max-width: 436px) {
    .woof_submit_search_form_container {
      bottom: -131px;
      flex-direction: column-reverse; } }
  .woof_submit_search_form_container button {
    width: 100%;
    max-width: max-content;
    padding: 4px 20px !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    border-radius: 0 !important; }
  .woof_submit_search_form_container .woof_reset_button_2 {
    cursor: pointer;
    padding: 4px 22px !important;
    border: 1px solid #000000 !important;
    background-color: #ffffff !important;
    color: #000000; }
    @media (max-width: 436px) {
      .woof_submit_search_form_container .woof_reset_button_2 {
        margin-right: 0 !important;
        max-width: 100%; } }
  .woof_submit_search_form_container .woof_submit_search_form {
    padding: 4px 23px !important;
    margin-left: 10px !important;
    background-color: #000000 !important;
    color: #ffffff !important; }
    @media (max-width: 436px) {
      .woof_submit_search_form_container .woof_submit_search_form {
        margin-left: 0 !important;
        max-width: 100%;
        margin-bottom: 15px !important;
        padding: 6px 20px !important; } }

.irs {
  font-family: 'Inter', Helvetica, Arial, sans-serif !important; }

.woof_products_top_panel {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1320px) {
    .woof_products_top_panel {
      width: 96%; } }
  @media (max-width: 768px) {
    .woof_products_top_panel {
      justify-content: center; } }
  @media (max-width: 768px) {
    .woof_products_top_panel li {
      margin-right: 0 !important; } }
  .woof_products_top_panel .woof_products_top_panel_ul button.woof_reset_button_2 {
    cursor: pointer;
    padding: 4px 22px;
    color: #000000;
    background: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    border: 1px solid #000000;
    transition: .3s all ease; }
    .woof_products_top_panel .woof_products_top_panel_ul button.woof_reset_button_2:hover {
      background: #000000;
      color: #ffffff; }

@media (max-width: 1139px) {
  .filter-menu .woocommerce-ordering {
    margin-bottom: 0; }
    .filter-menu .woocommerce-ordering .labels-wrap {
      display: none; }
    .filter-menu .woocommerce-ordering h4 {
      margin-bottom: 0;
      padding: 20px 0;
      position: relative; }
      .filter-menu .woocommerce-ordering h4:before, .filter-menu .woocommerce-ordering h4:after {
        content: '';
        background-color: #000000;
        width: 10px;
        height: 2px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .filter-menu .woocommerce-ordering h4:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .filter-menu .woocommerce-ordering h4:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .filter-menu .woocommerce-ordering h4.active:before, .filter-menu .woocommerce-ordering h4.active:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); } }
.filter-menu .woocommerce-ordering label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  transition: .3s all ease; }
  .filter-menu .woocommerce-ordering label .sign {
    margin-right: 10px; }
  .filter-menu .woocommerce-ordering label:hover .sign:after {
    background: #F2F2F2 !important;
    opacity: 1 !important;
    visibility: visible !important; }
.filter-menu .woocommerce-ordering input {
  visibility: hidden;
  position: relative;
  margin-right: 10px;
  content: "";
  width: 22px;
  height: 22px; }
.filter-menu .woocommerce-ordering .sign {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #999999;
  border-radius: 50%;
  transition: .3s all ease;
  visibility: visible; }
  .filter-menu .woocommerce-ordering .sign:after {
    content: "";
    opacity: 0;
    visibility: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: .3s all ease; }
.filter-menu .woocommerce-ordering label {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6; }
  .filter-menu .woocommerce-ordering label.checked {
    pointer-events: none; }
  .filter-menu .woocommerce-ordering label:hover input:before {
    border: 1px solid #999; }
  .filter-menu .woocommerce-ordering label:hover input:after {
    opacity: 1;
    visibility: visible;
    background: #F2F2F2; }
.filter-menu .woocommerce-ordering input:checked + .sign:after {
  background: #000 !important;
  opacity: 1 !important;
  visibility: visible !important; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ccc;
  border-radius: 0;
  width: 1px;
  opacity: 1 !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
  border-radius: 0;
  width: 1px;
  opacity: 1 !important; }

.filter-menu .woocommerce-ordering {
  display: block; }

.woocommerce-pagination {
  display: none; }

.products-section .button-wrap {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  text-align: center;
  margin-bottom: 100px; }
  @media (max-width: 1140px) {
    .products-section .button-wrap {
      bottom: -85px; } }

.load-more-button {
  text-align: center;
  padding: 6.5px 19.1px;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s all ease; }
  .load-more-button:hover {
    background: #000000;
    color: #ffffff; }

.button-wrap {
  width: 1400px;
  max-width: 98%;
  margin: 0 auto 40px auto; }

.woocommerce-info {
  width: 1400px;
  max-width: 98%;
  margin: 0 auto 40px auto;
  padding: 20px 0;
  color: #000000;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  background: transparent;
  border: none; }
  .woocommerce-info:before, .woocommerce-info:after {
    display: none; }

.add-border {
  border: 1px solid #cccccc !important; }

.woof-sd-ie-color:hover {
  transform: scale(0.75); }
  @media (max-width: 1139px) {
    .woof-sd-ie-color:hover {
      transform: scale(1); } }
  .woof-sd-ie-color:hover:before {
    bottom: -6px !important;
    width: 100% !important;
    left: 0 !important; }
    @media (max-width: 1139px) {
      .woof-sd-ie-color:hover:before {
        opacity: 0;
        visibility: hidden; } }
.woof-sd-ie-color.checked {
  transform: scale(0.75); }
  .woof-sd-ie-color.checked:before {
    bottom: -6px !important;
    width: 100% !important;
    left: 0 !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 10px; }

.woocommerce-no-products-found {
  display: none; }
  .woocommerce-no-products-found:first-child {
    display: block; }

@media (max-width: 1139px) {
  .filter-price {
    display: none; } }

.range-slider {
  position: relative;
  max-width: 200px;
  width: 100%;
  height: 35px;
  text-align: center; }
  @media (max-width: 1139px) {
    .range-slider {
      max-width: 100%; } }

.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15px;
  max-width: 200px;
  width: 100%;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0; }
  @media (max-width: 1139px) {
    .range-slider input {
      max-width: 100%; } }

.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0; }

.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px; }

.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0; }

.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0; }

.range-slider input[type=range]::-moz-focus-outer {
  border: 0; }

.rangeValue {
  width: 30px; }

.output {
  position: absolute;
  min-width: 40px;
  height: 30px;
  text-align: center;
  color: #000;
  display: inline-block;
  bottom: -30px;
  left: 0;
  transform: translate(-50%, 0);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  background: #fff;
  user-select: none; }

.output.outputTwo {
  left: 100%; }

input[type=range] {
  -webkit-appearance: none;
  background: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  border: none;
  border-radius: 0;
  background: transparent; }

input[type=range]::-ms-track {
  height: 1px;
  background: transparent;
  border: none;
  border-radius: 0; }

input[type=range]::-moz-range-track {
  height: 1px;
  background: transparent;
  border: none;
  border-radius: 0; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #000;
  margin-top: -6.5px;
  position: relative;
  z-index: 10000;
  cursor: pointer; }

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #000;
  margin-top: -6.5px;
  position: relative;
  z-index: 10000;
  cursor: pointer; }

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #000;
  margin-top: -6.5px;
  position: relative;
  z-index: 10000;
  cursor: pointer; }

input[type=range]:focus {
  outline: none; }

.full-range {
  background: #CCC; }

.incl-range {
  background: #000; }

.full-range,
.incl-range {
  width: 100%;
  height: 1px;
  left: 0;
  top: 21px;
  position: absolute; }

.loader-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 99999; }
  .loader-global.act {
    z-index: -1;
    display: none; }
  .loader-global svg {
    animation: site-loader 2s infinite ease-in-out; }
@keyframes site-loader {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .flex.h-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .flex.h-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .flex.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .flex.v-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .flex.vh-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .flex.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; }
  .flex.flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: none; }

[class*='col-'] {
  width: 100%; }

.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%; }

.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%; }

.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%; }

.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%; }

.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%; }

.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%; }

.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%; }

.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%; }

.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%; }

.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%; }

.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%; }

.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%; }

.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%; }

@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .md-bottom {
    margin-bottom: 30px; } }
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .sm-bottom {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .xs-bottom {
    margin-bottom: 15px; } }
/* ==========================================================================
   HELPERS
   ========================================================================== */
#content {
  width: 1920px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto; }

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%; }

.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden; }

.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' '; }

.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.underline {
  position: relative;
  display: inline-block; }
  .underline:after {
    display: block;
    width: 0;
    height: 1px;
    margin: auto;
    content: '';
    transition: width .5s ease, background-color .5s ease;
    background: transparent; }
  .underline:hover:after {
    width: 100%;
    background: #000000; }

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca; }

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out; }

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left; }

.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  outline: 0;
  background: #ffffff;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 768px) {
    .btn {
      font-size: 14px;
      padding: 10px 15px; } }
  .btn:hover {
    background: #ebebeb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .btn:active {
    background: #d9d9d9; }

/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase; }
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word; }
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px; }
  .wysiwyg ul li {
    line-height: 1.4; }

/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0; }
  .fullframe iframe, .fullframe object, .fullframe embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%; }
  .wpcf7 .screen-reader-response {
    display: none; }
  .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: block; }
  .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    display: block;
    background: #16a085; }
  .wpcf7 .wpcf7-not-valid-tip {
    font: 500 16px/1 "Inter", Helvetica, Arial, sans-serif !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff5f5f;
    background: #eeeeee; }
  .wpcf7 .wpcf7-response-output {
    display: none;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    color: white;
    background: #ff5f5f; }
    .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
      background: #1091ae; }
    .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
      background: #16a085; }
  .wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block !important; }

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

div.wpcf7 form.submitting .ajax-loader {
  visibility: visible; }

/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center; }
  .s-link a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
    .s-link a:before {
      font-size: 20px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .s-link a:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .s-link a.fa-facebook:hover {
      background: #3b5993; }
    .s-link a.fa-twitter:hover {
      background: #55acee; }
    .s-link a.fa-instagram:hover {
      background: #181818; }
    .s-link a.fa-linkedin:hover {
      background: #0177b5; }
    .s-link a.fa-youtube:hover {
      background: #f80000; }
    .s-link a.fa-pinterest:hover {
      background: #bd081c; }
    .s-link a.fa-vimeo:hover {
      background: #1bb7ea; }
    .s-link a.fa-yelp:hover {
      background: #d32323; }
    .s-link a.fa-google-plus:hover {
      background: #dd4c39; }

/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px; }
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px; }
  .index-style .post-title:hover {
    color: #f1b820; }
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .index-style .post-thumbnail:hover {
    opacity: .9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 14px;
    margin: 0 3px;
    padding: 3px 5px; }
  .wp-pagenavi a {
    border: 1px solid #cccccc; }
  .wp-pagenavi .current,
  .wp-pagenavi a:hover {
    color: #ffffff;
    border-color: #000000;
    background: #000000; }

#top {
  min-height: 500px;
  text-align: center;
  color: #fff; }
  #top h1 {
    font-size: 60px; }

.desctop_hide {
  display: none; }

.burger {
  width: 40px;
  height: 40px;
  z-index: 5;
  display: flex;
  margin-right: 40px;
  text-align: left;
  transition: .3s all ease;
  position: relative; }
  .burger:hover {
    opacity: 1; }
    .burger:hover:before {
      visibility: visible;
      opacity: 1; }
  .burger:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease; }
  @media (max-width: 1024px) {
    .burger {
      display: block; } }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none; }
    .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
      display: block;
      width: 18px;
      height: 2px;
      background-color: #000000;
      outline: 1px solid transparent;
      transition-property: background-color, transform;
      transition-duration: .4s; }
    .burger .burger-icon::before, .burger .burger-icon::after {
      position: absolute;
      content: ""; }
    .burger .burger-icon::before {
      top: -6px; }
    .burger .burger-icon::after {
      top: 6px; }
  .burger.is-active .burger-icon {
    top: 10px; }
    .burger.is-active .burger-icon {
      background-color: transparent; }
    .burger.is-active .burger-icon::before {
      transform: translateY(6px) rotate(45deg); }
    .burger.is-active .burger-icon::after {
      transform: translateY(-6px) rotate(-45deg); }
  .burger.is-active .burger-icon::before,
  .burger.is-active .burger-icon::after {
    background: #000000; }

.mobile_menu_container {
  font-size: 0;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 447px;
  height: 100vh;
  background: #ffffff;
  will-change: transform, opacity;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 768px) {
    .mobile_menu_container {
      width: 100%;
      max-width: 100%; } }
  .mobile_menu_container nav {
    margin-bottom: 40px; }
  .mobile_menu_container li {
    position: relative; }
  .mobile_menu_container a {
    z-index: 10;
    display: block; }
    .mobile_menu_container a:hover {
      text-decoration: none; }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #0d0d0d; }
    .mobile_menu_container .sub-anchor:hover {
      background: black; }
    .mobile_menu_container .sub-anchor:before {
      font-size: 20px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .mobile_menu_container .sub-menu {
    display: none; }
    .mobile_menu_container .sub-menu a {
      font-size: 13px;
      padding: 10px 30px;
      color: #ffffff; }
      .mobile_menu_container .sub-menu a:hover {
        background: #1a1a1a; }
    .mobile_menu_container .sub-menu .sub-menu {
      display: none;
      padding-left: 10px; }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #0d0d0d; }
    .mobile_menu_container .level_a > li > a {
      font-size: 14px;
      line-height: 30px;
      height: 30px;
      padding-left: 20px;
      color: #ffffff; }
      .mobile_menu_container .level_a > li > a:hover {
        background: #0d0d0d; }

/* resp_menu_active
========================================================================== */
.mobile_menu_active {
  overflow: hidden; }
  .mobile_menu_active:before {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    width: 100%; }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.alignleft {
  float: left;
  margin: 0 30px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 30px; }

.aligncenter {
  margin: 0 auto 20px; }

.alignnone {
  margin: 0 0 20px; }

.block-center {
  text-align: center;
  position: relative; }

@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px; }

  .alignnone {
    margin: 0 0 20px; } }
/* ==========================================================================
   HEADER
   ========================================================================== */

// remove margin-bottom for header inside home page

.home .header {
	margin-bottom: 0;
}

.test-block .row1920 {
  display: flex; }
  .test-block .row1920 > * {
    width: 50%; }

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  padding-top: 10px;
  transition: .3s all ease; }
  @media (max-width: 1024px) {
    header {
      padding: 5px 0; } }
  header .header-wrapper {
    max-width: 1320px;
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1320px) {
      header .header-wrapper {
        width: 96%; } }
    @media (max-width: 1200px) {
      header .header-wrapper {
        width: 95%; } }
    @media (max-width: 1024px) {
      header .header-wrapper {
        width: 89.5%; } }
  header .left-content {
    display: flex;
    align-items: center;
    max-width: 370px;
    width: 100%; }
    @media (max-width: 1024px) {
      header .left-content {
        max-width: 50px; } }
    header .left-content .left-icon {
      display: block;
      transition: .3s all ease; }
      header .left-content .left-icon:hover {
        opacity: 0.7; }
      @media (max-width: 1024px) {
        header .left-content .left-icon {
          display: none; } }
    header .left-content .text_sales_department {
      margin-left: 10px;
      display: inline-block;
      color: #ffffff;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.52px;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        header .left-content .text_sales_department {
          display: none; } }
  header .right-content {
    max-width: 370px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      header .right-content {
        max-width: 50px; } }
    header .right-content .right-icon {
      width: 40px;
      height: 40px;
      margin-right: 10px;
      transition: .3s all ease;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1024px) {
        header .right-content .right-icon {
          margin-right: 5px; } }
      header .right-content .right-icon:hover {
        opacity: 1; }
        header .right-content .right-icon:hover:before {
          visibility: visible;
          opacity: 1; }
      header .right-content .right-icon:before {
        position: absolute;
        content: "";
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
        opacity: 0;
        transition: .3s all ease; }
      header .right-content .right-icon img {
        width: 40px;
        height: 40px;
        object-fit: cover; }
      header .right-content .right-icon:last-child {
        margin-right: 0; }
    header .right-content .cart-quantity {
      position: absolute;
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 11px;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      background: #ffffff;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      top: 20px;
      right: 2px; }
    @media (max-width: 1024px) {
      header .right-content .wish-list-icon {
        display: none; } }
  header .center-content {
    margin-top: 5px; }
  header #logo {
    display: block;
    opacity: 1;
    color: #181818;
    transition: .3s all ease; }
    header #logo svg {
      width: 141px;
      height: 30px; }
      @media (max-width: 576px) {
        header #logo svg {
          width: 94px;
          height: 20px; } }
    header #logo:hover {
      opacity: .5; }

.header-menu {
  padding: 10px 60px 60px 60px; }
  @media (max-width: 576px) {
    .header-menu {
      padding: 5px 20px 100px 20px; } }
  .header-menu .close-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-menu .close {
    cursor: pointer;
    position: relative;
    transition: .3s all ease; }
    .header-menu .close:hover {
      opacity: 1; }
      .header-menu .close:hover:before {
        visibility: visible;
        opacity: 1; }
    .header-menu .close:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background: rgba(0, 0, 0, 0.05);
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      visibility: hidden;
      opacity: 0;
      transition: .3s all ease; }
  .header-menu #logo-black {
    display: none; }
    @media (max-width: 768px) {
      .header-menu #logo-black {
        display: flex;
        align-items: center; } }
    .header-menu #logo-black svg {
      width: 94px;
      height: 20px; }
  .header-menu .empty-div {
    width: 40px;
    height: 40px; }
  .header-menu .accordion-links {
    margin-top: 40px;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 576px) {
      .header-menu .accordion-links {
        margin-top: 45px; } }
    .header-menu .accordion-links .mobile-item {
      display: none; }
      @media (max-width: 1140px) {
        .header-menu .accordion-links .mobile-item {
          display: block; } }
    .header-menu .accordion-links .title_of_links {
      position: relative;
      margin-bottom: 30px;
      color: #000000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.64px;
      text-transform: uppercase;
      cursor: pointer; }
      .header-menu .accordion-links .title_of_links span {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 0; }
        .header-menu .accordion-links .title_of_links span:before, .header-menu .accordion-links .title_of_links span:after {
          content: '';
          background-color: transparent;
          width: 10px;
          height: 2px;
          position: absolute;
          right: 0;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .header-menu .accordion-links .title_of_links span:before {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
      .header-menu .accordion-links .title_of_links.active span:before, .header-menu .accordion-links .title_of_links.active span:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        background-color: #000000; }
    .header-menu .accordion-links .links-wrapper {
      padding-left: 20px; }
      .header-menu .accordion-links .links-wrapper .link-item {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.64px;
        text-transform: uppercase; }
      .header-menu .accordion-links .links-wrapper .label {
        display: inline-block;
        margin-left: 10px;
        padding: 0 10px;
        color: #ffffff;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.40;
        letter-spacing: 0.52px;
        text-transform: uppercase; }
        .header-menu .accordion-links .links-wrapper .label.sale {
          background: #EB5757; }
        .header-menu .accordion-links .links-wrapper .label.last {
          background: #BB6BD9; }
        .header-menu .accordion-links .links-wrapper .label.new {
          background: #666666; }
    .header-menu .accordion-links .info {
      display: none; }
  .header-menu .additional-links {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    .header-menu .additional-links a {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      color: #000000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.64px;
      text-transform: uppercase; }
      .header-menu .additional-links a svg {
        margin-right: 10px; }
    .header-menu .additional-links .social-links-wrapper {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .header-menu .additional-links .social-links-wrapper .social-link {
        display: block;
        margin-right: 20px;
        margin-bottom: 20px;
        transition: .3s all ease; }
        .header-menu .additional-links .social-links-wrapper .social-link svg {
          transition: .3s all ease; }
          .header-menu .additional-links .social-links-wrapper .social-link svg path {
            transition: .3s all ease; }
          .header-menu .additional-links .social-links-wrapper .social-link svg rect {
            transition: .3s all ease; }
        .header-menu .additional-links .social-links-wrapper .social-link:hover svg path {
          fill: #000000; }
        .header-menu .additional-links .social-links-wrapper .social-link:first-child:hover rect {
          fill: #000000; }
        .header-menu .additional-links .social-links-wrapper .social-link:first-child:hover path {
          fill: #ffffff; }
  .header-menu .bottom {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-menu .bottom .text_sales_department {
      margin-right: 10px;
      color: #666666;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.52px;
      text-transform: uppercase; }
    .header-menu .bottom .points-wrapper {
      display: flex;
      align-items: center; }

.header-white {
  margin-bottom: 40px;
  background: #ffffff;
  padding-bottom: 0; }
  .header-white .header-wrapper {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC; }
    @media (max-width: 1024px) {
      .header-white .header-wrapper {
        border-bottom: none; } }
    .header-white .header-wrapper .cart-quantity {
      background: #F2F2F2; }
  .header-white .center-content {
    transition: 0.3s all ease; }
    .header-white .center-content svg {
      transition: 0.3s all ease; }
      .header-white .center-content svg path {
        transition: 0.3s all ease;
        fill: #000000; }
  .header-white .text_sales_department {
    color: #666666 !important; }
  .header-white .burger:before, .header-white .right-icon:before {
    background: rgba(0, 0, 0, 0.05) !important; }

.header-fixed {
  background: #ffffff !important;
  transition: 0.3s all ease; }
  .header-fixed .header-wrapper {
    border-bottom: 1px solid #CCC; }
    @media (max-width: 1024px) {
      .header-fixed .header-wrapper {
        border-bottom: none; } }
    .header-fixed .header-wrapper .cart-quantity {
      background: #F2F2F2; }
  .header-fixed .burger:before, .header-fixed .right-icon:before {
    background: rgba(0, 0, 0, 0.05) !important; }
  .header-fixed .burger:hover:before, .header-fixed .right-icon:hover:before {
    visibility: visible;
    opacity: 1; }
  .header-fixed .burger {
    transition: 0.3s all ease; }
    .header-fixed .burger path {
      transition: 0.3s all ease;
      stroke: #000000; }
  .header-fixed .left-content .left-icon-1 {
    transition: 0.3s all ease; }
    .header-fixed .left-content .left-icon-1 path {
      transition: 0.3s all ease;
      fill: #27AE60; }
    .header-fixed .left-content .left-icon-1:hover {
      opacity: .6; }
  .header-fixed .left-content .left-icon-2 {
    transition: 0.3s all ease; }
    .header-fixed .left-content .left-icon-2 path {
      transition: 0.3s all ease;
      fill: #2D9CDB; }
    .header-fixed .left-content .left-icon-2:hover {
      opacity: .6; }
  .header-fixed .left-content .text_sales_department {
    color: #666666 !important; }
  .header-fixed .center-content {
    transition: 0.3s all ease; }
    .header-fixed .center-content svg {
      transition: 0.3s all ease; }
      .header-fixed .center-content svg path {
        transition: 0.3s all ease;
        fill: #000000; }
  .header-fixed .right-content .right-icon {
    transition: 0.3s all ease; }
    .header-fixed .right-content .right-icon svg {
      transition: 0.3s all ease; }
      .header-fixed .right-content .right-icon svg circle {
        transition: 0.3s all ease;
        stroke: #000000; }
      .header-fixed .right-content .right-icon svg path {
        transition: 0.3s all ease;
        stroke: #000000; }

body {
  padding-top: 101px; }
  @media (max-width: 576px) {
    body {
      padding-top: 60px; } }

.home {
  padding-top: 59px; }
  .home #wrap {
    overflow: hidden; }
  .home .information-card-texts-background .logo-blocks-wrapper .logo-black a svg path {
    transition: .3s all ease;
    fill: #000000; }

// Remove gap between header and main banner on the home page

body.home {
	padding-top: 59px !important;
}

.home .header {
	margin-bottom: 0 !important;
}

@media (max-width: 576px) {
  .single-product {
    padding-top: 0; }
   .home {
    padding-top: 60px;
  }
}

/* ==========================================================================
   Main Navigation
   ========================================================================== */
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 60px 0 58.5px 0;
  border-top: 1px solid #ccc;
  width: 1320px;
  max-width: 96%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    footer {
      padding-top: 40px;
      padding-bottom: 45px; } }
  @media (max-width: 576px) {
    footer {
      max-width: 92%; } }
  footer .footer-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1140px) {
      footer .footer-wrapper {
        flex-direction: column; } }
    footer .footer-wrapper .left-content {
      max-width: 200px;
      width: 100%;
      margin-right: 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 1035px) {
        footer .footer-wrapper .left-content {
          max-width: 180px; } }
      @media (max-width: 1140px) {
        footer .footer-wrapper .left-content {
          max-width: 100%;
          margin-bottom: 40px;
          margin-right: 0; } }
      footer .footer-wrapper .left-content a {
        display: block; }
        @media (max-width: 1140px) {
          footer .footer-wrapper .left-content a {
            margin-bottom: 40px; } }
      footer .footer-wrapper .left-content #logo-footer {
        transition: 0.3s all ease; }
        footer .footer-wrapper .left-content #logo-footer svg {
          transition: 0.3s all ease; }
          footer .footer-wrapper .left-content #logo-footer svg path {
            transition: 0.3s all ease;
            fill: #000000; }
      footer .footer-wrapper .left-content img {
        max-width: 141px;
        width: 100%;
        height: 30px;
        object-fit: contain; }
      footer .footer-wrapper .left-content .bottom .text_sales_department {
        margin-bottom: 10px;
        color: #666666;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.52px;
        text-transform: uppercase; }
      footer .footer-wrapper .left-content .bottom .points-wrapper {
        display: flex;
        flex-wrap: wrap; }
        footer .footer-wrapper .left-content .bottom .points-wrapper .point {
          margin-bottom: 0;
          transition: .3s all ease; }
          footer .footer-wrapper .left-content .bottom .points-wrapper .point img {
            width: 40px;
            height: 40px;
            object-fit: contain; }
          footer .footer-wrapper .left-content .bottom .points-wrapper .point:hover {
            opacity: .8; }
    footer .footer-wrapper .center-content {
      max-width: 755px;
      width: 100%; }
      @media (max-width: 1140px) {
        footer .footer-wrapper .center-content {
          max-width: 100%;
          margin-bottom: 60px;
          margin-right: 0; } }
      @media (max-width: 768px) {
        footer .footer-wrapper .center-content {
          display: none; } }
      footer .footer-wrapper .center-content .columns-wrapper {
        display: flex;
        justify-content: space-between; }
      footer .footer-wrapper .center-content .column {
        font-size: 13px; }
        footer .footer-wrapper .center-content .column:first-child {
          margin-right: 19px; }
          @media (max-width: 1140px) {
            footer .footer-wrapper .center-content .column:first-child {
              margin-right: 40px; } }
        footer .footer-wrapper .center-content .column:nth-child(2) {
          margin-right: 20px; }
        footer .footer-wrapper .center-content .column:last-child {
          margin-right: 10px; }
        footer .footer-wrapper .center-content .column .title_of_column_footer {
          margin-bottom: 30px; }
        footer .footer-wrapper .center-content .column .links-wrapper {
          display: flex;
          flex-direction: column; }
          footer .footer-wrapper .center-content .column .links-wrapper .link-item {
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.4;
            display: flex;
            align-items: center; }
            footer .footer-wrapper .center-content .column .links-wrapper .link-item .item-with-label {
              flex-wrap: wrap; }
            footer .footer-wrapper .center-content .column .links-wrapper .link-item span {
              display: inline-block; }
            footer .footer-wrapper .center-content .column .links-wrapper .link-item .title-link {
              margin-right: 10px; }
          footer .footer-wrapper .center-content .column .links-wrapper .email, footer .footer-wrapper .center-content .column .links-wrapper .phone {
            transition: .3s all ease; }
            footer .footer-wrapper .center-content .column .links-wrapper .email svg, footer .footer-wrapper .center-content .column .links-wrapper .phone svg {
              margin-right: 10px;
              transition: .3s all ease; }
              footer .footer-wrapper .center-content .column .links-wrapper .email svg g, footer .footer-wrapper .center-content .column .links-wrapper .phone svg g {
                transition: .3s all ease; }
            footer .footer-wrapper .center-content .column .links-wrapper .email:hover svg g, footer .footer-wrapper .center-content .column .links-wrapper .phone:hover svg g {
              opacity: 1; }
    footer .footer-wrapper .label {
      padding: 0 10px;
      color: #ffffff;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.52px;
      text-transform: uppercase;
      cursor: default; }
      footer .footer-wrapper .label.sale {
        background: #EB5757; }
      footer .footer-wrapper .label.last {
        background: #BB6BD9; }
      footer .footer-wrapper .label.new {
        background: #666666; }
    footer .footer-wrapper .title_of_column_footer, footer .footer-wrapper .title_of_links {
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.6; }
    footer .footer-wrapper .link-item {
      display: block;
      margin-bottom: 20px;
      letter-spacing: 0.52px;
      text-transform: uppercase; }
      footer .footer-wrapper .link-item:last-child {
        margin-bottom: 0; }
    footer .footer-wrapper .accordion-footer {
      display: none; }
      @media (max-width: 768px) {
        footer .footer-wrapper .accordion-footer {
          display: block;
          margin-bottom: 60px; } }
      footer .footer-wrapper .accordion-footer .item {
        position: relative;
        margin-bottom: 30px; }
        footer .footer-wrapper .accordion-footer .item:last-child {
          margin-bottom: 0; }
        footer .footer-wrapper .accordion-footer .item .title_of_links {
          cursor: pointer;
          position: relative; }
          footer .footer-wrapper .accordion-footer .item .title_of_links span {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            right: 0; }
            footer .footer-wrapper .accordion-footer .item .title_of_links span:before, footer .footer-wrapper .accordion-footer .item .title_of_links span:after {
              content: '';
              background-color: #000000;
              width: 10px;
              height: 2px;
              position: absolute;
              right: 0;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            footer .footer-wrapper .accordion-footer .item .title_of_links span:before {
              right: 6px;
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
            footer .footer-wrapper .accordion-footer .item .title_of_links span:after {
              right: 6px;
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
          footer .footer-wrapper .accordion-footer .item .title_of_links.active span:before, footer .footer-wrapper .accordion-footer .item .title_of_links.active span:after {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
        footer .footer-wrapper .accordion-footer .item .info {
          display: none;
          margin-top: 30px; }
          footer .footer-wrapper .accordion-footer .item .info a {
            font-weight: 400;
            font-size: 13px;
            line-height: 1.4; }
          footer .footer-wrapper .accordion-footer .item .info .email, footer .footer-wrapper .accordion-footer .item .info .phone {
            display: flex;
            align-items: center; }
            footer .footer-wrapper .accordion-footer .item .info .email svg, footer .footer-wrapper .accordion-footer .item .info .phone svg {
              margin-right: 10px; }
    footer .footer-wrapper .last-column .title_of_column_footer {
      margin-bottom: 29px !important; }
    footer .footer-wrapper .last-column .link-item {
      margin-bottom: 19px !important; }
    footer .footer-wrapper .last-column .additional_information_footer p, footer .footer-wrapper .last-column .additional_information_footer a {
      font-size: 13px;
      line-height: 1.4;
      letter-spacing: 0.52px;
      text-transform: uppercase; }
    footer .footer-wrapper .right-content {
      max-width: 160px;
      width: 100%; }
      @media (max-width: 1140px) {
        footer .footer-wrapper .right-content {
          max-width: 100%; } }
      footer .footer-wrapper .right-content .social-links-wrapper {
        display: flex;
        flex-wrap: wrap; }
        footer .footer-wrapper .right-content .social-links-wrapper .social-link {
          margin-right: 20px;
          display: block;
          margin-bottom: 20px; }
          footer .footer-wrapper .right-content .social-links-wrapper .social-link:last-child {
            margin-right: 0; }
          footer .footer-wrapper .right-content .social-links-wrapper .social-link img, footer .footer-wrapper .right-content .social-links-wrapper .social-link svg {
            width: 40px;
            height: 40px;
            object-fit: contain;
            transition: .3s all ease; }
            footer .footer-wrapper .right-content .social-links-wrapper .social-link img path, footer .footer-wrapper .right-content .social-links-wrapper .social-link svg path {
              transition: .3s all ease; }
            footer .footer-wrapper .right-content .social-links-wrapper .social-link img rect, footer .footer-wrapper .right-content .social-links-wrapper .social-link svg rect {
              transition: .3s all ease; }
          footer .footer-wrapper .right-content .social-links-wrapper .social-link:hover svg path {
            fill: #000000; }
          footer .footer-wrapper .right-content .social-links-wrapper .social-link:first-child:hover rect {
            fill: #000000; }
          footer .footer-wrapper .right-content .social-links-wrapper .social-link:first-child:hover path {
            fill: #ffffff; }

/* ==========================================================================
   Home page
   ========================================================================== */
.main-page__banner {
  padding-top: 322px;
  padding-bottom: 311px;
  background-size: min(1400px, 100%) auto;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;}
  @media (max-width: 1140px) {
    .main-page__banner {
      padding-top: 184px;
      padding-bottom: 130px; } }
  .main-page__banner .banner-content {
    max-width: 926px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .main-page__banner .banner-content h1 {
      color: #ffffff; }
    @media (max-width: 576px) {
      .main-page__banner .banner-content .buttons-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .main-page__banner .banner-content .buttons-wrapper .button-item {
      margin-right: 10px;
      margin-bottom: 10px;
      font-size: 16px;
      padding: 11px 19px; }
      @media (max-width: 576px) {
        .main-page__banner .banner-content .buttons-wrapper .button-item {
          margin-right: 0; } }
      .main-page__banner .banner-content .buttons-wrapper .button-item:last-child {
        margin-right: 0; }

.ytp-chrome-top, .ytp-chrome-bottom, .ytp-chrome-top-buttons {
  display: none !important; }
  .ytp-chrome-top button, .ytp-chrome-bottom button, .ytp-chrome-top-buttons button {
    display: none !important; }

.information-card-texts-background, .information-card-texts-background-global {
  max-width: 1400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 576px) {
    .information-card-texts-background, .information-card-texts-background-global {
      padding: 40px 20px 55px 20px; } }
  .information-card-texts-background video, .information-card-texts-background .video, .information-card-texts-background-global video, .information-card-texts-background-global .video {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    object-position: center;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important; }
  .information-card-texts-background .logo-blocks-wrapper, .information-card-texts-background-global .logo-blocks-wrapper {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 1240px) {
      .information-card-texts-background .logo-blocks-wrapper, .information-card-texts-background-global .logo-blocks-wrapper {
        max-width: 945px; } }
    .information-card-texts-background .logo-blocks-wrapper .logo, .information-card-texts-background-global .logo-blocks-wrapper .logo {
      position: relative;
      margin: 0 auto 40px auto;
      width: 141px;
      height: 30px;
      object-fit: contain; }
      .information-card-texts-background .logo-blocks-wrapper .logo a, .information-card-texts-background-global .logo-blocks-wrapper .logo a {
        display: inline-block; }
    .information-card-texts-background .logo-blocks-wrapper .text-block, .information-card-texts-background-global .logo-blocks-wrapper .text-block {
      margin-bottom: 0; }
      .information-card-texts-background .logo-blocks-wrapper .text-block img, .information-card-texts-background-global .logo-blocks-wrapper .text-block img {
        margin-bottom: 10px;
        width: 80px;
        height: 80px;
        object-fit: cover; }
      .information-card-texts-background .logo-blocks-wrapper .text-block .title, .information-card-texts-background-global .logo-blocks-wrapper .text-block .title {
        margin-bottom: 10px;
        color: #ffffff;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4; }
      .information-card-texts-background .logo-blocks-wrapper .text-block .descriptionBlock, .information-card-texts-background-global .logo-blocks-wrapper .text-block .descriptionBlock {
        max-width: 295px;
        width: 100%;
        margin: 0 auto 20px auto;
        color: #ffffff;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.6;
        opacity: 0.6; }
        @media (max-width: 576px) {
          .information-card-texts-background .logo-blocks-wrapper .text-block .descriptionBlock, .information-card-texts-background-global .logo-blocks-wrapper .text-block .descriptionBlock {
            max-width: 100%; } }
    .information-card-texts-background .logo-blocks-wrapper .swiper-full-width-card-button-wrapper, .information-card-texts-background-global .logo-blocks-wrapper .swiper-full-width-card-button-wrapper {
      position: relative; }
    .information-card-texts-background .logo-blocks-wrapper .swiper-full-width-card, .information-card-texts-background-global .logo-blocks-wrapper .swiper-full-width-card {
      padding-bottom: 40px;
      bottom: 0;
      display: block; }
    .information-card-texts-background .logo-blocks-wrapper .swiper-pagination-full-width-card .swiper-pagination-bullet, .information-card-texts-background-global .logo-blocks-wrapper .swiper-pagination-full-width-card .swiper-pagination-bullet {
      margin: 0 5px;
      background: #666666;
      width: 4px;
      height: 4px; }
    .information-card-texts-background .logo-blocks-wrapper .swiper-pagination-full-width-card .swiper-pagination-bullet-active, .information-card-texts-background-global .logo-blocks-wrapper .swiper-pagination-full-width-card .swiper-pagination-bullet-active {
      background: #ffffff; }
    .information-card-texts-background .logo-blocks-wrapper .swiper-button-prev-full-width-card, .information-card-texts-background-global .logo-blocks-wrapper .swiper-button-prev-full-width-card {
      left: -80px; }
      @media (max-width: 1139px) {
        .information-card-texts-background .logo-blocks-wrapper .swiper-button-prev-full-width-card, .information-card-texts-background-global .logo-blocks-wrapper .swiper-button-prev-full-width-card {
          display: none; } }
    .information-card-texts-background .logo-blocks-wrapper .swiper-button-next-full-width-card, .information-card-texts-background-global .logo-blocks-wrapper .swiper-button-next-full-width-card {
      right: -80px; }
      @media (max-width: 1139px) {
        .information-card-texts-background .logo-blocks-wrapper .swiper-button-next-full-width-card, .information-card-texts-background-global .logo-blocks-wrapper .swiper-button-next-full-width-card {
          display: none; } }
  .information-card-texts-background .swiper-button-next:after, .information-card-texts-background-global .swiper-button-next:after {
    content: url("../../assets/img/arrow-transparent-next.svg"); }
  .information-card-texts-background .swiper-button-prev:after, .information-card-texts-background-global .swiper-button-prev:after {
    content: url("../../assets/img/arrow-transparent-prev.svg"); }

@media (max-width: 576px) {
  .information-card-texts-background-global {
    padding: 40.5px 20px; } }

.hidden {
  display: none !important; }

.more-colors {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  position: absolute;
  cursor: pointer;
  color: #999;
  right: -30px;
  bottom: -5px; }
  @media (max-width: 1140px) {
    .more-colors {
      bottom: 8px; } }
  @media (max-width: 544px) {
    .more-colors {
      bottom: 7px; } }

.product-card {
  list-style: none;
  position: relative;
  margin-bottom: 40px !important;
  transition: 1s all ease;
  display: flex;
  flex-direction: column-reverse; }
  @media (max-width: 1140px) {
    .product-card:last-child, .product-card:nth-last-child(2) {
      margin-bottom: 30px !important; } }
  .product-card:hover .add-to-cart {
    opacity: 1;
    visibility: visible; }
  .product-card .image-product {
    position: relative; }
  .product-card .gallery {
    position: relative;
    display: block;
    width: 100%;
    height: 460px;
    cursor: pointer;
    transition: .7s all ease; }
    @media (max-width: 1140px) {
      .product-card .gallery {
        max-width: 100%;
        height: 600px; } }
    @media (max-width: 876px) {
      .product-card .gallery {
        height: 500px; } }
    @media (max-width: 678px) {
      .product-card .gallery {
        height: 400px; } }
    @media (max-width: 576px) {
      .product-card .gallery {
        height: 350px; } }
    @media (max-width: 450px) {
      .product-card .gallery {
        height: 264px; } }
    .product-card .gallery img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100% !important;
      transition: .7s all ease;
      opacity: 0;
      visibility: hidden;
      object-fit: cover; }
      .product-card .gallery img.active {
        opacity: 1;
        visibility: visible; }
    .product-card .gallery .hover-trigger {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 25%;
      z-index: 10; }
  .product-card .gallery-pagination {
    display: flex;
    justify-content: center;
    margin-top: -12px; }
  .product-card .gallery-pagination span {
    margin: 0 5px;
    height: 2px;
    opacity: 0.2;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 0.5s ease;
    z-index: 2; }
  .product-card .gallery-pagination span.active {
    opacity: 1; }
  .product-card .label-info {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2; }
  .product-card .label-info:first-child + .label-info {
    position: absolute;
    top: 10px;
    left: 72px;
    z-index: 2; }
    @media (max-width: 576px) {
      .product-card .label-info:first-child + .label-info {
        top: 30px;
        left: 10px; } }
  .product-card .save-icon {
    position: absolute;
    top: 20px;
    right: 17px;
    z-index: 50;
    transition: .3s all ease;
    cursor: pointer; }
    @media (max-width: 576px) {
      .product-card .save-icon {
        top: 10px;
        right: 7px; } }
    .product-card .save-icon .single_product_div {
      padding-bottom: 0; }
    .product-card .save-icon .wt-wishlist-button {
      transition: .3s all ease; }
    .product-card .save-icon:hover .wt-wishlist-button {
      content: url("../img/el2.svg"); }
  .product-card .title-product {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4; }
  .product-card .amount-color-wrapper {
    padding-right: 8px; }
    @media (max-width: 876px) {
      .product-card .amount-color-wrapper {
        flex-direction: column;
        align-items: flex-start; } }
    .product-card .amount-color-wrapper .colors-wrapper {
      position: relative;
      max-width: 160px;
      width: 100%;
      display: flex;
      flex-wrap: wrap-reverse;
      justify-content: flex-end;
      margin-left: 10px;
      flex: 1; }
      @media (max-width: 1300px) {
        .product-card .amount-color-wrapper .colors-wrapper {
          max-width: 100%;
          margin-top: 10px;
          flex-wrap: wrap;
          flex-direction: row;
          margin-left: 0; } }
      @media (max-width: 1140px) {
        .product-card .amount-color-wrapper .colors-wrapper {
          flex-wrap: wrap;
          flex-direction: row; } }
      @media (max-width: 876px) {
        .product-card .amount-color-wrapper .colors-wrapper {
          flex-direction: row-reverse; } }
      .product-card .amount-color-wrapper .colors-wrapper .color {
        cursor: pointer;
        width: 10px;
        height: 10px;
        margin-left: 6px;
        margin-top: 6px;
        display: inline-block;
        border-radius: 0.25px;
        position: relative;
        transition: .3s all ease; }
        @media (max-width: 1140px) {
          .product-card .amount-color-wrapper .colors-wrapper .color {
            width: 20px;
            height: 20px;
            margin-top: 0;
            margin-left: 0;
            margin-bottom: 10px;
            margin-right: 12px; } }
        .product-card .amount-color-wrapper .colors-wrapper .color:hover {
          transform: scale(1.1); }
        .product-card .amount-color-wrapper .colors-wrapper .color.white-color {
          border-radius: 1px;
          border: 1px solid #CCC; }
  .product-card .add-to-cart {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 22px;
    width: 94%;
    background: #ffffff;
    padding: 9.5px 20px;
    transition: .3s all ease;
    z-index: 10; }
    @media (max-width: 1024px) {
      .product-card .add-to-cart {
        display: none; } }
    .product-card .add-to-cart .text {
      margin-bottom: 10px;
      display: block;
      text-align: center;
      color: #000000;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.6; }
    .product-card .add-to-cart .sizes-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .product-card .add-to-cart .sizes-wrapper .size {
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 5px 20px;
        border: 1px solid #000000 !important;
        color: #000000;
        font-size: 13px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 1.4;
        letter-spacing: 0.52px;
        text-transform: uppercase;
        transition: .3s all ease;
        cursor: pointer; }
        .product-card .add-to-cart .sizes-wrapper .size:last-child {
          margin-right: 0; }
        .product-card .add-to-cart .sizes-wrapper .size:hover {
          background: #000000;
          color: #ffffff; }

.products-section {
  margin: 100px 0; }
  .products-section h2 {
    text-align: center; }
  .products-section .products-wrapper {
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.1%;
    width: 100.2%;
    width: 100% !important; }
    .products-section .products-wrapper > * {
      width: 24.8%;
      margin: 0 0.1% 0.125em; }
    @media (max-width: 1140px) {
      .products-section .products-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.5%;
        width: 101%; }
        .products-section .products-wrapper > * {
          width: 49%;
          margin: 0 0.5% 0.75em; } }
  .products-section .products-wrapper-2 {
    margin: 0 auto; }
    .products-section .products-wrapper-2 .desktop-products-wrapper-2 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.1%;
      width: 100.2%;
      max-width: 920px;
      width: 100%;
      margin: 0 auto; }
      .products-section .products-wrapper-2 .desktop-products-wrapper-2 > * {
        width: 49.8%;
        margin: 0 0.1% 0.15em; }
      @media (max-width: 1140px) {
        .products-section .products-wrapper-2 .desktop-products-wrapper-2 {
          max-width: 100%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -0.5%;
          width: 101%;
          align-items: flex-start; }
          .products-section .products-wrapper-2 .desktop-products-wrapper-2 > * {
            width: 49%;
            margin: 0 0.5% 0.75em; } }
    .products-section .products-wrapper-2 .gallery {
      max-width: 453px !important;
      height: 622px !important; }
      @media (max-width: 1140px) {
        .products-section .products-wrapper-2 .gallery {
          max-width: 100% !important;
          height: 600px !important; } }
      @media (max-width: 876px) {
        .products-section .products-wrapper-2 .gallery {
          height: 502px !important; } }
      @media (max-width: 678px) {
        .products-section .products-wrapper-2 .gallery {
          height: 400px !important; } }
      @media (max-width: 576px) {
        .products-section .products-wrapper-2 .gallery {
          height: 600px !important; } }
      @media (max-width: 425px) {
        .products-section .products-wrapper-2 .gallery {
          height: 502px !important; } }
      @media (max-width: 360px) {
        .products-section .products-wrapper-2 .gallery {
          height: 400px !important; } }
    .products-section .products-wrapper-2 .amount-color-wrapper {
      padding-right: 18px;
      max-width: 100% !important; }
      @media (max-width: 576px) {
        .products-section .products-wrapper-2 .amount-color-wrapper .color {
          margin-right: 10px !important;
          margin-bottom: 10px !important;
          width: 30px !important;
          height: 30px !important; } }
    @media (max-width: 576px) {
      .products-section .products-wrapper-2 .desktop-products-wrapper-2 {
        display: none; } }
    .products-section .products-wrapper-2 .mobile-products-wrapper-2 {
      display: none; }
      @media (max-width: 576px) {
        .products-section .products-wrapper-2 .mobile-products-wrapper-2 {
          display: block;
          width: 100%;
          margin: 0; } }
      .products-section .products-wrapper-2 .mobile-products-wrapper-2 .swiper-pagination-product-cards {
        bottom: 0; }
      .products-section .products-wrapper-2 .mobile-products-wrapper-2 .swiper-button-prev-product-cards, .products-section .products-wrapper-2 .mobile-products-wrapper-2 .swiper-button-next-product-cards {
        top: auto;
        bottom: -16px; }
      .products-section .products-wrapper-2 .mobile-products-wrapper-2 .swiper-button-prev-product-cards {
        right: 60%;
        left: auto; }
      .products-section .products-wrapper-2 .mobile-products-wrapper-2 .swiper-button-next-product-cards {
        left: 60%; }
  .products-section .button-div {
    text-align: center; }

.categories-section {
  margin: 100px 0; }
  .categories-section .categories-wrapper {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr repeat(2, 0.5fr) 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    isolation: isolate; }
    @media (max-width: 678px) {
      .categories-section .categories-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 154px) 420px repeat(2, 209px);
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        margin-bottom: 30px; } }
    .categories-section .categories-wrapper .category-item {
      position: relative;
      display: block;
      transition: .3s all ease;
      overflow: hidden;
      backface-visibility: hidden;
      isolation: isolate; }
      .categories-section .categories-wrapper .category-item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .categories-section .categories-wrapper .category-item:hover svg {
        opacity: 1;
        visibility: visible; }
      .categories-section .categories-wrapper .category-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        backface-visibility: hidden;
        isolation: isolate;
        transition: .8s all ease; }
      .categories-section .categories-wrapper .category-item .item-title {
        position: absolute;
        left: 40px;
        bottom: 30px;
        color: #ffffff;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4;
        z-index: 3;
        text-transform: uppercase; }
        @media (max-width: 768px) {
          .categories-section .categories-wrapper .category-item .item-title {
            font-size: 16px;
            left: 20px;
            bottom: 10px; } }
      .categories-section .categories-wrapper .category-item svg {
        position: absolute;
        right: 40px;
        bottom: 30px;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
        transition: 0.3s all ease; }
        @media (max-width: 768px) {
          .categories-section .categories-wrapper .category-item svg {
            right: 10px;
            bottom: 0; } }
    .categories-section .categories-wrapper img {
      max-height: 800px; }
      @media (max-width: 876px) {
        .categories-section .categories-wrapper img {
          max-height: 700px; } }
    .categories-section .categories-wrapper .category-item:nth-child(1) {
      grid-area: 1 / 1 / 3 / 2; }
      @media (max-width: 678px) {
        .categories-section .categories-wrapper .category-item:nth-child(1) {
          grid-area: 1 / 1 / 3 / 2; } }
    .categories-section .categories-wrapper .category-item:nth-child(2) {
      grid-area: 1 / 2 / 2 / 4; }
      @media (max-width: 678px) {
        .categories-section .categories-wrapper .category-item:nth-child(2) {
          grid-area: 1 / 2 / 2 / 3; } }
    .categories-section .categories-wrapper .category-item:nth-child(3) {
      grid-area: 1 / 4 / 2 / 5; }
      @media (max-width: 678px) {
        .categories-section .categories-wrapper .category-item:nth-child(3) {
          grid-area: 2 / 2 / 3 / 3; } }
    .categories-section .categories-wrapper .category-item:nth-child(4) {
      grid-area: 2 / 2 / 3 / 5; }
      @media (max-width: 678px) {
        .categories-section .categories-wrapper .category-item:nth-child(4) {
          grid-area: 3 / 1 / 4 / 3; } }
    .categories-section .categories-wrapper .category-item:nth-child(5) {
      grid-area: 3 / 1 / 5 / 3; }
      @media (max-width: 678px) {
        .categories-section .categories-wrapper .category-item:nth-child(5) {
          grid-area: 4 / 1 / 5 / 3; } }
    .categories-section .categories-wrapper .category-item:nth-child(6) {
      grid-area: 3 / 3 / 4 / 5; }
      @media (max-width: 678px) {
        .categories-section .categories-wrapper .category-item:nth-child(6) {
          grid-area: 5 / 1 / 6 / 3; } }
    .categories-section .categories-wrapper .category-item:nth-child(7) {
      grid-area: 4 / 3 / 5 / 5; }
      @media (max-width: 678px) {
        .categories-section .categories-wrapper .category-item:nth-child(7) {
          grid-area: 6 / 1 / 7 / 3; } }
    .categories-section .categories-wrapper .category-item:nth-child(2) img, .categories-section .categories-wrapper .category-item:nth-child(3) img, .categories-section .categories-wrapper .category-item:nth-child(4) img, .categories-section .categories-wrapper .category-item:nth-child(6) img, .categories-section .categories-wrapper .category-item:nth-child(7) img {
      max-height: 398px; }
      @media (max-width: 876px) {
        .categories-section .categories-wrapper .category-item:nth-child(2) img, .categories-section .categories-wrapper .category-item:nth-child(3) img, .categories-section .categories-wrapper .category-item:nth-child(4) img, .categories-section .categories-wrapper .category-item:nth-child(6) img, .categories-section .categories-wrapper .category-item:nth-child(7) img {
          max-height: 345px; } }
  .categories-section .button-div {
    text-align: center; }

.instagram-section {
  margin: 100px 0;
  overflow: hidden; }
  .instagram-section h2 {
    text-align: center; }
  .instagram-section .zoom-instagram {
    position: relative; }
  .instagram-section .zoom-svg-instagram-stroke {
    background-size: contain; }
  .instagram-section .zoom-instagram-widget__header {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0; }
  .instagram-section .zoom-instagram-widget__items {
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-column-gap: 4px;
    grid-row-gap: 4px; }
    @media (max-width: 876px) {
      .instagram-section .zoom-instagram-widget__items {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(6, 1fr) !important; } }
    .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item {
      width: unset !important;
      padding: 0 !important; }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(1) {
            grid-area: 1 / 1 / 2 / 2; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(2) {
            grid-area: 1 / 2 / 2 / 3; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(3) {
        grid-area: 1 / 2 / 3 / 4; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(3) {
            grid-area: 2 / 1 / 4 / 3; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(4) {
        grid-area: 1 / 4 / 2 / 5; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(4) {
            grid-area: 4 / 1 / 5 / 2; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(5) {
        grid-area: 2 / 4 / 3 / 5; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(5) {
            grid-area: 4 / 2 / 5 / 3; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(6) {
        grid-area: 1 / 5 / 2 / 6; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(6) {
            grid-area: 5 / 1 / 6 / 2; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(7) {
        grid-area: 2 / 5 / 3 / 6; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(7) {
            grid-area: 5 / 2 / 6 / 3; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(8) {
        grid-area: 1 / 6 / 2 / 7; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(8) {
            grid-area: 6 / 1 / 7 / 2; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item a {
        height: 120px;
        max-height: 100%;
        width: 100%;
        max-width: 120px;
        object-fit: cover; }
        @media (max-width: 876px) {
          .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item a {
            height: 100% !important;
            max-width: 100%; } }
      .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-child(3) a {
        height: 465px !important;
        max-height: 100%;
        max-width: 465px;
        width: 100%;
        object-fit: cover; }
  .instagram-section .zoom-instagram .zoom-instagram-widget__header .zoom-instagram-widget__header-column-right {
    height: 100%; }

.zoom-instagram-widget__header {
  display: block !important; }

.zoom-instagram-widget__header-user {
  display: flex;
  justify-content: center;
  text-align: center !important;
  opacity: 1 !important; }

.instagram-section .zoom-instagram-widget__items .custom-li a {
  content: url("../img/el3.svg");
  transition: 0.3s all ease;
  overflow: hidden;
  isolation: isolate; }
  .instagram-section .zoom-instagram-widget__items .custom-li a:hover {
    content: url("../img/el13.svg"); }
  @media (max-width: 1300px) {
    .instagram-section .zoom-instagram-widget__items .custom-li a {
      display: block;
      width: 100px;
      height: 100px; } }
  @media (max-width: 1140px) {
    .instagram-section .zoom-instagram-widget__items .custom-li a {
      width: 80px;
      height: 80px; } }
  @media (max-width: 976px) {
    .instagram-section .zoom-instagram-widget__items .custom-li a {
      width: 60px;
      height: 60px; } }
  @media (max-width: 876px) {
    .instagram-section .zoom-instagram-widget__items .custom-li a {
      width: 120px;
      height: 120px; } }
  @media (max-width: 576px) {
    .instagram-section .zoom-instagram-widget__items .custom-li a {
      width: 100px;
      height: 100px; } }
  @media (max-width: 475px) {
    .instagram-section .zoom-instagram-widget__items .custom-li a {
      width: 80px;
      height: 80px; } }

.webtoffee_wishlist[data-action="remove"] svg path {
  stroke: black; }

.icon_above_image {
  padding: 0; }

.adding-to-cart .add_to_cart_button {
  pointer-events: none;
  opacity: 0.6; }

.cart-notification {
  width: 96%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 22px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #000;
  z-index: 99;
  background: #ffffff;
  padding: 9.5px 20px; }

.loading {
  position: relative; }

.loading:before {
  content: "";
  position: absolute;
  left: 0;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-top: -1px; }

.loading-parent {
  position: relative; }

.loading-parent:after {
  content: "";
  z-index: 9;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.loading-parent:before {
  content: "";
  z-index: 9;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid #f3f3f3;
  border-top: 5px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.add-to-cart {
  text-align: center; }
  .add-to-cart .added_to_cart {
    display: none !important; }
  .add-to-cart .button {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center; }

.wt-wishlist-button[data-action='add'] {
  content: url("../img/el4.svg"); }
.wt-wishlist-button[data-action='remove'] {
  content: url("../img/el5.svg"); }
.wt-wishlist-button img {
  display: none; }

.product-card .add-to-cart .text.cg-color {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block; }

.color, .size {
  transition: 0.3s all ease; }

.color.un-focus, .size.un-focus {
  pointer-events: none;
  opacity: 0.3; }

.color {
  border: 1px solid transparent;
  transition: 0.3s all ease;
  position: relative; }
  .color.active:before {
    content: "";
    position: absolute;
    width: 10px;
    left: -1px;
    bottom: -4px;
    background: #000;
    height: 1px; }
    @media (max-width: 1140px) {
      .color.active:before {
        display: none; } }

.size {
  transition: 0.3s all ease; }
  .size.active {
    background: #000;
    color: #fff !important; }

.button-act {
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s all ease; }
  .button-act:hover {
    outline: 0;
    color: #666666 !important; }

.no-act + .sizes-wrapper .active {
  color: #000000 !important;
  background: #fff; }
  .no-act + .sizes-wrapper .active:hover {
    color: #fff !important; }

@media (max-width: 1024px) {
  .post-type-archive-product .row1320, .woocommerce-page .row1320 {
    max-width: 89.5%; } }
.post-type-archive-product .breadcrumbs, .woocommerce-page .breadcrumbs {
  margin-bottom: 38px; }
  @media (max-width: 768px) {
    .post-type-archive-product .breadcrumbs, .woocommerce-page .breadcrumbs {
      max-width: 1320px;
      width: 93.3%;
      margin: 0 auto 40px auto;
      text-align: center; } }
.post-type-archive-product .mobile-title, .woocommerce-page .mobile-title {
  display: none; }
  @media (max-width: 768px) {
    .post-type-archive-product .mobile-title, .woocommerce-page .mobile-title {
      margin-bottom: 20px;
      display: block;
      text-align: center; } }
.post-type-archive-product .filters-title-wrapper, .woocommerce-page .filters-title-wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .post-type-archive-product .filters-title-wrapper, .woocommerce-page .filters-title-wrapper {
      max-width: 1320px;
      width: 100%;
      margin: 0 auto 20px auto; } }
  @media (max-width: 768px) {
    .post-type-archive-product .filters-title-wrapper .left-content, .woocommerce-page .filters-title-wrapper .left-content {
      display: flex;
      align-items: center; } }
  .post-type-archive-product .filters-title-wrapper .left-content span, .woocommerce-page .filters-title-wrapper .left-content span {
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    transition: .3s all ease; }
    @media (max-width: 768px) {
      .post-type-archive-product .filters-title-wrapper .left-content span, .woocommerce-page .filters-title-wrapper .left-content span {
        display: none; } }
  .post-type-archive-product .filters-title-wrapper .left-content svg, .woocommerce-page .filters-title-wrapper .left-content svg {
    margin-right: 10px; }
    @media (max-width: 768px) {
      .post-type-archive-product .filters-title-wrapper .left-content svg, .woocommerce-page .filters-title-wrapper .left-content svg {
        margin-right: 0; } }
  .post-type-archive-product .filters-title-wrapper .left-content .filter-icon, .woocommerce-page .filters-title-wrapper .left-content .filter-icon {
    display: flex;
    align-items: center;
    transition: .3s all ease;
    cursor: pointer; }
    @media (max-width: 768px) {
      .post-type-archive-product .filters-title-wrapper .left-content .filter-icon, .woocommerce-page .filters-title-wrapper .left-content .filter-icon {
        margin-right: 10px; } }
    .post-type-archive-product .filters-title-wrapper .left-content .filter-icon:hover span, .woocommerce-page .filters-title-wrapper .left-content .filter-icon:hover span {
      color: #666666 !important; }
    .post-type-archive-product .filters-title-wrapper .left-content .filter-icon:hover svg, .woocommerce-page .filters-title-wrapper .left-content .filter-icon:hover svg {
      opacity: .7; }
  .post-type-archive-product .filters-title-wrapper .left-content .mobile-filter-count, .woocommerce-page .filters-title-wrapper .left-content .mobile-filter-count {
    display: none; }
    @media (max-width: 768px) {
      .post-type-archive-product .filters-title-wrapper .left-content .mobile-filter-count, .woocommerce-page .filters-title-wrapper .left-content .mobile-filter-count {
        display: block; } }
    .post-type-archive-product .filters-title-wrapper .left-content .mobile-filter-count.woof_products_top_panel .text-count, .woocommerce-page .filters-title-wrapper .left-content .mobile-filter-count.woof_products_top_panel .text-count {
      display: none !important; }
      @media (max-width: 768px) {
        .post-type-archive-product .filters-title-wrapper .left-content .mobile-filter-count.woof_products_top_panel .text-count, .woocommerce-page .filters-title-wrapper .left-content .mobile-filter-count.woof_products_top_panel .text-count {
          display: block !important;
          line-height: 1;
          position: relative;
          width: 20px;
          height: 20px;
          background: #000000;
          border-radius: 50%; } }
    .post-type-archive-product .filters-title-wrapper .left-content .mobile-filter-count .woof_products_top_panel_ul, .woocommerce-page .filters-title-wrapper .left-content .mobile-filter-count .woof_products_top_panel_ul {
      display: none; }
    .post-type-archive-product .filters-title-wrapper .left-content .mobile-filter-count .number, .woocommerce-page .filters-title-wrapper .left-content .mobile-filter-count .number {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-align: center;
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
      width: 20px;
      height: 20px; }
      @media (max-width: 768px) {
        .post-type-archive-product .filters-title-wrapper .left-content .mobile-filter-count .number, .woocommerce-page .filters-title-wrapper .left-content .mobile-filter-count .number {
          width: auto;
          height: auto;
          padding: 0;
          position: absolute;
          display: block;
          top: 4px;
          left: 50%;
          margin-right: -50%;
          transform: translate(-50%, 0); } }
    .post-type-archive-product .filters-title-wrapper .left-content .mobile-filter-count .text, .woocommerce-page .filters-title-wrapper .left-content .mobile-filter-count .text {
      display: none; }
  @media (max-width: 768px) {
    .post-type-archive-product .filters-title-wrapper .center-content, .woocommerce-page .filters-title-wrapper .center-content {
      display: none; } }
  .post-type-archive-product .filters-title-wrapper .center-content h1, .woocommerce-page .filters-title-wrapper .center-content h1 {
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .post-type-archive-product .filters-title-wrapper .center-content h1, .woocommerce-page .filters-title-wrapper .center-content h1 {
        display: none; } }
  .post-type-archive-product .filters-title-wrapper .right-content, .woocommerce-page .filters-title-wrapper .right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 218px;
    width: 100%; }
    @media (max-width: 768px) {
      .post-type-archive-product .filters-title-wrapper .right-content, .woocommerce-page .filters-title-wrapper .right-content {
        max-width: max-content; } }
    .post-type-archive-product .filters-title-wrapper .right-content .icon, .woocommerce-page .filters-title-wrapper .right-content .icon {
      transition: .3s all ease;
      cursor: pointer;
      position: relative;
      width: 40px;
      height: 40px; }
      .post-type-archive-product .filters-title-wrapper .right-content .icon.opacity-1 svg g, .woocommerce-page .filters-title-wrapper .right-content .icon.opacity-1 svg g {
        opacity: 1; }
      .post-type-archive-product .filters-title-wrapper .right-content .icon svg, .woocommerce-page .filters-title-wrapper .right-content .icon svg {
        transition: .3s all ease; }
        .post-type-archive-product .filters-title-wrapper .right-content .icon svg g, .woocommerce-page .filters-title-wrapper .right-content .icon svg g {
          transition: .3s all ease; }
      .post-type-archive-product .filters-title-wrapper .right-content .icon:hover:before, .woocommerce-page .filters-title-wrapper .right-content .icon:hover:before {
        opacity: 1;
        visibility: visible; }
      .post-type-archive-product .filters-title-wrapper .right-content .icon:before, .woocommerce-page .filters-title-wrapper .right-content .icon:before {
        position: absolute;
        content: "";
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.05);
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
        opacity: 0;
        transition: .3s all ease; }
  .post-type-archive-product .filters-title-wrapper .empty-content, .woocommerce-page .filters-title-wrapper .empty-content {
    display: none; }
    @media (max-width: 768px) {
      .post-type-archive-product .filters-title-wrapper .empty-content, .woocommerce-page .filters-title-wrapper .empty-content {
        display: block;
        width: 40px;
        height: 40px; } }
.post-type-archive-product .products-section, .woocommerce-page .products-section {
  margin: 40px 0 10px 0; }
.post-type-archive-product .button-wrap.center.load-more, .woocommerce-page .button-wrap.center.load-more {
  margin-bottom: 100px; }
.post-type-archive-product .products-wrapper, .woocommerce-page .products-wrapper {
  opacity: 1;
  visibility: visible;
  transition: 1s all ease !important; }
.post-type-archive-product .add-to-cart, .woocommerce-page .add-to-cart {
  width: 95.2%; }
  .post-type-archive-product .add-to-cart a, .woocommerce-page .add-to-cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    padding: 9.5px 20px;
    color: #000000 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6; }

.information-card-1 {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 576px) {
    .information-card-1 {
      padding: 40px 30px; } }
  .information-card-1 .text-wrapper {
    max-width: 345px;
    width: 100%; }
    .information-card-1 .text-wrapper img {
      margin-bottom: 20px;
      width: 40px;
      height: 40px;
      object-fit: contain; }
    .information-card-1 .text-wrapper .text-card {
      margin-bottom: 20px; }
    .information-card-1 .text-wrapper .social-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
      .information-card-1 .text-wrapper .social-wrapper a {
        display: block;
        margin-right: 20px;
        width: 40px;
        height: 40px; }
        .information-card-1 .text-wrapper .social-wrapper a:last-child {
          margin-right: 0; }
        .information-card-1 .text-wrapper .social-wrapper a:hover {
          opacity: .7; }

.information-card-2 {
  padding: 20px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .information-card-2:before {
    position: absolute;
    content: "";
    width: 91%;
    height: 94%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }
    @media (max-width: 576px) {
      .information-card-2:before {
        width: 93%;
        height: 84%; } }
  .information-card-2 .text-content-wrapper {
    position: relative;
    z-index: 3;
    max-width: 345px;
    width: 100%; }
    .information-card-2 .text-content-wrapper .text-card {
      margin-bottom: 20px; }
      .information-card-2 .text-content-wrapper .text-card p, .information-card-2 .text-content-wrapper .text-card li, .information-card-2 .text-content-wrapper .text-card a, .information-card-2 .text-content-wrapper .text-card h1, .information-card-2 .text-content-wrapper .text-card h2, .information-card-2 .text-content-wrapper .text-card h3, .information-card-2 .text-content-wrapper .text-card h4, .information-card-2 .text-content-wrapper .text-card h5, .information-card-2 .text-content-wrapper .text-card h6 {
        color: #ffffff; }

.information-card-3 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .3s all ease; }
  .information-card-3:hover {
    opacity: .9; }
  .information-card-3 .link-card {
    padding: 20px;
    display: block; }
  .information-card-3:before {
    position: absolute;
    width: 100%;
    height: 92px;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url("../img/e6.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1; }
  .information-card-3 .text-card {
    text-align: left;
    width: 82%;
    position: absolute;
    bottom: 11px;
    left: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4; }
    @media (max-width: 576px) {
      .information-card-3 .text-card {
        font-size: 20px; } }
    .information-card-3 .text-card .icon-arrow {
      margin-left: 10px; }
      @media (max-width: 576px) {
        .information-card-3 .text-card .icon-arrow {
          width: 18px;
          height: 18px; } }

.information-card-4 {
  padding: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .information-card-4:before {
    position: absolute;
    content: "";
    width: 91%;
    height: 94%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }
    @media (max-width: 576px) {
      .information-card-4:before {
        width: 93%;
        height: 84%; } }
  .information-card-4 .text-content-wrapper {
    position: relative;
    z-index: 3;
    max-width: 345px;
    width: 100%; }
  .information-card-4 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 20px; }
  .information-card-4 .text-card {
    margin-bottom: 20px; }
    .information-card-4 .text-card p, .information-card-4 .text-card a, .information-card-4 .text-card li, .information-card-4 .text-card h1, .information-card-4 .text-card h2, .information-card-4 .text-card h3, .information-card-4 .text-card h4, .information-card-4 .text-card h5, .information-card-4 .text-card h6 {
      color: #ffffff; }

.products-wrapper-catalogue {
  transition: 1s all ease !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25%;
  width: 100.5%;
  align-items: flex-start; }
  .products-wrapper-catalogue > * {
    width: 24.5%;
    margin: 0 0.25% 0.3125em; }
  @media (max-width: 1140px) {
    .products-wrapper-catalogue {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.25%;
      width: 100.5%;
      align-items: flex-start; }
      .products-wrapper-catalogue > * {
        width: 32.8333333333%;
        margin: 0 0.25% 0.3333333333em; }
      .products-wrapper-catalogue .gallery {
        height: 502px; } }
  @media (max-width: 876px) {
    .products-wrapper-catalogue {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%;
      align-items: flex-start; }
      .products-wrapper-catalogue > * {
        width: 49%;
        margin: 0 0.5% 0.75em; } }
  @media (max-width: 475px) {
    .products-wrapper-catalogue .gallery {
      height: 264px; } }
  .products-wrapper-catalogue .product-card {
    width: 24.8% !important;
    margin: 0 0.1% 0.125em !important;
    margin-bottom: 40px !important; }
    @media (max-width: 1140px) {
      .products-wrapper-catalogue .product-card {
        width: 32.8333333333% !important;
        margin: 0 0.25% 0.3333333333em !important; } }
    @media (max-width: 876px) {
      .products-wrapper-catalogue .product-card {
        width: 49% !important;
        margin: 0 0.5% 0.75em !important; } }

.products-wrapper-2-per-line {
  opacity: 1;
  visibility: visible;
  transition: 1s all ease !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 914px;
  width: 100%;
  margin: 0 auto !important; }
  @media (max-width: 1140px) {
    .products-wrapper-2-per-line {
      align-items: flex-start; } }
  @media (max-width: 576px) {
    .products-wrapper-2-per-line {
      align-items: flex-start; } }
  .products-wrapper-2-per-line .product-card {
    width: 49.6% !important;
    margin: 0 0.2% 0.3em !important;
    margin-bottom: 40px !important; }
    @media (max-width: 1140px) {
      .products-wrapper-2-per-line .product-card {
        width: 49% !important;
        margin: 0 0.5% 0.75em !important;
        margin-bottom: 40px !important; } }
    @media (max-width: 576px) {
      .products-wrapper-2-per-line .product-card {
        width: 100% !important;
        margin: 0 0% 0em !important;
        margin-bottom: 40px !important; } }
    .products-wrapper-2-per-line .product-card .gallery {
      max-width: 100%;
      height: 622px; }
      @media (max-width: 768px) {
        .products-wrapper-2-per-line .product-card .gallery {
          height: 502px; } }
    .products-wrapper-2-per-line .product-card .amount-color-wrapper {
      max-width: 100%;
      padding-right: 18px; }
      @media (max-width: 576px) {
        .products-wrapper-2-per-line .product-card .amount-color-wrapper .amount {
          font-size: 21px; } }
      .products-wrapper-2-per-line .product-card .amount-color-wrapper .more-colors {
        right: -20px !important; }
  .products-wrapper-2-per-line .information-card-1, .products-wrapper-2-per-line .information-card-2, .products-wrapper-2-per-line .information-card-3, .products-wrapper-2-per-line .information-card-4 {
    height: 622px !important; }
    @media (max-width: 1140px) {
      .products-wrapper-2-per-line .information-card-1, .products-wrapper-2-per-line .information-card-2, .products-wrapper-2-per-line .information-card-3, .products-wrapper-2-per-line .information-card-4 {
        height: 622px !important; } }
    @media (max-width: 768px) {
      .products-wrapper-2-per-line .information-card-1, .products-wrapper-2-per-line .information-card-2, .products-wrapper-2-per-line .information-card-3, .products-wrapper-2-per-line .information-card-4 {
        height: 502px !important; } }
    @media (max-width: 576px) {
      .products-wrapper-2-per-line .information-card-1, .products-wrapper-2-per-line .information-card-2, .products-wrapper-2-per-line .information-card-3, .products-wrapper-2-per-line .information-card-4 {
        width: 100% !important;
        max-width: 100% !important;
        height: 244px !important; } }
  .products-wrapper-2-per-line .button-wrap {
    bottom: -150px; }

.products-wrapper-6-per-line {
  opacity: 1;
  visibility: visible;
  transition: 1s all ease !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (max-width: 1140px) {
    .products-wrapper-6-per-line {
      max-width: 100%; } }
  @media (max-width: 976px) {
    .products-wrapper-6-per-line {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.1%;
      width: 100.2%;
      align-items: flex-start; }
      .products-wrapper-6-per-line > * {
        width: 24.8%;
        margin: 0 0.1% 0.125em; } }
  @media (max-width: 576px) {
    .products-wrapper-6-per-line {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.25%;
      width: 100.5%;
      align-items: flex-start; }
      .products-wrapper-6-per-line > * {
        width: 24.5%;
        margin: 0 0.25% 0.3125em; } }
  .products-wrapper-6-per-line .product-card {
    width: 16.4666666667% !important;
    margin: 0 0.1% 0.1166666667em !important;
    margin-bottom: 40px !important; }
    @media (max-width: 976px) {
      .products-wrapper-6-per-line .product-card {
        width: 24.8% !important;
        margin: 0 0.1% 0.125em !important;
        margin-bottom: 40px !important; } }
    @media (max-width: 576px) {
      .products-wrapper-6-per-line .product-card {
        width: 24.5% !important;
        margin: 0 0.25% 0.3125em !important;
        margin-bottom: 12px !important; } }
    .products-wrapper-6-per-line .product-card .product-info {
      padding-right: 36px !important; }
    .products-wrapper-6-per-line .product-card .gallery {
      max-width: 100%;
      height: 303px; }
      @media (max-width: 1140px) {
        .products-wrapper-6-per-line .product-card .gallery {
          height: 250px; } }
      @media (max-width: 576px) {
        .products-wrapper-6-per-line .product-card .gallery {
          height: 118px; } }
    .products-wrapper-6-per-line .product-card .amount-color-wrapper {
      padding-right: 0 !important; }
      .products-wrapper-6-per-line .product-card .amount-color-wrapper .amount {
        font-size: 16px; }
      .products-wrapper-6-per-line .product-card .amount-color-wrapper .old-price {
        font-size: 13px; }
    @media (max-width: 576px) {
      .products-wrapper-6-per-line .product-card .label-info {
        display: none; } }
    .products-wrapper-6-per-line .product-card .save-icon {
      top: 10px;
      right: 7px; }
      @media (max-width: 576px) {
        .products-wrapper-6-per-line .product-card .save-icon {
          display: none; } }
    @media (max-width: 576px) {
      .products-wrapper-6-per-line .product-card .product-info {
        display: none; } }
    @media (max-width: 1140px) {
      .products-wrapper-6-per-line .product-card .add-to-cart {
        display: none; } }
    .products-wrapper-6-per-line .product-card .label-info:first-child + .label-info {
      top: 34px;
      left: 10px; }
  .products-wrapper-6-per-line .information-card-1, .products-wrapper-6-per-line .information-card-2, .products-wrapper-6-per-line .information-card-3, .products-wrapper-6-per-line .information-card-4 {
    height: 303px !important;
    width: 32.9333333334% !important;
    max-width: 32.9333333334% !important; }
    @media (max-width: 1140px) {
      .products-wrapper-6-per-line .information-card-1, .products-wrapper-6-per-line .information-card-2, .products-wrapper-6-per-line .information-card-3, .products-wrapper-6-per-line .information-card-4 {
        height: 250px !important; } }
    @media (max-width: 976px) {
      .products-wrapper-6-per-line .information-card-1, .products-wrapper-6-per-line .information-card-2, .products-wrapper-6-per-line .information-card-3, .products-wrapper-6-per-line .information-card-4 {
        width: 49.6% !important;
        max-width: 49.6% !important; } }
    @media (max-width: 576px) {
      .products-wrapper-6-per-line .information-card-1, .products-wrapper-6-per-line .information-card-2, .products-wrapper-6-per-line .information-card-3, .products-wrapper-6-per-line .information-card-4 {
        display: none; } }
  @media (max-width: 1250px) {
    .products-wrapper-6-per-line .amount-color-wrapper {
      flex-direction: column;
      align-items: flex-start; }
      .products-wrapper-6-per-line .amount-color-wrapper .colors-wrapper {
        justify-content: flex-start; } }
  .products-wrapper-6-per-line .amounts-wrapper {
    margin-right: 10px; }
  .products-wrapper-6-per-line .colors-wrapper {
    margin-left: 0; }
  .products-wrapper-6-per-line .button-wrap {
    width: 100%;
    bottom: -150px; }
    @media (max-width: 576px) {
      .products-wrapper-6-per-line .button-wrap {
        bottom: -165px; } }

.filter-menu {
  background: #ffffff;
  padding: 28px 60px 40px 60px;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-100%); }
  @media (max-width: 1300px) {
    .filter-menu {
      padding: 28px; } }
  @media (max-width: 1139px) {
    .filter-menu {
      padding: 16px 20px 162px 20px; } }
  @media (max-width: 1139px) {
    .filter-menu .mCSB_scrollTools {
      display: block !important; } }
  .filter-menu .title-close-wrap {
    margin-bottom: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1139px) {
      .filter-menu .title-close-wrap {
        margin-bottom: 36px; } }
    .filter-menu .title-close-wrap .title-filter {
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.52px;
      text-transform: uppercase; }
    .filter-menu .title-close-wrap .close-filter {
      cursor: pointer;
      position: relative;
      transition: .3s all ease;
      width: 16px;
      height: 16px; }
      .filter-menu .title-close-wrap .close-filter:before {
        position: absolute;
        width: 40px;
        height: 40px;
        content: "";
        background: #F2F2F2;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease; }
      .filter-menu .title-close-wrap .close-filter:hover:before {
        opacity: 1;
        visibility: visible; }
  .filter-menu img {
    width: 100%; }
  .filter-menu .color-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 280px; }
    @media (max-width: 1139px) {
      .filter-menu .color-wrapper {
        max-width: 100%; } }
    .filter-menu .color-wrapper input {
      display: none; }
      .filter-menu .color-wrapper input:checked + label {
        transform: scale(0.8);
        border-color: #000; }
        .filter-menu .color-wrapper input:checked + label:before {
          opacity: 1;
          z-index: 1;
          visibility: visible; }
    .filter-menu .color-wrapper .woof-sd-ie {
      width: 40px;
      height: 40px;
      margin-right: 20px;
      margin-bottom: 20px; }
    .filter-menu .color-wrapper .woof-sd-ie-color {
      cursor: pointer;
      width: 40px;
      height: 40px;
      transition: .3s all ease;
      position: relative; }
      .filter-menu .color-wrapper .woof-sd-ie-color:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        bottom: -4px;
        left: 0;
        transition: .3s all ease;
        opacity: 0;
        z-index: -1;
        visibility: hidden; }
      .filter-menu .color-wrapper .woof-sd-ie-color:hover {
        transform: scale(0.8);
        border-color: #000; }
        .filter-menu .color-wrapper .woof-sd-ie-color:hover:before {
          opacity: 1;
          z-index: 1;
          visibility: visible; }

.filter-active {
  position: relative;
  overflow: hidden; }
  .filter-active .filter-menu {
    transform: translateY(0%);
    height: auto;
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1139px) {
      .filter-active .filter-menu {
        height: 100%;
        overflow-y: auto;
        padding-bottom: 200px; } }

.product-card.information-card-1, .product-card.information-card-2, .product-card.information-card-3, .product-card.information-card-4 {
  height: 460px; }
  @media (max-width: 1140px) {
    .product-card.information-card-1, .product-card.information-card-2, .product-card.information-card-3, .product-card.information-card-4 {
      height: 502px; } }
  @media (max-width: 576px) {
    .product-card.information-card-1, .product-card.information-card-2, .product-card.information-card-3, .product-card.information-card-4 {
      width: 100% !important;
      max-width: 100% !important;
      height: 244px; } }
  .product-card.information-card-1 .text-card p, .product-card.information-card-1 .text-card li, .product-card.information-card-1 .text-card a, .product-card.information-card-2 .text-card p, .product-card.information-card-2 .text-card li, .product-card.information-card-2 .text-card a, .product-card.information-card-3 .text-card p, .product-card.information-card-3 .text-card li, .product-card.information-card-3 .text-card a, .product-card.information-card-4 .text-card p, .product-card.information-card-4 .text-card li, .product-card.information-card-4 .text-card a {
    font-size: 21px;
    line-height: 1.4; }
    @media (max-width: 576px) {
      .product-card.information-card-1 .text-card p, .product-card.information-card-1 .text-card li, .product-card.information-card-1 .text-card a, .product-card.information-card-2 .text-card p, .product-card.information-card-2 .text-card li, .product-card.information-card-2 .text-card a, .product-card.information-card-3 .text-card p, .product-card.information-card-3 .text-card li, .product-card.information-card-3 .text-card a, .product-card.information-card-4 .text-card p, .product-card.information-card-4 .text-card li, .product-card.information-card-4 .text-card a {
        font-size: 16px;
        line-height: 1.4; } }
    .product-card.information-card-1 .text-card p:last-child, .product-card.information-card-1 .text-card li:last-child, .product-card.information-card-1 .text-card a:last-child, .product-card.information-card-2 .text-card p:last-child, .product-card.information-card-2 .text-card li:last-child, .product-card.information-card-2 .text-card a:last-child, .product-card.information-card-3 .text-card p:last-child, .product-card.information-card-3 .text-card li:last-child, .product-card.information-card-3 .text-card a:last-child, .product-card.information-card-4 .text-card p:last-child, .product-card.information-card-4 .text-card li:last-child, .product-card.information-card-4 .text-card a:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .product-card.information-card-1 .text-card p br, .product-card.information-card-1 .text-card li br, .product-card.information-card-1 .text-card a br, .product-card.information-card-2 .text-card p br, .product-card.information-card-2 .text-card li br, .product-card.information-card-2 .text-card a br, .product-card.information-card-3 .text-card p br, .product-card.information-card-3 .text-card li br, .product-card.information-card-3 .text-card a br, .product-card.information-card-4 .text-card p br, .product-card.information-card-4 .text-card li br, .product-card.information-card-4 .text-card a br {
        display: none; } }

.wholesale_purchase_card {
  margin: 100px 0; }
  .wholesale_purchase_card .card {
    padding: 60px 20px;
    border: 1px solid #CCC;
    background: #ffffff;
    text-align: center; }
    @media (max-width: 576px) {
      .wholesale_purchase_card .card {
        padding: 38.5px 20px; } }
    .wholesale_purchase_card .card .text_above_title_wholesale_purchase_card {
      margin-bottom: 20px;
      color: #999;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4; }
      @media (max-width: 768px) {
        .wholesale_purchase_card .card .text_above_title_wholesale_purchase_card {
          margin-bottom: 12px; } }
    .wholesale_purchase_card .card .title_of_card_wholesale_purchase_card {
      margin-bottom: 20px;
      font-size: 34px;
      font-weight: 300;
      line-height: 1.4; }
      @media (max-width: 1140px) {
        .wholesale_purchase_card .card .title_of_card_wholesale_purchase_card {
          font-size: 30px; } }
      @media (max-width: 1024px) {
        .wholesale_purchase_card .card .title_of_card_wholesale_purchase_card {
          font-size: 28px; } }
      @media (max-width: 768px) {
        .wholesale_purchase_card .card .title_of_card_wholesale_purchase_card {
          font-size: 25px; } }
      @media (max-width: 576px) {
        .wholesale_purchase_card .card .title_of_card_wholesale_purchase_card {
          font-size: 21px;
          max-width: 295px;
          width: 100%;
          margin: 0 auto 20px auto; } }

.mini-instagram-section {
  margin: 100px 0;
  position: relative; }
  .mini-instagram-section .zoom-instagram.feed-739 .zoom-instagram-widget__items img {
    height: 230px !important;
    object-fit: cover; }
    @media (max-width: 1200px) {
      .mini-instagram-section .zoom-instagram.feed-739 .zoom-instagram-widget__items img {
        width: 200px !important;
        height: 200px !important; } }
    @media (max-width: 1140px) {
      .mini-instagram-section .zoom-instagram.feed-739 .zoom-instagram-widget__items img {
        width: 180px !important;
        height: 180px !important; } }
    @media (max-width: 1024px) {
      .mini-instagram-section .zoom-instagram.feed-739 .zoom-instagram-widget__items img {
        width: 160px !important;
        height: 160px !important; } }
    @media (max-width: 900px) {
      .mini-instagram-section .zoom-instagram.feed-739 .zoom-instagram-widget__items img {
        width: 140px !important;
        height: 140px !important; } }
    @media (max-width: 767px) {
      .mini-instagram-section .zoom-instagram.feed-739 .zoom-instagram-widget__items img {
        width: 120px !important;
        height: 120px !important; } }
    @media (max-width: 576px) {
      .mini-instagram-section .zoom-instagram.feed-739 .zoom-instagram-widget__items img {
        width: 115px !important;
        height: 115px !important; } }
  @media (max-width: 768px) {
    .mini-instagram-section {
      margin-bottom: 80px; } }
  @media (max-width: 576px) {
    .mini-instagram-section .row1400 {
      max-width: 100%; } }
  .mini-instagram-section h2 {
    text-align: center;
    margin-bottom: 30px; }
  .mini-instagram-section .buttons-wrapper {
    display: none;
    max-width: 157px;
    width: 100%;
    margin: 20px auto 0 auto; }
    @media (max-width: 576px) {
      .mini-instagram-section .buttons-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .mini-instagram-section .buttons-wrapper button {
          cursor: pointer;
          background: transparent;
          border: none;
          outline: none;
          transition: .3s all ease; }
          .mini-instagram-section .buttons-wrapper button svg {
            transition: .3s all ease; }
            .mini-instagram-section .buttons-wrapper button svg rect {
              transition: .3s all ease; }
          .mini-instagram-section .buttons-wrapper button:hover svg rect {
            fill: #F2F2F2; } }
  @media (max-width: 576px) {
    .mini-instagram-section .zoom-instagram {
      overflow: hidden; }
      .mini-instagram-section .zoom-instagram .zoom-instagram-widget__items-wrapper {
        overflow: hidden;
        position: relative;
        margin: auto; }
      .mini-instagram-section .zoom-instagram .zoom-instagram-widget__items {
        display: flex;
        max-width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 300%;
        transition: transform 0.5s ease;
        gap: 0 !important; }
      .mini-instagram-section .zoom-instagram li {
        width: 115px;
        flex: 0 0 auto;
        margin-left: 4px; } }
  .mini-instagram-section .zoom-instagram-widget__header-user {
    margin-bottom: 0; }
  .mini-instagram-section .zoom-instagram-widget__item {
    transition: .3s all ease;
    position: relative;
    overflow: hidden;
    isolation: isolate; }
    .mini-instagram-section .zoom-instagram-widget__item .zoom-instagram-widget__overlay {
      position: absolute;
      isolation: isolate;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .mini-instagram-section .zoom-instagram-widget__item .zoom-instagram-widget__overlay .svg-icon {
        position: absolute;
        width: 20px;
        padding: 0;
        height: 20px;
        display: flex;
        top: 8px;
        right: 8px;
        z-index: 1;
        transition: opacity .25s ease-in-out;
        filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.07)); }
    .mini-instagram-section .zoom-instagram-widget__item .zoom-svg-instagram-stroke {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url("../img/e1.svg") 50% 50% no-repeat;
      background-size: 100%;
      z-index: 5;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .mini-instagram-section .zoom-instagram-widget__item .zoom-instagram-link {
      overflow: hidden;
      display: block;
      width: 100%;
      height: max-content;
      top: 0;
      opacity: 1;
      transition: 0.3s all ease; }
    .mini-instagram-section .zoom-instagram-widget__item .hover-layout:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      pointer-events: none;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: opacity .3s ease-in-out; }
    .mini-instagram-section .zoom-instagram-widget__item:hover .hover-layout:after {
      opacity: 1; }
    .mini-instagram-section .zoom-instagram-widget__item:hover img {
      transform: scale(1.07); }
    .mini-instagram-section .zoom-instagram-widget__item:hover .zoom-svg-instagram-stroke {
      opacity: 1;
      visibility: visible; }
  .mini-instagram-section .zoom-instagram-widget__items.layout-fullwidth {
    grid-template-columns: repeat(5, 1fr) 0.85fr !important; }
  @media (max-width: 576px) {
    .mini-instagram-section .zoom-instagram .zoom-instagram-widget__items {
      gap: 0 !important; } }
  @media (max-width: 576px) {
    .mini-instagram-section .zoom-instagram .zoom-instagram-widget__items img {
      width: 115px !important;
      height: 115px;
      max-width: unset; } }
  .mini-instagram-section ul {
    width: 1400px;
    max-width: 98%;
    margin: 0 auto;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr) 0.85fr;
    grid-template-rows: 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 0px; }
    @media (max-width: 480px) {
      .mini-instagram-section ul {
        max-width: 98%; } }
  .mini-instagram-section li {
    list-style: none; }
    .mini-instagram-section li.custom-li {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 15px; }
      .mini-instagram-section li.custom-li .zoom-instagram-widget__header-name {
        display: none; }
        .mini-instagram-section li.custom-li .zoom-instagram-widget__header-name .zoom-instagram-widget__header-user {
          margin-bottom: 0; }
  .mini-instagram-section .zoom-instagram {
    position: relative; }
  .mini-instagram-section header {
    position: relative; }
    .mini-instagram-section header img {
      height: 120px; }
      @media (max-width: 976px) {
        .mini-instagram-section header img {
          width: 100px;
          height: 100px; } }
      @media (max-width: 768px) {
        .mini-instagram-section header img {
          height: 80px; } }
  .mini-instagram-section .zoom-instagram .custom-li a {
    width: 120px !important;
    content: url("../img/el7.svg"); }
    @media (max-width: 976px) {
      .mini-instagram-section .zoom-instagram .custom-li a {
        width: 80px !important;
        height: 80px; } }
    @media (max-width: 768px) {
      .mini-instagram-section .zoom-instagram .custom-li a {
        width: 60px !important;
        height: 60px; } }
    @media (max-width: 576px) {
      .mini-instagram-section .zoom-instagram .custom-li a {
        width: 80px !important;
        height: 80px; } }
    .mini-instagram-section .zoom-instagram .custom-li a:hover {
      content: url("../img/el8.svg"); }

@media (max-width: 1140px) {
  .title-product:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50; } }

.error404 .header-white {
  margin-bottom: 0; }
.error404 .page-404 {
  padding-top: 30px;
  padding-bottom: 90px; }
  @media (max-width: 576px) {
    .error404 .page-404 {
      padding-top: 80px; } }
.error404 h1 {
  margin-bottom: 0;
  color: #000;
  text-align: center;
  font-size: 300px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .error404 h1 {
      font-size: 200px;
      margin-bottom: 40px; } }
  @media (max-width: 576px) {
    .error404 h1 {
      font-size: 100px;
      margin-bottom: 80px; } }
.error404 .text {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.4; }
.error404 .categories-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .error404 .categories-wrapper {
      max-width: 100%; } }
  .error404 .categories-wrapper .button-item {
    margin: 0 5px 10px 5px; }
    .error404 .categories-wrapper .button-item:first-child {
      margin-left: 0; }
  .error404 .categories-wrapper .black-button-transparent {
    padding: 11px 19.2px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px; }

@media (max-width: 480px) {
  .page .row1320 {
    max-width: 89.5%; } }
@media (max-width: 768px) {
  .page .header-white {
    margin-bottom: 10px; } }
.page .breadcrumbs {
  margin-bottom: 19px; }
  @media (max-width: 768px) {
    .page .breadcrumbs {
      margin-bottom: 40px; } }
.page h1 {
  text-align: center; }
.page .content {
  margin-bottom: 100px; }
  .page .content h2 {
    margin-top: 60px;
    margin-bottom: 30px; }
    .page .content h2:first-child {
      margin-top: 0; }
  .page .content h3 {
    margin-top: 40px;
    margin-bottom: 30px; }
    .page .content h3:first-child {
      margin-top: 0; }
  @media (max-width: 768px) {
    .page .content h2, .page .content h3, .page .content h4, .page .content h5, .page .content h6 {
      font-size: 16px; } }

.contacts-section {
  margin-top: 19px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .contacts-section {
      margin-top: 15px; } }
  .contacts-section h1 {
    display: none; }
  .contacts-section h2 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 768px) {
      .contacts-section h2 {
        margin-top: 40px;
        margin-bottom: 60px; } }
  .contacts-section .social-links-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .contacts-section .social-links-wrapper .social-link {
      display: block;
      margin-right: 40px;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .contacts-section .social-links-wrapper .social-link {
          margin-right: 30px; } }
      .contacts-section .social-links-wrapper .social-link:last-child {
        margin-right: 0; }
      .contacts-section .social-links-wrapper .social-link svg {
        transition: .3s all ease; }
        @media (max-width: 768px) {
          .contacts-section .social-links-wrapper .social-link svg {
            width: 60px;
            height: 60px; } }
        .contacts-section .social-links-wrapper .social-link svg path {
          transition: .3s all ease; }
        .contacts-section .social-links-wrapper .social-link svg rect {
          transition: .3s all ease; }
      .contacts-section .social-links-wrapper .social-link:hover svg path {
        fill: #000000; }
      .contacts-section .social-links-wrapper .social-link:first-child:hover rect {
        fill: #000000; }
      .contacts-section .social-links-wrapper .social-link:first-child:hover path {
        fill: #ffffff; }
  .contacts-section .links-wrapper .link-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .contacts-section .links-wrapper .link-item:last-child {
      margin-bottom: 0; }
    .contacts-section .links-wrapper .link-item svg {
      transition: .3s all ease; }
      .contacts-section .links-wrapper .link-item svg g {
        transition: .3s all ease; }
    .contacts-section .links-wrapper .link-item:hover svg g {
      opacity: 1; }
    .contacts-section .links-wrapper .link-item:hover span {
      color: #666666 !important; }
    .contacts-section .links-wrapper .link-item .icon {
      margin-right: 10px;
      width: 20px;
      height: 20px; }
      .contacts-section .links-wrapper .link-item .icon img, .contacts-section .links-wrapper .link-item .icon svg {
        width: 20px;
        height: 20px;
        object-fit: contain; }
    .contacts-section .links-wrapper .link-item span {
      color: #000000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.64px;
      text-transform: uppercase;
      transition: .3s all ease; }

.form-section {
  margin: 60px 0 100px 0; }
  @media (max-width: 678px) {
    .form-section .row1320 {
      max-width: 100%; } }
  .form-section .wrapper-form {
    max-width: 572px;
    width: 100%;
    margin: 0 auto;
    padding: 39px 97.5px;
    border: 1px solid #E5E5E5;
    background: #ffffff; }
    @media (max-width: 678px) {
      .form-section .wrapper-form {
        max-width: 100%;
        padding: 39px 20px;
        border-right: none;
        border-left: none; } }

form {
  min-height: 55px; }
  form .wpcf7-response-output {
    display: none !important; }
  form .wpcf7-not-valid-tip {
    color: #EB5757 !important;
    text-align: left !important;
    top: 40px !important;
    background: transparent !important;
    padding: 0 20px;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important; }
  form input.wpcf7-not-valid {
    border-color: #EB5757; }

.wpcf7 {
  position: relative; }
  .wpcf7 .visible-only-if-ok {
    position: absolute;
    opacity: 0;
    transition: 0.3s alle ease;
    z-index: -1;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wpcf7 .visible-only-if-ok .message {
      text-align: center;
      font-size: 21px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.4; }
      .wpcf7 .visible-only-if-ok .message strong {
        font-style: italic;
        font-weight: 500; }
  .wpcf7 .sent input[type='submit'], .wpcf7 .sent label {
    display: none; }
  .wpcf7 .sent .visible-only-if-ok {
    background: #fff;
    z-index: 2;
    opacity: 1;
    visibility: visible; }

.pop-up-call-me {
  padding: 40px 20px;
  max-width: 572px;
  width: 100%; }
  .pop-up-call-me form {
    max-width: 375px;
    width: 100%;
    margin: 0 auto; }
  .pop-up-call-me .title-pop-up {
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4; }
  .pop-up-call-me label {
    max-width: 375px; }
  .pop-up-call-me .is-close-btn {
    width: 40px;
    height: 40px;
    top: 10px !important;
    right: 10px !important;
    color: #000000 !important;
    transition: 0.3s all ease; }
    .pop-up-call-me .is-close-btn:hover:before {
      opacity: 1;
      visibility: visible; }
    .pop-up-call-me .is-close-btn:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background: rgba(0, 0, 0, 0.05);
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      visibility: hidden;
      opacity: 0;
      transition: .3s all ease; }
    .pop-up-call-me .is-close-btn svg {
      width: 16px;
      height: 16px; }
  .pop-up-call-me .wpcf7 .sent .title-pop-up {
    display: none; }
  .pop-up-call-me .wpcf7 .sent .visible-only-if-ok {
    display: block; }
  .pop-up-call-me input[type='submit'] {
    margin-bottom: 20px; }
  .pop-up-call-me .visible-only-if-ok {
    display: none;
    position: relative; }
    .pop-up-call-me .visible-only-if-ok .message .socials-wrapper {
      margin-top: 40px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .pop-up-call-me .visible-only-if-ok .message .social-link {
      margin-right: 20px;
      width: 40px;
      height: 40px;
      display: block;
      transition: .3s all ease; }
      .pop-up-call-me .visible-only-if-ok .message .social-link svg {
        transition: .3s all ease; }
        .pop-up-call-me .visible-only-if-ok .message .social-link svg path {
          transition: .3s all ease; }
        .pop-up-call-me .visible-only-if-ok .message .social-link svg rect {
          transition: .3s all ease; }
      .pop-up-call-me .visible-only-if-ok .message .social-link:last-child {
        margin-right: 0; }
      .pop-up-call-me .visible-only-if-ok .message .social-link:hover svg path {
        fill: #000000; }
      .pop-up-call-me .visible-only-if-ok .message .social-link:first-child:hover rect {
        fill: #000000; }
      .pop-up-call-me .visible-only-if-ok .message .social-link:first-child:hover path {
        fill: #ffffff; }
    .pop-up-call-me .visible-only-if-ok .message span {
      margin-top: 20px;
      display: block;
      color: #000000;
      text-align: center;
      font-size: 13px;
      line-height: 1.6; }

.fancybox__container {
  background: rgba(0, 0, 0, 0.4) !important;
  --fancybox-bg: rgba(0, 0, 0, 0.40); }

.fancybox__slide {
  padding: 0; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 0; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-bg: transparent; }

.success-card {
  margin: 40px 0;
  padding: 100px 20px;
  max-width: 690px;
  width: 100%;
  border: 1px solid #E5E5E5;
  background: #ffffff;
  text-align: center; }
  @media (max-width: 1140px) {
    .success-card {
      padding: 59px 20px; } }
  .success-card .message {
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4; }
    .success-card .message strong {
      font-style: italic;
      font-weight: 500; }
    .success-card .message .socials-wrapper {
      margin-top: 40px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .success-card .message .social-link {
      margin-right: 20px;
      width: 40px;
      height: 40px;
      display: block;
      transition: .3s all ease; }
      .success-card .message .social-link svg {
        transition: .3s all ease; }
        .success-card .message .social-link svg path {
          transition: .3s all ease; }
        .success-card .message .social-link svg rect {
          transition: .3s all ease; }
      .success-card .message .social-link:last-child {
        margin-right: 0; }
      .success-card .message .social-link:hover svg path {
        fill: #000000; }
      .success-card .message .social-link:first-child:hover rect {
        fill: #000000; }
      .success-card .message .social-link:first-child:hover path {
        fill: #ffffff; }
    .success-card .message span {
      margin-top: 20px;
      display: block;
      color: #000000;
      text-align: center;
      font-size: 13px;
      line-height: 1.6; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#woof_html_buffer {
  width: 100%;
  display: block;
  left: 0;
  top: 0%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  border: none;
  box-shadow: none;
  opacity: 1 !important; }
  #woof_html_buffer:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/preloader-circle.gif");
    background-size: contain;
    background-repeat: no-repeat; }
  #woof_html_buffer:after {
    position: relative;
    top: calc(50% + 20px);
    left: -52px;
    transform: translate(0%, -50%);
    z-index: 2;
    content: "Фільтри застосовуються";
    color: #999999;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6; }

#woof_results_by_ajax {
  position: relative;
  transition: .3s all ease; }
  #woof_results_by_ajax:before {
    z-index: 101;
    transition: .3s all ease;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff; }

.yith-infs-loader {
  margin-top: 0;
  margin-bottom: 50px;
  background: #ffffff;
  display: block;
  width: 100%;
  height: 70px;
  z-index: 5;
  position: absolute;
  bottom: -120px; }
  @media (max-width: 1140px) {
    .yith-infs-loader {
      bottom: -140px; } }
  .yith-infs-loader img {
    display: none; }
  .yith-infs-loader:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    content: "Товари довантажуються";
    color: #999;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6; }
  .yith-infs-loader:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    bottom: 40px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    background-image: url("../img/preloader-circle.gif");
    background-size: contain;
    background-repeat: no-repeat; }

.loading-icon {
  display: block;
  margin: 0 auto 19px auto;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #000000;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

.loader-on h1, .loader-on .mobile-title {
  display: none; }
.loader-on #woof_results_by_ajax:before {
  visibility: visible;
  opacity: 1; }

@media (max-width: 576px) {
  .single-product header {
    background: transparent; } }
.single-product .top-content {
  overflow: hidden; }
  @media (max-width: 576px) {
    .single-product .top-content {
      position: relative; } }
@media (max-width: 576px) {
  .single-product .row1320 {
    max-width: 100%; } }
.single-product .product-wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .single-product .product-wrapper {
      flex-direction: column;
      align-items: center; } }
  .single-product .product-wrapper .text-item {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6; }
    .single-product .product-wrapper .text-item strong {
      font-weight: 500; }
    .single-product .product-wrapper .text-item:last-child {
      margin-bottom: 0; }
  .single-product .product-wrapper .left-content {
    max-width: 295px;
    width: 100%;
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .single-product .product-wrapper .left-content {
        display: none; } }
  .single-product .product-wrapper .breadcrumbs {
    margin-bottom: 40px; }
  .single-product .product-wrapper h1, .single-product .product-wrapper .h1 {
    line-height: 1.4;
    margin-bottom: 20px; }
  .single-product .product-wrapper .labels-wrapper {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .single-product .product-wrapper .labels-wrapper .label-info {
      margin-right: 10px;
      margin-bottom: 10px; }
      .single-product .product-wrapper .labels-wrapper .label-info:last-child {
        margin-right: 0; }
  .single-product .product-wrapper .info-wrapper .description {
    max-width: 293px;
    width: 100%;
    margin: 30px 0; }
    .single-product .product-wrapper .info-wrapper .description p {
      font-size: 13px;
      font-weight: 300;
      line-height: 1.6; }
      .single-product .product-wrapper .info-wrapper .description p:last-child {
        margin-bottom: 0; }
  .single-product .product-wrapper .center-content {
    max-width: 573px;
    width: 100%; }
    @media (max-width: 1240px) {
      .single-product .product-wrapper .center-content {
        max-width: 473px; } }
    @media (max-width: 1150px) {
      .single-product .product-wrapper .center-content {
        max-width: 375px; } }
    @media (max-width: 1024px) {
      .single-product .product-wrapper .center-content {
        max-width: 500px;
        margin: 0 auto 20px auto;
        text-align: center; } }
    .single-product .product-wrapper .center-content .img-div {
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .single-product .product-wrapper .center-content .img-div {
          margin-bottom: 4px; } }
      .single-product .product-wrapper .center-content .img-div:last-child {
        margin-bottom: 0; }
      .single-product .product-wrapper .center-content .img-div video {
        width: 100%;
        height: 100%;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .single-product .product-wrapper .center-content .img-div video {
            margin-bottom: 4px; } }
      .single-product .product-wrapper .center-content .img-div .woocommerce-product-gallery .woocommerce-product-gallery__image {
        margin-bottom: 20px; }
        .single-product .product-wrapper .center-content .img-div .woocommerce-product-gallery .woocommerce-product-gallery__image:last-child {
          margin-bottom: 0; }
    .single-product .product-wrapper .center-content iframe {
      margin-bottom: 20px; }
      .single-product .product-wrapper .center-content iframe:last-child {
        margin-bottom: 0; }
    .single-product .product-wrapper .center-content img, .single-product .product-wrapper .center-content iframe {
      max-width: 573px;
      width: 100%;
      height: 770px;
      object-fit: cover; }
      @media (max-width: 1300px) {
        .single-product .product-wrapper .center-content img, .single-product .product-wrapper .center-content iframe {
          max-width: 473px;
          height: 670px; } }
      @media (max-width: 1150px) {
        .single-product .product-wrapper .center-content img, .single-product .product-wrapper .center-content iframe {
          max-width: 375px;
          height: 504px; } }
      @media (max-width: 576px) {
        .single-product .product-wrapper .center-content img, .single-product .product-wrapper .center-content iframe {
          max-width: 100%; } }
    .single-product .product-wrapper .center-content .swiper-button-wrap {
      position: relative;
      margin-top: 60px; }
      .single-product .product-wrapper .center-content .swiper-button-wrap h3 {
        text-align: center;
        margin-bottom: 20px; }
    .single-product .product-wrapper .center-content .swiper-other-colors {
      margin-bottom: 60px; }
      @media (max-width: 678px) {
        .single-product .product-wrapper .center-content .swiper-other-colors {
          padding-bottom: 60px;
          margin-left: 4px;
          margin-right: 4px; } }
      .single-product .product-wrapper .center-content .swiper-other-colors .swiper-slide {
        text-align: center; }
        .single-product .product-wrapper .center-content .swiper-other-colors .swiper-slide img {
          margin-bottom: 20px;
          max-width: 284px;
          width: 100%;
          height: 381px;
          object-fit: cover; }
          @media (max-width: 425px) {
            .single-product .product-wrapper .center-content .swiper-other-colors .swiper-slide img {
              height: 263px; } }
        .single-product .product-wrapper .center-content .swiper-other-colors .swiper-slide .color-name {
          margin-bottom: 10px;
          font-size: 13px;
          font-weight: 500;
          line-height: 1.6; }
        .single-product .product-wrapper .center-content .swiper-other-colors .swiper-slide .color {
          width: 40px;
          height: 40px;
          margin: 0 auto; }
          @media (max-width: 576px) {
            .single-product .product-wrapper .center-content .swiper-other-colors .swiper-slide .color {
              width: 20px;
              height: 20px; } }
      .single-product .product-wrapper .center-content .swiper-other-colors .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        margin: 0 3px;
        bottom: 12px; }
      @media (max-width: 678px) {
        .single-product .product-wrapper .center-content .swiper-other-colors .swiper-pagination-other-color {
          bottom: 15px; } }
    .single-product .product-wrapper .center-content .swiper-button-next-other-color, .single-product .product-wrapper .center-content .swiper-button-prev-other-color {
      top: calc(50% - 45px); }
      @media (max-width: 678px) {
        .single-product .product-wrapper .center-content .swiper-button-next-other-color, .single-product .product-wrapper .center-content .swiper-button-prev-other-color {
          top: auto;
          bottom: -4px; } }
    .single-product .product-wrapper .center-content .swiper-button-next-other-color {
      right: -54px; }
      @media (max-width: 678px) {
        .single-product .product-wrapper .center-content .swiper-button-next-other-color {
          right: 175px; } }
      @media (max-width: 576px) {
        .single-product .product-wrapper .center-content .swiper-button-next-other-color {
          right: 125px; } }
    .single-product .product-wrapper .center-content .swiper-button-prev-other-color {
      left: -54px; }
      @media (max-width: 678px) {
        .single-product .product-wrapper .center-content .swiper-button-prev-other-color {
          left: 175px; } }
      @media (max-width: 576px) {
        .single-product .product-wrapper .center-content .swiper-button-prev-other-color {
          left: 125px; } }
  .single-product .product-wrapper .right-content {
    max-width: 295px;
    width: 100%;
    margin-left: 40px; }
    @media (max-width: 1024px) {
      .single-product .product-wrapper .right-content {
        display: none; } }
  .single-product .product-wrapper .amount-wishlist-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
  .single-product .product-wrapper .amounts-wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
    @media (max-width: 1024px) {
      .single-product .product-wrapper .amounts-wrap {
        flex-direction: row; } }
    .single-product .product-wrapper .amounts-wrap .old-price {
      color: #999;
      font-size: 17px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.6;
      text-decoration-line: line-through; }
    .single-product .product-wrapper .amounts-wrap del {
      text-decoration: none !important; }
      .single-product .product-wrapper .amounts-wrap del bdi {
        font-weight: 300 !important; }
  .single-product .product-wrapper .single_product_div {
    padding-bottom: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .single-product .product-wrapper .single_product_div a {
      display: flex;
      align-items: center;
      justify-content: center; }
  .single-product .product-wrapper .wt-wishlist-button[data-action='add'] {
    content: url("../img/el9.svg"); }
  .single-product .product-wrapper .wt-wishlist-button[data-action='remove'] {
    content: url("../img/el10.svg"); }
  .single-product .product-wrapper .wt-wishlist-button img {
    display: none; }
  .single-product .product-wrapper .save-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
  .single-product .product-wrapper .colors-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }
    .single-product .product-wrapper .colors-wrapper .color {
      cursor: pointer;
      margin-right: 10px;
      margin-bottom: 10px;
      width: 40px;
      height: 40px;
      transition: .3s all ease; }
      .single-product .product-wrapper .colors-wrapper .color:last-child {
        margin-right: 10px; }
      .single-product .product-wrapper .colors-wrapper .color:before {
        transition: .3s all ease; }
        @media (max-width: 1140px) {
          .single-product .product-wrapper .colors-wrapper .color:before {
            display: block; } }
      .single-product .product-wrapper .colors-wrapper .color.active {
        transform: scale(0.75); }
        .single-product .product-wrapper .colors-wrapper .color.active:before {
          bottom: -8px;
          width: calc(100% + 2px); }
      .single-product .product-wrapper .colors-wrapper .color:hover {
        transform: scale(1); }
        .single-product .product-wrapper .colors-wrapper .color:hover:before {
          bottom: -4px; }
  .single-product .product-wrapper .sizes {
    margin-bottom: 30px; }
    .single-product .product-wrapper .sizes .sizes-wrapper {
      display: flex;
      align-items: center; }
      .single-product .product-wrapper .sizes .sizes-wrapper .size {
        position: relative;
        display: block;
        max-width: 60px;
        width: 100%;
        margin-right: 10px;
        padding: 11px 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.64px;
        text-transform: uppercase;
        border: 1px solid #000000;
        cursor: pointer;
        text-align: center; }
        .single-product .product-wrapper .sizes .sizes-wrapper .size:last-child {
          margin-right: 0; }
        .single-product .product-wrapper .sizes .sizes-wrapper .size.active, .single-product .product-wrapper .sizes .sizes-wrapper .size:hover {
          background: #000000;
          color: #ffffff; }
        @media screen and (min-width: 1025px) {
          .single-product .product-wrapper .sizes .sizes-wrapper .size:hover .mini-hover-card {
            opacity: 1;
            visibility: visible;
            pointer-events: unset !important; } }
        .single-product .product-wrapper .sizes .sizes-wrapper .size .mini-hover-card {
          opacity: 0;
          visibility: hidden;
          transition: .3s all ease;
          position: absolute;
          top: -136px;
          left: 50%;
          margin-right: -50%;
          transform: translate(-50%, 0);
          background: #ffffff;
          padding: 20.4px 20px;
          width: 258px;
          border: 1px solid #E5E5E5;
          pointer-events: none !important; }
          .single-product .product-wrapper .sizes .sizes-wrapper .size .mini-hover-card .line {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            text-align: left; }
            .single-product .product-wrapper .sizes .sizes-wrapper .size .mini-hover-card .line:last-child {
              margin-bottom: 0; }
            .single-product .product-wrapper .sizes .sizes-wrapper .size .mini-hover-card .line .title, .single-product .product-wrapper .sizes .sizes-wrapper .size .mini-hover-card .line .description {
              font-size: 13px;
              line-height: 1.6;
              width: 50%;
              flex-basis: 50%;
              color: #000000; }
            .single-product .product-wrapper .sizes .sizes-wrapper .size .mini-hover-card .line .title {
              font-weight: 300; }
            .single-product .product-wrapper .sizes .sizes-wrapper .size .mini-hover-card .line .description {
              font-weight: 500; }
  .single-product .product-wrapper .share-card {
    margin-bottom: 20px;
    min-height: 62px;
    background: linear-gradient(90deg, rgba(235, 87, 87, 0.1) 0%, rgba(235, 87, 87, 0) 84.78%);
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6; }
    .single-product .product-wrapper .share-card svg {
      margin-right: 10px; }
    .single-product .product-wrapper .share-card strong {
      display: block; }
  .single-product .product-wrapper .quantity-button-wrapper {
    display: flex;
    margin-bottom: 40px; }
    .single-product .product-wrapper .quantity-button-wrapper .quantity-wrap {
      margin-right: 10px;
      padding: 8px 10px;
      display: flex;
      align-items: center;
      border: 1px solid #000000; }
      .single-product .product-wrapper .quantity-button-wrapper .quantity-wrap div, .single-product .product-wrapper .quantity-button-wrapper .quantity-wrap input {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.64px;
        text-transform: uppercase;
        height: 100%; }
      .single-product .product-wrapper .quantity-button-wrapper .quantity-wrap input {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        border: none; }
      .single-product .product-wrapper .quantity-button-wrapper .quantity-wrap .minus {
        margin-right: 15px;
        cursor: pointer; }
      .single-product .product-wrapper .quantity-button-wrapper .quantity-wrap .plus {
        margin-left: 15px;
        cursor: pointer; }
    .single-product .product-wrapper .quantity-button-wrapper .add-to-cart-button {
      max-width: 195px;
      width: 100%;
      padding: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background: #000000;
      border: 1px solid transparent;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.64px;
      text-transform: uppercase;
      cursor: pointer;
      border-radius: 0;
      transition: .3s all ease; }
      .single-product .product-wrapper .quantity-button-wrapper .add-to-cart-button:hover {
        color: #000000;
        background: #ffffff;
        border: 1px solid #000000; }
  .single-product .product-wrapper .more-information .information {
    margin-bottom: 10px; }
    .single-product .product-wrapper .more-information .information:last-child {
      margin-bottom: 0; }
    .single-product .product-wrapper .more-information .information .trigger {
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: .3s all ease; }
      .single-product .product-wrapper .more-information .information .trigger:hover {
        color: #666; }
      .single-product .product-wrapper .more-information .information .trigger:last-child {
        margin-bottom: 0; }
      .single-product .product-wrapper .more-information .information .trigger svg {
        margin-right: 10px; }
        .single-product .product-wrapper .more-information .information .trigger svg rect {
          fill: transparent; }
      .single-product .product-wrapper .more-information .information .trigger .text {
        font-weight: 300;
        line-height: 1.6; }
    .single-product .product-wrapper .more-information .information .full-information-card {
      padding: 6px 30px 40px 40px;
      opacity: 0;
      position: fixed;
      z-index: 101;
      top: 0;
      right: 0;
      left: auto;
      background: #ffffff;
      color: #000000;
      font-size: 20px;
      height: 100%;
      max-width: 448px;
      width: 100%;
      transition: .3s all ease;
      transform: translateX(110%); }
      @media (max-width: 1024px) {
        .single-product .product-wrapper .more-information .information .full-information-card {
          text-align: left; } }
      @media (max-width: 576px) {
        .single-product .product-wrapper .more-information .information .full-information-card {
          padding: 6px 20px 60px 20px;
          max-width: 100%; } }
      .single-product .product-wrapper .more-information .information .full-information-card .mCSB_scrollTools {
        z-index: -1; }
      .single-product .product-wrapper .more-information .information .full-information-card.active {
        transform: translateX(0px);
        opacity: 1; }
      .single-product .product-wrapper .more-information .information .full-information-card .mCSB_inside > .mCSB_container {
        margin-right: 0; }
      .single-product .product-wrapper .more-information .information .full-information-card .mCSB_scrollTools .mCSB_draggerContainer {
        left: 20px; }
      .single-product .product-wrapper .more-information .information .full-information-card .title-close-wrap {
        padding-bottom: 9px;
        border-bottom: 1px solid #CCC;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 1024px) {
          .single-product .product-wrapper .more-information .information .full-information-card .title-close-wrap {
            border-bottom: none; } }
        .single-product .product-wrapper .more-information .information .full-information-card .title-close-wrap .title-card {
          margin-right: 20px;
          color: #666;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.4;
          letter-spacing: 0.64px;
          text-transform: uppercase; }
        .single-product .product-wrapper .more-information .information .full-information-card .title-close-wrap .close-card {
          width: 40px;
          height: 40px;
          cursor: pointer;
          transition: .3s all ease;
          display: flex;
          align-items: center;
          justify-content: flex-end; }
          .single-product .product-wrapper .more-information .information .full-information-card .title-close-wrap .close-card:hover {
            opacity: .7; }
      .single-product .product-wrapper .more-information .information .full-information-card .description {
        margin-top: 40px; }
        .single-product .product-wrapper .more-information .information .full-information-card .description h3 {
          margin-top: 40px;
          margin-bottom: 10px;
          font-size: 16px; }
          .single-product .product-wrapper .more-information .information .full-information-card .description h3:first-child {
            margin-top: 0; }
        .single-product .product-wrapper .more-information .information .full-information-card .description p {
          font-size: 13px; }
        .single-product .product-wrapper .more-information .information .full-information-card .description .sizes-wrapper {
          margin: 20px 0;
          display: flex;
          align-items: center; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .sizes-wrapper .size {
            position: relative;
            display: block;
            max-width: 49px;
            width: 100%;
            margin-right: 10px;
            padding: 5px;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0.64px;
            text-transform: uppercase;
            border: 1px solid #000000;
            cursor: pointer;
            text-align: center; }
            .single-product .product-wrapper .more-information .information .full-information-card .description .sizes-wrapper .size:last-child {
              margin-right: 0; }
            .single-product .product-wrapper .more-information .information .full-information-card .description .sizes-wrapper .size.active, .single-product .product-wrapper .more-information .information .full-information-card .description .sizes-wrapper .size:hover {
              background: #000000;
              color: #ffffff; }
        .single-product .product-wrapper .more-information .information .full-information-card .description .table .line {
          padding: 10px 0;
          border-bottom: 1px solid #E5E5E5;
          display: flex;
          align-items: center; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .table .line:first-child {
            padding-top: 0; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .table .line:last-child {
            padding-bottom: 0; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .table .line .item {
            width: 33%;
            flex-basis: 33%;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.6; }
            @media (max-width: 370px) {
              .single-product .product-wrapper .more-information .information .full-information-card .description .table .line .item {
                font-size: 11px; } }
          .single-product .product-wrapper .more-information .information .full-information-card .description .table .line:last-child, .single-product .product-wrapper .more-information .information .full-information-card .description .table .line:first-child {
            border-bottom: none; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .table .line:first-child .item {
            font-weight: 300; }
        .single-product .product-wrapper .more-information .information .full-information-card .description .mini-table .line {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 10px; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .mini-table .line:last-child {
            margin-bottom: 0; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .mini-table .line .item {
            width: 30%;
            flex-basis: 30%;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.6;
            text-align: left; }
            .single-product .product-wrapper .more-information .information .full-information-card .description .mini-table .line .item:first-child {
              font-weight: 300;
              margin-right: 20px;
              width: 65%;
              flex-basis: 65%; }
            .single-product .product-wrapper .more-information .information .full-information-card .description .mini-table .line .item:last-child {
              text-align: right; }
        .single-product .product-wrapper .more-information .information .full-information-card .description .info-sizes-tab-content {
          display: none; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .info-sizes-tab-content.active {
            display: inherit; }
        .single-product .product-wrapper .more-information .information .full-information-card .description .additional-info span {
          display: block;
          margin-bottom: 10px;
          font-size: 13px;
          font-weight: 500;
          line-height: 1.6; }
          .single-product .product-wrapper .more-information .information .full-information-card .description .additional-info span:last-child {
            margin-bottom: 0; }
  .single-product .product-wrapper .mobile-content {
    display: none; }
    @media (max-width: 1024px) {
      .single-product .product-wrapper .mobile-content {
        display: block;
        text-align: center;
        width: 1320px;
        margin: 0 auto;
        max-width: 89.5%; } }
    .single-product .product-wrapper .mobile-content .breadcrumbs {
      margin-bottom: 30px; }
    .single-product .product-wrapper .mobile-content .save-icon {
      margin-bottom: 10px; }
    .single-product .product-wrapper .mobile-content .labels-wrapper {
      justify-content: center;
      margin-bottom: 20px; }
    .single-product .product-wrapper .mobile-content .amounts-wrap {
      justify-content: center; }
      @media (max-width: 1024px) {
        .single-product .product-wrapper .mobile-content .amounts-wrap {
          margin-top: -15px;
          flex-direction: column;
          margin-bottom: 30px; } }
      .single-product .product-wrapper .mobile-content .amounts-wrap ins bdi {
        font-size: 34px;
        font-weight: 500;
        line-height: 1.4; }
      .single-product .product-wrapper .mobile-content .amounts-wrap .price {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px; }
        .single-product .product-wrapper .mobile-content .amounts-wrap .price del {
          display: block; }
          .single-product .product-wrapper .mobile-content .amounts-wrap .price del span bdi {
            color: #999;
            font-size: 17px;
            font-weight: 300;
            line-height: 1.6; }
            @media (max-width: 1140px) {
              .single-product .product-wrapper .mobile-content .amounts-wrap .price del span bdi {
                font-size: 16px; } }
            @media (max-width: 768px) {
              .single-product .product-wrapper .mobile-content .amounts-wrap .price del span bdi {
                font-size: 14px; } }
            @media (max-width: 576px) {
              .single-product .product-wrapper .mobile-content .amounts-wrap .price del span bdi {
                font-size: 12px; } }
      .single-product .product-wrapper .mobile-content .amounts-wrap .amount {
        margin-right: 0; }
        .single-product .product-wrapper .mobile-content .amounts-wrap .amount:first-child {
          margin: 0 10px; }
    .single-product .product-wrapper .mobile-content .sizes-tabber {
      justify-content: center;
      flex-direction: column; }
      .single-product .product-wrapper .mobile-content .sizes-tabber .sizes-tabs {
        display: flex;
        justify-content: center;
        margin-bottom: 20px; }
        .single-product .product-wrapper .mobile-content .sizes-tabber .sizes-tabs .size {
          max-width: 60px;
          width: 100%;
          display: block;
          margin-right: 10px;
          padding: 11px 10px;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0.64px;
          text-transform: uppercase;
          border: 1px solid #000000;
          cursor: pointer;
          text-align: center; }
          .single-product .product-wrapper .mobile-content .sizes-tabber .sizes-tabs .size:last-child {
            margin-right: 0; }
          .single-product .product-wrapper .mobile-content .sizes-tabber .sizes-tabs .size.active, .single-product .product-wrapper .mobile-content .sizes-tabber .sizes-tabs .size:hover {
            background: #000000;
            color: #ffffff; }
    .single-product .product-wrapper .mobile-content .colors-wrapper {
      justify-content: center; }
      .single-product .product-wrapper .mobile-content .colors-wrapper .color:before {
        transition: .3s all ease; }
      .single-product .product-wrapper .mobile-content .colors-wrapper .color.active {
        transform: scale(0.75); }
        .single-product .product-wrapper .mobile-content .colors-wrapper .color.active:before {
          bottom: -8px;
          width: calc(100% + 2px); }
      .single-product .product-wrapper .mobile-content .colors-wrapper .color:hover {
        transform: scale(1); }
        .single-product .product-wrapper .mobile-content .colors-wrapper .color:hover:before {
          bottom: -4px; }
    @media (max-width: 1024px) {
      .single-product .product-wrapper .mobile-content .single_variation_wrap {
        width: 100%;
        max-width: 100%; }
        .single-product .product-wrapper .mobile-content .single_variation_wrap .quantity-wrap {
          margin-right: 0;
          margin-bottom: 10px; } }
    .single-product .product-wrapper .mobile-content .quantity-button-wrapper {
      flex-direction: column;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .single-product .product-wrapper .mobile-content .quantity-button-wrapper .quantity-wrap {
          margin-right: 0;
          margin-bottom: 10px; } }
      .single-product .product-wrapper .mobile-content .quantity-button-wrapper .quantity {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        justify-content: center; }
        .single-product .product-wrapper .mobile-content .quantity-button-wrapper .quantity input {
          background: transparent; }
      .single-product .product-wrapper .mobile-content .quantity-button-wrapper .add-to-cart-button {
        max-width: 100%;
        border-radius: 0; }
    .single-product .product-wrapper .mobile-content .share-card {
      margin-bottom: 30px;
      background: transparent;
      flex-direction: column;
      padding: 0; }
      .single-product .product-wrapper .mobile-content .share-card svg {
        margin-right: 0; }
    .single-product .product-wrapper .mobile-content .info-wrapper {
      padding-top: 30px;
      margin-bottom: 20px;
      border-top: 1px solid #CCC; }
      .single-product .product-wrapper .mobile-content .info-wrapper .material-category-wrapper {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1024px) {
          .single-product .product-wrapper .mobile-content .info-wrapper .material-category-wrapper .text-item {
            margin-right: 20px;
            margin-bottom: 20px; }
            .single-product .product-wrapper .mobile-content .info-wrapper .material-category-wrapper .text-item:last-child {
              margin-right: 0; } }
      .single-product .product-wrapper .mobile-content .info-wrapper .description {
        max-width: 100%;
        margin-bottom: 20px; }
      .single-product .product-wrapper .mobile-content .info-wrapper .items-wrap {
        display: flex;
        justify-content: center; }
        .single-product .product-wrapper .mobile-content .info-wrapper .items-wrap .text-item {
          margin-right: 20px;
          margin-bottom: 20px; }
          .single-product .product-wrapper .mobile-content .info-wrapper .items-wrap .text-item:last-child {
            margin-right: 0; }
    .single-product .product-wrapper .mobile-content .more-information .trigger {
      justify-content: center; }
    .single-product .product-wrapper .mobile-content .tab-content-sizes-card {
      display: none; }
      .single-product .product-wrapper .mobile-content .tab-content-sizes-card.active {
        display: inherit; }
      .single-product .product-wrapper .mobile-content .tab-content-sizes-card .wrapper {
        display: flex;
        justify-content: center; }
        .single-product .product-wrapper .mobile-content .tab-content-sizes-card .wrapper .line {
          width: 25%;
          flex-basis: 25%;
          padding: 0 10px;
          border-right: 1px solid #E5E5E5; }
          .single-product .product-wrapper .mobile-content .tab-content-sizes-card .wrapper .line .title {
            margin-bottom: 6px;
            font-size: 13px;
            font-weight: 300;
            line-height: 1.6; }
          .single-product .product-wrapper .mobile-content .tab-content-sizes-card .wrapper .line .description {
            text-align: center;
            font-weight: 500;
            font-size: 11px;
            line-height: 1.6; }
          .single-product .product-wrapper .mobile-content .tab-content-sizes-card .wrapper .line:last-child {
            border-right: none;
            padding-right: 0; }
          .single-product .product-wrapper .mobile-content .tab-content-sizes-card .wrapper .line:first-child {
            padding-left: 0; }
  .single-product .product-wrapper .mobile-quick-card {
    display: none; }
    @media (max-width: 1024px) {
      .single-product .product-wrapper .mobile-quick-card {
        position: fixed;
        z-index: 15;
        bottom: 0;
        padding-top: 10px;
        width: 100%;
        display: block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
        .single-product .product-wrapper .mobile-quick-card .wrapper {
          max-width: 89.5%;
          width: 100%;
          margin: 0 auto; }
        .single-product .product-wrapper .mobile-quick-card .amounts-wrap {
          margin-bottom: 10px;
          display: flex;
          align-items: center;
          color: #ffffff;
          text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          font-size: 21px;
          font-style: normal;
          font-weight: 500;
          line-height: 1.4; }
          .single-product .product-wrapper .mobile-quick-card .amounts-wrap .price {
            align-items: center; }
          .single-product .product-wrapper .mobile-quick-card .amounts-wrap del {
            text-decoration: line-through; }
            .single-product .product-wrapper .mobile-quick-card .amounts-wrap del bdi {
              font-size: 13px;
              font-weight: 300;
              line-height: 1.6; }
          .single-product .product-wrapper .mobile-quick-card .amounts-wrap .amount {
            margin-right: 10px;
            color: #ffffff;
            text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
            font-size: 21px !important;
            font-style: normal;
            font-weight: 500;
            line-height: 1.4;
            margin-left: 10px; }
            .single-product .product-wrapper .mobile-quick-card .amounts-wrap .amount:first-child {
              margin-left: 0; }
          .single-product .product-wrapper .mobile-quick-card .amounts-wrap .old-price {
            color: #ffffff; }
        .single-product .product-wrapper .mobile-quick-card .size-button {
          background: #ffffff;
          padding: 9px;
          max-width: 100%;
          width: 100%;
          margin: 0 auto 30px auto;
          color: #000000;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.4;
          letter-spacing: 0.64px;
          text-transform: uppercase;
          text-align: center; }
          .single-product .product-wrapper .mobile-quick-card .size-button:hover, .single-product .product-wrapper .mobile-quick-card .size-button:active {
            background: #000000;
            color: #ffffff; } }
    .single-product .product-wrapper .mobile-quick-card .hover-card {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      bottom: -100%;
      background: #ffffff;
      transition: .3s all ease;
      width: 100%;
      left: 0;
      padding: 10px 20px 80px 20px; }
      .single-product .product-wrapper .mobile-quick-card .hover-card.active {
        visibility: visible;
        opacity: 1;
        bottom: 0; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .close-button {
        text-align: right; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .variable-item-span-button {
        max-width: 60px;
        width: 100%;
        padding: 5px 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.52px; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-price .price {
        display: flex;
        align-items: flex-end;
        flex-direction: row-reverse; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-price .price del {
          text-decoration: line-through; }
          .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-price .price del .woocommerce-Price-amount {
            color: #666;
            font-size: 13px;
            font-weight: 300;
            line-height: 1.6; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-price .price ins {
          margin-right: 10px;
          text-decoration: none; }
          .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-price .price ins .woocommerce-Price-amount {
            margin-left: 10px;
            color: #000000;
            font-size: 21px;
            font-weight: 500;
            line-height: 1.4; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card {
        margin-bottom: 20px;
        justify-content: center;
        flex-direction: column; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .text {
          margin-bottom: 10px;
          text-align: center;
          font-size: 13px;
          font-style: normal;
          font-weight: 300;
          line-height: 1.6; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .sizes-tabs-quick-card {
          display: flex;
          justify-content: center;
          margin-bottom: 20px; }
          .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .sizes-tabs-quick-card .size {
            max-width: 49px;
            width: 100%;
            display: block;
            margin-right: 10px;
            padding: 6.5px 5px;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0.52px;
            text-transform: uppercase;
            border: 1px solid #000000;
            cursor: pointer;
            text-align: center; }
            .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .sizes-tabs-quick-card .size:last-child {
              margin-right: 0; }
            .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .sizes-tabs-quick-card .size.active, .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .sizes-tabs-quick-card .size:hover {
              background: #000000;
              color: #ffffff; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .tab-content-sizes-card-quick-card {
          display: none; }
          .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .tab-content-sizes-card-quick-card.active {
            display: inherit; }
          .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .tab-content-sizes-card-quick-card .wrapper {
            display: flex;
            justify-content: center;
            max-width: 100%; }
            .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .tab-content-sizes-card-quick-card .wrapper .line {
              width: 25%;
              flex-basis: 25%;
              padding: 0 10px;
              border-right: 1px solid #E5E5E5;
              text-align: center; }
              .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .tab-content-sizes-card-quick-card .wrapper .line .title {
                margin-bottom: 6px;
                font-size: 13px;
                font-weight: 300;
                line-height: 1.6; }
              .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .tab-content-sizes-card-quick-card .wrapper .line .description {
                text-align: center;
                font-weight: 500;
                font-size: 11px;
                line-height: 1.6; }
              .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .tab-content-sizes-card-quick-card .wrapper .line:last-child {
                border-right: none;
                padding-right: 0; }
              .single-product .product-wrapper .mobile-quick-card .hover-card .sizes-tabber-quick-card .tab-content-sizes-card-quick-card .wrapper .line:first-child {
                padding-left: 0; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .woo-variation-items-wrapper {
        margin-bottom: 10px; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-add-to-cart .quantity-button-wrapper {
        margin-bottom: 0; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-add-to-cart .quantity-wrap {
        margin-bottom: 10px; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-add-to-cart button {
        position: absolute;
        bottom: 30px;
        width: 100%;
        max-width: 89.5%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
        background: #000000;
        border: 1px solid #000000;
        border-radius: 0;
        transition: .3s all ease; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-add-to-cart button:hover, .single-product .product-wrapper .mobile-quick-card .hover-card .woocommerce-variation-add-to-cart button:active {
          color: #000000;
          background: #ffffff; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .single_variation_wrap {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .mini-hover-card {
        border: none;
        padding: 0; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .colors .text-item {
        text-align: center; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .colors .colors-wrapper {
        justify-content: center; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .price-quantity-wrap {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .price-quantity-wrap .amounts-wrap .amount {
          color: #000000;
          text-shadow: none; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .price-quantity-wrap .amounts-wrap .old-price {
          color: #666; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .price-quantity-wrap .quantity {
          max-width: 157px;
          width: 100%;
          border: 1px solid #000000;
          padding: 11px 10px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .single-product .product-wrapper .mobile-quick-card .hover-card .price-quantity-wrap .quantity .minus, .single-product .product-wrapper .mobile-quick-card .hover-card .price-quantity-wrap .quantity .plus {
            display: flex;
            align-items: center;
            justify-content: center; }
          .single-product .product-wrapper .mobile-quick-card .hover-card .price-quantity-wrap .quantity .numeric {
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0.64px;
            text-transform: uppercase; }
      .single-product .product-wrapper .mobile-quick-card .hover-card .add-to-cart {
        cursor: pointer;
        background: #000000;
        color: #ffffff;
        border: 1px solid #000000;
        transition: .3s all ease;
        padding: 11px 5px;
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.64px;
        text-transform: uppercase; }
        .single-product .product-wrapper .mobile-quick-card .hover-card .add-to-cart:hover {
          color: #000000;
          background: #ffffff; }
.single-product .related-products-section {
  margin: 100px 0; }
  @media (max-width: 576px) {
    .single-product .related-products-section {
      margin: -15px 0 100px 0; } }
  .single-product .related-products-section h2 {
    text-align: center; }
  .single-product .related-products-section .related h2 {
    display: none; }
  .single-product .related-products-section .related .products-section {
    margin-bottom: 0; }
  .single-product .related-products-section .related .products-wrapper {
    margin-bottom: 0; }
    @media (max-width: 876px) {
      .single-product .related-products-section .related .products-wrapper .product-card {
        margin-bottom: 40px; } }
.single-product .categories-section-single-product {
  margin: 100px 0; }
  @media (max-width: 767px) {
    .single-product .categories-section-single-product {
      display: none; } }
  .single-product .categories-section-single-product h2 {
    margin-bottom: 40px;
    text-align: center; }
  .single-product .categories-section-single-product .product-categories {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.125%;
    width: 100.25%; }
    .single-product .categories-section-single-product .product-categories > * {
      width: 33.0833333333%;
      margin: 0 0.125% 0.1666666667em; }
    .single-product .categories-section-single-product .product-categories .single-category {
      max-height: 300px;
      position: relative;
      display: block;
      transition: .3s all ease;
      backface-visibility: hidden;
      isolation: isolate;
      overflow: hidden; }
      @media (max-width: 876px) {
        .single-product .categories-section-single-product .product-categories .single-category {
          max-height: 250px; } }
      .single-product .categories-section-single-product .product-categories .single-category:hover img {
        transform: scale(1.1); }
      .single-product .categories-section-single-product .product-categories .single-category:hover:before {
        opacity: 1;
        visibility: visible; }
      .single-product .categories-section-single-product .product-categories .single-category:before {
        position: absolute;
        bottom: 25px;
        right: 40px;
        width: 40px;
        height: 40px;
        content: url("../img/el11.svg");
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease;
        z-index: 2; }
        @media (max-width: 1024px) {
          .single-product .categories-section-single-product .product-categories .single-category:before {
            right: 20px;
            bottom: 15px; } }
      .single-product .categories-section-single-product .product-categories .single-category h3 {
        position: absolute;
        bottom: 30px;
        left: 40px;
        right: 40px;
        margin-bottom: 0;
        color: #ffffff;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
          .single-product .categories-section-single-product .product-categories .single-category h3 {
            left: 20px;
            right: 20px;
            bottom: 20px; } }
      .single-product .categories-section-single-product .product-categories .single-category img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        backface-visibility: hidden;
        isolation: isolate;
        transition: .8s all ease; }
.single-product .last-reviewed-product-section .products-section .row1400 {
  max-width: 100%; }
.single-product .last-reviewed-product-section .products-wrapper {
  flex-wrap: nowrap; }
  .single-product .last-reviewed-product-section .products-wrapper .mCustomScrollBox {
    margin: 0;
    width: 100% !important; }
  .single-product .last-reviewed-product-section .products-wrapper .mCSB_container {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start; }
  .single-product .last-reviewed-product-section .products-wrapper .product-card {
    width: 100% !important;
    min-width: 230px;
    max-width: 230px;
    margin: 0 2px 40px 2px !important; }
    @media (max-width: 425px) {
      .single-product .last-reviewed-product-section .products-wrapper .product-card {
        min-width: 112px;
        max-width: 112px; } }
    .single-product .last-reviewed-product-section .products-wrapper .product-card:first-child {
      margin-left: 4px; }
    .single-product .last-reviewed-product-section .products-wrapper .product-card .gallery {
      height: 303px; }
      @media (max-width: 425px) {
        .single-product .last-reviewed-product-section .products-wrapper .product-card .gallery {
          height: 146px; } }
    .single-product .last-reviewed-product-section .products-wrapper .product-card .amount {
      font-size: 16px; }
    @media (max-width: 1140px) {
      .single-product .last-reviewed-product-section .products-wrapper .product-card .amount-color-wrapper {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 1140px) {
      .single-product .last-reviewed-product-section .products-wrapper .product-card .amount-color-wrapper .colors-wrapper {
        flex-direction: row-reverse; } }
    @media (max-width: 576px) {
      .single-product .last-reviewed-product-section .products-wrapper .product-card .product-info, .single-product .last-reviewed-product-section .products-wrapper .product-card .label-info, .single-product .last-reviewed-product-section .products-wrapper .product-card .save-icon, .single-product .last-reviewed-product-section .products-wrapper .product-card .add-to-cart, .single-product .last-reviewed-product-section .products-wrapper .product-card .hover-trigger, .single-product .last-reviewed-product-section .products-wrapper .product-card .gallery-pagination {
        display: none; } }
@media (max-width: 576px) {
  .single-product .last-reviewed-product-section .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -7px; } }
.single-product .last-reviewed-product-section .mCSB_draggerContainer {
  max-width: 454px;
  margin: 0 auto;
  height: 1px !important; }
  @media (max-width: 576px) {
    .single-product .last-reviewed-product-section .mCSB_draggerContainer {
      max-width: 246px; } }
.single-product .last-reviewed-product-section .mCSB_draggerRail {
  height: 1px !important; }
.single-product .last-reviewed-product-section .mCSB_dragger_bar {
  top: 1px;
  height: 1px !important; }
.single-product .information-card-texts-background {
  margin: 100px auto; }

body:before {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  height: calc(101% + 101px);
  top: -101px;
  left: 0;
  width: calc(100vw - 30px);
  transition: .3s opacity ease; }

.shadow-background {
  position: relative;
  overflow: hidden;
  margin-right: 13px; }
  .shadow-background:before {
    width: calc(100vw - 448px);
    z-index: 102;
    visibility: visible;
    opacity: 1; }
  .shadow-background .product-wrapper .right-content .sticky-wrap {
    z-index: 101; }

.shadow-background-2 {
  position: relative;
  transition: .3s all ease;
  overflow: hidden; }
  .shadow-background-2:before {
    z-index: 11;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%; }
  .shadow-background-2 #scrollTop {
    z-index: -1;
    opacity: 0;
    visibility: hidden; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after, .post-type-archive-product .add-to-cart a:after, .woocommerce-page .add-to-cart a:after {
  display: none !important; }

.single-product .product-wrapper .amount-wishlist-wrapper, .single-product .product-wrapper .amounts-wrap .amount {
  font-size: 26px;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.6; }

.single-product .product-wrapper .amounts-wrap .amount bdi {
  margin: 0 10px;
  font-weight: 500; }
  @media (max-width: 1024px) {
    .single-product .product-wrapper .amounts-wrap .amount bdi {
      margin: 0; } }

.single-product .product-wrapper .amounts-wrap .amount:first-child bdi {
  margin-left: 0; }
.single-product .product-wrapper .amounts-wrap del {
  text-decoration: none; }
  .single-product .product-wrapper .amounts-wrap del bdi {
    text-decoration: line-through;
    font-size: 22px; }

.variations_form table {
  width: 100%; }
  .variations_form table .reset_variations {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6; }
    @media (max-width: 1024px) {
      .variations_form table .reset_variations {
        position: absolute;
        right: 8px; } }
  .variations_form table .woo-variation-items-wrapper {
    margin-bottom: 30px; }
  .variations_form table th, .variations_form table td {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .variations_form table th, .variations_form table td {
        justify-content: center;
        text-align: center; } }
    .variations_form table th label, .variations_form table td label {
      color: #000;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 0; }
    .variations_form table th .woo-selected-variation-item-name, .variations_form table td .woo-selected-variation-item-name {
      color: #000;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 1; }
  .variations_form table li {
    position: relative;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px; }
    .variations_form table li.color-variable-item {
      cursor: pointer; }
    .variations_form table li.disabled {
      display: none; }
    .variations_form table li.button-variable-item .variable-item-span {
      position: relative;
      display: block;
      min-width: 60px;
      max-width: max-content;
      width: 100%;
      margin-right: 10px;
      padding: 11px 10px;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.64px;
      text-transform: uppercase;
      border: 1px solid #000000;
      cursor: pointer;
      text-align: center; }
      .variations_form table li.button-variable-item .variable-item-span:last-child {
        margin-right: 0; }
      .variations_form table li.button-variable-item .variable-item-span.active, .variations_form table li.button-variable-item .variable-item-span:hover {
        background: #000000;
        color: #ffffff; }
      @media screen and (min-width: 1025px) {
        .variations_form table li.button-variable-item .variable-item-span:hover + .mini-hover-card {
          opacity: 1;
          visibility: visible;
          pointer-events: unset !important; } }
    .variations_form table li.button-variable-item .mini-hover-card {
      opacity: 0;
      visibility: hidden;
      transition: .3s all ease;
      position: absolute;
      bottom: 55px;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, 0);
      background: #ffffff;
      padding: 20.4px 20px;
      width: 258px;
      border: 1px solid #E5E5E5;
      pointer-events: none !important; }
      @media (max-width: 1024px) {
        .variations_form table li.button-variable-item .mini-hover-card {
          opacity: 1;
          display: none !important;
          visibility: visible;
          position: static;
          transform: translate(0);
          margin: 0;
          width: 100%;
          border: none;
          padding: 0; } }
      .variations_form table li.button-variable-item .mini-hover-card .line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        text-align: left; }
        .variations_form table li.button-variable-item .mini-hover-card .line:last-child {
          margin-bottom: 0; }
        .variations_form table li.button-variable-item .mini-hover-card .line .title, .variations_form table li.button-variable-item .mini-hover-card .line .description {
          font-size: 13px;
          line-height: 1.6;
          width: 50%;
          flex-basis: 50%;
          color: #000000; }
        .variations_form table li.button-variable-item .mini-hover-card .line .title {
          font-weight: 300; }
        .variations_form table li.button-variable-item .mini-hover-card .line .description {
          font-weight: 500; }
    .variations_form table li.button-variable-item.selected .variable-item-span {
      background: #000000;
      color: #ffffff; }
    @media (max-width: 1024px) {
      .variations_form table li.button-variable-item.selected {
        position: static; }
        .variations_form table li.button-variable-item.selected .mini-hover-card {
          display: flex;
          left: 0;
          position: absolute;
          margin-bottom: -47px;
          justify-content: center;
          max-width: 100%; }
          .variations_form table li.button-variable-item.selected .mini-hover-card .line {
            width: 25%;
            flex-basis: 25%;
            padding: 0 10px;
            border-right: 1px solid #E5E5E5;
            text-align: center; }
            .variations_form table li.button-variable-item.selected .mini-hover-card .line .title {
              margin-bottom: 6px;
              font-size: 13px;
              font-weight: 300;
              line-height: 1.6;
              width: 100%; }
            .variations_form table li.button-variable-item.selected .mini-hover-card .line .description {
              text-align: center;
              font-weight: 500;
              font-size: 11px;
              line-height: 1.6;
              width: 100%; }
            .variations_form table li.button-variable-item.selected .mini-hover-card .line:last-child {
              border-right: none;
              padding-right: 0; }
            .variations_form table li.button-variable-item.selected .mini-hover-card .line:first-child {
              padding-left: 0; }
          .variations_form table li.button-variable-item.selected .mini-hover-card .line {
            display: block; } }
  .variations_form table .content-size {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%; }
    .variations_form table .content-size .line {
      width: 25%;
      flex-basis: 25%;
      padding: 0 10px;
      border-right: 1px solid #E5E5E5;
      text-align: center; }
      .variations_form table .content-size .line .title {
        margin-bottom: 6px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.6;
        width: 100%; }
      .variations_form table .content-size .line .description {
        text-align: center;
        font-weight: 500;
        font-size: 11px;
        line-height: 1.6;
        width: 100%; }
      .variations_form table .content-size .line:last-child {
        border-right: none;
        padding-right: 0; }
      .variations_form table .content-size .line:first-child {
        padding-left: 0; }
    .variations_form table .content-size .line {
      display: block; }
  .variations_form table .color-variable-item span {
    width: 40px;
    height: 40px;
    display: block;
    transition: .3s all ease; }
    .variations_form table .color-variable-item span:before {
      content: "";
      position: absolute;
      width: calc(100% + 2px);
      left: -1px;
      bottom: -4px;
      background: #000;
      height: 1px;
      transition: .3s all ease;
      opacity: 0; }
  .variations_form table .color-variable-item.selected span {
    transform: scale(0.75); }
    .variations_form table .color-variable-item.selected span:before {
      opacity: 1;
      bottom: -8px;
      width: calc(100% + 2px); }
  .variations_form table ul {
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .variations_form table ul {
        justify-content: center; } }

.variable-items-wrapper {
  position: relative;
  width: 100%;
  align-items: flex-start !important; }

.product-template-default #wrap {
  overflow: hidden; }
  .product-template-default #wrap form {
    min-height: unset; }
  .product-template-default #wrap .woocommerce-variation-price {
    display: none !important; }

.amounts-wrap .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
.amounts-wrap del {
  display: flex;
  align-items: center; }
  .amounts-wrap del .woocommerce-Price-amount.amount {
    color: #999;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    margin-left: 10px; }
.amounts-wrap ins {
  text-decoration: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background: #000000 !important;
  opacity: 0.6 !important; }

@media (max-width: 1024px) {
  .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column-reverse; } }

.single-product .product-wrapper .mobile-quick-card .hover-card .share-card {
  display: none !important; }

.product-template-default #wrap .mobile-quick-card .woocommerce-variation-price {
  display: block !important; }

.tpl-wishlist .row1400 {
  max-width: 100%; }
  @media (max-width: 480px) {
    .tpl-wishlist .row1400 {
      max-width: 98%; } }
.tpl-wishlist header .wish-list-icon {
  transition: .3s all ease; }
  .tpl-wishlist header .wish-list-icon svg {
    transition: .3s all ease; }
    .tpl-wishlist header .wish-list-icon svg path {
      transition: .3s all ease;
      fill: #000000; }
.tpl-wishlist .wt_frontend_wishlist {
  margin-bottom: 60px; }
  @media (max-width: 876px) {
    .tpl-wishlist .wt_frontend_wishlist .product-card {
      margin-bottom: 40px !important; } }

body.mini-cart-open {
  overflow: hidden; }
  body.mini-cart-open:before {
    opacity: 1;
    visibility: visible;
    z-index: 100; }

.button-basket {
  cursor: pointer; }

.mini-cart-header {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 470px;
  height: 100vh;
  z-index: 100;
  background: #fff;
  will-change: transform, opacity;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden; }
  @media (max-width: 768px) {
    .mini-cart-header {
      width: 100%; } }
  @media (max-width: 576px) {
    .mini-cart-header {
      overflow-y: auto;
      height: calc(var(--vh, 1vh) * 100); } }
  .mini-cart-header.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .mini-cart-header .top-mini-cart {
    padding: 8px 0;
    margin: 0 20px 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CCC; }
    @media (max-width: 768px) {
      .mini-cart-header .top-mini-cart {
        margin: 0 20px 20px 20px;
        border-bottom: none; } }
    .mini-cart-header .top-mini-cart .title-cart {
      margin-right: 20px;
      color: #666;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.64px;
      line-height: 1.4;
      text-transform: uppercase; }
    .mini-cart-header .top-mini-cart .close-mini-cart {
      cursor: pointer;
      position: relative;
      transition: .3s all ease; }
      .mini-cart-header .top-mini-cart .close-mini-cart:hover {
        opacity: 1; }
        .mini-cart-header .top-mini-cart .close-mini-cart:hover:before {
          visibility: visible;
          opacity: 1; }
      .mini-cart-header .top-mini-cart .close-mini-cart:before {
        position: absolute;
        content: "";
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.05);
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
        opacity: 0;
        transition: .3s all ease; }
  .mini-cart-header .mini-cart-checkout-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 80px); }
  .mini-cart-header .mCSB_inside > .mCSB_container {
    margin-right: 25px; }
  .mini-cart-header .woocommerce-mini-cart {
    margin: 0;
    padding: 10px 0px 20px 40px;
    height: calc(100vh - 165px);
    overflow: hidden; }
    @media (max-width: 768px) {
      .mini-cart-header .woocommerce-mini-cart {
        padding: 10px 0px 20px 20px; } }
    @media (max-width: 425px) {
      .mini-cart-header .woocommerce-mini-cart {
        height: calc(100vh - 215px); } }
    .mini-cart-header .woocommerce-mini-cart .woocommerce-mini-cart-item {
      padding: 20px 0;
      border-bottom: 1px solid #E5E5E5; }
      .mini-cart-header .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
        border-bottom: none; }
    .mini-cart-header .woocommerce-mini-cart .image-title-wrap {
      margin-bottom: 10px;
      display: flex; }
      .mini-cart-header .woocommerce-mini-cart .image-title-wrap .left-content {
        margin-right: 20px; }
        .mini-cart-header .woocommerce-mini-cart .image-title-wrap .left-content img {
          max-width: 91px;
          width: 100%;
          height: 118px;
          object-fit: cover; }
      .mini-cart-header .woocommerce-mini-cart .image-title-wrap .right-content .title-product {
        margin-bottom: 10px;
        font-weight: 500;
        line-height: 1.4; }
      .mini-cart-header .woocommerce-mini-cart .image-title-wrap .right-content .description-item {
        margin-bottom: 4px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.6; }
        .mini-cart-header .woocommerce-mini-cart .image-title-wrap .right-content .description-item strong {
          font-weight: 500; }
        .mini-cart-header .woocommerce-mini-cart .image-title-wrap .right-content .description-item:last-child {
          margin-bottom: 0; }
        .mini-cart-header .woocommerce-mini-cart .image-title-wrap .right-content .description-item.size-div strong {
          text-transform: uppercase; }
    .mini-cart-header .woocommerce-mini-cart .share-card {
      margin-top: 10px;
      min-height: 62px;
      background: rgba(235, 87, 87, 0.1);
      padding: 10px;
      display: flex;
      align-items: center; }
      .mini-cart-header .woocommerce-mini-cart .share-card svg {
        margin-right: 10px; }
      .mini-cart-header .woocommerce-mini-cart .share-card dd p {
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.6; }
      .mini-cart-header .woocommerce-mini-cart .share-card dt {
        display: inline-block;
        font-size: 13px;
        line-height: 1.6;
        margin-right: 10px;
        font-weight: 500;
        position: relative; }
        .mini-cart-header .woocommerce-mini-cart .share-card dt:before {
          position: absolute;
          right: 0.7px;
          left: auto;
          top: 0;
          width: 3px;
          height: 100%;
          content: ":";
          color: #fdeeee; }
    .mini-cart-header .woocommerce-mini-cart .woocommerce-Price-amount {
      margin-right: 10px; }
      .mini-cart-header .woocommerce-mini-cart .woocommerce-Price-amount:last-child {
        margin-right: 0; }
    .mini-cart-header .woocommerce-mini-cart .amount-div {
      display: flex;
      align-items: center; }
    .mini-cart-header .woocommerce-mini-cart .amount {
      display: block;
      width: max-content;
      font-size: 21px;
      font-weight: 500;
      line-height: 1.4; }
    .mini-cart-header .woocommerce-mini-cart .old-price {
      display: block;
      width: max-content; }
      .mini-cart-header .woocommerce-mini-cart .old-price .amount {
        color: #999;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.6;
        text-decoration-line: line-through; }
    .mini-cart-header .woocommerce-mini-cart .quantity-price-remove-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .mini-cart-header .woocommerce-mini-cart .quantity-price-remove-wrap .quantity-price-wrap {
        display: flex;
        align-items: center; }
        .mini-cart-header .woocommerce-mini-cart .quantity-price-remove-wrap .quantity-price-wrap > .quantity {
          width: 91px;
          max-width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 40px;
          margin-right: 20px;
          border: 1px solid #000000; }
          .mini-cart-header .woocommerce-mini-cart .quantity-price-remove-wrap .quantity-price-wrap > .quantity span.quantity-input {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.4;
            letter-spacing: 0.64px;
            text-transform: uppercase;
            margin: 7px 0; }
          .mini-cart-header .woocommerce-mini-cart .quantity-price-remove-wrap .quantity-price-wrap > .quantity button {
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: none;
            outline: none;
            margin: 0;
            font-size: 22px;
            width: 28px;
            max-width: 100%;
            height: 100%;
            transition: .3s all ease;
            cursor: pointer; }
            .mini-cart-header .woocommerce-mini-cart .quantity-price-remove-wrap .quantity-price-wrap > .quantity button:hover {
              background: #F2F2F2; }
      .mini-cart-header .woocommerce-mini-cart .quantity-price-remove-wrap a.remove {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: transparent !important;
        font-weight: 300;
        background: rgba(0, 0, 0, 0) !important;
        content: url("../img/el12.svg"); }
        .mini-cart-header .woocommerce-mini-cart .quantity-price-remove-wrap a.remove:hover {
          color: #ffffff; }
  .mini-cart-header .total {
    margin-top: 26px; }
    .mini-cart-header .total bdi {
      display: block;
      width: max-content;
      font-size: 21px;
      font-weight: 500;
      line-height: 1.4; }
  .mini-cart-header .price-button-wrap {
    position: relative;
    padding: 20px 20px 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1); }
    @media (max-width: 425px) {
      .mini-cart-header .price-button-wrap {
        padding: 20px;
        flex-direction: column;
        align-items: stretch; } }
    .mini-cart-header .price-button-wrap p {
      margin: 0; }
    .mini-cart-header .price-button-wrap .wrap-amounts {
      display: flex;
      align-items: center; }
    .mini-cart-header .price-button-wrap .woocommerce-Price-amount {
      margin-right: 10px;
      display: block; }
    .mini-cart-header .price-button-wrap .original-total .amount {
      color: #999;
      font-size: 13px;
      font-weight: 300;
      line-height: 1.6;
      text-decoration-line: line-through; }
      .mini-cart-header .price-button-wrap .original-total .amount bdi {
        text-decoration-line: line-through; }
    @media (max-width: 425px) {
      .mini-cart-header .price-button-wrap .woocommerce-mini-cart__buttons {
        margin-top: 10px; } }
    @media (max-width: 425px) {
      .mini-cart-header .price-button-wrap .woocommerce-mini-cart__buttons .button-item {
        margin-top: 0;
        text-align: center;
        max-width: 100%; } }

.woocommerce a.added_to_cart {
  display: none !important; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
  display: none !important; }

.product-template-default .loading:before {
  left: unset;
  right: -35px; }
  @media (max-width: 1024px) {
    .product-template-default .loading:before {
      right: 5px; } }

.mini-cart-checkout-wrap .cart-item {
  position: relative; }

.mini-cart .woocommerce-mini-cart__empty-message {
  padding: 10px 0px 20px 40px;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  .mini-cart .woocommerce-mini-cart__empty-message {
    padding: 10px 0px 20px 20px; } }
.big-logo-section-text {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .big-logo-section-text {
      margin-bottom: 80px; } }
  @media (max-width: 480px) {
    .big-logo-section-text .row1400 {
      max-width: 91.3%; } }
  .big-logo-section-text .big-logo {
    margin-top: 55px;
    margin-bottom: 140px;
    text-align: center; }
    @media (max-width: 768px) {
      .big-logo-section-text .big-logo {
        margin-top: 65px;
        margin-bottom: 80px; } }
    .big-logo-section-text .big-logo img {
      max-width: 1038px;
      width: 100%;
      object-fit: contain; }
  .big-logo-section-text .text {
    max-width: 690px;
    width: 100%;
    margin: 0 auto; }
    .big-logo-section-text .text p {
      font-size: 21px; }
      @media (max-width: 1024px) {
        .big-logo-section-text .text p {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .big-logo-section-text .text p {
          font-size: 19px; } }
      @media (max-width: 576px) {
        .big-logo-section-text .text p {
          font-size: 18px; } }
      @media (max-width: 425px) {
        .big-logo-section-text .text p {
          font-size: 16px; } }

.numbers-in-border-section {
  margin: 100px; }
  @media (max-width: 768px) {
    .numbers-in-border-section {
      margin: 80px 0; } }
  @media (max-width: 480px) {
    .numbers-in-border-section .row1400 {
      max-width: 91.3%; } }
  .numbers-in-border-section .table {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
    max-width: 1165px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000000;
    border-bottom: none; }
    .numbers-in-border-section .table > * {
      width: 33.3333333333%;
      margin: 0 0% 0em; }
    @media (max-width: 768px) {
      .numbers-in-border-section .table {
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0%;
        width: 100%; }
        .numbers-in-border-section .table > * {
          width: 100%;
          margin: 0 0% 0em; } }
    .numbers-in-border-section .table .block {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 30px 5px 40px 5px;
      text-align: center;
      border-right: 1px solid #000000;
      border-bottom: 1px solid #000000; }
      @media (max-width: 768px) {
        .numbers-in-border-section .table .block {
          padding: 39.5px 5px;
          border-right: none; } }
      .numbers-in-border-section .table .block:nth-child(3) {
        border-right: none; }
      .numbers-in-border-section .table .block .number {
        margin-bottom: 10px;
        font-size: 55px;
        font-weight: 300;
        line-height: 1.4; }
      .numbers-in-border-section .table .block .description {
        color: #666;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4; }

.big-images-swiper-section {
  margin-top: 100px;
  margin-bottom: 138px; }
  @media (max-width: 768px) {
    .big-images-swiper-section {
      margin-top: 80px;
      margin-bottom: 140px; } }
  @media (max-width: 480px) {
    .big-images-swiper-section .row1400 {
      max-width: 100%; } }
  .big-images-swiper-section .swiper-button-wrapper {
    position: relative; }
    .big-images-swiper-section .swiper-button-wrapper .swiper-slide {
      height: 788px;
      max-width: 1400px;
      width: 100%;
      object-fit: cover; }
      .big-images-swiper-section .swiper-button-wrapper .swiper-slide video, .big-images-swiper-section .swiper-button-wrapper .swiper-slide iframe {
        width: 100%;
        height: 100%;
        max-height: 788px; }
        @media (max-width: 375px) {
          .big-images-swiper-section .swiper-button-wrapper .swiper-slide video, .big-images-swiper-section .swiper-button-wrapper .swiper-slide iframe {
            max-height: 212px;
            width: 100%; } }
      .big-images-swiper-section .swiper-button-wrapper .swiper-slide img {
        max-height: 788px;
        width: 100%;
        object-fit: cover; }
        @media (max-width: 425px) {
          .big-images-swiper-section .swiper-button-wrapper .swiper-slide img {
            height: 212px; } }
    .big-images-swiper-section .swiper-button-wrapper .swiper-button-next-big-images {
      right: 58px; }
      @media (max-width: 1139px) {
        .big-images-swiper-section .swiper-button-wrapper .swiper-button-next-big-images {
          display: none; } }
    .big-images-swiper-section .swiper-button-wrapper .swiper-button-prev-big-images {
      left: 58px; }
      @media (max-width: 1139px) {
        .big-images-swiper-section .swiper-button-wrapper .swiper-button-prev-big-images {
          display: none; } }
    .big-images-swiper-section .swiper-button-wrapper .swiper-pagination-big-images {
      bottom: -40px; }

.custom-quote-section {
  margin-top: 138px;
  margin-bottom: 160px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .custom-quote-section {
      margin-top: 170px;
      margin-bottom: 120px; } }
  .custom-quote-section .icon-text-wrap {
    display: flex;
    align-items: center;
    max-width: 1055px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .custom-quote-section .icon-text-wrap {
        flex-direction: column;
        align-items: flex-start;
        max-width: 576px; } }
    @media (max-width: 576px) {
      .custom-quote-section .icon-text-wrap {
        max-width: 295px; } }
    .custom-quote-section .icon-text-wrap .icon {
      width: 200px;
      height: 200px;
      margin-right: 37px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .custom-quote-section .icon-text-wrap .icon {
          margin-right: 0;
          margin-bottom: 40px;
          width: 60px;
          height: 41px; } }
    .custom-quote-section .icon-text-wrap .quote {
      flex: 1; }
      .custom-quote-section .icon-text-wrap .quote p {
        font-size: 34px;
        font-style: italic;
        font-weight: 500;
        line-height: 1.4; }
        @media (max-width: 768px) {
          .custom-quote-section .icon-text-wrap .quote p {
            font-size: 25px; } }
        @media (max-width: 576px) {
          .custom-quote-section .icon-text-wrap .quote p {
            font-size: 21px; } }

.steps-section {
  margin-top: 160px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .steps-section {
      margin-top: 120px; } }
  .steps-section .row1400 {
    width: 100%; }
    @media (max-width: 480px) {
      .steps-section .row1400 {
        max-width: 100%; } }
  .steps-section .steps-wrapper {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto; }
    .steps-section .steps-wrapper .step-block {
      margin-bottom: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .steps-section .steps-wrapper .step-block {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 60px; } }
      .steps-section .steps-wrapper .step-block:last-child {
        margin-bottom: 0; }
      .steps-section .steps-wrapper .step-block:nth-child(even) {
        flex-direction: row-reverse; }
        @media (max-width: 768px) {
          .steps-section .steps-wrapper .step-block:nth-child(even) {
            flex-direction: column; } }
        .steps-section .steps-wrapper .step-block:nth-child(even) .left-side {
          margin-right: 0 !important;
          margin-left: 20px !important; }
          @media (max-width: 768px) {
            .steps-section .steps-wrapper .step-block:nth-child(even) .left-side {
              margin-left: 0 !important; } }
      .steps-section .steps-wrapper .step-block .left-side {
        margin-right: 20px;
        margin-left: 0; }
        @media (max-width: 768px) {
          .steps-section .steps-wrapper .step-block .left-side {
            margin-right: 0;
            margin-bottom: 40px;
            width: 100%; } }
        .steps-section .steps-wrapper .step-block .left-side img {
          max-width: 572px;
          width: 100%;
          object-fit: cover;
          max-height: 400px; }
          @media (max-width: 768px) {
            .steps-section .steps-wrapper .step-block .left-side img {
              margin: 0 auto;
              max-width: 100%; } }
          @media (max-width: 375px) {
            .steps-section .steps-wrapper .step-block .left-side img {
              max-height: 262px;
              max-width: 375px; } }
      .steps-section .steps-wrapper .step-block .right-side {
        max-width: 512px;
        width: 100%; }
        @media (max-width: 768px) {
          .steps-section .steps-wrapper .step-block .right-side {
            max-width: 100%; } }
        @media (max-width: 480px) {
          .steps-section .steps-wrapper .step-block .right-side {
            max-width: 335px;
            margin: 0 auto; } }
        .steps-section .steps-wrapper .step-block .right-side .sub_title {
          margin-bottom: 20px;
          font-size: 16px;
          font-weight: 300;
          line-height: 1.4; }
        .steps-section .steps-wrapper .step-block .right-side .title_of_slide {
          margin-bottom: 20px;
          font-size: 21px;
          font-weight: 500;
          line-height: 1.4; }
        .steps-section .steps-wrapper .step-block .right-side .description p {
          line-height: 1.4; }
          .steps-section .steps-wrapper .step-block .right-side .description p:last-child {
            margin-bottom: 0; }

.command-slider-section {
  margin: 100px 0; }
  .command-slider-section .swiper-button-wrapper {
    position: relative; }
    .command-slider-section .swiper-button-wrapper .swiper-command {
      max-width: 1284px;
      width: 100%;
      margin: 0 auto 40px auto; }
      .command-slider-section .swiper-button-wrapper .swiper-command .swiper-wrapper {
        max-width: 1164px;
        width: 100%;
        margin: 0 auto; }
        .command-slider-section .swiper-button-wrapper .swiper-command .swiper-wrapper .swiper-slide img {
          margin-bottom: 20px;
          max-width: 335px;
          width: 100%;
          object-fit: cover;
          height: 335px; }
        .command-slider-section .swiper-button-wrapper .swiper-command .swiper-wrapper .swiper-slide .name {
          margin-bottom: 10px;
          font-size: 21px;
          font-weight: 500;
          line-height: 1.4; }
        .command-slider-section .swiper-button-wrapper .swiper-command .swiper-wrapper .swiper-slide .description {
          color: #666;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.4; }
    .command-slider-section .swiper-button-wrapper .scrollbar-div {
      max-width: 454px;
      width: 100%;
      margin: 0 auto; }
      .command-slider-section .swiper-button-wrapper .scrollbar-div .swiper-scrollbar-command-slider {
        position: relative;
        height: 1px;
        border-radius: 0; }
        .command-slider-section .swiper-button-wrapper .scrollbar-div .swiper-scrollbar-command-slider .swiper-scrollbar-drag {
          height: 1px;
          border-radius: 0;
          background: #000000; }

.custom-information-card-texts-background {
  margin: 100px 0; }

.tpl-about-us .custom-information-card-texts-background .logo, .tpl-about-us .custom-information-card-texts-background .button-item {
  display: none; }
.tpl-about-us .information-card-texts-background .descriptionBlock {
  margin-bottom: 0 !important; }

.tpl-thank-you header {
  margin-bottom: 10px; }

.success-message-section .back-arrow {
  display: flex;
  align-items: center;
  margin-bottom: 21px; }
  @media (max-width: 576px) {
    .success-message-section .back-arrow {
      margin-bottom: 40px; } }
  .success-message-section .back-arrow svg {
    margin-right: 10px; }
.success-message-section .message-card {
  padding: 20px;
  border: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 379px;
  max-width: 690px;
  width: 100%;
  margin: 0 auto 100px auto; }
  @media (max-width: 576px) {
    .success-message-section .message-card {
      min-height: 299px; } }
  .success-message-section .message-card .message_success_message {
    max-width: 453px;
    width: 100%;
    margin: 0 auto; }
    .success-message-section .message-card .message_success_message h2 {
      font-weight: 300; }
      @media (max-width: 768px) {
        .success-message-section .message-card .message_success_message h2 {
          font-size: 20px; } }
  .success-message-section .message-card .social-links-wrapper {
    max-width: 453px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .success-message-section .message-card .social-links-wrapper .social-link {
      margin-right: 20px;
      display: block;
      margin-bottom: 20px; }
      .success-message-section .message-card .social-links-wrapper .social-link:last-child {
        margin-right: 0; }
      .success-message-section .message-card .social-links-wrapper .social-link img, .success-message-section .message-card .social-links-wrapper .social-link svg {
        width: 40px;
        height: 40px;
        object-fit: contain;
        transition: .3s all ease; }
        .success-message-section .message-card .social-links-wrapper .social-link img path, .success-message-section .message-card .social-links-wrapper .social-link svg path {
          transition: .3s all ease; }
        .success-message-section .message-card .social-links-wrapper .social-link img rect, .success-message-section .message-card .social-links-wrapper .social-link svg rect {
          transition: .3s all ease; }
      .success-message-section .message-card .social-links-wrapper .social-link:hover svg path {
        fill: #000000; }
      .success-message-section .message-card .social-links-wrapper .social-link:first-child:hover rect {
        fill: #000000; }
      .success-message-section .message-card .social-links-wrapper .social-link:first-child:hover path {
        fill: #ffffff; }
  .success-message-section .message-card .subtitle_success_message {
    max-width: 453px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6; }

.woocommerce-mini-cart-item .title-product:before {
  display: none !important; }

.single-product .last-reviewed-product-section .products-wrapper {
  overflow-x: auto;
  max-width: 1390px;
  width: 100% !important;
  margin: 0 !important; }

@media (max-width: 576px) {
  body.safari.mini-cart-open:before {
    background: #fff; }
  body.safari .mini-cart-header {
    height: calc(var(--vh, 1vh) * 100); } }

@media screen and (max-width: 576px) {
  body.safari .mini-cart-header .price-button-wrap {
    position: fixed;
    bottom: 0;
    width: 100%; } }
@media screen and (max-width: 576px) {
  .mini-cart-header {
    padding-bottom: 0 !important; } }
.single-product #wrap, .single-product .top-content {
  overflow: unset; }
@media screen and (min-width: 1025px) {
  .single-product .sticky-wrap {
    position: sticky;
    top: 72px; } }

.pictures-of-entire-fashion-looks {
  background: #E5E5E5;
  padding: 100px 0;
  margin: 100px 0; }
  @media (max-width: 1140px) {
    .pictures-of-entire-fashion-looks {
      padding: 80px 0; } }
  @media (max-width: 900px) {
    .pictures-of-entire-fashion-looks {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .pictures-of-entire-fashion-looks {
      padding: 80px 0 60px; } }
  .pictures-of-entire-fashion-looks .wrapper {
    max-width: 1163px;
    width: 96%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .pictures-of-entire-fashion-looks .wrapper {
        width: 100%; } }
    .pictures-of-entire-fashion-looks .wrapper .title-section {
      text-align: center; }
    .pictures-of-entire-fashion-looks .wrapper .content-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .pictures-of-entire-fashion-looks .wrapper .content-wrap {
          flex-direction: column; } }
      .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap {
        margin-right: 60px;
        max-width: 572px;
        flex: 1; }
        @media (max-width: 767px) {
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap {
            max-width: 100%;
            margin-right: 0; } }
        .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap image {
          object-fit: contain; }
@keyframes pulseBullets {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
        .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap .bullets-wrap .bullet {
          cursor: pointer; }
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap .bullets-wrap .bullet svg {
            border-radius: 50%;
            transition: .3s all ease; }
            @media (max-width: 1024px) {
              .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap .bullets-wrap .bullet svg {
                width: 70px;
                height: 70px; } }
            @media (max-width: 767px) {
              .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap .bullets-wrap .bullet svg {
                width: 60px;
                height: 60px; } }
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap .bullets-wrap .bullet svg > circle {
              transition: .3s all ease; }
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap .bullets-wrap .bullet.active svg {
            animation: 2s pulseBullets infinite;
            background: #fff; }
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap .bullets-wrap .bullet.active svg > circle.second {
              fill: #000; }
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .image-wrap .bullets-wrap .bullet.active svg > circle.third {
              fill: #fff; }
      .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content {
        position: relative;
        flex: 1;
        max-width: 453px; }
        @media (max-width: 1024px) {
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content {
            max-width: 400px; } }
        @media (max-width: 900px) {
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content {
            max-width: 350px; } }
        @media (max-width: 767px) {
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content {
            max-width: 100%; } }
        .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper {
          margin: 0; }
          @media (max-width: 767px) {
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper {
              margin: 4px 4px 0;
              padding-bottom: 60px; } }
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper .swiper-wrapper .swiper-slide {
            min-height: 693px; }
            @media (max-width: 1140px) {
              .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper .swiper-wrapper .swiper-slide {
                min-height: unset; } }
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper .swiper-wrapper .swiper-slide .product-card {
              margin-bottom: 0 !important; }
              .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper .swiper-wrapper .swiper-slide .product-card .image-product .gallery {
                height: 622px !important; }
                @media (max-width: 1140px) {
                  .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper .swiper-wrapper .swiper-slide .product-card .image-product .gallery {
                    height: 600px !important; } }
                @media (max-width: 1024px) {
                  .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper .swiper-wrapper .swiper-slide .product-card .image-product .gallery {
                    height: 500px !important; } }
                @media (max-width: 900px) {
                  .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper .swiper-wrapper .swiper-slide .product-card .image-product .gallery {
                    height: 450px !important; } }
                @media (max-width: 767px) {
                  .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper .swiper-wrapper .swiper-slide .product-card .image-product .gallery {
                    height: 502px !important; } }
        .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev,
        .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next {
          width: 40px;
          height: 40px; }
          @media (max-width: 576px) {
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev,
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next {
              top: unset;
              bottom: 0; } }
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev:after,
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next:after {
            content: '';
            width: 40px;
            height: 40px; }
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev.desktop,
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next.desktop {
            display: none; }
        .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev {
          background-image: url("../img/el14.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          @media (max-width: 576px) {
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev {
              background-image: url("../img/el15.svg");
              left: calc(50% - 77px); } }
        .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next {
          background-image: url("../img/el16.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          @media (max-width: 576px) {
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next {
              background-image: url("../img/el17.svg");
              right: calc(50% - 77px); } }
        @media screen and (min-width: 1280px) {
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev, .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next {
            width: 40px;
            height: 40px; }
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev:after, .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next:after {
              content: '';
              width: 40px;
              height: 40px; }
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev.desktop, .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next.desktop {
              display: flex; }
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next {
            right: -60px; }
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-next:after {
              background-image: url("../img/el18.svg");
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat; }
          .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev {
            left: -60px; }
            .pictures-of-entire-fashion-looks .wrapper .content-wrap .right-content .swiper-button-prev:after {
              background-image: url("../img/el19.svg");
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover; } }

body.search-open {
  overflow: hidden; }
  @media screen and (min-width: 1141px) {
    body.search-open {
      margin-right: 13px; } }

body.home .search-dropdown .top-content .logo-search-dropdown {
  pointer-events: none; }

.search-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 312px;
  transform: translateY(-101%);
  transition: .3s transform ease;
  background: #fff;
  z-index: 100; }
  .search-dropdown.open {
    transform: translateY(0); }
    @media screen and (min-width: 1141px) {
      .search-dropdown.open {
        padding-right: 13px; } }
  @media (max-width: 1024px) {
    .search-dropdown .row1320 {
      max-width: 89.5% !important; } }
  .search-dropdown .top-content-search-dropdown {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #CCC;
    position: relative; }
    @media (max-width: 576px) {
      .search-dropdown .top-content-search-dropdown {
        border: none; } }
    .search-dropdown .top-content-search-dropdown .logo-search-dropdown {
      display: inline-block;
      line-height: 1; }
      .search-dropdown .top-content-search-dropdown .logo-search-dropdown svg {
        vertical-align: middle;
        max-width: 141px;
        max-height: 30px; }
        @media (max-width: 576px) {
          .search-dropdown .top-content-search-dropdown .logo-search-dropdown svg {
            max-width: 94px;
            max-height: 20px; } }
        .search-dropdown .top-content-search-dropdown .logo-search-dropdown svg path {
          transition: .3s all ease;
          fill: #000000; }
    .search-dropdown .top-content-search-dropdown .close-search-dropdown {
      position: absolute;
      top: 50%;
      right: 0;
      width: 40px;
      height: 40px;
      cursor: pointer;
      transform: translateY(-50%); }
      .search-dropdown .top-content-search-dropdown .close-search-dropdown svg {
        transition: .3s all ease; }
      .search-dropdown .top-content-search-dropdown .close-search-dropdown:hover svg {
        background: #F2F2F2; }
  .search-dropdown .bottom-content-search-dropdown {
    position: relative;
    padding: 30px 0 60px; }
    @media (max-width: 576px) {
      .search-dropdown .bottom-content-search-dropdown {
        padding: 40px 0 60px; } }
    .search-dropdown .bottom-content-search-dropdown .search-container {
      position: relative;
      max-width: 571px;
      margin: 0 auto; }
      .search-dropdown .bottom-content-search-dropdown .search-container .reset-input {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: none; }
        .search-dropdown .bottom-content-search-dropdown .search-container .reset-input svg circle {
          transition: .3s all ease; }
        .search-dropdown .bottom-content-search-dropdown .search-container .reset-input:hover svg circle {
          fill: #F2F2F2; }
      .search-dropdown .bottom-content-search-dropdown .search-container #product-search-input {
        border: 1px solid #666;
        padding: 9px 20px;
        color: #000;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        border-radius: 0; }
        .search-dropdown .bottom-content-search-dropdown .search-container #product-search-input:focus::placeholder {
          color: transparent; }
        .search-dropdown .bottom-content-search-dropdown .search-container #product-search-input:hover, .search-dropdown .bottom-content-search-dropdown .search-container #product-search-input:focus {
          border-color: #000; }
        .search-dropdown .bottom-content-search-dropdown .search-container #product-search-input::placeholder {
          color: #666;
          font-family: 'Inter';
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 140%; }
      .search-dropdown .bottom-content-search-dropdown .search-container #search-results {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        max-height: 122px;
        overflow: hidden; }
        .search-dropdown .bottom-content-search-dropdown .search-container #search-results ul {
          border: 1px solid #E5E5E5;
          border-top: none;
          background: #FFF;
          margin: 0;
          padding: 0;
          list-style: none;
          max-height: 122px;
          overflow: hidden; }
          .search-dropdown .bottom-content-search-dropdown .search-container #search-results ul li {
            line-height: 1;
            padding: 8px 20px;
            transition: .3s all ease; }
            .search-dropdown .bottom-content-search-dropdown .search-container #search-results ul li:hover {
              background: #F2F2F2; }
            .search-dropdown .bottom-content-search-dropdown .search-container #search-results ul li:first-child {
              padding-top: 10px; }
            .search-dropdown .bottom-content-search-dropdown .search-container #search-results ul li:last-child {
              padding-bottom: 10px; }
            .search-dropdown .bottom-content-search-dropdown .search-container #search-results ul li.empty {
              pointer-events: none; }
            .search-dropdown .bottom-content-search-dropdown .search-container #search-results ul li a {
              display: block;
              color: #000;
              font-family: 'Inter';
              font-size: 16px;
              font-style: normal;
              font-weight: 300;
              line-height: 140%; }
    .search-dropdown .bottom-content-search-dropdown .searched-wrap {
      margin-top: 40px; }
      .search-dropdown .bottom-content-search-dropdown .searched-wrap .title-searched-list {
        color: #000;
        text-align: center;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        margin-bottom: 20px; }
      .search-dropdown .bottom-content-search-dropdown .searched-wrap .searched-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 0;
        margin: 0;
        list-style: none; }
        .search-dropdown .bottom-content-search-dropdown .searched-wrap .searched-list .searched-item {
          cursor: pointer;
          color: #000;
          font-family: 'Inter';
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0.64px;
          text-transform: uppercase;
          border: 1px solid #000;
          padding: 11px 20px;
          margin-right: 10px; }
          .search-dropdown .bottom-content-search-dropdown .searched-wrap .searched-list .searched-item:last-child {
            margin-right: 0; }

@media screen and (min-width: 767px) {
  .woocommerce-checkout header.header-white .header-wrapper .left-content {
    opacity: 0;
    z-index: -1;
    visibility: hidden; } }
.woocommerce-checkout header.header-white .header-wrapper .right-content .number-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .woocommerce-checkout header.header-white .header-wrapper .right-content .number-wrap {
      display: none; } }
  .woocommerce-checkout header.header-white .header-wrapper .right-content .number-wrap svg {
    vertical-align: middle; }
  .woocommerce-checkout header.header-white .header-wrapper .right-content .number-wrap .number {
    color: #000;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    margin-left: 10px; }
    @media (max-width: 1024px) {
      .woocommerce-checkout header.header-white .header-wrapper .right-content .number-wrap .number {
        display: none; } }
@media screen and (min-width: 767px) {
  .woocommerce-checkout header.header-white .header-wrapper .right-content .button-basket {
    display: none; } }
.woocommerce-checkout .row690 {
  width: 1164px;
  max-width: 98%;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .woocommerce-checkout .row690 {
      max-width: 98%; } }
.woocommerce-checkout .back-to-shop {
  color: #000;
  font-family: 'Inter';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0; }
  @media (max-width: 767px) {
    .woocommerce-checkout .back-to-shop {
      color: #666;
      margin: 20px 0 40px; } }
  .woocommerce-checkout .back-to-shop span {
    margin-right: 10px; }
.woocommerce-checkout .random-product-section .products-section .row1400 {
  max-width: 100%; }
.woocommerce-checkout .random-product-section .random-products-list {
  flex-wrap: nowrap;
  margin: 0; }
  .woocommerce-checkout .random-product-section .random-products-list .mCustomScrollBox {
    margin: 0;
    width: 100% !important; }
  .woocommerce-checkout .random-product-section .random-products-list .mCSB_container {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start; }
  .woocommerce-checkout .random-product-section .random-products-list .product-card {
    width: 100% !important;
    min-width: 230px;
    max-width: 230px;
    margin: 0 2px 40px 2px !important; }
    @media (max-width: 425px) {
      .woocommerce-checkout .random-product-section .random-products-list .product-card {
        min-width: 112px;
        max-width: 112px; } }
    .woocommerce-checkout .random-product-section .random-products-list .product-card:first-child {
      margin-left: 4px; }
    .woocommerce-checkout .random-product-section .random-products-list .product-card .gallery {
      height: 303px; }
      @media (max-width: 425px) {
        .woocommerce-checkout .random-product-section .random-products-list .product-card .gallery {
          height: 146px; } }
    .woocommerce-checkout .random-product-section .random-products-list .product-card .amount {
      font-size: 16px; }
    .woocommerce-checkout .random-product-section .random-products-list .product-card .old-price {
      font-size: 13px; }
    @media (max-width: 1140px) {
      .woocommerce-checkout .random-product-section .random-products-list .product-card .amount-color-wrapper {
        flex-direction: column;
        align-items: flex-start; } }
    .woocommerce-checkout .random-product-section .random-products-list .product-card .amount-color-wrapper .colors-wrapper {
      margin-left: 0 !important; }
      @media (max-width: 1140px) {
        .woocommerce-checkout .random-product-section .random-products-list .product-card .amount-color-wrapper .colors-wrapper {
          flex-direction: row-reverse; } }
    @media (max-width: 576px) {
      .woocommerce-checkout .random-product-section .random-products-list .product-card .product-info, .woocommerce-checkout .random-product-section .random-products-list .product-card .label-info, .woocommerce-checkout .random-product-section .random-products-list .product-card .save-icon, .woocommerce-checkout .random-product-section .random-products-list .product-card .add-to-cart, .woocommerce-checkout .random-product-section .random-products-list .product-card .hover-trigger, .woocommerce-checkout .random-product-section .random-products-list .product-card .gallery-pagination {
        display: none; } }
@media (max-width: 576px) {
  .woocommerce-checkout .random-product-section .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -7px; } }
.woocommerce-checkout .random-product-section .mCSB_draggerContainer {
  max-width: 454px;
  margin: 0 auto;
  height: 1px !important; }
  @media (max-width: 576px) {
    .woocommerce-checkout .random-product-section .mCSB_draggerContainer {
      max-width: 246px; } }
.woocommerce-checkout .random-product-section .mCSB_draggerRail {
  height: 1px !important; }
.woocommerce-checkout .random-product-section .mCSB_dragger_bar {
  top: 1px;
  height: 1px !important; }
.woocommerce-checkout .wholesale_purchase_card .card {
  padding: 59px 20px; }
  @media (max-width: 576px) {
    .woocommerce-checkout .wholesale_purchase_card .card {
      padding: 38.5px 20px; } }
  .woocommerce-checkout .wholesale_purchase_card .card .text_above_title_wholesale_purchase_card {
    margin-bottom: 12px !important; }

.woocommerce .checkout-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .woocommerce .checkout-wrapper {
      flex-direction: column-reverse;
      align-items: center; } }
  .woocommerce .checkout-wrapper .left-content {
    max-width: 517px;
    width: 100%;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .woocommerce .checkout-wrapper .left-content {
        max-width: 100%;
        margin-right: 0;
        padding-top: 60px;
        border-top: 1px solid #E5E5E5; } }
    .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item {
      padding: 20px 0;
      border-bottom: 1px solid #E5E5E5; }
      .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item:first-child {
        padding-top: 0; }
      .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap {
        display: flex; }
        .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .left-content {
          margin-right: 20px;
          border: none;
          padding-top: 0;
          width: auto; }
          @media (max-width: 1024px) {
            .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .left-content .image {
              max-width: 150px; } }
          @media (max-width: 576px) {
            .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .left-content .image {
              max-width: 91px; } }
          .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .left-content .image img {
            max-width: 230px;
            height: 303px;
            object-fit: cover; }
            @media (max-width: 1024px) {
              .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .left-content .image img {
                max-width: 150px;
                height: 200px; } }
            @media (max-width: 576px) {
              .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .left-content .image img {
                max-width: 91px;
                height: 118px; } }
        .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content {
          width: 100%; }
          .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .product-name {
            display: inline-block;
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
            margin-bottom: 10px; }
            .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .product-name .title-product {
              position: relative; }
          .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .description-wrap {
            margin-bottom: 20px; }
            .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .description-wrap .description-item {
              color: #000;
              font-size: 13px;
              font-style: normal;
              font-weight: 300;
              line-height: 160%;
              margin-bottom: 4px; }
              .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .description-wrap .description-item:last-child {
                margin-bottom: 0; }
              .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .description-wrap .description-item strong {
                font-weight: 500; }
          .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .price-wrap .amount-div {
            display: flex;
            align-items: center;
            justify-content: flex-start; }
            .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .price-wrap .amount-div .amount span, .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .price-wrap .amount-div .amount bdi {
              color: #000;
              font-size: 21px;
              font-style: normal;
              font-weight: 500;
              line-height: 140%; }
            .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .price-wrap .amount-div .old-price > span {
              margin-left: 10px; }
            .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .price-wrap .amount-div .old-price span, .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .image-title-wrap .right-content .price-wrap .amount-div .old-price bdi {
              color: #999;
              font-size: 13px;
              font-weight: 300;
              line-height: 1.6;
              text-decoration-line: line-through; }
      .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .share-card {
        margin-top: 10px;
        min-height: 62px;
        background: rgba(235, 87, 87, 0.1);
        padding: 10px;
        display: flex;
        align-items: center; }
        .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .share-card svg {
          margin-right: 10px; }
        .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .share-card dd p {
          margin-bottom: 0;
          font-size: 13px;
          font-weight: 300;
          line-height: 1.6; }
        .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .share-card dt {
          display: inline-block;
          font-size: 13px;
          line-height: 1.6;
          margin-right: 10px;
          font-weight: 500;
          position: relative; }
          .woocommerce .checkout-wrapper .left-content .woocommerce-checkout-item .share-card dt:before {
            position: absolute;
            right: 0.7px;
            left: auto;
            top: 0;
            width: 3px;
            height: 100%;
            content: ":";
            color: #fdeeee; }
  .woocommerce .checkout-wrapper .right-content.form {
    max-width: 572px;
    width: 100%;
    padding: 40px 98px 60px;
    border: 1px solid #E5E5E5;
    background: #FFF; }
    @media (max-width: 1140px) {
      .woocommerce .checkout-wrapper .right-content.form {
        padding: 40px 60px 60px; } }
    @media (max-width: 1024px) {
      .woocommerce .checkout-wrapper .right-content.form {
        padding: 40px; } }
    @media (max-width: 850px) {
      .woocommerce .checkout-wrapper .right-content.form {
        padding: 20px; } }
    @media (max-width: 767px) {
      .woocommerce .checkout-wrapper .right-content.form {
        max-width: 100%;
        padding: 20px 0 60px;
        border: none; } }
    .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 {
      float: unset;
      width: 100%; }
      .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap {
        margin-bottom: 40px; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .total-cost {
          border-bottom: 1px solid #E5E5E5;
          max-width: max-content;
          margin: 0 auto 20px;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          padding-bottom: 10px; }
          @media (max-width: 767px) {
            .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .total-cost {
              flex-direction: column;
              align-items: center; } }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .total-cost .total-text {
            color: #000;
            font-size: 13px;
            font-style: normal;
            font-weight: 300;
            line-height: 160%;
            margin-right: 10px; }
            @media (max-width: 767px) {
              .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .total-cost .total-text {
                margin-right: 0;
                margin-bottom: 10px; } }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .total-cost .total-cost-price {
            display: flex;
            align-items: center;
            justify-content: flex-start; }
            .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .total-cost .total-cost-price .total {
              color: #000;
              font-size: 21px;
              font-style: normal;
              font-weight: 500;
              line-height: 140%; }
            .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .total-cost .total-cost-price .original-total {
              color: #999;
              font-size: 13px;
              font-style: normal;
              font-weight: 300;
              line-height: 160%;
              margin-left: 10px;
              text-decoration-line: line-through; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .short-description {
          text-align: center; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .short-description span {
            color: #000;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%; }
            .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .total-wrap .short-description span i {
              font-weight: 500; }
      .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
        padding: 0;
        margin-bottom: 20px; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
          padding: 9px 20px;
          border: 1px solid #999;
          color: #000;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 140%;
          border-radius: 0; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:hover {
            border-color: #000; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus-visible {
            outline: none; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder {
            color: #666;
            font-weight: 300; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container.select2-container--open .select2-selection__arrow:before {
          transform: scaleY(-1); }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container.select2-container--open .select2-selection__rendered {
          border-color: #000 !important; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container:focus-visible {
          outline: none; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection:focus-visible {
          outline: none; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection {
          border: none;
          border-radius: 0;
          height: auto; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection:focus-visible {
            outline: none; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered {
            padding: 9px 20px;
            border: 1px solid #999;
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%; }
            .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered:focus-visible {
              outline: none; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__arrow {
            height: 40px;
            width: 40px; }
            .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__arrow:before {
              position: absolute;
              content: '';
              top: 0;
              left: 0;
              width: 40px;
              height: 40px;
              background-image: url("../img/el20.svg");
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              transition: .3s all ease; }
            .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__arrow b {
              display: none; }
    .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 {
      float: unset;
      width: 100%; }
      .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
        padding: 0;
        margin-bottom: 20px; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
          padding: 9px 20px;
          border: 1px solid #999;
          color: #000;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 140%;
          min-height: 84px;
          height: auto;
          overflow-y: hidden;
          transition: .3s border-color ease;
          resize: unset;
          border-radius: 0; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper input:hover, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea:hover {
            border-color: #000; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus-visible, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea:focus, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea:focus-visible {
            outline: none; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder, .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea::placeholder {
            color: #666;
            font-weight: 300; }
    .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
      background: transparent !important;
      border-radius: 0 !important; }
      .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
        display: none; }
      .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
        padding: 0 !important;
        margin: 0; }
        .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button.alt {
          float: unset !important;
          width: 100% !important;
          background: #000000 !important;
          color: #ffffff !important;
          padding: 11px 19px !important;
          font-size: 16px !important;
          letter-spacing: 0.64px;
          font-weight: 400 !important;
          text-transform: uppercase;
          border: 1px solid #000000 !important;
          transition: .3s all ease;
          max-width: 100%;
          border-radius: 0 !important;
          margin: 0 !important; }
          .woocommerce .checkout-wrapper .right-content.form .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button.alt:hover {
            background: #ffffff !important;
            color: #000000 !important; }

.select2-container--open .select2-dropdown {
  border-color: #000;
  border-radius: 0;
  top: 4px; }
  .select2-container--open .select2-dropdown .select2-search {
    display: none; }
  .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 9px 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; }
    .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[data-selected=true], .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
      background-color: #F2F2F2; }

.woocommerce-cart .content {
  margin: 40px 0;
  border: 1px solid #E5E5E5;
  padding: 60px; }
  @media (max-width: 767px) {
    .woocommerce-cart .content {
      padding: 60px 20px; } }
  .woocommerce-cart .content .woocommerce .woocommerce-info {
    margin: 0;
    padding: 0 0 20px; }
  .woocommerce-cart .content .woocommerce .return-to-shop {
    text-align: center;
    margin: 0; }
    .woocommerce-cart .content .woocommerce .return-to-shop a {
      float: unset !important;
      background: #000000 !important;
      color: #ffffff !important;
      padding: 11px 19px !important;
      font-size: 16px !important;
      letter-spacing: 0.64px;
      border: 1px solid #000000 !important;
      transition: .3s all ease;
      border-radius: 0 !important;
      margin: 0 !important; }
      .woocommerce-cart .content .woocommerce .return-to-shop a:hover {
        background: #ffffff !important;
        color: #000000 !important; }

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

// style discount banner

.bulk-discount-info {
    margin-top: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #fff0f6, #ffe6f0);
    border-left: 4px solid #ff4d88;
    border-radius: 10px;
}

.bulk-discount-title {
    font-weight: 600;
    margin-bottom: 6px;
    color: #b3004d;
}

.bulk-discount-list {
    margin: 0;
    padding-left: 18px;
}

.bulk-discount-list li {
    margin-bottom: 4px;
    font-size: 14px;
    color: #333;
}
