#ComparePrice_stickycart{
text-decoration: line-through;
      font-weight: 400;
}
.product__policies.rte {
    display: none;
}
img.rc_logo {
  display: none !important;
}
.cart_drawer {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  max-width: 100%;
  padding: 0 0px 30px;
  overflow: auto;
  width: 400px;
  right: -100%;
}
.cart_drawer_open{
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  right: -400px;

}
.cv_cart_drawer_title {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.cart_icon .fa-shopping-cart {
  color: #000;
  font-size: 26px;
}
.cv_cart_close svg,.cart_icon svg {
  width: 25px;
  height: 25px;
  fill: #000;
  cursor: pointer;
}
.cv_drawer_image {
  padding-left: 0;
}
.cv_cart_drawer_header {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f7f8f9;
  margin: 0 15px;
}
.cv_cart_shipping_header {
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #f7f8f9;
  color: #000;
  padding: 10px 0;
  text-transform: initial;
  font-weight: bold;
  margin: 0 30px;
  display:flex;
  justify-content: center;
}
.cv_cart_shipping_header span {
  margin-left: 4px;
}
.cv_outer_cart_drawer {
  margin: 0;
  padding: 30px 0px 0;
}
.cv_empty_cart_drawer {
  text-align: center;
}
.cv_gurantee_checkout {
  margin-top: 7px;
  text-align: center;
  padding: 0 30px 30px;
}
.cv_gurantee_heading {
  margin-bottom: 5px;
  display: inline-block;
}
.gurantee_image img {
  width: 50%;
}
.drawer_open {
  overflow: hidden;
}
.drawer_open:before {
  position: fixed;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.cv_drawer_product_title a {
  font-style: normal;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  text-decoration: none;
  font-weight: bold;
}
.cv_drawer_right_inner> .grid__item {
  padding: 0;
}
span.cv_drawer_price {
  font-weight: normal;
  font-size: 10px;
  display: block;
}
.cv_drawer_line_item {
  font-size: 16px;
  display: block;
  word-break: break-all;
}
.cart__remove {
  color: #c73948;
  padding: 0;
  border: none;
  font-size: 12px;
  display: inline-block;
  text-align: left;
}
.cart__remove:hover {
  background: transparent;
  color: #c73948;
}
.cv_drawer_product_title {
  margin-bottom: 5px;
}
.cv_drawer_quantity button {
  background: transparent;
  /*   padding: 0; */
  box-shadow: none;
  border: 1px solid #000;
  padding: 0 5px;
  line-height: 1;
  height: 30px;
  border-radius: 0;
  min-width: 30px;
  line-height: 20px;
  font-size: 23px;
  padding: 0px 0 4px 0;
}
.cv_drawer_quantity input {
  width: 33px;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 30px;
  border-radius: 0;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  -webkit-appearance: none;
  font-size: 0.8125em;
  -moz-appearance:textfield;
  font-size: 16px;
}
.cv_drawer_quantity input[type=number]::-webkit-inner-spin-button, 
.cv_drawer_quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}
.cv_drawer_quantity {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cv_drawer_cont {
  line-height: normal;
}
.cv_repeated_product {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #f7f8f0;
  padding: 10px 0 10px;
  position: relative;
  max-height: 500px;
  overflow: auto;
  margin: 0 15px;
}
.cv_cart_subtotal {
  display: flex;
  width: 100%;
  background: #f7f8f9;
  padding: 15px 10px;
  margin: 0 0 15px;
  margin-top: 15px;
  justify-content: space-between;
  border-radius: 2px;
}
.cv_cart_subtotal .subtotal_text, .cv_cart_subtotal .subtotal_price {
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: normal;
  text-transform: uppercase;
}
.cv_outer_cart_drawer button.btn.btn--primary {
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  border-radius: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 12px 20px;
  background: #000;
  border: 1px solid #000;
}
.cv_outer_cart_drawer button.btn.btn--primary:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

span.lock_icon {
  display: flex;
  align-items: center;
}
span.lock_icon svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.gurantee_image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cvv_header_cart_outer {
  cursor: pointer;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  background: #43cbb3;
  border: 1px solid #43cbb3;
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background: #73d8c6 !important;
  border: 1px solid #73d8c6 !important;
}

/* ////////////////////////// cart drawer css end here/////////////// */


/* 
Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:{{ width }} !important; 
  height:{{ height }} !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:{{ height }};
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
/* ///////////////////// */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
/* ///////////////////////////// */
.cvselect-Quantity {
  display: none;
}
.cv_qty_outer {
  display: none;
}
.cv__product__meta .product-single__title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.cv__product__meta .price__regular span,.cv__product__meta  .price__sale span  {
  font-size: 24px;
  font-weight: bold;
}
.cv__product__meta  .price--on-sale .price-item--regular {
  text-decoration: line-through;
  font-size: 24px;
  font-weight: 400;
}
.cv__product__meta .product__price {
  margin-bottom: 5px;
  margin-top: 15px;
  border-top: 2px solid #f9f9f9;
  padding-top: 25px;
  line-height: 1;
  display: block;
}
.cv__product__meta  .product__policies {
  margin: 0;
}
.cv__product__meta .product-form {
  padding-top: 0;
}
.cv__product__meta .cv-Quantity {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
}
.cv__product__meta .swatch .swatch-element  label{
  min-width: 102px;
  height: 45px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  text-align: center;
  border: #000 2px solid;
  border-radius: 0;
}
.cv__product__meta .swatch input:checked + label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color:#000;
  color: #fff;
  background-color: #000;
}
.cv__product__meta .header ,.cvselect-Flavour label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.cv__product__meta .cvselect-Flavour{
  width:100%;
  flex-basis: 100%;
  padding: 0;
}
.cv__product__meta .cvselect-Flavour select{
  border: 2px solid #000;
  max-width: 326px;
  padding: 12px 15px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
.cv__product__meta .product-form__controls-group ~ .product-form__controls-group--submit{
/*   max-width: 326px; */
  width:100%;
}
.cv__product__meta .product-form__controls-group ~ .product-form__controls-group--submit .product-form__item{
  padding:0;
}
.cv_product_images_inner,.ingredient_left {
  display: flex;
  align-items: center;
}
.cv_featured_image_main {
  width: 80%;
  display: inline-block;
  padding-right: 30px;
}
.cv_thumbnail_images_main{
  width: 20%;
  display: inline-block;
}
.ingred_feature_left_main {
  width: 100%;
  display:block;
/*   padding-right: 30px; */
}
.ingred_feature_thumbs_main {
  width: 10%;
  display: inline-block;
  position: relative;
  top: -50px;
}
.ingred_feature_thumbs_main .slick-slide {
  float: none;
  width:100% !important;
  margin-bottom: 20px;
}
.ingred_feature_thumbs_main  .slick-track{
  width:100% !important;
}
.cv_thumbnail_images_main .slick-list,.ingred_feature_thumbs_main .slick-list{
  padding:0 !important;
}
.cv_pro_thumb.slick-active img ,.cv_pro_thumb img{
  width: 90%;
  margin:0px auto;
  border: 2px solid #000;
  padding:5px;
}
.ingred_feature_thumbs_main .slick-center,.ingred_feature_thumbs_main .slick-slide{
  width: 90%;
  margin:auto auto 20px auto;
  border: 2px solid #000;
  padding:0px;
}
.cv__product__meta {
  padding-left: 25px;
}
.product-featured_content {
  background-color: #f6f6f6;
  padding: 60px 0px;
}
.cv_featured_cont_left img {
  width: 100%;
  max-width: 80%;
  margin:0px auto;
}
.cv_featured_cont_left {
  text-align: center;
}
.cv_featured_cont_right.grid__item h2,.ing_title_des h2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.featured_des p,.ing_title_des p {
  font-size: 15px;
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: 1px;
}
.featured_des ul li {
  list-style: circle inside;
  line-height: 18px;
  margin-bottom: 12px;
  font-size: 15px;
  letter-spacing: 1px;
}
.cv_featured_cont_right a.featured_link{
  margin-top: 20px;
  font-weight: bold ;
  font-size: 19px;
  max-width: 250px;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.cv_featured_cont_right a.featured_link::after{
  content: '';
  position: absolute;
  background-image: url(//https://cdn.shopify.com/s/files/1/0866/7664/t/68/assets/button_arrow.svg?2046),none;
  width: 14px;
  height: 14px;
  right: 10%;
  top: 35%;
  transition: all 300ms;
}
.cv_featured_cont_right a.featured_link:hover:after {
  right: 12% !important;
}
.cv_featured_cont_right a.featured_link:hover{
  background-color:#000;
}
.cv_product_ingredient {
  display: inline-block;
  width: 100%;
  padding: 60px 0px;
}
.ingredient_accordians_outer .accordion{
  width: 100%;
  padding: 4px 0;
  cursor: pointer;
  font-size: 15px;
  background-color:#fff;
  font-weight: bold;
}
.ingredient_accordians_outer .accordion h2 span{
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
}
.ingredient_accordians_outer .accordion h2 .ah-left{
  width: 50%;
  display: inline-block;
  padding-left: 8px;
}
.ingredient_accordians_outer .accordion h2 .ah-right{
  width: 45%;
  text-align: right;
  display: inline-block;
}
.ingredient_accordians_outer .accordian_description  p{
  font-size: 14px;
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: 1px; 
}
.ingredient_accordians_outer .accordion h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cv_thumbnail_images  .slick-track ,.ingred_feature_thumbs_main .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.ingredient_right {
  padding-left: 30px;
}
.cv__pro-reco__inner .section-header h2{
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
  letter-spacing: 0;
}
.cv--pro-reco-sep {
  margin: 0;
}
.cv__pro-reco__inner .product-card {
  text-align: center;
}
.cv__pro-reco__inner  .product-card__title{
  width: 100%;
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  display: inline-block;
}
.cv__pro-reco__inner .price {
  align-items: center;
  font-size: 13px;
  padding-top: 20px;
}
.cv__pro-reco__inner .price__badges--listing {
  padding-top: 20px;
}
.cv__pro-reco__inner .product-card:hover .product-card__title, .cv__pro-reco__inner .product-card:focus-within .product-card__title {
  border-bottom-color: #fff;
}
.cv_product_faq {
  background-color: #f6f6f6;
  width: 100%;
  padding: 60px 0;
}
.cv_product_faq .cv_title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.cv_faq_heading {
  cursor: pointer;
  border: 1px solid black;
  padding: 12px 30px 12px 15px;
  margin: 0 0 15px;
  background-color: transparent;
}
.cv_faq_heading h2 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  text-transform: inherit;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cv_faq_heading h2:after {
  content: '+';
  float: right;
  font-size: 22px;
  position: absolute;
  right: -14px;
}
.cv_faq_heading.active  h2:after{
  content: '-';
}
.cv_product_faq .cv_faq_desc {
  font-size: 15px;
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: 1px;
}
.cv_image_with_content {
  padding: 60px 0px;
}
.cv_image_with_content .cv__heading h2 {
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0 50px 0;
  text-align: center;
  letter-spacing: 0;
}
.cv_image_cont_outer h2 {
  font-weight: bold;
  text-transform: inherit;
  font-size: 21px;
  letter-spacing: 0;
}
.cv_image_cont_outer p {
  font-size: 15px;
  margin: 0 0 15px;
  font-style: normal;
  letter-spacing: 1px;
  padding-bottom: 50px;
}
.cv__mage_with_content_left {
  text-align: right;
}
.cv_buttons a {
  background-color: transparent;
  color: #000;
  border: 1px solid #000 !important;
  line-height: 36px;
  min-height: 40px;
  min-width: 200px;
  text-align: center;
  transition: all .4s;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  text-transform: inherit;
  font-weight: bold;
  letter-spacing: 0;
}
.cv_buttons {
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cv_buttons_sep {
  height: 55px;
  width: 1px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #eee;
}

.discount_outer_price {
  font-size: 18px !important;
  color: #04ab27;
  padding-top: 3px;
}
.discount_outer_price .discount_price {
  font-size: 18px !important;
  color: #04ab27;
}
.template-product span.price-item.price-item--sale {
  color: #04ab27;
}

.template-product {}
.mobile-nav-wrapper {
  z-index: 9;
}
.CV_acccordion-tabs-product-page .Cv__main_accordion_inner_structure {
  margin-top: 30px;
}
.CV_acccordion-tabs-product-page  .Cv__main__acordion {
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.CV_acccordion-tabs-product-page .Cv__main__acordion:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  right: 0;
  position: absolute;
}
.CV_acccordion-tabs-product-page .Cv__main__acordion.active:after {
  content: "\f106";
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  right: 0;
  position: absolute;
}
.CV_acccordion-tabs-product-page p {
  padding: 10px 0;
}
.Cv__custom_panel{
  display:none
}
.CV_sticky_cart_product_decp2 .sticky_addcart_button button svg{
  height: auto !important;
  width: 15px !important;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 3px;
}










/*Media Starts*/
@media only screen and (min-width: 750px){
  .cv_pro_thumb {
    float: none;
    width:100% !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 749px){
  .CV_sticky_cart_product_decp2 .CV_price{
    display:none;
  }
  .discount_outer_price{
    font-size: 15px !important;
  }
  .cv_buttons {
    display: inline-grid;
  }
  .cv_pro_thumb.slick-active img, .cv_pro_thumb img {
    padding: 0;
    width: 100%;
    max-width: 85px;
  }
  .cv_image_with_content {
    padding: 60px 0px 0 0;
  }
  .cv_thumbnail_images_main {
    padding-top: 20px;
  }
  .cv__product__meta {
    padding-left: 0;
  } 
  .cv__product__meta .product-single__title {
    font-size: 22px;
  }
  .cv__product__meta .price__regular span, .cv__product__meta .price__sale span,.cv__product__meta .price--on-sale .price-item--regular {
    font-size: 18px;
  }
  .cv__product__meta .price--on-sale .price__sale {
    margin: 0;
  }
  .cv_featured_cont_right {
    text-align: left;
    padding-top: 60px;
  }
  .featured_des p, .ing_title_des p,.ingredient_accordians_outer .accordian_description p,.cv_product_faq .cv_faq_desc  {
    font-size: 14px;
    line-height: 1.5em;
  }
  .featured_des ul li {
    font-size: 14px;
  }
  .cv_featured_cont_right a.featured_link {
    font-size: 16px;
  }
  .ingredient_right {
    padding-left: 0;
    text-align: center;
    padding-top: 60px;
  }
  .ingredient_accordians_outer .accordion h2 .ah-right {
    width: 43%;
  }
  .ing_title_des p{
    text-align: left;
  }
  .cv_featured_cont_right.grid__item h2,.cv__pro-reco__inner .section-header h2,.cv_product_faq .cv_title,.ing_title_des h2 {
    font-size: 22px;
    text-align: center;
  }
  .cv__pro-reco__inner .product-card__title {
    font-size: 16px;
    margin-top: 10px;
  }
  .cv__pro-reco__inner .price {
    padding-top: 0;
  }
  .cv__pro-reco__inner .price__badges--listing {
    padding-top: 0;
  }
  .cv_faq_heading h2 {
    font-size: 13px;
    line-height: 1.5em;
  }
  .cv_faq_heading {
    padding: 12px 30px 12px 15px;
  }
  .cv_faq_heading h2:after {
    right: -19px;
  }
  .cv_image_with_content .cv__heading h2 {
    font-size: 22px;
    padding: 0px 0 22px 0;
  }
  .cv_image_with_content {
    text-align: center;
  }
  .cv_image_cont_outer h2 {
    font-size: 20px;
  }
  .cv_image_cont_outer p {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 20px;
  }
  .cv__mage_with_content_left {
    text-align: center;
    padding-top: 40px;
  }
  .cv_buttons_sep {
    display: none;
  }
  .cv_buttons .cv__btn {
    margin-top: 25px;
  }
  .template-product .site-footer{
    margin-top: 0px;
  }
  .cv_product_images_inner, .ingredient_left {
    flex-wrap: wrap;
  }
  .cv_featured_image_main,.cv_thumbnail_images_main {
    width: 100%;
    padding-right: 0px;
  }
  .cv_product_ingredient {
    padding: 60px 0px 30px 0;
  }
}

@media  (max-width: 1199px) and (min-width: 992px){
  .cv__product__meta .product-single__title {
    font-size: 24px;
  }
  .cv__product__meta .price__regular span, .cv__product__meta .price__sale span,.cv__product__meta .price--on-sale .price-item--regular {
    font-size: 22px;
  }
  .cv_featured_cont_right a.featured_link {
    font-size: 16px;
  }
  .cv__pro-reco__inner .section-header h2,.cv_image_with_content .cv__heading h2{
    font-size: 24px;
  }
  .cv__pro-reco__inner .product-card__title {
    font-size: 18px;
  }
  .cv_image_cont_outer h2 {
    font-size: 20px;
  }
}

@media  (max-width: 991px) and (min-width: 750px){
  .sticky_cart_product_decp {
    width: 40%;
  }
  .CV_sticky_cart_product_decp2 {
    width: 60%
  }
  .CV_sticky_cart_product_decp2 .sticky_addcart_button button{
    padding: 5px 10px;
    font-size: 13px;
  }
  .cv__product__meta .product-single__title {
    font-size: 22px;
  }
  .cv__product__meta .price__regular span, .cv__product__meta .price__sale span,.cv__product__meta .price--on-sale .price-item--regular {
    font-size: 20px;
  }
  .cv_featured_cont_right a.featured_link {
    font-size: 16px;
  }
  .cv__pro-reco__inner .section-header h2,.cv_image_with_content .cv__heading h2{
    font-size: 22px;
  }
  .cv__pro-reco__inner .product-card__title {
    font-size: 16px;
  }
  .cv_image_cont_outer h2 {
    font-size: 20px;
  }
  .cv__product__meta {
    padding-left: 0;
  }
  .cv__product__meta .swatch .swatch-element label {
    min-width: 91px;
  }
  .cv_featured_cont_right.grid__item h2, .ing_title_des h2,.cv_product_faq .cv_title{
    font-size: 22px;
  }
  .cv_image_cont_outer p {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 20px;
  }
  .featured_des ul li {
    font-size: 14px;
  }
  .featured_des p, .ing_title_des p,.ingredient_accordians_outer .accordian_description p,.cv_product_faq .cv_faq_desc  {
    font-size: 14px;
    line-height: 1.5em;
  }
  .ingredient_right {
    padding-left: 0;
  }
  .cv__pro-reco__inner .product-card__title {
    margin-top: 0;
  }
  .cv__pro-reco__inner .price {
    padding-top: 0;
  }
  .cv__pro-reco__inner .price__badges--listing {
    padding-top: 0;
  }
}

@media  (max-width: 1500px) and (min-width: 1200px){
  .cv__product__meta .product-single__title {
    font-size: 32px;
  }
  .cv_featured_cont_right a.featured_link {
    font-size: 18px;
  }
}
.stamped-review-header .stamped-verified-badge,.stamped-verified-badge{
  color:#000 !important;
}
.stamped-review[data-verified=buyer] .stamped-review-avatar:before {
  color: #000 !important;
}
@media screen and (max-width: 981px){
  .CV_sticky_cart_product_decp2 .sticky_addcart_button button{
    border-radius: 0px; 
  }
}
@media screen and (max-width: 749px){
  .CV_sticky_addcart_wrapper{
    top: auto !important;
    bottom: 0;
    padding: 0;
  }
  .sticky_cart_product_decp {
    display: none;
  }
  .CV_sticky_cart_product_decp2 {
    width: 100%;
    flex-wrap: wrap;
  }
  .sticky_addcart_button {
    width: 100%;
  }
  .CV_sticky_cart_product_decp2 .sticky_addcart_button button {
    height: 35px;
    border-radius: 0px;
    max-width: 100%;
    min-width: 100%;
  }
  .CV__sticky_bar_variants {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
  }
  .CV_sticky_addcart_wrapper {
    border-bottom: none;
    border-top: 1px solid #f2f2f2;
  }
  .CV_sticky_addcart_inner select {
    width: 100%;
    max-width: 100%;
  }
  .CV__sticky_bar_variants .product-form__controls-group {
    margin: 0 -5px;
  }
  .template-product .site-footer {
/*     margin-bottom: 118px; */
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 989px){
  .CV__sticky_bar_variants .product-form__item {
    padding: 0 5px;
  }
}