:root {
    /* --primary-font: "Instrument Sans", sans-serif; */
      --primary-font: "Poppins", sans-serif;
    --primary-color:  #65AD30;
    --secondary-color: #fff;
    --background-color: #fff;
    --footer-bg:#0C1A33;

 
}


html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body{ margin:0; padding:0;   font-family:var(--primary-font)!important;  }
a{ margin:0; padding:0; text-decoration:none !important;  outline:none !important; -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;}
a:hover{ color:#fff;}
::selection{ background:#fff; color:#010101;}
::-moz-selection{background:#fff; color:#010101;}
::-webkit-selection{background:#fff; color:#010101;};
img{ max-width:100%; height:auto;}
ul{ margin:0; padding:0; list-style-type:none;}
li{ margin:0; padding:0;}
p{ padding:0; margin:0 0 15px 0; 
  font-size: 15px;

color:#010101;

   }
h1, h2, h3, h4, h5, h6{ margin:0; padding:0; font-weight: 300;  font-family:var(--primary-font)!important;  }

a.addcardBtn:hover{
  color: #000000 !important;
}



footer {
    margin-bottom: 0 !important;
}
body.page {
    margin-bottom: 0 !important;
}
/* body.page {
    margin-bottom: 0 !important;
} */
.mainContainer{
max-width: 1470px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
	    @media (max-width: 767px) {
	padding: 0 14px;
		}
}
.mainContainerHome{
max-width: 1470px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
	    @media (max-width: 767px) {
	padding: 0 14px;
		}
}
.startRating{
	display: flex;
	gap:2px;
	span{
		i{
			color:#ff9c05 ;
			font-size: 10px;
		}
	}
}
.offcanvas-header {
    background-color:#ffffff;
}

.offcanvas{
  z-index: 99999;
background: var(--primary-color)!important;
	
.offcanvas-header .btn-close{
	opacity: 1;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    right: 7px;
}
.offcanvas-header .btn-close i{
	color: #000000;
	font-size: 31px;
}
.btn-close:focus{
	box-shadow: none;
}
}




.our-scrolling-ticker {
background-color: #fae9e1;
  padding: 12px 10px;
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 1000;
} 
.scrolling-ticker-box {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 10px;
  align-items: center;
}
.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  min-width: 100%;
  animation: scroll 24s linear infinite;
}
.scrolling-content span {
  display: inline-block;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: var(--primary-color);
position: relative;
padding-left: 40px;
&::before{
position: absolute;
    left: 10px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #000;
    content: "";
    border-radius: 50%;
}
}
.scrolling-content span img {
  width: 100%;
  max-width: 24px;
}
@keyframes scroll{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(calc(-100% - 10px));
	}
}
#mainHeader{
  /* position:fixed; */

  transition: all 0.4s ease;
  width: 100%;
padding: 13px 30px;
  z-index:999 ;

  /* border-bottom: 1px #ddd solid; */


    top: 0;
    left: 0;


  	 @media (max-width: 1200px) {
  padding: 14px 0px;
	 }
    @media (max-width: 767px) {
  padding: 15px 0px;
	}
}
header.sticky {
  position:fixed;
background: #fff;

    z-index:1000;

}

.headerMainFlex {
display: flex;
  justify-content: space-between;
  align-items: center;


  .menuTopMain {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3px;
    align-items: center;
	li{
		padding: 0 15px;
	}
	a{
		font-weight: 400;
      font-size: 16px;
      color: #000000;
padding: 10px 0px;
position: relative;
&:hover::before{
	  width: 100%;
     color: var(--primary-color);
}
  &::before{
		position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 2px;
          transition: 0.4s;
          content: "";
          background: var(--primary-color);
	  }

	}
  }
}

.componyLogoSlider {
  /* padding: 66px 0px 0px; */
  background: #fff;
/* height: 100dvh; */
  overflow: hidden;
  position: relative;
  margin-top: 8rem;
  
  	 @media (max-width: 1199px) {
 /* padding: 66px 0px 0px; */
	 }
     	 @media (max-width: 767px) {
height: auto;
margin-top: 6rem;
       }
}

.searchDivallFlex{
	display: flex;
	gap:20px;
	align-items: center;
	 @media (max-width: 1199px) {
gap:12px;
	 }
	.flexMainCartIcon{
	display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
	}
	.cartIconHedaerDiv{
	position: relative;
    display: flex;
    align-items: center;
		cursor: pointer;
	&:hover svg{
		fill: var(--primary-color);
	}
		svg{
		width: 15px;
		transition: 0.4s;
		}
		span{
		font-size: 10px;
    font-size: .625rem;
    line-height: 19px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    padding: 0 3px;
    font-weight: 400;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
top: -6px;
      background: var(--primary-color);
      color: #fff;
      left: 7px;
    }

		}
	}


		.whislistIconHedaerDiv{
	position: relative;
    display: flex;
    align-items: center;
	cursor: pointer;
	&:hover svg{
		fill: var(--primary-color);
	}
		svg{
	width: 24px;
	transition: 0.4s;
		}
		span{
		font-size: 10px;
    font-size: .625rem;
    line-height: 19px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    padding: 0 3px;
    font-weight: 400;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
  top: -7px;
      background: var(--primary-color);
      color: #fff;
      left: 11px;

		}
	}


	.profileIconmain{
		background: transparent;
		border: none;
		cursor: pointer;
		
		svg{
transition: 0.4s;
width: 18px;
        height: 18px;
		}
		&:hover svg{
color: var(--primary-color);
		}
	}
	.searchmainall{
.searchBorderAll{
border: 1px #ddd solid;
      border-radius: 30px;
      padding: 0px 0px 0px 0px;
              margin-right: 10px;
	  @media (max-width: 1199px) {
border: none;
padding: 0px;
	  }
	  input{
		border: none;
		padding: 8px 4px;
		outline: none;
		color: #333;
		font-size: 14px;
	border-radius: 19px;
	  }
	  button{
		background: transparent;
		border: none;
		svg{
	width: 20px;
          color: #dddd;
          height: 20px !important;
		}
	  }
	}
	}
	
	.searchMainalldivPopup{
		  .btn-close:focus{
	box-shadow:none!important;
  }
		.btn-close{
			font-size: 0;
  width: 100px;
  height: 46px;
  opacity: 1;
  img{
	width: 30px;
  }

		}
		.modal-content{
			background: #0000009e;
		}
		.modal-header{
			border-bottom: none;
		}
		.modal-body{
			display: flex;
			align-items: center;
			justify-content: center;
			.flexDivallHeader{
				display: flex;
				flex-direction: column;
 margin-top: -158px;
 h4{
	text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 28px;
 }
			}
.searchBorderAll{
border: 1px #ddd solid;
      border-radius: 50px;
      padding: 0;
      width: 100%;
      max-width: 557px;
      display: flex;
      align-items: center;
      gap: 11px;
	 
	  input{
border: none;
    
        outline: none;
        color: #fff;
        font-size: 25px;
        border-radius: 78px;
        padding: 15px 36px;
        width: 100%;
        background: transparent;
	  }
	  button{
		background: transparent;
		border: none;
		svg{
width: 85px;
          fill: #fff;
          height: 41px;
		}
	  }
	}
		}
	}
	
	
/* ===== MARQUEE BAR ===== */
.topStickyWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
@media (max-width: 767px) {
  .searchMainalldivPopup .flexDivallHeader h4{
    font-size: 20px !important;
  }
  .searchBorderAll  input {
      font-size: 14px !important;
  }
  .searchBorderAll button  svg {
               
                    height: 24px !important;
                }
    .topStickyWrapper {
        position: fixed !important;
        top: 0 !important;
    }
    .marquee span {
    font-size: 12px !important;
  
    padding: 4px 21px 0px !important;
}
}


#mainHeader {
    background:#ffffff;
}
.marquee {

 
    width: 100%;
    overflow: hidden;
    background-color:var(--primary-color); 
    color:  #ffffff;
    padding: 10px 0;
    white-space: nowrap;
    position: relative;   /* changed from absolute */
    z-index: 100;
        top: 0;
}



/* Responsive */
@media (max-width: 1199px) {
    .marquee {
        padding: 12px 0;
                margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .marquee {
       margin: 0px;
    }
  }
.marquee-content {
    display: flex;
    justify-content: center;   /* center horizontally */
    align-items: center;       /* center vertically */
    white-space: normal;
    gap: 0;                    /* no gap needed for single item */
}

/* Pause animation on hover */
.marquee:hover .marquee-content {
    animation-play-state: paused;
}

.marquee span {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}

/* Dot before text */
/* .marquee span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
} */

/* Animation */
@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.covserAccount {
    display: flex;
    border: 1px solid #ffffff;
    flex-direction: row;
    border-radius: 25px;
   padding: 2px 18px 2px 4px;
    background: #fff;
}
ul.productLinkNav {
    list-style-type: circle;
    padding-left: 20px;
}
ul.productLinkNav li {
padding: 5px 0px;
}


ul.productLinkNav li a{
  font-size: 16px;
}
.commonHeaderMaxWidth{

	margin: 0 auto 30px;
	text-align: center;
	@media (max-width: 1199px) {
margin: 0 auto 20px;
	}
	h2{
font-weight: 300;
    color: #000000;
    font-size: 30px;
	text-transform: uppercase;
	@media (max-width: 1199px) {
    font-size: 30px;
	}

	}
	p{
		color: #5d5c5dcc;
		font-size: 16px;
		font-weight: 400;

			margin-top: 5px;
	margin-bottom: 0px;
	@media (max-width: 1199px) {
font-size: 14px;
margin-top: 10px;
	}
	}
}
.commonBtnCentre{
	background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  padding: 11px 10px;
  border: 1px var(--primary-color) solid;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
  max-width: 188px;
  transition: 0.4s;
  margin: 50px auto 0px; 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  @media (max-width: 1199px) {
margin: 14px auto 0px;
  }
  &:hover{
	background: transparent;
	color: var(--primary-color);
  }
}

.whislistIconHedaerDiv svg:hover{
  color: var(--primary-color);
}
/* .categoryBgsec{
	padding: 60px 0px;
	@media (max-width: 1199px) {
padding: 10px 0px 10px;
	}
	.catogaryMainDivAll{
		&:hover .catogaryImgWrapper img{
			transform: scale(1.1);
		}
			&:hover .txtHeader h2{
				color: var(--primary-color);
			}
		.catogaryImgWrapper{
		border-radius: 14px;
      overflow: hidden;
			img{
				width: 100%;
				transition: 0.4s;
			}
		}

		.txtHeader{
			margin-top: 12px;
			h2{
			color: var(--primary-color);	
			font-size: 1rem;
			
			transition: 0.4s;
			font-weight: 300;
			}
			p{
				color: #5d5c5dcc;
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;

			}
		}
	}
} */
.categoryBgsec {
    padding: 60px 0px;
}

@media (max-width: 1199px) {
    .categoryBgsec {
        padding: 20px 0px;
    }
}

/* GRID LAYOUT */
.categoryGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

/* Tablet */
@media (max-width: 991px) {
    .categoryGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .categoryGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.catogaryMainDivAll:hover .catogaryImgWrapper img {
    transform: scale(1.1);
}

.catogaryMainDivAll:hover .txtHeader h2 {
    color: var(--primary-color);
}
.txtHeader h2:hover{
     color: var(--primary-color);

}
.catogaryImgWrapper {
     /* border-radius: 20px;  */
    overflow: hidden;
}

.catogaryImgWrapper img {
    width: 100%;
    transition: 0.4s;
}

.txtHeader {
    margin-top: 12px;
    text-align: center;
}

.txtHeader h2 {
    color: #000000;
    font-size: 1rem;
    transition: 0.4s;
    font-weight: 400;
    text-align: center;
}
.categoryBgsec .txtHeader h2 {
   text-transform: uppercase;
}
.topCollectionBgsec .txtHeader a{
  color: #000000;
}
.popularPicksBgsec{

	padding-bottom: 80px;
.popularPicksTabDesign{
	.nav-tabs{
		display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding-bottom: 30px;
  .nav-link{
	border-bottom: 1px #EBEBEB solid;
	color: var(--primary-color);
	font-size: 15px;
	padding: 0 21px 8px;
	position: relative;
		border-top: none!important;
	border-left: none!important;
	border-right: none!important;

	&:hover::before{
			width: 100%;
	}
	&::before{
		position: absolute;
		left: 0;
		bottom:0;
		width: 0;
		height: 2px;
		transition: 0.4s;
		content: "";
		background: var(--primary-color);
	}
  }
  .nav-link.active{
	border-bottom: 1px #EBEBEB solid;
	border-top: none;
	border-left: none;
	border-right: none;
	position: relative;
		&::before{
		position: absolute;
		left: 0;
		bottom:0;
		width: 100%;
		height: 2px;
		transition: 0.4s;
		content: "";
		background: var(--primary-color);
	}
  }
	}
		.catogaryMainDivAll{
		&:hover .catogaryImgWrapper img{
			transform: scale(1.1);
		}
			/* &:hover .txtHeader a{
				color: var(--primary-color);
			} */
		.catogaryImgWrapper{
	   /* border-radius: 20px;  */
      overflow: hidden;
	  display: block;
	  position: relative;
			img{
				width: 100%;
				transition: 0.4s;
			}
			.positionDivall{
			position: absolute;
        top: 12px;
        left: 7px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 5px;
			.saleCard{
				background: var(--primary-color);
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
			}
			.limitedStockcard{
				background: #14854e;
				padding: 0 8px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
  }
			}

			}
		}

		.txtHeader{
			margin-top: 12px;
			a{
			color: var(--primary-color);	
			font-size: 1rem;
			 text-align: center;
			transition: 0.4s;
			font-weight: 300;
			}
			p{
				color: #5d5c5dcc;
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;

			}
		}
		.priceDivflexMain{
		display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 3px;
			.addcardBtn{
	background: var(--primary-color);
        color: #fff;
        border-radius: 0px;
        padding: 11px 10px;
        border: 1px var(--primary-color) solid;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 300;
        max-width: 100%;
        transition: 0.4s;
        text-align: center;
        display: block;
	  &:hover{
		background: transparent;
		color: var(--primary-color) !important;
	  }
			}
			.priceRateDiv{
				display: flex;
				gap:3px;
				align-items: center;
				padding-top: 10px;
				.newPrice{
 color: var(--primary-color);
  font-size: 16px;
  font-weight: 300;
				}
				.oldPrice{
		 color: #8e8e93;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
				}
			}
		}
	}
}

.priceRateDiv del{
  color:#8e8e93;
  font-size:16px;
  font-weight:400;
  text-decoration:line-through;
}

.priceRateDiv ins{
  color:var(--primary-color);
  font-size:16px;
  font-weight:400;
  text-decoration:none;
  background-color: transparent;
}
    .item.ctCover img {
        height: 500px;
        object-fit: cover;
    }

.productGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}
.categoryBgsec .catogaryImgWrapper {
  border-radius: 20px;
}
.catogaryImgWrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;   /* height = width */
    overflow: hidden;
    /* border-radius: 14px; */
}

.catogaryImgWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .productGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .productGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.customerBgsec{
	padding-bottom: 60px;
@media (max-width: 1199px) {
padding-bottom: 40px;
}
	 .appStoriesCommonDiv{
	border: 1px solid var(--primary-color);
	border-radius: 32px;
	padding: 20px;

	
		ul{
		margin: 0;
		padding: 0;
		display: flex;
		gap:4px;
		margin-bottom: 10px;
	}
	p{
	font-size: 15px;
      font-weight: 400;
      color: #5d5c5dcc;

      line-height: 28px;
      text-align: left;
	  margin-top: 10px;
	   @media (max-width: 570px) {
 max-width: 100%;

	   }
	}

	.borderTopProfile{
border-top: 1px solid #0000005e;
	padding-top: 20px;
	margin-top: 20px;

		.profileFlex{
			display: flex;
			gap:10px;
			align-items: center;

			p{
				margin-bottom: 0px;
				font-size: 16px;
				font-weight: 400;
				color: #000000;
				margin-top: 0px;
			}
			.imgCricle{
				border-radius: 50%;
				overflow: hidden;
			}
		}
	}
  }
  .customerSaySlider {
	padding-right: 5px;
  }
}
.freeshippingBgsec{
	padding-bottom: 60px;
@media (max-width: 1199px) {
padding-bottom: 40px;
}
	.boxWrapper{
	display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    border: 1px #ddd solid;
    padding: 17px;
    border-radius: 20px;
    height: 100%;
	@media (max-width: 992px) {
margin-bottom: 20px;
height: auto;
	}
		svg{
			margin-bottom: 5px;
		}
		h3{
			font-weight: 300;
    color: #000000;
    font-size: 20px;
		}
		p{
			font-size: 15px;
      font-weight: 400;
      color: #5d5c5dcc;;
      line-height: 28px;
	  margin-bottom: 0px;
		}
	}
}


button.accordion-button {
    color: #000000 !important;
}
	.footerBgSecmain {
		padding: 10px 0px 15px;
		
	background: var(--primary-color);
	@media only screen and (max-width: 1199px){	
padding:0px 0px 89px;
	}
		@media only screen and (max-width: 767px){	
text-align: center;
		}
	ul{
a{
	font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
  
	text-transform: capitalize;
	transition: 0.4s;
	padding-bottom: 10px;
	display: block;
	&:hover{
		color:#000000 !important;
	
	
	}
}
	}
	 h4 {
color: #FFFFFF;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
	@media only screen and (max-width: 767px){	

    padding: 11px 34px;
    display: inline-block;
	}
}
p{
	font-weight: 300;
    font-size: 15px!important;
    line-height: 31px;
    color: #FFFFFF!important;
 
    max-width: 383px;
    margin-bottom: 16px;
	  	@media only screen and (max-width: 767px){	
max-width: 100%;
text-align: center;
font-size: 18px;
margin-bottom: 10px;
		}
}
}
.footer-logo{
	img{
		width: 292px;
		 	@media only screen and (max-width: 1199px){	
width: 246px;
			}
	}
}
.footer-header {
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 64px;
	@media only screen and (max-width: 1199px){	
flex-direction: column;
align-items: center;
justify-content: center;
	}
	@media only screen and (max-width: 767px){	
margin-bottom: 30px;
	}
}
.footer-news-letter {
max-width: 502px;
  width: 100%;
}
.footer-news-letter h3 {
font-weight: 400;
  color: #fff;
  margin-bottom: 28px;
  max-width: 350px;
  font-size: 32px;
  line-height: 36px;
  	@media only screen and (max-width: 1199px){	
max-width: 100%;
text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 20px;
	}
}
.news-letter {
	display: flex;
flex-direction: row;
align-items: flex-start;
}
.footer-news-letter input[type="email"] {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 8px 0px 0px 8px;
	height: 51px;
	padding: 20px 16px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF!important;
	border: none;
	box-shadow: none;
	width: 100%;
	outline: none;
	::placeholder{
			color: #FFFFFF!important;
	}
}
.subscribe-btn {
	width: 118px;
	height: 51px;
	background: #fff;
	border-radius: 0px 8px 8px 0px;
	padding: 15px 24px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	border: none;
	box-shadow: none;
	transition: 0.4s;
	display: flex;
  align-items: center;
  justify-content: center;
	&:hover{
		background:var(--primary-color);
color: #fff;
	
	}
}

.footerBgSecmain .mainContainer {
    margin: 10px auto 0px auto;
    }

.footer-social-links{
	display: flex;
	gap:8px;
	padding-top: 20px;
		@media only screen and (max-width: 767px){	
justify-content: center;
		}
		@media only screen and (max-width: 1199px){	
margin-bottom: 30px;
		}
a{
	gap: 10px;
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 50%;
border: 1px #ffffff52 solid;
	color: #FFFFFF;
	font-size: 18px!important;
	display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  transition: 0.4s;
  padding-bottom: 0px!important;
  &:hover{
	background: var(--secondary-color);
	color: var(--primary-color)!important;
	opacity: 1;
  }
}
}

.email-address {
display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff!important;
  @media only screen and (max-width: 767px){	
justify-content: center;
  font-size: 16px;
  }
}
.phone {
display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff !important;
    @media only screen and (max-width: 767px){	
justify-content: center;
  font-size: 16px;
  }
}
.footer-copyright {
margin-top: 34px;
  border-top: 1px solid #FFFFFF1A;
  padding: 14px 0px 0px;
  	@media only screen and (max-width: 767px){	
margin-top: 0px;
	}
}
.footer-copyright p {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #FFFFFF!important;

	 	@media only screen and (max-width: 767px){	
max-width: 100%;
text-align: center;
		}
}
.flexDesignFooter{
	display: flex;
	align-items: center;
	gap:7px;
	justify-content: end;
		@media only screen and (max-width: 767px){	
justify-content: center;
text-align: center;
align-items: center;
	}
	.designed-text {
text-align: right;
  display: flex;
  justify-content: end;
  	@media only screen and (max-width: 767px){	
justify-content: center;
text-align: center;
align-items: center;
	}
  p{
  a{
	opacity: 1!important;
	display: block;
  }
  }

}
	.company-logo{
	svg{
		width: 113px;
	}
}
}


.margintopMain{
	margin-top: 15px;
}

#mainHeader{
	@media (max-width: 1199px) {
display: none;
	}
}
.mobileHeaderMain{
	display: none;
		@media (max-width: 1199px) {

display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
  transition: all 0.4s ease;
  width: 100%;
  padding: 13px 30px;
  z-index: 999;
  background: #ffffff;
 
  top: 46px; 
left: 0;
	}
	@media (max-width: 1199px) {
 padding: 10px 10px;
	}
	
}

.mobileFooterMenu{
	display: none;

	@media (max-width: 1199px) {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 17px 20px;
	z-index: 100;
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	ul{
		display: flex;
			align-items: center;
			text-align: center;
			gap:10px;
			justify-content: space-between;
			width: 100%;
		a{
			display: flex;
			align-items: center;
			text-align: center;
		gap: 4px;
			flex-direction: column;
			transition: 0.4s;
			&:hover p{
				color: var(--primary-color);
			
			}
				&:hover svg{
					color: var(--primary-color);
				}
				&:hover p .whislistIconHedaerDiv svg{
						color: var(--primary-color)!important;
				}

					&:hover p .cartIconHedaerDiv svg{
						color: var(--primary-color)!important;
				}


				
			svg{
				color: #000;
				transition: 0.4s;
			}
			p{
				margin-bottom: 0px;
				font-size: 13px;
				font-weight: 400;
				text-align: center;
				color: var(--primary-color);
					transition: 0.4s;
			}
		}
	}

	.cartIconHedaerDiv{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
		cursor: pointer;
	&:hover svg{
		fill: var(--primary-color);
	}
		svg{
		width: 15px;
		transition: 0.4s;
		}
		span{
		font-size: 10px;
    font-size: .625rem;
    line-height: 19px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    padding: 0 3px;
    font-weight: 400;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
top: -6px;
      background: var(--primary-color);
      color: #fff;
     left: 10px;
    }

		}
		
		.whislistIconHedaerDiv{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
	cursor: pointer;
	&:hover svg{
		fill: var(--primary-color);
	}
		svg{
	width: 20px;
	transition: 0.4s;
		}
		span{
		font-size: 10px;
    font-size: .625rem;
    line-height: 19px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    padding: 0 3px;
    font-weight: 400;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
  top: -7px;
      background: var(--primary-color);
      color: #fff;
     left: 14px;

		}
	}

}

.mobileBtn{
	cursor: pointer;
  font-size: 28px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
}

.mobileBtn .fa-solid{
  color: #000000;
}


.headerMainFlexMobile{
	ul{
		li{
			a{
				font-weight: 300;
        font-size: 18px;
        color: #fff;
        padding: 13px 0px;
        display: block;
		&:hover{
			color: var(--primary-color);
		}
			}
		}
	}
}

.mobileMenulogo{
	width: 82%;
  display: block;
}

  .logoFooter {

  display: block;
  Img {
    /* width: 122px; */
      width: 100%;
      margin-left: 10px;
}
  }

  .instagrameBgsec{
	padding-bottom: 60px;
		@media (max-width: 767px) {
padding-bottom: 40px;
		}

      	.instGrameWrapper{
		margin-bottom: 0px;
	  border-radius: 15px;
		overflow: hidden;
    video{
    margin-bottom: 0px;
      overflow: hidden;
      border-radius: 25px;
    }
		.instaTxtmain{
			padding-top: 10px;
			h3{
				font-weight: 300;
    color: var(--primary-color);
    font-size: 25px;
    text-transform: capitalize;
	margin-bottom: 4px;
			}
			p{
				color: #333;
    font-size: 16px;
    font-weight: 300;
  
    margin-bottom: 0px;
			}
		}
	}


  }









  .scene {
    position: relative;
    width: 900px;
    height: 500px;
    border-radius: 20px;
    background: #000;
}

.center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    animation: fadeText 8s infinite;
}

.center h1 {
    font-size: 60px;
    letter-spacing: 3px;
}

.center p {
    font-size: 14px;
    opacity: 0.7;
}

@keyframes fadeText {
    0%, 100% { opacity: 0; }
    20%, 70% { opacity: 1; }
}

.orbit img {
    position: absolute;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    filter: grayscale(100%);
}


.subBannerBgSec{
	background: url(../images/subpage-banner.webp) no-repeat;
background-size: cover;
  height: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 67px;
  text-align: center;
  ul{
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	gap:10px;
	align-items: center;
	justify-content: center;
	li{
		color: #fff;
		position: relative;
		padding-left: 20px;
		font-weight: 400;
		font-size: 15px;
		a{
			color: #fff;
				font-size: 15px;
				font-weight: 300;
			&:hover{
				color: #000;
			}
		}
		&:first-child::before{
			display: none;
		}
		&::before{
	position: absolute;
        left: 0;
        bottom: 7px;
        width: 8px;
        height: 8px;
        background: #fff;
        content: "";
        border-radius: 50%;
		}
	}
  }

  h1{
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 15px;
  }
  p{
color: #fff;
    font-weight: 300;
    font-size: 15px;
    max-width: 500px;
    margin-bottom: 0;
  }
}

.shopListBgSec{
	padding: 10px 0px;
	  @media (max-width: 1199px) {
	padding: 40px 0px;

	  }
      @media (max-width: 767px) {
	padding: 20px 0px;

	  }
	  .filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 16px;
  background: #000;
  color: #fff;

  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;

  transition: background 0.2s ease;
}

/* icon */
.filter-btn .icon {
  font-size: 14px;
}

/* hover */
.filter-btn:hover {
  background: #111;
}
	.filterHeadermainFlex{
		display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
    @media (max-width: 570px) {
flex-direction: column;
gap:15px;
	}
  h3{
	color: #8e8e93;
          font-size: 1rem;
          transition: 0.4s;
          font-weight: 400;
  }
  .sortMainAlltxt{
			display: flex;
  align-items: center;
  justify-content: space-between;
  gap:20px;
  h4{
		color: #8e8e93;
          font-size: 1rem;
          transition: 0.4s;
          font-weight: 400;
		    @media (max-width: 1199px) {
display: none;
			}
  }
  }
	}
		.dropDivBlog{
		width: 152px;
		    @media (max-width: 1199px) {
width: auto!important;
			}
		select{
			text-align: left;
			text-transform: capitalize;

				font-weight: 400;
				color: #000;
				font-size: 14px;
				padding: 11px 27px 10px 9px;
				    @media (max-width: 1199px) {
padding: 6px 34px 8px 13px;
					}
		}
		.form-select:focus{
			box-shadow: none;
			border-color: #ddd;
		}
	}

	.shopFilterSide {
    display: grid;
    /* grid-template-columns: 1fr 4fr; */
    gap: 20px;
	    @media (max-width: 1199px) {
    grid-template-columns: 1fr;
		}
	.sideNavMainAll {
   
      border-radius: 10px;
max-height: 641px;
      overflow: auto;
      position: sticky;
      top: 85px;
      background: #fff;
	    @media (max-width: 1199px) {
display: none;
		}
	  .productLinkNav{
		margin: 0;
		padding: 0;
		li{
			a{
		color: #000;
            padding-bottom: 13px;
            display: block;
            font-size: 14px;
            font-weight: 300;
			&:hover{
				color: var(--primary-color);
			}
			}
		}
	  }
	  .range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5% auto;
}

.sliders_control {
  position: relative;
  min-height: 30px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
  .form_control_container__time{
	font-size: 14px;
  }
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c6c6c6;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c6c6c6;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

input[type="range"]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
 color: #8a8383;
        width: 86px;
        height: 32px;
        font-size: 14px;
        border: none;
        border: 1px #ddd solid;
        padding: 5px 9px;
        border-radius: 5px;
		outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  width: 100%;
  position: absolute;
  background-color: #c6c6c6;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

	  .form-check {
        display: flex;
        gap: 10px;
        margin-bottom: 7px;
        padding-left: 0px;
	
		

      
		label{
			color: #566879;
        font-size: 14px;
        font-weight: 400;
		}
	  }
	  .form-check-input {
    margin-left: 0px;
    
      border-radius: 0px;
		@media (max-width: 1199px) {
width: 25px;
height: 25px;
		}
	  }
	  .form-check-input:checked{
background-color: var(--primary-color) !important;
  border-color: var(--primary-color)!important;
	  }
	  .form-check-input:focus{
		box-shadow: none;
	  }

	   h4 {
        font-size: 25px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 0px;
        background: var(--primary-color);
        padding: 10px 20px;
      }
	  .scrollMainallHeight {
max-height: 589px;
        overflow: auto;
		.size-selector {
  display: flex;
  gap: 12px;
}

/* hide radio */
.size-option input {
  display: none;
}

/* button */
.size-option span {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  display: grid;
  place-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* hover */
.size-option span:hover {
  border-color: #000;
}

/* selected */
.size-option input:checked + span {
  border-color: #000;
  font-weight: 300;
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* hide radio */
.swatch input {
  display: none;
}

/* base swatch */
.swatch span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  cursor: pointer;

  border: 1px solid #ddd;
  box-shadow: inset 0 0 0 3px #fff;
  transition: all 0.2s ease;
}

/* hover */
.swatch:hover span {
  border-color: #000;
}

/* selected */
.swatch input:checked + span {
  border-color: #000;
  box-shadow: inset 0 0 0 3px #fff,
              0 0 0 2px #000;
}

/* color definitions */
.swatch.beige span   { background: #f5e6d3; }
.swatch.gray span    { background: #e5e5e5; }
.swatch.rose span    { background: #b46b75; }
.swatch.olive span   { background: #b6b8a0; }
.swatch.ivory span   { background: #fbfbe6; }
.swatch.teal span    { background: #6fa6a0; }
.swatch.lavender span{ background: #c9c9cf; }
.swatch.mint span    { background: #8fe3b5; }
.swatch.blue span    { background: #4b87b8; }
.swatch.black span   { background: #000000; }
.swatch.sand span    { background: #d9d6c7; }
.swatch.navy span    { background: #486c8c; }

	.filterDivMainall{
		.accordion-body{
		padding: 0px 0px 10px 0px!important;
		}
		.accordion-item{
			border-radius: 0px;
			border: none;
			border-bottom: 1px #ddd solid;
			  &:last-child{
	border-bottom: none!important;
  }

				.accordion-button{
			background: transparent;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  font-weight: 300;
  padding: 20px 0px;

  
		}
		}
	
	}
  }
    }
	.shopMainWrapperFlex{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap:26px;
		  @media (max-width: 1199px) {
	grid-template-columns: 1fr 1fr;
	gap:12px;
		  }
		  		  @media (max-width: 570px) {
	grid-template-columns: 1fr 1fr;
	gap:10px;
		  }
			.catogaryMainDivAll{
		&:hover .catogaryImgWrapper img{
			transform: scale(1.1);
		}
			/* &:hover .txtHeader a{
				color: var(--primary-color);
			} */
      	&:hover .txtHeader h4{
				color: var(--primary-color);
			}
		.catogaryImgWrapper{
		/* border-radius: 14px; */
      overflow: hidden;
	  display: block;
	  position: relative;
			img{
				width: 100%;
				transition: 0.4s;
			}
			.positionDivall{
			position: absolute;
     top: 12px;
        left: 7px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 5px;
			.saleCard{
				background: var(--primary-color);
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
			}
			.limitedStockcard{
				background: #14854e;
				padding: 0 8px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
  }
			}

			}
		}

		.txtHeader{
			margin-top: 12px;
			a{
			color: var(--primary-color);	
			font-size: 1rem;
			
			transition: 0.4s;
			font-weight: 300;
			}

      	h4{
			color: var(--primary-color);	
			font-size: 1rem;
			
			transition: 0.4s;
			font-weight: 300;
			}
			p{
				color: #5d5c5dcc;
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;

			}
          	.addcardBtn{
	background: var(--primary-color);
        color: #fff;
        border-radius: 0px;
        padding: 11px 10px;
        border: 1px var(--primary-color) solid;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 300;
        max-width: 100%;
        transition: 0.4s;
        width: 100%;
        margin-top: 0px!important;
       
	  &:hover{
		background: transparent;
		color: var(--primary-color);
	  }
			}
		}



             	.addcardBtn{
	background: var(--primary-color);
        color: #fff;
        border-radius: 0px;
        padding: 11px 10px;
        border: 1px var(--primary-color) solid;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 300;
        max-width: 100%;
        transition: 0.4s;
        width: 100%;
       margin-top: 18px;
	  &:hover{
		background: transparent;
		color: var(--primary-color);
	  }
			}
		.priceDivflexMain{
		display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 3px;
			.addcardBtn{
	background: var(--primary-color);
        color: #fff;
        border-radius: 0px;
        padding: 11px 10px;
        border: 1px var(--primary-color) solid;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 300;
        max-width: 100%;
        transition: 0.4s;
	  &:hover{
		background: transparent;
		color: var(--primary-color);
	  }
			}
			.priceRateDiv{
				display: flex;
				gap:3px;
				align-items: center;
				padding-top: 10px;
				.newPrice{
 color: var(--primary-color);
  font-size: 16px;
  font-weight: 300;
				}
				.oldPrice{
		 color: #8e8e93;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
				}
			}
		}
	}
  }
}
.mobilsortFliterMain{
	display: flex;
  align-items: center;
  gap: 10px;
	.filter-btn{
		display: none;
		  @media (max-width: 1199px) {
display: flex;
		  }
	}
}

.fliterSideNav{
	.offcanvas{
		background: #fff!important;
	}

		.sideNavMainAll {
      border: none;
      border-radius: 10px;

      overflow: auto;

      background: #fff;
	 
	  .productLinkNav{
		margin: 0;
		padding: 0;
		li{
			a{
		color: #000;
            padding-bottom: 13px;
            display: block;
            font-size: 14px;
            font-weight: 300;
			&:hover{
				color: var(--primary-color);
			}
			}
		}
	  }
	  .range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5% auto;
}

.sliders_control {
  position: relative;
  min-height: 30px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
  .form_control_container__time{
	font-size: 14px;
  }
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c6c6c6;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c6c6c6;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

input[type="range"]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
 color: #8a8383;
        width: 86px;
        height: 32px;
        font-size: 14px;
        border: none;
        border: 1px #ddd solid;
        padding: 5px 9px;
        border-radius: 5px;
		outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  width: 100%;
  position: absolute;
  background-color: #c6c6c6;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

	  .form-check {
        display: flex;
        gap: 10px;
        margin-bottom: 7px;
        padding-left: 0px;
	
		

      
		label{
			color: #566879;
        font-size: 14px;
        font-weight: 400;
		}
	  }
	  .form-check-input {
    margin-left: 0px;
    
      border-radius: 0px;
		@media (max-width: 1199px) {
width: 25px;
height: 25px;
		}
    		@media (max-width: 767px) {
width: 19px;
height: 19px;
align-items: center;
margin-top: 0px!important;
		}
	  }
	  .form-check-input:checked{
background-color: var(--primary-color) !important;
  border-color: var(--primary-color)!important;
	  }
	  .form-check-input:focus{
		box-shadow: none;
	  }

	   h4 {
        font-size: 25px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 0px;
        background: var(--primary-color);
        padding: 10px 20px;
      }
			
	  .scrollMainallHeight {
		  

		.size-selector {
  display: flex;
  gap: 12px;
}

/* hide radio */
.size-option input {
  display: none;
}

/* button */
.size-option span {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  display: grid;
  place-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* hover */
.size-option span:hover {
  border-color: #000;
}

/* selected */
.size-option input:checked + span {
  border-color: #000;
  font-weight: 300;
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* hide radio */
.swatch input {
  display: none;
}

/* base swatch */
.swatch span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  cursor: pointer;

  border: 1px solid #ddd;
  box-shadow: inset 0 0 0 3px #fff;
  transition: all 0.2s ease;
}

/* hover */
.swatch:hover span {
  border-color: #000;
}

/* selected */
.swatch input:checked + span {
  border-color: #000;
  box-shadow: inset 0 0 0 3px #fff,
              0 0 0 2px #000;
}

/* color definitions */
.swatch.beige span   { background: #f5e6d3; }
.swatch.gray span    { background: #e5e5e5; }
.swatch.rose span    { background: #b46b75; }
.swatch.olive span   { background: #b6b8a0; }
.swatch.ivory span   { background: #fbfbe6; }
.swatch.teal span    { background: #6fa6a0; }
.swatch.lavender span{ background: #c9c9cf; }
.swatch.mint span    { background: #8fe3b5; }
.swatch.blue span    { background: #4b87b8; }
.swatch.black span   { background: #000000; }
.swatch.sand span    { background: #d9d6c7; }
.swatch.navy span    { background: #486c8c; }

	.filterDivMainall{
		.accordion-body{
			padding-top: 0px;
		}
		.accordion-item{
			border-radius: 0px;
			border: none;
			border-bottom: 1px #ddd solid;
			  &:last-child{
	border-bottom: none!important;
  }

				.accordion-button{
			background: transparent;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  font-weight: 300;
padding: 1em 0px;

  
		}
		}
	
	}
  }
    }
	.offcanvas-body{
		padding-top: 0px;
	}
	.accordion-body{
		padding: 1em 0px;
	}
	.btn-close{
background: var(--primary-color);
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
	}
}







.shopDeatilMainallBgSec{
	padding-top: 0px;
	padding-bottom: 0px;
	.gridDeatilShopMain{
		display: grid;
	grid-template-columns: 500px 1fr;
		gap:20px;
		  @media (max-width: 1199px) {
display: block;
gap:10px;
		  }

		.bannerSideNav{
			max-width: 676px;
			width: 100%;
				  @media (max-width: 1199px) {
max-width: 100%;
				  }
	.product__carousel {
  display: block;
 
    @media (max-width: 1199px) {
display: none;
   }
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;

}
.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	
}
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #d3483f;
}
.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 63%;
	transform: translate(-50%,-50%);
	max-width: 100%;
}


}

.product-info {
max-width: 100%;
      position: sticky;
      top: 79px;
      overflow: auto;
  scrollbar-width: none;         
  -ms-overflow-style: none;
  width: 100%;
  max-height: 624px;
    @media (max-width: 1199px) {
position: static;
  max-height: 100%;
	}
.accordion-item {
            border-radius: 0px;
            border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
            border-bottom: 1px #ddd solid;
			.accordion-button {
              background: transparent;
              border-radius: 0px;
              box-shadow: none;
              color: #000;
              font-weight: 300;
			  padding: 17px 0px;
            }
			.accordion-body {
        padding: 0px 0px 30px;
		p{
			font-size: 14px;
        line-height: 1.6;
        color: #4b5563;
		}
		h5{
		color: #000;
            font-weight: 700;
            font-size: 19px;
            margin-bottom: 11px;
		}
		ul{
			padding-bottom: 20px;
			li{
					font-size: 14px;
        line-height: 1.6;
        color: #4b5563;
		padding-bottom: 10px;
		position: relative;
		padding-left: 12px;
		&::before{
			position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #000;
    content: "";
    border-radius: 50%;
		}
			}
		}
          }

		  .product-attributes {
max-width: 300px;
  .attribute-row {
display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 0;
}

.label {
  font-size: 16px;
  font-weight: 300;
  color: #111;
  text-transform: lowercase;
}

.value {
  font-size: 16px;
  color: #4b5563;
}
}


          }

  .product-meta {
margin-top: 20px;
        font-size: 14px;
        color: #111;
        display: flex;
      gap:20px;
          @media (max-width: 767px) {

            flex-direction: column;
            gap:4px
          }
}

.meta-row {
  display: flex;
  gap: 8px;
  margin-bottom: 0px;
}

.label {
  color: #6b7280;
}

.value {
  font-weight: 400;
}

/* checkout box */
.checkout-box {
margin-top: 11px;
        padding: 11px;
        background: #f7f7f7;
        border-radius: 12px;
        text-align: center;
}

.checkout-title {
  font-weight: 300;
  margin-bottom: 10px;
}

.payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-icons img {
  height: 26px;
  object-fit: contain;
}
  .brand {
  font-size: 14px;
  color: #6b7280;
}
.product-title {
  font-size: 26px;
  font-weight: 300;
  margin: 6px 0 1px;
   @media (max-width: 1199px) {
font-size: 23px;
  margin: 5px 0 5px;
   }
}
.rating{
	display: flex;
	gap:10px;
	.review {
  color: #6b7280;
  font-size: 15px;
  font-weight: 300;

}
}
.priceRateDiv{
  display: flex;
  align-items: center;
  gap:5px;
  .newPrice{
  font-size: 28px;
  font-weight: 300;
  margin: 5px 0;
   @media (max-width: 1199px) {
margin: 10px 0;
  font-size: 25px;
   }
  }
  .oldPrice{
    		 color: #8e8e93;
  font-size: 28px;
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0px;
     @media (max-width: 1199px) {
margin: 10px 0;
  font-size: 25px;
   }
  }
}

.description {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}
.benefits {
margin: 13px 0 14px;
      padding: 10px 20px 10px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
         @media (max-width: 570px) {
  grid-template-columns: 1fr ;
    gap: 20px;
         }
  
 
  .benefit {
  display: flex;
  gap: 10px;
  font-size: 14px;

  padding-bottom: 0px;
  margin-bottom: 0px;
  flex-direction: column;
   @media (max-width: 570px) {
flex-direction: column;
text-align: center;
   }
  img{
    width: 25px;
	 @media (max-width: 570px) {
width: 28px;
margin: 0 auto 5px;

	 }
  }
  &:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
  }
}
}
.purchase-box {
  display: flex;
  gap: 14px;
  margin-top: 24px;
    @media (max-width: 767px) {
flex-direction: column;
gap: 10px;
	}
}

/* quantity */
.qty-box {
  display: flex;
  align-items: center;

  border-radius: 30px;
  padding: 6px;
  max-width: 124px;
   @media (max-width: 570px) {
max-width: 100%;
height: 100%;
   }
}

.qty-btn {
width: 36px;
        height: 36px;
        border: 1px #ddd solid;
        background: transparent;
        font-size: 18px;
        cursor: pointer;
        border-radius: 50%;
}

#quantity {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
}

/* add to cart */
.btn-cart {
width: 200px;
  height: 48px;
  border-radius: 30px;
  border: 1px var(--primary-color) solid;
  background: var(--primary-color);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.4s;
    @media (max-width: 570px) {
width: 100%;
height: 39px;
font-size: 12px;
    }
  &:hover{

  background: transparent;
  color: var(--primary-color);
  }
}

/* buy now */
.btn-buy {
  width: 200px;
  height: 48px;

  border-radius: 30px;
  border: none;
    border: 1px #d3483f solid;
  background: #d3483f;
  color: #fff;
  font-size: 15px;
  transition: 0.4s;
  cursor: pointer;
     @media (max-width: 570px) {
width: 100%;
height: 39px;
font-size: 12px;
    }
   &:hover{

  background: transparent;
  color: #d3483f;
  }
}


	.positionDivall{

        display: flex;
    
        gap: 5px;
		margin-bottom: 10px;
			.saleCard{
				background: var(--primary-color);
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
			}
			.limitedStockcard{
				background: #14854e;
				padding: 0 8px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
  }
			}
.deatilSizeMain{
	  display: flex;
  gap: 12px;
  flex-direction: column;
  h3{
font-weight: 300;
          display: block;
          margin-bottom: 3px;
          font-size: 16px;
  }
  		.size-selector {
  display: flex;
  gap: 12px;
}

/* hide radio */
.size-option input {
  display: none;
}

/* button */
.size-option span {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  display: grid;
  place-items: center;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* hover */
.size-option span:hover {
  border-color: #000;
}

/* selected */
.size-option input:checked + span {
  border-color: #000;
  font-weight: 300;
}

}
.colors {
  display: flex;
  gap: 12px;
  flex-direction: column;
  margin-bottom: 0px;
  .label{
	font-weight: 300;
	display: block;
	margin-bottom: 3px;
  color: #000;
  }
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* hide radio */
.swatch input {
  display: none;
}

/* base swatch */
.swatch span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  cursor: pointer;

  border: 1px solid #ddd;
  box-shadow: inset 0 0 0 3px #fff;
  transition: all 0.2s ease;
}

/* hover */
.swatch:hover span {
  border-color: #000;
}

/* selected */
.swatch input:checked + span {
  border-color: #000;
  box-shadow: inset 0 0 0 3px #fff,
              0 0 0 2px #000;
}

/* color definitions */
.swatch.beige span   { background: #f5e6d3; }
.swatch.gray span    { background: #e5e5e5; }
.swatch.rose span    { background: #b46b75; }
.swatch.olive span   { background: #b6b8a0; }
.swatch.ivory span   { background: #fbfbe6; }
.swatch.teal span    { background: #6fa6a0; }
.swatch.lavender span{ background: #c9c9cf; }
.swatch.mint span    { background: #8fe3b5; }
.swatch.blue span    { background: #4b87b8; }
.swatch.black span   { background: #000000; }
.swatch.sand span    { background: #d9d6c7; }
.swatch.navy span    { background: #486c8c; }
}
.product-info::-webkit-scrollbar {
  display: none;                 
}
	}

.commonSizeColorDivFlex{
  display: flex;
  align-items: center;
  gap:40px;
     @media (max-width: 570px) {
gap:20px
     }
}
	.reviews {
  padding: 60px 0;
  border-bottom: 1px solid #e5e7eb;
     @media (max-width: 992px) {
padding: 29px 0;
	 }
   h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
     @media (max-width: 992px) {
  margin-bottom: 20px;
	 }
}

.reviews-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 40px;
    @media (max-width: 992px) {
  grid-template-columns:1fr;
    gap: 20px;
	}
}

/* LEFT */
.review-summary {
  text-align: left;
  .stars {
  color: #f59e0b;
  font-size: 22px;
}
}



.score {
margin-top: 2px;
      font-size: 30px;
      font-weight: 700;
	  margin-bottom: 0px;
}

.based {
  color: #6b7280;
  margin-top: 2px;
  font-size: 17px;
}

/* MIDDLE */
.review-breakdown {
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  padding: 0 30px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.rating-row .stars {
  color: #f59e0b;
  font-size: 14px;
  width: 80px;
}

.bar {
  flex: 1;
  height: 6px;
  background: #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: #f59e0b;
}

.count {
  width: 20px;
  text-align: right;
  font-size: 14px;
}

/* RIGHT */
.review-action {
  display: flex;
  justify-content: center;
}

.review-btn {
  padding: 14px 30px;
  border-radius: 30px;
  border: 1px solid #111;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease;
}

.review-btn:hover {
  background: #111;
  color: #fff;
}

}

.review-item {
padding: 10px 0 10px;
    border-bottom: 1px #ddd solid;

}

.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stars {
  color: #f59e0b;
  font-size: 18px;
}

.date {
  font-size: 14px;
  color: #6b7280;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
}

.review-user img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  font-weight: 300;
  font-size: 16px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  max-width: 900px;
}




}







.bredCrumbSec{
padding-top: 77px;
  padding-bottom: 11px;
     @media (max-width: 1199px) {
padding-top: 80px;
  padding-bottom: 13px;
	}
	.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 0px;
 
}

.breadcrumb a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #111;
}

.breadcrumb .sep {
  color: #d1d5db;
  padding: 0 2px;
}

.breadcrumb .current {
  color: #111;
  font-weight: 400;
}

}

.productSliderMain{
	max-width: 500px;
	overflow: hidden;
  display: flex;
  img {
  width: 100%;
  display: block;
}

.productSliderThumb .thumb {
  cursor: pointer;
  opacity: 0.5;
}

.productSliderThumb .thumb.active {
  opacity: 1;
  border: 2px solid #000;
}
  
}
.productThumbSlider {
  margin-top: 10px;
}

.mobileGalleryMain{
	display: none;
	  @media (max-width: 1199px) {
display: block;
padding-bottom: 20px;
	  }
	.mobile-gallery {
  width: 100%;
}

/* main image */
.main-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* thumbnail slider */
.thumb-slider {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 6px;

  /* hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.thumb-slider::-webkit-scrollbar {
  display: none;
}

/* thumbnails */
.thumb {

  object-fit: cover;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
}

.thumb.active {
  border-color: #000;
}
}



.page-header {
  padding: 70px 20px 0px;
  text-align: center;
  background: #ffffff;
  h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0 14px;
  text-align: left;
  color: var(--primary-color);
  	  @media (max-width: 767px) {
          font-size: 25px;
          margin-bottom: 10px;
      }
}
p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
    @media (max-width: 767px) {
  font-size: 14px;
  margin-bottom: 0px;
    }
}
a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
}

.coverMain{
           text-align: left !important;

}

.breadcrumb {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
   a {
  text-decoration: none;
  color: #777;
}
span {
  margin: 0 6px;
}
.current {
  color: #000;
  font-weight: 400;
}
}




.contact-section {
  padding: 20px 0px;
    @media (max-width: 992px) {
  padding: 20px 0px;
    }
  .contact-left,
.contact-right {
  flex: 1;
   @media (max-width: 992px) {
padding-top: 20px;
   }
}

h2 {
  font-size: 30px;
  margin-bottom: 4px;

    @media (max-width: 767px) {
font-size: 25px;
    }
}

.contact-left p,
.contact-right p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 5px;
  max-width: 100%;
   @media (max-width: 767px) {
font-size: 14px;
   }
}

.info-block {
  margin-top: 25px;
}

.info-block h4 {
  margin-bottom: 8px;
  font-weight: 300;
}
.col-lg-6.col-md-12.contLeft {
    width: 40%;
}
.col-lg-6.col-md-12.contRight {
    width: 60%;
}
/* FORM */

.contact-form {
  margin-top: 30px;
}

/* Default row (stacked) */
.form-row {
  margin-bottom: 20px;
}

/* Only make name + email flex */
.form-row.two-col {
  display: flex;
  gap: 20px;
}

/* Mobile */
@media (max-width: 767px) {
	
	  .scrollMainallHeight {
		  background-color:#ffffff !important;
		  }

  .col-lg-6.col-md-12.contLeft {
    width: 100%;
}
.col-lg-6.col-md-12.contRight {
    width: 100%;
}
  .popularPicksBgsec {
    padding-bottom: 10px;
}

  /* .mobileFooterMenu{

display: block !important;

  } */
    .logoFooter   Img {
    /* width: 122px; */
      width: 99px;

  }
  .form-row.two-col {
    flex-direction: column;
    gap: 10px;
  }

  .form-row {
    margin-bottom: 10px;
  }
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 19px;
  border-radius: 40px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.contact-form textarea {
  border-radius: 25px;
  resize: none;
  margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #000;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}

.checkbox input {
  width: 16px;
  height: 16px;
}

.checkbox a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

/* Button */
.btn {
  width: 200px !important;
  height: 48px;
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.4s;
}

/* Button hover */
.btn:hover {
  background: transparent;
  color: var(--primary-color);
}

/* Button mobile */
@media (max-width: 570px) {
  .btn {
    width: 100%;
  }
}

.mapMainmImg{
border: 1px #ddd solid;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
    max-width: 400px;
    margin-top: 20px;
}
}



.faqBgSec{
  padding: 50px 0px 100px;
    @media (max-width: 1199px) {
      
 padding: 40px 0px 40px;

    }
  .flexSideBar {

  display: flex;
  gap: 50px;
  align-items: flex-start; 
  position: relative;
}
  		.accordion-body{
		padding: 0px 0px 10px 0px!important;
    p{
      margin-bottom: 0px;
    }
		}
    .accordion{
      margin-bottom: 30px;
    }
		.accordion-item{
			border-radius: 0px;
			border: none;
			border-bottom: 1px #ddd solid!important;


				.accordion-button{
			background: transparent;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  font-weight: 300;
  padding: 15px 0px;
  margin-top: 0px;

  
		}
}
.shoppingMainHedaerAll{
  font-size: 30px;
    font-weight: 700;
    margin: 0px 0 14px;
    color: #000;
}


.left-col {
  width: 420px;
    max-height: 641px;
      overflow: auto;
      position: sticky;
    top: 100px;
     @media (max-width: 1199px) {
display: none;
     }
}

/* STICKY CARD */
.contact-card {

    background: #f7f7f7;
    padding: 26px 30px 30px;
    border-radius: 18px;
  
  h2{
    font-size: 30px;
    font-weight: 300;
    margin: 0px 0 14px;
    color: #000;
  }
}

/* RIGHT COLUMN */
.right-col {
  flex: 1;
}

/* Buttons */
button {
  width: 100%;
  padding: 16px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}

.btn-outline {
  background: transparent;
  border: 1.5px solid #000;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 400;
  &:hover{
    background: var(--primary-color);
    color: #fff;
  }
}

.btn-filled {
  background: #000;
  border: 1.5px solid #000;
  color: #fff;
    transition: 0.4s;
  font-size: 14px;
  font-weight: 400;
    &:hover{
    background:transparent;
    color: var(--primary-color);
  }
}

}

.page-template-template-faq  button.accordion-button{
  padding-left: 0px;

}


.termsConditonBgSec{
	padding: 50px 0px 40px;
  background: #fff;
   @media (max-width: 1200px) {
	padding: 50px 0px 0px;
   }
  	h3{
		font-size: 43px;
      color: var(--primary-color);
      font-weight: 900;
      text-transform: uppercase;
	  margin-bottom: 20px;
     position: relative;
   @media (max-width: 1200px){
font-size: 35px;
margin-bottom: 16px;

	}
	   @media (max-width: 570px){
font-size: 24px;
	}
 
 
	}
	span{
		font-size: 18px;
    font-weight: 400;
    line-height: 24px;
color: var(--primary-color);
    text-align: left;
	margin-bottom: 20px;
	display: block;
	  @media (max-width: 570px) {
font-size: 16px;
	  }
	}

	ul{
		margin: 0;
		padding: 0 0 30px;
		li{
color: var(--primary-color);
      padding-bottom: 10px;
      font-weight: 300;
      font-size: 15px;
      position: relative;
      padding-left: 20px;
			&::before{
				position: absolute;
				left: 0;
			top: 6px;
				width: 10px;
				height: 10px;
background: var(--primary-color);
				content: "";
				border-radius: 50%;

			}
		}
	}

	 	h4{
		font-size: 24px;
color: var(--primary-color);
      font-weight: 700;
      text-transform:capitalize;
	  margin-bottom: 10px;
  position: relative;

 	  @media (max-width: 570px) {
	font-size: 19px;
	  }
	}
  p{
font-size: 16px;
    font-weight: 400;
    line-height: 24px;
   color: var(--primary-color);

    text-align: left;
	  @media (max-width: 570px) {
font-size: 14px;
	  }
	&:last-child{
		margin-bottom: 0px;
	}
  }
}

/* new page style */
.site-main{
      margin: 10px auto;
    padding: 20px 30px;
    min-height: 80vh;
}


 /* inner banner */
   .inner-hero-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 80px;
    border-radius: 0 0 24px 24px;
    margin: 0 19px;
  }
  .inner-hero-content h1 {
   font-size: 64px;
    line-height: 71px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 32px;
  }
   .inner-hero-content h1::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 174px;
    height: 16px;
    border-radius: 16px;
    background-color: #FFFFFF;
   }
  .inner-hero-section {
    margin:0px;
  }



  /* about page */

    /* .container-fluid {
        padding: 0 50px;
    } */
.about-section {
  position: relative;
  background: #F2F2F2;
}
.about-section .common-btn {
  margin: 0 auto;
  display: table;
}
/* .about-image {
  width:calc(35.8% - 60px);
 

  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 356px;
} */

section.about-section.about-page-section {
    padding: 40px 0px;
}
.about-logo {
    align-items: center;
    border-radius: 24px;
    height: 100%;
    width: 70%;
    object-fit: cover;
}
.about-content {
    display: flex;
    flex-direction: row;
    padding: 0;
    gap:20px;
  
    margin-bottom: 56px;
}
.about-text h2 {
   color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.about-text p {
  margin:0;
  text-align: justify;
}
.about-logo {
  align-items: center;
  border-radius: 24px;
}
/* .about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;

} */

 .about-text.wow.fadeInLeft {
    width: 60%;
}


.about-image {
    width: 50%;
}


  .about-page-section .about-content {
    margin-bottom: 0;
  }
/* ===============================
   Vision & Mission Section
================================ */

.vision-mission-section {
    padding: 10px 0;
    background: #f9f9f9;
}

.vm-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.vm-image {
    flex: 1;
}

.vm-image img {
    width: 100%;
    border-radius: 15px;
}

.vm-content {
    flex: 1;
}

.vm-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.vm-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}
/* CONTACT PAGE */
/* .contact-section {
    padding: 80px 0;
} */
.addCover {
    display: flex;
    gap: 20px;
}
.contact-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.contact-image {
    flex: 1;
}

.contact-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.contact-form-area {
    flex: 1;
}

.contact-form-area h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

/* FORM STYLING */
/* .contact-form-area input,
.contact-form-area textarea {
    width: 100%;
    padding: 14px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
}

.contact-form-area textarea {
    height: 120px;
    resize: none;
}

.contact-form-area input[type="submit"] {
    background: #481C4B;
    color: #fff;
    border: none;
    padding: 14px 30px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form-area input[type="submit"]:hover {
    background: #000;
} */
/* CONTACT FORM 7 STYLING */

.cf7-row {
    width: 100%;
    margin-bottom: 20px;
}

.cf7-row.two-col {
    display: flex;
    gap: 20px;
}

.cf7-col {
    flex: 1;
}

.cf7-row label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
}

.cf7-row input,
.cf7-row textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
}

.cf7-row input:focus,
.cf7-row textarea:focus {
    border-color: var(--primary-color);
}

.cf7-row textarea {
    min-height: 140px;
    resize: none;
}

.cf7-row input[type="submit"] {
    background:var(--primary-color);
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    width: 100%;
    transition: 0.3s ease;
}

.cf7-row input[type="submit"]:hover {
    background: #5c2460;
}
/* MAP */

.map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: 0;
}.contact-map {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.contact-section .mainContainer {
    margin: 0px auto 0px auto;
    padding-top: 0px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .contact-wrapper {
        flex-direction: column;
    }
}
/* Responsive */

@media (max-width: 767px) {
  .logoFooter Img {
    /* width: 122px; */
      width: 100%;
      margin-left:0px;
}
  
	.filterHeadermainFlex p{
		text-align: left !important;
    align-self: flex-start !important;
	}
.catogaryImgWrapper img {
    height: 400px;
    object-fit: cover;
}
  .site-main {

    padding: 20px 0px !important;
 
}
section.page-shop .mainContainer {
    padding: 0px 0px !important;
	margin-top:0rem !important;
 
}
.woocommerce .woocommerce-breadcrumb {
    padding-top: 20px;
    padding-left: 0px !important;
}
.woocommerce .woocommerce-breadcrumb {

  padding-left: 0px !important;
}
  .mainContainer {
    margin-top: 9rem !important;
    padding-bottom: 10px !important;
}
  h1.product_title.entry-title {
 
    font-size: 20px !important;
  }
  .about-content {
    flex-direction: column;
}
.about-text.wow.fadeInLeft {
    width: 100%;
}
.about-image {
    width: 100%;
}
    .vm-row {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

       .mission-row {
        flex-direction: column-reverse;
    }

    .vm-content h2 {
        font-size: 24px;
    }
}
 

/* shop main page */
ul.sub-category li a {
    font-size: 14px;
}

li.main-category a {
    font-size: 18px;
}
.woocommerce .woocommerce-breadcrumb {

padding-top: 8rem;
padding-left: 20px;
}
.woocommerce-breadcrumb a {
    color:  #9ca3af !important;
    text-decoration: none;
}
.woocommerce-breadcrumb  {
    color: #000 !important
}
/* Hide breadcrumb for not logged users */
body.woocommerce-account:not(.logged-in) .breadcrumb {
    display: none !important;
}
/* Hide breadcrumb on My Account login/register page */
.woocommerce-account:not(.logged-in) .breadcrumb {
    display: none;
}
section.page-shop .mainContainer {
    padding: 0px 20px;
    margin: auto;
}
   /* remove default layout */
/* .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
}

.woocommerce ul.products li.product {
    list-style: none;
    width: 100% !important;
    margin: 0 !important;
} */
.shopListBgSec .mainContainer_new {
    display: flex;
    gap: 30px;
}

.shopListBgSec .shopFilterSide {
    width: 280px;
    flex-shrink: 0;
}

.shopListBgSec .sideTxtShop {
    flex: 1;
}

.shopFilterSide {
  width: 280px;   /* FIXED WIDTH */
  flex: 0 0 280px;
}

.sideTxtShop {
  flex: 1;
}
.color-swatches {
    display: flex;
    gap: 10px;
}

.swatch span {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
}

.swatch input {
    display: none;
}

.swatch input:checked + span {
    border: 2px solid #000;
}

select.orderby {
    padding: 12px 10px;
    border-radius: 24px;
    /* margin: 10px 20px; */


}

.catogaryImgWrapper {
     /* border-radius: 14px; */
      overflow: hidden;
     display: block;
     position: relative;
 }

     .filterHeadermainFlex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px;
    }

    .shopMainWrapperFlex {
    display: grid;
    grid-template-columns: 1fr 1fr  1fr 1fr;
    gap: 26px;
}

.catogaryImgWrapper  img {
    width: 100%;
   transition: 0.4s;
   margin: 0px !important;
  }

.positionDivall {
 position: absolute;
 top: 12px;
left: 7px;
 z-index: 100;
display: flex;
flex-direction: column;
 gap: 5px;
  }
  .saleCard {
                            background: var(--primary-color);
                            padding: 0 15px;
                            height: 29px;
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            align-self: start;
                            font-size: 12px;
                            font-weight: 400;
                            line-height: 1;
                            text-align: center;
                            color: #fff;
                            border-radius: 30px;
                            margin: 0;
                            text-transform: capitalize;
                            z-index: 99;
                        }
                                    .txtHeader {
                margin-top: 12px;
            }

             .txtHeader h4 {
                    color: #000000;
                    font-size: 1rem;
                    transition: 0.4s;
                    font-weight: 300;
				 text-align:center;
               

                }
                .startRating {
    display: flex;
    gap: 2px;
}
            .priceDivflexMain {
                display: flex;
                justify-content: space-between;
                flex-direction: column;
                gap: 3px;
            }
                            .priceRateDiv {
                    display: flex;
                    gap: 3px;
                    align-items: center;
                    padding-top: 10px;
					 justify-content: center;
                }
                                    .newPrice {
                        color: var(--primary-color);
                        font-size: 16px;
                        font-weight: 300;
                    }
                                        .oldPrice {
                        color: #8e8e93;
                        font-size: 16px;
                        font-weight: 400;
                        text-decoration: line-through;
                    }
                                .addcardBtn {
                background: var(--primary-color);
                color: #fff;
        
                padding: 11px 10px;
                border: 1px var(--primary-color) solid;
                text-transform: capitalize;
                font-size: 15px;
                font-weight: 300;
                max-width: 100%;
                transition: 0.4s;
                width: 100%;
                margin-top: 18px;
                text-align: center;
            }

            .catogaryImgWrapper img {
    width: 100%;
    transition: 0.4s;
    margin: 0px !important;
    /* width: 250px !important;
    height: 333px !important; */
     width: 100%;
    height: 100%;
    object-fit: cover; 
}
/* a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
} */
a:hover {
    color: var(--primary-color) !important;
} 


.catogaryMainDivAll:hover .catogaryImgWrapper img {
    transform: scale(1.1);
}

.addcardBtnCov a {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    width: 100% !important;
    margin-top: 18px !important;
    display: block;
        text-align: center;

}
span.woocommerce-Price-amount.amount{
     color: #000000 !important;
}
.catogaryMainDivAll:hover .woocommerce-Price-amount {
    color: var(--primary-color) !important;
}
.catogaryMainDivAll:hover .priceRateDiv .woocommerce-Price-amount {
    color: #000000;
}

                    .accordion-item {
                        border-radius: 0px;
                        border: none;
                        border-bottom: 1px #ddd solid;
                    }
 .price-slider input[type="range"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    outline: none;
    background: #ddd;
}

/* Progress handled via JS */
.price-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 5px;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
}

/* Firefox */
.price-slider input[type="range"]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}

.productLinkNav a{
   color: #000000;
}

.accordion-button:not(.collapsed){
  background-color: transparent;

  color: none;
    background-color:none;

    box-shadow: none !important;
   
}


button.accordion-button {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    color: #000000;
    font-weight: 400;
}
.size-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-btn {
    display: inline-block;
    cursor: pointer;
}

.size-btn span {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    border-radius: 10px;
    min-width: 45px;
    text-align: center;
    transition: 0.3s;
}

/* hover */
.size-btn span:hover {
    border-color: #000;
}

/* ✅ active state */
.size-btn input:checked + span {
    background: #000;
    color: #fff;
    border-color: #000;
}

.accordion-body .form-check {
   
  padding-left: 0px;

}

/* Hide button on desktop */
.mobileFilterBtn {
    display: none;
}

/* Overlay default hidden */
.filterOverlay {
    display: none;
}
/* Default (desktop) */
.mobileFilterBtn {
    display: none;
}

/* Hide on desktop */
.filterHeaderMobile {
    display: none;
}
/* COLOR SWATCH STYLE */
.color-swatches {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Each swatch */
.color-swatches .swatch {
    display: inline-block;
    cursor: pointer;
}

/* Hide radio */
.color-swatches input {
    display: none;
}

/* Color circle */
.color-swatches .swatch span {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;

    /* Light border */
    border: 2px solid #eee;

    /* Soft shadow */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);

    transition: all 0.2s ease;
}

/* Hover effect */
.color-swatches .swatch:hover span {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Selected state */
.color-swatches input:checked + span {
    border: 2px solid #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
    transform: scale(1.1);
}


/* single product page */

/* =========================
   COLOR SWATCH (ROUND)
========================= */

.woocommerce div.product form.cart .button:hover{
	color:var(--primary-color) !important;
	background:transparent !important;
	border: 1px solid var(--primary-color);

}

.variations_form .value input[type="radio"] {
    display: none;
}

.color-swatches,
.variations .value {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.color-swatches label,
.variations .value label {
    cursor: pointer;
}

/* Round color */
.color-swatches span,
.variations .value .color-swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;

    border: 2px solid #eee;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    transition: 0.2s;
}

/* Selected color */
input[type="radio"]:checked + span {
    border: 2px solid #000;
    box-shadow: 0 0 0 3px #00000020;
    transform: scale(1.1);
}


/* =========================
   SIZE BUTTON STYLE
========================= */
/* Container flex for each attribute */
.woocommerce div.product .variations .value {
    display: flex;
    flex-direction: column; /* label on top, options below */
    gap: 10px;
}

/* Color swatches in a row */
.color-swatches {
    display: flex;
    gap: 8px; /* space between swatches */
}

.color-swatches label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
}

/* Size buttons row-wise */
.size-selector {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; /* wraps to next line if too many sizes */
}

.size-selector label span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
}

/* Hide original select dropdown (optional) */
.variations select {
    display: none;
}
.variations tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 12px;
}
.size-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-selector input {
    display: none;
}

.size-selector span {
    padding: 10px 16px;
    border-radius: 30px;
    border: 2px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

/* Hover */
.size-selector span:hover {
    border-color: #000;
}

/* Selected */
.size-selector input:checked + span {
    border: 2px solid #000;
    background: #000;
    color: #fff;
}


/* =========================
   PRICE STYLE
========================= */
.price {
    font-size: 24px;
    font-weight: 300;
}

.price del {
    color: #888;
    margin-left: 10px;
}

.price ins {
    color: #ff4d4d;
    text-decoration: none;
}


/* =========================
   STOCK BADGE
========================= */
.stock.in-stock {
    background: #eee;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
}


/* =========================
   ADD TO CART BUTTON
========================= */
.single_add_to_cart_button {
       background: #000 !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 10px !important;
    width: 50%;
    align-items: center;
}


/* BUY NOW BUTTON */
.buy-now-btn {
    margin-top: 10px;
    background: #ff6b5c;
    color: #fff;
    border-radius: 40px;
    padding: 15px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.variations select {
    display: none !important;
}
/* MAIN Single PRODUCT IMAGE FIX */
/* ❌ REMOVE THIS (WRONG) */
/*
.woocommerce-product-gallery__image {
    height: 500px;
}
*/

/* ✅ APPLY ONLY TO FIRST IMAGE (MAIN IMAGE) */
 /* .woocommerce-product-gallery__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.woocommerce-product-gallery__image {

    max-width: 620px;
    height: 550px;
    border-radius: 32px;
    overflow: hidden;
} 

.flex-control-thumbs li {
    width: 80px;
} 

.flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.flex-control-thumbs img {
    width: 100%;
    height: 300px;             
    object-fit: contain;       
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
  
}  */

.product-type-simple button.single_add_to_cart_button.button.alt {
   margin-bottom: 0px;
    margin-top: 10px !important;
}


span.yith-wcwl-add-to-wishlist-button__label {
    color: #000000 !important;
}
/* FIX WOOCOMMERCE GALLERY */
/* Main gallery container */
/* 
.woocommerce-product-gallery {
    width: 100%;
    max-width: 500px;
}

Remove forced heights */
/* .woocommerce-product-gallery__image {
    height: auto !important;
    overflow: hidden;
}


.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto !important;   
    object-fit: contain; 
    border-radius: 20px;     
}


.flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}


.flex-control-thumbs li {
    width: 80px;
} */


/* .flex-control-thumbs img {
    width: 100%;
    height: 300px;             
    object-fit: contain;       
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
  
} */
.content-area {
    max-width: 1470px;
    margin: 50px auto 0px auto;
    padding: 0 12px;
    position: relative;
}

.single-product .content-area {
 
    margin: 80px auto 0px auto;
 
}
 .mainContainer
 {
    margin: 10rem auto 0px auto;
    padding-top: 32px; 
    padding-bottom: 30px;
}
 .mainContainerHome
 {
    margin: 10px auto 0px auto;
  
}

.addBanneSlider img{
  height: 100%;
}

/* .woocommerce-shop .content-area {

    margin: 0px auto !important;
} */
.woocommerce-page div.product div.summary {
   
    width: 60%;
        padding: 0px 30px !important;
    
}
.woocommerce-page div.product div.images {
    float: left;
    width: 38%;
} 


h1.product_title.entry-title {
    font-weight: 300;
    color: var(--primary-color);
    font-size: 36px;
    text-transform: capitalize;
    margin: 18px 0px;
}
.flex-viewport {
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0px !important
}
.single-product  div.product form.cart div.quantity {

    margin: 10px 2px 24px 0 !important
}
.single-product button.single_add_to_cart_button.button.alt {
    background-color: var(--primary-color) !important;
}

.single-product .quantity {
    display: flex;
    align-items: center; 
    max-width: 140px;
    border: 1px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
    font-family: sans-serif;
}

.single-product .quantity input.qty {
    flex: 1; 
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    height: 36px; 
    padding: 0;
}
.single-product 
.quantity button.plus,.single-product 
.quantity button.minus {
 width: 32px;
    height: 32px;
    border: none;
    background: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;

    padding-bottom: 10px;
}

.single-product  .quantity button.plus:hover,
.single-product .quantity button.minus:hover {
    background: #e0e0e0;
}


.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: auto;
}

/* Container flex */
.woocommerce-variation-add-to-cart.variations_button {
    display: flex !important;       /* force flex */
    align-items: center;            /* vertical alignment */
    gap: 10px;                      /* space between quantity & button */
    flex-wrap: nowrap;              /* prevent wrapping on desktop */
}

/* Quantity box */
.single-product .woocommerce-variation-add-to-cart .quantity {
    display: flex !important;       /* force inline flex */
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
    height: 40px;
    flex-shrink: 0;                 /* don’t shrink on small screens */
}

/* Quantity input */
.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
    width: 60px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    height: 100%;
}

/* Plus / Minus buttons */
.single-product .woocommerce-variation-add-to-cart .quantity button.plus,
.single-product .woocommerce-variation-add-to-cart .quantity button.minus {
    border: none;
    background: #f1f1f1;
    width: 40px;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
}

.single-product .woocommerce-variation-add-to-cart .quantity button.plus:hover,
.single-product .woocommerce-variation-add-to-cart .quantity button.minus:hover {
    background: #e0e0e0;
}

/* Add to cart button */
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    height: 40px;                  /* match quantity box */
    padding: 0 20px;
    font-size: 16px;
    white-space: nowrap;
    flex-shrink: 0;   
	/* don’t shrink */
	font-weight:400;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-bottom: 12px !important;
		    border-radius: 0px !important;
    margin-left: 10px;
	font-weight:400;
}

input#submit {
    background: var(--primary-color) !important;
    color: #fff  !important;
    border-radius: 0px  !important;
    padding: 11px 10px  !important;
    border: 1px var(--primary-color) solid  !important;
    text-transform: capitalize  !important;
    font-size: 15px  !important;
    font-weight: 300  !important;
    max-width: 100% !important;
    transition: 0.4s;
    text-align: center;
    display: block;
	
}

p.comment-form-comment {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.woocommerce #review_form #respond textarea {

    width: 50%;
}
 p.comment-form-author,p.comment-form-email {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}
section.related.products {
    padding: 10px 0px;
}
section.related.products h2 {
    margin: 18px 0px;
    padding-bottom: 20pxs;
    font-weight: 300;
    color: var(--primary-color);
}

/* .content-area{
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
} */
h2{
  font-weight: 300;
    color: #000000;
}

h2.woocommerce-Reviews-title {
    padding-bottom: 20px;
}

/* Make gallery container relative */
.woocommerce-product-gallery__image {
    position: relative;
}

.woocommerce-product-gallery__image .saleCard {
    position: absolute;
    top: 15px;
    left: 15px;
}

.single-product .saleCard {
    background: var(--primary-color);
    padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
    top: 1.5em;
    left: 2.5em;
    margin: 0;
    z-index: 99;
    position: absolute;
}

/* Cover wrapper */
.products.columns-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    padding-bottom: 40px;
}

/* Remove default float */
.products.columns-5 li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* .mainContainer.bestSellerPage {
    margin: 50px auto 50px auto;
    padding-top: 32px;
} */

h1.page-title {
    /* margin: 20px auto; */
    color: var(--primary-color);
    padding:5px 0px 20px 0px;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper div#tab-description ul {
    list-style: disc !important;
    margin-left: 20px;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper div#tab-description ul li {
    display: list-item !important;
}


 .single-product   .shopMainWrapperFlex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 26px;
}
section.related.products .saleCard {
    width: 82px;
    top: 0.5em;
    left: 0.5em;
}

.wcgs-thumb{
    margin-bottom: 13px !important;
}
img.wcgs-slider-image-tag {
    border-radius: 20px;
       
}
.txtHeader > a:first-child {
    display: block;
   
}

.wcgs-slider-image img {
    border-radius: 20px;
}
#wpgs-gallery img{
    border-radius: 20px !important;
}
.wcgs-lightbox.top_right .sp_wgs-lightbox {

    right: 24px !important;
}
/* img.wcgs-slider-image-tag {
    border-radius: 30px;
        height: 595px !important;
}

.gallery-navigation-carousel.spswiper.vertical.wcgs-vertical-right {
    padding-top: 10px !important;
} */
/* wishlist page */
.wishlist-title-container {
    display: none;
}

/*default page */
   .page-content  p {
        color: #5d5c5dcc;
        font-size: 16px;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 10px;
    }


    /* serach form */

    .searchForm{
          display: flex;
    }
    
/* ===== Convert Wishlist Table to Grid Layout ===== */
/* ============================= */
/* Desktop Only (1025px and up) */
/* ============================= */
@media (min-width: 1025px) {

.wishlist_table thead {
    display: none;
}

.wishlist_table tbody {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    box-shadow: none;
}

.wishlist_table tr {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0px 0px 0px 10px;
    border-radius: 15px;
    position: relative;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: 100%;
}

.page-id-228 .woocommerce table.shop_table {
    border: none !important;
    margin: 0px;
}

.wishlist_table td {
    border: none !important;
    padding: 8px 0 !important;
    text-align: center;
}

/* Image */
.wishlist_table .product-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0px;
}

/* Product Name */
.wishlist_table .product-name a {
    font-size: 18px;
    font-weight: 300;
    color: #222;
}

/* Price */
.wishlist_table .product-price {
    font-weight: 300;
    font-size: 16px;
}

/* Add to Cart Button */
.wishlist_table .add_to_cart_button {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    width: 100% !important;
    margin-top: 18px !important;
    display: block;
    text-align: center;
    transition: 0.4s !important;
}

.inner-hero-content h1 {
    color: #000000;
}

/* Remove Button */
.wishlist_table .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
}

a.remove.remove_from_wishlist {
    margin-top: 10px;
    margin-right: 3rem;
    color: #ffffff !important;
}

.wishlist-items-wrapper td.product-price {
    text-align: start !important;
}

}

/* cart page */

/* Make WooCommerce notice full width */

  .coverCrtfoms {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .woocommerce-cart-form {
        flex: 0 0 65%;
    }

    .cart-collaterals {
        flex: 0 0 35%;
    }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 50%;
    box-shadow: none;
    border-radius: 20px;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 20px;
}

.cart-collaterals {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 20px;
    padding: 2px 20px 0px 20px;
}
/* Remove all borders from WooCommerce cart totals table */
.cart-collaterals   .shop_table {
    border: none !important;
    padding: 20px 0px;
}

.cart-collaterals   .shop_table th,
.cart-collaterals   .shop_table td {
    border: none !important;
}

.cart-collaterals  .shop_table tbody tr {
    border: none !important;
}
a.checkout-button.button.alt.wc-forward {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    width: 100% !important;
    margin-top: 18px !important;
    display: block;
    text-align: center;
}
td.actions button {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    width: auto !important;
    /* margin-top: 18px !important; */
    display: block;
    text-align: center;
}

.coverCrtfoms td.actions {
    padding: 30px 30px !important;
}
.coverCrtfoms td.product-name a {
    color: #000000;
}
/* Hide duplicate subtotal column */
.shop_table .product-subtotal:nth-of-type(2) {
    display: none !important;
}
/* Break variation attributes into new lines */
/* .coverCrtfoms .product-name a {
    display: inline-block;
}

.coverCrtfoms .product-name a::after {
    content: '';
    display: block;
}


.coverCrtfoms .product-name a {
    white-space: pre-line;
} */

 /* checkout */


.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper select, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea {
  border: 1px solid #DEDEDE !important;
    border-radius: 12px !important;
    color: #919191 !important;
    font-size: 16px !important;
    padding: 12px 16px;
    box-shadow: none !important;
    background-color: #fff;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 1px solid #DEDEDE !important;
    border-radius: 20px !important;
    height: auto;
    padding: 10px 14px;
}

input#account_password , input#account_username{
    border: 1px solid #DEDEDE !important;
    border-radius: 12px !important;
    color: #707070 !important;
    font-size: 16px !important;
    padding: 12px 16px;
    box-shadow: none !important;
    background-color: #fff;
}
.woocommerce-checkout .woocommerce-input-wrapper textarea.input-text, .woocommerce-checkout .woocommerce-input-wrapper textarea {
    border: 1px solid #DEDEDE !important;
    border-radius: 20px !important;
    color: #707070 !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
    box-shadow: none !important;
    background-color: #fff !important;
    resize: vertical;
}
.checkout-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding-bottom: 50px;
}

.checkout-left {
	width: 60%;
}

.checkout-right {
	width: 40%;
	background: #f9f9f9;
	padding: 25px;
	border-radius: 10px;
}
.page-id-59 form.woocommerce-form.woocommerce-form-login.login input[type="text"], .page-id-59 form.woocommerce-form.woocommerce-form-login.login input[type="password"] {
    border: 1px solid #DEDEDE !important;
    border-radius: 12px !important;
    color: #919191 !important;
    font-size: 16px !important;
    padding: 12px 16px;
    box-shadow: none !important;
    background-color: #fff;
}
.page-id-59 form.woocommerce-form.woocommerce-form-login.login input[type="text"], .page-id-59 form.woocommerce-form.woocommerce-form-login.login input[type="password"] {
    border: 1px solid #DEDEDE !important;
    border-radius: 12px !important;
    color: #919191 !important;
    font-size: 16px !important;
    padding: 12px 16px;
    box-shadow: none !important;
    background-color: #fff;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 81px !important;
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;

    transition: 0.4s !important;
    width: 10% !important;

    display: block;
    text-align: center;
}

h3#order_review_heading {
    padding-bottom: 20px;
}


/* dashboard media end */
@media (max-width: 767px) {
	.txtHeader h4 {
               
                    font-size: 13px;
	}
	.checkout-wrapper {
		flex-direction: column;
	}

	.checkout-left,
	.checkout-right {
		width: 100%;
	}
}
/* Mobile */
@media (max-width: 767px) {

  .customerBgsec .mainContainerHome {
    margin: 20px auto 0px auto;
}
 
  
.woocommerce table.shop_table td {
 border-top: none !important;
}

    .coverCrtfoms {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    .woocommerce-cart-form {
        flex: 0 0 100%;
    }

    .cart-collaterals {
        flex: 0 0 100%;
    }
tr.woocommerce-cart-form__cart-item.cart_item {
    border: 1px solid #00000014;
    border-radius: 20px;
    margin-bottom: 20px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
}
td.product-thumbnail {
    display: block !important;
}
    .woocommerce table.shop_table_responsive tr td::before {
      display: none;
    }
   .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: center !important;
    }
  .wishlist_table.mobile li {
    margin-bottom: 7px;
    border: 1px solid #00000012;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 20px;
}
.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    width: 100% !important;
    margin-top: 18px !important;
    display: block;
    text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
}
  /* Make thumbnail + details in row (mobile wishlist) */
.wishlist_table.mobile li .item-wrapper {
    display: flex !important;      /* change from inline-block */
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 10px;
    
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  
    max-width: 100%;
}
/* Thumbnail */
.wishlist_table.mobile li .product-thumbnail {
    flex: 0 0 110px;   /* fixed width */
}

.wishlist_table.mobile li .product-thumbnail img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
}
.item-details-table .label{
  display: none;
  padding: 0px;
  margin: 0px;
}
.product-name h3 {
    font-size: 16px;
}
table.item-details-table tr {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
/* Details section */
.wishlist_table.mobile li .item-details {
    flex: 1;
}

/* Remove table layout inside */
.wishlist_table.mobile .item-details-table {
    width: 100%;
}

.wishlist_table.mobile .item-details-table td {
    padding: 2px 0;
}
    .wishlist_table tbody {
        grid-template-columns: 1fr;
    }
  .woocommerce #review_form #respond textarea {
    width: 100%;
}
  .single-product .saleCard{
        left: 2.5em;
  }
    ul.tabs.wc-tabs {
    padding: 0  px !important;
}
  ul.tabs.wc-tabs li {
    width: 100%;
    padding: 0px;
}
  .woocommerce-page div.product div.summary {
          width: 100%;
        padding: 0px !important;
}
.single-product .shopMainWrapperFlex {
 
    grid-template-columns: 1fr 1fr;
  
}
  img.wcgs-slider-image-tag {
  
        height: 100% !important;
}

    .products.columns-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #958e09;
    color: #fff;
    font-size: .857em;
    z-index: 9; */

/* VERY IMPORTANT FIX */

/* MOBILE ONLY */

/* MOBILE ONLY */

/* MOBILE ONLY */


/* iPad portrait (768px width) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .logoFooter Img {
    /* width: 122px; */
      width: 100%;
      margin-left: 50px;
}

  .products.columns-5 {
    display: grid;   grid-template-columns: repeat(3, 1fr);
  }
  /* Hide table header */
.woocommerce-cart table.shop_table thead {
    display: none;
}


  td.product-thumbnail {
    display: block !important;
}
  td.product-thumbnail::before {
    display: none !important;
}
.coverCrtfoms {
   
    flex-direction: column;
}
   .wishlist_table.mobile li {
    margin-bottom: 7px;
    border: 1px solid #00000012;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 20px;
}
.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    width: 100% !important;
    margin-top: 18px !important;
    display: block;
    text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
}
  /* Make thumbnail + details in row (mobile wishlist) */
.wishlist_table.mobile li .item-wrapper {
    display: flex !important;      /* change from inline-block */
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 10px;
    
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  
    max-width: 100%;
}
/* Thumbnail */
.wishlist_table.mobile li .product-thumbnail {
    flex: 0 0 110px;   /* fixed width */
}

.wishlist_table.mobile li .product-thumbnail img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
}
.item-details-table .label{
  display: none;
  padding: 0px;
  margin: 0px;
}
.product-name h3 {
    font-size: 16px;
}
table.item-details-table tr {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
/* Details section */
.wishlist_table.mobile li .item-details {
    flex: 1;
}

/* Remove table layout inside */
.wishlist_table.mobile .item-details-table {
    width: 100%;
}

.wishlist_table.mobile .item-details-table td {
    padding: 2px 0;
}
    .wishlist_table tbody {
        grid-template-columns: 1fr;
    }

  /* Mobile – 2 items per row */
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
    display: flex;
    flex-wrap: wrap;          /* allow items to wrap */
    gap: 15px;
    padding: 0;
}

/* Each wishlist item */
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile > li {
    width: calc(50% - 8px);   /* 2 items per row */
    list-style: none;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
}
   .wishlist_table tbody {
        grid-template-columns: repeat(2, 1fr);
    }
.shopMainWrapperFlex {
    display: grid;
    grid-template-columns: 2fr 2fr;
            gap: 24px;
        margin-bottom: 10px;
}
}
@media (max-width: 767px) {
    .filterHeaderMobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        font-size: 18px;
        font-weight: 300;
        border-bottom: 1px solid #eee;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .closeFilterBtn {
        background: none;
        border: none;
        font-size: 22px;
        cursor: pointer;
        line-height: 1;
        padding-right: 8px;
    }
    .filterHeadermainFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .filterCover {
        display: flex;
        align-items: center;
        gap: 10px;
    }

  .mobileFilterBtn {
        display: block;
        width: 100%;
        padding: 8px 30px;
        background: transparent;
        color: #000000 !important;
        border: none;
        font-size: 16px;
        margin-bottom: 10px;
        border: 1px solid #000000;
        border-radius: 30px;
    }
    .woocommerce-ordering select {
        font-size: 14px;
       margin-top: 3px;
        padding: 9px 5px !important;
        border: 1px solid #000000;
        border-radius: 30px !important;
    }
    /* Fix dropdown size */
    .woocommerce-ordering select {
        font-size: 14px;
        padding: 6px;
    }

  
    .shopFilterSide {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: 0.3s ease;
        overflow-y: auto;
    }

    .shopFilterSide.active {
        left: 0;
    }

    .shopFilterSide.active .filterOverlay {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.5);
        z-index: -1;
    }

    .shopMainWrapperFlex {
  
    grid-template-columns: 1fr 1fr;

}
}


    @media (max-width: 767px) {
    .item.ctCover img {
    height: auto;
    object-fit: cover;
}
		.summary.entry-summary span.woocommerce-Price-amount.amount {
   
    font-size: 20px;
}

      span.woocommerce-Price-amount.amount {
   
    font-size: 15px;
}
 .popularPicksTabDesign  .txtHeader    a {
               
                font-size: 14px;
             
            }
     

    .topCollectionBgsec .txtHeader a {
       
            font-size: 15px!important;
        }
		
		.popularPicksTabDesign .txtHeader a {
       
            font-size: 16px!important;
        }
      
    .instagrameBgsec  .mainContainerHome {
    margin: 10px auto 0px auto;
}
      .popularPicksBgsec {
    padding-bottom: 0px;
}
	.shopListBgSec .mainContainer_new {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
}

.flexMainCartIcon a{
  color: #000000;
}

a.shopNow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #000000;
    border: 1px solid #000000;
        padding: 11px 50px;

    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
}

.shoButton{
  text-align: center;
  margin: 50px 0px 30px 0px;
}
section.addbannerMain {
    margin: 60px 0px;
}

section.customerBgsec {
    margin-top: 60px;
}
.accordion-button:focus {

    box-shadow: none;
}

ul.sub-category li {
    padding: 5px 0px;
}

ul.sub-category {
  list-style:circle;
}




/* Pagination */
/* Add space above pagination */
.woocommerce nav.woocommerce-pagination {
    margin-top: 70px;
    margin-bottom: 80px;
    text-align: center;
}

/* Add space below product grid */
.woocommerce ul.products {
    margin-bottom: 40px;
}

/* Better pagination box spacing */
.woocommerce nav.woocommerce-pagination ul {
    padding: 12px 18px;
    display: inline-flex;
    gap: 2px;
  border: none;
    border-radius: 12px;
}

/* Remove default borders */
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

/* Page number style */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    background: white;
    color: var(--primary-color);
    font-weight: 300;
    transition: all 0.3s ease;
        display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover */
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(72, 28, 75, 0.25);
}

/* Active page */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 8px 20px rgba(72, 28, 75, 0.25);
}

nav.woocommerce-pagination{
    margin-top: 40px !important;
}


/* Center Pagination */
nav.woocommerce-pagination {
    margin-top: 70px;
    margin-bottom: 80px;
    text-align: center;
}

/* Make UL horizontal */
nav.woocommerce-pagination ul {
    padding: 12px 18px;
    display: inline-flex;
    gap: 8px;
    border: none;
    border-radius: 12px;
    list-style: none;
    margin: 0;
}

/* Remove li default style */
nav.woocommerce-pagination ul li {
    border: none;
    list-style: none;
}

/* Page numbers */
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
    min-width: 45px;
    height: 45px;
    border-radius: 10px;
    background: white;
    color: var(--primary-color);
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover */
nav.woocommerce-pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(72, 28, 75, 0.25);
}

/* Active page */
nav.woocommerce-pagination ul li span.current {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 8px 20px rgba(72, 28, 75, 0.25);
}

a.signClass {
    color: #000000;
}


a.woocommerce-privacy-policy-link {
    color: #000000;
}
 span.posted_in a {
    color: #000000;
}


#page-loader{
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.loader{
    width: 45px;
    height: 45px;
    border: 4px solid #ddd;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin{
    to { transform: rotate(360deg); }
}


a:hover{
                background: transparent ;
                color: var(--primary-color);
}
.addcardBtnCov a:hover{
    background: transparent !important;
                color: var(--primary-color) !important;

}

button.button:hover{
    background: transparent !important;
                color: var(--primary-color) !important;
}
a.checkout-button.button.alt.wc-forward:hover{
  background: transparent !important;
                color: var(--primary-color) !important;
}

/* .shopNow::after{
    content: " →";
    margin-left: 6px;
    transition: 0.3s ease;
} */

.shopNow:hover::after{
    margin-left: 10px;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }
}


@media (max-width: 600px) {

  /* Make container flex */
  .productSlider {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  /* Remove owl leftover width */
  .productSlider .owl-item {
    width: 50% !important;
    float: none !important;
  }

  /* Direct items */
  .productSlider > div {
    width: 50% !important;
    padding: 5px;
    box-sizing: border-box;
      margin-bottom:30px !important;
  
  }

  /* Remove stage structure spacing */
  .productSlider .owl-stage,
  .productSlider .owl-stage-outer {
    display: contents;
  }
}

/* Hide WooCommerce default block loader */
.wc-block-components-spinner,
.wc-block-components-loading-mask,
.blockUI.blockOverlay {
    display: none !important;
}


form.woocommerce-form.woocommerce-form-track-order.track_order button.button {
    background: var(--primary-color) !important;
    color: #fff !important;
    /* border-radius: 81px !important; */
    padding: 11px 19px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    width: auto !important;
    /* margin-top: 18px !important; */
    display: block;
    text-align: center;
}

form.woocommerce-form.woocommerce-form-track-order.track_order button.button:hover{
    background: transparent !important;
    color:var(--primary-color) !important;
  

}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
	background-color: var(--primary-color);
    color: #ffffff;
	margin:5px 10px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover{
	background-color: transparent;
  color: var(--primary-color);
	border:1px solid var(--primary-color);
}
ul.woocommerce-error {
    padding: 35px 19px;
}
ul.woocommerce-error li a {
  color:#b81c23;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  
    padding: 4px;
 
}
.woocommerce div.product div.images .flex-control-thumbs li img {

    border-radius: 15px;
}

.single-product.woocommerce .thumbnails img, .single-product.woocommerce-page .thumbnails img {
	border-radius: 20px;
} 

.woocommerce a.remove:hover {
	color: none !important;
    background: none !important;
}

.page-content h2{
	padding:10px 0px;
}
.page-content h3{
	padding:10px 0px;
}
.page-content h4{
	padding:10px 0px;
}
.page-content ul {
    list-style-type: disc;
    padding-left: 20px;
}
.page-content ul li {
    color:#5d5c5dcc;
}
.woocommerce-account .page-content ul {
    list-style: none !important;
    padding-left: 0px;
}
 .woocommerce-account .page-content ul li {
    color:none !important;
}
.woocommerce-page div.product div.summary .product_meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

section.customerBgsec.aboT {
    padding-top: 20px;
}
.page-numbers li {
    overflow: visible !important;
}
    .single-product.woocommerce .woocommerce-breadcrumb {
        padding-top: 6rem !important;
    }




@media (max-width: 767px) {
	
	.saleCard{
		font-size: 8px;
	}
		.summary.entry-summary span.woocommerce-Price-amount.amount {
   
    font-size: 20px;
}
	.woocommerce-variation-add-to-cart.variations_button {
 
    justify-content: center;
}

.woocommerce-page div.product div.images {
  
    width: 100%;
}
.single-product.woocommerce .woocommerce-breadcrumb {
		padding-top: 4rem !important;
	}
	.logoFooter img {
   
        width: 72%;
    }
	.woocommerce .woocommerce-breadcrumb {
		padding-top: 6rem;
	}
	.mainContainer {
 
		padding-top: 15px;
	}
	
  .catagorySlider {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .catagorySlider .item {
    width: 100%;
  }
}


/* Reset both password & text styles completely */

.woocommerce-product-gallery__image img {
    border-radius: 20px;
}
.yith_magnifier_mousetrap {
    z-index: 99;
}
.woocommerce-ResetPassword input[type="password"],
.woocommerce-ResetPassword input[type="text"] {
    height: 48px !important;
    padding: 0 50px 0 15px !important;
    margin: 0 !important;
    line-height: normal !important;
    border: 1px solid #dcdcdc !important;
    box-sizing: border-box !important;
    background: #fff !important;
    font-size: 14px !important;
    transition: none !important;
}

/* Prevent focus from changing size */
.woocommerce-ResetPassword input[type="password"]:focus,
.woocommerce-ResetPassword input[type="text"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #dcdcdc !important;
}

/* Lock wrapper */
.woocommerce-ResetPassword .password-input {
    position: relative;
}

/* Lock eye button */
.woocommerce-ResetPassword .show-password-input {
    position: absolute;
    right: 15px;
    top: 0;
    height: 48px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0 !important;
}
a.yith_expand {
   
    z-index: 99;
}
/* 4 thumbnails per row */
/* Force fixed 4-column layout always */
/* Make thumbnail container flexible */


/* Make image fill thumbnail */
/* Desktop only */
/* Force 4 thumbnails per row - fixed width */

@media (min-width: 992px) {

    ul.yith_magnifier_gallery {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px;
        width: 100% !important;
    }

    ul.yith_magnifier_gallery li {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    ul.yith_magnifier_gallery li img {
        width: 100% !important;
        display: block;
    }
}
@media (max-width: 767px){
.single-product	.woocommerce-product-gallery__trigger{
		display:none !important;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
 
    text-align: center;
}
	#coupon_code::placeholder {
    font-size: 13px;
}
	td.actions button {
 
    font-size: 13px !important;
	}
	.coupon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
  ul.yith_magnifier_gallery li {
        width: 18% !important;
    }
}
.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last{
	width:100%;
}
.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button {
  background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    width: 100% !important;
    margin-top: 18px !important;
    display: block;
    text-align: center;
}

.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button:hover {
    background-color: #444 !important;
}
.woocommerce tr.woocommerce-cart-form__cart-item.cart_item a.remove:hover{
	color:var(--wc-red)!important
}

.error-404.not-found h1.page-title {
    text-align: center;
}

.Button-404{
    background: var(--primary-color) ;
    color: #fff !important;
    padding: 11px 19px !important;
    border: 1px solid var(--primary-color) !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    transition: 0.4s !important;

    display: inline-block;   /* 🔥 Important */
    width: auto !important;  /* fit to text */
    max-width: none !important;
    text-align: center;
}
.Button-404:hover{
  
    color: #000000 !important;
   background: transparent !important;

}

div#fullModal {
    z-index: 999999;
}


a.added_to_cart.wc-forward {
    background: var(--primary-color) !important;
    color: #fff !important;
    /* border-radius: 81px !important; */
    padding: 11px 10px !important;
    border: 1px var(--primary-color) solid !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 300 !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    width: 100% !important;
    margin-top: 18px !important;
    display: block;
    text-align: center;
}

a.added_to_cart.wc-forward:hover{
    background: transparent !important;
    color: #000000 !important;
}

input#coupon_code {
    padding: 7px 6px 7px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins
{
	font-weight:400 !important;
}

	.priceRateDiv a:active,
.priceRateDiv a:visited {
    color: #ffffff !important;
}

.section-animate {
  opacity: 0;
  transform: translateY(50px);   /* increased movement */
  transition: opacity 1s ease-out,
              transform 1s ease-out;
}

.section-animate.active {
  opacity: 1;
  transform: translateY(0);
}
.scrollMainallHeight {
    background-color: #ffffff !important;
}
.mainContainer.faq

 {
    padding-bottom: 0px;
}
@media (max-width: 767px) {
    .contact-section .mainContainer {
        margin-top: 0px !important;
    }
}