<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .doubly-float {
display: none;
}
 */
/* Common Button Css */
.btn-primary{
	background: rgb(236, 71, 156);
  	border-color: rgb(236, 71, 156);
  	text-transform: uppercase;
  	font-size: 14px;
    line-height: 36px;
    padding: 0 25px;
  	font-weight: 700;
  	font-family: 'Lato', sans-serif;
}
.btn-primary:hover,.btn-primary:active{
	color: rgb(236, 71, 156);
  	border-color: rgb(236, 71, 156);
  	background: #fff;
  	text-transform: uppercase;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 71, 156,.5);
  	-webkit-box-shadow: 0 0 0 0.2rem rgba(236, 71, 156,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 71, 156,.5);
  	-webkit-box-shadow: 0 0 0 0.2rem rgba(236, 71, 156,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show&gt;.btn-primary.dropdown-toggle{
	background: rgb(236, 71, 156);
  	border-color: rgb(236, 71, 156);
  	text-transform: uppercase;
}


.btn-secondary{
  	color: rgb(236, 71, 156);
  	border-color: rgb(236, 71, 156);
  	background: #fff;
  	text-transform: uppercase;
  	font-size: 14px;
    line-height: 38px;
    padding: 0 25px;
  	font-weight: 700;
  	font-family: 'Lato', sans-serif;
}
.btn-secondary:hover,.btn-secondary:active{
	background: rgb(236, 71, 156);
  	border-color: rgb(236, 71, 156);
  	text-transform: uppercase;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 71, 156,.5);
  	-webkit-box-shadow: 0 0 0 0.2rem rgba(236, 71, 156,.5);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 71, 156,.5);
  	-webkit-box-shadow: 0 0 0 0.2rem rgba(236, 71, 156,.5);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show&gt;.btn-secondary.dropdown-toggle{
	background: rgb(236, 71, 156);
  	border-color: rgb(236, 71, 156);
  	text-transform: uppercase;
}



body{
font-family: "open sans", sans-serif;
}




/* Start Custom Header on dated 26112019 */
.cstm-header{
  	width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 9;
  	min-height: 142px;
}

.cstm-header .container{
    width: 100%;
    max-width: 1700px;
 	padding: 30px 3%;
}
.cstm-header a.logo{
 display: table;
}
.cstm-header a.logo img{
 max-width: 154px;
}
.cstm-header h2{
    font-family: "open sans", sans-serif;
    color: #333333;
    font-weight: 400;
    margin: 0 0 15px 0;
    width: 100%;
  	font-size: 18px;
  	line-height: 1.2;
}
.cstm-header h2 strong{
color: #EE429C;
}

.cstm-header ul.list-inline.action-btns li.list-inline-item{
	margin: 0 13px 0 8px;
}

.cstm-header p{
  color: #333333;
  font-family: "open sans", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.1;
}

.cstm-header p span{
white-space: nowrap;
}



.cstm-header a.cart-toggle i{
	width: 21px;
  	height: 21px;
  	border-radius: 100%;
  	-webkit-border-radius: 100%;
  	background: #F58EC4;
  	color: #fff;
  	display: inline-table;
    font-size: 10px;
  	text-align: center;
  	line-height: 21px;
  	vertical-align: middle;
}
.cstm-header a.cart-toggle:hover{
	text-decoration: none;
}
.cstm-header span.cart-count {
  font-size: 16px;
  color: #F58EC4;
}
.cstm-header .for-mobile span.mobile-count{
      display: none;
      position: absolute;
      top: -5px;
      right: -5px;
      width: 21px;
      height: 21px;
      text-align: center;
      font-size: 10px;
      line-height: 21px;
      background: #F58EC4;
      border-radius: 25px;
      font-family: "open sans", sans-serif;
      font-weight: 700;
      color: #fff;
  }

.cstm-header .for-mobile span.mobile-count.hidden-count{
	display: none;
}


@media(max-width: 991px){
.cstm-header{
  	text-align: center;
  	min-height: auto;
  	position: relative;
}
.cstm-header .text-right{
  	text-align: center !important;
}

.cstm-header .container{
    width: 100%;
    max-width: 1700px;
 	padding: 15px;
}
  .cstm-header a.logo{
    margin: 0 0 10px;
}

  .cstm-header a.cart-toggle{
    position: relative;
    display:block;
}
  .cstm-header .for-mobile{
    position: absolute;
    margin: 0 !important;
    top: -140px;
    right: 20px;
}
  .cstm-header .for-mobile span{
  	display: none;
  }
  .cstm-header a.cart-toggle i{
	width: 46px;
  	height: 46px;
  	border:1px solid #F58EC4;
  	color: #F58EC4;
    background: #fff;
  	display: inline-table;
    font-size: 18px;
  	line-height: 44px;
}
    .cstm-header .for-mobile span.mobile-count{
      display: table;
  }

  
.cstm-header .btn-primary{
margin-bottom: 10px;
}
}

@media(max-width: 602px){
  .cstm-header .for-mobile{
    top: -155px;
}
}

@media(max-width: 537px){
  .cstm-header .for-mobile{
    top: -205px;
}
}


/* Custom Banner */
.cstm-banner{
  background: url(https://cdn05.zipify.com/ml22TyGPb4NinpxLBkxTKcfB1Lw=/fit-in/1140x0/2f5f246dac644abb8bf4ae4e620eec35/59182255_l_2.jpg) center -100px no-repeat;
  background-size: cover;
  margin-top: 140px;
  margin-bottom: 67px;
  padding: 50px;
  min-height: 442px;
  position: relative;
}

.cstm-banner .text-caption{
  	width: calc(100% - 100px);
	position: absolute;
  	bottom: 30px;
  	left: 50%;
    transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
}
.cstm-banner .text-caption h1{
	margin-bottom: 10px;
    line-height: 1;
    font-size: 51px;
    display: block;
    color: white;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.cstm-banner .text-caption h2{
    font-size: 27px;
    color: white;
    line-height: 1;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


@media(max-width: 991px){
.cstm-banner{
  background: url(https://cdn05.zipify.com/ml22TyGPb4NinpxLBkxTKcfB1Lw=/fit-in/1140x0/2f5f246dac644abb8bf4ae4e620eec35/59182255_l_2.jpg) center 0px no-repeat;
  margin-bottom: 40px;
  padding: 15px;
  margin-top: 0;
}

  .cstm-banner .text-caption{
  	width: calc(100% - 30px);
}
 
}

@media(max-width: 767px){
.cstm-banner{
  background: url(https://cdn05.zipify.com/ml22TyGPb4NinpxLBkxTKcfB1Lw=/fit-in/1140x0/2f5f246dac644abb8bf4ae4e620eec35/59182255_l_2.jpg) center 0px no-repeat;
  margin-bottom: 40px;
  padding: 15px;
  margin-top: 0;
}

  .cstm-banner .text-caption{
  	width: calc(100% - 30px);
}
 
}



/* Custom Content Start  */
.cstm-howto-cntnt{
	padding: 0 100px;
}
.cstm-howto-cntnt ul li{
	margin-bottom: 40px;
}

.cstm-howto-cntnt ul.list-cntnt li{
 	font-size: 17px;
    color: #333333;
    line-height: 1.6;
  	margin-bottom: 0;
}
.cstm-howto-cntnt h2{
  	text-align: center;
    text-transform: uppercase;
    color: #EE429C;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 30px;
}
.cstm-howto-cntnt h3{
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cstm-howto-cntnt h3.text-pink{
  color: #EE429C;
}

.cstm-howto-cntnt span{
  color: #EE429C;
}
.cstm-howto-cntnt p{
  font-size: 17px;
  color: #333333;
  line-height: 1.6;
}

.cstm-howto-cntnt img{
  margin: 75px auto;
  max-width: 100%;
  max-height: 450px;
  display:table;
}


.cstm-new-product-block{
    background-color: #F7F8F9;
    text-align: center;
    padding: 60px 0 80px;
    margin-bottom: 75px;
    margin-bottom: 0;
    margin-top: 75px;
}
.cstm-new-product-block .cntnt{
padding: 0 100px;
}
.cstm-new-product-block .cntnt p{
    font-weight: 700;
    color: #333333;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.cstm-new-product-block .cntnt .btn-primary{
  font-size: 16px;
  font-weight: 400;
  font-family: "open sans", sans-serif;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 
}

@media(max-width: 767px){
.cstm-howto-cntnt{
	padding: 0;
}

.cstm-howto-cntnt ul li{
	margin-bottom: 25px;
}
  
.cstm-howto-cntnt ul.list-cntnt li{
  font-size: 18px;
}
.cstm-howto-cntnt h2{
    font-size: 26px;
}
.cstm-howto-cntnt h3{
    font-size: 20px;
}

.cstm-howto-cntnt p{
  font-size: 15px;
}

.cstm-howto-cntnt img{
  margin: 35px auto;
  max-width: 100%;
  max-height: 450px;
  display:table;
}
  
.cstm-new-product-block{
    background-color: #F7F8F9;
    text-align: center;
    padding: 40px 0 60px;
    margin-bottom: 40px;
    margin-bottom: 0;
    margin-top: 40px;
}
.cstm-new-product-block .cntnt{
padding: 0 15px;
}
  
.cstm-new-product-block .cntnt p{
    font-size: 20px;
    margin-bottom: 20px;
}

}



/* Product Content Block */
.product-content-block{
  background-color: #FDE8F3;
    padding: 60px 0 75px;
}

.product-content-block .cntnt{
   padding: 0 100px;
 }

.product-content-block h2{
	color: #333;
    font-size: 24px;
    margin-bottom: 25px;
}
.product-content-block h2 span{
	font-weight: 700;
}

.product-content-block p{
	color: #333;
    font-size: 17px;
  	line-height: 1.6;
}
.product-content-block p span{
  color: #BC3381;
  font-weight: 700;
}


.product-add-cart-block{
    text-align: center;
    margin-top: -45px;
    margin-bottom: 30px;
    font-size: 0;
}


.product-add-cart-block .block{
    box-shadow: 0 0 10px 5px #C4C4C4;
  	-webkit-box-shadow: 0 0 10px 5px #C4C4C4;
    background-color: white;
    padding: 20px;
  	height: 100%;

}

.product-add-cart-block .block figure img{
	max-width: 100%;
}
.product-add-cart-block .block button.btn-primary{
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 36px;
}


.product-add-cart-block .block p{
/*     text-transform: uppercase; */
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-add-cart-block .block p.price-name{
  	color: #F58EC4;
    font-weight: 400;
    font-size: 20px;
/*     text-transform: capitalize; */
    margin-bottom: 10px;
}

.product-add-cart-block .block p.price-name a{
    color: #EE429C;
  	font-weight: 700;
  	margin-left: 10px;
}
.product-add-cart-block .block p.price-name a span{
	color: #F58EC4;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
}
.product-add-cart-block .block p.price-name a:hover{
    text-decoration: none;
}

.product-add-cart-block .block a.video-demo{
    color: #AAAAAB;
  	font-size: 16px;
  	text-decoration: none;
  	margin-bottom: 15px;
  	display: inline-block;
}

.product-add-cart-block .btn-secondary{
	margin-top: 40px;
/*   	margin-bottom: 40px;
    margin-bottom: 25px; */
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 36px;
}

.cstm-howto-cntnt .btn-primary{
  font-family: "open sans", sans-serif;
    font-size: 17px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 38px;
}

@media(max-width: 767px){
.product-content-block{
  background-color: #FDE8F3;
    padding: 40px 0 60px;
}

.product-content-block .cntnt{
   padding: 0 15px;
 }
  
.product-add-cart-block{
  margin-bottom: 10px;
  }
 .product-add-cart-block .row [class*="col-"]{
    margin: 10px 0;
 }
.product-add-cart-block .row [class*="col-"]:last-child{
    margin: 10px 0 0;

}
  
  .product-add-cart-block .btn-secondary{
margin-top: 0px;
}

}


/* Testimonial */

.cstm-testimonial{
    margin-top: 60px;
    padding: 60px 0;
    background-color: #F7F8F9;
}

.cstm-testimonial h2{
	text-align: center;
    color: #333333;
    font-weight: 700;
    font-size: 28px;
}

.cstm-testimonial p{
    color: #AAAAAB;
    font-size: 18px;
    line-height: 1.8;
}

/* Checkout all Product */
.checkout-all-product{
	background-color: #E6EAED;
    padding: 40px 0;
    margin-bottom: 90px;
}

.checkout-all-product h2{
	color: #EE429C;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 25px;
}
.checkout-all-product .btn-primary{
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 32px;
  	font-weight: 400px;
}


/* All Ayura Products  */
.all-ayura-products{
	margin-bottom: 90px;
}
.all-ayura-products h2{
	font-size: 23px;
    margin-bottom: 30px;
    font-weight: 400
}

.all-ayura-products h3{
	font-size: 27px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}


.all-ayura-products h3 span{
	font-size: 27px;
    color: #F58EC4;
    font-weight: 400;
    margin-bottom: 10px;
}

.all-ayura-products h3 strong{
color: #EE429C;
  line-height: 1.6;
}

.all-ayura-products p{
	font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.all-ayura-products .btn-primary{
    font-size: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 40px;
  	font-weight: 400;
}


@media(max-width: 767px){
  .checkout-all-product{
  margin-bottom: 0;
  }
}


/* Footer testimonial  */
.cstm-footer-testimonial{
	padding: 45px 0 0;
    background-color: #ffecec;
  	margin-top: -10px;
}

.cstm-footer-testimonial h2{
    margin: 0 0 70px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #000000;
  	font-family: sans-serif;
}
.cstm-footer-testimonial p{
    margin: 0 0 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
  	font-family: sans-serif;
}
.cstm-footer-testimonial p span{
    float: left;
    width: 100%;
    text-align: right;
}


/* Footer */

.cstm-footer{
  	padding: 60px 0;
	background: #f0f0f0;
  	font-family: 'Lato', sans-serif;
}

.cstm-footer a:hover{
opacity: 0.8;
}

.cstm-footer .socials a {
  color: #000;
  text-decoration: none;
  font-size: 28px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
}

.common-links li{
  width: 50%;
  display: inline-table;
  margin-left: -5px;
}
.common-links a{
  font-size: 16px;
  font-weight: 900;
  line-height: 1.94;
  letter-spacing: 2.5px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.inquries p,.inquries a{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.31;
    letter-spacing: 1px;
    color: #000;
  	text-decoration: none;
  	margin-bottom:0;
}


   /* Footer Bottom */
.cstm-footer-bot{
    padding: 0 0 2% 0;
}


.cstm-footer-bot a.logo{
 display: table;
  margin: 50px auto;
}
.cstm-footer-bot a.logo img{
 max-width: 154px;
}

.cstm-footer-bot p{
    display: block;
    margin: 0 auto;
    font-size: 16px;
  	font-family: 'Lato', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
}


@media(max-width: 991px){

  .cstm-footer-testimonial,.cstm-footer,.cstm-footer-bot{
  	text-align:center;
  }
  .cstm-footer-testimonial p span{
    text-align: center;
}
  
  .common-links li{
  width: 100%;
  display: inline-table;
  margin-left: 0px;
    margin-bottom:20px;
}
  .common-links li:last-child{
  margin-bottom: 0;
  }
  
  .socials,.common-links{
  	margin-bottom:20px !important;
  }
  
}

.hide-mobile{
display: block;
}

@media(max-width: 991px){
.hide-mobile{
display: none;
}
}</pre></body></html>