*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    font-family: "Jost", serif;
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}
a,a:hover,a:focus{
    text-decoration: none;
      color: #ae6764;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
@media (min-width: 1460px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 1400px;
    }
}
@media (min-width: 1840px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 1780px;
    }
}


/*========== Font Face Start =============*/
@font-face {
    font-family: 'Stone Serif ITC Pro';
    src: url('../fonts/StoneSerifITCPro-Medium.eot');
    src: url('../fonts/StoneSerifITCPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/StoneSerifITCPro-Medium.woff2') format('woff2'),
        url('../fonts/StoneSerifITCPro-Medium.woff') format('woff'),
        url('../fonts/StoneSerifITCPro-Medium.ttf') format('truetype'),
        url('../fonts/StoneSerifITCPro-Medium.svg#StoneSerifITCPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*========== Font Face End =============*/

.header{
    padding:0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 88;
    transition: all 300ms ease-in-out;
}
/* .header.sticky{
    padding: 15px 0;
    background: #040809;
} */
.header .topheader{
    background: #F1EAE2;
    padding: 10px 0;
    margin: 0;
}
.header .topheader p{
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1.8px;
    color: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.header .bottomheader{
    padding: 5px 0;
    margin: 0;
}
.header .header-wrap{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    align-items: center;
}
.navigation .stellarnav.light{
    background: transparent;
}

.navigation .stellarnav{
    width: auto;
}
.navigation .stellarnav ul > li{
    padding: 0;
    margin: 0 50px 0 0;
}
.navigation .stellarnav ul > li:last-child{
    margin-right: 0;
}
.stellarnav li.has-sub>a:after{
    border-top: 6px solid #303030;
}

.navigation .stellarnav ul > li > a {
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #303030;
    padding: 0;
    margin: 0;
}
.navigation .stellarnav ul > li > a:hover{
    color: #7F6464;
}

.navigation .stellarnav ul > li > ul{
    padding: 10px;
    border-radius: 5px;
}
.navigation .stellarnav ul > li > ul li{
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.navigation .stellarnav ul > li > ul li a{
    font-size: 14px;
    padding: 8px 0;
    margin:0;
    display: block;
    color: #000;
}
.navigation .stellarnav ul > li > ul li:first-child a{
    padding-top: 0;
}
.navigation .stellarnav ul > li > ul li:last-child a{
    padding-bottom: 0;
}

.navigation .stellarnav ul > li > ul li:last-child{
    border-bottom: none;
}

.header .logo{
    max-width: 295px;
    transition: all 300ms ease-in-out;
}
.header .logo img{
    max-width: 100%;
}
/* .header.sticky .logo{
    max-width: 130px;
} */

.header .header-wrap .hd-right-side{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0 0 0 220px;
}

.header .header-wrap .hd-right-side ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}




 .header .header-wrap .rt-side{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }
.banner{
    position: relative;
    padding: 0;
    margin: 0;
}
.banner .item{
    position: relative;
}
.banner .item::before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.banner #banner-slider{
    z-index: 33;
}


.banner .item img{
    width: auto;
}
.banner .item > img{
    width: 100%;
}

.banner .desc{
    position: absolute;
    z-index: 33;
    width: 100%;
    left:0;
    bottom: 20%;
    /* transform: translateY(-50%); */
}
.banner .desc .text{ 
    text-align: center;
    padding: 0;
    margin: 0;
}

.banner .desc .text h1{  
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 10%;
    text-align: center;
    color:#fff;
    padding: 0;
    margin: 0;
}
.banner .desc .text .banner-btnPanle {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0;
    margin: 0;
}
.banner .desc .text a{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 48px;
    padding: 10px 30px;
    transition: all 300ms ease-in-out;
}
.banner .desc .text a img{
    max-width: 20px;
}
.banner .desc .text a:hover{
    color: #fff;
    background: #7F6464;
    border-color: #7F6464;
}




#banner-slider .owl-dots {
    position: absolute;
    bottom: 33px;
    right: 0px;
    width: 100%;
}

.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.owl-dots .owl-dot{
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.owl-dots .owl-dot span{
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #F2DFDE;
    transition: all 300ms ease-in-out;
}
.owl-dots .owl-dot.active span{
    width: 38px;
    background: #fff;
    border-radius: 10px;
}

#testimonial-slider .owl-dots{
    padding: 50px 0 0;
}




.header .header-wrap .navigation .menu-toggle{
    padding: 0;
    font-size: 0;
}
.header .header-wrap .navigation .menu-toggle .bars span{
    background: #7F6464;
}

/* .stellarnav.mobile.light ul {
    background: rgb(39 39 39);
} */
.stellarnav.mobile.light li a {
    padding: 10px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}
/* .stellarnav.light a.dd-toggle .icon-plus:after, 
.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #ffffff;
} */

.siteTtl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 20px;
}

.siteTtl h2{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    color: #303030;
    padding: 0;
    margin: 0;
}
.siteTtl a{
    display: flex;
    align-items: center;
    gap: 6px;
    color:#7F6464;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 3%;
    position: relative;
    transition: all 300ms ease-in-out;
}
.siteTtl a:hover{
    color: #dba5a3;
}

.siteTtl a:after{
    content: '';
    /* border-bottom: 1px solid #7F6464; */
    height: 1px;
    width: calc(100% - 20px);
    background: #7F6464;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 300ms ease-in-out;
}
.siteTtl a:hover:after{
    background: #dba5a3;
}
.product-box {
    padding: 0;
    margin: 0;
    text-align: center;
}

.gift-img img {
    height: 330px !important;
    object-fit: fill;
}

.product-box .tham{
    position: relative;
    padding: 0;
    margin: 0;
    height: 260px;
    overflow: hidden;
    border-radius: 10px;
}
.product-box .tham img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 300ms ease-in-out;
    transform: scale(1);
}
.product-box:hover .tham img{
    transform: scale(1.2);
}
.product-box:hover .tham img
.product-box .tham img
.product-box .tham .wishlisttag{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
    transition: all 300ms ease-in-out;
}
.product-box .tham .wishlisttag:hover{
    color: #dba5a3;
}

.product-box .proInfo{
    padding: 15px 0 0 0;
    margin: 0;
}
.product-box .proInfo .proTtl{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 6px;
    color: #303030;
}
.product-box .proInfo .proTtl a{
    color: #303030;
    transition: all 300ms ease-in-out;
}
.product-box .proInfo .proTtl a:hover{
    color: #dba5a3;
}


.product-box .proInfo .pro-price{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0px;
    color: #303030;
}

.handpicked-sec{
    padding: 60px 0;
    margin: 0;
}

.shopByAge-sec{
    padding: 60px 0px;
    margin: 0;
    background: #9F7D7D1A;
}

.shopByAge-sec .agebox{
    width: 240px;
    height: 240px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin:0 auto 30px;
}
.shopByAge-sec .agebox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 500ms ease-in-out;
}
.shopByAge-sec .agebox:hover img{
    transform: scale(1.2);
}
.shopByAge-sec .agebox:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, #000000 100%);
    /*background: rgba(0, 0, 0, .6)*/
 ;

}
.shopByAge-sec .agebox span{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 20%;
}



.aboutSec{
    padding: 60px 0;
    margin: 0;
}
.aboutSec .about-text{
    padding: 0 200px 0 0;
    margin: 0;
}
.aboutSec .about-text h2{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    color: #303030;
    padding: 0;
    margin: 0 0 50px;
}

.aboutSec .about-text p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #303030;
    padding: 0;
    margin: 0 0 20px;
}

.aboutSec .about-text h2 small{
font-size: 20px;
}
.aboutSec .about-text .aboutbtnpanel{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0 0;
    margin: 0;
}
.aboutSec .about-text .aboutbtnpanel a{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 10%;
    text-align: center;
    color: #000;
    transition: all 300ms ease-in-out;
    border: 2px solid #000;
    padding: 10px 30px;
    border-radius: 27px;
    text-transform: uppercase;
}
.aboutSec .about-text .aboutbtnpanel a:hover{
    border: 2px solid #7F6464;
    background: #7F6464;
    color: #fff;
}

.aboutimgwrap {
   /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;*/
}
.aboutimgwrap .aboutimgbox{
    overflow: hidden;
}
.divone { grid-area: 1 / 1 / 2 / 2; border-radius: 120px 0 0 0;}
.divtwo { grid-area: 2 / 1 / 3 / 2; border-radius: 120px 0 0 0;}
.divthree { grid-area: 1 / 2 / 3 / 3; border-radius:0 120px 0 0;}
.aboutimgwrap .aboutimgbox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.whysec{
    padding: 0 0 20px;
    margin: 0;
}

.whysec .ttl {
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
    padding: 0 12%;
}

.catinn {
    text-align: center;
}
.catinn h4 {
    padding: 25px 0 0 0;
}

.whysec .ttl h2{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #303030;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0;
}

.whysec .whybox{
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
}

.whysec .whybox .icon{
    width: 146px;
    height: 146px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.whysec .whybox .icon:before {
    position: absolute;
    content: '';
    height: calc(100% + 4px); 
    width: calc(100% + 4px); 
    border: 2px dashed #7F6464;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    
}
.whysec .whybox:hover .icon:before{
    animation: spin 10s linear infinite;
}
@keyframes spin { 
    100% { 
      transform: rotateZ(360deg); 
    }
}
.whysec .whybox .textBox{
    padding: 30px 0 0;
    margin: 0;
}
.whysec .whybox .textBox h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #303030;
    padding: 0 0;
    margin: 0 0 15px;
}
.whysec .whybox .textBox p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.gift-sec{
    padding: 60px 0;
    margin: 0;
    background: #E6DEDB;
}

.gift-sec .ttl{
    text-align: center;
    margin: 0;
    padding: 0 0 40px;
}
.gift-sec .ttl h2{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
}
.gift-sec .ttl h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: center;
    color: #7F6464;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.gift-sec .gift-img{
    border-radius: 8px;
    overflow: hidden;
}
.gift-sec .gift-img img{
    width: 100%;
}
.view-btnwrap{
    display: flex;
    padding: 0;
    margin: 40px 0 0;
    justify-content: center;
}
.view-btnwrap a{
    display: inline-block;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 10%;
    text-align: center;
    padding: 12px 30px;
    border-radius: 27px;
    color: #303030;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
}
.view-btnwrap a:hover{
    background: #7F6464;
    color: #fff;
}


.inner-banner{
    position: relative;
    padding: 0;
    margin: 0;
    background: black;
}

.inner-banner:after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.inner-banner img{
    width: 100%;
    height: auto;
}

.inner-banner .desc {
    position: absolute;
    z-index: 33;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner .desc .text{
    text-align: center;
    padding: 0;
    margin: 0;
}

.inner-banner .desc .text h1{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 52px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
}

.innerBody{
    border-bottom: 1px solid #7F6464;
    padding: 60px 0 40px;
    margin: 0 0 60px;
}


.testimonial-sec{
    background: #FBF8F5;
    padding: 60px 0;
    margin: 0;
}
.testimonial-sec .ttl{
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
}
.testimonial-sec .ttl h2{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    color: #303030;
    padding: 0;
    margin: 0;
}
.testimonial-sec .testiBox{
    text-align: center;
    background: #fff;
    padding:40px 30px 30px;
    margin: 0;
    position: relative;
}
.testimonial-sec .testiBox::after{
    position: absolute;
    content: '';
    height: calc(100% - 25px);
    width: calc(100% - 25px);
    border: 2px dashed #7F6464;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    margin: auto;
}
.testimonial-sec .testiBox .icon{
    max-width: 90px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
}

.testimonial-sec .testiBox .textBox{
    padding: 30px 0 0;
    margin: 0;
    position: relative;
    z-index: 2;
}
.testimonial-sec .testiBox .textBox p{
    font-family: "Jost", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #303030;
    padding: 0;
    margin: 0 0 15px;
}
.testimonial-sec .testiBox .textBox span{
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
}

.instasec{
    padding: 60px 0;
    margin: 0;
}
.instasec .ttl{
    padding: 0;
    margin: 0 0 40px;
}
.instasec .ttl h2{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    color: #303030;
    padding: 0;
    margin: 0;
}
.instasec .instawrap {
    /* padding: 0 0 0 100px; */
    text-align: center;
    margin: 0;
}






.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #7F6464;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 1px solid #7F6464;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    line-height: 42px;
}
.go-top svg{
    max-width: 16px;
    /* filter: brightness(1) invert(1); */
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}












/*====================== Search Modal Start =================*/
.search-modal{
    display:none;
}
.search-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
    margin: 0;
    z-index: 9999;
    height: 100vh;
}
  

  
.search-modal .centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}
  
.search-modal #search-box {
    position: relative;
    max-width: 550px;
    width: 100%;
}
.aws-container .aws-search-field {
	width: 100%;
	max-width: 100%;
	color: #fff;
	padding:8px 50px 8px 19px;
	line-height: 30px;
	display: block;
	font-size: 17px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	height: 100%;
	 height: 46px;
	min-height: inherit;
	margin: 0 !important;
    border: 2px solid #dba5a3;
	outline: 0;
	background: #000;
	border-radius: 27px !important;
   }
.aws-container .aws-search-field:focus {
	background-color: #000;
    }
 .aws-container .aws-search-form {
	height: 65px;
    } 
.aws-container .aws-search-form .aws-search-btn_icon {
	color: #fff;
    }
.aws-container .aws-search-form .aws-form-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: #dba5a3;
	border: 1px solid #dba5a3;
	margin: 0 0 0-1px;
	cursor: pointer;
	position: absolute;
	white-space: nowrap;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;
	color: #fff;
	height: 44px;
	width: 44px;
	border-radius: 50% !important;
	overflow: hidden;
	z-index: 9;
	right: 0px;
}
  
.search-modal #search-box input[type="text"] {
    width: 100%;
    height: 46px;
    border: 2px solid #dba5a3;
    background: #000;
    padding: 8px 50px 8px 15px;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}
  
.search-modal #search-button {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    background: #dba5a3;
    cursor: pointer;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    outline: none;
    box-shadow: none;
}
  
.search-modal #close-btn{
    position: fixed;
    top: 1em;
    right: 1em;
}
.search-modal #close-btn:hover{
    color: #777;
    cursor: pointer;
}

/*====================== Search Modal End =================*/



.quality-sec{
    padding: 0 0 60px;
    margin: 0;
}

.quality-sec .quapanel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 20px;
}

.quality-sec .quapanel .quaBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}
.quality-sec .quapanel .quaBox .lt-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
}
.quality-sec .quapanel .quaBox .lt-box .text{
    width: calc(100% - 93px);
    padding: 0 0 0 15px;
}

.quality-sec .quapanel .quaBox .lt-box .text h3{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    color: #303030;
    padding: 0;
    margin: 0;
}


.newslettersec{
    background: #FBF8F5;
    padding: 60px 0;
    margin: 0;
}

.newslettersec .textBox h2{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    color: #303030;
    padding: 0;
    margin: 0;
}

.newslettersec .newsfiled{
    position:relative;
    padding: 0;
    margin: 0 0 15px;
}
.newslettersec .newsfiled .form-control{
    border: 2px solid #80717B;
    outline: none;
    box-shadow: none;
    height: 46px;
    border-radius: 27px;
    padding: 6px 160px 6px 20px;
    font-size: 16px;
    line-height: 1.2;
    color: #303030;
}
.newslettersec .newsfiled .btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    height: 46px;
    display: flex;
    align-items: center;
    border-radius: 27px;
    padding:10px 30px;
    background: #7F6464;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 300ms ease-in-out;
    border: 2px solid #7F6464;
}
.newslettersec .newsfiled .btn:hover{
    background: #dba5a3;
}
.newslettersec .newsText p{
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #303030;
    padding: 0;
    margin: 0;
}
.newslettersec .newsText p a{
    font-weight: 600;
    transition: all 300ms ease-in-out;
    color: #303030;
}
.newslettersec .newsText p a:hover{
    color: #dba5a3;
}


.footer{
    padding: 60px 0;
    margin: 0;
}

.footer .ft-logo{
    padding: 0;
    margin: 0 0 30px;
}
.footer .ft-socil{
    padding: 0 0 0 0px;
}
.footer .ft-socil ul{
    display: flex;
    gap: 15px;
}

.footer .ft-socil ul a{
    background: #80717B;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 300ms ease-in-out;
}
.footer .ft-socil ul a:hover{
    background: #dba5a3;
}

.ftdesc{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer .join{
    padding: 30px 0 0;
}

.footer .join a{
font-weight: 600;
font-size: 18px;
line-height: 16px;
letter-spacing: 0%;
color: #80717B;
transition: all 300ms ease-in-out;
}
.footer .join a:hover{
    color: #dba5a3;
}

.footer .ftmenuBox{
    padding: 0;
    margin: 0;
}

.footer .ftmenuBox h3{ 
    font-weight: 600;
    font-size: 17px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #303030;
    margin: 0 0 20px;
}
.footer .ftmenuBox ul li{
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
line-height: 1.2;
}
.footer .ftmenuBox ul li a{
font-weight: 500;
font-size: 14px;
line-height: 1.2;
letter-spacing: 0%;
color: #303030;
transition: all 300ms ease-in-out;
}
.footer .ftmenuBox ul li a:hover{
    color: #dba5a3;
}
.copyright{
    padding: 30px 0;
    border-top: 1px solid #E5E3E4;
}
.copyright .copyrightWrap{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.copyright .copyrightWrap p{
font-weight: 400;
font-size: 16px;
line-height: 16px;
letter-spacing: 0%;
color: #63575F;
padding: 0;
margin: 0;
}
.copyright .copyrightWrap p a{
    color: #63575F;
    transition: all 300ms ease-in-out;
}
.copyright .copyrightWrap p a:hover{
    color: #dba5a3;
}



.contact-page-sec{
    padding: 0px 0;
    margin: 0;
}
.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
        margin-bottom: 10px;
  }
  .contact-info-icon {
  margin-bottom: 15px;
  }
  .contact-info-item {
    background: #E6DEDB;
    padding: 30px 0px;
  }
  .contact-page-sec .contact-page-form h2 {
    font-family: 'Stone Serif ITC Pro';
    color: #7F6464;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
  }
  .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
  }  
  .contact-page-form.contact-form input {
    margin-bottom: 5px;
  }  
  .contact-page-form.contact-form textarea {
    height: 110px;
  }
  .contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
  }
  .contact-info-icon i {
    font-size: 48px;
    color: #7F6464;
  }
  .contact-info-text p{margin-bottom:0px;}
  .contact-info-text h2 {
    color: #7F6464;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .contact-info-text span {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
  }
  
  .contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
  }
  
  .contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;

  }
  .single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
  }
  .single-input-fieldsbtn input[type="submit"] {
    background: #7F6464;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    border: none;
    transition: all 300ms ease-in;
    border-radius: 27px;
  }
  .single-input-fieldsbtn input[type="submit"]:hover{
    background: #dba5a3;
  }
  
  .single-input-field  h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
  }
  .contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }
  
  .contact-page-map {
    margin-top: 36px;
  }
  .contact-page-form form {
      padding: 20px 15px 0;
  }

button.sub-menu-toggle {
    display: none;
}


.thwwc-wishlist-btn {
    margin: 13px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/*.aws-container .aws-show-clear .aws-search-field {
    width: 100%;
    height: 100%;
    border: 2px solid #dba5a3;
    background: #000;
    padding: 8px 50px 8px 15px;
    border-radius: 27px !important;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}*/


/*.aws-container .aws-search-form .aws-form-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    background: #dba5a3;
    cursor: pointer;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    outline: none;
    box-shadow: none;
    z-index: 999;
}*/

/*.aws-container .aws-search-form *, .aws-search-result {
    border-radius: 50px !important;
    color: #fff;
}

.aws-container .aws-search-form .aws-loader {
    position: absolute;
    display: none;
    right: 10px;
    top: 50%;
    z-index: 999;
    margin: -10px 0 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #d31010;
}*/


input.btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    height: 46px;
    display: flex
;
    align-items: center;
    border-radius: 27px;
    padding: 10px 30px;
    background: #7F6464;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 300msease -in-out;
    border: 2px solid #7F6464;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.page-id-6 .innerBody {
    border-bottom: 1px solid #7f646400;
}

.woocommerce .sort-by{
    display: flex;
    justify-content: flex-end;
}
.woocommerce .sort-by .wcf-group-wrapper{
    width: 100%;
    max-width: 230px;
}
.woocommerce .sort-by .wcf-al{
    margin-right: 0;
    width: 100%;
    max-width: 230px;
}

.woocommerce-ordering select {
    appearance: none; /* Remove default dropdown */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    padding-right: 30px; /* Space for SVG */
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}


.woocommerce .sort-by select.orderby {
    align-items: center;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aW9uaWNvbnMtdjUtYjwvdGl0bGU+PHBhdGggZmlsbD0iIzZkNmQ2ZCIgZD0iTTk4LDE5MC4wNiwyMzcuNzgsMzUzLjE4YTI0LDI0LDAsMCwwLDM2LjQ0LDBMNDE0LDE5MC4wNmMxMy4zNC0xNS41NywyLjI4LTM5LjYyLTE4LjIyLTM5LjYySDExNi4xOEM5NS42OCwxNTAuNDQsODQuNjIsMTc0LjQ5LDk4LDE5MC4wNloiLz48L3N2Zz4K);
    background-position: right 23px center;
    background-repeat: no-repeat;
    background-size: 11px;
    border-radius: 10px;
    color: inherit;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 38px;
    justify-content: space-between;
    overflow: hidden;
    padding: 6px 40px 6px 20px;
    text-overflow: ellipsis;
    transition: background-color .3sease;
    white-space: nowrap;
}


.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #7f6464;
    border-color: #7f6464;
    color: #fff;
}


.woocommerce .wcf-pagination {
    padding: 20px 0px;
}



/*==================================
blog-page
====================================*/

.blog-page {
    position: relative;
    padding: 60px 0px;
    margin: 0px;
}


.blog-page-left {
    padding: 50px 0px 0px 0px;
    margin: 0px;
    width: 100%;
}

.blog-page-left-box {
    background: #fff;
    box-shadow: 0px 3px 6px #29180B21;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    opacity: 1;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blog-page-left-box-img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.blog-page-left-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.blog-page-left-box-text {
    padding: 20px 20px;
    margin: 0px;
}

.blog-page-left-box-text h3 {
    text-align: left;
    letter-spacing: 0px;
    font-size: 18px;
    color: #303030;
    padding: 0px 0px 15px 0px;
    margin: 0px;
}


.blog-page-left-box-text h6 {
    text-align: left;
    font: normal normal medium 22px/30px Outfit;
    letter-spacing: 0px;
    color: #7F6464;
    margin: 0px 0px 10px 0px;
}

.blog-page-left-box-text h6 a {
    color: #7F6464;
}


.blog-page-left-box-text h6 span {
    margin-right: 10px;
}

.blog-page-left-box-text h6 span img {
    width: 20px;
    height: 20px;
}


.blog-page-left-box-text p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #6A6A6A;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}


.blog-page-left-box .learn-btn {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0px;
  color: #7F6464;
  }

.blog-page-left-box .learn-btn span {
    margin: 25px 0px -1px 5px;
    font-size: 20px;
    line-height: 31px;
}

.blog-page-left-box .learn-btn:hover {
    color: #000;
}


.blog-page-right {
    padding: 50px 0% 0% 5%;
    margin: 0px;
}


.recent-post h3 {
    text-align: left;
    letter-spacing: 0px;
    font-size: 35px;
    color: #303030;
    opacity: 1;
    padding: 0px 0px 20px 0px;
    margin: 0px;
}


.recent-post-box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px;
    background: #fff;
}

.recent-post-box-img {
    width: 25%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.recent-post-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.recent-post-box-text {
    width: 70%;
    padding: 0px;
    margin: 0px;
}


.recent-post-box-text p {
    text-align: left;
    letter-spacing: 0px;
    font-size: 16px;
    color: #000000;
    opacity: 1;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}


.recent-post-box-text h6 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    text-align: left;
    letter-spacing: 0px;
    color: #7F6464;
}


.categories {
    padding: 0px;
    margin: 20px 0px 30px;
    float: left;
    width: 100%;
}

.categories h3 {
  text-align: left;
  font-size: 35px;
  letter-spacing: 0px;
  color: #303030;
  opacity: 1;
  padding: 0px 0px 12px 0px;
  margin: 0px;
  }


.categories ul {
    padding: 0px;
    margin: 0px 4px;
}

.categories ul li {
    list-style-type: none;
}

.categories ul li a {
    text-align: left;
    font: normal normal 18px/28px Gabarito;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
}

.categories ul li a:hover {
    color: #000;
}

.categories ul li a span {
    margin-right: 10px;
    color: #7F6464;
    font-size: 15px;
}

.categories ul li a.last {
    border-bottom: none;
}

.sreach-box {
    margin: 0px 0px 20px 0px;
}

.input-group .btn {
    position: relative;
    z-index: 2;

}


.sreach-box .form-control {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #7D7D7D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sreach-box .input-group-btn {
    position: absolute;
    right: 1%;
    top: 8%;
}


.pagination .page-item:not(:first-child) .page-link {
    margin-left: 6px;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #E0EEF3;
    border: 1px solid #E0EEF3;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 500;
    border-radius: 4px !important;
    min-width: 40px;
    text-align: center;
    padding: 7px 14px !important;
}

.page-link:hover {
    color: #fff;
    background-color: #7F6464;
    border: 1px solid #7F6464;
}

.page-link.active {
    color: #fff;
    background-color: #7F6464;
    border: 1px solid #7F6464;
}

/*==================================
blog-page
====================================*/


.blog-page-left-detalis {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.blog-page-left-detalis-img {
    width: 100%;
    height: 500px;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-page-left-detalis-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog-page-left-detalis-text {
    padding: 0px;
    margin: 0px;
}

.blog-page-left-detalis-text h3 {
    text-align: left;
    font: normal normal 600 36px/48px Gabarito;
    letter-spacing: 0px;
    color: #000000;
    padding: 0px 0px 20px 0px;
    margin: 0px;

}

.blog-page-left-detalis-text h6 a {
    text-align: left;
    font: normal normal medium 26px/30px Outfit;
    letter-spacing: 0px;
    color: #7F6464;
    padding: 0px;
    margin: 0px;
}

.blog-page-left-detalis-text h6 a span {
    margin-right: 20px;
}


.blog-page-left-detalis-text p {
    font: normal normal normal 16px/26px Outfit;
    letter-spacing: 0px;
    color: #6A6A6A;
    padding: 0px 0px 20px 0px;
    margin: 0px;

}


.blog-page-left img {
    position: relative;
}


.blog-big-imgBox {
    margin: 20px 0px 40px 0px;
}

.blog-big-imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tagscard-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 21px;
    margin-top: 29px;
}

.socialicons {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
}

.socialicons a {
    margin: 0px 2px;
    padding: 8px 9px;
    font-size: 16px;
    color: #000;
    background: transparent;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 10px;
    text-align: center;
    position: relative;
    border: #7FB932 1px solid;
}

.socialicons a:hover {
    color: #ffffff;
    background: transparent;
    border: #0d71e4 1px solid;
}


.tagscard {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    display: flex;
}

.tagscard h6 {
    margin: 0px 0px;
    text-align: left;
    font: normal normal medium 16px/16px Montserrat;
    letter-spacing: 0px;
    color: #79B627;
    opacity: 1;
    display: flex;
    justify-content: start;
    gap: 4px;
    padding-right: 18px;
    align-items: center;
}

.healingtext {
    margin: 0px 0px;
    padding: 7px 15px;
    outline: none;
    background: transparent;
    color: #79B627 !important;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0px;
    min-width: auto;
    font-weight: 500;
    border: 1px solid #79B627;
}


.healingtext:hover {
    background: #79B627;
    color: #fff !important;
}

/*==================================
blog-detalis-page
====================================*/


.portfolios .products .product{
    margin-bottom: 30px;
}

.product-filter .wcf-ch,
.product-filter .wcf-horizontal-popover,
.woocommerce .sort-by select.orderby{
    outline: none;
    box-shadow: none;
}
.product-filter{
    margin: 0 0 40px;
}
.woocommerce .product-filter .wcf-filter-form.layout-horizontal,
.woocommerce .product-filter .woocommerce-ordering{
    margin-bottom: 0;
}

.woocommerce-shop .portfolios .products .product .thwwac-add-btn{
    background: none;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.prodrating .woocommerce-product-rating{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prodrating .woocommerce-product-rating h5{
    font-weight: 400;
    font-size: 20px;
    line-height:1.2;
    color: #939393;
    padding: 0;
    margin: 0;
}

.prodrating .woocommerce-product-rating:before,
.prodrating .woocommerce-product-rating:after{
    display: none;
}
.woocommerce  .woocommerce-product-rating .star-rating{
     margin-top: 0;
     color: #FFBC2D;
}
.prodrating .woocommerce-product-rating .woocommerce-review-link{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #303030;
    padding: 0;
    margin: 0;
}

.prodrating .review h1{
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    color: #303030;
    padding: 0;
    margin: 0;
}
.prodrating .priceStock {
    display: flex;
    align-items: center;
    gap: 20px;
}
.prodrating .priceStock .price .woocommerce-Price-amount{
    font-size: 27px;
    font-weight: 500;
    font-size:1.2;
    color: #303030;
    padding: 0;
    margin: 0;
}
.prodrating .priceStock .stock{
    font-weight: 500;
    font-size: 18px !important;
    line-height:1.2;
    color: #8C8C8C !important;
    padding: 0;
    margin: 0;
}
.single-product .woocommerce-product-details__short-description {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.single-product .woocommerce-product-details__short-description p{
    font-family: Jost;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #303030;
}

.variations .label label{
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #303030;
    padding: 0;
    margin: 0;
}
.variations .value .variable-items-wrapper .color-variable-item,
.variations .value .variable-items-wrapper .color-variable-item .variable-item-span-color {
    border-radius: 50% !important;
}
.variations .value .variable-items-wrapper .button-variable-item{
    background: #7F6464 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{
    margin-top: 30px !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .qib-button-wrapper{
    border-radius: 2px !important;
    display: flex !important;
    float: inherit !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0;
    margin: 10px 0 30px !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .qib-button-wrapper button.qib-button.minus {
    border: 1px solid #030303 !important;
    border-right: none !important;
    border-radius: 5px 0 0 5px !important;
    background: #fff !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .qib-button-wrapper button.qib-button{
    background: #fff !important;
    overflow: hidden;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .qib-button-wrapper button.qib-button.plus {
    border: 1px solid #030303 !important;
    border-left: none !important;
    border-radius: 0px 5px 5px 0px !important;
    background: #fff !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .qib-button-wrapper .quantity input.input-text.qty.text{
    border-top: 1px solid #030303 !important;
    border-bottom: 1px solid #030303 !important;
    border-left: none !important;
    border-right: none !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #7F6464 !important;
    padding: 18px 54px !important;
    border-radius: 27px;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li{
    background: #585858;
    border: none;
    border-radius: none;
    overflow:hidden;
    margin: 0;
    border-radius: 0;
    z-index: 1;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 20px;
    border-radius: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs::before{
    border-color: #E9E9E9;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:first-child{
    border-radius: 10px 0 0 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:last-child{
    border-radius: 0px 10px 0 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before{
    display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:hover{
    background: #7F6464;
}.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a{
    color: #fff !important;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu{
    padding: 15px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs{
    max-width: 100%;
    min-width: 100%;
    display: flex;
    border-bottom: 2px solid #DDDDDD;
    padding: 0 0 20px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>li.quadmenu-item-type-tab>.quadmenu-dropdown-menu {
    position: absolute;
    top: 60px;
    float: left;
    width: 100%;
    max-width: 100%;
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>.quadmenu-item{
    margin-bottom: 0 !important;
    background-color: #fff !important;
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>.quadmenu-item > a{
    font-family: "Jost", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    color: #554B4B;
    transition: all 300ms ease-in-out;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a{
    font-family: "Jost", serif !important;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.2;
    color: #303030;
    transition: all 300ms ease-in-out;
}
#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a > .quadmenu-item-content{
    transition: all 300ms ease-in-out;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>.quadmenu-item a:hover,
#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a:hover .quadmenu-item-content{
    color: #dba5a3 !important;
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>.quadmenu-item > a > .quadmenu-item-content{
    padding: 0 30px 0 0;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>.quadmenu-item > a > .quadmenu-item-content .quadmenu-caret{
    display: none;
}
#quadmenu.quadmenu-is-horizontal li.quadmenu-item-type-column > div > ul {
    padding-top: 0px;
    padding-bottom: 0px;
}
.quadmenu-item-widget .products .product-box{
    position: relative;
    border-radius: 10px !important;
    overflow: hidden;
}
.quadmenu-item-widget .products .product-box .tham{
    position: relative;
    height: auto;
}
.quadmenu-item-widget .products .product-box:hover .tham img{
    transition: all 300ms ease-in-out;
    transform: scale(1);
}
.quadmenu-item-widget .products .product-box .tham:after{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .6;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 1;
    position: absolute;
}

.quadmenu-item-widget .products .product-box .proInfo{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 10px;
}

.quadmenu-item-widget .products .product-box .proInfo .pro-price{
    display: none;
}
.quadmenu-item-widget .products .product-box .proInfo .proTtl{
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}
.quadmenu-item-widget .products .product-box .proInfo h3.proTtl > a{
    color: #fff;
    text-align: center !important;
}


.size-guide{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-style: solid;
    display: inline-block;
    color: #000000;
}
.size-guide:hover{
    color: #7F6464;
}
.rating-wrapp{
    display: flex;
    align-items: center;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2{
    font-family: "Stone Serif ITC Pro";
    font-weight: 400;
    font-size: 34px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px;
    color: #303030;
}

.related.products h2{
    font-family: "Stone Serif ITC Pro";
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px;
    color: #303030;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    background: #9F7D7D1A;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account #customer_login .woocommerce-form-register .woocommerce-form-register__submit{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    height: 46px;
    display: flex;
    align-items: center;
    border-radius: 27px;
    padding: 10px 30px;
    background: #7F6464;
    transition: all 300ms ease-in-out;
    border: 2px solid #7F6464;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-account #customer_login .woocommerce-form-register .woocommerce-form-register__submit:hover{
    background: #dba5a3 !important;
}
.woocommerce-account #customer_login .woocommerce-form-register .woocommerce-privacy-policy-text{
    padding: 0;
    margin: 0 0 20px;
}

.thwwac-wishlist-single .thwwc-wishlist-btn{
    right: inherit;
    top: 20px;
    left: 20px;
    margin: 0;
    z-index: 2;
}
.thwwac-wishlist-single .thwwc-wishlist-btn .thwwac-add-btn{
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 26px;
}


.woocommerce .woocommerce-MyAccount-navigation ul li a{
    padding: 10px;
    margin: 0 0 1px;
    background: #F1EAE2;
    color: #303030;
    transition: all 300ms ease-in-out;
    display: block;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    background: #7F6464;
    color: #fff;
}


.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view,
.woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-MyAccount-content .woocommerce-Button.button{
  background-color: #7F6464;
  border-radius: 27px;
  color: #fff;
  transition: all 300ms ease-in-out;
  line-height: 23px;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view:hover,
.woocommerce-MyAccount-content .woocommerce-info .button:hover,
.woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
.woocommerce-MyAccount-content .woocommerce-Button.button:hover{
    background-color: #dba5a3;
    color: #fff;
}

.woocommerce-Addresses .woocommerce-Address{
    background: #FBF8F5;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}
.woocommerce-Addresses .woocommerce-Address::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border: 2px dashed #7F6464;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    margin: auto;
}

.woocommerce-MyAccount-content .woocommerce-Addresses{
    margin-top: 30px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address > header,
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address{
    position: relative;
    z-index: 2;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address > header{
    margin-bottom: 15px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address > header h3{
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    color: #303030;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address > header a{
    color: #7F6464;
    font-size: 16px;
    line-height: 1.2;
    transition: all 300ms ease-in-out;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address > header a:hover{
    color: #dba5a3;
}

.wc-block-cart__submit-container a {
    background: #7F6464;
    border: none !important;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 0px;
    margin: 50px 0px 0px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #7F6464;
    border: none !important;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    padding: 0px;

}


.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
   color: #7F6464 !important;
    font-size: 22px;
    text-align: center;
    border: #7F6464 1px solid;
    padding: 10px;
    margin-bottom: 23px;
    background: #7f64640a;
    font-weight: 600;
}


.woocommerce-order-overview woocommerce-thankyou-order-details order_details {
    margin: 0px auto !important;
    list-style: none;
    text-align: center;
    width: 83%;
    border: #cccccc5c 1px solid;
    padding: 13px;
}

span.wc-block-components-checkbox__label a {
    color: #7f6464;
    font-weight: 600;
}


a.wc-block-components-product-name {
    color: #7F6464;
    font-weight: 500;
}
.askedquestions-section .accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125) !important;
	border-radius: 8px !important;
	margin-bottom: 16px;
    overflow: hidden;
}
.askedquestions-section .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 14px 17px;
    font-size: 20px;
    font-weight: 500;
	color: #212529;
	text-align: left;
	background-color:#EEEAE86E;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.askedquestions-section .accordion-button:not(.collapsed) {
  color: #303030;
  background-color: #EEEAE86E;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  font-size: 20px;
  font-weight: 500;
}


.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  font-size: 21px !important;
  padding: 0em 0em !important;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: transparent !important;
  }

.page-id-556 .thwwac-content-item-image img {
	height: 89px !important;
	width: 89px !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 100px !important;
}
.page-id-556 .addcart-btn.button {
	background: #7f6464;
	color: #fff;
	border: #7f6464 1px solid;
	border-radius: 22px;
    }
.page-id-556 .addcart-btn.button:hover {
	background: #957373;
	color: #fff;
    }
.common-class-allpages p a {
  color: #ac7674;
   }
.woocommerce-order-details__title {
	margin: 9px 0px;
}

.page-id-13 .woocommerce ul.order_details {
	margin: 0 0 3em;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	border: #cccccc70 1px solid;
	padding: 11px 0px;
	background: #fff;
	border-radius: 6px;
}

.page-id-13 .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	font-family: WooCommerce;
	speak: never;
	font-size: 11px;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e037";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute;
	background: #ae6764;
	width: 25px;
	color: #fff;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-id-13 .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 1.9em;
  }
  
 
 /*-----Sustainability Page CSS Start-----*/
  
.page-id-883 p.header_des_section {
    color: #fff;
    padding: 22px;
}


.page-id-883 section.sustainability-overview h3 {
    font-family: 'Stone Serif ITC Pro';
    font-size: 39px;
}

.page-id-883 section.sustainability-overview {
    margin-bottom: 50px;
}

.page-id-883 section.certifications-transparency {
        background: #f6ebeb;
}
.page-id-883 section.certifications-transparency h3 {
    font-family: 'Stone Serif ITC Pro';
    font-size: 39px;
}
.certifications-zigzag .text{
    padding:20px 0 20px 30px;
}
.certifications-zigzag > .row:nth-child(even){
    flex-direction: row-reverse;
}
.certifications-zigzag > .row:nth-child(even) .text{
    padding:20px 30px 20px 0px;
}
.page-id-883 .certifications-transparency p.header_des_section {
    padding: 2% 18%;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.page-id-883 section.certifications-transparency h5 {
   font-family: 'Stone Serif ITC Pro';
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.page-id-883 p.certifications_des_section {
    padding: 4% 19%;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.page-id-883 section.supima-section h2 {
    font-family: 'Stone Serif ITC Pro';
    font-size: 39px;
    margin-top:30px;
}

.page-id-883 section.supima-section h3 {
    font-family: 'Stone Serif ITC Pro';
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}


.page-id-883 section.supima-section img.img-fluid.imageclass {
    margin: 14px auto;
    text-align: center;
    justify-content: center;
    display: flex;
        max-width: 650px;
}


.supima-section .card {
  padding: 30px;
  border-radius: 12px;
  background-color: #FBF8F5;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 346px;
}

.supima-section .card h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.supima-section .card p {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
}

.supima-section .card ul {
  list-style-type: none;
  padding: 0;
}

.supima-section .card ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #333;
}

.supima-section .card ul li::before {
  content: '\f058'; /* Font Awesome check-circle */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000000;
  position: absolute;
  left: 0;
  font-size: 18px;
}

.page-id-883 section.ethical-sustainable-section {
        background: #f6ebeb;
}
.page-id-883 section.ethical-sustainable-section h2 {
    font-family: 'Stone Serif ITC Pro';
    font-size: 39px;
}




.page-id-883 section.ethical-sustainable-section img.img-fluid.imageclass {
    margin: 14px auto;
    text-align: center;
    justify-content: center;
    display: flex
;
}


.ethical-sustainable-section .card {
  padding: 30px;
  border-radius: 12px;
  background-color: #f9f9f9;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 363px;
}

.ethical-sustainable-section .card h3 {
  font-family: 'Stone Serif ITC Pro';
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  text-align:center;
}

.ethical-sustainable-section .card p {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
  text-align:center;
}

.ethical-sustainable-section .card ul {
  list-style-type: none;
  padding: 0;
}

.ethical-sustainable-section .card ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #333;
}

.ethical-sustainable-section .card ul li::before {
  content: '\f058'; /* Font Awesome check-circle */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000000;
  position: absolute;
  left: 0;
  font-size: 18px;
}


.page-id-883 h3.subtak {
    font-family: 'Stone Serif ITC Pro';
    font-size: 26px;
    margin-bottom: 10px;
    
}

.page-id-883 p.paragraph-yakrt {
    margin: 14px 0px;
}

.ethical-sustainable-section .card ul li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.page-id-883 section.responsible-packaging-section h2 {
    font-family: 'Stone Serif ITC Pro';
    font-size: 39px;
    margin-top: 35px;
}




.page-id-883 section.responsible-packaging-section img.img-fluid.imageclass {
    margin: 14px auto;
    text-align: center;
    justify-content: center;
    display: flex
;
}


.responsible-packaging-section .card {
  padding: 30px;
  border-radius: 12px;
  background-color: #f9f9f9;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 300px;
}

.responsible-packaging-section h3 {
  font-family: 'Stone Serif ITC Pro';
  font-size: 25px;
  color: #333;
  margin-bottom: 20px;
}



.page-id-883 h3.subtak {
    font-family: 'Stone Serif ITC Pro';
    font-size: 26px;
    margin-bottom: 10px;
    
}

.page-id-883 p.paragraph-yakrt {
    margin: 14px 0px;
}

.responsible-packaging-section .card ul li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.page-id-883 section.carbon-footprint-section {
        background: #f6ebeb;
}

.page-id-883 section.carbon-footprint-section h2 {
    font-family: 'Stone Serif ITC Pro';
    font-size: 39px;
}




.page-id-883 section.carbon-footprint-section img.img-fluid.imageclass {
    margin: 14px auto;
    text-align: center;
    justify-content: center;
    display: flex
;
}


.carbon-footprint-section .card {
  padding: 30px;
  border-radius: 12px;
  background-color: #f9f9f9;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 300px;
}
.carbon-footprint-section .card::after {
    position: absolute;
    content: '';
    height: calc(100% - 25px);
    width: calc(100% - 25px);
    border: 2px dashed #7F6464;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    margin: auto;
}
.carbon-footprint-section .card h3 {
  font-family: 'Stone Serif ITC Pro';
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  text-align:center;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0);
}
.carbon-footprint-section .card p {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
  text-align:center;
}

.carbon-footprint-section .card ul {
  list-style-type: none;
  padding: 0;
}

.carbon-footprint-section .card ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #333;
}

.carbon-footprint-section .card ul li::before {
  content: '\f058'; /* Font Awesome check-circle */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000000;
  position: absolute;
  left: 0;
  font-size: 18px;
}


.page-id-883 h3.subtak {
    font-family: 'Stone Serif ITC Pro';
    font-size: 26px;
    margin-bottom: 10px;
    
}

.page-id-883 p.paragraph-yakrt {
    margin: 14px 0px;
}

.carbon-footprint-section .card ul li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #333;
}


.carbon-footprint-section  h3 {
    font-family: 'Stone Serif ITC Pro';
    font-size: 25px;
    color: #333;
    margin-bottom: 11px;
}


.page-id-883 .askedquestions-section h2.main-heading {
    font-family: 'Stone Serif ITC Pro';
    font-size: 39px;
    margin-bottom: 10px;
}


.accordion-button:focus {
        box-shadow: 0 0 0 .25rem #7f6464;
}

 /*-----Sustainability Page CSS End ---- */
 
 .siteTtl2 p {

	padding: 0px 0px 30px 0px;
    margin: 0px;

}
 
 .page-id-3  h2.wp-block-heading {
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 34px;
    line-height: 1.2;
    color: #212529;
    padding: 0;
    margin-bottom: 10px;
}
 
.page-id-271 h4 {
    
font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 34px;
    line-height: 1.2;
    color: #212529;
    padding: 0;
    margin-bottom: 20px;
}


#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form {
    font-size: 15px !important;
   
}
 
 .footer-menu {
    text-align: left;
}

.footer-ph {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.footer-ph a {
    /* font-weight: 600; */
    padding: 0 6px 12px 0px;
    color: #474444;
    font-size: 16px;
    text-align: left;
    display: flex;
}

.footer-menu a .fa {
    color: #000;
    padding: 0 11px 0 0;
    font-size: 15px;
}


.innerBody h2 {
    font-family: 'Stone Serif ITC Pro';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    /* text-align: center; */
    color: #303030;
    padding: 0 0 15px 0;
    margin: 0;
}

.innerBody p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #303030;
    padding: 0;
    margin: 0 0 15px;
}