/* new style */
.anywhere-carousel-category .category-item,
.anywhere-carousel.sub-category .anywhere-carousel-item {
  width: 100%;
}

.anywhere-carousel-category .category-item .category-slider__image, 
.anywhere-carousel.sub-category .anywhere-carousel-item .category-slider__image{
  width: 100%;
}

.anywhere-carousel-category .category-item .category-slider__image a,
.anywhere-carousel.sub-category .anywhere-carousel-item .category-slider__image a {
  width: 100%;
}

.anywhere-carousel-category .category-item .category-slider__image a img,
.anywhere-carousel.sub-category .anywhere-carousel-item .category-slider__image a img {
  width: 100%;
  object-fit: cover;
}

/*.products-swiper .swiper-pagination,
.sub-category-swiper .swiper-pagination,
.category-swiper .swiper-pagination {
  position: static;
  margin-top: 16px;
}*/

.swiper .swiper-slide .item-box {
  width: 100%;
  margin: 0;
}

/*.anywhere-carousel .swiper {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}*/
 
.products-carousel .anywhere-carousel-container .left-container {
  position: relative;
}

.products-carousel .anywhere-carousel-container .carousel-banner-box .banner-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.products-carousel .anywhere-carousel-container .carousel-banner-box .banner-link .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.carousel-banner-box .banner-desktop {
  display: none;
}

.carousel-banner-box .banner-mobile {
  display: block;
}

.discounted-product-carousel .left-container .carousel-banner-box {
  height: 100%;
}

.discounted-product-carousel .left-container .carousel-banner-box .banner-wrapper {
  position: relative;
  height: 100%;
}

.discounted-product-carousel .left-container .carousel-banner-box .banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
}

@media only screen and (min-width: 992px) {
  .carousel-banner-box .banner-desktop {
    display: block;
  }

  .carousel-banner-box .banner-mobile {
    display: none;
  }
}

/*carousel common style start*/
.section__anywhere-carousel-head {
/*  padding-bottom: 15px;*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*flex-direction: column;*/
}

/*.section__anywhere-carousel-head .section-link {
  display: inline-block;
  border: 0;
  background-color: #4ab2f1;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}*/

/*.section__anywhere-carousel-head .section-link:hover {
  background-color: #248ece;
}*/

.section__anywhere-carousel-grid .section__anywhere-carousel-container {
  position: relative;
  min-height: 200px;
}

.section__anywhere-carousel-grid .anywhere-carousel-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: loader-spin 1s linear infinite;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 576px){
  .section__anywhere-carousel-head {
    flex-direction: row;
  }
/*    .section__anywhere-carousel-head .section-link {
      margin-top: 0;
    }*/
}
/*carousel common style end*/


/*Category Container style start*/
.category-container {
  animation: fadeIn 1s;
}

.category-slider .category-slider__image img {
  width: 100%;
  height: 100%;
}

.category-slider .category-name {
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.category-slider .splide__arrow {
  background: #4ab2f1;
  opacity: 1;
}

  .category-slider .splide__arrow svg {
    fill: white;
  }

.category-slider .splide__pagination {
  bottom: -20px;
  gap: 3px;
  
}

.category-slider .splide__pagination__page {
  width: 6px;
  height: 6px;
  opacity: 1;
}

  .category-slider .splide__pagination__page.is-active {
    background: #4ab2f1;
  }

/*Category Container style end*/



/*product Container style start*/
.product-container {
  animation: fadeIn 1s;
}

.product-slider .splide__arrow {
  background: #4ab2f1;
  opacity: 1;
}

  .product-slider .splide__arrow svg {
    fill: white;
  }

.product-slider .splide__pagination {
  bottom: 0;
  gap: 3px;
  
}

.product-slider .splide__pagination__page {
  width: 6px;
  height: 6px;
  opacity: 1;
}

  .product-slider .splide__pagination__page.is-active {
    background: #4ab2f1;
  }

.section__scarousel-grid .product-slider .item-box {
  width: 100%;
  margin: 0 .5% 30px;
}


  /*Product Container style end*/



  /*Manufacturer Container style start*/

  .manufacturer-container {
    animation: fadeIn 1s;
  }

  .manufacturer-container .manufacturer-item .picture {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .manufacturer-container .item-grid {
    display: flex;
  }

  .manufacturer-container .picture img {
    width: 100%;
  }

  .manufacturer-slider .splide__arrow {
    background: #4ab2f1;
    opacity: 1;
  }

  .manufacturer-slider .splide__arrow svg {
    fill: white;
  }

  .manufacturer-slider .splide__pagination {
    bottom: 0;
    gap: 3px;
  }

  .manufacturer-slider .splide__pagination__page {
    width: 6px;
    height: 6px;
    opacity: 1;
  }

  .manufacturer-slider .splide__pagination__page.is-active {
    background: #4ab2f1;
  }

  /*Manufacturer Container style end*/

/*vendor Container style start*/

.vendor-container {
  animation: fadeIn 1s;
}

.vendor-container .vendor-item .picture {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.vendor-container .item-grid {
  display: flex;
}

.vendor-container .picture img {
  width: 100%;
}

.vendor-slider .splide__arrow {
  background: #4ab2f1;
  opacity: 1;
}

  .vendor-slider .splide__arrow svg {
    fill: white;
  }

.vendor-slider .splide__pagination {
  bottom: 0;
  gap: 3px;
}

.vendor-slider .splide__pagination__page {
  width: 6px;
  height: 6px;
  opacity: 1;
}

.vendor-slider .splide__pagination__page.is-active {
  background: #4ab2f1;
}

/*vendor Container style end*/

/*product review Container style start*/



/*Product review Container style end*/





  /*Animation fadein style start*/
/*  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }*/

  /*Animation fadein style end*/
