a.b-load-more-btn {
    color: black;
    text-decoration: none;
}

.b-load-more-btn_loading .b-more-btn__icon{
    animation-name: more-btn-icon-animation;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes more-btn-icon-animation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.b-order-form .wpcf7-not-valid-tip,
.b-write-us-form .wpcf7-not-valid-tip,
.b-simple-form .wpcf7-not-valid-tip {
    position: relative;
    top: -10px;
}
.b-order-form p,
.b-write-us-form p,
.b-simple-form p {
    margin-bottom: 0;
}
.b-order-form div.wpcf7-validation-errors,
.b-write-us-form div.wpcf7-validation-errors,
.b-simple-form div.wpcf7-validation-errors {
    border-color: #d35946;
}
.b-order-form div.wpcf7-response-output,
.b-write-us-form div.wpcf7-response-output,
.b-simple-form div.wpcf7-response-output {
    margin-top: 0;
}




.b-horz-nav__list li span, ul.b-horz-nav li span {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}
.b-mobile-nav li span, ul.b-mobile-nav li span {
    display: block;
    text-align: center;
    padding: 25px 15px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}



.b-product-preview__title {
    padding: 5px 10px;
}
.b-price {
    padding: 13px 15px;
}


/* Related products */
.b-single-product__related_product {
    margin-top: 50px;
}

.b-related-products {
    display: block;
}
.b-related-products__title {
    display: block;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
    font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
    text-align: center;
}
.b-related-products__body {
}
.b-related-products .slick-dots {
    bottom: -45px;
}



.b-single-page__title-wrap {
    margin-bottom: 50px;
}
.b-single-page__color-list {
    margin-bottom: 50px;
}


.b-color-card, a.b-color-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100px;
    max-width: 130px;
    border-radius: 10px;
    box-shadow: 0 5px 15px #00000026;
    transition: all 0.5s ease 0s;
    color: #000;
    text-decoration: none;
  }
  @media (max-width: 700px) {
    .b-color-card, a.b-color-card {
        min-width: 70px;
        max-width: 100px;
      }
  }
  @media (max-width: 510px) {
    .b-color-card, a.b-color-card {
        min-width: 70px;
        max-width: 80px;
      }
  }
  .b-color-card:hover {
    cursor: not-allowed;
    box-shadow: 0 5px 20px #00000057;
  }
  a.b-color-card:hover {
    cursor: pointer;
  }
  .b-color-card__img {
    display: block;
    width: 100%;
    height: 100px;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
  }
  @media (max-width: 510px) {
    .b-color-card__img {
      height: 50px;
    }
  }
  .b-color-card__title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0;
  }
  @media (max-width: 510px) {
    .b-color-card__title {
      font-weight: normal;
      font-size: 12px;
    }
  }
  
  
  
  .b-colors-list {
      display: block;
  }
  .b-colors-list__wrp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .b-colors-list__wrp {
      justify-content: center;
    }
  }
  .b-colors-list__title {
    display: block;
    font-weight: bold;
    margin: 15px;
  }
  @media (max-width: 1200px) {
    .b-colors-list__title {
        text-align: center;
    }
  }
  .b-colors-list__color {
    margin: 10px;
  }

  .b-separator {
    display: block;
    height: 1px;
    margin-top: -50px;
    background: #ffdbb1;
  }


.wpm-language-switcher, ul.wpm-language-switcher {
    margin: 0 !important;
    display: block !important;
}

.wpm-language-switcher li {
    display: inline-block !important;
}