@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}
:root {
  --black: #000;
  --white: #fff;
 --White-Lilac:#F5F7F8;
 --Spring-Wood:#F7F7F2;
 --Shocking-Orange:#F05A37;
 --Turtle-Green:#60BC4F;
 --Avocado:#80B435;
 --Mirage:#131E2C;
 --Silver:#C7C8CC;
 --Pale-Sky:#6B7280;
 --Burning-Orange:#FC6736;
 --Dune:#333;
 --White-Smoke:#F3F4F6;
 --Dark-Fern:#0B4D01;
 --Shamrock-Green:#16A34A;
 --Sea-Green:#218838;
}


/* owl-carousel min css start */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* owl-carousel min css end */
/* owl theme default css start */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* owl theme default css end */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  }
  .TransparentNav .sticky {
  position: static;
  }
/* top section */
.top-sec-menu{
  width: 100%;
  background: var(--Dark-Fern);
  color: var(--white);
  padding: 6px 0;
}
.top-sec-menu p{
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 24px;
}
.top-sec-menu .right-top-list{
display: flex;
padding-left: 0;
margin-bottom: 0;

}
.top-sec-menu .right-top-list li{
  list-style: none;
  margin-left: 4px;

}
.top-sec-menu .right-top-list li span{
  font-size: .8rem;
}
.right-top-menu{
  display: flex;
  justify-content: end;
}
.top-sec-menu .right-top-list ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.top-sec-menu .right-top-list ul li{
  list-style: none;
}
.top-sec-menu .right-top-list{
  
}
.top-sec-menu .right-top-list ul li h5{
  margin-bottom: 0;
}
/* end */
/* deliver section */
.delivery-section{
  padding: 8px 0;
  border-bottom: 1px solid var(--Spring-Wood);
}
.delivery-section .left-delivery ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  
}
.delivery-section .left-delivery ul li{
  list-style: none;
  margin-right: 6px;
}
.delivery-section .left-delivery ul li a{
  text-decoration: none;
  color: var(--Pale-Sky);
    line-height: 36px;
    font-size: .9rem;

}
.delivery-section .left-delivery ul li a:hover{
  color: var(--black);
}
.delivery-section .left-delivery ul li p{
  font-size: .9rem;
  margin-bottom: 0;
  line-height: 36px;
}
.delivery-section .left-delivery ul li p span{
  color: var(--Shocking-Orange);
  font-weight: 500;
}
.delivery-section .right-delivery ul{
display: flex;
padding-left: 0;
margin-bottom: 0;
justify-content: end;
}
.delivery-section .right-delivery ul li{
  list-style: none;
  margin-right: 20px;
}
.right-delivery select{

  padding: 5px;
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  font-size: .9rem;
}
.dropdown-deliver {
  position: relative;
}

.dropdown-deliver.language::after {
  content: '\25BC';
  font-size: 12px;
  position: absolute;
  right: -8px;
  top: 50%;
  color: var(--Burning-Orange);
  transform: translateY(-50%);
  pointer-events: none; 
}
.dropdown-deliver.usd::after {
  content: '\25BC';
  font-size: 12px;
  position: absolute;
  right: -8px;
  top: 50%;
  color: var(--Burning-Orange);
  transform: translateY(-50%);
  pointer-events: none; 
}
.dropdown-deliver select option {
  background-color:var(--white); 
  color: var(--Pale-Sky); 
  padding: 4px;
  font-size: .9rem;
}
.dropdown-deliver select option:checked {
  background-color:var(--Pale-Sky); 
  color: var(--black);
}
.dropdown-option:hover {
  background-color:var(--Pale-Sky);
}
.order-track a{
  text-decoration: none;
  color: var(--black);
  line-height: 36px;
  font-size: .9rem;
}
/* end */
/* company logo */

.company-logo-section{
  border-bottom: 1px solid var(--Spring-Wood);
  padding:14px 0;
}
.search-container {
    display: flex;
    justify-content: center;
    align-items: center; 
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
}

.search-container form {
  display: flex;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dfdada;
}

.search-input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-size: 16px;
}

.search-btn {
  background-color: var(--Burning-Orange);
  color: var(--white);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-btn:hover {
  background-color: var(--Shocking-Orange);
}

.search-input::placeholder {
  color: var(--Pale-Sky);
}
.company-logo-section .right-account-data{
display: flex;
justify-content: end;
align-items: center; 
padding-left: 0;
margin-bottom: 0;
height: 100%;
}
.right-account-data ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.right-account-data ul li{
  list-style: none;
  margin-right: 8px;
}
.right-account-data  a{
  text-decoration: none;
  color: var(--black);
  font-size: .9rem;
}
.right-account-data img{
  width: 20px;
}
.company-logo img{
  width: 100%;
}
.company-logo-section .bag-num{
position: relative;
}
.company-logo-section .bag-num span{
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: .6rem;
  width: 18px;
  height: 18px;
  border-radius: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.company-logo-section .wishlist-num{
  position: relative;
  }
  .company-logo-section .wishlist-num span{
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: .6rem;
    width: 18px;
    height: 18px;
    border-radius: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
  }
  .wislist-table .viewproductBtn{
    /* text-decoration: none;
    color: var(--white);
    background-color: #4CAF50;
    padding: 8px 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; */
    padding: 7px 12px;
    background-color: var(--Shamrock-Green);
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    line-height: 37px;
    
    }
    .wishlist-heart {
      background-color: transparent;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s;
  }

  .wishlist-heart.selected {
      background-color: green;
      color: white; 
  }
/* end */
/* menu bar */
.ecomm-navbar .DropdownArea {
  position: static!important;
  }
  .ecomm-navbar .DropdownListWrap {
  width: 100%!important;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  }
  .ecomm-navbar .DropdownList {
  max-width: 80%;
  margin: 0 auto;
  padding: 40px 25px;
  background-color: #fff;
  box-shadow: 0 1px 2px #ccc;
  }
  .ecomm-navbar .dropdown-item {
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: .785rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--Mirage);
  }
  .ecomm-navbar .dropdown-menu.DropdownListWrap{
  margin-top: 0;
  }
  .ecomm-navbar .DropdownListWrap .DropdownList ul li a{
  text-decoration: none;
  color: var(--Ironside-Grey);
  font-size: .9rem;
  transition: .8s;
  }
  .ecomm-navbar .DropdownListWrap .DropdownList ul li a:hover{
    color: var(--Burning-Orange);
    transition: .8s;
  }
  .ecomm-navbar .DropdownListWrap .DropdownList ul li{
  margin-bottom: 4px;
  }
  /*  */
  .ecomm-navbar .dropdown-menu{
border-radius: 0;
border: 0;
  }
  .ecomm-navbar .dropdown-menu {
    position: absolute;
    top: 45px;
    padding: 0;
}
.ecomm-navbar .dropdown-item.active,.ecomm-navbar .dropdown-item:active {

  background-color: var(--white)!important;
}
.ecomm-navbar{
  border-bottom: 1px solid var(--Spring-Wood);
}
.ResponsiveDesign{
  padding: 0.5rem;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--Dark-Fern)!important;
  margin-bottom: 16px;
  transition: .8s;
 
}
.ResponsiveDesign{
  margin-bottom: 20px;
  line-height: 30px;

}
.hero-section .owl-carousel .owl-nav button.owl-next
{
  right: 20px;

}
.hero-section .owl-carousel .owl-nav button.owl-prev{
left: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-next,.hero-section .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
 background: transparent;
  top:50%;
  width: 40px;
  height: 40px;
  background: var(--Dune);
  
}
/* hero section */

.mera-carousel p{
  color: var(--black);
  margin-bottom: 0;
}
.mera-carousel .carousel-caption{
top:20%;
  padding: 15px; 
  border-radius: 10px;
  text-align: center; 
  max-width: 50%; 
}
.mera-carousel .carousel-caption h2{
    font-weight: bold;
    font-size: 3em; 
    color: var(--Dune);
}

.shop-title {
    font-size: 2.5em; 
    margin: 10px 0; 
}

.slider-cont {
    font-size: 1.2em; 
    margin-bottom: 20px; 
}

/* hero 1 end */

.hero-section {
  background-color: var(--Desert-Storm);
}


.sliderBtn{
  margin-top: 30px;
  padding-left: 0;
}
.sliderBtn .btnWhite{
  background: var(--Mirage);
  color: var(--Shocking-Orange);
}
.sliderBtn li{
  display: inline;
  list-style: none;
}
.sliderBtn li a{
  text-decoration: none;
  padding: 12px 20px;
  color: var(--Shocking-Orange);
}
/* category item */
.category-section{
  margin: 30px 0;

  
}
.category-section .category-img img{
  background: var(--White-Smoke);
  border-radius: 600px;
}
.category-section .category-img{
  margin: 0 8px;
}
.category-section .cat-name{
  text-align: center;
}
.category-section .cat-name a{
  text-decoration: none;
  color: var(--Mirage);
  font-size: .8rem;
  font-weight: 600;
}
.products-card button{
  border: none;
  background: transparent;

}
.products-card{
  margin-bottom: 20px;
}
/* category-product-section */
.category-product-section{
  /* background: var(--Spring-Wood); */
  padding: 40px 0;
}
.headline h3{
  font-size: 1.5rem;
  color: var(--Mirage);
  font-family:'Segoe UI', Tahoma, Geneva, sans-serif ;

}
.category-product-section .weekend-left-banner img{
  width: 100%;
}
.category-product-section .weekend-right-banner img{
  width: 100%;
}
.category-product-section a
{
  text-decoration: none;
  color: var(--Mirage);
}
.category-product-section .weekend-left-banner{
  position: relative;
  height: 100%;
}
.category-product-section .weekend-left-banner .weekend-content{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  max-width: 350px;
}
.category-product-section .only-week a{
  background: var(--Avocado);
  padding: 2px 4px;
  color: var(--white);
  font-size: .9rem;

  ;
}
.category-product-section .only-week{
  margin-bottom: 12px;
}
.category-product-section .weekend-content h3{
  color: var(--Mirage);
}
.category-product-section .weekend-content h3 span{
  color: var(--Shocking-Orange);
}
.shopBtn{

  color: var(--Burning-Orange);

  padding: 6px;
}
.product-section .product-head{
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
  justify-content: space-between;
}
.product-section .product-head li{
  list-style: none;
}
.product-section .product-head li a{
  text-decoration: none;
  background: var(--Burning-Orange);
  color: var(--white);
  padding: 6px 8px;
  border-radius: 4px;
}
/* products card */
.product-section{
  padding: 30px 0 0 0;
}
 .products-card{
  position: relative;
  background: var(--white);
  padding: 8px;
}
.products-card .discount-products{
  position: absolute;
  left: 0;
  top: 0;
  background: var(--Burning-Orange);
  border-radius: 0 8px 8px 0;
  font-size: .8rem;
  color: var(--white);
  padding: 4px 6px;
}
.right-products-icon{
  position: absolute;
  right: 0;
  top: 0;
}
 .products-card img{
  width: 100%;
}

.products-card ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  

}
.products-card ul li{
  list-style: none;
}
.products-card .left-icon-products ul li img{
  width: 30px!important;
  background: var(--white);
  border-radius: 30px;
  padding: 4px;
  margin: 6px;
}
.left-icon-products ul{
  display: block;
}
 .products-card p{
  font-size: .8rem;
  margin-bottom: 2px;
}
.products-card p a{
 text-decoration: none;
 color: var(--black);
}
.rating-icon ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.rating-icon ul li{
  list-style: none;
}
.rating-icon li img{
  width: 14px!important;
}
.rating-icon li {
  margin-right: 1px;
}
.rating-icon .rate-num{
  font-size: .8rem;
  line-height: 28px;
  margin-left: 8px;
}
.product-price h3{
  color: var(--Shocking-Orange);
  font-size: 1.2rem;
}
.product-price h3 span{
  font-size: .9rem;
  color: var(--Pale-Sky);
}
.add-cart img{
  width: 24px!important;
  background: var(--Shamrock-Green);
  padding: 4px;
}
.add-cart{
  display: flex;
  justify-content:space-between;
}
.add-cart .instock{
font-size: .8rem;
}
.left-icon-products button{
  position: absolute;
  right: 8px;
  z-index: 100;
  top:4px

}
.left-icon-products i{
  color: var(--white);
  background: var(--Sea-Green);
  padding: 2px;
  font-size: .1rem;
  line-height: 13px;
  border-radius: 100px;
  font-size: .6rem;
  width: 18px;
  height: 18px;
  border-radius: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.left-icon-products button:hover i{
 color: var(--white);
 background:var(--Turtle-Green);
}
.left-icon-products .view-icon{
position: absolute;
right: 8px;
top:30px;


}
.left-icon-products .view-icon:hover i{
  color: var(--white);
  background:var(--Turtle-Green);
}
/* footer */
footer{
  padding: 40px 0;
  border-top: 1px solid var(--Silver);
  border-bottom: 1px solid var(--Silver);
  background: var(--White-Lilac);
}
footer p{
  font-size: .8rem;
  color: var(--Dune);
}
.footer-about img{
  width: 20px;
}
.footer-about ul{
  display: flex;
  padding-left: 0;
 
}
.footer-about ul li{
  list-style: none;
  margin-right: 12px;
}

.footer-about ul li p{
  font-size: .8rem;
  color: var(--Dune);
  margin-bottom: 0;
}
.footer-about ul li h5{
  margin-bottom: 0;
}
footer a{
  text-decoration: none;
  color: var(--black);
  font-size: 1rem;
}
.footer-menu h5{
font-size: 1rem;

}
.footer-menu ul{
  padding-left: 0;
  margin-bottom: 0;
}
.footer-menu ul li{
  list-style: none;
}
.footer-menu ul li a{
  text-decoration: none;
  color: var(--Pale-Sky);
  font-size: .8rem;
}
.footer-menu ul li a:hover{
  text-decoration: underline;

}
.footer-menu img{
  max-width: 100px;
  margin-bottom: 8px;
}
.footer-social-media img{
  max-width: 24px;
}
.footer-social-media ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-social-media ul li{
  margin-right: 8px;
}
.footer-social-media p{
color: var(--black);
margin-bottom: 8px;

}
.copyright-section{
  padding: 20px 0;
}
.right-copyright ul{
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: end;
}
.right-copyright ul li{
  list-style: none;
  margin-left: 8px;
}
.right-copyright ul li a{
  font-size: .8rem;
  color: var(--Mirage);
  text-decoration: none;
}
.right-copyright ul li a:hover{
  text-decoration: underline;
}
.left-copyright p{
  font-size: .8rem;
  margin-bottom: 0;
}
.left-copyright a{
  color: var(--Mirage);
}
/* details page */
.products-details .breadcrumb-item{
  font-size: .8rem;
}
.products-details .breadcrumb-menu{
  padding: 8px 0;
  color: var(--Pale-Sky);
}
.products-details .breadcrumb-menu a{
  color: var(--Mirage);
  text-decoration: none;
}
/* zoom image */
.slideshow-items {
  width: 100%;
  }
  .slideshow-thumbnails {
  width: 100px;
  }
  #slideshow-items-container { display: inline-block; position: relative; }
  #lens { background-color: rgba( 233, 233, 233, 0.4 ) }
  #lens, #result { position: absolute; display: none; z-index: 1; }
  .slideshow-items { display: none; }
  .slideshow-items.active { display: block; }
  .slideshow-thumbnails { opacity: 0.5; }
  .slideshow-thumbnails.active { opacity: 1; }
  #lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }
/* end */
.right-products .rating-icon{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
 
}
.right-products .rating-icon li{
  list-style: none;
}
.right-products .products-rate-code{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--Silver);
}
.right-products h3{
font-size: 2.5rem;
}
.right-products .products-rate-code li{
  list-style: none;

}
.right-products .products-rate-code .product-code{
color: var(--Mirage);
font-size: .9rem;
padding-left: 30px;
line-height: 26px;
position: relative;
}
.right-products .products-rate-code .product-code::before{
  left: 0;
  top: 7px;
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  background: var(--Pale-Sky);
  margin-left: 15px;
}
.right-products .products-rate-code .product-code span{
  color: var(--Pale-Sky);
}
.right-products .about-products p{
  margin-bottom: 0;
  font-size: .9rem;
  color: var(--Dune);
  padding: 8px 0;

}
.right-products .products-price h4{
  color: var(--Shocking-Orange);
  margin-bottom: 30px;
}
.right-products .products-price h4 span{
  font-size: 1.2rem;
  color: var(--Pale-Sky);
}
.right-products .orderBtn a{
  background: var(--Shamrock-Green);
/*  background: var(--Dark-Fern);*/
  border: none;
  color: var(--white);
  padding: 8px 12px ;
  text-decoration: none;
  line-height: 40px;
}

.right-products .special-offer{
  background: var(--White-Lilac);
  border: 1px solid var(--Silver);
  padding: 12px;
  margin-bottom: 20px;
}
.right-products .special-offer ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.right-products .special-offer ul li{
  list-style: none;
}
.right-products .special-offer h4{
  margin-bottom: 0;
  font-size: 1.1rem;
  color: var(--Shocking-Orange);
  line-height: 30px;
}
.right-products .special-offer .time-running ul li{
border: 1px solid var(--Silver);
margin-left: 8px; 
padding: 2px 4px;
}
.right-products .special-offer .remains-offer{
font-size: .8rem;
color: var(--Pale-Sky);
margin-left: 20px;
line-height: 30px;
}
.right-products .sold-products .progress-bar{
background: var(--Shocking-Orange)!important;

}

.right-products .available-num{
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 8px;
}
.right-products .available-num span{
  color: var(--Pale-Sky);
  font-size: .8rem;
}
.right-products .products-num-add-buy{
display: flex;
padding-left: 0;
margin-bottom: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;

}
.right-products .products-num-add-buy li{
  list-style: none;

}

.right-products .products-num-add-buy .product-inc-dec{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  background: var(--Shamrock-Green);
  padding: 8px;
  color: var(--white);
  justify-content: center;

}

.right-products .products-num-add-buy .product-inc-dec li{
  list-style: none;
margin:0 8px;
}
.right-products .products-num-add-buy .product-inc-dec li i{
  font-size: 16px;
  color: var(--white);
  text-align: center;

}
.products-num-add-buy .pBtn{
  margin-right: 12px;
}
.products-num-add-buy .pBtn .addCartBtn button{
  background: var(--Shamrock-Green);
  border: none;
  color: var(--white);
  padding: 8px 12px;
}
.products-num-add-buy .pBtn .buyCartBtn a{
  background: var(--Mirage);
  border: none;
  color: var(--white);
  padding: 8px 12px ;
  text-decoration: none;
  line-height: 40px;
}
.payment-warrenty-card{
border: 1px solid var(--Silver);
padding: 8px;
margin-bottom: 30px;
}
.payment-warrenty-card ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.payment-warrenty-card ul li{
  list-style: none;
  margin-right: 8px;
  padding: 8px;
}
.payment-warrenty-card .about-pay{
  font-size: .8rem;
  color: var(--Dune);
  margin-bottom: 0;
 
}
.payment-warrenty-card .pay-border{
  border-bottom: 1px solid var(--Silver);
}
.right-products .add-share ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.right-products .add-share ul li{
  list-style: none;
  margin-right: 8px;
  font-size: .9rem;
}
.right-products .add-share ul .wishlist-heart{
  border: 1px solid var(--Silver);
  padding: 0 4px;
}
.right-products .add-share ul .wishlist-heart:hover .fa-heart{
  color: var(--Shocking-Orange);
}

.right-products .product-container {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 20px auto;
}

.right-products .product-radio ul {
  list-style: none;
  padding: 0;
margin-bottom: 20px;
  display: flex;
}

.right-products .product-radio li {
  margin-bottom: 10px;
  margin-right: 20px;
}

.right-products .product-radio input[type="radio"] {
  display: none;
}

.right-products .product-radio label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 2px solid #28a745;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.right-products .product-radio input[type="radio"]:checked + label {
  background-color: #28a745;
  color: #ffffff;
  border-color: #28a745;
}

.right-products .product-radio label:hover {
  background-color: #e9ecef;
}




/* products-description */
.products-description .product-description{
  font-size: 1rem;
  color: var(--Dune);
  padding: 20px 0;
}
.products-description .nav-tabs .nav-link {
  border: 0!important;
  font-size: 1.2rem;
  color: var(--Mirage);
}
.products-description .nav-tabs .nav-link.active{
  border-bottom: 1px solid var(--Shocking-Orange)!important;
  color: var(--Shocking-Orange);
}

.products-description  .nav-tabs {
  border-bottom: 1px solid var(--Silver);
}
.products-description .products-rating{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.products-description .products-rating li{
  list-style: none;
  margin-right: 4px;
}
.products-description .products-rating li img{
  width: 24px;
}
.left-products-review ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.products-description .left-products-review ul .product-rate{
  list-style: none;
  margin-right: 20px;
}
.products-description .products-review-section{
  padding: 20px 0;
}
.products-description .product-rate h3{
  font-size: 2.5rem;
}
.products-description .left-products-review .products-rating{
line-height: 40px;
}
.products-description .left-products-review{
  border-bottom: 1px solid var(--Silver);
  padding: 12px 0;
}
.customer-review{
border-bottom: 1px solid var(--Silver);
padding: 20px 0;

}
.customer-review ul{
display: flex;
position: 0;
margin-bottom: 0;
}
.customer-review ul li{
  list-style: none;
  margin-right: 20px;
}
.customer-review ul li img{
  width: 60px;
  border-radius: 100px;
}
.customer-review .products-rating img{
  width: 18px!important;
  margin-bottom: 4px;
}
.customer-review .products-rating li{
  margin-right: 4px!important;
}
.customer-review .c-name-date{
  color: var(--Pale-Sky);
  margin-bottom: 4px;
}
/* rating star */
#full-stars-example-two {

  .rating-group {
    display: inline-flex;
  }
  .rating__icon {
    pointer-events: none;
  }
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }
  .rating__input--none {
    display: none
  }
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1rem;
  }
  .rating__icon--star {
    color: orange;
  }
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
}
.add-review-form .form-check-input:focus {
  box-shadow: none;
}
.add-review-form .form-check-input:checked{
background-color: var(--Shocking-Orange);
border-color: transparent;
}
.add-review-form .formBtn{
  margin-top: 20px;
}
.add-review-form .formBtn button{
  border: none;
  background: var(--Shamrock-Green);
  color: var(--white);
  padding: 12px 20px;
}
.products-description .add-review-form{
  padding: 20px 0;

}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow:none;
}
/* wishlist */
.wishlist-section{
  padding: 40px 0;
}
.wishlist-section table td {
  vertical-align: middle;
  
}
.wishlist-section .addproductBtn {
  padding: 8px 12px;
  background-color:var(--Shamrock-Green);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.wishlist-section .addproductBtn:hover {
  background-color: var(--Sea-Green);
}

.wishlist-section button i {
  color: var(--white);
}
.wislist-table a{
  color: var(--black);
  text-decoration: none;
}
.wislist-table button{
  padding: 6px 12px;
  background-color: var(--Shamrock-Green);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}
/* cart */
.cart-section{
  padding: 40px 0;
}
.cart-section table td {
  vertical-align: middle;
  
}
.quantity-products ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid var(--Silver);
  justify-content: space-around;
}
.quantity-products ul li{
  list-style: none;
  margin: 0 4px;
 
  padding: 2px;
}
.clearBtn{
  text-align: end;
}
.clearBtn button{
  /* background: var(--Pale-Sky); */
}
.cart-total-section .cart-list{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--Silver);
  padding: 12px 0;
}
.cart-total-section .cart-list li{
  list-style: none;
}
.cart-total-section {
  background: var(--White-Lilac);
  padding: 20px;
}
.shippinAdd{
  margin-bottom: 4px;
  font-size: .9rem!important;
}
/*  */
.cart-section .cart-total-section {
  border: 1px solid #e9ecef;
  background-color: #f8f9fa;
}

.cart-section .form-check-label {
  font-size: 14px;
}

.cart-section .btn {
  /* border-radius: 6px;
  border: 1px solid var(--Pale-Sky);
  color: var(--black); */
}
.cart-section .btn:hover{
  /* background: var(--Pale-Sky);
  color: var(--white); */
}
.cart-section .total p {
  font-size: 18px;
  font-weight: 600;
}

.cart-section .subtotal p {
  font-size: 16px;
}
.cart-section .btn-block{
  background: var(--Sea-Green);
  color: var(--white);
  border: var(--Sea-Green);
}
.form-select:focus {
 
  box-shadow:none;
}
.cart-section .left-cart button{
  /* padding: 8px 12px;
  background-color: var(--Shamrock-Green);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s; */
}
.cart-section .left-cart a{
  text-decoration: none;
  color: var(--black);
}
/* checkout */
.checkout-section{
  padding: 40px 0;
}
.checkout-section .check-here {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.checkout-section .card {
  border: 1px solid var(--Sea-Green);
  border-radius: 5px;
}

.checkout-section .card-body {
  background-color: var(--Spring-Wood);
  padding: 20px;
}

.checkout-section .coupon-input {
  border: 1px solid var(--Sea-Green);
  border-radius: 5px;
}

.checkout-section .coupon-btn {
  background-color: var(--Sea-Green);
  color: var(--white);
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
}

.checkout-section .coupon-btn:hover {
  background-color: var(--Sea-Green);
  transition: background-color 0.3s;
}
.checkout-section .check-here{
  font-size: 1rem;
  margin-bottom: 30px;
}
.checkout-section .have-coupon{
  color: var(--Shocking-Orange);
}
/*  */
.checkout-section .checkout-form {
  max-width: 100%;
  margin: auto;
  /* padding: 20px; */
  background-color:var(--white);
  border-radius: 8px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.checkout-section .left-checkout-form h4 {
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--Mirage);
}

.checkout-section .form-label span {
  color:var(--Shocking-Orange);
}

.checkout-section .form-control {
  border-radius: 4px;
  border: 1px solid var(--Silver);
}

.checkout-section .form-control:focus {
  border-color: var(--Sea-Green);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.checkout-section .form-check-label {
  margin-left: 5px;
}
.cart-total-section .product-item {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--Silver);
  padding: 8px 0;
}
.cart-total-section .product-item li{
  list-style: none;
  font-size: .9rem;
}
.product-subtotal .product-subtotal-name{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--Silver);
  padding: 8px 0;

}
.product-subtotal .product-subtotal-name li{
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
}

.cart-total-section {
  background-color: var(--white);
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.product-subtotal-name,
.product-item {
  list-style: none; /* Remove default list styling */
  padding: 0;
  margin: 0;
}

.product-subtotal-name li {
  font-weight: bold;
  margin-bottom: 5px; /* Space between labels */
}

.product-item li {
  margin-bottom: 10px; /* Space between product items */
}

.shipping-options h6 {
  margin-bottom: 10px; /* Space below shipping options heading */
}
.shipping-options ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--Silver);
  padding: 8px 0;
}
.shipping-options ul li{
  list-style: none;
}
/*  */
.cart-total-section .accordion .accordion-item{
background: transparent;
border: none;
}
.cart-total-section .accordion .accordion-item label{
  font-weight: 600;
 
}
.cart-total-section .accordion .accordion-item .form-check{
margin: 8px 0;

}
.cart-total-section .accordion-content{
  font-size: .9rem;
  line-height: 20px;
  color: var(--Dune);
}
.form-check-input:focus {
  border-color: var(--Dune);
  outline: 0;
  box-shadow:none;
}
.form-check-input:checked {
  background-color: var(--Burning-Orange);
  border: none;
}
.checkout-section .addBtn{
  padding: 8px 12px;
  background-color: var(--Shamrock-Green);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
  text-decoration: none;

}
.checkout-section .accordion-section{
margin-bottom: 20px;

}
/* account */
.account-section .account-form {
  width: 70%;
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 30px auto;
  
}
.account-section .tabs {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
border-bottom: 1px solid var(--Spring-Wood);


}
.account-section .tabs div {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.account-section .tabs div.active {
  border-bottom: 2px solid var(--Shocking-Orange);
  font-weight: bold;
  color: var(--Shocking-Orange);
}
.account-section .form-container {
  display: none;
}
.account-section .form-container.active {
  display: block;
}
.account-section input[type="text"],
.account-section input[type="password"],
.account-section input[type="email"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid var(--Spring-Wood);
  border-radius: 5px;
}
.account-section button {
  width: 100%;
  padding: 10px;
  background-color: var(--Sea-Green);
  border: none;
  border-radius: 5px;
  color: var(--white);
  cursor: pointer;
}
.account-section button:hover {
  background-color: var(--Dark-Fern);
}
.account-section .forgot-pwd{
  margin: 20px 0;
}
/* forgot section */
.forgot-section .forgot-password-container {
  width: 70%;
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 30px auto;
      }
  
    
      .forgot-section .forgot-password-container input[type="email"] {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
      }
  
      .forgot-section .forgot-password-container input[type="submit"] {
        width: 100%;
        padding: 12px;
        margin: 20px 0;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 18px;
        cursor: pointer;
      }
  
      .forgot-section .forgot-password-container input[type="submit"]:hover {
        background-color: #45a049;
      }
  
      .forgot-section .forgot-password-container a {
        display: block;
        margin-top: 20px;
        color: #555;
        text-decoration: none;
        font-size: 14px;
      }
  
      .forgot-section .forgot-password-container a:hover {
        text-decoration: underline;
      }
      /* profile */
   
      .profile-section .main-title{
        border-bottom: 1px solid var(--Spring-Wood);
       color: var(--Shocking-Orange);
        margin-bottom: 12px;
        border-bottom: 1px solid var(--Burning-Orange);
        border-top: 1px solid var(--Burning-Orange);
        padding: 12px 0;
        }
        .profile-section .main-title h5{
          margin-bottom: 0;
        }
  .profile-section{
    padding: 40px 0;
    background-color: var(--white);
}
.profile-section .nav-link-profile.active{
  background: var(--Sea-Green);
  color: var(--white);
}
.profile-section .nav-link-profile:hover{
  background-color:  var(--Avocado);
  color: var(--white);
}
.profile-section .right-tab{
    background: var(--white);
    padding: 40px 20px;
    box-shadow: 0 0px 4px rgb(0 0 0 / 0.1);

}
.profile-section .right-tab span{
    color: var(--Shocking-Orange);
}
.profile-section .nav-link-profile{
    text-decoration: none;
    color: var(--Mirage);
    padding:12px 20px;
    cursor: pointer;
    background: var(--white);
    border-bottom: 1PX solid var(--Silver);
 
}
.profile-section .nav-link-profile i{
    margin-right: 20px;
    font-size: 20px;
}
.profile-section .right-tab input{
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px; 
}
.profile-section .updated-profile{
  width: 100%;
  padding: 12px;
  margin: 20px 0;
 
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;

}
.profile-section .updated-profile button{
  text-decoration: none;
  color: var(--white);
  background-color: #4CAF50;
  padding: 12px 20px;
  border: none;
}

   /* profile section end */
   /* filter section */
   .filter-section{
    background: var(--Spring-Wood);
    padding: 40px 0;
   }
  .filter-icon-menu.collapse:not(.show) {
    display: block;
    }
    .filter-icon-menu .card{
    border: none;
    }
    .total-item span{
    color: var(--Ironside-Grey);
    }
    .done-btn button{
      background: var(--Sea-Green);
      color:var(--white);
      border: 0;
      padding: 4px;
    }
    .filterDrop{
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    }
    .filterDrop li{
    list-style: none;
    }
    .filter-drop .filter-dropdown{
    display: flex;
    }
    .filter-drop .filter-dropdown li{
    margin-right: 8px;
    }
    .filter-drop .filter-icon{
    padding: 8px 0;
    }
    .left-filter-section{
    border-top: 1px solid var(--Light-Grey);
    border-right: 1px solid var(--Light-Grey);
    padding: 8px;
    }
    .left-filter-section span{
    color: var(--Ironside-Grey);
    }
    .left-filter-section .form-check {
    font-size: 15px;
    position: relative;
    }
    .left-filter-section .color-code1,.left-filter-section .color-code2,.left-filter-section .color-code3,.left-filter-section .color-code4{
    margin-left: 20px;
    }
    .left-filter-section .color-code1::before{
    content: "";
    position: absolute;
    left: 25px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: var(--Bittersweet);
    }
    .left-filter-section .color-code2::before{
    content: "";
    position: absolute;
    left: 25px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: var(--Forest-Green);
    }
    .left-filter-section .color-code3::before{
    content: "";
    position: absolute;
    left: 25px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: var(--black);
    }
    .left-filter-section .color-code4::before{
    content: "";
    position: absolute;
    left: 25px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: var(--Rubber-Ducky-Yellow);
    }
    .related-section .shortby-dropdown{
    border-radius: 0;
    padding: 0;
    width: 100%;
    }
    .related-section .shortby-dropdown li a:hover{
    color: var(--Bittersweet);
    }
    .related-section .shortby-dropdown .dropdown-item:focus{
    color: var(--Bittersweet);
    background-color:var(--Aqua-Haze);
    }
    .filter-icon img{
    max-width: 30px;
    margin-right: 12px;
    }
    .related-section .done-btn button{
    background-color: var(--Bittersweet);
    border: none;
    padding: 8px 12px;
    color: var(--white);
    float: right;
    }
    .search-clean ul{
    display: flex;
    padding-left: 0;
    justify-content:space-between;
    margin-bottom: 0;
    }
    .search-clean ul li{
    list-style: none;
    }
    .right-filter-product .products-card {
   margin-bottom: 30px;
    }
    .left-filter-section h5 {
      margin-bottom: 12px;
      font-size: .8rem;
  }
    .total-item h5{
      color: var(--Dark-Fern);
    }
    .products-card .instock{
      color: var(--Dark-Fern);
      font-size: .7rem;
    }
    .left-filter-section label{
      font-size: .9rem;
    }
   /* filter end */
   /* tracking products */

.tracking-item{
  padding: 30px 0 0 0;
}
.order-tracking{
	text-align: center;
	width: 20%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid var(--Spring-Wood);
	background-color: var(--Burning-Orange);
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid var(--Silver);
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.completed .is-complete{
	border-color: var(--Forest-Green);
	border-width: 0px;
	background-color: var(--Dark-Fern);
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.order-tracking p {
	color: var(--Silver);
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: var(--black);}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: var(--Burning-Orange);
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: var(--Dark-Fern);}

.tracking-Order li{
  list-style: none;
}

/* tracking product end */

.success-card {
 
  border-radius: 8px;

  transition: box-shadow 0.3s ease-in-out;
  max-width: 600px;
  width: 100%;
  padding:60px 30px;
  text-align: center;
  margin: 40px auto;

}


/* Image Styling */
.success-card img {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
}

/* Text Styling */
.success-card h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.success-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a73e8;
  margin-bottom: 10px;
}

.success-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.success-card h4{
  color: var(--Burning-Orange);
  font-size: 1.2rem;
}
/* error */
.error-card {
  border-radius: 8px;

  transition: box-shadow 0.3s ease-in-out;
  max-width: 600px;
  width: 100%;
  padding:60px 30px;
  text-align: center;
  margin: 40px auto;
}
.error-card img {
  max-width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/* Text Styling */
.error-card h5 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.error-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--Burning-Orange); 
  margin-bottom: 10px;
}
/* default -img */
.defult-section{
  /* padding: 30px 0; */
  margin-bottom: 20px;
}
.default-img img{
  width: 100%;
}

.mera-mart {
  background-color: var(--Spring-Wood);
  padding: 40px 0; 
}

.card {
  background-color:var(--white);
  border-radius: 8px; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
  overflow: hidden; 
  transition: transform 0.3s; 
}

.card:hover {
  transform: scale(1.02); 
}

.default-content {
  text-align: center; 
  padding: 20px; 
}

.default-content h3 {
  font-size: 24px;
  color: #333; 
  margin-bottom: 15px;
}

.default-img {
  position: relative; 
  overflow: hidden;
  background: var(--Shocking-Orange);
  padding: 1px;
}

.default-img img {
  /* width: 100%; 
  height: auto;  */
  transition: transform 0.3s;
}

.default-img:hover img {

  transform: scale(1.01); 

}

.defaultBtn {
  margin-top: 15px; 
}

.defaultBtn a {
  display: inline-block; 
  background-color: var(--Burning-Orange); 
  color: var(--white); 
  text-decoration: none;
  padding: 12px 20px; 

  font-weight: bold; 
  transition: background-color 0.3s, transform 0.3s;
}

.defaultBtn a:hover {
  background-color: var(--Dark-Fern); 
  transform: translateY(-2px);
}
/* .default-content h3 {
  font-size: 26px; 
  color: var(--Dark-Fern); 
  margin-bottom: 15px; 
  text-transform: uppercase; 
  letter-spacing: 1px;
  font-weight: bold;
  position: relative; 
}

.default-content h3::after {
  content: ''; 
  display: block; 
  width: 50px; 
  height: 3px; 
  background-color: var(--Burning-Orange); 
  margin: 10px auto; 
  border-radius: 2px; 
} */

/* subscription start */
.subscription-section .subscription-header {
padding: 20px 0;
text-align: center;

}
.subscription-section .subscription-header h5{
  font-size: 1.8rem;
  color: var(--Burning-Orange);
}
.subscription-section .subscription-header p{
    max-width: 63%;
    margin: auto;
    text-align: center;
    margin-bottom: 12px;

}
.plan-section-card{
  padding: 40px 0;
}
.subscription-section .nav-tabs {
border: 0;
justify-content: center;
margin-bottom: 30px;

}
.subscription-section  .nav-link.active{
border: 0;
font-size: 1.2rem;
color: var(--Burning-Orange);
border: 1px solid var(--Burning-Orange);
border-radius: 80px;

}
.subscription-section  .nav-link{
  border: 0;
  font-size: 1.2rem;
  color: var(--Dune);
  
  }
.chooseplan-card .plan-card {
  background-color: var(--white);
  border: 1px solid var(--Spring-Wood);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin: 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.chooseplan-card .plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.chooseplan-card .plan-card h4 {
  font-size: 1.8rem;
  color: var(--Dune);
  margin-bottom: 4px;
}

.chooseplan-card .plan-card h2 {
  font-size: 2.4rem;
  color: var(--Dune);
  margin-bottom: 0;
  opacity: .6;
  font-weight: 700;
}

.chooseplan-card .plan-card p {
  font-size: 1rem;
  color: #777;
  margin-bottom: 20px;
}

.chooseplan-card .plan-card button {
  background-color: var(--Burning-Orange);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.chooseplan-card .plan-card button:hover {
  background-color: var(--Burning-Orange);
}
.plan-card.active-card{
  background: var(--Burning-Orange);
  min-height: 350px;
  margin-top: -20px;

}
.plan-card.active-card button{
  background: var(--white);
  color: var(--Burning-Orange);
}
.plan-card.active-card p{
  color: var(--white);
}
.plan-card.active-card h2{
  color: var(--Dune);
}
.plan-card.active-card h4{
  color: #565658;
}
.plan-card.active-card button:hover {
  background: var(--white);
  color: var(--Burning-Orange);
}
input:focus {
  outline: none; /* Ensures no outline on focus */
  border-color: #ccc; /* Optional: Maintain border color on focus */
}
/* subscription end */
/* policies start */
.policies-section{
  padding: 60px 0;
}
.policies-section h2{
  font-size: 1.6rem;
  font-family: "Sriracha", serif;
  color: var(--Dune);

}
.policies-section h3{
  font-size: 1.4rem;
  font-family:serif;
  color: var(--Dune);

}
.policies-section h4{
  font-size: 1.3rem;
  font-family:serif;
  color: var(--Dune);

}
.policies-section .table-bordered {
  border: 2px solid #dee2e6;
}

.policies-section .table th,
.policies-section .table td {
  vertical-align: middle;
  text-align: center;
}

.policies-section .table thead th {
  background:linear-gradient(135deg, #ffffff, #42b13270);
  color: var(--Dark-Fern);
  font-weight: bold;
  font-size: 16px;
}

.policies-section .table th[colspan="5"] {
  background:var(--Dark-Fern);
  color:var(--white);
  font-size: 18px;
  letter-spacing: 1px;
}

.policies-section .table tbody td:first-child {
  background-color: #f1f8e9;
  font-weight: 500;
  color: var(--Dark-Fern);
  text-align: left;
  padding-left: 15px;
}

.policies-section .table-bordered td,
.policies-section .table-bordered th {
  border: 1px solid #c8e6c9;
}

.policies-section .table tbody tr:hover {
  background-color: #f9fbe7;
}
.policies-section p{
  color: #333;
}
.policies-section .toc-list {
  width: 100%;
  /* margin: 2rem auto; */
  padding: 1rem 1.5rem;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  counter-reset: section;
}

.policies-section .toc-list li {
  margin: 0.5rem 0;
  padding: 0.5rem 0.75rem;
  list-style: none;
  border-left: 4px solid #26a69a;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.policies-section .toc-list li:hover {
  background-color: #e0f2f1;
  transform: translateX(5px);
}

.policies-section .toc-list li a {
  display: block;
  color: #00796b;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.policies-section .toc-list li a:hover {
  text-decoration: underline;
}
.policies-section .styled-ul,.policies-section .styled-ol {
  counter-reset: list-counter;
  list-style: none;
  padding: 0;
  /* margin: 2rem auto; */
  max-width: 800px;
}

.policies-section .styled-ul li ,.policies-section .styled-ol li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: .6rem;
  padding: .8rem 0rem .8rem 4.5rem;
  background: #ffffff;
  border-radius: 8px;
  /* box-shadow: 0 3px 8px rgba(0,0,0,0.05); */
  font-size: 16px;
  color: #333;
  transition: 0.3s ease;
}

.policies-section .styled-ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  color: #26a69a;
  background-color: #e0f2f1;
  border-radius: 50%;
  padding: 0.3rem 0.75rem;
  display: inline-block;
  min-width: 2rem;
  text-align: center;
}

.policies-section .styled-ul li::before {
  content: "✓";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4caf50;
  font-size: 1.1rem;
  font-weight: bold;
  background: #e8f5e9;
  border-radius: 50%;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  line-height: 1;
}
.policies-section p{
  font-size: 16px;
    color: #333;
}
/* policies end */

   @media(max-width:1440px){
    .caption {
      left: 160px;
    }  
    .mera-carousel .carousel-caption h2{
  
      font-size: 2.5em; 
     
  }
  
.mera-carousel .carousel-caption {
  top: 15%;
 

}
   }
   @media(max-width:1400px){
    .category-product-section .weekend-content h3 {
      font-size: 1.3rem;
  }
   }
   @media(max-width:1400px){
    .products-num-add-buy .pBtn .addCartBtn button{
      padding: 8px;
    }
    .right-products .orderBtn a{
      padding: 8px;
    }
    .products-num-add-buy .pBtn .buyCartBtn a{
      padding: 8px;
    }
   }
   @media(max-width:1300px){
    .heroSlider2 {
      height: 687px;
  }
  .caption {
   top:198px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 45%;
}
.footer-menu img.google-play {
  max-width: 100px;
}
.wislist-table button {
  padding: 6px 12px;
   }
   .wishlist-section .addproductBtn{
    padding: 6px 12px;
   }
   .mera-carousel .carousel-caption h2 {
    font-size: 2em;
}
.sliderBtn li a {
  padding: 8px 12px
}
   }

   @media(max-width:1200px){
    .products-card {
      padding: 4px;
  }
  .product-price h3 {
    color: var(--Shocking-Orange);
    font-size: 1rem;
}
.category-product-section .weekend-content h3 {
  font-size: 1.1rem;
}
.category-product-section .only-week {
  margin-bottom: 2px;
  font-size: .9rem;
}
ul.products-num-add-buy {
  flex-direction: column;
  align-items: center;

}
.right-products .products-num-add-buy{
  display: grid;
  grid-template-columns: 2fr 2fr;

}
.products-num-add-buy .pBtn .addCartBtn button {
  margin-left: 4px;
}
ul.products-num-add-buy li.pBtn {
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

.product-inc-dec {
  justify-content: center;
  margin-bottom: 15px;
}

.addCartBtn button, .buyCartBtn a, .orderBtn a {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
}

.addCartBtn button i, .buyCartBtn a i, .orderBtn a i {
  margin-right: 8px;
}
.mera-carousel .carousel-caption {
 
  max-width: 60%;
  padding: 4px;
}
   }
   @media(max-width:1024px){

    .right-products h3 {
      font-size: 2.2rem;
  }
  
   }
   @media(max-width:992px){
    
    .category-product-section .weekend-left-banner{
      margin-bottom: 12px;
    }
    .footer-menu{
      margin-bottom: 20px;
    }
    .right-copyright ul {
      justify-content: start;
  }
  .delivery-section .right-delivery ul {
    justify-content: start;
}
.right-top-menu {
  justify-content: start;
}
.right-account-data{
  display: flex;
}
.navbar-toggler:focus {
  box-shadow:none;
}
.ecomm-navbar button{
  border: 0;
}
.ecomm-navbar .offcanvas-header img{
  width: 180px;
}
.heroSlider1,.heroSlider2,.heroSlider3 {
  height: 510px;
}
.caption {
  top: 120px;
  left: 105px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 45%;
 
}
.hero-section .caption h2 {
  font-size: 3rem;
}
.right-products .add-share ul{
  margin-bottom: 8px;
}
.product-description p{
  font-size: .8rem;
  line-height: 24px;
}
.right-products h3 {
  font-size: 1.8rem;
}
.customer-review p{
  font-size: .8rem;
  line-height: 24px;

}
.customer-review{
  padding: 0;
}
.products-description .products-rating li img {
  width: 16px;
}
.customer-review .products-rating img {
  width: 16px !important;

}
.add-review-form .form-label{
  font-size: .8rem;
  line-height: 20px;
}
.products-review-section h4{
  font-size: 1rem;
}
.add-review-form label{
  font-size: .8rem;
}
.wislist-table a {
  font-size: .8rem;
}
.wislist-table .table th, .table td {
  font-size: .9rem;
}

.wislist-table .table {
  display: block;
  overflow-x: auto; /* Horizontal scroll for smaller screens */
  white-space: nowrap;
}
.cart-section .table {
  display: block;
  overflow-x: auto; /* Horizontal scroll for smaller screens */
  white-space: nowrap;
}
.wislist-table .table th, .table td {
  padding: 10px 5px;
}
.cart-section .table th,.cart-section .table td {
  font-size: .9rem;
}
.cart-section .left-cart{
margin-bottom: 20px;
}
.cart-total-section .accordion-body{
  font-size: .8rem;
  padding: 2px;
}
.product-item p{
  font-size: .9rem;
}
.left-checkout-form label{
  font-size: .9rem;
}
.checkout-section p{
  font-size: .9rem;
}
.checkout-section .coupon-btn {
  padding: 7px 10px;
}
.mobile-wishlist{
  position: relative;

}
.mobile-wishlist span{
  position: absolute;
    top: -8px;
    right: -8px;
    font-size: .6rem;
    width: 18px;
    height: 18px;
    border-radius: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .text-none{
  display: none;
} */
.top-sec-menu{
  display: none;
}
.delivery-section .right-delivery ul {
  justify-content: end;
}
.delivery-section{
  background: var(--Sea-Green);
}
.delivery-section .left-delivery ul li a,.order-track a  {
 color: var(--white);
}
.mera-carousel .carousel-caption h2 {
  font-size: 1.5em;
}
.mera-carousel .carousel-caption {
  max-width: 50%;
  padding: 4px;
}
.mera-carousel .carousel-caption {
  max-width: 50%;

}
.mera-carousel p {
  font-size: 1rem;
 
}
.sliderBtn {
  margin-top: 20px;
}

   }
   @media(max-width:880px){
    .mera-carousel .carousel-caption h2 {
      font-size: 1.3em;
  }
  .mera-carousel p {
    font-size: .8rem;
}
.sliderBtn li a {
  font-size: .9rem;
}
   }
   @media(max-width:800px){
    .hero-section .caption h2 {
      font-size: 2.5rem;
  }
  .sliderBtn li a {
    padding: 8px 12px;
  }
  .ecomm-navbar .dropdown-menu {
  position: static;
}
.ecomm-navbar .DropdownList {
  max-width: 100%;
  padding: 20px;
}
   }
@media (max-width: 768px) {
  .right-products .product-radio label {
      display: block;
      text-align: center;
      width: 100%;
  }
  .hero-section .caption h2 {
    max-width: 450px;
    font-size: 2.2rem;
  }
  .caption {
    top: 110px;
}
footer{
  padding: 40px 0 0 0;
}
ul.products-num-add-buy li.pBtn {
  margin: 2px 0;
}
.right-products h3 {
  font-size: 1.8rem;
}
.products-details .left-details{
  margin-bottom: 20px;
}
.right-products .product-radio label {
  padding: 6px 12px
}
.right-products h3 {
  font-size: 1.5rem;
}
.products-description .nav-tabs .nav-link {
  font-size: 1rem;
}
.customer-review ul li img {
  width: 40px;
}
.filter-icon-menu.collapse:not(.show) {
  display: none;
  }
  /*  */
  
.order-viewBtn ul li button {
  padding:6px;
  font-size: 14px;
}
.tracking-order-mobile .order-tracking {
  text-align: center;
  position: relative;
  display: flex;
}


.tracking-order-mobile .order-tracking.completed:before{

  content: '';
  /* display: block; */
  height: 43px;
  width: 3px;
  background-color: var(--Dark-Fern);
  position: absolute;
  left: 55px;
  top: -49px;

}
.tracking-order-mobile .order-tracking:before{
  content: '';
  /* display: block; */
  height: 43px;
  width: 3px;
  background-color: var(--Burning-Orange);
  position: absolute;
  left: 55px;
  top: -49px;
}
.tracking-order-mobile .order-tracking:before{
  content: '';
  width: 3px;
}
/* .tracking-order-mobile .order-tracking.completed:before{
  content: '';
  background-color: var(--Forest-Green);
} */
.tracking-order-mobile  .order-tracking .is-complete {

  margin: 0 30px;
}
.tracking-order-mobile .order-tracking {
  width: 100%;
  height: 85px;
}
/* .mera-carousel .w-100 {
  height: 24vh;
 
} */
.headline h3{
  font-size: 1.3rem;

}
.subscription-section .subscription-header p {
  max-width: 90%;
  margin-bottom: 6px;
}
.policies-section{
  padding: 40px 0;
}
}
@media(max-width:620px){
  .hero-section .caption h2 {
    max-width: 410px;
    font-size: 2rem;
}
.heroSlider1, .heroSlider2, .heroSlider3 {
  height: 430px;
}
.caption {
  top: 80px;
  left: 80px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 44%;
}
.mera-carousel .carousel-caption h2 {
  font-size: 1em;
}
.sliderBtn li a {
  padding: 4px 6px;
  font-size: .8rem;
}
.mera-carousel .carousel-caption {
  top: 22%;
}
}
@media (max-width: 576px) {
  .cart-section .cart-total-section {
    padding: 1.5rem;
  }
  
 .cart-section .btn-block {
    width: 100%;
  }
  .right-copyright ul {
    display: block;
    margin-bottom: 4px;
   
}
}
@media(max-width:575px){
  .hero-section .caption h2 {
    font-size: 1.8rem;
    line-height: 40px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: transparent;
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background: transparent;
}
.caption {
  left: 28px;
}
.hero-section .caption h2 {
  max-width: 360px;
}
.product-section {
  padding: 15px 0 0 0;
}
.product-section .product-head li a {
  padding: 4px 6px;
  font-size: .9rem;
}
.company-logo img {
  width: 250px;
  margin-bottom: 12px;
}
.delivery-section .left-delivery ul {
  display: block;
}
.delivery-section .left-delivery ul ul{
  display: flex;
}
.delivery-section .left-delivery ul li a,.delivery-section .left-delivery ul li a {
  line-height: 6px;
}
.products-card .discount-products {
  padding: 1px 2px;
}
.right-products .special-offer h4 {
font-size: 1rem;
}
.right-products .special-offer h4 {
  line-height: 19px;

}
.right-products .special-offer .remains-offer {
  line-height: 16px;
}
.cart-total-section{
  padding: 8px 6px!important;
}
.success-card {
  border-radius: 8px;
  padding: 40px 0;
  margin: 0;
}
.success-card img {
  max-width: 60px;
  height: auto;
  margin-bottom: 12px;
}
.error-card {
  border-radius: 8px;
  padding: 40px 0;
  margin: 0;
}
.error-card img {
  max-width: 60px;
  height: auto;
  margin-bottom: 12px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {

  width: 1.1rem;
  height: 1.1rem;
}
.account-section .account-form {
  width: 100%;
}
.plan-card.active-card {
  background: var(--Burning-Orange);
  height: auto;
  margin-top:0;
}
.subscription-section .subscription-header p {
  max-width: 100%;
  margin-bottom: 0;
}
.subscription-section .nav-link.active {
  font-size: 1rem;
}
.subscription-section .nav-link {
  font-size: 1rem;
}
.subscription-section .nav-tabs {
  margin-bottom: 0;
}
.plan-section-card {
  padding: 20px 0;
}
.policies-section .toc-list{
  padding: 1rem;
}
.policies-section .styled-ul li, .policies-section .styled-ol li {
  padding: .6rem 0rem .6rem 3.5rem
}
.policies-section .styled-ul li::before {
  left: .8rem;
}
.policies-section .styled-ol li::before {
  left: .5rem;
}
}
@media(max-width:425px){
  .category-product-section .weekend-content h3 {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .category-product-section .weekend-content p{
    margin-bottom: 4px;
  }
  .hero-section .caption h2 {
    max-width: 290px;
}
.right-account-data img {
  width: 14px;
}
.right-account-data ul li {
  margin-right: 4px;
}
.wishlist-num span,.bag-num span{
  font-size: 8px;
}
.right-account-data ul li {
  margin-right: 6px;
}
.ecomm-navbar .navbar-toggler-icon {
  width: 1.2em;
}
.top-sec-menu{
  display:none;
}

.delivery-section .left-delivery ul li a {
  line-height: 0;
}
.delivery-section .left-delivery ul li p {
  line-height: 20px;
}
.company-logo img {
  width: 210px;
  
}
.order-track a {
  line-height: 28px;
}
.mera-carousel .carousel-caption {
  max-width: 60%;
}

}
@media(max-width:375px){
  .category-product-section .weekend-content h3 {
    font-size: .9rem;
}
.shopBtn {
  padding: 0;
  font-size: .8rem;
}
.caption {
  top: 67px;
}
.right-account-data ul li {
  margin-right: 14px;
}
.ecomm-navbar .navbar-toggler-icon {
  width: 1.1em;
}
.right-products .products-num-add-buy{
  display: grid;
  grid-template-columns: 2fr;

}
.right-products .add-share ul li {
  margin-right: 6px;
}
.right-products .special-offer .time-running ul li {
  padding: 2px 2px;
  font-size: .8rem;

}
.alpha-letter{
  display: none;
}
.right-account-data img {
  width: 18px;
}
}
@media(max-width:320px){

  .category-product-section .weekend-left-banner .weekend-content {
    top: 49px;
  }
}