@media (max-width: 768px) {
    #product-view-add-to-cart .px-1 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
@media (max-width: 768px) {

    #product-view-add-to-cart .px-1 {
        font-size: 15px !important;
    }

    .btn-buy-now span {
        font-size: 15px !important;
    }

}
@media (max-width: 768px) {

    .input-group {
        width: fit-content !important;
        margin: 0 auto !important;
    }

}
@media only screen and (max-width: 767px) {
  .js-product .swiper-slide-image {
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
    height: 120%;
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ti-zoom-pan {
    display: none !important;
  }
}
.ti-plus {
  display: inline-block;
  color: #965aa2;
  animation: smartRotate 3s ease-in-out infinite;
}

@keyframes smartRotate {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {

    .js-product {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 630px;
    }

    .js-product .swiper-slide-image {
        position: absolute;
        left: 0%;
        top: -10%;
        width: 100%;
        height: 120%;
        z-index: 0;
    }

    .ti-zoom-pan:before {
        content: "\f1de";
        display: none;
    }

}