/*==========FONTS=============*/
@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationRegular.woff2') format('woff2'),
        url('../fonts/SansationRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationBold.woff2') format('woff2'),
        url('../fonts/SansationBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-SemiBold.woff2') format('woff2'),
        url('../fonts/Sarabun-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Regular.woff2') format('woff2'),
        url('../fonts/Sarabun-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Light.woff2') format('woff2'),
        url('../fonts/Sarabun-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Medium.woff2') format('woff2'),
        url('../fonts/Sarabun-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Thin.woff2') format('woff2'),
        url('../fonts/Sarabun-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Bold.woff2') format('woff2'),
        url('../fonts/Sarabun-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-ExtraLight.woff2') format('woff2'),
        url('../fonts/Sarabun-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/*==========COMMON START=============*/
body{
    font-family: 'Sansation';
    font-weight: normal;
}
ul{
    margin:0;
    padding:0;
    list-style: none;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
section{
    padding:80px 0;
}
.product-slider button.owl-prev {
    position: absolute;
    content: '';
    width: 43px;
    height: 43px;
    background-repeat: no-repeat !important;
    left: -26px;
    background-size: contain !important;
    top: 125px;
    background: #D8D8D8 !important;
    border-radius: 100% !important;
    opacity: 1;
}
.product-slider button.owl-next {
    position: absolute;
    content: '';
    width: 43px;
    height: 43px;
    background-repeat: no-repeat !important;
    right: -26px;
    background-size: contain !important;
    top: 125px;
    background: #D8D8D8 !important;
    border-radius: 100% !important;
    opacity: 1;
}
.product-slider button.owl-next:hover{
    background: #00663C !important;
    color: #fff;
}
.product-slider button.owl-prev:hover{
    background: #00663C !important;
    color: #fff;
}
.common-button{
    display:inline-block;
    width:280px;
    text-align: center;
    height:55px;
    line-height: 58px;
    background: linear-gradient(92.94deg, #FF4363 23.19%, #FF4C2F 89.28%);
    color:#fff !important;
    border-radius: 15px;
    font-family: 'Sansation';
    font-weight: 700;
    font-size: 18px;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}
.common-button:hover{
    background: #181717;
}
/*==========COMMON END===============*/

/*==========HEADER START=============*/
.top-head p{
    margin-bottom: 0;
    float: right;
    font-size: 14px;
    /* line-height: 31px; */
    letter-spacing: 0em;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-family: 'Red Hat Display';
}
.menu-lft>ul>li:not(:last-child) {
    margin-right: 30px;
}
.top-head .flag{
    margin-left: 8px;
}
.menu-lft ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu-wrap{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    padding:20px 0;
}
.logo-holder a{
    display:inline-block;
}
.menu-holder{
    /* width:calc(100% - 205px); */
    text-align: right;
    
}
.menu-holder>ul{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.menu-holder>ul>li:not(:last-child){
    margin-right:25px;
}
.menu-holder>ul>li>a{
    font-size:16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#000;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    display:inline-block;
}
.menu-holder>ul>li>a.active{
    font-weight: 700;
}
.menu-holder>ul>li>a.active,
.menu-holder>ul>li>a:hover{
    color:#FF4262;
}
.menu-holder>ul>li.cart>a{
    position:relative;
    padding-right:15px;
}
.menu-holder>ul>li.cart>a>img{
    height:30px;
}
.menu-holder>ul>li.cart>a span{
    position:absolute;
    top:-10px;
    right:0;
    width:25px;
    height:25px;
    background: #FF4262;
    color:#fff;
    font-family: 'Sarabun';
    font-weight: 700;
    font-size: 14px;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
}
.menu-holder>ul>li.shop-now>a{
    padding: 14px 45px;
    border: 2px solid #00663C;
    border-radius: 15px;
    color: #00663C;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.menu-holder>ul>li.shop-now>a:hover{
   background: #00663c;
    color: #fff;
}
.header-menu-wrapper{
    background: #effbed;
}
/*==========HEADER END===============*/

/*==========INDEX START=============*/
/* banner start */
.banner_outer{
    position: relative;
   padding: 0;
   background-image: url(../images/banner-bg.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 690px;
}
.banner_mid {
    text-align: center;
}
.banner_lft_img{
    width: 255px;
    height: 568px;
  
    background: #C4EBDB;
    border-radius: 156.5px;
    line-height: 568px;
    text-align: center;
}
.banner_lft_img img{
    max-width: 100%;
}
.right_uppr_img {
    text-align: center;
    background: #C4EBDB;
    border-radius: 0 0 156.5px 156.5px;
    padding-top: 30px;
}
.right_lwr_img{
    width: 255px;
    height: 414px;
    background: #C4EBDB;
    border-radius: 156.5px;
    text-align: center;
    line-height: 414px;
    margin-top: 30px;
}
.banner_txt h1{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    color: #000;
    margin-top: 0px;
}
.banner_lft{
    padding-top: 80px;
}
.banner_outer .button-holder{
    margin-top: 40px;
}
.banner_outer .button-holder p{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 148.9%;
    letter-spacing: 0.055em;
    margin: 10px 0;
}
.button-holder a{
    width: 281px;
    height: 57px;
    display: inline-block;
    background: #00663C;
    border-radius: 15px;
    line-height: 57px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    /* line-height: 21px; */
    color: #fff;
}
.banner_logo{padding: 50px 0 30px;}
.banner_txt small{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.125em;
}
.banner_txt h1 span{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 900;
    font-size: 90px;
    line-height: 119px;
    color: #00663C;
}
.banner_txt p{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.055em;
    color: #000;
}


/* banner end */
.hero-section{
    position: relative;
    padding:32px 0 0 0;
}
.hero-section:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    background: #F7754B;
    border-radius: 600px 0px 0px 600px;
    width:43%;
    height:425px;
}
.hero-section:before{
    content: '';
    position: absolute;
    bottom:65px;
    left:0;
    width: 249px;
    height: 119px;
    background: rgba(247, 117, 75, 0.08);
    border-radius:0px  600px 600px 0px ;
}
.hero-cont-wrapper{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index:1;
}
.hero-cont-wrapper .text-holder{
    width:50%;
}
.hero-cont-wrapper .text-holder small{
    font-family: 'Sansation';
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    display:block;
}
.hero-cont-wrapper .text-holder  span{
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
}
.hero-cont-wrapper .text-holder h1{
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #F7754B;
    line-height: 1;
}
.hero-cont-wrapper .text-holder p{
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.055em;
    line-height: 28px;
    color: #000000;
    margin:50px 0;
}
.hero-cont-wrapper .text-holder .button-holder{
    display:inline-block;
    text-align: center;
}
.hero-cont-wrapper .text-holder .button-holder a{
    display:inline-block;
    width:280px;
    text-align: center;
    height:55px;
    line-height: 55px;
    background: linear-gradient(92.94deg, #FF4363 23.19%, #FF4C2F 89.28%);
    color:#fff;
    border-radius: 15px;
    font-family: 'Sansation';
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.hero-cont-wrapper .text-holder .button-holder a:hover{
    background: linear-gradient(92.94deg, #FF4C2F 23.19%, #FF4363 89.28%);
}
.hero-cont-wrapper .text-holder .button-holder p{
    font-size:12px;
    margin:0 0 3px 0;
}
.hero-cont-wrapper .image-holder{
    width:50%;
    text-align: right;
}
.hero-cont-wrapper .image-holder img{
    max-width:100%;
}
.instruction-section .row{
    margin:0 auto;
    width: 85%;
}
.instruction-section{
    padding: 0;
}
.instruction-section .row .col-lg-4{
    padding:12.5px;
}
.instruction-card{
    text-align: center;
    background: #fff;
    min-height:241px;
}
.instruction-card figure{
    margin-bottom:15px;
}
.instruction-card figure figcaption{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #00663C;
    margin-top: 15px;
}
.instruction-card  p{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
}
.z-product-section .text-holder h2{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #00663C;
}
.z-product-section .text-holder h2 span{
    font-size: 24px;
}
.z-product-section .text-holder>strong{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
    color: #000000;
}
.z-product-section .text-holder p{
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
    color: #000000;
    margin-bottom:20px;
}
.z-product-section .text-holder p span{
    color:#F7754B;
}
.z-product-section ul, .z-product-two-section ul{
    margin-top: 30px;
}
.z-product-section, .z-product-two-section {
    position: relative;
    padding: 30px 0 50px;
}
.z-product-section .text-holder, .z-product-two-section .text-holder{
    position: relative;
    z-index: 1;
}
.z-product-section figure img, .z-product-two-section figure img{
     position: relative;
    z-index: 1;
}
.z-product-section .light_img{
    position: relative;
    padding-top: 90px;
}
.z-product-section .light_img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 100px;
    width: 185px;
    height: 358px;
    background: #FDF1C4;
    border-radius: 196.5px;
}
.z-product-section::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 72%;
    background: #FDF1C4;
}
.z-product-section .button-holder, .z-product-two-section .button-holder{
    margin-top: 30px;
    display:inline-block
}
.z-product-section .button-holder p {
    font-size: 12px;
    margin: 0 0 3px 0;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 28px;
    color: #000000;
}
.z-product-section .text-holder ul li{
    position:relative;
    padding-left:30px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
    color: #000000;
}
.z-product-section .text-holder ul li:not(:last-child){
    margin-bottom:20px;
}
.z-product-section .text-holder ul li:before{
    content:'';
    left:0;
    top:0;
    position: absolute;
    height:18px;
    width:18px;
    background: url('../images/checkmark.png') no-repeat center;
}
.z-product-section .text-holder .link-holder{
    padding-top:30px;
    color:#000;
    font-size:16px;
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.055em;
}
.z-product-section .text-holder .link-holder .common-button{
    margin-right:15px;
}
.z-product-section .text-holder .link-holder a{
    color:#F7754B;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}
.z-product-section .text-holder .link-holder a:hover{
    color:#000;
}
/* z product 2 section start */
.z-product-two-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 72%;
    background: #019B5C;
}
.z-product-two-section .text-holder h2 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #FDF1C4;
}
.z-product-two-section .text-holder>strong {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
   color: #FDF1C4;
}
.z-product-two-section .text-holder ul li {
    position: relative;
    padding-left: 30px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
    color: #fff;
}
.z-product-two-section .text-holder ul li:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    height: 18px;
    width: 18px;
    background: url(../images/checkmark-white.png) no-repeat center;
}
.z-product-two-section .text-holder ul li:not(:last-child) {
    margin-bottom: 20px;
}
.z-product-two-section .button-holder a{
    background: #FDF1C4;
    color: #00663C !important;
}

.z-product-two-section .button-holder a:hover{
    color: #FDF1C4 !important;
    background: #00663C;
}
.other_prod  .button-holder a:hover{
    color: #FDF1C4 !important;
    background: #00663C;
}
.z-product-two-section .button-holder p {
    font-size: 12px;
    margin: 0 0 3px 0;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 28px;
    color: #fff;
}
.z-product-two-section .light_img {
    position: relative;
  padding-top: 20px;
}
.z-product-two-section .light_img::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    width: 185px;
 height: 358px;
  background: #019B5C;
    border-radius: 196.5px;
}
/* z product two section end */

/* z product 3 sec start */
.z-product-three-section::after{
    background-image: url(../images/section-3-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.z-product-three-section .text-holder>strong{
    color: #00663C;
}
.z-product-three-section .light_img {
    padding-top: 0px;
}
.z-product-three-section .light_img::after{
    top: 0;
    background: linear-gradient(to bottom, #fffae9 37.81%,#D0FFEB 100%);
}
/* z prod sec 3 end */
.mt-100{
    margin-top:100px;
}
.single-product-section{
    padding-top:0;
    position: relative;
}
.single-product-section>figure{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:auto;
}
.single-product-section>figure img{
    width:100%;
}
.pt-182{
    padding-top:310px;
    text-align: center;
}
.sp-wrap{
    padding-left:125px;
}
.single-product-section .text-holder h2{
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #F7754B;
}
.single-product-section .text-holder>strong{
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #000000;
}
.single-product-section .text-holder p{
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
    color: #000000;
    margin-bottom:20px;
}
.single-product-section .text-holder p span{
    color:#F7754B;
}
.single-product-section .text-holder ul li{
    position:relative;
    padding-left:30px;
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
    color: #000000;
}
.single-product-section .text-holder ul li:not(:last-child){
    margin-bottom:20px;
}
.single-product-section .text-holder ul li:before{
    content:'';
    left:0;
    top:0;
    position: absolute;
    height:18px;
    width:18px;
    background: url('../images/checkmark.png') no-repeat center;
}
.single-product-section .link-holder{
    padding-top:30px;
    color:#000;
    font-size:16px;
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.055em;
    text-align: center;
}
.single-product-section .link-holder a{
    color:#F7754B;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}
.single-product-section .link-holder a:hover{
    color:#000;
}
.mt-50{
    margin-top:50px;
}
.section-heading{
    text-align: center;
    margin-bottom:45px;
}
.section-heading h3{
   font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 58px;
    color: #00663C;
}
.trending-product-wrapper{
    display:flex;
    flex-wrap:wrap;
}
.trending-product-wrapper:not(:last-child){
    margin-bottom:25px;
}
.trending-product-wrapper .tr-product-card{
    width:23%;
    background: #ffff;
    padding:30px 15px;
    text-align: center;
    margin: 0 10px;
    box-shadow: 0px 0px 10px rgba(0, 102, 60, 0.25);
    border-radius: 25px;
}
.trending-deals-section{
    background: #FAFAF8;
}
/* .trending-product-wrapper .tr-product-card:nth-child(1),
.trending-product-wrapper .tr-product-card:nth-child(2),
.trending-product-wrapper .tr-product-card:nth-child(3){
    border-right: none;
} */
.tr-product-card figure{
    height:180px;
    margin-bottom:25px;
}
.tr-product-card figure img{
    height:100%;
    width:auto;
    max-width:100%;
}
.tr-product-card  p{
   font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
    min-height: 63px;
}
.tr-product-card a{
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #00663C;
    border-radius: 50px;
    height: 48.44px;
    line-height: 48.44px;
    font-style: normal;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    color: #00663C;
    width: 176.2px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    text-transform: capitalize;
}
.tr-product-card a:hover{
    border-color: #00663c;
    color: #Fff;
    text-decoration: none;
    background: #00663c;
}
.trending-deals-section .button-holder{
    margin-top:30px;
}
.trending-deals-section .button-holder p{
    font-size: 12px;
    margin: 0 0 3px 0;
   font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 28px;
    color: #000000;
}
.money-back-section{
    background: #FAFAFA;
}
.money-back-wrap{
    max-width:760px;
    width:100%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.money-back-wrap figure{
    width:160px;
}
.money-back-wrap figure img{
    width:100%;
    height:auto;
}
.money-back-wrap .texts{
    width:calc(100% - 160px);
    padding-left:20px;
}
.money-back-wrap .texts h4{
   font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.money-back-wrap .texts span{
    border: 0.5px solid #cdcdcd;
    border-right:0;
    border-left:0;
    display:inline-block;
    padding:5px 0;
    color: #000;
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.money-back-wrap .texts p{
   font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 5px 0 0 0;
}
/*==========INDEX END===============*/

/*==========FOOTER START===============*/
.footer-top{
    padding-top:70px;
    padding-bottom:50px;
    background:#072E1E;
}
.f-logo{
    margin-bottom:25px;
}
.f-logo a{
    display:inline-block;
}
.contact-links li{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
.contact-links li a {
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    font-family: 'Red Hat Display';
}
.contact-links li a:hover{
    color:#F7754B
}
.contact-links li:not(:last-child){
    margin-bottom:10px;
}
.contact-links li span{
    display:inline-block;
    width:20px;
}
.contact-links li p,
.contact-links li address{
    width:calc(100% - 20px);
    margin:0;
    padding-left:5px;
}
.footer-common-box h5 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 16px;
}
.footer-common-box ul li:not(:last-child){
    margin-bottom:15px;
}
.footer-common-box ul li a {
    font-family: 'Red Hat Display';
    font-weight: 400;
    color: #ffffff;
    font-style: normal;
}
.footer-common-box:not(:last-child){
    margin-bottom:50px;
}
.footer-common-box p {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
}
.footer_card2{
    margin-left: 80px;
}
.footer-common-box .mt-50{
    margin-top:70px;
}
.footer-copy-right{
    background:#072E1E;
    padding:15px 0;
}
.footer-copy-right p{
    margin:0;
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}
/*==========FOOTER END=================*/


.cart-dropdown-item-wraper {
    top: 110%;
    right: 30px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #eaeaea;
    width: 280px;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    text-align: left;
}
.nav-cart-items {
  position: relative;
}

.nav-cart-items:before {
  border-bottom: 8px solid #efefef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: -12px;
  width: 0;
}

.nav-cart-title {
  border-bottom: 1px solid #eee;
}

.nav-cart-title h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
}

.nav-cart-item {
  border-top: 1px solid #f5f5f5;
  margin-top: 15px;
  padding-top: 15px;
}

.nav-cart-item:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}

.nav-cart-item-image {
  border: 2px solid #eee;
  float: left;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}

.nav-cart-item-image a,.nav-cart-item-image img {
  display: block;
  height: 44px;
  width: 44px;
}

.nav-cart-item-image:hover {
  border-color: #243447;
}

.nav-cart-item-desc {
  overflow: hidden;
  position: relative;
}

.nav-cart-item-desc a {
  font-size: 13px;
  font-weight: 600;
  height: auto;
  text-align: left;
  width: auto;
  color: #000 !important; 
}

.nav-cart-item-desc a:hover {
  color: #243447;
}

.nav-cart-item-desc span.nav-cart-item-price {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.nav-cart-item-desc a.nav-cart-item-quantity {
  color: red !important;
  display: block;
  font-size: 12px;
  position: relative !important;
  right: 0;
  top: 2px;
  padding: 0px 5px 2px 5px;
}

.nav-cart-item-desc a:hover.nav-cart-item-quantity {
  /* background-color: #000; */
  color: #fff;
}

.nav-cart-action {
  border-top: 1px solid #eee;
}

.extra-nav {
    background: #192437;
    border: none;
    padding: 9px 20px;
    margin: 8px 14px 0;
}
.wt-cart .woo-cart-count:before {
    font-size: 26px;
    height: 10px;
    left: -20%;
    margin: 0 -12px;
    position: absolute;
    top: -14px;
    width: 22px;
    color: #fff;
}
span.shopping-bag.wcmenucart-count.ng-binding {
   background: none;
    /* width: 20px; */
    color: #fff !important;
    /* height: 20px; */
    display: block;
    border-radius: 50%;
    font-size: 14px !important;
    line-height: 17px;
    position: absolute !important;
    right: 15px;
    border: 1px solid #2EA3F2;
    top: -20px;
    padding: 3px 8px;
    /* font-family: 'ABeeZee', sans-serif; */
    background: #2EA3F2;
    /* font-family: 'Mulish', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
}

.member-rewards {
    padding: 0;
    background: #f2f2f2;
}
.contact-links address h4 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 12px;
}
/* other product section start */
.other_prod{
    background: url(../images/other-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.other_prod .bold-txt{
    Font-family: Red Hat Display;
    font-weight: 700;
    Font-size: 45px;
    Line-height: 55px;
    /* Line-height: 123%; */
    color: #FDF1C4;
    padding: 25px 0 10px;
}
.other_prod .button-holder a{
    background: #FDF1C4;
    color: #00663C !important;
}
.other_prod .button-holder p {
    font-size: 12px;
    margin: 0 0 3px 0;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 28px;
    color: #fff;
}

/* other product section end */
.
.mem-body h6 {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Sansation';
    background: #f2f2f2;
    padding: 30px;
}
ul.color-v {
    display: flex;
    clear: both;
}
ul.color-v img {
    width: 60px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

ul.color-v {
    display: flex;
}
.in-color-v{
    margin: 20px 0 0 0;
}

.mem-tier li.active {
    border: 3px solid #f8941c;
}

.mem-tier li.active a {
    background: #f03535;
}

.linka {
    color: blue;
    text-decoration: underline;
}





