/** Shopify CDN: Minification failed

Line 50:0 Unexpected "}"

**/

.promo-text-container div {
     display:none;
  }

.site-navigation .navmenu-id-ayurvedic-products a {
  background-color: #4d4d4d;
  color: white;
}

.product-form--atc, .product-form--regular {
    max-width: 400px;
}

.product_form_pledge_div {
  border:2px solid yellow;
  text-align:center;
  padding: 8px; 
  margin-bottom: 12px;
  margin-top:12px;
  width:400px;
  max-width:100%
}

#offers_div {  
  margin-bottom: 30px;
  border: 2px dashed ;
  padding: 0px 8px;
  max-width: 400px;
}
  
#offers_div ul li {   
    margin-bottom: 4px;
    font-size: 90%;
    list-style-type: none;
    padding-bottom: 16px;
    line-height: 150%;
 }

  #offers_div ul {
    list-style-type: none;
    padding: 0px 0px 0px 8px;
    margin: 0px;
}
}
  
  #offers_div ul li:last-child {
    
}

  #offers_div ul li::before {
    content: "⚡ ";
 }
 
 

/* Start: shipway */
  
  .shipway_div input{
    width:350px;
    height:40px;
    border-radius:10px;
    margin-top:10px;
    margin-bottom:10px;
    max-width:100%;
    text-align:center;
  }
  
  .shipway_div input[type="submit"]{
    width:200px;    
    background-color: #ff6b6b;
    border:1px solid #ff6b6b;color:white;font-size:18px;font-weight:600;}

  
  .shipway_div label{font-weight:600;}
  
  
  .shipway_div {
    
    padding:10px;
    border:1px solid #EEE;
    margin-top:20px;
  }

    .shipway_div h3{
      margin-top:-30px;
    }
  
  .shipway_div form {
    
    padding:10px;
    
  }

.shipway_div form label{
 display:none;
}

.shipway_div form .btn{
	margin-top: 20px;
    cursor: pointer;
}

.track .orders .sw_sw_track_c_n .awbno{
	line-height: 120%;
}
 
  
  .shipway_div input[type="text"], .shipway_div input[type="email"]{
    border:1px solid #EEE;
  }
    
    
  
   /* end: shipway */


.navmenu-meganav--desktop .navmenu-meganav-standard__wrapper .navmenu-link {
    padding: .2375rem 0;
    white-space: normal;
}

.navmenu-meganav--desktop .navmenu-meganav-standard__wrapper .navmenu-meganav-standard__items {
    
    border: 1px solid #EEE;
    padding-left: 8px;
}


@media screen and (max-width: 719px){
.promo-block--expanded .promo-block--content-wrapper, .promo-block--expanded:not(.animating-out) .promo-block--content-wrapper {
    max-width: 70%;
}

}

.logolist--container {
  margin:0px;
  padding:0px;
}

.logolist--inner {
   margin:10px 0px; 
}


@media screen and (max-width: 500px){

.logolist--item{
    margin: 4px 2px;
    width: 68px;
}
  
}


@media screen and (min-width: 900px){

.logolist--item{
    margin: 4px 2px;
    width: 95px;
}
  
}


.subcollections-list__content[data-subcollections-layout=slideshow] {
   margin: 12px 8px; 
}

.site-footer-block-title {
   text-transform: capitalize; 
}


.account-address-list {
    text-transform: lowercase;
}


#rivo-loyalty-program-and-rewards {
    text-align:center; 
  }


@media screen and (max-width: 500px){

.account-login .form-action-row, #create_customer .form-action-row,
#customer_recovery .form-action-row{
   
    text-align: center;
}


#customer_recovery {
    text-align: center;
}

}


/* start : pin code availability */

input#chkpin {
    padding: 8px 10px;
    width: 160px;
    margin: 10px 0px 0px 0px;
}
button#pinSubmit {
    background-color: #ff6b6b;
    color: #fff;
    border: 0px none;
    padding: 10px 25px;
}
.text-with-icons__icon-wrapper {    width: 20px;
    float: left;
    margin: 0 15px 0px 0px;}
#kshipit {margin:40px 0px;}
.pincodersltpre1 {color:green;}
a.editpin { display:inline-block;margin-left: 10px; text-decoration: underline;    background-color: #ff6b6b;
    color: #fff;
    border: 0px none;
    padding: 10px 25px;}

/* end : pin code availability */


.faq_section {
	/* border: 1px solid #eee;*/
	padding: 16px;
    width:1000px;
    margin:auto;
    max-width:98%;
}

.faq_section h4 {
  font-size:18px;
  margin-top:12px;
  margin-bottom:12px;
}
.footer_ext_menu a {
  text-decoration: none;
  margin: 0px 4px; 
  text-transform: capitalize;
}

.footer_ext_menu strong a {
 margin:0px; 
 text-transform: capitalize; 
}


/* start - faq accordian */

.accordion{
  border-top: 1px solid #eee;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.accordion-item.active .accordion-icon {
  transform: rotate(-135deg);
}

.accordion-item {
  border-bottom: 1px solid #EEE;
  padding:0px 6px;
  
}

.accordion-item.active {
  /*background-color: #EFE;*/
  border:1px solid #EEE
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.accordion-item.active .accordion-content {
  max-height: 1000px;
}


/* end - faq accordian */

/* start - scroll to top button */
#sttop_Btn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 999;
  font-size: 16px;
  font-weight:bold;
  border: none;
  outline: none;
  background-color: #ff6b6b;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#sttop_Btn:hover {
  background-color: #555;
}

/* end - scroll to top button */


#related_category_ntc a {
  text-decoration:none;
  margin: 6px 6px 6px 0;
  text-transform: capitalize;
  color:#ff6b6b;border: 2px solid #EEE;
  padding: 4px;
  display: inline-flex;
}

.description_section {
  padding: 10px;
}

      /* Start: CSS for the loading message */
      #loading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      #loading-text {
        font-size: 24px;
        font-weight: bold;
        color: #333;
      }
      /* End: CSS for the loading message */

  .article--inner .article--content ol li,
  .article--inner .article--content ul li{
    margin-bottom: 20px;
  }


/* Start: css responsive div columns */

    /*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

  .col img, .col p {
    max-width:100%;
  }

/* End: css responsive div columns */