/***  Global Settings  ***/
:root {
    --color-1: #dae3dd;
    --color-2: #072a2e;
    --color-3: #d18874;
    --secondary-color: #0b5159;
    --white-color: #ffffff;
}
body {
    color: var(--color-2);
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    background: var(--color-1);
}
.shs-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 2500px;
    margin: auto;
}
.btn {
    font-size: 16px;
    padding: 11px 20px;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: .75px;
    line-height: 20px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
}

.btn-secondary{
    background: var(--color-2);
    border-color: var(--color-2);
}
.btn-secondary:hover{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-light{
    background: var(--color-1);
    border-color: var(--color-1);
}
.btn-light:hover{
    background: var(--color-1);
    border-color: var(--color-1);
}
a{
    text-decoration: none;
    color: var(--color-2);
}
h1,h2,h3,h4,h5 {
    color: var(--color-2);
    font-weight:700;
    line-height: 1.2;
    font-family: "Lora", serif;
}
h1 {
    font-size: 46px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
.form-select,
.form-control{
    height: 46px;
    border-radius: 0;
    font-size: 15px;
    border: none;
    background-color: #f3f3f3;
}
.form-select:focus,
.form-control:focus{
    border-color: var(--color-3);
    box-shadow: none;
}
textarea.form-control{
    height: 110px;
    resize: none;
}
.shs-page-footer.footer-home{
    background: #f4f3f1;
}
.shs-page-header{
    left: 0;
    right: 0;
    top: 0;
}
.shs-navbar-wrap ul{
    gap: 35px;
}
.shs-navbar-wrap ul a{
    line-height: 110px;
    position: relative;
    color: var(--color-2);
}
.shs-navbar-wrap ul a:hover{
    color: var(--color-2);
}
.shs-navbar-wrap ul a:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -7px;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--color-2);
    opacity:0;
    transition: opacity .25s ease-in-out;
}
.shs-navbar-wrap ul a.active:after,
.shs-navbar-wrap ul a:hover:after{
    opacity:1 ;
}
.shs-main-logo{
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.shs-hero-sec{
    background-size: cover;
    background-position: 50% 50%;
    min-height: 850px;
    padding-top: 100px;
}
.shs-text-caption{
    font-size: 18px;
}
.shs-hero-img{
    margin: auto;
}
.shs-content-sec{
    padding: 60px 0 55px;
    background-color: #dae3dd;
    background-image: url("images/cos2-home-products-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.shs-content-sec .line{
    margin-bottom: 40px;
}
.shs-content-sec .shs-head-section{
    padding: 0 5%;
}
.shs-content-sec .shs-head-section h2{
    margin-bottom: 40px;
}
.shs-content-sec .shs-head-section .btn-secondary{
    min-width: 300px;
}
.shs-about-sec .shs-about-wrapper{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.shs-about-sec .shs-about-col{
    padding: 50px 7%;
}
.shs-about-sec .shs-about-col h2{
    margin-bottom: 35px;
}

.shs-products-sec .btn-secondary{
    color:#ffcbb4
}
.shs-products-sec .shs-products-col p{
    margin-bottom: 30px;
}
.shs-products-sec .preview-img{
    width: auto;
}
.slider-pagination .slick-track{
    max-width: 400px;
}
.slider-pagination .slick-slide{
    max-width: fit-content;
    border: 1px solid rgba(0,0,0,.2);
    margin: 0 4px;
    padding: 7px;
    opacity: .6;
    width: 110px !important;
    height: 110px;
    cursor: pointer;
}
.slider-pagination .slick-slide.slick-current{
    opacity: 1;
    background-image: url('images/stripes_3_b.png');
}
.slider-pagination .slick-slide.slick-current .preview-img{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.shs-cta-sec{
    padding: 150px 0 125px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.shs-cta-sec a{
    color: var(--color-3);
    text-decoration: underline;
}
.shs-products-details-sec{
    padding-top: 175px;
    padding-bottom: 100px;
    background-color: #dae3dd;
    background-image: url(https://themes.muffingroup.com/be/cosmetics2/wp-content/uploads/2018/11/cos2-product-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;

}
.shs-products-details-sec .shs-products-img{
    padding: 0 5%;
}
.shs-products-details-col li{
    display: flex;
    gap: 10px;
}
.shs-products-details-col .ico{
    width: 50px;
    min-width: 50px;
}


.shs-features-wrapper {
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    align-items: center;
}
.shs-product-features-sec-2 .shs-features-wrapper{
    grid-template-columns: 3fr 2fr;
}

.shs-inner-hero-sec{
    min-height: 350px;
}
.shs-hero-contact-sec p{
    font-size: 26px;
    line-height: 33px;
}
.shs-contact-sec .shs-contact-wrapper{
    margin: -100px 0 0;
    z-index: 1;
    padding: 60px 40px;
}
.shs-contact-sec .shs-contact-head{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.shs-contact-sec h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.shs-price-info .table tbody tr td:first-child{
    font-weight: 600;
    font-size: 17px;
}
.shs-price-info .table tbody tr:last-child td{
    background: var(--color-2);
    color: var(--white-color);
    font-size: 20px;
}
.shs-contact-col .text-caption {
    font-size: 19px;
    line-height: 23px;
    color: var(--color-1);
}
.shs-contact-form-block label{
    color: var(--grey);
}
.shs-contact-form-block .btn{
    padding: 8px 25px;
}
.shs-page-footer{

    background: #dae3dd;
}
.shs-top-ft-list{
    display: flex;
    margin-bottom: 30px;
    padding: 15px 0;
    justify-content: center;
}
.shs-top-ft-list li{
    width: calc(100% / 3);
    margin-right: 20px;
    border-right: 1px solid rgba(0,0,0,.1);
    padding-right: 20px;
}

.shs-top-ft-list li strong{
    font-size:18px;
}
.shs-top-ft-list li:last-child{
    border:none;
}
.ft-nav-links .ft-heading{
    font-size: 18px;
}
.ft-nav-links li{
    display: flex;
    border-right: 1px solid;
    padding-right: 8px;
    margin-right: 8px;
    line-height: 20px;
    align-items: center;
}
.ft-nav-links li:last-child{
    border: none;
}
.ft-nav-links li a{
    line-height: 20px;
}

.copyright{
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 50px;
}


.icons .icon-text {
    background-color: #bfc6b5;
    font-weight: 600;
    padding: 5px;
    box-shadow: -1px 3px 17px -3px rgb(29 25 25 / 43%);
    -webkit-box-shadow: -1px 3px 17px -3px rgb(0 0 0 / 19%);
    -moz-box-shadow: -1px 3px 17px -3px rgba(0,0,0,0.57);
    font-size: 17px;
    width: 100%;
}

.icons span.icon {
    font-size: 30px;
}
.nav-opener{
    width: 40px;
    height:40px;
    background: var(--secondary-color);
    color: var(--white-color);
    border: none;
}

/****  TW Mobile Menu  *****/

.crc-mobile-menu .offcanvas{
    background: var(--white-color);
    max-width: 330px;
}
.crc-mobile-menu .offcanvas-close{
    color: var(--white-color);
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 7px;
    opacity: 1;
    border: none;
    background: #B11112;
}
.crc-mobile-menu .offcanvas-close svg{
    color: var(--white-color);
}
.crc-mobile-menu .offcanvas-close:hover{
    background: transparent;
}
.crc-mobile-menu .offcanvas-close:hover svg{
    color: var(--color-1);
}
.crc-mobile-menu .offcanvas-header{
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 8px 12px;
}
.crc-mobile-navbar-menu li a {
    padding: 8px 6px;
    color: var(--grey);
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,.15);
    position: relative;
    font-size:14px;
    font-weight: 500;
}
.crc-mobile-navbar-menu li a:hover {
    color: var(--color-1);
}
.flipdown .rotor-group:first-child {
    display: none !important;
}

.shs-products-details-col .old_price{
    font-size: 20px;
}

.shs-products-details-col .price{
    font-size: 30px;
}
.shs-products-details-col .rating{
    font-size: 25px;
}
.flipdown{
    display: flex;
    justify-content: center;
}


.shs-checkout-form-sec .shs-checkout-head{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.shs-checkout-form .form-control{
    background-color: var(--color-1);
}
.shs-checkout-form-block{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.shs-checkout-form-block .shs-checkout-form{
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.shs-courier-list p{
    margin-bottom:0;
}
.shs-courier-list h4{
    font-size:16px;
}
.shs-courier-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    gap: 30px;
    background: #f2f6f3;
    border: 1px solid rgba(0,0,0,.05);
    padding: 10px;
}

.shs-courier-list .ico{
    width: 100px;
    max-width: 100px;
}

.content{
    max-width: 350px;
}
.shs-checkout-content-list .ico{
    width: 70px;
    min-width: 70px;
}
.shs-checkout-content-block{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.shs-price-info tbody tr td:first-child{
    font-weight: 600;
    font-size: 17px;
}
.shs-price-info tbody tr:last-child td{
    background: var( --color-2);
    color: var(--white-color);
    font-size: 20px;
}
.star-list{
    color: #fea10f;
    gap: 3px;
}
.get-reviews{
    font-size: 34px;
}
.shs-reviews-list > li{
    display: flex;
    font-size: 14px;
    gap: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.shs-reviews-list li p{
    margin-bottom: 0;
}
.shs-reviews-list > li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.shs-reviews-list h3{
    font-size: 18px;
}
.shs-reviews-list  .content{
    gap: 12px;
}

.shs-inner-hero-sec{
    min-height:620px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-decoration {
    bottom: 0;
    background-position: center bottom;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    height: 374px;
    background-repeat: repeat-x;
    z-index: 2;
}
.shs-about-content-wrapper{
    padding: 75px 6%;
    margin-top: -120px;
    z-index: 9;
}
.shs-about-content-wrapper .main-heading{
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.shs-about-content-wrapper .main-heading:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #000;
    opacity:.3;
    width: 280px;
    height: 2px;
    pointer-events: none;
    z-index:1;
}
.main-heading-2{
    width: 58%;
}
.bg-orange{
    background: #f88f13d1;
    border-color: #f88f13d1;
    color: #ffffff;
}
.bg-orange:hover{
    background: rgba(248, 143, 19, 0.98);
    border-color: #f88f13;
    color: #ffffff;
}

.shs-hero-checkout-sec{
    min-height: 400px;
}

.shs-reviews-list-wrap .carousel-control-next, 
.shs-reviews-list-wrap .carousel-control-prev{
    width: 30px;
    height:30px;
    background: var(--secondary-color);
    opacity: 1;
}
.shs-reviews-list-wrap .carousel-control-next-icon, 
.shs-reviews-list-wrap .carousel-control-prev-icon {
    width: 17px;
    height: 17px;
}
.shs-reviews-list-wrap .carousel-control-prev{
    left: auto;
    right: 40px;
}
.shs-reviews-list-wrap p{
    text-align: justify;
    margin-bottom: 0;
}

.shs-hero-counter .spacing{
    margin: 0 5px;
    font-weight: 700;
    font-size: 24px;
    color: var(--secondary-color);
}
.shs-checkout-head-banner .shs-hero-counter{
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.shs-hero-counter .shs-hero-count{
    background: var(--secondary-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 6px;
    min-width: 60px;
    padding: 6px 0;
}
.shs-hero-counter .shs-hero-count strong{
    font-size: 22px;
}
.shs-hero-counter .shs-hero-count span{
    font-size: 12px;
}
.shs-brand-img img{
    width: 100%;
}

.quantity-input{
    width: 120px;
    text-align: center;
}.faq-heading {
     color: #3D3D3D;
     font-family: 'Segoe UI', sans-serif;
 }

.faq-accordion {
    max-width: 720px;
    background-color: #F6F3E9;
    border-radius: 8px;
}

.faq-btn {
    color: #3D3D3D;
    background-color: #F6F3E9;
    border-bottom: 1px solid #ECBF36;
    font-weight: 500;
}

.faq-body {
    background-color: #F6F3E9;
    color: #3D3D3D;
}

.heading-main{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #f9f9f9;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #467205, #9fac27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgb(105 177 0);
    margin-bottom: 1rem;
}

/* blogs */
.asr-blog-col .asr-blog-title {
    font-size: 26px;
}
.blog-content{
    font-size: 14px;
}

.shs-blog-content-wrapper{
    margin-top: -300px;
    z-index: 9;
}