.img-custom {
    transition: all .2s ease-in-out;
}

.autocomplete {
    /* display: block; */
    top: 100%;
    z-index: 9999;
    margin-top: 5px;
  }

.img-custom:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.05);
}

.responsive-img-grid {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.responsive-img {
    width: 400px;
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-next {
    right: 22px;
}

.swiper-button-prev {
    left: 22px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  padding: 27px;
  border-radius: 100%;
  /* border: 1px solid black; */
  box-shadow: 2px 2px 10px #a1a1a1;
  color: #283747;;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-color: #283747;;
}

.swiper-button-disabled{
    display:none;   
}

.input-hide-arrow::-webkit-outer-spin-button,
.input-hide-arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.input-hide-arrow[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    z-index: 2;
    /* right: 20px; */
    left: calc(50% + 650px);
    transform: translateX( -100% );
    display: none;
    line-height: 1;
}

.animate {
    animation: cringe-animate 3s infinite;
}

@keyframes cringe-animate
{
    0% {
        /* letter-spacing: normal; */
        
    }
    50% {
        /* letter-spacing: .3px; */
        background: #8b0801;
        border-color: #8b0801;
    }
    100% {
        /* letter-spacing: normal; */
    }
}

@media (max-width: 1400px) {
    #btn-back-to-top {
      left: calc(50% + 560px);
    }
}
  
@media (max-width: 1200px) {
    #btn-back-to-top {
      left: calc(50% + 470px);
    }
}
  
@media (max-width: 992px) {
    #btn-back-to-top {
      left: calc(50% + 350px);
    }
}
  
@media (max-width: 768px) {
    #btn-back-to-top {
      left: calc(50% + 260px);
    }
    .max-width-720 {
      max-width: 520px;
      margin: 0 auto;
    }
}
  
@media (max-width: 576px) {
    #btn-back-to-top {
      left: unset;
      right: 20px;
      transform: unset;
    }
}
  

/*  */

@media (min-width: 767px) {
    .dots {
        display: flex;
    }
    .dots::after {
        white-space: nowrap;
        overflow: hidden;
        direction: rtl;
        content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
    }
}

#pagination li.active>a{
    background:#6c757d !important;
    border-color:#6c757d !important;
    color: white;
}
#pagination li>a{
    color: #374151;
}

.responsive-img {
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

@media all and (max-width: 1399px) {
    .responsive-img {
        width: 350px;
        height: 350px;
    }
}
@media all and (max-width: 1199px) {
    .responsive-img {
        width: 300px;
        height: 300px;
    }
}
@media all and (max-width: 991px) {
    .responsive-img {
        width: 350px;
        height: 350px;
    }

    .image-size {
        height: 200px;
    }

    .slider-image-height {
        height: 300px;
    }
}
@media all and (max-width: 767px) {
    .mob-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .responsive-img {
        width: 250px;
        height: 250px;
    }

    .slider-image-height {
        height: 250px;
    }
}
@media all and (max-width: 575px) {
    .responsive-img {
        max-width: 600px;
        max-height: 600px;
        width: 100%;
        height: 100%;
    }

    .product-image-slider {
        height: 250px;
        -o-object-fit: contain;
            object-fit: contain;
    }
}
  