/*==========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;
}
.common-button{
    display:inline-block;
    width:280px;
    text-align: center;
    height:55px;
    line-height: 58px;
    background: linear-gradient(92.94deg, #a566cc 23.19%, #674188 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: linear-gradient(92.94deg, #674188  23.19%, #a566cc  89.28%);
}
/*==========COMMON END===============*/


/*==========HEADER START=============*/
.menu-wrap{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    padding:20px 0;
}
.logo-holder a{
    display:inline-block;
}
.menu-holder{
    /* width: calc(100% - 206px); */
    text-align: right;
}
.menu-holder>ul{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.menu-holder>ul>li:not(:last-child) {
    margin-right: 24px;
    list-style: none;
}
.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:#8441bd;
}
.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: #8441bd;
    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 26px;
    border:1px solid #674188;
    border-radius: 15px;
    color:#674188;
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.menu-holder>ul>li.shop-now>a:hover{
    background: linear-gradient(92.94deg, #a566cc 23.19%, #674188 89.28%);
    color:#fff;
}
/*==========HEADER END===============*/


/*==========INDEX START=============*/
.hero-section{
    position: relative;
    padding:32px 0 0 0;
}
.hero-section:after{
    content:'';
    position: absolute;
    right:0;
    top: 45%;
    transform: translateY(-50%);
    background: linear-gradient(22.94deg, #e8d0fc 23.19%, #8441bd 89.28%);
    border-radius: 600px 0px 0px 600px;
    width:43%;
    height: 505px;
}
.hero-section:before{
    content: '';
    position: absolute;
    bottom:65px;
    left:0;
    width: 249px;
    height: 119px;
    background: rgb(244 236 249);
    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: #674188; */
    line-height: 1;
    background: -webkit-linear-gradient(329deg, #000 20.19%, #674188 49.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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, #a566cc 23.19%, #674188 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, #674188  23.19%, #a566cc  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 -12.5px;
}
.instruction-section .row .col-lg-4{
    padding:12.5px;
}
.instruction-card{
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding:30px;
    min-height:241px;
}
.instruction-card figure{
    margin-bottom:15px;
}
.instruction-card figure figcaption{
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #674188;
    margin-top:15px;
}
.instruction-card  p{
    margin:0;
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
.z-product-section .text-holder h2{
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #674188;
    /* background: -webkit-linear-gradient(329deg, #000 20.19%, #674188 49.28%); */
    background: -webkit-linear-gradient(329deg, #000 20.19%, #674188 49.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.z-product-section .text-holder>strong{
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    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:#674188;
}
.z-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;
}
.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:#674188;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}
.z-product-section .text-holder .link-holder a:hover{
    color:#000;
}
.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: #674188;
    background: -webkit-linear-gradient(329deg, #000 20.19%, #674188 49.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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:#674188;
}
.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:#674188;
    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: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: #FF4C31;
    background: -webkit-linear-gradient(329deg, #000 20.19%, #674188 49.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.trending-product-wrapper{
    display:flex;
    flex-wrap:wrap;
}
.trending-product-wrapper:not(:last-child){
    margin-bottom:25px;
}
.trending-product-wrapper .tr-product-card{
    width:25%;
    border:1px solid #B1B1B1;
    padding:30px 15px;
    text-align: center;
}
.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: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom:40px;
}
.tr-product-card a{
    display:inline-block;
    background: #FFFFFF;
    border: 0.5px solid #B1B1B1;
    border-radius: 8px;
    height:45px;
    line-height: 45px;
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color:#000;
    width:175px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.tr-product-card a:hover{
    border-color:#674188;
    color:#Fff;
    text-decoration: none;
    background:#674188
}
.trending-deals-section .button-holder{
    margin-top:30px;
}
.trending-deals-section .button-holder p{
    font-size: 12px;
    margin: 0 0 3px 0;
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.055em;
    line-height: 28px;
    color: #000000;
}
.money-back-section{
    background: #674188;
    background: linear-gradient(92.94deg, #a566cc 23.19%, #674188 89.28%);
}
.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: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom:10px;
}
.money-back-wrap .texts span{
    border:0.5px solid #fff;
    border-right:0;
    border-left:0;
    display:inline-block;
    padding:5px 0;
    color:#fff;
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.money-back-wrap .texts p{
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin:5px 0 0 0;
}
/*==========INDEX END===============*/

/*==========FOOTER START===============*/
.footer-top{
    padding-top:70px;
    padding-bottom:50px;
    background:#fff;
}
.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: #000000;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.contact-links li a:hover{
    color:#674188
}
.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: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom:20px;
}
.footer-common-box ul li:not(:last-child){
    margin-bottom:7px;
}
.footer-common-box ul li a{
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
.footer-common-box:not(:last-child){
    margin-bottom:50px;
}
.footer-common-box p{
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
.footer-common-box .mt-50{
    margin-top:70px;
}
.footer-copy-right{
    background:#674188;
    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;
  color: #000;
  height: auto;
  text-align: left;
  width: auto;
}

.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: #444;
  display: block;
  font-size: 12px;
  position: absolute;
  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 0 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: 0;
    font-size: 14px !important;
    line-height: 17px;
    position: absolute !important;
    right: -5px;
    border: 1px solid #8441bd;
    top: -20px;
    padding: 3px 8px;
    font-family: 'ABeeZee', sans-serif;
    background: #8441bd;
    font-family: 'Mulish', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
} */

.member-rewards {
    padding: 0;
    background: #f2f2f2;
}
.contact-links address h4 {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 12px;
}






.common-butto11{
    display: inline-block;
    width: 280px;
    text-align: center;
    height: 55px;
    line-height: 58px;
    background: linear-gradient(92.94deg, #a566cc 23.19%, #674188 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;
}