.best-sellers,
.faq-section,
.reviews-home,
.video-section,
.popular-categories,
.benefits-section {
  float: left;
}
div#bestseller {
    position: relative;
}
.swiper-pagination {
  margin-top: 40px;
}
.benefits-section {
  background: var(--orange-dusk);
}
.benefits-section .benefit-gap {
  margin-bottom: 37px;
}
.single-benefit {
  height: 387px;
  width: 100%;
  padding: 24px 32px;
  gap: 16px;
  text-align: center;
  align-items: center;
      background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.single-benefit.premium-products{
    background-image: url('https://www.medicalsparx.com/wp-content/uploads/2025/09/medicalsparx-benefits-premium-products.webp');
}
.single-benefit.exclusive-rates{
    background-image: url('https://www.medicalsparx.com/wp-content/uploads/2025/09/medicalsparx-welcome-discount-homepage-1.webp');
}
.single-benefit.wholesale-prices{
    background-image: url('https://www.medicalsparx.com/wp-content/uploads/2025/09/medicalsparx-wholesale-prices-image.webp');
}
.benefit-icon {
  width: fit-content;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
}
@media only screen and (min-width: 991px){
	.reviews-home {
	  background: linear-gradient(98deg, #4b2da500 33%, #1d113f 100%), url('https://www.medicalsparx.com/wp-content/uploads/2025/04/Testemonials.webp');
		background-size: cover;
	}
}
.single-review-home {
  padding: 24px;
  background: var(--dark-blue);
}
.bottom-separator {
  border-bottom: 1px solid var(--grey-200);
  margin-bottom: 40px;
  padding-bottom: 8px;
}
.cat-img img {
  width: 360px;
  height: 210px;
  border-radius: 0px;
}
.cat-new-title {
  text-align: left;
  color: #4b2da5;
  font-size: 1.5rem;
  padding-top: 16px;
  padding-bottom: 8px;
}

.cat-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: rgba(31, 31, 31, 0.6);
  padding-bottom: 32px !important;
  margin-bottom: 0 !important;
}
.single-cat {
  width: 100%;
}
.star {
  gap: 4px;
  float: left;
  width: auto;
}
.star i {
  font-size: 24px;
	color:var(--msrx-orange);
}
.video-section {
  background: linear-gradient(180deg, var(--white) 20%, var(--orange-dusk) 20%);
}

.video {
  cursor: pointer !important;
	max-height: 405px
}

.video-btn {
  position: absolute;
  font-size: 80px;
  color: #feddaa;
  cursor: pointer;
}
.msrx-solutions{
	margin-top: 4px;
	margin-bottom: 20px
}
.single-faq {
    border: 1px solid var(--grey-200);
    background: var(--white);
    padding: 24px;
}
.single-faq ul li{
	color: var(--grey-300);
}
.swiper-button-next {
  width: 45px !important;
  height: 45px !important;
  background-color: #e4a680;
  border-radius: 50%;
  right: -80px;
}
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  background-color: #e4a680;
  border-radius: 50%;
  left: -80px;
}

@media only screen and (max-width: 1300px) {
    .next-prev{display:none;}
}
@media only screen and (min-width:991px) and (max-width:1270px){
    .custom-quantity-buttons{
        padding: 12px 10px !important;
    }
}
@media only screen and (min-width:1200px){
    .video-section {background: linear-gradient(90deg,var(--white) 55%,var(--orange-dusk) 55%) !important;}
}
@media only screen and (max-width: 991px) {
	.reviews-home {
		background: url('https://www.medicalsparx.com/wp-content/uploads/2025/04/Testemonials.webp'), var(--dark-blue);
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.video{max-width: 700px !important;}
}
@media only screen and (min-width: 769px) {
  .single-cat {
    width: 364px !important;
  }
	.reviews-wrap {
	  max-width: 580px;
	}
}
@media only screen and (min-width: 576px) {
  .single-benefit {
    max-width: 347px;
    width: 100%;
  }
  .single-cat {
    width: 330px;
  }
}
@media (max-width: 768px) {
    section.home-hero{
	    padding: 0px 0px 20px !important;
        min-height: 650px;
        display: flex;
        flex-wrap: wrap;
        align-content: end;
	}
	.header-top-info{
        align-self: flex-end;
        margin-top: -27px;
	}
  .recommended-products .swiper-button-next {
    right: 0;
  }
  .recommended-products .swiper-button-prev {
    left: 0;
  }
  .rec-products.rec-products-new {
    padding: 1em;
  }
  .home .section-padding {
    padding: 40px 0;
  }
	    .video {
        max-width: calc(100% + 30px) !important;
        margin-left: -15px !important;
        max-height: max-content;
    }
	.video-section .d-flex.flex-column.flex-lg-row.g-37{align-items:center;}
	.cat-img img {
        width: 100% !important;
    }
}

.btn-banner-group {
  margin-top: 40px;
}
.btn-banner-group a {
  padding: 14px 10px;
  margin-right: 2px;
}
.about-main-banner,
.home-banner-slider {
  height: 700px;
  margin-top: -80px;
}

.btn-banner-group a:hover {
  background: #22396a;
  color: #fff;
  border: 1px solid #22396a;
}
.supplier-wrp h3 {
  margin: 20px 0 30px !important;
}
.supplier-wrp .button-background-blue {
  margin-right: 10px;
}
.product-tab ul li:last-child,
.supplier-wrp .button-background-blue:last-child {
  margin-right: 0;
}
.justify-content-space-between {
  justify-content: space-between;
}
.blog-home-wrp,
.product-category-slider,
.product-category-slider .row,
.recommended-products,
.recommended-products .row {
  position: relative;
}
.prod-category,
.product-img.recommended {
  background-color: var(--white-2);
  width: auto;
  min-width: 260px;
  min-height: 300px;
  padding: 10px;
  border: 1px solid var(--black-pearl-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommended img {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.product-tab ul li button {
  text-transform: uppercase;
  outline: 0;
  color: #081228 !important;
  padding: 0;
}
.product-tab ul li {
  margin-right: 30px;
}
.home-product-tab {
  margin: 30px 0 50px;
}
.product-tab .nav-tabs {
  border-bottom: inherit;
}
.product-tab .nav-tabs .nav-link.active,
.product-tab .nav-tabs .nav-link:hover {
  border-color: #fff;
  border-bottom: 1px solid var(--black-pearl);
}
.product-tab .swiper-slide {
  text-align: left;
}
.product-footer {
  margin-top: 30px;
}
.recommended-products .swiper-pagination {
  bottom: -8% !important;
}

.home a.add_to_cart_button.button.br_compare_button,
.home .quantity-cart .btn-primary {
  display: none;
}

.home .recommended-products .swiper-pagination,
.single-product
  .recommended-products
  .swiper-pagination
  .single-product
  .recommended-products
  .swiper-pagination {
  width: 100%;
}
.quantity-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 4;
}

.products
  .product-content
  .quantity-cart
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.swiper .added_to_cart {
  position: absolute;
  visibility: hidden;
}

.quantity-btn:focus {
  outline: unset;
  outline: unset;
}

.swiper .product-img.recommended {
  border: none !important;
  padding: 10px;
}


.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px !important;
  color: #fff;
  font-weight: 500;
}


.products .product-content,
.swiper .product-footer {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 0 !important;
}

span.swiper-pagination-bullet {
  margin: 0 4px;
}

.single-product.woocommerce .quantity .qty {
  border: unset !important;
}
.swiper-pagination-bullet-active {
  background: #e4a680 !important;
  border: 1px solid #e4a680 !important;
}
.home .swiper-pagination .swiper-pagination-bullet,
.single-product .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.products .product-content .woocommerce-LoopProduct-link > div,
.swiper .product-card-title {
  font-size: 16px !important;
  text-transform: uppercase !important;
  line-height: 26px !important;
  font-weight: 600 !important;
}
.syncopate-normal-black-pearl-24px {
  color: #4b2da5;
  text-align: center;
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
}

.swiper-pagination {
  position: unset !important;
  background: transparent !important;
}
.products .product {
  min-height: auto !important;
}
