@font-face {font-family:"SweetSansProLight"; src: url(../fonts/SweetSansProLight.otf) format("opentype");}
@font-face {font-family:"SweetSansProRegular";src: url(../fonts/SweetSansProRegular.otf) format("opentype");}
@font-face {font-family:"SweetSansProMedium";src: url(../fonts/SweetSansProMedium.otf) format("opentype");}
@font-face {font-family:"SweetSansProBold";src: url(../fonts/SweetSansProBold.otf) format("opentype");}
body {font-family:"SweetSansProLight";font-size: 16px;color:#414042;line-height: 26px;}
ul {/*margin: 0;padding: 0;list-style: none;*/}
h1, h2, h3, h4, h5, h6 {/*margin: 0*/}
a {text-decoration: none;transition: .3s}
a:hover {text-decoration: none}
p{}
button {outline: none}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.owl-nav button {position: absolute;top: 50%;background-color: #000;color: #fff;margin: 0;transition: all 0.3s ease-in-out;}
.owl-nav button.owl-prev {left: -15px;}
.owl-nav button.owl-next {right: -15px;}
.owl-nav button {position: absolute;top: 50%;transform: translateY(-50%);background: #fff !important;border:1px solid #e17a2d !important;width: 45px;height: 45px;border-radius: 50%;}
.owl-nav button span {font-size: 45px;position: relative;top: -2px;color:#e17a2d;}
.owl-nav button:focus { outline: none;}
.owl-nav button:hover {background: #e17a2d !important;	border:1px solid #e17a2d !important;}
.owl-nav button:hover span {color:#fff;}
.owl-nav button.owl-prev.disabled{opacity:0;opacity: 0.3;cursor: no-drop;}
.owl-nav button.owl-next.disabled{opacity:0;opacity: 0.3;cursor: no-drop;}
.owl-nav button.disabled:hover{background: #fff !important;border:1px solid #e17a2d !important;}
.owl-nav button.disabled:hover span{color:#e17a2d;}
.owl-dots {text-align: center;padding-top: 15px;}
.owl-dots button.owl-dot {width: 15px;height: 15px;border-radius: 50%;display: inline-block;background: transparent;border:1px solid #e17a2d;margin: 0 3px;}
.owl-dots button.owl-dot.active {background-color: #e17a2d;}
.owl-dots button.owl-dot:focus {outline: none;}

.desktop-field {display: none;}
.mobile-field {display: none;}
.container {padding-left: 48px; padding-right: 48px;max-width: 1400px;}
.section-header {margin-bottom: 40px;}
.section-title {font-size: 34px;line-height: 40px;display: inline-block;align-items: center;font-family: "SweetSansProRegular";}
.section-title .txt {margin: 0 10px;}
.section-title .txt strong{font-family:"SweetSansProMedium";}
.section-title .icon {}
.section-title .icon img{}
.section-header p {}
.viewLinkArea{}
.viewLinkArea .viewLink{
    display: inline-block;
    background-color: #f5d7bb;
    color: #000;
    padding: 10px 30px 10px;
    font-family: "SweetSansProMedium";	
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-container, .loading {
    height: 120px;
    position: relative;
    width: 120px;
    border-radius: 100%;
}
.preloader.hide{display:none;}
.loading-container {
    margin: 40px auto;
}
.loading {
    border: 1px solid transparent;
    border-color: transparent #4E2FDA transparent #4E2FDA;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}
.loading-container:hover .loading, .loading-container .loading {
    transition: all 0.5s ease-in-out;
}
#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 60px;
}
#loading-icon img {
    max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}
.main-videoBanner-sec{height:85vh;overflow:hidden;position:relative;}
.main-videoBanner-sec:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.2);z-index:2;}
.main-videoBanner-sec .main-video{height:100%;}
.main-videoBanner-sec .main-video video{height:100%;width:100%;object-fit:cover;}
.main-videoBanner-sec .main-videoBanner-content{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px 15px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;   
}
.main-videoBanner-contentinner{text-align:center; color: #fff;}
.main-videoBanner-contentinner h1.title{
    font-size: 70px;
    line-height: 80px;
    font-family: "SweetSansProBold";
    margin-bottom: 20px;	
}
.main-videoBanner-contentinner p.para{
    font-size: 40px;
    line-height: 50px;
    font-family: "SweetSansProMedium";
    margin-bottom: 40px;	
}
.main-videoBanner-contentinner a.contactLink{
    padding: 12px 30px;
    background-color: #978952;
    border: 1px solid #978952;
    color: #fff;
    font-family: "SweetSansProMedium";	
}
.marqueeSlideSec{padding:40px 0 40px;}
.marqueeSlideSec span{display:inline-block;font-size:40px; font-family: "SweetSansProMedium";color:#000;padding:0 15px;	}
.marqueeSlideSec span.first {
    -webkit-text-stroke: 1px #939393;
    color: #fff;
    text-shadow: 2px 2px 0 #939393, -1px -1px 0 #939393, 1px -1px 0 #939393, -1px 1px 0 #939393, 1px 1px 0 #939393;
	
}
.main-banner-slider-sec{}
.main-banner-slider-secinner{}
.mainbannerslider .owl-dots{position:absolute;bottom:40px;left:0;right:0;text-align:center;z-index:2;}
.bannerContentBoxSec{padding:30px 0 0;}
.bannerContentBoxSecinner{}
.bannerContentBoxSecinner .rowBox{}
.bannerContentBoxSecinner .columnBox{}
.bannerContentBoxSecinner .bannerContentBox{margin-bottom:30px;}
.bannerContentBoxinner{background-position: 50% 50%; background-repeat: no-repeat;background-size: cover;height:100%;display:flex;flex-direction:column;justify-content: center;}
.bannerContentBoxinnerWrapper{display:flex;align-items: center; padding: 40px;color:#fff;}	
.bannerContentBoxinner .icon{margin-right:25px;}
.bannerContentBoxinner .icon img{}
.bannerContentBoxinner .content { -webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.bannerContentBoxinner .content p{font-size:23px;line-height:29px;margin-bottom:5px;}
.bannerContentBoxinner .content h4{font-size:26px;line-height:32px;font-family:"SweetSansProRegular";}
.bannerContentBoxinner .content h4 a{text-transform:uppercase;text-decoration:underline;color:#fff;}
.bannerContentBoxinner .content h4 a:hover{}
.statickBoxSec{padding:20px 0 20px;}
.statickBoxSecinner{}
.statickBoxSecinner .rowBox{}
.statickBoxSecinner .columnBox{}
.statickBoxSecinner .statickBox{margin-bottom:30px;position:relative;}
.statickBoxSecinner .statickBox:after{content:'';position:absolute;top:20%;right:0;background-color:#ddd;width:3px;height:40px;}
.statickBoxSecinner .statickBox:nth-child(4):after{display:none;}
.statickBoxinner{display:flex;align-items: center;padding:0 15px;}	
.statickBoxinner .icon{margin-right:20px;}
.statickBoxinner .icon img{}
.statickBoxinner .content { -webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.statickBoxinner .content h4{font-size:20px;line-height:24px;margin-bottom:0px;color:#000;font-family:"SweetSansProMedium";}
.statickBoxinner .content p{color:#414042;}
.newArrivalProductSec{padding:60px 0 30px;background-color:#dbf6e8;}
.newArrivalProductSecinner{}
.newArrivalProductSecinner .rowBox{}
.newArrivalProductSecinner .columnBox{}
.newArrivalProductSecinner .newArrivalProductBox{margin-bottom:30px;position:relative;}
.newArrivalProductBoxinner{text-align:center;}
.newArrivalProductBoxinner .thumnail{}
.newArrivalProductBoxinner .thumnail img{}
.newArrivalProductBoxinner .content{}
.newArrivalProductBoxinner .content h4.ttl{}
.newArrivalProductBoxinner .content h4.ttl a{}

.homeProdiuctCategorySlider  .owl-nav button{}
.homeProdiuctCategorySlider :hover .owl-nav button{}




.productCatSec{padding:15px 0 30px;}
.homeProdiuctCategorySliderIteminner{text-align:center;}
.homeProdiuctCategorySliderIteminner .thumnail{width: 140px;height: 140px;margin: auto;border: 2px solid #f5d7bb;border-radius: 50%;overflow: hidden;}
.homeProdiuctCategorySliderIteminner .thumnail img{width:100%;height:100%;object-fit:cover;}
.homeProdiuctCategorySliderIteminner .content{padding: 15px 0 0;}
.homeProdiuctCategorySliderIteminner .content h4.ttl{font-size:14px;color:#000;font-family:"SweetSansProMedium";}
.homeProdiuctCategorySliderIteminner .content h4.ttl a{color:#000;}

.howItWorksSec{padding:60px 0 50px;background-color:#f7f0e980;}
.howItWorksSecinner{}
.howItWorksSecinner .rowBox{}
.howItWorksSecinner .columnBox{}
.howItWorksSecinner .howItWorksBox{
	margin-bottom:30px;
}
.howItWorksBoxinner{   
  background-color: #fff;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
	height:100%;	
}
.howItWorksBoxinner .icon{
	margin-bottom:20px;
}
.howItWorksBoxinner .icon img{}
.howItWorksBoxinner .content{}
.howItWorksBoxinner .title{
    font-size: 18px;
    font-family: "SweetSansProMedium";
	margin-bottom:10px;	
}
.howItWorksBoxinner .para{line-height: 1.5;}



.hairComparisonSec{padding:60px 0 0px;}
.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0px 0;
  background-color: #fff;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0; 
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;  
  top: 20px;
  right: 20px; 
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000; 
  font-size: 16px;
  box-shadow: 0 21px 24px rgb(0 0 0 / .1490196078);
}
.comparison-slider-wrapper .comparison-slider .overlay strong{font-weight:normal;}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #f5d7bb;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 49px;
    left: -24px;
    top: 50%;
    margin-top: -10px;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    box-shadow: 0 21px 24px rgb(0 0 0 / .15);
}
.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider svg{
    position: absolute;
    top: 51%;
    left: -5px;
    width: 12px;
}
/*
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}
*/

.hairSourcedSec{padding:40px 0 40px;}
.hairSourcedSecinner{}
.hairSourcedPanel{padding:40px 0;}
.hairSourcedSecinner .hairSourcedPanel:last-child{}
.hairSourcedPanelinner .rowBox{}
.hairSourcedPanelinner .columnBox{}
.hairSourcedThumnailBox{}
.hairSourcedThumnailBoxinner{position:relative;padding-left:30px;}
.hairSourcedThumnailBoxinner .airSourcedThumnail{}
.hairSourcedThumnailBoxinner .airSourcedThumnail.hairSourcedThumnail_1{}
.hairSourcedThumnailBoxinner .airSourcedThumnail.hairSourcedThumnail_2{
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: 1;
    width: 60%;	
}
.airSourcedThumnailinner{
	position:relative;
}
.airSourcedThumnailinner:after{
    content: "";
    height: 95%;
    width: 95%;
    border: 3px solid #f5d7bb;
    position: absolute;
    bottom: 10px;
    right: 10px;
    /* border-left: none; */
    /* border-top: none; */
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.airSourcedThumnailinner img{}
.hairSourcedContentBox{}
.hairSourcedContentBoxinner{}
.hairSourcedSecinner .hairSourcedPanel:first-child .hairSourcedContentBoxinner{padding-right:60px;}
.hairSourcedSecinner .hairSourcedPanel:last-child .hairSourcedContentBoxinner{padding-left:60px;}
.hairSourcedContentBoxinner h4.title{
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
    font-family: "SweetSansProBold";
    margin-bottom: 20px;
}
.hairSourcedContentBoxinner p{
    line-height: 20px;
    text-align: justify;	
	margin-bottom:10px;
}


.aboutFactorySec{background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;padding:80px 0 50px;}
.aboutFactorySecinner{}
.aboutFactorySecinner .rowBox{}
.aboutFactorySecinner .columnBox{}
.aboutFactoryThumnailBox{margin-bottom:30px;}
.aboutFactoryThumnailBoxinner{position:relative;}
.aboutFactoryThumnailBoxinner:after{
    content: "";
    height: 95%;
    width: 95%;
    border: 3px solid #f5d7bb;
    position: absolute;
    bottom: 10px;
    right: 10px;
    /* border-left: none; */
    /* border-top: none; */
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.aboutFactoryThumnailBoxinner img{}
.aboutFactoryContentBox{margin-bottom:30px;}
.aboutFactoryContentBoxinner{padding-right:60px;}
.aboutFactoryContentBoxinner h4.title{
	font-size: 32px;
    color: #000;
    text-transform: capitalize;
    font-family: "SweetSansProBold";
    margin-bottom: 20px;	
}
.aboutFactoryContentBoxinner p{
    line-height: 20px;
    text-align: justify;
    margin-bottom: 10px;
    color: #000;	
}
.subQualitySec{padding:80px 0 50px;}
.subQualitySecinner{}
.subQualitySecinner .rowBox{}
.subQualitySecinner .columnBox{}
.subQualityBox{margin-bottom:30px;}
.subQualityBoxinner{
    position: relative;
    border-radius: 6px;
    border: 1px solid #e2e2e2;	
}
.subQualityThumnail{position:relative;}
.subQualityThumnail:after{
    content: "";
    height: 50%;
    width: 50%;
    border: 3px solid #f5d7bb;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-left: none; 
   border-top: none; 
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.subQualityThumnail img{}
.subQualityContent{
    padding: 15px 15px;	
}
.subQualityContent h4.title{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 5px;
    font-family: "SweetSansProMedium";	
}
.subQualityContent p{
     line-height: 20px;
    margin-bottom: 10px;
}
.subQualityContent .readMoreBtn{color:#000;font-family: "SweetSansProMedium";display:inline-block;}
.howMakeSec{background-color: #f9f7f7;padding:80px 0 50px;}
.howMakeSecinner{}
.howMakeSecinner .rowBox{}
.howMakeSecinner .columnBox{}
.howMakeThumnailBox{margin-bottom:30px;}
.howMakeThumnail{position:relative;}
.howMakeThumnail img{}
.howMakeContentBox{margin-bottom:30px;}
.howMakeContent{padding-left:40px;}
.howMakeContent h4.title{
	font-size: 32px;
    color: #000;
    text-transform: capitalize;
    font-family: "SweetSansProBold";
    margin-bottom: 20px;	
}
.howMakeContent p{
    line-height: 20px;
    text-align: justify;
    margin-bottom: 10px;
    color: #000;	
}
.howMakeContent .list_1{padding:0;margin:0;}
.howMakeContent .list_1 li{list-style-type:none;margin-bottom:10px;}
.howMakeContent .list_1 li:last-child{margin-bottom:0px;}
.howMakeContent .list_1 li .icon{
    margin-right: 15px;
    font-size: 22px;
    line-height: 30px;
    color: #978952;	
}
.howMakeContent .list_1 li .icon img{}
.howMakeContent .list_1 li .content{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 22px;	
}
.howMakeContent .list_1 li .content h4{}
.howMakeContent .list_1 li .content p{}


.homeProductListingSec{padding:60px 0 60px;overflow:hidden;}
.homeProductListingSecinner{}
.productBoxStyle_2{margin-bottom:30px;}
.productBoxStyle_2iiner{position:relative;border-radius:6px;border:1px solid #e2e2e2;overflow:hidden;}
.productBoxStyle_2iiner:hover{/*box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);*/}
.productBoxStyle_2iiner .productCode{position:absolute;top:10px;left:10px;background-color:green;color:#fff;padding:3px 10px;font-family:"SweetSansProMedium";}
.productBoxStyle_2iiner .productCode .ttl{}
.productBoxStyle_2iiner .productThumnailBox{text-align:center;}
.productBoxStyle_2iiner .productThumnailBox a{display:block;}
.productBoxStyle_2iiner .productThumnailBox img{}
.productBoxStyle_2iiner .productContentBox{background-color: #fff;color:#000100;padding:15px;}
.productBoxStyle_2iiner .productContentBox .product-title{font-size:22px;line-height:28px;color:#000100;font-family:"SweetSansProMedium";margin-bottom:10px;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1;}
/*.productBoxStyle_2iiner .productContentBox .product-title{font-size:22px;line-height:28px;color:#000100;font-family:"SweetSansProMedium";margin-bottom:10px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}*/
.productBoxStyle_2iiner .productContentBox .product-title a{color:#000100;}
.productBoxStyle_2iiner .productContentBox .product-title a:hover{}
.productBoxStyle_2iiner .productContentBox .product-price{font-size:23px;}
.productBoxStyle_2iiner .productContentBox .product-price .regular-price{}
.productBoxStyle_2iiner .productContentBox .product-price .old-price{}
.productBoxoverLayStyle_2{position:absolute;bottom:-500px;width:100%;background-color:#fff;/*visibility:hidden;opacity:0;*/padding:1px 5px 15px;    transition: all .5s ease 0s;}
.productBoxStyle_2iiner:hover .productBoxoverLayStyle_2{bottom:0;/*visibility:visible;opacity:1;*/}
.product-para{line-height: 20px;margin-bottom: 0px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.product-price-text{line-height:20px;margin-bottom:2px;}
.product-price-text .mark{ padding: 0px;background-color: transparent;color: #e7792a;}
.product-price-text a{color:#000100;}
.product-quantity{margin-bottom: 10px;line-height: 20px;}
.product-Links{padding: 5px 0 0;border-top: 1px solid #ddd;}
.product-Links-list{padding:0;margin:0;display:flex;}
.product-Links-list li{list-style-type:none;width:25%;}
.product-Links-list li:last-child{}
.product-Links-list li a{color:#000100;display:block;text-align:center;}
.product-Links-list li a img{}
.product-Links-list li a:hover{} 
.productList-slider-style_2 .productBoxStyle_2{padding:0 7px 30px;}
.productList-slider-style_2 .owl-nav button.owl-prev {left: -5px;}
.productList-slider-style_2 .owl-nav button.owl-next {right: -5px;}
.homeProductListingSecinner .viewLinkArea{margin-top:15px;}
.homeProductListingSecinner .viewLinkArea .viewLink{}

.aboutUsSection {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;	
	padding:80px 0 0px;
}
.aboutUsThumnail h4 {
    position: absolute;
    top: 71px;
    color: #c7ac85;
    font-family: "Prata", serif;
    right: -23%;
    -webkit-transform: rotate(-90deg) translateY(0);
    transform: rotate(-90deg) translateY(0);
    letter-spacing: 0.019em;
    line-height: 25.99px;
}
.aboutUContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.aboutUContent h2 {
    color: #000;
    text-transform: capitalize;
	font-family:"SweetSansProBold";    
}
.aboutUContent p {
   margin-bottom: 15px;
 }

.homeArticleSec{padding:60px 0 60px;}
.homeArticleSecinner{}
.articleBox{}
.articleBoxinner{border-radius:6px; border: 1px solid #e2e2e2;}
.articleBoxinner:hover{box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);}
.articleThumnailBox{}
.articleThumnailBox img{}
.articleContentBox{padding: 15px 15px;}
.articleContentBox .articleUserList{padding:0px;margin:0px;}
.articleContentBox .articleUserList li{list-style-type:none;display:inline-block;margin-right:10px;}
.articleContentBox .articleUserList li:last-child{margin-right:0px;}
.articleContentBox .articleUserList li .ttl{color:#e7792a;font-family:"SweetSansProMedium";margin-right:5px;}
.articleContentBox .title{font-size:18px;line-height:22px;color:#000100;font-family:"SweetSansProMedium";}
.articleContentBox .title a{color:#000100;}
.articleContentBox .title a:hover{}
.articleContentBox .para{line-height:20px;}
.homeArticleSlider .articleBox{padding:0px 7px 30px;}
.homeArticleSlider .owl-nav button.owl-prev {left: -5px;}
.homeArticleSlider .owl-nav button.owl-next {right: -5px;}
.homeArticleSecinner .viewLinkArea{margin-top:15px;}
.homeArticleSecinner .viewLinkArea .viewLink{}
.homeClientSec{padding:60px 0 60px;}
.homeClientSecinner{}
.homeClientSliderItem{padding:0px 20px;position:relative;}
.homeClientSliderItem:after{content:'';position:absolute;top:20%;right:0;background-color:#ddd;width:1px;height:40px;}
.homeClientThumnail{height: 70px;display: flex;align-items: center;justify-content: center;}
.homeClientThumnail img{width: 100%;height: 100%;object-fit: contain;}
.homeAboutUsSec{padding: 60px 0 60px; background-color: #f3f9f6;}
.homeAboutUsSecinner{}
.homeAboutUsContent{max-width:80%;margin:0 auto;}
.homeAboutUsContent h4{font-size: 30px;/*font-family: "SweetSansProMedium";*/font-family: "SweetSansProBold";}
.homeAboutUsContent p{line-height:1.5;}
.homeAboutUsContent .viewLinkArea{}
.homeAboutUsContent .viewLinkArea .viewArticleLink{}

.shopPageProductListingSec{padding:60px 0 60px;}
.shopPageProducFilterBar{border-top: 1px solid #cae3d7;border-bottom: 1px solid #cae3d7;background-color: #f3f9f6;}
.shopPageProducFilterBarinner{display: flex;justify-content: space-between;}
.shopPageProducFilterBarinner .leftPart{flex: 1;}
.shopPageProducFilterBarinner .middlePart{display: flex;align-items: center;flex-wrap: wrap;padding: 0px 15px;}
.shopPageProducFilterBarinner .rightPart{display: flex;align-items: center;flex-wrap: wrap;padding: 0; flex: 1;justify-content: flex-end;}
.shopPageProducFilterBarinner .itemCount{    font-family: "SweetSansProMedium";}
.shopPageProducFilterBarinner .shortByDropdown{border-left: 1px solid #cae3d7;}
.shopPageProducFilterBarinner .shortByDropdown .dropdown-toggle{background-color: transparent;border: 0;padding: 15px 30px;}
.shopPageProducFilterBarinner .shortByDropdown .dropdown-menu{width: 180px;max-height: 260px;overflow: auto;}
.shopPageProducFilterBarinner .shortByDropdown .dropdown-menu .dropdown-item{font-size: 14px;line-height: 20px;padding: 5px 15px;}
.shopPageProducFilterBarinner .shopPageProducFilterBtnArea{border-left: 1px solid #cae3d7;}
.shopPageProducFilterBarinner .shopPageProducFilterBtnArea .shopPageProducFilterBtn{background-color: transparent;border: 0;padding: 15px 30px;}
.shopPageProducFilterBarinner .shopPageProducFilterBtnArea .shopCategorySiderbarBtn{background-color: transparent;border: 0;padding: 15px 30px;}
.shopPageProductListingSecinner{padding:40px 0 0;}
.shopPageProductListingSecinner .rowBox{margin-left:-10px;margin-right:-10px;}
.shopPageProductListingSecinner .columnBox{padding-left:10px;padding-right:10px;}
.shopPageProductListingSecinner .productBoxStyle_2{margin-bottom:20px;}
.shopPageProducFilterOverlay{display: none;content: ''; position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 12;}
.shopPageProducFilterOverlay.open{display: block;}
.shopPageProducFilter{width: 400px;position: fixed;top: 0; right: -420px;height: 100%; background-color: #fff;color: #000; box-shadow: 18px 0 35px 0 rgb(0 0 0 / 2%); z-index: 13; -webkit-transition: transform .5s ease;-moz-transition: transform .5s ease;transition: transform .5s ease; transition: .3s ease all; backface-visibility: hidden;transform: translate3d(0, 0, 0);transition: .3s ease all;}
.shopPageProducFilter.open {-webkit-transition: transform .5s ease;-moz-transition: transform .5s ease;transition: transform .5s ease;width:400px;right: 0;transition: .3s ease all;}
.shopPageProducFilterinner{overflow: auto;display: flex;flex-direction: column;height: 100vh;}
.shopPageProducFilterForm{width: 100%;overflow: hidden;display: flex;flex-direction: column;}
.shopPageProducFilterHeader{padding: 10px 15px;border-bottom: 1px solid #ddd;}
.shopPageProducFilterHeaderinner{}
.shopPageProducFilterHeaderinner .title{font-size: 20px;font-family: "SweetSansProMedium";}
.shopPageProducFilterHeaderinner .shopPageProducFilterClostBtn{padding: 5px 10px;background-color: transparent;border: 0;font-size: 20px;}
.shopPageProducFilterFormFieldArea{flex-shrink: 1;-webkit-box-flex: 1;flex-grow: 1;overflow: auto;height: 100vh;padding: 0px 15px;}
.shopPageProducFilterFormFieldArea .shopPageProducFilterFormField{border-bottom: 1px solid #ddd;}
.shopPageProducFilterFormFieldArea .shopPageProducFilterFormField:first-child{padding-top:0px;}
.shopPageProducFilterFormFieldArea .shopPageProducFilterFormField:last-child{border-bottom:0;padding-bottom:0px;}
.shopPageProducFilterFormFieldHeader{display: flex;justify-content: space-between;padding:15px 0;cursor:pointer;}
.shopPageProducFilterFormFieldHeader .title{font-size: 16px;}
.shopPageProducFilterFormFieldHeader:after {content: "\f107";font-family: FontAwesome;font-size:20px;}
.shopPageProducFilterFormFieldArea .shopPageProducFilterFormField.active .shopPageProducFilterFormFieldHeader:after{content: "\f106";}
.shopPageProducFilterFormFieldArea .shopPageProducFilterFormField.active .shopPageProducFilterFormFieldHeader{padding-bottom:10px;}
.shopPageProducFilterFormFieldBody{padding:0 0 15px; display:none;}
.shopPageProducFilterFormFieldArea .shopPageProducFilterFormField.active .shopPageProducFilterFormFieldBody{display:block;}

.shopPageProducFilterFormFieldBody .form-check{margin-bottom:4px;}
.shopPageProducFilterFormFieldBody .form-check:last-child{margin-bottom:0px;}
.shopPageProducFilterFormFieldBody .form-check .form-check-input{margin-top: 8px;cursor:pointer;}
.shopPageProducFilterFormFieldBody .form-check .form-check-label{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check{margin-bottom:10px;}
.shopPageProducFilterFormFieldBody.colorCheck .form-check:last-child{margin-bottom:0px;}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-input{margin-top:4px;}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label{display: flex;align-items: center;}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor{display: inline-block;width: 16px;height: 16px;background-color: #ddd;border-radius: 50%;margin-right: 7px;}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .txt{-webkit-box-flex: 1; -ms-flex: 1;flex: 1;font-size: 14px;line-height: 20px;}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.white{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.beige{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.black{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.blue{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.green{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.grey{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.pink{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.red{}
.shopPageProducFilterFormFieldBody.colorCheck .form-check .form-check-label .bgColor.yellow{}

.toggleButton input[type="checkbox"] {-webkit-appearance: none;appearance: none;visibility: hidden;display: none;}
.toggleButton .check {position: relative;display: block;width: 35px;height: 14px;background-color: rgba(28, 28, 28, 0.1);cursor: pointer;border-radius: 20px;overflow: hidden;transition: ease-in 0.5s;}
.toggleButton input:checked[type="checkbox"] ~ .check {background-color: #007b39;}
.toggleButton .check:before {content: '';position: absolute;top: 1px;left: 2px;background-color: #fff;width: 12px;height: 12px;border-radius: 50%;transition: all 0.5s;}
.toggleButton input:checked[type="checkbox"] ~ .check:before {transform: translateX(-50px);}
.toggleButton .check:after {content: '';position: absolute;top: 1px;right: 2px;background-color: #fff;width: 12px;height: 12px;border-radius: 50%;transform: translateX(50px);transition: all 0.5s;}
.toggleButton input:checked[type="checkbox"] ~ .check:after {transform: translateX(0px);}
.priceRangeArea{padding:10px 0 0;}
.shopPageProducFilterFormBtnArea{padding: 10px 10px;border-top: 1px solid #ddd;}
.shopPageProducFilterFormBtnArea .shopPageProducFilterFormBtn{width: 100%;background-color: #e17a2d;border:1px solid #e17a2d;color: #fff;font-family: "SweetSansProMedium";text-transform: uppercase;font-size: 14px;padding: 10px 10px;}


.categorySidebarOverlay{display: none;content: ''; position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 12;}
.categorySidebarOverlay.open{display: block;}
.categorySidebar{width: 400px;position: fixed;top: 0; right: -420px;height: 100%; background-color: #fff;color: #000; box-shadow: 18px 0 35px 0 rgb(0 0 0 / 2%); z-index: 13; -webkit-transition: transform .5s ease;-moz-transition: transform .5s ease;transition: transform .5s ease; transition: .3s ease all; backface-visibility: hidden;transform: translate3d(0, 0, 0);transition: .3s ease all;}
.categorySidebar.open {-webkit-transition: transform .5s ease;-moz-transition: transform .5s ease;transition: transform .5s ease;width:400px;right: 0;transition: .3s ease all;}
.categorySidebarinner{overflow: auto;display: flex;flex-direction: column;height: 100vh;}
.categorySidebarWrapper{width: 100%;overflow: hidden;display: flex;flex-direction: column;}
.categorySidebarHeader{padding: 10px 15px;border-bottom: 1px solid #ddd;}
.categorySidebarHeaderinner{}
.categorySidebarHeaderinner .title{font-size: 20px;font-family: "SweetSansProMedium";}
.categorySidebarHeaderinner .categorySidebarClostBtn{padding: 5px 10px;background-color: transparent;border: 0;font-size: 20px;}
.categorySidebarWrapperinner{flex-shrink: 1;-webkit-box-flex: 1;flex-grow: 1;overflow: auto;height: 100vh;padding: 0px 15px;}
.categorySidebarMenu{}
.categorySidebarMenuList{margin:0;padding:0;}
.categorySidebarMenuList li{list-style-type:none;}
.categorySidebarMenuList li.categorySidebarMenuItem {border-bottom:1px solid #ddd;}
.categorySidebarMenuList li:last-child{}
.categorySidebarMenuList li .categorySidebarMenuLink{display:block;font-size: 16px;line-height: 20px;padding: 10px 0;color: #000;display: flex;justify-content: space-between;}
.categorySidebarMenuList .categorySidebarMenuLink .downArrow{display:none;}
.categorySidebarMenuList .dropdown_menu .categorySidebarMenuLink .downArrow{display: block;width: 25px;height: 25px;display: flex;align-items: center;justify-content: center;border: 1px solid #333;color: #333;font-size: 20px;}
.categorySidebarMenuList .dropdown_menu .categorySidebarMenuLink .downArrow:after{content: "\f107 ";font-family: FontAwesome;}
.categorySidebarMenuList .dropdown_menu.active .categorySidebarMenuLink .downArrow:after{content:"\f106 ";}
.categorySidebarSubMenu{margin:0;padding:0 0 10px;;display:none;}
.categorySidebarMenuList li.active .categorySidebarSubMenu{display:block;}
.categorySidebarSubMenu li{}
.categorySidebarSubMenu li:last-child{}
.categorySidebarSubMenu li a{display:block;font-size: 14px;line-height: 20px;padding: 5px 0;color: #000;}
.categorySidebarSubMenu li a:hover{}
.singleProductMainWrapper{}
.singleProductStyle2Sec{padding:60px 0 0;}
.singleProductStyle2ThumnailArea{position:sticky;top:93px;padding-right:60px;}
.singleProductStyle2ThumnailArea #sync1{margin-bottom: 20px;}
.producyBigThumbItem{background-color: #fff;}
.producyBigThumbIteminner{width: 420px;height: 430px;margin: 0 auto;}
.producyBigThumbIteminner img{width: 100%;height: 100%;object-fit: cover;}
.producySmallThumbItem{padding:0 5px;}
.producySmallThumbIteminner{background-color: #fff;border:1px solid #ddd;padding:10px 10px;border-radius:6px;}
.singleProductStyle2ProductDetailsArea{}
.singleProductStyle2ProductDetailsArea .producttile{ font-family: "SweetSansProBold";font-family: "SweetSansProMedium";font-size: 25px;}
.singleProductStyle2ProductDetailsArea .productPriceArea{margin-bottom: 10px;}
.singleProductStyle2ProductDetailsArea .productPriceArea .regularPrice {font-family: "SweetSansProBold";font-size: 25px;}
.singleProductStyle2ProductDetailsArea .productPriceArea .oldPrice{}
.productSizeArea{margin-bottom:10px;}
.productSizeHeaderArea{margin-bottom: 10px;}
.productSizeHeaderArea .title{font-family: "SweetSansProBold";font-size: 18px;}
.productSizeAreainner{}
.productSizeAreainner .form-check{margin-bottom: 5px;}
.productSizeAreainner .form-check:last-child{}
.productSizeAreainner .form-check .form-check-input{}
.productSizeAreainner .form-check .form-check-label{}
.productSizeTableArea{background-color: #fff;}
.productSizeTableArea .productSizeTable{}
.productSizeTableArea .productSizeTable tbody td{padding:8px;}

.productInfoArea{background-color: #fff;border: 1px solid #ddd;padding: 10px 15px;border-radius: 0px;margin-bottom:10px;}
.productInfoAreaiiner{}
.productInfoList{margin:0;padding:0;display: flex;flex-wrap: wrap;} 
.productInfoList li{list-style-type:none;display:inline-block;width: 50%;}
.productInfoList li:Last-child{}
.productInfoList li strong{font-weight: normal;font-family:"SweetSansProMedium";}
.productNatureBlockArea{}
.productNatureBlockArea h4.title{font-size: 18px;font-family: "SweetSansProMedium";margin-bottom: 15px;}
.productNatureBlock{margin-bottom:15px;}
.productNatureBlock h5{font-size: 16px;font-family: "SweetSansProMedium";}
.radioTabNavArea{margin-bottom:10px;}
.radioTabNavPill{padding:0px;margin:0 -3px;}
.radioTabNavPill li{list-style-type:none;display:inline-block;padding:3px 3px;}
.radioTabNavPill li:last-child{margin-right:0px;}
.radioTabButton{position:relative;}
.radioTabButton input{margin:0;position:absolute;top:0;right:0;height:100%;width:100%;opacity:0;cursor:pointer;}

.radioTabButton .content{margin:0;padding:4px 20px 6px;background-color:#fff;border:1px solid #ddd;color:#000;border-radius:6px;font-family: "SweetSansProMedium";}

/*.radioTabButton .content_1{margin:0;padding:2px 6px 2px;background-color:#fff;border:1px solid #ddd;color:#000;border-radius:6px;font-family: "SweetSansProMedium";}*/

.radioTabButton input:checked + .content{background-color:#978952;border:1px solid #978952;color:#fff;}
.radioTabContent{}
.radioTabContent .rowBox3{margin-left:-5px;margin-right:-5px;}
.radioTabContent .columnBox3{padding-left:5px;padding-right:5px;margin-bottom:15px;}
.proQuantityPlusMinusWrap{
    display: flex;
    border: 1px solid #978952;
    overflow: hidden;
    border-radius: 4px;	
}
.proQuantityPlusMinusWrap .minus, .proQuantityPlusMinusWrap .plus{
    width: 40px;
    height: 44px;
    font-size: 22px;
    line-height: 24px;
    background: #978952;
    color: #fff;
    border-radius: 0px;
    padding: 8px 5px 8px 5px;
    border: 0;
    /* border-right: 1px solid #ddd; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.proQuantityPlusMinusWrap input{
    height: 44px;
    width: 100%;
    text-align: center;
    font-size: 22px;    
    border: 0;
    border-radius: 0px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px;
    /* border-left: 1px solid #ddd; 
    border-right: 1px solid #ddd;*/
}

.addToCartBtnArea{}
.addToCartBtnArea .addToCartBtn{
    padding: 10px 30px;
    background-color: #978952;
    border: 1px solid #978952;
    color: #fff;
    font-family: "SweetSansProMedium";	
}
.buyNowBtnArea{}
.buyNowBtnArea .buyNowBtn{
    display: inline-block;
    background-color: #f5d7bb;
    color: #000;
    padding: 10px 30px 10px;
    font-family: "SweetSansProMedium";	
	text-align:center;
}
.productTableArea{margin-bottom:15px;}
.productTable_1 tr th, .productTable_1 tr td{font-size:14px;line-height:20px;padding: 8px;}
.productTable_1 tr th{font-weight:normal;font-family: "SweetSansProMedium";	}
.productTable_2 tr th, .productTable_2 tr td{font-size:14px;line-height:20px;padding: 8px; width: 33.33%;}
.productTable_2 tr th{font-weight:normal;font-family: "SweetSansProMedium";	}

.singleProductStyle2ProductDetailsArea .buyBtn{
    padding: 4px 20px 7px;
    background-color: #978952;
    border: 1px solid #978952;
    color: #fff;
    font-family: "SweetSansProMedium";
    font-size: 12px;	
}


.paymentOptionArea{margin-bottom:10px;}
.paymentOptionArea .title{font-size:16px;font-family: "SweetSansProMedium";}
.paymentOptionList{margin:0;padding:0;}
.paymentOptionList li{list-style-type:none;display:inline-block;margin-right:10px;}
.paymentOptionList li:last-child{margin-right:0px;}
.paymentOptionList li img{width:50px;}
.shareOptionArea{margin-bottom:15px;}
.shareOptionArea .title{font-size:16px;font-family: "SweetSansProMedium";}
.shareOptionList{margin:0;padding:0;}
.shareOptionList li{list-style-type:none;display:inline-block;margin-right:5px;}
.shareOptionList li:last-child{margin-right:0px;}
.shareOptionList li a{background-color:#ddd; background-color: #fff;border: 1px solid #ddd;color:#000;border-radius: 50%;height: 33px;width: 33px;font-size: 15px;display: flex;justify-content: center;align-items: center;}
.shareOptionList li a i{}
.shareOptionList li a.twitter{background-color: #000;border: 1px solid #000;color:#fff;}
.shareOptionList li a.facebook{background-color: #39569c;border: 1px solid #39569c;color:#fff;}
.shareOptionList li a.linkdin{background-color: #0072b1;border: 1px solid #0072b1;color:#fff;}
.shareOptionList li a.pinterest{background-color: #cd232c;border: 1px solid #cd232c;color:#fff;}
.shareOptionList li a.whatsapp{background-color: #25d366;border: 1px solid #25d366;color:#fff;}
.staticInfoFeatureBadge{display: flex;flex-wrap: wrap;align-items: flex-start; margin-bottom:10px;}

.staticInfoFeatureBadge .feature-badge {width: 50%;column-gap: .5rem;display: inline-flex;align-items: flex-start;padding: 10px;line-height: 1;}
.staticInfoFeatureBadge .feature-badge .icon img {width: 40px;}
.staticInfoFeatureBadge .feature-badge .content {-webkit-box-flex: 1; -ms-flex: 1;flex: 1;}
.staticInfoFeatureBadge .feature-badge .content .title{display:block;font-family:"SweetSansProMedium";font-weight:normal;margin-bottom:5px;}

.singleProductInfoAccordianArea{}
.singleProductInfoAccordianArea .accordion{}
.singleProductInfoAccordianArea .card{background-color: transparent;border: 0;}
.singleProductInfoAccordianArea .card-header{padding: 0px;margin: 0;background-color: transparent;border: 0 !important;}
.singleProductInfoAccordianArea .card-header h2{}
.singleProductInfoAccordianArea .card-header .btn-link{display: block;width: 100%;text-align: left;color: #000;padding: 10px 0px;text-decoration:none;position:relative;box-shadow:none;border-radius:0;font-family:"SweetSansProMedium";}
.singleProductInfoAccordianArea .card-header .btn-link:focus{outline:none;}
.singleProductInfoAccordianArea .card-header .collapsible-link::before {content: "\f067";position: absolute;top: 50%;right: 0.8rem;transform: translateY(-50%);display: block;font-family: "Font Awesome 6 Pro";font-size: 1.1rem;}
.singleProductInfoAccordianArea .card-header .collapsible-link[aria-expanded="true"]::before {content: "\f068";}
.singleProductInfoAccordianArea .card-body{padding: 0 0px 15px;}

.contactNowBtnArea{margin-bottom:15px;}
.contactNowBtnArea .viewArticleLink{width: 100%;text-align: center;border-radius: 2px;font-family: "SweetSansProMedium";/* font-size: 16px; */text-transform: uppercase;padding: 12px 10px;}
.singleProductStyle2ProductDetailsArea .staticInfo{}
.songpro_extlinks{margin:0;padding:0;}
.songpro_extlinks li{list-style-type:none;display:inline-block;margin-right:10px;}
.songpro_extlinks li:last-child{margin-right:0px;}
.songpro_extlinks li a{color:#000;}
.songpro_extlinks li a i{font-size:16px;margin-right:5px;}
.singleProductDescriptionSec{padding:60px 0 0;}
.singleProductDescriptionSecinner{}
.singleProductDescriptionSecinner .nav-pills{margin-bottom:10px;}
.singleProductDescriptionSecinner .nav-pills li{margin-right:10px;}
.singleProductDescriptionSecinner .nav-pills li:last-child{margin-right:0px;}
.singleProductDescriptionSecinner .nav-pills .nav-link {background-color: #978952;color: #fff;border-radius:4px;font-family: "SweetSansProMedium";padding: 7px 25px 10px;font-size: 16px;}
.singleProductDescriptionSecinner .nav-pills .nav-link a:hover {background-color: #978952;color: #fff;border-radius:4px;font-family: "SweetSansProMedium";padding: 7px 25px 10px;font-size: 16px;}
.singleProductDescriptionSecinner .nav-pills .nav-link.active, .singleProductDescriptionSecinner .nav-pills .show>.nav-link {color: #fff;background-color: #978952;}
.singleProductDescription{background-color: #fff;border:1px solid #ddd;border-radius:8px;padding:15px 15px;}
.singleProductDescription h3{font-family: "SweetSansProMedium";}
.singleProductDescription h5{font-family: "SweetSansProMedium";}
.singleProductDescription b{font-family: "SweetSansProMedium";}

.singleProductAccordianArea .accordion{}
.singleProductAccordianArea .card{background-color: transparent; border: 0;border-bottom: 1px solid #ddd !important;}
.singleProductAccordianArea .card:last-child{border-bottom: 0 !important;}
.singleProductAccordianArea .card-header{padding: 0px;margin: 0;background-color: transparent;border: 0 !important;}
.singleProductAccordianArea .card-header h2{}
.singleProductAccordianArea .card-header .btn-link{display: block;width: 100%;text-align: left;color: #000;padding: 10px 0px;text-decoration:none;position:relative;box-shadow:none;border-radius:0;font-family:"SweetSansProMedium";}
.singleProductAccordianArea .card-header .btn-link:focus{outline:none;}
.singleProductAccordianArea .card-header .collapsible-link::before {content: "\f067";position: absolute;top: 50%;right: 0.8rem;transform: translateY(-50%);display: block;font-family: "Font Awesome 6 Pro";font-size: 1.1rem;}
.singleProductAccordianArea .card-header .collapsible-link[aria-expanded="true"]::before {content: "\f068";}
.singleProductAccordianArea .card-body{padding: 0 0px 15px;}




.reletedProductSec{padding:60px 0 40px;}

.hairSourcedContentBoxinner .subQualityBoxinner {   
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hairSourcedContentBoxinner .subQualityContent {
    padding: 15px 15px;    
    display: flex;
    flex-direction: column;    
    justify-content: center;
    height: 100%;
}
.hairSourcedContentBoxinner .subQualityContent h4.title {
    font-size: 18px;
    line-height: 24px;
}
.productDtlsTableArea{margin-bottom:15px;color:#000;}
.productDtlsTableArea td{padding:4px;}
.productDtlsTableArea th{padding:4px;font-family: "SweetSansProMedium";}
.productDtlsTableArea .innertable{}
.productDtlsTableArea .innertable th{	
    border-top: 0;
    border-bottom: 0;
    border-left: 0;	
}
.productDtlsTableArea .innertable thead tr:first-child th{	
    /*border-bottom: 1px solid #ddd;;*/
}
.productDtlsTableArea .innertable tr th:last-child{   
    border-right: 0;	
}
.productDtlsTableArea .innertable td{	
    border-top: 0;
    border-bottom: 0;
    border-left: 0;	
}
.productDtlsTableArea .innertable tr td:last-child{   
    border-right: 0;	
}
.quantityPlusMinus{
    display: inline-flex;
    width: 100%;
    max-width: 90px;
    border: 1px solid #ddd;	
}
.quantityPlusMinus .minus, .quantityPlusMinus .plus{
    width: 25px;
    height: 30px;
    /* background: #f2f2f2; */
    /* border-radius: 4px; */
    /* padding: 8px 5px 8px 5px; */
    /* border: 1px solid #ddd; */
    /* display: inline-block; */
    /* vertical-align: middle; */
   text-align: center;
   cursor:pointer;
}
.quantityPlusMinus input{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 30px;
    line-height: 17px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border: 0;
    /* border-radius: 4px; */
    /* display: inline-block; */
    /* vertical-align: middle;*/
}

.shopPageTopBannerThumb {
    width: 100%;
    position: relative;
}

.shopbanner-banner-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopbanner-banner-inner-wrapper {
    width: 45%;
    text-align: center;
}

.shopbanner-banner-inner h1 {
    font-size: 46px;
    color: #000;
    font-weight: 700;
}

.bottom-catagory-box {
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.bottom-catagory-box:hover .bottom-catagory-header a img {
    transform: scale(1.1);
}

.bottom-catagory-header {
    width: 100%;
    height: 218px;
    overflow: hidden;
}

.bottom-catagory-header a {
    width: 100%;
    height: 100%;
}

.bottom-catagory-header a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.bottom-catarogy-cont {
    padding: 15px;
}

.bottom-catarogy-cont a {
    color: #000100;
    font-weight: 600;
    font-size: 18px;
}

.bottom-catagory-sec {
    padding-bottom: 30px
}

.fixed-header {
    width: 100%;
    position: fixed !important;
    background: #090909 !important;
    z-index: 5;
    top: 0;
    box-shadow: 2px 4px 8px rgba(73, 73, 73, .15);
}

.about-bottom {
    overflow: auto;
    height: 600px;
}



.rating {
  border: none;
  float: left;
}

.rating > label {
  color: #90A0A3;
  float: right;
  margin: 0;
}

.rating > label:before {
  margin: 5px;
    font-size: 18px;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #F79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FECE31;
}

.review-inner h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 18px;
}

.review-sec {
    width: 75%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 15px;
}

.review-form input {
    width: 100%;
    height: 45px;
    border: 1px solid #c3bbbb;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

.review-form input:focus {
    border: 1px solid #978952;
}

.review-form {
    margin-bottom: 18px;
}

.review-star .rating {
    margin-bottom: 13px;
}

.review-form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #c3bbbb;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    resize: none;
}

.review-form textarea:focus {
    border: 1px solid #978952;
}

.submit-btn {
    background-color: #978952;
    color: #ffffff;
    border: 0;
    padding: 7px 23px 10px;
    font-size: 18px;
    border-radius: 5px;
}

.review-list-wrapper {
    margin-top: 37px;
}

.review-box {
    width: 100%;
    display: flex;
}

.review-left {
    width: 10%;
}

.review-right {
    width: 90%;
}

.review-icon {
    width: 60px;
    height: 60px;
    background: #978952;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 8px;
}

.review-name p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-star-sec ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.review-star-sec ul li {
    margin-right: 7px;
}

.review-star-sec ul li i {
    font-size: 15px;
    color: #F79426;
}

.review-date {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    display: block;
    padding-left: 15px;
    position: relative;
}

.review-date::after {
    position: absolute;
    content: "-";
    font-size: 18px;
    font-weight: 600;
    color: #333;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.review-dec p {
    font-size: 16px;
    margin-top: 12px;
}










