.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.color.swatch-element label {
    min-width: 35px;
    min-height: 35px;
}

.swatch .color .crossed-out {
    width: 20px;
    height: 20px;
}

.slide-checkout-buttons {
    margin: 5px 30px;
}

.btn.sole-protection-switch {
    margin-bottom: 10px;
    margin-top: 10px;
}

.thumbs-direction-nav .thumbs-direction-nav--prev.swiper-button-disabled,
.thumbs-direction-nav .thumbs-direction-nav--next.swiper-button-disabled {
    display: none;
}

::part(acsb-trigger) {
    width: 60px;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 4px 0px;
}

@media screen and (max-width: 767px) {
    .ajax-cart--bottom-wrapper,
    .ajax-cart--bottom-wrapper .cart-total-price,
    .ajax-cart--bottom-wrapper h6 {
        font-size: 85%;
    }

    .ajax-cart--bottom-wrapper .sole-protection-switch {
        font-size: 80%!important;
        padding: 8px 30px;
    }

    .ajax-cart--bottom-wrapper .cart--shipping-message {
        margin-bottom: 5px;
    }

    .cart-items {
        padding: 15px;
    }
}

#chat-button {
    left: 0px !important;
    bottom: 12px !important;
}

#chat-window {
    left: 0px !important;
}

#cartSlideoutWrapper .idme {
    display: none !important;
}

.testimonial-text {
    max-width: 50%;
    margin: 0 auto;
}

.order-discount--item,
.cart-item-price-original {
    display: none !important;
}

/* Sole Protection Modal */

.sole-protection-logo-modal {
  text-align: center;
  margin: 0 auto 20px auto;
  max-width: 60px;
}
.sole-protection-learn-modal__inner {
  background-color: #ffffff;
  border: 1px solid #707070;
  max-width: 480px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 60px 15px 55px;
  box-shadow: 0px 0px 15px #00000079;
  border-radius: 7px;
}
.sole-protection-modal-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 19px;
  color: #0f0f0f;
}
.sole-protection-modal-subtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.sole-protection-modal-content {
  max-height: 450px;
  overflow: scroll;
  padding: 20px 15px 0 15px;
  margin: 0 15px;
}
.sole-protection-modal-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin-bottom: 20px;
}
.sole-protection-modal-content strong {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  color: #0f0f0f;
}
.sole-protection-modal-close {
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 1;
  font-size: 25px;
  color: #676667;
  cursor: pointer;
}
.sole-protection-modal-footer {
  padding-top: 30px;
}
.sole-protection-modal-footer ul li {
  display: inline;
}
.sole-protection-modal-footer ul {
  text-align: center;
}
.sole-protection-modal-footer ul li a {
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  color: #808080;
  margin-right: 30px;
}
.sole-protection-modal-close.close-icon-black:before {
  content: "X";
  width: 25px;
}
@media only screen and (max-width: 992px) {
  .sole-protection-modal-content {
    max-height: 300px;
  }
}

/* Footer Form */
.footer-form input {
    height: 40px;
    background: 0 0;
    border: 1px solid grey;
    padding-left: 10px;
    margin-right: 10px;
    color: #fff;
  }
  .footer-form input::placeholder {
    color: #fff;
  }
  .footer-form button {
    padding: 11px 10px;
    background: #fff;
    border-radius: 0;
    border: 0 #000;
    color: #1a1a1a;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    white-space: normal;
    text-align: center;
    word-break: break-word;
    cursor: pointer;
  }
  .footer-form button:hover {
    background-color: rgba(250, 250, 250, 0.8);
    color: #1a1a1a;
  }
  .shopify-policy__container{
    padding-bottom: 60px;
  }