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

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

/*==========COMMON START=============*/
body{
    font-family: 'Leelawadee UI';
    font-weight: normal;
}
ul{
    margin:0;
    padding:0;
    list-style: none;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
section{
    padding:80px 0;
}
.common-button{
    display:inline-block;
    width:215px;
    text-align: center;
    height:55px;
    line-height: 53px;
    text-decoration: none !important;
    background: #6D23B3;
    color:#fff;
    border-radius: 35px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-family: 'Oswald', sans-serif;
    border:1px solid #6D23B3;
}
.common-button:hover{
    background: #fff;
    color:#6D23B3 !important;
}
.common-button.common-button2{
    
    background: #fff;
    color:#6D23B3 !important;
    border-color:#fff;
}
.common-button.common-button2:hover{
    background: #6D23B3;
    color:#fff !important;
    border-color:#6D23B3;
}
/*==========COMMON END===============*/

/*==========HEADER START=============*/
header{
    position: relative;
    z-index:999;
    background:#fff;
}
.header-top{
    background: #454545;
    padding:7px 0;
}
.header-top .text{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}
.header-top .text span{
    display:inline-block;
    margin-right:10px;
}
.header-top p{
    margin:0;
    color:#fff;
}
.menu-wrap{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    padding:10px 0;
}
.logo-holder a{
    display:inline-block;
}
.menu-holder{
    width:calc(100% - 235px);
    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-weight: 400;
    color:#000;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    display:inline-block;
    text-transform: uppercase;
}
.menu-holder>ul>li>a.active{
    font-weight: bold;
}
.menu-holder>ul>li>a.active,
.menu-holder>ul>li>a:hover{
    color:#6D23B3;
}
.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: #2EA3F2;
    color:#fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
}
.menu-holder>ul>li.language .dropdown-toggle{
    border:none;
    outline: none !important;
    box-shadow: none;
    padding:0;
}
.menu-holder>ul>li.language .dropdown-toggle:hover,
.menu-holder>ul>li.language .dropdown-toggle:focus{
    border:none;
    box-shadow: none;
    outline: none !important;
    background-color: transparent;
}
/*==========HEADER END===============*/

/*==========INDEX START=============*/
.hero-section{
    position: relative;
    padding:70px 0 80px 0;
}
.hero-section .bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.hero-section .bg img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.hero-cont-wrapper{
    display:flex;
    flex-wrap: wrap;
    position: relative;
    z-index:1;
}
.hero-cont-wrapper .text-holder{
    width:50%;
}
.hero-cont-wrapper .text-holder small {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Leelawadee UI';
}
.hero-cont-wrapper .text-holder small img{
    margin-right:10px;
}
.hero-cont-wrapper .text-holder h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    color: #fff;
    line-height: 68px;
    font-family: 'Oswald';
}
.hero-cont-wrapper .text-holder  span{
    font-weight: 900;
    font-size: 43px;
    color: #F1B300;
    margin-bottom:19px;
    line-height: 1;
}
.hero-cont-wrapper .text-holder p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 30px 0;
    font-family: 'Leelawadee UI';
    letter-spacing: 1px;
    line-height: 29px;
}
.hero-cont-wrapper .text-holder .button-holder a{
    display:inline-block;
    width:215px;
    text-align: center;
    height:55px;
    line-height: 55px;
    background: #fff;
    color:#6D23B3;
    border-radius: 35px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-family: 'Oswald', sans-serif;
}
.hero-cont-wrapper .text-holder .button-holder a:hover{
    background: #6D23B3;
    color:#fff;
}
.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 .row{
    margin:0 -20px;
}
.instruction-section .row .row .col-lg-4{
    padding:20px;
}
.instruction-card{
    text-align: center;
    background: #fff;
}
.instruction-card figure{
    margin-bottom:15px;
}
.instruction-card figure figcaption{
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000;
    margin-top:25px;
}
.instruction-card p {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: 'Leelawadee UI';
}
.z-product-section{
    position:relative;
    background:#F2F2FA;
}
.z-product-section .row{
    display:flex;
    align-items: center;
    flex-wrap:wrap;
}
.z-product-section .obj{
    position:absolute;
    top:100px;
    left:0;
}
.z-product-section .text-holder h2 {
    font-weight: 700;
    font-size: 45px;
    color: #6D23B3;
    font-family: 'Oswald';
}
.z-product-section .text-holder>strong {
    font-weight: 700;
    font-size: 24px;
    color: #6D23B3;
    margin: 10px 0;
    display: block;
    line-height: 28px;
    font-family: 'Leelawadee UI';
}
.z-product-section .text-holder>strong+ul{
    margin-top:20px;
}
.z-product-section .text-holder p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Leelawadee UI';
}
.z-product-section .text-holder p span{
    color:#F7754B;
}
.z-product-section .text-holder ul li{
    position:relative;
    padding-left:30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: 'Leelawadee UI';
}
.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:#6D23B3;
    font-size:16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.055em;
}
.z-product-section .text-holder .link-holder .common-button{
    color:#fff;
}
.z-product-section .text-holder .link-holder .common-button:hover{
    color:#F1B300;
}
.z-product-section .text-holder .link-holder a{
    color:#6D23B3;
    transition: all 0.5s ease-in-out;
    text-decoration: underline;
    font-weight: bold;
}
.z-product-section .text-holder .link-holder a:hover{
    color:#2EA3F2;
}
.z-product2{
    position:relative;
}
.z-product2:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:url('../images/z-product-bg.png') no-repeat bottom;
    z-index:2;
    background-size: cover;
}
.z-product2 .container{
    position:relative;
    z-index:3;
}
.z-product2 .text-holder{
    padding-top:70px;
}
.z-product2 .text-holder h2,
.z-product2 .text-holder>strong,
.z-product2 .text-holder ul li{
    color:#fff;
}
.z-product2 .text-holder ul li:before{
    background:url('../images/checkmark-white.png') no-repeat center;
}
.z-product2 .text-holder .link-holder{
    color:#fff;
}
.z-product2 .text-holder .link-holder a{
    color:#fff;
}
.z-product2 .text-holder .link-holder a:hover{
    color:#6D23B3;
}
.section-heading{
    text-align: center;
    margin-bottom:45px;
}
.section-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #6D23B3;
    text-transform: uppercase;
    font-family: 'Oswald';
}
.trending-product-wrapper .owl-stage-outer{
    padding:15px 0;
}
.trending-product-wrapper .tr-product-card{
    box-shadow: 0px 0px 10px rgba(0, 102, 60, 0.25);
    border-radius: 15px;
    padding:30px 15px;
    text-align: center;
    margin:0 10px;
}
.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-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Leelawadee UI';
}
.tr-product-card a{
    display:inline-block;
    border-radius: 35px;
    height:40px;
    line-height: 38px;
    border:1px solid #6D23B3;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color:#6D23B3;
    width:175px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    font-family: 'Oswald', sans-serif;
}
.tr-product-card a:hover{
    color:#Fff;
    text-decoration: none;
    background:#6D23B3;
}
.trending-deals-section .button-holder{
    margin-top:30px;
}
.trending-deals-section .button-holder p{
    font-size: 12px;
    margin: 0 0 3px 0;
    
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.055em;
    line-height: 28px;
    color: #000000;
}
.trending-product-wrapper .owl-nav{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
.trending-product-wrapper .owl-nav button{
    outline: none;
    width: 40px;
    height: 40px;
    background: #D8D8D8 !important;
    border-radius: 100%;
    pointer-events: all;
    padding:0;
    transition: all 0.5s ease-in-out;
    display:flex;
    align-items: center;
    justify-content: center;
}
.trending-product-wrapper .owl-nav button span{
    height:40px;
    width:40px;
    font-size:0;
    display:inline-block;
}
.trending-product-wrapper .owl-nav button:hover{
    background: #6D23B3 !important;
    color:#fff;
}
.trending-product-wrapper .owl-nav button.owl-prev{
    margin-left:-10px;
}
.trending-product-wrapper .owl-nav button.owl-prev span{
    background:url('../images/previous.png') no-repeat center;
}
.trending-product-wrapper .owl-nav button.owl-next{
    margin-right:-10px;
}
.trending-product-wrapper .owl-nav button.owl-next span{
    background:url('../images/next.png') no-repeat center;
}
.money-back-section{
    background: #F2F2FA;
}
.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: 'Leelawadee UI';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom:10px;
}
.money-back-wrap .texts p{
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin:5px 0 0 0;
}
/*==========INDEX END===============*/

/*==========FOOTER START===============*/
.footer-top{
    padding-top:70px;
    padding-bottom:50px;
    background:#F2F2FA;
    position:relative;
}
.footer-top:before{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    background:url('../images/footer-bg.png') no-repeat top;
    background-size: cover;
    width:100%;
    height:100%;
}
.contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}
.contact-links li:not(:last-child){
    margin-right:25px;
}
.contact-links li{
    display:flex;
    align-items: center;
}
.contact-links li a{
    color:#fff;
}
.contact-links li a{
    margin-left:10px;
}
.quick-links{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:20px 0;
}
.quick-links li:not(:last-child){
    margin-right:17px;
}
.quick-links li a{
    color:#fff;
}
.quick-info h5{
    font-family: 'Leelawadee UI';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom:10px;
}
.quick-info p{
    font-size:12px;
    color:#fff;
    margin-bottom:20px;
}
.quick-info p a{
    color:#fff;
}
.footer-copy-right{
    background:#000000;
    padding:15px 0;
}
.footer-copy-right p{
    margin:0;
    
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}
.d-flex{
    display:flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-content-space-between{
    justify-content: space-between;
}
/*==========FOOTER END=================*/


.mem-area {
    width: 85%;
    margin: 0 auto;
}
.mem-banner {
    background-size: cover;
    height: 390px;
}
.mem-banner h2 {
    color: #fff;
    font-family: 'montserrat';
    font-weight: 600;
    padding: 10% 0px 0 70px;
    width: 300px;
    font-size: 38px;
    letter-spacing: 1px;
}
.mem-banner p {
    color: #fff;
    font-family: 'montserrat';
    font-size: 16px;
    padding: 0 0 0 70px;
    width: 350px;
}

.mem-r-btn a {
    background: #F8941C;
    color: #fff;
    border-radius: 7px;
    padding: 14px 40px;
    text-transform: uppercase;
    font-family: 'montserrat';
}
.mem-r-btn a:hover, .mem-r-btn a:focus{
    text-decoration: none;
    background:#000;
    color: #fff;
}
.mem-r-btn {
    margin-left: 70px;
    margin-top: 30px;
}

.mem-body {
    padding: 40px 10px;
}
.mem-body h4 {
    font-size: 29px;
    font-family: 'montserrat';
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    color: #000;
    line-height: 36px;
    margin: 30px 0 30px;
}
.mem-body p {
    display: flex;
    color: #000;
    font-family: 'montserrat';
    margin: 18px 0 0 0;
        font-size: 15px;
}
.mem-body p img {
    float: left;
    width: 69px;
    margin: -10px 12px 0 0;
}
ul.mem-tier{
    text-align: center;
}
ul.mem-tier li {
    display: inline-block;
    width: 23%;
    box-shadow: 0px 0px 15px 0px #00000040;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
    position: relative;
}
.tier-each h2 {
    color: #1C718D;
    font-family: 'montserrat';
    font-weight: 700;
    font-size: 25px;
    margin: 20px 0 0;
    padding: 0;
}
.tier-each h4 {
    color: #484848;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: Roboto;
}
ul.mem-tier li p {
    margin: 0;
    padding: 0 !important;
    display: block;
    text-align: left;
    margin-left: 46px;
    font-size: 13px;
   
}
ul.mem-tier li::before p {
    position: absolute;
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    left: -14px;
    top: 8px;
}

.tier-each ul {
    margin: 10px 0 20px;
}
.tier-each ul > li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    left: -13px;
    top: 10px;
}
.tier-each ul > li {
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 50px;
    text-align: left;
    position: relative;
    font-family: Roboto;
    line-height: 29px;
}

.tier-each a {
    display: block;
    background: #F8941C;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Sansation';
    padding: 10px;
    margin: 0 27px 20px;
    border-radius: 6px;
}

.tier-each a:hover, .tier-each a:focus{
    text-decoration: none;
    background:#000;
    color: #fff;
}

.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;
}
