/*------------slider--------------*/
#slider img {
  width: 100%;
}
#slider .carousel-caption {
  top: 12%;
  left: 6%;
}
#slider .slide_nav {
  position: absolute;
  bottom: 55%;
  left: 0;
  z-index: 9;
  right: 0;
}
#slider .carousel-control-prev-icon {
  color: white;
  position: absolute;
  left: 2%;
  border: 1px solid white;
  border-radius: 6px;
  padding: 10px 14px;
  width: 45px;
  background: var(--green);
  height: 45px;
}
#slider .carousel-control-next-icon {
  color: white;
  position: absolute;
  right: 2%;
  border: 1px solid white;
  border-radius: 6px;
  padding: 10px 14px;
  width: 45px;
  background: var(--green);
  height: 45px;
}
#slider .carousel-indicators [data-bs-target] {
  padding: 3px;
  background-color: var(--green);
  margin-bottom: 7px;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 1;
}
.carousel-indicators .active {
  background: #3577f0 !important;
  padding: 0px 2px !important;
}
.carousel-indicators .active {
  background: #3577f0 !important;
  padding: 0px 0 !important;
  width: 38px !important;
  margin-top: 11px;
  border: unset;
  border-radius: 20px !important;
  height: 7px !important;
}
.carousel-indicators {
  bottom: 42px;
  right: auto;
  left: -9%;
}
.prop_button p {
  color: var(--black);
  font-family: var(--font-merri);
  font-weight: 700;
  font-size: 50px;
  max-width: 350px;
  line-height: 55px;
}
.slider-main-headings {
  max-width: 456px;
  line-height: 22px;
  font-weight: 700;
}
.slider-main-heading {
  font-family: var(--font-archivo);
  color: var(--black);
  font-size: 17px;
}
.slider-box h1 {
  color: var(--black);
  font-family: var(--font-merri);
  font-weight: 700;
  font-size: 30px;
  max-width: 350px;
  line-height: 55px;
}
.theme_button {
  background: var(--green);
  color: white;
  font-family: var(--font-archivo);
  font-size: 13px;
  padding: 12px 18px;
  font-weight: 700;
}
.slider-boxes {
  padding: 0;
}
#slider {
  position: relative;
}

/*-------------------------- our-order-------------------------*/
.read-more-our-order {
  font: normal normal bold 13px/17px Archivo;
  color: white;
  border: 2px dashed white;
  border-radius: 25px;
  padding: 8px 17px;
}
.our-order-para1,
.our-order-right-para1 {
  font: normal 13px/15px Archivo;
  color: white;
  font-weight: 400;
}
.our-order-sub-heading,
.our-order-right-sub-heading {
  font: normal normal 700 20px/19px Archivo;
  color: white;
}
.our-order-right-sub-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.our-order-right-para1 {
  color: #fff;
  max-width: 276px;
}
.our-order-left {
  padding: 49px 25px 23px 25px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.read_more_our_order_button {
  margin-left: -12px;
}
.read-more-our-order:hover {
  color: white;
}
.our_order_right_img img {
  height: 145px;
  object-fit: cover;
  margin-left: -1em;
}
.right-order-box {
  background: linear-gradient(90deg, #c440c7 0%, rgba(196, 64, 199, 0.55) 100%);
  border-radius: 6px;
}
/*---------------------------- category-------------------*/
.category-main-img img {
  height: 142px;
  object-fit: contain;
}
.category-main-boxes {
  border: 1px solid #d6d6d6;
  padding: 0 0 15px 0;
}
.category-text {
  font: normal 13px/17px Archivo;
  color: #000000;
  font-weight: 700;
}
.category-text:hover {
  color: #000000;
}
/*------------------- product-section----------------------*/
.our-product-sub-heading {
  font: 800 24px/32px Archivo;
}
.product-main-text {
  font: normal normal 600 13px/14px Archivo;
  color: #000000;
}
#products .onsale,
#product-sliders .onsale {
  background: #3577f0;
  font: normal normal 600 13px/16px Archivo;
  color: white;
  padding: 6px 10px;
  position: absolute;
  top: 11px;
  left: -11px;
}
#products .product-thumb,
#product-sliders .product-thumb {
  position: relative;
}
.product-box {
  border: 1px solid #d5d5d5;
  background: white;
  padding: 11px;
  position: relative;
  border-radius: 4px;
}
#products .product-thumb img,
#product-sliders .product-thumb img {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  /* padding: 21px; */
}
#products .product-text,
#product-sliders .product-text,
#limited-offers .product-text {
  font: normal normal bold 12px/0px Archivo;
}
#products .product_head a,
#product-sliders .product_head a,
#limited-offers .product_head a {
  font: normal normal 700 14px/26px Archivo;
  color: #000000;
}
#product-sliders .product_head a {
  font: normal normal 700 16px/26px Archivo;
}
#product-sliders .product_head {
  width: max-content;
  margin: 0 auto;
}
#products .custom-product-price ins,
#product-sliders .custom-product-price ins,
#limited-offers .custom-product-price ins {
  text-decoration: none;
  font: normal normal 600 16px/17px Archivo;
}
#products .custom-product-price del,
#product-sliders .custom-product-price del,
#limited-offers .custom-product-price del {
  display: none;
}
#products .star-rating,
#product-sliders .star-rating,
#limited-offers .star-rating {
  color: #3577f0;
  border-color: #3577f0;
  margin: 0 auto;
  overflow: hidden;
  height: 1em;
  line-height: 1;
  font-size: 15px;
  width: 5.4em;
  font-family: star;
  position: relative;
}
#products .star-rating span,
#product-sliders .star-rating span,
#limited-offers .star-rating span {
  overflow: hidden;
  float: left;
  top: 5px;
  padding-top: 1.5em;
  position: absolute;
  left: 0;
}
#products .star-rating:before,
#product-sliders .star-rating:before,
#limited-offers .star-rating:before {
  color: #3577f0;
  border-color: #3577f0;
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  margin: 0 auto;
}
#products .star-rating span:before,
#product-sliders .star-rating span:before,
#limited-offers .star-rating span:before {
  position: absolute;
  content: "\53\53\53\53\53";
  top: -5px;
  left: 1px;
  position: absolute;
  font-family: "star";
  color: #3577f0;
  border-color: #3577f0;
}
#products .comment-value,
.yith-wcwl-add-button span,
#product-sliders .comment-value,
.yith-wcwl-add-button span,
#limited-offers .comment-value,
.yith-wcwl-add-button span {
  display: none;
}
#products .add-tocart-bg,
#product-sliders .add-tocart-bg {
  width: 92%;
  background: var(--green);
  padding: 9px;
  border-radius: 4px;
  opacity: 0;
  position: absolute;
  top: 83%;
}
#products .add-tocart-bg a,
#product-sliders .add-tocart-bg a {
  font: normal normal 700 12px/17px Archivo;
  text-transform: uppercase;
  color: white;
}
#products .fa-heart-o,
#product-sliders .fa-heart-o {
  display: none;
}
#products ::marker,
#product-sliders::marker {
  color: #f5f5f5;
}
#products .yith-wcwl-add-button i,
#products .quickview_text i,
#product-sliders .yith-wcwl-add-button i,
#product-sliders .quickview_text i {
  color: #707070;
  background: white;
  height: 33px;
  width: 33px;
  padding: 11px 10px;
  border-radius: 50%;
  font-size: 14px;
  margin-bottom: 10px;
}
#products .bwt-wishlist-cart-view,
#product-sliders .bwt-wishlist-cart-view {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
#products .feedback,
#product-sliders .feedback {
  display: block;
  font: normal normal bold 12px/14px Archivo;
}
#products .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon,
#product-sliders .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  margin-right: 5px;
  color: #707070;
  font-size: 16px;
}
#products .yith-wcwl-add-to-wishlist a,
#product-sliders .yith-wcwl-add-to-wishlist a {
  color: black;
  font: normal normal bold 13px/26px Archivo;
}

.product-box:hover .add-tocart-bg,
.product-box:hover .bwt-wishlist-cart-view {
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
}
.product-box:hover .rat-price {
  opacity: 0;
}
#products .added_to_cart,
#product-sliders .added_to_cart {
  display: block;
}
.prods1 .onsale,
.prods2 .onsale,
.prods4 .onsale,
.prods5 .onsale,
.prods7 .onsale,
.prods8 .onsale {
  display: none;
}
.category-content .owl-item.active:first-child div {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.category-content .owl-item.active:last-child div {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*------------------------ banner section----------------*/
.popular-stores-box {
  background-size: cover;
  background-repeat: no-repeat;
  height: 269px;
  border-radius: 2px;
}
.banner-box1 h4,
.banner-box2 h4 {
  font: normal normal 800 24px/31px Archivo;
  color: white;
  max-width: 224px;
}
.banner-box2 h4 {
  color: #121212;
  font-weight: 700;
}
.banner-box1 p,
.banner-box2 p {
  font: 700 13px/17px Archivo;
  color: white;
  margin-bottom: 10px;
}
.banner-box2 p {
  color: #121212;
  font-weight: 400;
}
.banner-box1 a,
.banner-box2 a {
  font: normal normal 800 13px/17px Archivo;
  color: white;
}
.banner-box2 a {
  color: #121212;
  font-weight: 600;
}
/*-----------------------hot products--------------*/
#deals #timer,
#limited-offers #timer {
  width: 100%;
  border-radius: 6px;
}
#deals .countdowntimer .numbers,
#limited-offers .countdowntimer .numbers {
  display: inline-block;
  width: 35px;
  height: 35px;
  font: 400 12px var(--font-archivo);
  letter-spacing: 1px;
  color: var(--black);
  text-align: center;
  padding: 10px 2px;
  background: #ededed;
  position: relative;
}
#deals .countdowntimer .numbers span,
#limited-offers .countdowntimer .numbers span {
  font: 500 12px/15px var(--font-archivo);
  letter-spacing: 0px;
  color: var(--black);
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.deals-col img {
  width: auto;
  height: 186px;
  object-fit: cover;
}
.countdown-bx {
  border: 2px solid #d1d1d1;
  border-radius: 6px;
}
.wel-head {
  font: normal normal 600 12px/14px Archivo;
}
.prod-para {
  font: normal normal 700 24px/37px Archivo;
  color: #000000;
}
.product-view-count {
  font: normal normal 700 12px/17px Archivo;
  background: var(--green);
  color: white;
  padding: 13px 14px;
  border-radius: 4px;
}
.deals-col h5 a {
  font: normal normal 700 24px/37px Archivo;
  color: #121212;
}
.price-product-count del {
  font: normal normal 600 15px/26px Archivo;
  text-decoration: line-through;
  margin-left: 9px;
  position: absolute;
  left: 24%;
  color: #9b9b9b;
}
.price-product-count ins span {
  color: #3577f0;
}
.price-product-count ins {
  font: normal normal 800 19px/26px Archivo;
  color: #3577f0;
  text-decoration: none;
}
.countdown-instock {
  font: normal 600 15px/17px Archivo;
  color: #3577f0;
}
.countdown-text {
  font: normal normal 600 12px/14px Archivo;
}
.countdown-cols-box .onsale {
  background: #3577f0;
  font: normal normal 600 13px/16px Archivo;
  color: white;
  padding: 7px 14px;
  position: absolute;
  top: 10px;
  left: 11px;
}
.deals-col {
  position: relative;
}
.deals-col h5 {
  margin-bottom: 0;
}
#deals .progress-bar {
  background: #3577f0;
  width: 0;
  height: 8px;
  transition: 2s linear;
}
#deals .progress-bar {
}
#deals .progress {
  height: 5px !important;
  background: #f2f2f2 !important;
}
#deals .progress-bar:before {
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  padding: 1px 0px;
  font-size: 15px;
  border-radius: 25px;
  font-weight: bold;
  width: 20px;
  margin: 0px auto;
}
/*--------------------------arrival-products---------------------------*/
.arrival-product-box {
  padding: 6px;
}
#arrival-products .inner_product img {
  position: relative;
  border-radius: 3px;
}
#arrival-products .product_content {
  position: absolute;
  top: 43px;
  left: 28px;
}
.arrival-caption {
  font: normal normal 500 13px/14px Archivo;
}
#arrival-products .custom-product-price {
  font: normal normal bold 24px/37px Archivo;
  color: #fff;
}
#arrival-products .product_head a {
  font: normal normal 700 24px/28px Archivo;
  color: #fff;
}
#arrival-products .product_head {
  max-width: 197px;
}
#arrival-products .arrival-caption {
  font: normal normal 500 13px/14px Archivo;
  color: #fff;
}
#arrival-products .arrival-only-from {
  font: normal normal 400 12px/14px Archivo;
  color: #fff;
}
#arrival-products .custom-product-price {
  font: normal normal bold 24px/37px Archivo;
  color: #fff;
}
.product-arrival-button {
  font: normal normal 500 13px/17px Archivo;
  color: #fff;
}
.arrival-products2 .arrival-caption,
.arrival-products2 .product_head a,
.arrival-products2 .arrival-only-from,
.arrival-products2 .custom-product-price,
.arrival-products2 .product-arrival-button,
.arrival-products1 .arrival-caption,
.arrival-products1 .product_head a,
.arrival-products1 .arrival-only-from,
.arrival-products1 .custom-product-price,
.arrival-products1 .product-arrival-button {
  color: white !important;
}
.arrival-products2 .product_head a,
.arrival-products1 .product_head a,
.arrival-products2 .custom-product-price,
.arrival-products1 .custom-product-price {
  font-weight: 800 !important;
}
.arrival-products2 .product-arrival-button,
.arrival-products1 .product-arrival-button {
  font-weight: 700 !important;
}
/*------------------------ multiple category-------------------*/
.multiple-category-head {
  font: normal normal 600 12px/14px Archivo;
  margin-bottom: 0;
  color: #000000;
}
.multiple-category-para {
  font: normal normal 800 21px/37px Archivo;
  color: #000000;
}
.mulcat-box1,
.mulcat-box2,
.mulcat3 {
  border: 2px solid #d1d1d1;
  border-radius: 4px;
}
.mul-border {
  border-bottom: 2px solid #d1d1d1;
}
.mulcat-box1:last-child,
.mulcat-box2:last-child,
.mulcat3:last-child {
  border-bottom: unset !important;
}
.mul-border img {
  background: #f5f5f5;
  height: 66px;
  width: 100%;
  padding: 4px;
  object-fit: contain;
}
.mul-cat-title a {
  font: normal normal 700 18px/21px Archivo;
  color: #000000;
}
.prod-weight {
  color: #3577f0;
  font: normal normal 600 12px/14px Archivo;
}
.custom-mul-price {
  font: normal normal bold 15px/17px Archivo;
  color: #3577f0;
}
.product-cat-titles {
  margin-left: -9px;
}
.join-now-bgimg {
  border-radius: 6px;
}
/*------------------- popular banner-------------------*/
.popular-banners1 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 32px 8px 28px 11px;
  border-radius: 6px;
}
.popular-banners-title-1,
.popular-banners-title-2 {
  font: normal normal 700 16px/20px Archivo;
  margin-bottom: 0;
  color: white;
}
.popular-banners-title-3,
.popular-banners-title-4 {
  font: normal normal 700 16px/20px Archivo;
  margin-bottom: 0;
}
.popular-banners-button-1,
.popular-banners-button-2 {
  font: normal normal 600 13px/11px Archivo;
  color: white;
}
.popular-banners-button-3,
.popular-banners-button-4 {
  font: normal normal 600 13px/11px Archivo;
  color: var(--black);
}
.wishlist-main-box li::marker {
  color: #f5f5f5;
}
.inner-product-slider-main-heading {
  font: normal normal 700 20px/37px Archivo;
  color: var(--black);
}
.inner-product-slider-box {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 407px;
  position: absolute;
  left: 29%;
  width: 72%;
}
.inner-product-slider-sub-heading {
  font: normal normal 600 17px/20px Archivo;
  max-width: 250px;
  margin: 0 auto;
}
.inner-product-slider-main-heading {
  font: normal normal 700 22px/25px Archivo;
  color: var(--black);
  max-width: 193px;
  margin: 0 auto;
}
.inner-product-slider-main-box {
  position: relative;
}
.read-more-inner-product-slider {
  font: normal normal bold 15px/17px Archivo;
  color: var(--black);
}
.inner-prod-slider {
  padding: 0;
}
/*------------------------------limited-offers---------------*/
#limited-offers .product-text {
  line-height: 21px;
}
#limited-offers .star-rating {
  margin: unset;
  font-size: 13px;
  margin-top: -3px;
}
.limited-offers-caption {
  font-weight: 400;
}
#limited-offers .custom-product-price {
  font-size: 15px;
}
#limited-offers .product_content {
  box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  top: 77%;
  background: white;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
  padding: 13px 21px 9px 21px;
}
.limited-offers-product-box img {
  position: relative;
}
#limited-offers .owl-stage-outer {
  padding-bottom: 165px;
}
.limited-offers-bg i {
  width: 45px;
  height: 45px;
  background: var(--green);
  color: white;
  border-radius: 5px;
  font-size: 16px;
  padding: 14px 11px;
}
#limited-offers .added_to_cart {
  font: normal normal 500 14px/8px Archivo;
  color: var(--black);
  position: absolute;
  top: 56px;
  width: max-content;
  left: -8px;
}
.limited-offers-bg {
  position: relative;
}

/*----------------------testimonial--------------*/
#testimonial {
  background-size: cover;
  background-repeat: no-repeat;
}
.our-testmonial-main-heading {
  font: normal normal 500 13px/14px Archivo;
}
.our-testimonial-sub-heading {
  font: normal normal 700 26px/37px Archivo;
}
.testimonial-img img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.testimonial-box-text p {
  font: normal normal 500 14px/23px Archivo;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.doctor-ratings .fas,
.doctor-ratings .far {
  color: #3577f0;
  font-size: 14px;
}
.testimonial_name a {
  font: normal normal 600 21px/19px Archivo;
  color: var(--black);
  position: relative;
  z-index: 1;
}
.testimonial-box {
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  padding: 22px 19px 13px 19px;
  border-radius: 4px;
}
.testimonial-pos {
  position: relative;
  top: -198px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 25px;
  height: 0;
}
#testimonial .owl-stage-outer {
  padding-bottom: 25px;
}
.doctor-ratings {
  margin-top: -42px;
}
#testimonial .owl-nav.disabled {
  display: block !important;
}
#testimonial .owl-carousel .owl-nav .owl-prev i,
#testimonial .owl-carousel .owl-nav .owl-next i {
  background: var(--green);
  color: white;
  border: unset;
  width: 45px;
  height: 45px;
  padding: 15px 18px;
  border-radius: 6px;
}
#testimonial .owl-prev,
#testimonial .owl-next {
  border: unset;
}
#testimonial .owl-prev {
  position: absolute;
  top: 37%;
  left: -8%;
}
#testimonial .owl-next {
  position: absolute;
  top: 37%;
  right: -8%;
}

#footer {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.limited-offers-product-box img {
  border-radius: 6px;
}
.testimonial-box:hover img,
.category-main-boxes:hover img {
  transition: 1s;
  -webkit-transition: 0.7s;
  transform: rotateY(360deg);
}
.feature-block-inner:hover,
.our-order-left:hover,
.right-order-box:hover,
.arrival-product-box:hover,
.join-now-box:hover,
.popular-banners1:hover {
  animation: pulse 1s infinite;
  transition: all 0.5s ease-in-out;
}
.product-box:hover,
.popular-stores-box1:hover,
.popular-stores-box2:hover,
.countdown-bx:hover,
.mulcat-box1:hover,
.mulcat-box2:hover,
.mulcat3:hover {
  box-shadow: #3577f069 0px 2px 12px 0px;
  /* margin-top: -5px; */
  transition: all 0.5s ease-in-out;
}
#limited-offers .product-thumb,
.blog-box-content {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.limited-offers-product-box:hover img,
.blog-inner-box1:hover img {
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transform: scale(1.5) rotateZ(-5deg);
  -moz-transform: scale(1.5) rotateZ(-5deg);
  -webkit-transform: scale(1.5) rotateZ(-5deg);
  -o-transform: scale(1.5) rotateZ(-5deg);
}
.theme_button:hover,
#newsletter input[type="submit"]:hover,
.product-view-count:hover {
  background-size: 100% 100%;
  color: #fff !important;
  box-shadow: 4px 2px 12px 1px #ccc;
}
.theme_button,
#newsletter input[type="submit"],
.product-view-count {
  background-image: linear-gradient(
    -225deg,
    #000000 0%,
    #3577f0 0%,
    #05b5ff 67%,
    #3577f0 100%
  );
  background-size: 0 0;
  transition: 0.8s;
  background-repeat: no-repeat;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#products .yith-wcwl-add-button i:hover,
#products .quickview_text i:hover,
#product-sliders .yith-wcwl-add-button i:hover,
#product-sliders .quickview_text i:hover {
  background: #3577f0;
  color: white;
}
#product-sliders .product-rating,
#products .product-rating {
  position: relative;
  top: -7px;
}
