@font-face {
    font-family: 'Boogy Brut Poster';
    src: url('BoogyBrutPoster-White.woff2') format('woff2'),
        url('BoogyBrutPoster-White.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 992px) {
.home-banner-main .middle-center {
    vertical-align: top;
    padding-top: 50px;
}
}
/*Button Css*/
.btn,.btn_more {
    text-transform: uppercase;
    height: 45px;
    letter-spacing: .6px;
    display: inline-flex;
    padding: 0 30px !important;
    line-height: normal !important;
    justify-content: center;
    align-items: center;
    background: #1E91BD !important;
    border: 1px solid #1E91BD;
    color: #fff !important;
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
}
.empty-page-content .btn {
    height: 45px;
    letter-spacing: .6px;
    display: inline-flex;
}
#loyaltylion .lion-action-button{
  border-radius: 25px;
}
.btn.dark {
    color: #fff !important;
}
.btn.dark:hover, .btn_more:hover, .btn:hover {
    color: #262626 !important;
    background: transparent !important;
}
.btn:after{
  display:none;
}
.our-clinic-section .btn.light {
    margin: auto;
}
.btn.light,.blog_all_div .btn_more_w {
    border-color: #fff;
    color: #fff !important;
    background: transparent !important;
}
.quickview,button.needsclick.go3097053289.kl-private-reset-css-Xuajs1,
button.addtocart.product-form__cart-submit, .up-form.product-form__cart-submit,
button.needsclick.go2351919225.kl-private-reset-css-Xuajs1{
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
}
.feature-row__text--right.home-banner-text .btn {
    z-index: 3;
}
.lion-points-for-cart {
   padding-top: 20px;
}
#cart .delivery_msg {
    padding-top: 10px;
    margin-bottom: 0;
}
#cart_form .delivery_msg {
    margin-bottom: 0;
    padding: 10px;
}
.logo-align--center .site-header__logo {
    text-align: center;
    margin: 25px auto 20px;
}
.announcement-bar__message {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 9px 22px 5px;
    text-transform: uppercase;
  	font-family: 'Brown-Regular';
    letter-spacing: 2px;
  line-height:normal;
}

.announcement-bar {
    z-index: 9999;
    padding: 0;
}
.right_top ul {
    float: right;
    position: relative;
    z-index: 999;
    margin-top: 0;
}
.right_top ul li {
    padding: 0 22px;
    margin: 0;
    float: left;
}
.right_top ul li.top_li_last {
    padding-right: 0;
}
.site-header__cart svg {
    width: 19px;
    height: 17px;
    float: none;
    display: inline-block;
}
.site-header_cart-count {
    padding: 0;
        padding-left: 0px;
    padding-left: 0px;
    color: #121212;
    line-height: normal;
    height: auto;
    text-align: center;
    line-height: 21px;
    border-radius: 100%;
    font-size: 11px;
    /*font-family: 'JohnstonITCStd-Medium';*/
    float: none;
    display: inline-block;
    padding-left: 0px;
    margin-top: 0;
    position: relative;
    top: -3px;
}
.site-header__logo svg{
  	width: 100%;
	height: 35px;
}
.site-header.logo--center {
    padding-top: 0;
}
.site-nav {
    position: relative;
    padding: 0;
    text-align: left;
    margin: 0;
}
.site-header {
    position: relative;
    padding: 0 34px;
}
.site-nav a {
    padding: 32px 0;
}
#SiteNav > li:first-child {
    padding-left: 0;
}
#SiteNav > li {
   padding: 0 8px;
    margin: 0;
    float: left;
}
.site-header a.site-nav__link{
    font-size:13px;
    font-family: 'Brown-Regular';
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
  float: left;
}
.site-header a.site-nav__link span{
  float: left;
  width:100%;
}
.site-nav__link:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label {
    border:none;
}
.menu_one_li .sub-menu {
  	left:-36px;
}
.sub-menu {
    position: absolute;
    left:-13px;
    top: 100%;
    min-width: 532px;
    background:#fff;
    padding:0 266px 0 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
  /*display:none;*/
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
 /* -moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;*/
  opacity: 0;
visibility: hidden;
  pointer-events: none;
/*transform: translateY(20%);*/
}
.site-nav > li:hover .sub-menu{
/*     opacity: 1;
    visibility: visible;
    top: 100%;  */

}
.thrid-dropdown .site-nav__label{
  text-transform: capitalize;
}
.header-right .thrid-dropdown ul {
  display:block
}
.site-nav--has-dropdown{
/*   opacity: 0; */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  position:relative;
}
.site-nav--has-dropdown:hover .sub-menu{
  opacity: 1;
    visibility: visible;
    top: 100%;
  pointer-events: auto;
  display:block;

transform: translateY(0);
}
.site-nav--has-dropdown .sub-menu li {
/*     opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; */
}
.sub.sub-menu{
  opacity: 0;
}
.site-nav--has-dropdown:hover .sub-menu li {
    opacity: 1;
}
.site-nav--has-dropdown:hover .sub-menu li a:hover .m-display-image {
    opacity: 1;
}
.site-nav--has-dropdown:hover .sub-menu li:first-child a .m-display-image {
    opacity: 1;
}
.sub-menu li a .m-display-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 266px;
    height: 100%;
    background-size:cover;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}
.m-display-image{
  	background-position: center center;
}
.sub-menu li a.site-nav__child-link  {
    font-family: 'Gotham';
    font-size: 14px;
    line-height: 1.2;
    font-weight:300;
    color:#121212;
  	text-transform:none;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  	padding: 14px 0 14px 36px;
	letter-spacing: 0;
}
.sub-menu li a.site-nav__child-link:hover{
  	/*background:#f8f5f1;*/
}
.site-nav__label{
  	position:relative;
  	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.site-nav__label::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -19px;
    width: 100%;
    height: 1px;
    background:transparent;
  	display:none;
}
.site-nav li:hover .site-nav__label::after {
    background:#000;
	z-index: 10;
}
.site-nav li:hover .site-nav__link .site-nav__label{
    /*opacity:0.6;*/
}
.site-nav__child-link:hover .site-nav__label::after {
    /*opacity: 0;*/
}
.site-nav__label::after {
    content: "";
    width: 0;
    height: 1px;
    border-style: solid;
    border-width:0;
    border-color: transparent transparent transparent #dcd3d3;
    display: inline-block;
    position: absolute;
  background:#000000;
    bottom: -4px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*opacity: 0;
    transition: opacity .1s linear;
  	display:none;*/
}
.site-nav__label {
    position: relative;
  	padding-bottom: 0;

}
.site-nav li:hover .site-nav__child-link .site-nav__label::after {
    /*background:transparent;*/
}
.menu_one_li .m-display-image.sub_img_3{
  	display:none;
}
.feature-row__text--left.home-banner-text{
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    max-width: 464px;
    float: right;
    width: 100%;
}
.feature-row__text--right.home-banner-text {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    max-width: 464px;
    float: left;
    width: 100%;
   /* margin-top: -50px;*/
}

.feature-row__item h2, .home-banner-text h2{
  	margin-bottom:34px;
}
.rte.rte-setting{
    width: 100%;
    margin-bottom: 40px;
}
.rte.rte-setting p{
  line-height:24px;
}
.feature-row__image-wrapper {
    margin: 0 auto 0;
    position: relative;
    width: 100%;
}
.width_100{
  	position:absolute;
  	bottom:0;
  	width:100%;
    z-index:1;
}
.small_border_full{
  	height: 25px;
    left:0;

}
.width_50{
  	width:50%;
    position:absolute;
}
.large_border{
    height: 50px;
    left: 0;
  	bottom:0;
}
.small_border{
    height: 25px;
    left:0;
    bottom: 50px;
}
.home_banner_top {
	position:relative;
  	width:100%;
  	float:left;
  	overflow: hidden;
}
.left_small{
  	right: 0;
  	left:initial;
}
.right_lage{
  	right: 0;
  	left:initial;
}
.site-header__mobile-nav, .site-header{
  	background:#fff;
}
.banner_box .ratio-container {
    background-size: cover;
    height: 100%;
}
.banner_box {
    float: left;
    width: 100%;
    /* transform: scale(1.1); */
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.filmcontainer video {
    float: left;
    width: 100%;
}
.top__Content {
    position: absolute;
    top: 50%;
    height: auto;
    float: left;
    width: 100%;
  	left:0;
  	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  	z-index:1;
}
.page-width-full{
  	width:100%;
  	max-width:100%;
}
.box_width_6{
  	width:50%;
  float:left;
}
.box_width_6.right__content{
  	float:right;
}
.box_width_6.center__content{
  	margin:0 auto;
  	float:none;
  	text-align:center;
}
.home_banner .center__content .rte{
  	margin:0 auto 65px;
}
.light_text {
    color: #fff;
}
.light_text p{
    color: #fff;
}
.btn.light_text {
    color: #fff;
  	border:1px solid #fff;
}
.btn.light_text:hover {
    color: #101820;
  	border:1px solid #101820;
  	background:#101820;
}
.shopify-section{
  	clear:both;
  	float:left;
  	width:100%;
}
.large--hide {
    display: none;
}
/*.product-card__image-with-placeholder-wrapper {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 100%;*/
/*}*/
/*.product-card .grid-view-item__image-wrapper {*/
/*    margin: 0 auto 17px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/
/*.grid-view-item__image-wrapper .grid-view-item__image {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    -webkit-transition: all 0.3s ease-out;*/
/*    -moz-transition: all 0.3s ease-out;*/
/*    -o-transition: all 0.3s ease-out;*/
/*    transition: all 0.3s ease-out;*/
/*}*/
/*.product_img.product_img--second {*/
/*    opacity: 0;*/
/*}*/
/*.product-card:hover .product_img.product_img--first {*/
/*    opacity: 0;*/
/*}*/
/*.product-card:hover .product_img.product_img--second {*/
/*    opacity: 1;*/
/*}*/
.product_cardinfo {
    float: left;
    width: 100%;
}
.product_cardinfo a {
    float: none;
    width: 100%;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.quickview {
    float: none;
    width: 100%;
    background: #262626;
    display: flex;
    border: 1px solid #262626;
    /*-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.quickview .product-form {
  	clear: left;
    width: auto;
    padding-top: 0;
    float: none;
    display: flex;
    min-height:48px;
}
.product_cardinfo a {
    float: none;
    width: 100%;
    display: flex;
}
.single_btn_link {
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    z-index: 9;
    font-size: 0;
}
.single_btn {
    color: #fff;
    font-weight: normal;
    font-family: 'Brown-Regular';
    letter-spacing: 2px;
    font-size: 11px;
    padding: 15px 0 15px 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.product_price {
    float: left;
    width: auto;
    margin-top: 15px;
    font-size: 11px;
    color: #fff;
  	letter-spacing:2px;
    padding-left: 0;
    line-height: normal;
  	font-family: 'Brown-Regular';
}
.product-card .price__regular.worth_flex {
    display: flex;
}
.product-card__title {
    float: left;
    width: 100%;
    padding: 0px 0 10px;
    margin: 0;
    font-weight: 500;
    font-family: 'Gotham';
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: #111;
    border: none;
        border-bottom-color: currentcolor;
}
.quickview .singleaddcart.addtocart {
    background: no-repeat;
    color: #fff;
    min-height: 50px;
    border: none;
    padding: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brown-Regular';
    float: right;
    opacity: 0;
}
.price-item {
    color: #fff;
    font-weight: normal;
    font-family: 'Brown-Regular';
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.p-0{
  	padding:0;
}
.quickview:hover {
    background: transparent;
}
.single_btn {
    position: relative;
}
.quickview .product-form .single_btn::before {
    content: " ";
    position: absolute;
    left: 0;
    height: 10px;
    width: 1px;
    top: 19px;
    background: #ffffff;
    /*-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.quickview:hover .single_btn, .quickview:hover .price-item {
    color: #262626;
}
.quickview:hover .product-form .single_btn::before {
    background: #262626;
}
.quickview:hover .single_btn, .quickview:hover .price-item {
    color: #262626;
}
.quickview:hover .price__sale .price-item.price-item--regular::after {
  	background:#262626;
}
.home_blog .grid__item.pro_box {
    padding: 0 20px;
}
.site-header_cart-count.count_0 {
    height: 12px;
    width: 12px;
    float: right;
    line-height: 12px;
    margin: 6px 0 0 0;
    font-size: 0;
    background: #373736;
    min-width: inherit;
}
.site-header_cart-count {
    border-radius: 100px;
    background: #373736;
    width: 13px;
    height: 13px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 12px;
    left: -10px;
    top: -8px;
}
.home-banner-main {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
.home_banner_top {
    position: relative;
    height: 100vh;
}
.home-banner-main .page-width{
  	 height:100%;
}
.vertical-table{
  	height:100%;
  	display:table;
  	width:100%;
}
.middle-center{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.width-410 {
    max-width: 385px;
    width: 90%;
    float:left;
}

.home_banner_top .feature-row__text--right .width-410{
  	float:left;
}
.feature-row__item_img {
    width: 50%;
    float: left;
}
.right_banner .feature-row__item_img {
    float: right;
}
#shopify-section-header {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.template-index .main-content {
    padding-top: 0;
}
.site-header__account, .site-header__cart {
    padding: 0;
}
#top_header.active_header .logo_one {
    opacity: 0;
}
#top_header.active_header .logo_two {
    opacity: 1;
}
.site-header__logo-image img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.js.logo_two {
    max-width: 67px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
}
.featured-row__subtext {
    font-size:14px;
}
h2 {
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 45px;
}
.sub_title {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brown-Regular';
    margin-bottom: 18px;
    clear: both;
    width: 100%;
}
.dark, .dark p{
    color: #000 !important;
}
.light, .light p{
    color: #1E91BD !important;
}
.banner_logo{
  	max-width:70px;
  	float:left;

}
.banner_logo {
    max-width: 70px;
    float: left;
    margin-bottom: 50px;
  	line-height: normal;
}
.center__content .banner_logo{
  	margin: 0 auto 50px;
  	float:none;
}
.filmcontainer video {
    float: left;
    width: 100%;
}
.banner_box {
    overflow: hidden;
}
.home_trending_weeks .row, .home_blog .row{
  	margin:0 -20px;
}
.price__vendor {
    color: #333232;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Gotham';
    margin: 0 0 30px;
    width: 100%;
    clear: both;
  	text-align:left;
}
.tag_icon {
    position: absolute;
    z-index: 1;
    font-family: 'Brown-Regular';
    color: #000;
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: normal;
    padding: 5px 28px 5px;
    top: 20px;
    right: 20px;
}
.home_banner, .home_trending_weeks{
    padding: 0;
}
.trending_week {
    float: left;
    width: 100%;
    padding: 68px 0 96px;
}
.heading_h3 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 25px;
}
.trending_week .section-header {
    width: 100%;
    margin-bottom: 0;
    left: 0;
    top: 0;
  	padding-left:15px;
}
.trending_week .page-width {
    position: relative;
}
.product-card:hover .product-card__image-wrapper, .product-card:focus-within .product-card__image-wrapper {
    opacity: 1;
}
.testimonial-slider__text.text-center {
    max-width: 450px;
    margin: 0 auto 0;
    width: 100%;
    padding: 0;
}
.testimonial_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  	transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
  	z-index:99;
}

.home_quote_slider{
  	padding:0;
}
.testimonial-slider__text p{
  	font-size:24px;
  	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 34px;
  	text-align:center;
  	font-family: 'Brown-Regular';
  	color:#fff;
}
.quote_slider .rte.rte-setting p{
  	line-height:34px;
}
.testimonial_wrapper .author_image_logo {
    padding: 0;
    margin: 40px auto 0;
    display: table;
    max-width: 200px;
}
.quote_slider,
.product-quotes_slider{
  	padding:0 40px;
}
.quote_slider .slick-next::before,
.light_arrow .slick-next::before,
.dark_arrow .slick-next::before{
  	display:none;
}
.quote_slider .slick-prev::before,
.light_arrow .slick-prev::before,
.dark_arrow .slick-prev::before{
    display:none;
}
.quote_slider .slick-prev, .quote_slider .slick-next,
.product-quotes_slider .slick-prev, .product-quotes_slider .slick-next{
  	width:25px;
  	height:25px;
    z-index:99;
}
.dark_arrow .slick-prev{
  	background:url(prev.png) no-repeat center center;
  	background-size:24px;
  	left:0;
}
.dark_arrow .slick-next{
  	background:url(next.png) no-repeat center center;
  	background-size:24px;
  	right:0;
}
.light_arrow .slick-prev{
  	background:url(prev_w.png) no-repeat center center;
  	background-size:24px;
  	left:0;
}
.light_arrow .slick-next{
  	background:url(next_w.png) no-repeat center center !important;
  	background-size:24px !important;
  	right:0;
}
.slick-disabled{
  	opacity:0.5;
}
.image_two {
    max-width: 296px;
    float: right;
    width: 100%;
    position: relative;
    z-index: 1;
}
.image_one{
    max-width: 435px;
    float: left;
    width: 100%;
  	clear:both;
    margin-top: -170px;
}

.our--founder{
  	padding:0;
}
.our--founder-section{
  	width:100%;
  	float:left;
  	padding:155px 0	135px 0;;
  	clear:both;
}
.feature-row-padding-left {
    padding-left: 120px;
}
.feature-row-padding-right {
    padding-left:0;
}
.article__link:not([disabled]):hover .article__grid-image-wrapper::before, .article__link:focus .article__grid-image-wrapper::before {
	display:none;
}
.article__grid-meta {
    margin-bottom: 0;
}
.article__tags .list--inline > li {
    display: inherit;
    padding: 0;
    float: left;
    line-height: normal;
    margin: 0px 0 0 -1px;
}
.article__tags {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.article__tags ul.list--inline{
    margin-left: 0;
    display: table;
    border-left: 1px solid #1E91BD;
}
.article__tags .article__grid-tag {
    padding: 4px 10px 3px;
    border: 1px solid #1E91BD;
        border-left-color: #1E91BD;
        border-left-style: solid;
        border-left-width: 1px;
    border-left: 0 solid #fff;
    line-height: normal;
    float: left;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Brown-Regular';
    letter-spacing: 2px;
}
.home_blog {
    padding: 0;
}
.product-quotes_slider {
  	float:left;
  	width:100%;
}
.product-quotes-section {
    padding: 70px 0 110px;
}
.product-quotes, .home-featured-section{
  	padding:0;
}
.product-quotes-img{
  	padding-right:100px;
}
.width-420{
    max-width: 430px;
    width: 90%;
    float: left;
}
.product-quotes_slider .rte.rte-setting p {
    font-size: 17px;
}
.quote_credit {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brown-Regular';
    margin-bottom:60px;
    clear: both;
  	position:relative;
  	padding-left:13px;
    width: 100%;
}
.quote_credit::after{
  	content:"";
  	position:absolute;
  	left:0;
  	top:10px;
  	width:4px;
  	height:1px;
  	background:#000;
}
.feature-row__img--left {
    padding-right: 130px;
}
.feature-row__img--right {
    padding-left: 130px;
}
.image_center {
    position: absolute;
    top: 50%;
    z-index: 1;
    left:-25px;
    width: 100%;
    max-width: 305px;
    transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
}
.feature-row__img--left .image_center{
  	right: -25px;
  	left:inherit;
}
.feature-row-position{
  	position:relative;
}
.home-our-clinic-section {
    padding: 115px 0 0;
}
.our-clinic-section {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.home-our-clinic-section .page-width{
  	position:relative;
}
.max-width-255 {
    max-width: 270px;
    margin: 0 auto;
    width: 90%;
}
.max-width-255 .rte.rte-setting {
    width: 100%;
    margin-bottom:38px;
    margin-top: 28px;
    float: left;
}
.max-width-255 .rte.rte-setting p{
  	font-size:13px;
}
div#insta-feed a, #insta-feed img {
    /*width: 260px;
    max-width: 260px;*/
}
div#insta-feed a {
    padding: 0;
}
.slick-slide .instafeed-container {
    float: left;
    width: 100% !important;
    padding-top: 100% !important;
}
.footer_logo {
    width: 67px;
}
.site-footer {
    padding: 36px;
    width: 100%;
    float: left;
}
.news_wrap {
    max-width: 440px;
    float: left;
}
#news_form {
    width: 50%;
    float: left;
}
#copyright {
    clear: both;
}
#top-mc-form input[type="email"] {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #515151;
    background: none;
    border-radius: 0;
    padding: 12px 0 24px 0;
    color: #fff;
  	font-family: 'Gotham';
  	font-weight:300;
    font-size: 15px;
    float: left;
    width: 100%;
}
#top-mc-form ::-moz-placeholder{
  opacity:1;
  color:#fff;
  font-size: 14px;
}
#top-mc-form ::-webkit-input-placeholder{
  opacity:1;
  color:#fff;
  font-size: 14px;

}
#top-mc-form ::placeholder{
  opacity:1;
  color:#fff;
  font-size: 14px;
}
#go {
    padding: 11px 0 24px;
    margin: 0;
    border: none;
    font-size: 13px;
    letter-spacing: 2px;
    background: no-repeat;
    color: #fff;
    position: absolute;
    /*top: 13.5px;*/
    /*top: 16.5px;*/
    right: 0;
  	font-family: 'Brown-Regular';
    border-bottom: 1px solid #fff;
    /*line-height: normal;*/
    text-transform: uppercase;
}
.news-input {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 45px;
}
.footer_rte p {
    font-size: 14px;
}
.footer_rte {
    clear: both;
}
#left_copyright {
    float: left;
    font-size: 12px;
}
.site_by {
    float: right;
    font-size: 12px;
}
#copyright {
    float: left;
    width: 100%;
    padding: 90px 0 0;
}
.page-width::after {
    display: none;
}
.insta_section{
  	padding-top:75px;
}
.insta_section .section-header {
    margin-bottom: 75px;
}
.news-input label {
    position: absolute;
    bottom: 13px;
    font-size: 13px;
}
.news-input label.valid {
    position: relative;
    font-size: 0;
    height: 33px;
    padding: 0;
    margin: 0;
}
.news-input label.valid::after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 30px;
    font-size: 13px;
    content: "";
}
#top-mc-form {
    margin-top: 5px;
    float: left;
    width: 100%;
}
.footer_right {
    float: left;
    width: 50%;
    padding-top: 80px;
}
.footer_menu_right {
    max-width: 320px;
    float: right;
    width: 100%;
}
.footer_menusection{
  	float:left;
}
.social_list{
  	float:right;
}
.footer_links a {
    float: left;
    font-size: 13px;
  	font-family: 'Brown-Regular';
  	text-transform:uppercase;
  	letter-spacing:2px;
  	color:#fff;
  width:100%;
}
.footer_links li {
    float: left;
    padding: 0 0 24px;
  	clear:both;
  width:109px;
}
.social_list a{
  	background:url(link_arrow.png) no-repeat right 7px;
  	background-size:9px;
  	padding-right:19px;
}
.footer_links a:hover{
  	color:#fff!important;
  	opacity:0.5;
}
.width-1300{
  	/*margin:0 auto;
  	max-width:1334px;
  	width:100%;*/
}
#copyright a{
  	color:black;
}

#copyright li {
    float: left;
    clear: none;
    padding: 0 14px;
    border-left: 1px solid black;
    line-height: 10px;
}
#copyright li:first-child{
  	padding-left:0;
  	border-left:none;
}
.star_list li {
    float: left;
    margin: 0 1px;
}
.star_list {
    width: auto;
    float: left;
    border-left: 1px solid #000;
    line-height: 18px;
    margin-left: 32px;
    padding-left: 32px;
    margin-top: 5px;
}
.width-420 .heading_h3{
  	position:relative;
}
.star_list svg {
    width: 12px;
  	height:auto;
}
.product-quotes_slider .width-420 .heading_h3{
  	position: relative;
    width: auto;
    display: table;
    float: left;
}
.rte.rte-setting {
    clear: both;
}
.light svg g{
  	fill:#fff;
}
.light .star_list{
  	border-color:#fff;
}
.product-quotes-section {
    float: left;
    width: 100%;
}
.order_two {
    order: 2;
}
.home_blog .article__date {
    margin-bottom: 12px;
    color: #fff;
  font-size: 13px;
}
.home_insta .heading_h3{
  	color:#000;
}
.sub_clinic_link i{
  width:10px;
  height:10px;
  background: url(link_arrow1.png) no-repeat center center;
background-size: 9px auto;
  display:inline-block;
  margin-left:10px;
  position: relative;
top: 2px;
}

.mobile_search {
    float: left;
    width: 100%;
    padding: 10px 15px;
  position:relative;
  margin-bottom:20px;
}
.mobile_search input {
  border: none;
  border-bottom: 1px solid #515151;
  background: none;
  border-radius: 0;
  padding: 15px 0 15px 0;
  color: #fff;
  font-family: 'Gotham';
  font-weight: 300;
  font-size: 14px;
  float: left;
  width: 100%;
}
.mobile_search button {
    padding: 14px 0 15px;
    margin: 0;
    border: none;
    font-size: 12px;
    letter-spacing: 2px;
    background: no-repeat;
    color: #fff;
    position: absolute;
   /* top: 28px;*/
right: 14px;
    font-family: 'Brown-Regular';
    border-bottom: 1px solid #fff;
    /*line-height: normal;*/
    text-transform: uppercase;
  width:auto;
  border-radius: 0;
}
.mobile_search ::-moz-placeholder{
  opacity:1;
  color:#fff;
}
.mobile_search ::-webkit-input-placeholder{
  opacity:1;
  color:#fff;
}
.mobile_search ::placeholder{
  opacity:1;
  color:#fff;
}
#insta-feed .slick-arrow{
  display:none!important;
}
.desktop_search {
    float: left;
    width: 100%;
    padding:0;
    position: relative;
    margin-bottom: 0px;
    width: 248px;
    position: absolute;
    right: 0;
    background: #fff;
  top:-15px;
  width:0px;
  overflow:hidden;
  transition: width 0.3s ease-in-out 0s;
-moz-transition: width 0.3s ease-in-out 0s;
-webkit-transition: width 0.3s ease-in-out 0s;
}
.desktop_search.search_open {
    width: 248px;
}
.desktop_search input {
  border: none;
  border-bottom: 1px solid #525252;
  background: none;
  border-radius: 0;
  padding: 13px 0 13px 0;
  color: #525252;
  font-family: 'Gotham';
  font-weight: 300;
  font-size: 14px;
  float: left;
  width: 100%;
}
.desktop_search button {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    background: no-repeat;
    color: #000!important;
    position: absolute;
    top: 10px;
   right: 0;
    font-family: 'Brown-Regular';
    border-bottom: 0px solid #525252;
    line-height: normal;
    text-transform: uppercase;
  width:auto;
  border-radius: 0;
 /* background:url(search-icon.png) no-repeat top right!important;
  background-size: 16px auto !important;*/
  background:none!important;
width: 27px;
height: 31px;
}
.desktop_search .lt-search::before {
    float: right;
}
.desktop_search ::-moz-placeholder{
  opacity:1;
  color:#525252;
}
.desktop_search ::-webkit-input-placeholder{
  opacity:1;
  color:#525252;
}
.desktop_search ::placeholder{
  opacity:1;
  color:#525252;
}
.top_search {
    float: left;
    width: 100%;
    position: relative;
}

#element_to_pop_up {
    position: fixed;
    width: 50%;
    right: -100%;
    bottom: 0;
    background: #fff;
    padding:58px 30px 42px;
    z-index: 999;
  -webkit-transition: right 1s ease-out;
  -o-transition:  right 1s ease-out;
  transition:  right 1.5s ease-out;
}
#element_to_pop_up.poppup_open{
  right:0;
}
#element_to_pop_up .icon.icon-close {
    width: 11px;
    height: 11px;
    position: absolute;
    right: 33px;
    top: 35px;
}
.popup_newsletter_form {
    margin: 0 auto;
    width: 100%;
    max-width: 445px;
    display: table;
}
#element_to_pop_up input[type="email"] {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #d6d6d6;
    background: none;
    border-radius: 0;
    padding: 15px 0 20px 0;
    color: #000;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 15px;
    float: left;
    width: 100%;
}
#element_to_pop_up #go {
    padding: 14px 0 20px;
    margin: 0;
    border: none;
    font-size: 13px;
    letter-spacing: 2px;
    background: no-repeat;
    color: #000;
    position: absolute;
    /*top: 13.5px;
    top: 14.5px;*/
    right: 0;
    font-family: 'Brown-Regular';
    border-bottom: 1px solid #000;
    /*line-height: normal;*/
    text-transform: uppercase;
}
#element_to_pop_up small {
    font-size: 11px;
    float: left;
    width: 95%;
    margin: 0 0 15px;
}
#element_to_pop_up .heading_h3 {
    letter-spacing: 2.5px;
  margin: 0 0 30px;
}
#element_to_pop_up .news-input {
    padding-bottom: 35px;
}
#element_to_pop_up ul {
    float: left;
    width: 100%;
}
#element_to_pop_up ul li{
    float: left;
    width: auto;
  padding-left:35px;
}
#element_to_pop_up ul li:first-child{
  padding-left:0;
}
#element_to_pop_up ul li a{
  font-size:11px;
  color:#000;
  text-decoration:underline;
}
#element_to_pop_up ul li a:hover{
  text-decoration:none;
}
#inline-form {
    float: left;
    width: 100%;
    margin: 5px 0 0;
}
#inline-form .news-input label {
    position: static;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
#inline-form .news-input label.valid {
    position: relative;
    font-size: 0;
    height: 33px;
    padding: 0;
    margin: 0;
}
#inline-form .news-input label.valid::after {
    top: 22px;
}
/*.pro_box .spr-badge-caption {
    display: none !important;
}
.pro_box .spr-icon{
  display: none !important;
}
.pro_box .spr-icon:first-child{
  display: inherit !important;
}*/
.pro_box .spr-badge{
  float:left;
}
.pro_box .count_add {
    font-style: normal;
    float: left;
    padding: 1px 0 0 4px;
  font-weight: 500;
font-family: 'Gotham';
font-size: 14px;
  color: #111;
}
.product_cardinfo {
    position: relative;
}
.productreview {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
}
.pro_box .spr-icon-star::before,
.spr-icon-star-empty::before {
   font-size:14px;
  color: #111;
}
.spr-icon.spr-icon-star-empty {
    opacity: 1!important;
}
.pro_box .product-card__title {
    width: 100%;
  	text-align:left;
}
#top-mc-form .news-input label {
    position: static;
    float: left;
    width: 100%;
  padding-top: 11px;
}
#top-mc-form .news-input label a{
  	color:#fff;
  text-decoration:underline;
}
#top-mc-form .news-input label a:hover{
  	color:#fff;
  text-decoration:none;
}
#top-mc-form .news-input label.valid {
    position: relative !important;
  top: 20px;
}

#inline-form .news-input label a{
  text-decoration:underline;
}
#inline-form .news-input label a:hover{
  text-decoration:none;
}
.main-content {
    float: left;
    width: 100%;
}
.template-product .main-content{
  	background:#f8f5f1;
}
#ProductSection-product-template {
    padding-top: 0;
}
.product-single__thumbnails-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}
.product-single__thumbnails {
    display: inherit;
    width: 70px;
  	margin: 0;
}
.thumbnails-wrapper {
    position: absolute;
    top: 31px;
    left: 36px;
}
.product-single__thumbnail {
    display: block;
    margin: 0;
    min-height: auto;
}


#shopify-section-product-template{
  	position: relative;
}
.product-single__thumbnail, .product-single__thumbnail.active-thumb{
  	border: 1px solid #d5d1cb;
}
.product-single__thumbnail.active-thumb, .active-thumb.slick-current .product-single__thumbnail{
    border-color: #50504f;
}
.product-single__thumbnails-item.slick-current.slick-active .product-single__thumbnail {
    border: 1px solid #50504f;
}
.product-single__meta {
    max-width: 462px;
    position: relative;
    float: right;
    width: 100%;
}
.product-single__meta .tag_icon {
    right: inherit;
    left: 0;
    position: static;
    width: auto;
    float: left;
  	margin-bottom: 33px;
}
.social-sharing {
    display: flex;
    clear: both;
    float: right;

}
.price__type {
    font-size: 13px;
    font-family: 'Brown-Regular';
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    clear: both;
  	margin-bottom: 15px;
}
.product-single__title {
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 45px;
    clear: both;
    width: 100%;
}
.product_type_reviews .spr-badge-caption {
    display: none !important;
}
.product_type_reviews .spr-icon:first-child {
    display: inherit !important;
}
.product_type_reviews .spr-icon {
    display: none !important;
}
.product_type_reviews .count_add {
    font-style: normal;
    float: left;
    padding: 1px 0 0 4px;
    font-weight: 500;
    font-family: 'Gotham';
    font-size: 14px;
    color: #111;
}
.product_type_reviews .productreview {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
  	cursor:pointer;
}
.product_type_reviews .spr-badge {
    float: left;
}
.product_type_reviews {
    width: 100%;
    clear: both;
    position: relative;
}
.product_type_reviews .spr-icon-star::before, .spr-icon-star-empty::before {
    font-size: 14px;
    color: #111;
}
.rte.product-single__description p {
    line-height: 24px;
}
.product-single__meta .product-single__description{
   margin-bottom: 0px;
   margin-top:20px;
}
.product-single_right,
.product-single_left{
  	width:50%;
}
.product-single_right {
    padding-top: 56px;
}

.product-single_right .price-item{
  	color:#000;
}
button.addtocart.product-form__cart-submit, .up-form.product-form__cart-submit{
    background: #262626;
    color: #fff;
    font-size: 13px;
    font-family: 'Brown-Regular';
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 16px 44px;
    border-radius: 0px;
    position: relative;
    border: 1px solid #262626;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: left;
  	margin: 0 0 40px;
}
.product-form__item {
    padding: 0;
    margin: 0;
}
button.addtocart.product-form__cart-submit:hover, .up-form.product-form__cart-submit:hover {
    background: transparent;
    color: #262626 !important;
    opacity: 1;
}
.btn--share .icon {
    width: 14px;
    height: 14px;
}
.social-sharing li {
    float: left;
}
.btn--share {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 17px;
}
.btn--share {
    background-color: transparent;
    border-color: #e8e9eb;
    color: #3d4246;
    margin-right: 0;
    margin-bottom: 10px;
}
.social-sharing svg {
    fill: #000 !important;
}
.product-form__item--no-variants {
    max-width: inherit;
}
#social_sec {
    float: left;
    width: 100%;
    padding: 0;
}
#social_sec h5 {
    float: left;
    width: auto;
    margin: 0;
    font-size: 13px;
    font-family: 'Brown-Regular';
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
  	cursor: pointer;
}
#social_sec .social-sharing {
    float: right;
    display: inherit;
    margin: 0;
  	clear:none;
}
.grid__item.product-single_tab {
    background: #efebe5;
    padding: 53px 64px;
	margin-bottom: 116px;
}

.resp-tab-item.resp-tab-active{
  	font-weight: 500;
    font-family: 'Gotham';
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: #31302f;
  	/*background: none;
  	padding:0 0 8px !important;
  	border: none;
    border-bottom: 2px solid #31302f;*/
    background: rgb(0 0 0 / 70%);
    color: #fff;
    border-radius: 5px;
    padding: 6px 20px !important;
}
.resp-tabs-container {
    padding: 0px;
    border: none;
    clear: left;
}

.resp-tabs-list li {
  	font-size: 14px;
	font-weight: 300;
  	font-family: 'Gotham';
  	/*padding: 0 0 8px !important;*/
    padding: 6px 20px !important;
	margin-left: 48px;

}
ul.resp-tabs-list li:first-child{
  	margin-left:0;
}
.resp-tab-content {
    border: none;
    padding: 0;
}
.resp-tabs-container {
    padding: 43px 0 0px;
    border: none;
    clear: left;
    background: none;
    border: none;
}
.resp-tabs-container p{
	font-size:14px;
  	line-height:24px;
}
.product-single {
    margin-bottom: 70px;
}
.product-recommendations__inner .trending_week {
    padding-top: 0;
    margin-top: 0;
}
.product-single_quotes .testimonial_wrapper{
  	position: static;
    transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
  	padding-bottom:96px;
}

.grid__item.product-single_quotes {
    padding: 0;
}
.product-single_quotes .testimonial-slider__text.text-center {
    max-width: 733px;
    margin: 0 auto 0;
    width: 100%;
    padding: 0;
}
.product-single_quotes .testimonial-slider__text p{
  	color:#141414;
}
.resp-tab-content ul li {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
    background: url(li_bg.png) no-repeat left 6px;
        background-size: auto;
    background-size: 13px !important;
    padding-left: 29px;
}
.resp-tab-content ul{
  	margin-bottom: 15px;
}
.video_info {
   width: 75%;
    background: #fff;
    padding: 130px 96px 150px;
    float: left;
}
.w_392 {
    max-width: 400px;
  	width:100%;
  	float:left;
}
.w_392 h2{
    letter-spacing: 4px;
}
.w_392 .rte.rte-setting {
    clear: both;
    margin: 0;
}
.feature_vidlink{
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.video_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.feature_vidlink img {
    width: 100%;
    float: left;
}
.video_wrapper iframe {
    float: left;
    width: 100%;
    height: 375px;
    opacity: 0;
}
.feature_vidlink::after, .feature_vidlinks::after {
    width: 40px;
    height: 40px;
    background: url(play.png) no-repeat center center;
        background-size: auto;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video_section {
    max-width: 50%;
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.grid__item.product-single_video {
    position: relative;
    margin-bottom: 55px;
  	padding-left: 0;
}
.product-single__meta .product__price {
    float: none;
    width: auto;
    margin-top:20px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 0;
    line-height: normal;
    font-family: 'Brown-Regular';
}
#shopify-product-reviews .spr-form-message-error {
    background: transparent;
    color: #000;
    float: left;
    width: 100%;
    padding: 0;
}
#shopify-product-reviews .product_type_reviews .spr-icon-star::before, #shopify-product-reviews .spr-icon-star-empty::before{
  	font-size: 120%;
}
#show_acc_rw .spr-review-header-byline {
    font-style: normal;
    font-size: 13px;
    opacity: 1;
    display: inline-block;
    margin: 0 0 1em 10px;
}
#show_acc_rw .spr-review-header-title {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#show_acc_rw .spr-review:last-child {
    padding-bottom: 0;
    float: left;
    width: 100%;
}
#show_acc_rw {
    float: left;
    width: 100%;
}
#show_acc_rw .spr-review-header-byline strong {
    font-weight: normal;
}
.price__sale .price-item.price-item--regular::after {
    content: "";
    width: 90%;
    position: absolute;
    top: 8.5px;
    background: #fff;
    height: 1px;
    left: 0;
}
.product-single__meta .price__sale .price-item.price-item--regular::after {
    background: #000;
}
.price--on-sale .price-item--regular {
    text-decoration: none;
    position: relative;
}
.tab_faqs h4 {
    margin: 0 0 5px;
}

/*==================Blog-listing========================*/
.blog_filter {
    display: flex;
    float: left;
    width: 100%;
    padding: 30px 0 24px;
}

.blog_featured__img {
    width: 50%;
}
.align_center {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
}
.blog_feature_content {
    width: 50%;
    text-align: left;
    padding-left: 123px;
}
.blog_div .blog_header {
    display: -webkit-flex;
    min-height: 534px;
}
.blog_featured_div .page-width{
    max-width: initial;
  	padding:0;
}
.blog_featured__img img {
    display: none;
}
.blog_filter ul {
    margin: 0 auto;
    display: table;
    float: left;
}
.blog_filter li:first-child {
    padding-left: 0;
}
.blog_filter li {
    padding: 0 23px;
  	float:left;
}
.blog_all_div {
    clear: both;
}
.blog_all_div {
    clear: both;
    width: 100%;
    background: #2d2d2d;
  	padding:80px 0 20px;
}
.blog_all_div .grid__item.pro_box {
    padding: 0 20px;
  	margin-bottom: 60px;
}
.blog_all_div .grid.grid--uniform.grid--blog{
  	margin:0 -20px;
}
.blog_filter_div {
    clear: both;
    width: 100%;
    background: #efebe5;
    float: left;
}
.blog_filter li a{
  	font-family: 'Gotham';
    font-weight: 300;
  	text-transform: capitalize;
  	font-size:14px;
}
.blog_filter li.filter_active a{
  	font-family: 'Gotham';
    font-weight: 500;
  	text-transform: capitalize;
  	font-size:14px;
}
.blog_filter a:hover, .blog_filter li.filter_active a {
    border-bottom: 2px solid #605e5c;
}
.blog_filter a {
    float: left;
    width: 100%;
    padding: 0 0 8px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border 0.3s ease-out;
    -moz-transition: border 0.3s ease-out;
    -o-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
}
.blog_featured_div .article__grid-image-container {
    display: block;
    clear: both;
    position: relative;
    margin: 0 auto 0 0;
    min-height: 1px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.w_410 {
    max-width: 412px;
    width: 100%;
    float: left;
}
.blog_featured_div .article__tags ul.list--inline {
    margin-left: 0;
    display: table;
    border-left: 1px solid #1E91BD;
}
.blog_featured_div .article__tags .article__grid-tag {
    padding: 4px 10px 3px;
    border: 1px solid #1E91BD;
  	border-left: 0 solid #fff;
  	font-family: 'Brown-Regular';
    font-size: 13px;
}
.article_excerpt{
	margin-bottom:45px;
}
.article__link_top {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.btn_more_w{
  	width: 33.33%;
  	background:#efebe5;
  	color:#262626;
}
.btn_more_w:hover{
  	background:none;
  	color:#efebe5!important;
  	border-color:#efebe5;

}
.blog_all_div div#AjaxinatePagination {
    padding:0 40px;
}
.blog_all_div .btn_more_w {
    margin-bottom: 60px;
}
/*==================END-Blog-listing========================*/

/*==================-Article-Page-========================*/
.article_banner {
    height: 435px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-article {
    margin: -162px 0 0;
    position: relative;
    float: left;
    width: 100%;
}
.blog_wrapper {
    display: table;
    background: #fff;
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 65PX 30px;

}
.blog-article h5 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brown-Regular';
    clear: both;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 24px;
}
.blog-article p {
    margin-bottom: 26px;
    width: 100%;
    float: left;
}
.blog-article img{
  	width:100%;
}
.blog-article .video-wrapper iframe{
  	width:100%;
}
h1.article__title {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 38px;
}
.article_single_tag li {
    float: none;
    padding: 0 0 0 21px;
    display: inline-block;
    border-left: 1px solid #bfbab2;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Brown-Regular';
    color: #bfbab2;
    line-height: 16px;
    letter-spacing: 3px;
    margin-right: 14px;
}
.article_single_tag {
    width: 100%;
    margin-bottom: 20px;
}
.article_single_tag .article__grid-tag {
    margin-right: 0;
    color: #bfbab2;
    letter-spacing: 3px;
    line-height: 16px;
}
.article_single_tag li:first-child{
  	border-left:none;
}
#shopify-section-article-template {
    background: #f8f5f1;
  	padding-bottom: 82px;
}
.blog-article .rte {
    border-bottom: 1px solid #f1ede8;
    float: left;
    width: 100%;
  	margin-bottom: 30px;
}
.blog-article .return-link-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}
.blog-article .social-sharing {
    float: right;
  	clear: none;
}
.btn--share .icon{
  	margin-right:0;
}
/*==================-END-Article-Page-========================*/

/*==================-About-Page-========================*/
.meetamanda_info {
    float: left;
    width: 100%;
    margin: -105px 0 100px;
    position: relative;
}
.right_meetalign {
    float: right;
}
.whitebox {
    background: #fff;
    max-width: 736px;
    width: 100%;
    margin: 0 auto;
    padding: 69px;
}
.meetamanda_info p strong{
    font-family: 'Brown-Regular';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}
.meetamanda_info p {
    font-size: 14px;
    line-height: 24px;
}
.about_page{
  	 background:#f8f5f1;
  	 width:100%;
  	float:left;
  	clear:both;
}
.about_quote_slider {
    padding: 0 0 120px;
}
.about_video_section{
  	padding: 0 0 120px!important;
}
.about_video_section .grid__item.product-single_video {
    margin-bottom: 0;
    padding-left: 0;
}
.tab-width-50 {
    width: 50% !important;
  	float:left;
}
.about-tabs-list li {
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 45px;
    clear: both;
    width: 100%;
}
.about-tabs-list.tab-width-50 li{
  	color:#c6c4c1;
}
.about-tabs-list.tab-width-50 li, .about-tabs-list.resp-tab-item.resp-tab-active {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 45px;
    clear: both;
    width: 100%;
  	padding:7px 0 !important;
    font-weight: normal;
    font-family: 'Brown-Regular';
  	background:transparent!important;
}

.about-tabs-list.tab-width-50 .resp-tab-item.resp-tab-active{
  	border:none!important;
  	color:#000000!important;
}
.resp-tabs-container.tab-width-50{
  	background:none;
  	border:none;
  	min-height:inherit;
  	padding-top: 77px;
}
.shopify-section.about_tab_section{
    padding-bottom: 206px;
  	padding-top:0;
}
.about_tab_section .sub_title{
  	margin-bottom:12px;
}
.resp-tabs-list.about-tabs-list.tab-width-50 {
    padding-right: 30px;
}
.abt_banner_box.abt--hero--large{
    height: 580px;
    overflow: hidden;
    width: 100%;
    float: left;
  	position:relative;
}
.about-top-banner-info {
    position: absolute;
    bottom: 46px;
    width: 100%;
    left: 0;
}
.meetamanda_img{
  	position:relative;
}
.mob_header-img{
  	display:none;
}
/*==================-END-About-Page-========================*/
#desktop_product {
    width: 100%;
    float: left;
}

.clear-both {
    clear: both;
    width: 100%;
    float: left;
}
.search--less-than-2-results {
    height: 100px;
}
.testimonial_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.1;
}
.testimonial_section {
    position: relative;
}
.center__content .width-410 {
    margin: 0 auto;
    float: none;
}
.hide_d{
  	 display:none;
}
.mobile_hide_home{
    height: 100%;
    background-size: cover;
    background-position: top center;
}
.right_banner .feature-row__item_img, .feature-row-home.right_banner {
    height: 100%;
}
.small--mobile{
  	display:none;
}
#ContactForm input, textarea{
  	border-radius:0;
}
.help-section-header {
    padding-bottom: 3.5px;
}
/*==============Swiper==============*/
.trending_week .pro_box.p-0{
  	padding:0;
}
.slider-arrow .swiper-button-next.swiper-button-white {
    background-image: url(next.png);
    background-size: 24px auto;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    right: 0;
    top: 8px;
    margin: 0;
}
.slider-arrow .swiper-button-prev.swiper-button-white {
    background-image: url(prev.png);
    background-size: 24px auto;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    right: 45px;
  	left:inherit;
    top: 8px;
    margin: 0;
}
.slider-arrow .light_carousel .swiper-button-next.swiper-button-white{
  	background-image: url(next_w.png);
    background-size: 24px auto;
}
.slider-arrow .light_carousel .swiper-button-prev.swiper-button-white{
  	background-image: url(prev_w.png);
    background-size: 24px auto;
}

.slider-arrow .swiper-button-next.swiper-button-white::after,
.slider-arrow .swiper-button-prev.swiper-button-white::after{
  	display:none;
}
.box_box .article__grid-meta{
  	text-align:left;
}
.home_blog .article__date{
  	text-align:left;
  float:left;
  	width:100%;
}
.home_blog .swiper-scrollbar {
    background: #424242;
}
.home_blog .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, 1);
}
.product-recommendations__inner {
    padding: 55px 0 0;
    float: left;
    width: 100%;
}
/*==============End-Swiper==============*/

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded{
  	border-radius:0;
}
.box_box .article__date{
  	display:none;
}
.price dd {
    margin: 0 0 0 0;
}
.price .price__sale dd {
    margin: 0 0.5em 0 0;
}
.article__grid-image-container{
  	margin:0 auto 30px 0;
}
.site-nav__label {
    border-bottom: none;
}
.video-width-50{
  	position: absolute;
    top: 0;
    left: -30%;
    width: 150%;
    height: 100%;
}
.home_banner_top .feature-row__item_img{
    height: 100%;
    position: relative;
    overflow: hidden;
}
/*===========Product-bold===========*/
.pro_box .ro_widget{
  	display:none;

}
.bold-ro__product {
    width: auto;
}
.bold-ro__product {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
}
.bold-ro__one-time-purchase {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.ro_widget label {
    padding: 0px 0px 0px 23px;
}
.ro_widget label {
    position: relative;
}
.ro_widget label {
    display: inline;
    padding: 0px 28px 0px 23px;
    float: left;
    position: relative;
  	font-size: 13px;
    font-family: 'Brown-Regular';
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ro_widget input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    float: left;
    display: none;
}
.bold-ro__one-time-purchase {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
div.bold-ro__radio-div.bold-ro__bold-active label span::after {
    background: transparent;
}
div.bold-ro__radio-div.bold-ro__bold-active label span::before {
    opacity:1;
}
.ro_widget label span::after {
    border: 1px solid #f29c07;
}
.ro_widget label span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
  	opacity:0;
    background: #000;
    border-radius: 100%;
    left: 5px;
    top: 9px;

}

.ro_widget label span::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 100%;
    left: 0px;
    top: 4px;
    border: 1px solid #373737;
}
.bold-ro__product {
    width: auto;
}
.bold-ro__product {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
}
.bold-ro__product {
    max-width: 100%;
    border-width: 0px;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
}
.ro_widget {
    width: 100%;
    float: left;
}
.product-form__controls-group--submit{
  	clear:both;
}
.bold-ro__radio-div {
    padding: 12px 0;
    float: left;
    width: 100%;
  	background: none;
	border: none;
    border-top: 1px solid #000!important;
}
.ro_widget select {
    padding: 10px 20px;
 }
.ro_widge .bold-ro__frequency-label {
    padding-top: 30px!important;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
/*===========Product-bold-end===========*/
.top-btn-m{
  	margin-top:30px;
}
.web-image.mobile_image {
    display: none;
}
.col_filter_div {
    margin-top: -6px;
}
/*===========New-css-7-1-2021===========*/
.slideshow-home, .new_slide, .feature-row-home {
    height: 100%;
}
.feature-row-home {
    position: relative;
}
.slideshow-home .slick-next, .slideshow-home .slick-prev{
    width: 25px;
    height: 25px;
  	z-index:99;
}
.slideshow-home .slick-next{
	right:30px;
}
.slideshow-home .slick-prev{
 	left:30px;
}
.slideshow-home .slick-dots {
    position: absolute;
    bottom: 35px;
    left: 30px;
    line-height: 0;
}

.slideshow-home .slick-dots li,.reward_step-list .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px;
        margin-left: 5px;
    padding: 0;
    cursor: pointer;
}
.slideshow-home .slick-dots li button,.reward_step-list .slick-dots li button {
    background: #bfbcb7;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    padding: 0;
}
.slideshow-home .slick-dots li.slick-active button,
.reward_step-list .slick-dots li.slick-active button{
  	background: #000000;
}
.light_arrow .slideshow-home .slick-dots li button {
    background: #707070;
}
.light_arrow .slideshow-home .slick-dots li.slick-active button{
  	background: #fff;
}
.slideshow-home .slick-dots li button::before {
  	display:none;
}
.feature-row-home {
    position: relative;
    float: left;
    width: 100%;
}
.slideshow-home .hero--large {
    height: auto;
}
.slick-slide img.large--hide {
    display: none;
}
#home-slide {
    background: #efebe5;
    float: left;
    width: 100%;
}

html.js {
    padding-bottom: 0!important;
}
.product_type_reviews .price__type {
    padding-right: 60px;
}
.laSqZQ {

    padding: 10px 6px 10px 0;

}
.news_wrap [type="checkbox"] + label, .popup_newsletter_form [type="checkbox"] + label{
	display:flex;
}
.news_wrap div.jpJaOG, div.jpJaOG.jpJaOG {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-right: 24px;
  	color:#fff;
}


.laSqZQ{
  	background:none!important;
}
div.kyRZKh {
    padding: 10px 0px 10px 0;

}
.popup_newsletter_form div.jpJaOG {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    margin-right: 24px;
    color: #000;
}
.iiPzbF.iiPzbF.iiPzbF:focus {
    box-shadow:none!important;
}
.esxXeC {
   padding-right:0!important;
}
.popup_newsletter_form ::-moz-placeholder, .news_wrap ::-moz-placeholder{
  opacity:1!important;
  color: #000!important;
font-family: Gotham!important;
font-weight: 300!important;
font-size: 15px!important;
  	padding-bottom:10px!important;
}
.popup_newsletter_form ::-webkit-input-placeholder, .news_wrap ::-webkit-input-placeholder{
  opacity:1!important;
  color: #000!important;
font-family: Gotham!important;
font-weight: 300!important;
font-size: 15px!important;
  	padding-bottom:10px!important;
}
.popup_newsletter_form ::placeholder, .news_wrap ::placeholder{
  opacity:1!important;
  color: #000!important;
font-family: Gotham!important;
font-weight: 300!important;
font-size: 14px!important;
  	padding-bottom:10px!important;
}
.popup_newsletter_form .eevQNn.eevQNn.eevQNn{
	height:auto;
}
.eevQNn.eevQNn.eevQNn{
  	font-family: Gotham!important;
    font-weight: 300!important;
    font-size: 15px;
}
.kUJXnR.kUJXnR.kUJXnR:focus {
    box-shadow: none;
}
.popup_newsletter_form ::-moz-placeholder{
	margin-top:-10px!important;
}
.popup_newsletter_form ::-webkit-input-placeholder{
 margin-top:-10px!important;
}
.popup_newsletter_form ::placeholder{
  margin-top:-10px!important;
}

/*.thrid-dropdown {
   position: absolute;
    width: 276px;
    right: 0;
    z-index: 1;
    top: 0;
    background: #f8f5f1;
    height: 100%;
  	display:none;
  	opacity: 0;
    visibility: hidden;
    margin-top: 0px;

}
.site-nav--has-dropdown .sub-menu li.sub-to-sub:hover .thrid-dropdown{
	opacity: 1;
    visibility: visible;
    margin-top: 0px;
    display: inherit;
}*/
.sub-menu li .thrid-dropdown .site-nav__child-link:hover {
    background: #fff;
}
.sub-menu li .thrid-dropdown .site-nav__child-link {
   padding: 14px 0 14px 14px;
}


.filter_box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
  	display:flex;
}
.filter_box input {
    display: none;
}
.filter_box span.color {
    padding:0;
/*     padding-left: 25px; */
    float: left;
    width: auto;
    text-transform: capitalize;
  	color: #3e3e3e;
  	padding-right: 5px;
}
/* .filter_box span.color::before {
    content: "";
    border:1px solid #373636;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 0;
    top: 2px;
} */
.filter_box input:checked + span::after, .filter_box.grand_active span.color::after,
.filter_box a:hover span.color::after{
    border-color: #373636;

}
/* .filter_box span.color::after{
    content: '';
    width: 7px;
    height:4px;
	border: 1px solid #fff;
  border-top: none;
  border-right: none;
  background: 0 0;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 4.5px;
  left:3px;
} */
.newcollection_fliter {
    background: #fff;
    float: left;
    padding: 25px 10px 20px 25px;
    width: 100%;
    position: absolute;
    top: 50px;
  	left:0;
    z-index: 2;
  	display:none;
}
.filter-list-all a {
    font-size: 14px;
    font-weight: 500;
  	padding:0;
}
.filter-list-all {
    float: left;
    position: relative;
    width: 240px;
}
.filters-toolbar-wrapper {
    border: none;
    margin: 25px 0;
    float: left;
    width: 100%;
}
.filter-list-all .lt-icon.lt-navigatedown, .filter-list-all .lt-navigateup.lt-icon {
    font-size: 15px;
}
.filter-list-all .lt-navigateup.lt-icon {
    margin-left:14px;

}
.filter-list-all .lt-navigatedown.lt-icon {
    margin-left:10px;

}
.filter-list-all .lt-icon.lt-navigateup{
	display:none;
}
.filter-list-all .filter_active .lt-icon.lt-navigateup{
	display:inline-block;
}
.filter-list-all .filter_active .lt-icon.lt-navigatedown{
	display:none;
}
.col_filter ul {
    padding: 0;
    margin: 0;
 }
.filter-list-all a {
    color: #1c1b1a;
}
.filter-list-all a:hover, .filter-list-all a:focus{
    color: #1c1b1a;
}
.filter_ul_center li {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 7px;
}
.apply-btn {
    clear: both;
    margin-top: 15px;
    font-weight: 500;
    background: transparent;
    border: 0;
    padding: 0;
  	font-size: 14px;
}
.apply-btn:hover{
	opacity: 0.6;
}
.col_filter ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.filter_ul_center {
    width: 100%;
    float: left;
}
.footer_rte {
    clear: both;
    margin-top: 12px;
}
#news_form form.klaviyo-form{
	padding: 0 5px;
}
#AjaxinatePagination .btn1.load-more-btn{
	float: none;
	margin: 0 auto;
  	width: 31.8%;
    cursor: pointer;
}
.template-collection div#AjaxinatePagination .Ajaxinatesection{
	padding: 0 0 0 30px;
  	width:100%;
}
.filter-list-all .filter_box a {
    font-size: 13px;
    font-weight: 300;
}

#filter_1 .filter_box span.color {
    padding-left: 0;
}
#filter_1 .filter_box span.color::before,
#filter_1 .filter_box span.color::after{
	display:none;
}

/*Rewards Page*/

.rewards_banner__image {
    background-position: center center;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: table;
    width: 100%;
}
.rewards_banner-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 55px 0;
    z-index: 2;
}
.rewards-box .rewards-info {
    max-width: 510px;
    text-align: center;
    margin: auto 0 auto auto;

}
.rewards-box .rewards-info p + p {
    font-size: 90px;
}
.rewards-box .rewards-info p {
    color: #ffffff;
    font-size: 80px;
    margin-bottom: 0;
    line-height: 0.8em;
    font-family: 'Boogy Brut Poster';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.rewards_banner_mobile-image {
    display: none;
}
/*Rewards Text With Box*/
.rewards-text-with-box {
    padding: 30px 0px;
}
.rewards-text-with-box .rewards-text p {
    text-align: center;
    font-size: 32px;
    line-height: 1.1;
    max-width: 450px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Boogy Brut Poster';
    font-weight: 500;
}
.reward-member-box {
    border: 10px solid #355679;
    text-align: center;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reward-member-box .member {
    margin-bottom: 20px;
    background: #355679 !important;
    border-color: #355679;
    color: #fff !important;
}
.reward-member-box p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #000;
}
.reward-member-box .reward-logo {
    width: 67px;
    margin-bottom: 20px
}
.reward-member-box .login-btn {
    background: transparent;
    color: #000;
    padding: 16px 20px;
    text-transform: uppercase;
}
.reward_page .section-heading h2 {
    margin-bottom: 10px;
}
.reward_page .section-heading p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.reward_page .section-heading {
    text-align: center;
}
.reward_steps_section .reward_steps-box {
    border: 10px solid #F8C862;
    padding: 50px 25px 0px;
}
.reward_steps-box .reward_step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 30px 0px;
}
.reward_step-text span {
    font-size: 16px;
    font-weight: 400;
}
.reward_step-text p {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 23px;
}
.reward_step-innerlist .reward_step-image {
    width: 150px;
    margin: auto auto 20px;
}
.offers_page .reward_step-innerlist .reward_step-image img {
    width: 100%;
}
.offers_page .reward_step-innerlist .reward_step-image {
    width: auto;
    margin: 0px 10px 0px;
}
.offers_page .reward_step-list .reward_step-innerlist {
    width: 33.33%;
}
.offers_page .reward_steps-box .reward_step-list {
    margin: 0px -10px;
}
.offers_page .reward_steps_section {
    margin-bottom: 30px;
}
.reward_step-list .reward_step-innerlist {
    width: 25%;
    text-align: center;
    padding-bottom: 50px;
}
.rewards-quotes img {
    width: 100%;
    display: block;
    margin: auto;
}
#shopify-section-offers-terms {
    padding: 0px 0px 40px;
}
.reward_step-innergrid img{
	width: 70px;
    display: block;
    margin: auto;
}
.reward_products .reward_step-grid {
    padding: 60px 0px;
}
.reward_product-info {
    text-align: center;
    padding-top: 35px;
}
.reward_product-info h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.1;
    letter-spacing: 1.2px;
}
.reward_product-info p span {
    display: block;
}
.reward_product-info p {
    font-size: 16px;
    font-weight: 400;
}
.member-button .member {
    background: #355679 !important;
    border-color: #355679;
    color: #fff !important;
}
.member-button {
    display: flex;
    justify-content: center;
}
.rewards-quotes-details img {
    width: 40px;
    margin: auto;
}
.rewards-quotes-details .quotes-info {
    max-width: 460px;
    margin: auto;
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    line-height: 35px;
    padding: 23px 0px;
    font-family: 'Boogy Brut Poster';
    letter-spacing: 0.5px;
}
.rewards-quotes-details .quotes-name {
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    font-size: 20px;
}
.rewards-quotes {
    padding-bottom: 30px;
}
.rewards-faq img {
    width: 100%;
}
.rewards-faq .faq-col {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 45px 40px;
    position: relative;
    background-attachment: fixed;
  	box-shadow: 2px 2px 7px 0px #00000040;
}
.rewards-faq .faq-col:before {
    content: "";
    background: url(clipart.png);
    position: absolute;
    background-size: contain;
    top: -17px;
    right: 7px;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    background-position: center;
}
.rewards-faq .section-heading {
    font-size: 27px;
}
.rewards-faq .page-width {
    align-items: start;
}
.rewards-faq .faq-img {
    padding-left: 40px;
}
.rewards-faq .section-heading span {
    display: block;
    line-height: 1;
}
.rewards-faq {
    padding-bottom: 50px;
}
.reward_page .rewards-faq .page-width {
    align-items: stretch;
}
.reward_step-list .slick-dots{
	margin-top:16px;
}
.faq_heading {
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    padding-right: 20px;
}
.faqlist_inner .container .content p {
    font-weight: 400;
    font-size: 13px;
}
.faqlist .faqlist_inner {
    padding: 14px 15px;
}
.faqlist {
    border: 1px solid #707070;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.faqlist .faqlist_inner + .faqlist_inner {
    border-top: 1px solid #707070;
}
.faqlist .accordion span::after{
   background: url(plus.svg) no-repeat center;
   background-size: 11px auto;
   transform: none;
}
.faqlist .accordion.open span::after {
    background: url(minus.svg) no-repeat center;
    transform: none;
    top: 0;
    background-size: 11px auto;
}
.faqlist_inner .container .content {
    margin-top: 7px;
    display: inline-block;
}
.faqlist_inner .accordion span {
    top: -40%;
    width: auto;
    height: auto;
    cursor: pointer;
}
.reward_step-info p {
    padding: 10px 27px 10px;
    color: #000000;
}
.offers-text p {
    font-size: 12px;
    color: #000000;
}
@media (min-width: 991px) {
.member-button .member {
    padding: 15px 60px;
}
.reward_page .section-heading p span {
    display: block;
}
}

@media (min-width: 768px) {
.reward_page .page-width {
    display: flex;
    align-items: center;
    justify-content: center;
}
.offers-heading h2 {
    font-size: 20px;
}
.reward_page .rewards-width-50 {
    width: 50%;
}
.reward-member-box {
    margin-left: 30px;
}
.reward_step-grid .reward_step-innergrid {
    width: 25%;
    padding: 0px 15px;
}
.reward_products .reward_step-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.reward_products {
    width: 100%;
}


}
@media (min-width: 1200px) and (max-width: 1450px)  {
.home_banner_top {
    height: 650px;
}
}
@media (max-width: 991px) {
.rewards-text-with-box .rewards-text p {
    font-size: 23px;
}
.reward_page .index-section {
    padding-top: 40px;
}
.reward_page .section-heading h2 {
    margin-bottom: 5px;
    font-size: 28px;
}
.reward_product-info p {
    font-size: 14px;
}
.reward_step-list .reward_step-innerlist {
    width: 33.33%;
    padding-bottom: 30px;
}
.reward_step-text p {
    font-size: 15px;
}
.reward_step-text span {
    font-size: 15px;
}
.reward_steps_section .reward_steps-box {
    padding: 50px 25px 30px;
}
.reward_product-info h3 {
    font-size: 21px;
}
}
@media (max-width: 767px) {
.tag_icon {
    position: absolute;
    z-index: 1;
    font-family: 'Brown-Regular';
    color: #000;
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: normal;
    padding: 5px 28px 5px;
    height:32px;
    width:125px;
    top: 0;
    right: 0;
}
.home_banner .rte.rte-setting {
    display: none;
}
.rewards-box .rewards-info {
    margin: auto;
}
.faqlist {
    margin-top: 0;
}
.rewards-faq .faq-img {
    padding-left: 0;
    padding-top: 30px;
}
.rewards_banner_mobile-image {
    display: block;
}
.rewards_banner__image {
    background-image: none !important;
}
.rewards_banner-content{
   padding: 0px;
}
.rewards_banner__image {
    background-image: none !important;
    height: 357px;
}
.rewards_banner_mobile-image img {
    width: 100%;
    margin-bottom: 20px;
}
  .rewards-box .rewards-info p {
    color: #000000;
    font-size: 35px;
}
  .rewards-box .rewards-info p + p {
    font-size: 40px;
}
.rewards-text-with-box .rewards-text p {
    font-size: 19px;
    padding-bottom: 40px;
    line-height: 1.4;
}
.reward-member-box {
    border: none;
    padding: 0px 10px;
}
.reward-member-box .reward-logo {
    display: none;
}
.reward-member-box p,.reward-member-box .member {
    margin-bottom: 25px;
}
.reward_page .section-heading h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
}

.reward_product-info {
    padding-top: 30px;
}
.reward_products .reward_step-grid {
    padding: 40px 0px 30px;
    margin: 0px -15px;
}
.rewards-faq .faqpage {
    float: none;
}
.rewards-faq .faq-col {
    padding: 70px 30px 40px;
}
.rewards-faq .section-heading {
    font-size: 20px;
    border: 1px solid #707070;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 14px 15px;
    line-height: 1;
}
.rewards-faq .section-heading span {
    padding-top: 5px;
}
.reward_step-list .reward_step-innerlist {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.reward_steps_section .reward_steps-box {
    padding: 40px 20px 0px;
}
.reward_steps-box .reward_step-list {
    padding: 40px 0px 40px;
}
.reward_step-list .slick-prev, .reward_step-list .slick-next {
    top: 35%;
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    transform: translate(0, -35%);
}
.reward_steps-box .reward_step-list .slick-prev,
.reward_steps-box .reward_step-list .slick-next {
    width: 25px;
    height: 25px;
    background-size: 20px !important;
}
.reward_step-innerlist .reward_step-image{
    width: 200px;
}
.faqlist_inner .accordion span {
    top: -5px;
}
.rewards-quotes-details .quotes-info {
    font-size: 22px;
    line-height: 29px;
    padding: 15px 0px;
}
.rewards-quotes-details img {
    width: 25px;
}
.rewards-quotes-details .quotes-name {
    padding-top: 15px;
    font-size: 17px;
}
.reward_step-innergrid img {
    width: 200px;
    margin: auto;
}
}
@media (min-width: 576px) and (max-width: 767px)  {
.reward_step-grid .reward_step-innergrid {
    width: 50%;
    padding: 15px 15px;
}
.reward_products .reward_step-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    justify-content: center;
}
}
@media (max-width: 575px) {
.reward_step-innergrid img {
    width: 135px;
}
.reward_step-grid .slick-list {
  padding: 0 25% !important;
}
.slick-slide .reward_step-innergrid .reward_product-info {
    display: none;
}
.slick-slide.slick-active .reward_step-innergrid .reward_product-info {
    display: block;
}
.reward_products .slick-prev {
    left: 50px;
}
.reward_products .slick-arrow {
    top: 75%;
    z-index: 1;
}
.reward_products .slick-next {
    right: 50px;
}
.reward_product-info h3 {
    font-size: 18px;
}
}

@media (max-width: 360px) {
.reward_step-innerlist .reward_step-image {
    width: 150px;
}
.reward_step-innergrid img{
	width: 110px;
}
.reward_product-info h3 {
    font-size: 15px;
}
.reward_products .slick-arrow {
    top: 72%;
}
}

.collectionFooter_description {
    padding-top: 40px;
}
.moretext {
  display: none;
  margin: 0 0 19.44444px;
}
.moreless-button {
    text-decoration: underline;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
}
.lion-points-for-product {
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}
.lion-points-for-product a {
    font-weight: 700;
    text-decoration: underline;
}

/*Offers Image With Text*/
.offers-info {
    text-align: center;
}
.offers-info .banner-tital p {
    color: #000000;
    font-size: 80px;
    margin-bottom: 0;
    line-height: 0.9em;
    font-family: 'Boogy Brut Poster';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}
.offers-info .btn {
    margin-top: 30px;
}
.offers-banner-image img {
    width: 100%;
}
.offers_page .reward_step-innerlist .reward_step-image a {
    display: block;
}
@media (min-width: 768px) {
.offers-image-with-text .page-full-width {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-full-width .offers-width-50 {
    width: 50%;
}
}
@media (max-width: 991px) {
.offers-info .banner-tital p {
    font-size: 50px;
}
}
@media (max-width: 767px) {
.offers-info {
    padding-top: 15px;
}
.offers-info .btn {
    margin-top: 20px;
}
.offers_page .rewards-text-with-box {
    padding: 30px 0px;
}
.offers_page .rewards-text-with-box .rewards-text p {
    font-size: 25px;
     padding: 0px 15px 40px;
}
.offers_page .rewards-text-with-box .page-width {
    padding: 0;
}
.reward_steps_section .reward_steps-box {
    border: none;
    padding: 0;
}
.offers_page .reward-member-box .reward-logo {
    display: block;
}
.offers_page .reward-member-box {
    padding: 35px 10px;
    max-width: 400px;
    margin: auto;
    border: 10px solid #355679;
}
.reward_step-info p {
    padding: 10px 20px 0px;
}
.offers_page .reward_step-list .reward_step-innerlist {
    width: 100%;
    max-width: 400px;
    margin: auto;
   padding-bottom: 40px;
}
.offers_page .reward_steps-box .reward_step-list {
    padding: 20px 0px 0px;
}
.offers_page .reward_steps_section {
    margin-bottom: 0;
}
}
.practitioners_box .article_excerpt {
  margin-bottom: 10px;
  clear: both;
  padding: 0 15px 5px;
}
.practitioners_box {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  height: 100%;
}
.swiper-container_practitioner .swiper-slide {
  text-align: left;
  height: auto;
  display: flex;
}
.article_excerpt li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}
.article_excerpt li:last-child{
  margin-bottom:0;
}
.practitioners_box .mb-15.article_excerpt{
  margin-bottom:15px;
  margin-top:auto;
}
/*-==========-NEW CSS ACCORDION-==========-*/
.home_accordion {
  border: 1px solid #c9c9c9;
  clear: both;
  width: 100%;
}
.wrapper_2 {
  max-width: none;
  position: relative;
  overflow: hidden;
  height: 495px;
  margin: 0 auto;
}
.accordionHeader {
  width: 80px;
  float: left;
  background: #F8F5F1;
  height: 100%;
  cursor: pointer;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  margin-left: 0;
  border-left: 1px solid #BEBEBE;
}
.border-left-none.accordionHeader {
  border-radius: 0;
  border-left: none;
}
.accordionHeader.active {
  background: #fff;
}
.accordionHeader span {
  width: 100%;
  position: absolute;
  top: 0;
  font-size: 13px;
  font-family: 'Brown-Regular';
  text-align: center;
  padding: 12px 0;
  letter-spacing: 1.95px;
}
.accordionHeader.active span {
}
.accordionHeader h2 {
  transform: rotate(-90deg);
  position: absolute;
  top: 0px;
  left: 18px;
  width: 530px;
  height: 530px;
  text-align: right;
  padding-right:51px;
  margin: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.accordionHeader.active h2 {
  opacity: 0;
}
.accordionHeader.active h2 {
  font-family: "MAZIUS REVIEW 20.09";
}
.accordionContent {
  width: 0;
  height: 100%;
  float: left;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  position: relative;
  overflow: hidden;
  opacity: 0;
  margin-left: -1px;
}
.accordionContent.active {
  width:calc(100% - 479px);
  opacity: 1;
  padding:0;
  border-left: 1px solid #BEBEBE;
}
.accordion_info_text .heading_h3 {
  margin-bottom: 15px;
}
.p-t-60 {
  padding-top: 60px;
}
.accordion_info_text.new-title.text-center {
  margin-bottom: 50px;
}
.acc_info {
  width: 98%;
  padding-right:29px;
}
.acc_info p {
  font-size: 14px;
  line-height: 1.6;
}
.accordionHeader.active {
  display: none;
}
.img_acc.overflow-hidden {
  width: 100%;
}
.img_accbox {
  display: flex;
  margin: 0;
  width: 90%;
  position: relative;
  opacity: 0;
  width: 683px;
  padding: 18px 18px 20px 22px;
  height: 100%;
}
.accordionContent.active .img_accbox {
  opacity: 1;
}
.acc_info .font-30 {
  font-size: 20px;
}
.time_box, .info_box, .info_ideal, .price_box {
  margin-bottom: 10px;
}
.acc_info p span {
  font-family: Brown-Regular;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.95px;
}
.number {
  font-size: 13px;
  font-family: 'Brown-Regular';
  padding: 0;
  letter-spacing: 1.95px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  margin-top: -5px;
}
.acc_info .font-30 {
  font-size: 20px;
  clear: both;
  margin-bottom: 21px;
}
.img_acc .feature-row__image-wrapper.js {
  height: 100%;
}
.img_acc img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.acc_info .btn{
  margin-top: 20px;
}
.pulse_icon {
  position: absolute;
  bottom: 19px;
  left: 21px;
  font-size: 16px;
  background: #fff;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  padding-top:3px;
  justify-content: center;
  border: 1px solid #000;
}
.featured-section-image-video .feature-row-position{
  z-index:1;
}
.responsive-iframe {
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 480px;
}
.newsletter_img img {
  width: 100%;
}
.accordion__content {
  display: none;
}
