
:root {
    --primary-font: "Instrument Sans", sans-serif;
    --primary-color: #000;
    --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: 700;  font-family:var(--primary-font)!important;  }


.mainContainer{
max-width: 1470px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
	    @media (max-width: 767px) {
	padding: 0 20px;
		}
}

.startRating{
	display: flex;
	gap:2px;
	span{
		i{
			color:#ff9c05 ;
			font-size: 10px;
		}
	}
}


.offcanvas{
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: #fff;
	font-size: 25px;
}
.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));
	}
}
header{
  position:fixed;

  transition: all 0.4s ease;
  width: 100%;
padding: 13px 30px;
  z-index:100 ;
  background: #fff;
  border-bottom: 1px #ddd solid;
  	 @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: 500;
      font-size: 16px;
      color: #000;
padding: 10px 0px;
position: relative;
&:hover::before{
	  width: 100%;
}
  &::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: 100%;
  overflow: hidden;
  	 @media (max-width: 1199px) {
 padding: 66px 0px 0px;
	 }
}

.searchDivallFlex{
	display: flex;
	gap:20px;
	align-items: center;
	 @media (max-width: 1199px) {
gap:12px;
	 }
	.flexMainCartIcon{
	display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
	}
	.cartIconHedaerDiv{
	position: relative;
    display: flex;
    align-items: center;
		cursor: pointer;
	&:hover svg{
		fill: #d0473e;
	}
		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: 500;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
top: -6px;
      background: #d0473e;
      color: #fff;
      left: 7px;
    }

		}
	}


		.whislistIconHedaerDiv{
	position: relative;
    display: flex;
    align-items: center;
	cursor: pointer;
	&:hover svg{
		fill: #d0473e;
	}
		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: 500;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
  top: -7px;
      background: #d0473e;
      color: #fff;
      left: 11px;

		}
	}


	.profileIconmain{
		background: transparent;
		border: none;
		cursor: pointer;
		
		svg{
transition: 0.4s;
		}
		&:hover svg{
color: #d0473e;
		}
	}
	.searchmainall{
.searchBorderAll{
border: 1px #ddd solid;
      border-radius: 30px;
      padding: 0px 0px 0px 14px;
	  @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: 16px;
          color: #dddd;
          height: auto;
		}
	  }
	}
	}
	
	.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 {
  width: 100%;
  overflow: hidden;
background-color: #FAE9E1;
  color: #000;
  padding: 20px 0;
  white-space: nowrap;
}

.marquee-content {
  display: inline-flex;
  gap: 60px;
  animation: scrollMarquee 18s linear infinite;
}

/* Pause animation on hover */
.marquee:hover .marquee-content {
  animation-play-state: paused;
}

.marquee span {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  &::before{
position: absolute;
    left: -31px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #000;
    content: "";
    border-radius: 50%;
}
}

/* Animation */
@keyframes scrollMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.commonHeaderMaxWidth{
	max-width: 700px;
	margin: 0 auto 30px;
	text-align: center;
	@media (max-width: 1199px) {
margin: 0 auto 20px;
	}
	h2{
font-weight: 600;
    color: var(--primary-color);
    font-size: 36px;
	text-transform: capitalize;
	@media (max-width: 1199px) {
    font-size: 30px;
	}

	}
	p{
		color: #5d5c5dcc;
		font-size: 16px;
		font-weight: 500;

			margin-top: 15px;
	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: 600;
  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);
  }
}


.categoryBgsec{
	padding: 60px 0px;
	@media (max-width: 1199px) {
padding: 30px 0px 50px;
	}
	.catogaryMainDivAll{
		&:hover .catogaryImgWrapper img{
			transform: scale(1.1);
		}
			&:hover .txtHeader h2{
				color: #d0473e;
			}
		.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: 600;
			}
			p{
				color: #5d5c5dcc;
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;

			}
		}
	}
}

.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: #d0473e;
			}
		.catogaryImgWrapper{
		border-radius: 14px;
      overflow: hidden;
	  display: block;
	  position: relative;
			img{
				width: 100%;
				transition: 0.4s;
			}
			.positionDivall{
			position: absolute;
        top: 20px;
        left: 15px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 5px;
			.saleCard{
				background: #d0473e;
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
			}
			.limitedStockcard{
				background: #14854e;
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 13px;
    font-weight: 500;
    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: 600;
			}
			p{
				color: #5d5c5dcc;
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;

			}
		}
		.priceDivflexMain{
		display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 13px;
			.addcardBtn{
	background: var(--primary-color);
        color: #fff;
        border-radius: 81px;
        padding: 11px 10px;
        border: 1px var(--primary-color) solid;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 600;
        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: 600;
				}
				.oldPrice{
		 color: #8e8e93;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
				}
			}
		}
	}
}


.topCollectionBgsec{
	padding: 60px 0px 100px;
	@media (max-width: 1199px) {
	padding: 40px 0px 100px;
	}
		@media (max-width: 767px) {
	padding: 40px 0px 30px;
	}
		.catogaryMainDivAll{
		&:hover .catogaryImgWrapper img{
			transform: scale(1.1);
		}
			&:hover .txtHeader a{
				color: #d0473e;
			}
		.catogaryImgWrapper{
		border-radius: 14px;
      overflow: hidden;
	  display: block;
	  position: relative;
			img{
				width: 100%;
				transition: 0.4s;
			}
			.positionDivall{
			position: absolute;
        top: 20px;
        left: 15px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 5px;
			.saleCard{
				background: #d0473e;
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
			}
			.limitedStockcard{
				background: #14854e;
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 13px;
    font-weight: 500;
    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: 600;
			}
			p{
				color: #5d5c5dcc;
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;

			}
		}
		.priceDivflexMain{
		display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 13px;
			.addcardBtn{
			background: var(--primary-color);
      color: #fff;
     border-radius: 59px;
      padding: 11px 10px;
      border: 1px var(--primary-color) solid;
      text-transform: capitalize;
      font-size: 15px;
      font-weight: 600;
      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: 600;
				}
				.oldPrice{
		 color: #8e8e93;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
				}
			}
		}
}

.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: var(--primary-color);

      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: var(--primary-color);
				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: 600;
    color: var(--primary-color);
    font-size: 20px;
		}
		p{
			font-size: 15px;
      font-weight: 400;
      color: var(--primary-color);
      line-height: 28px;
	  margin-bottom: 0px;
		}
	}
}



	.footerBgSecmain {
		padding: 70px 0px 15px;
		
	background: var(--primary-color);
	@media only screen and (max-width: 1199px){	
padding: 40px 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:#d0473e;
	
	
	}
}
	}
	 h4 {
color: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
	@media only screen and (max-width: 767px){	
background: rgba(0, 0, 0, 0.12);
    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: 500;
  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: 500;
	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: 500;
	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;
	
	}
}




.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: 100;
  background: #fff;
  border-bottom: 1px #ddd solid;
	}
	@media (max-width: 1199px) {
 padding: 13px 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: #d0473e;
			
			}
				&:hover svg{
					color: #d0473e;
				}
				&:hover p .whislistIconHedaerDiv svg{
						color: #d0473e!important;
				}

					&:hover p .cartIconHedaerDiv svg{
						color: #d0473e!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: #d0473e;
	}
		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: 500;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
top: -6px;
      background: #d0473e;
      color: #fff;
     left: 10px;
    }

		}
		
		.whislistIconHedaerDiv{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
	cursor: pointer;
	&:hover svg{
		fill: #d0473e;
	}
		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: 500;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
  top: -7px;
      background: #d0473e;
      color: #fff;
     left: 14px;

		}
	}

}

.mobileBtn{
	cursor: pointer;
  font-size: 20px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
}

.headerMainFlexMobile{
	ul{
		li{
			a{
				font-weight: 500;
        font-size: 21px;
        color: #fff;
        padding: 13px 0px;
        display: block;
		&:hover{
			color: #d0473e;
		}
			}
		}
	}
}

.mobileMenulogo{
	width: 122px;
  display: block;
}

  .logoFooter {
  width: 122px;
  display: block;
  .logoImg {
    width: 100px;
}
  }

  .instagrameBgsec{
	padding-bottom: 60px;
		@media (max-width: 767px) {
padding-bottom: 40px;
		}
	.instGrameWrapper{
		margin-bottom: 10px;
		border: 1px #ddd solid;
		padding: 10px;
		border-radius: 10px;
		overflow: hidden;
		.instaTxtmain{
			padding-top: 10px;
			h3{
				font-weight: 600;
    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: 600;
			&: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: 600;
	margin-bottom: 15px;
  }
  p{
color: #fff;
    font-weight: 300;
    font-size: 15px;
    max-width: 500px;
    margin-bottom: 0;
  }
}

.shopListBgSec{
	padding: 60px 0px;
	  @media (max-width: 1199px) {
	padding: 40px 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: 500;
  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: 500;
				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 3fr;
    gap: 20px;
	    @media (max-width: 1199px) {
    grid-template-columns: 1fr;
		}
	.sideNavMainAll {
      border: 1px #ddd solid;
      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: #d0473e;
			}
			}
		}
	  }
	  .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: 500;
		}
	  }
	  .form-check-input {
    margin-left: 0px;
    
      border-radius: 0px;
		@media (max-width: 1199px) {
width: 25px;
height: 25px;
		}
	  }
	  .form-check-input:checked{
background-color: #d0473e !important;
  border-color: #d0473e!important;
	  }
	  .form-check-input:focus{
		box-shadow: none;
	  }

	   h4 {
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        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: 600;
}

.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: 700;

  
		}
		}
	
	}
  }
    }
	.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;
	gap:20px;
		  }
			.catogaryMainDivAll{
		&:hover .catogaryImgWrapper img{
			transform: scale(1.1);
		}
			&:hover .txtHeader a{
				color: #d0473e;
			}
		.catogaryImgWrapper{
		border-radius: 14px;
      overflow: hidden;
	  display: block;
	  position: relative;
			img{
				width: 100%;
				transition: 0.4s;
			}
			.positionDivall{
			position: absolute;
        top: 20px;
        left: 15px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 5px;
			.saleCard{
				background: #d0473e;
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
			}
			.limitedStockcard{
				background: #14854e;
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 13px;
    font-weight: 500;
    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: 600;
			}
			p{
				color: #5d5c5dcc;
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;

			}
		}
		.priceDivflexMain{
		display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 13px;
			.addcardBtn{
	background: var(--primary-color);
        color: #fff;
        border-radius: 81px;
        padding: 11px 10px;
        border: 1px var(--primary-color) solid;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 600;
        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: 600;
				}
				.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: #d0473e;
			}
			}
		}
	  }
	  .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: 500;
		}
	  }
	  .form-check-input {
    margin-left: 0px;
    
      border-radius: 0px;
		@media (max-width: 1199px) {
width: 25px;
height: 25px;
		}
	  }
	  .form-check-input:checked{
background-color: #d0473e !important;
  border-color: #d0473e!important;
	  }
	  .form-check-input:focus{
		box-shadow: none;
	  }

	   h4 {
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        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: 600;
}

.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: 700;
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: 1fr 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;
      height: calc(100dvh - 100px);
      overflow: auto;
  scrollbar-width: none;         
  -ms-overflow-style: none;
  width: 100%;
    @media (max-width: 1199px) {
position: static;
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: 500;
			  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: 600;
  color: #111;
  text-transform: lowercase;
}

.value {
  font-size: 16px;
  color: #4b5563;
}
}


          }

  .product-meta {
  margin-top: 24px;
  font-size: 14px;
  color: #111;
}

.meta-row {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.label {
  color: #6b7280;
}

.value {
  font-weight: 500;
}

/* checkout box */
.checkout-box {
  margin-top: 24px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 12px;
  text-align: center;
}

.checkout-title {
  font-weight: 600;
  margin-bottom: 14px;
}

.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: 600;
  margin: 6px 0 10px;
   @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;

}
}
.price {
  font-size: 28px;
  font-weight: 600;
  margin: 14px 0;
   @media (max-width: 1199px) {
margin: 10px 0;
  font-size: 25px;
   }
}
.description {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}
.benefits {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  
 
  .benefit {
  display: flex;
  gap: 10px;
  font-size: 14px;
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
   @media (max-width: 570px) {
flex-direction: column;
text-align: center;
   }
  img{
	 @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: 570px) {
flex-direction: column;
gap: 7px;
	}
}

/* quantity */
.qty-box {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 6px;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

#quantity {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
}

/* add to cart */
.btn-cart {
width: 100%;
  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;
  &:hover{

  background: transparent;
  color: var(--primary-color);
  }
}

/* buy now */
.btn-buy {
  width: 100%;
  height: 48px;

  border-radius: 30px;
  border: none;
    border: 1px #d3483f solid;
  background: #d3483f;
  color: #fff;
  font-size: 15px;
  transition: 0.4s;
  cursor: pointer;
   &:hover{

  background: transparent;
  color: #d3483f;
  }
}


	.positionDivall{

        display: flex;
    
        gap: 5px;
		margin-bottom: 10px;
			.saleCard{
				background: #d0473e;
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0;
    text-transform: capitalize;
			}
			.limitedStockcard{
				background: #14854e;
				padding: 0 15px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    font-size: 13px;
    font-weight: 500;
    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: 600;
          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: 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: 600;
}

}
.colors {
  display: flex;
  gap: 12px;
  flex-direction: column;
  margin-bottom: 18px;
  .label{
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
  }
}

.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;                 
}
	}


	.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: 500;
  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: 600;
  font-size: 16px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  max-width: 900px;
}




}







.bredCrumbSec{
padding-top: 90px;
  padding-bottom: 19px;
     @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: 500;
}

}

.productSliderMain{
	max-width: 500px;
	overflow: hidden;
}

.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 {
  min-width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
}

.thumb.active {
  border-color: #000;
}
}