/** Shopify CDN: Minification failed

Line 8196:1 Expected ":"

**/
.datalist {
	list-style: none;
	display: none;
	background: white;
	box-shadow: 0 2px 2px #999;
	position: absolute;
	left: 0;
	top: 0;
	max-height: 300px;
	overflow-y: auto;
}
.datalist:empty {
	display: none !important;
}
.datalist li {
	padding: 3px;
}
.datalist li.active {
	background: #3875d7;
	color: white;
}

.datalist-polyfill {
  list-style: none;
  display: none;
  background: white;
  box-shadow: 0 2px 2px #999;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}

.datalist-polyfill:empty {
  display: none !important;
}

.datalist-polyfill > li {
  padding: 3px;
  font: 13px "Lucida Grande", Sans-Serif;
}

.datalist-polyfill__active {
  background: #3875d7;
  color: white;
}

.template-index .shopify-section {
	display: none;
}
.template-index .shopify-section:first-child {
	display: block;
}
#shopify-section-footer {
	display: block;
}
.dimming {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
	z-index: 99
}
.form-message--error h3 {
	margin: 0px !important;
	font-size: 16px !important;
}
datalist {
	display: none;
}
.container-fluid {
	max-width: 2200px;
}

@media (min-width:1200px) {
.container {
	width: 1800px;
}
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
img {
	max-width: 100%;
	height: auto;
}
body, th {
	font-family: 'Lato', sans-serif;
}
.nohover {
	border: 0px !important
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	color: #000;
	cursor: pointer
}
.btn {
	padding: 10px 10px;
	text-transform: uppercase;
	border-radius: 0px;
}
input, textarea, button, select {
	outline: none;
	border-radius: 0px;
}
.btn.focus, .btn:focus, .btn:hover {
	/*color: #FFF;*/
	transition: all 0.3s ease-in-out;
}
.btn.active, .btn:active {
	box-shadow: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0px;
	font-family: 'Lato', sans-serif;
	text-transform: unset;
	letter-spacing: unset;
}
p {
	margin: 0px;
	text-transform: unset;
	letter-spacing: 0px;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
}
li {
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
#yourModalId {
	padding: 0 35px;
	background: #FFF;
}
.modal {
	background-color: rgba(0,0,0,0.7);
	-ms-transform: initial;
	-webkit-transform: initial;
	transform: initial;
}
/***** MODAL PROPERTIES *****/
.modal-backdrop.in {
	opacity: 0;
}
.modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: none;
	outline: none;
}
.modal-content iframe {
	border: none;
	padding: 0;
	margin: 0;
}
.close {
	font-size: 80px;
	margin: -20px 0 0 0;
	opacity: 1;
	color: #FFF;
}

@media (min-width: 768px) {
.modal-dialog {
	width: 55%;
	margin: 30px auto;
}
}

/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {
/***** MODAL PROPERTIES *****/
.modal-body {
	/*height:100px;*/
	padding: 0;
	margin: 0;
}
.modal-content {
	padding: 0;
	margin: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 15px;
}
.close {
	margin: -12px 0 0 0;
}
}

@media only screen and (min-width: 768px) {
/***** MODAL PROPERTIES *****/
.close {
	font-size: 80px;
	margin: 30px -43px -20px 100px;
}
}
.iwishWrapper {
	width: 100%;
	max-width: 1385px;
	margin: 0px auto !important;
	padding: 20px 15px 30px
}
.iwishTitle h1 {
	font-size: 28px
}
.modal {
	background: transparent
}
/*Common Start*/
.product-card {
	padding: 15px 0
}
.hover_effect {
	position: absolute;
	width: 95%;
	height: 90%;
	background: rgba(255, 255, 255, 0.2);
	top: 5%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.slick-slide {
	outline: none
}
.cpopup {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
	padding: 20px 15px 40px;
	justify-content: center;
	align-items: center;
}
.closep {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 9999
}
.closep a {
	cursor: pointer;
	font-size: 26px;
	color: #cecece !important
}
.searchform {
}
.searchform input[type="search"] {
	border: none;
	display: inline-block;
	height: 36px;
}
.searchform input[type="submit"] {
	font-weight: 700;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	color: #ffffff;
	padding: 9px 22px;
	letter-spacing: 1px;
	height: 36px;
	background: #000;
	border: 2px #000 solid;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	transition: 0.3s ease-in-out
}
.searchform input[type="submit"]:hover {
	background: #c6aa20;
	border: 2px #c6aa20 solid;
	color: #FFF
}
.emessage {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	color: #ff1e30;
	margin-top: 12px;
}
.emessage a {
	color: #ff1e30 !important
}
.filters-toolbar__input--filter, .filters-toolbar__input--sort {
	margin: 0px !important;
	width: 100px !important
}
.collection-hero {
	margin-top: 0px;
	margin-bottom: 0px
}
#Collection {
	position: relative;
	margin-top: 70px
}
#colpro {
	position: relative
}
.loadingim {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	top: 10%;
	display: none;
	z-index: 999;
}
.loadingim img {
	max-width: 150px
}
.search-popup-code-div {
	display: none
}
.menu1 {
	position: absolute;
	z-index: 999;
	right: 10px;
	top: 40px;
	display: none;
	text-align: left;
	padding: 5px 15px;
	background: #a9a9a9;
	border-radius: 3px
}
.menu1 a {
	display: block;
	width: 90px;
	font-size: 12px !important;
	color: #FFF !important;
	border: 0px !important;
	letter-spacing: .5px;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.menu1 a:hover {
	color: #000 !important;
}
.marrow {
	width: 0;
	height: 0;
	margin: 0px auto;
	margin-right: 5px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #a9a9a9;
	position: absolute;
	right: 0px;
	top: -9px;
}
.site-header__cart-count {
	top: -13px;
	right: 0px;
	left: auto;
	width: 16px;
	background-color: #78797d;
}
.shopify-challenge__container {
	padding-top: 100px
}
/*pagination css*/
.pagination {
	text-align: center;
	font-size: 14px;
	color: #000;
	border-radius: 0px;
	width: 100%;
 padding:0px margin: 20px 0 0;
	letter-spacing: 0.5px;
}
.pagination div {
	text-align: left;
	text-transform: none;
}
.pagination div:last-child {
	text-align: right;
	text-transform: uppercase;
}
.pagination span {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	color: #6d6d6d;
}
.pagination a {
	padding: 4px 8px 3.2px;
	font-size: 14px;
	color: #6d6d6d;
	transition: 0.3s ease-in-out;
}
.pagination a:hover {
	color: #f15c22;
}
.pagination .page.current {
	padding: 5px 8px;
	color: #f15c22;
	font-weight: 600;
}
.mobileonly {
	display: none
}
.form--success {
	border: 1px solid #19a340;
	background-color: #f8fff9;
	color: #19a340 !important;
	padding: 5px 20px;
	font-size: 15px !important;
	margin: 0px auto;
	display: table
}
.main-content {
	padding-top: 0px !important;
	min-height: 350px;
}
.page-container {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	overflow: visible;
	position: static
}
.product-form__item {
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	display: inline-flex;
	vertical-align: top
}
select {
	width: auto;
	margin: 0px;
}
select option {
	background-color: #FFF !important;
}
.customlistview {
	display: none
}
.cart__qty-input {
	border: 1px solid #e8e9eb;
}
.cart th {
	padding: 15px 0;
}
.product-form {
	display: block;
	margin: 0px;
	padding: 0px
}
.list-view-item__on-sale {
	color: #e04d4d;
}
.btn {
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0px
}
.btn:hover {
	opacity: 1 !important;
	border-width: 1px;
}
.cart__footer {
	background: none;
	border: none;
	padding: 0px !important;
	position: relative !important
}
.page-width {
	padding: 0px 15px
}
#promain {
	display: none
}
.pimg {
	position: relative
}
.pimg video {
	width: 100%;
	height: auto;
	max-height: 502px;
	background: rgb(255,255,255);
}
.pimg .product-single__photos {
	padding: 0px;
	width: 100%;
	margin: 100px 0 80px;
  	margin-top:0px
}
.pimg .product-single__thumbnail-image {
	display: initial
}
.pimg .thumbnails-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	overflow-x: auto;
	width: 90px;
}
.pimg .thumbnails-wrapper::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 background-color:#f5fbfc
}
.pimg .thumbnails-wrapper::-webkit-scrollbar {
 position:absolute;
 width:2px;
 display:none;
 transition: 0.3s ease-in-out
}
.pimg .thumbnails-wrapper::-webkit-scrollbar-thumb {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 background-color:#C8D442
}
.pimg .thumbnails-wrapper:hover::-webkit-scrollbar {
 display:block;
}
.pimg .thumbnails-wrapper .grid__item {
	padding-left: 0px;
	float: none;
	width: auto;
}
.pimg .product-single__photo-wrapper {
	margin: 0px auto;
	padding-left: 100px;/*max-height: 100% !important;
	max-width: 100% !important*/
}
.pimg .product-featured-img {
/*max-height: 100% !important;
	max-width: 100% !important*/
}
.pimg .product-single__thumbnails {
	margin: 0px 0 10px;
	text-align: center
}
.pimg .product-single__thumbnail {
	border: 1px solid #e5e5e5;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	height: 90px;
	text-align: center;
	overflow: hidden
}
.pimg .product-single__thumbnail.active-thumb {
	border: 1px solid #e5e5e5;
}
.pimg .product-single__thumbnail img {
	border: 0px;
	max-height: 100%
}
.multiple-itemss .slick-slide img {
	display: inline-block;
	max-height: 100%;
}
.multiple-itemss.slick-slider {
	margin-bottom: 10px;
	margin-top: 10px;
}
.thumbnails-wrapper .medium-up--one-quarter {
	width: 20%;
	overflow: hidden;
	float: none;
	display: inline-block
}
.thumbnails-wrapper .grid__item {
	padding-left: 0px;
}
.multiple-itemss {
	text-align: center
}
.zoomImg {
/*background-color: #f7f7f7;*/
}
.toplmenu {
	display: none;
	position: absolute;
	left: 15px;
	top: 20px;
	cursor: pointer;
	z-index: 999
}
.toplmenu1 {
	display: none;
	position: absolute;
	left: 20px;
	top: 15px;
	cursor: pointer;
}
.toplmenu1 img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
.toplmenu1:hover img {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.mobilemenu {
	z-index: 999999999;
	background: #000;
	display: none;
	border: 1px #000 solid;
	width: 100%;
	height: 100%;
	max-width: 400px;
	margin: 0px auto;
	top: 0px;
	left: -426px;
	position: fixed;
	overflow-x: auto;
	padding: 50px 20px 30px 20px;
}
.mobilemenu ul {
	border: none;
	list-style: none
}
.mobilemenu ul img {
	margin: 25px 0;
	width: 80px
}
.mobilemenu ul li {
	list-style: none;
	padding: 12px 0;
	border-bottom: 1px #484848 solid;
}
.mobilemenu ul li strong {
	font-size: 16px;
	color: #FFF;
	width: 100%;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase
}
.mobilemenu ul li a {
	background: url(menu_arrow.png) no-repeat;
	background-position: 0 6px;
	font-size: 16px;
	color: #FFF !important;
	text-transform: capitalize !important;
	width: 100%;
	padding-left: 15px;
	transition: 0.3s ease-in-out;
}
.mobilemenu ul li a:hover {
	color: #fef0ed
}
.mobilemenu .site-nav__dropdown li a {
	background-position: 0 11px;
	font-size: 11px !important;
}
.mobilemenu .site-nav__dropdown {
	top: 0px !important;
	left: 21px;
	width: 180px;
	position: relative;
	background: transparent;
	padding: 0px
}
.mobilemenu .site-nav__dropdown li {
	padding: 0px 0;
	border: none;
}
.mobilemenu .site-nav__childlist-item {
	margin-left: 15px;
	position: relative
}
.mobilemenu .site-nav__childlist-item span {
	float: left;
	color: #FFF;
	position: absolute;
	top: 11px;
	right: 0;
}
.mobilemenu .sndn {
/*display: none*/
}
.mobilemenu .sndn li a {
	font-size: 14px !important;
}
.mobilemenu .sndn {
	top: 0px !important;
	left: 21px;
	width: 90%;
	position: relative;
	background: transparent;
	padding: 5px 0
}
.mobilemenu .sndn li {
	padding: 2px 0;
	border: none;
}
.mobilemenu .site-nav__childlist-item ul {
	display: none
}
#sca-qv-quantity {
	font-size: 14px;
	color: #8c8c8c;
	border: solid 1px #a5a5a5;
	outline: none;
	padding: 7px 10px;
}
.new-review-form input[type="text"], .new-review-form input[type="email"], .new-review-form textarea {
	font-size: 14px;
	color: #8c8c8c;
	border: solid 1px #e1e1e1;
	outline: none;
	padding: 7px 10px;
}
#customer_login input[type="password"], #customer_login input[type="email"] {
	font-size: 14px;
	color: #8c8c8c;
	border: solid 1px #e1e1e1;
	outline: none;
	padding: 7px 10px;
}
#customer_login input[type="submit"] {
	width: 100%
}
#create_customer input[type="password"], #create_customer input[type="text"], #create_customer input[type="email"] {
	font-size: 14px;
	color: #8c8c8c;
	border: solid 1px #e1e1e1;
	outline: none;
	padding: 7px 10px;
}
#create_customer input[type="submit"] {
	width: 100%
}
#AddressNewForm input[type="text"], #AddressNewForm input[type="password"], #AddressNewForm input[type="email"], #AddressNewForm input[type="tel"], #AddressNewForm select {
	font-size: 14px;
	color: #8c8c8c;
	border: solid 1px #e1e1e1;
	outline: none;
	padding: 7px 10px;
}
#comment_form input[type="text"], #comment_form input[type="email"], #comment_form textarea {
	font-size: 14px;
	color: #8c8c8c;
	border: solid 1px #e1e1e1;
	outline: none;
	padding: 7px 10px;
}
#RecoverEmail {
	font-size: 14px;
	color: #8c8c8c;
	border: solid 1px #e1e1e1;
	outline: none;
	padding: 7px 10px;
}
#RecoverPasswordForm input[type="submit"] {
	width: 100%
}
.innerpage, .sinnerpage {
	padding: 0px 0 50px;
	min-height: 350px
}
.innerpage p, .sinnerpage p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 15px;
}
.innerpage h1, .innerpage h2, .innerpage h3, .innerpage h4, .innerpage h5, .innerpage h6, .sinnerpage h1, .sinnerpage h2, .sinnerpage h3, .sinnerpage h4, .sinnerpage h5, .sinnerpage h6 {
	color: #000;
	margin-top: 15px;
	margin-bottom: 5px;
}
.innerpage h1, .sinnerpage h1 {
	font-size: 28px;
	letter-spacing: 1px
}
.innerpage h2, .sinnerpage h2 {
	font-size: 24px;
}
.innerpage h3, .sinnerpage h3 {
	font-size: 22px;
}
.innerpage h4, .sinnerpage h4 {
	font-size: 20px;
}
.innerpage h5, .sinnerpage h5 {
	font-size: 16px;
}
.innerpage h6, .sinnerpage h6 {
	font-size: 14px;
}
.innerpage ul, .innerpage ol {
	margin: 0px;
	padding: 0px;
	margin-left: 17px
}
.innerpage ul li {
	list-style: outside;
	font-size: 14px;
	line-height: 28px;
}
.innerpage ol li {
	list-style: decimal;
	font-size: 14px;
	line-height: 28px;
}
.slick-slider .slick-dots li button::before {
/*background: #000*/
}
.slick-prev:before, .slick-next:before {
	content: '';
}
/*Common END*/

.header_main {
	padding: 0px 15px;
	background: #F8F8F2;
	border-bottom: 2px solid #dadbda;
}
.header_manu {
	width: fit-content;
	margin: 15px 0px;
	padding: 10px 20px;
	border-right: 2px solid #dadbda;
}
.header_manu ul li {
	margin: 5px 0;
	float: left;
	padding: 0 20px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.header_manu ul li a img {
	width: 40px;
}
.header_right {
	float: right;
}
.header_social {
	width: fit-content;
	margin: 15px 0;
	border-right: 2px solid #dadbda;
	float: left;
	padding: 0 30px;
}
.header_social ul li {
	margin: 5px 0;
	float: left;
	padding: 0 11px;
	height: 77px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.header_social ul li img {
	max-height: 34px;
}
.hcart {
	width: fit-content;
	float: left;
	margin: 15px 0;
	padding: 0 15px 0px 30px;
}
.hcart ul li {
	float: left;
	padding: 43px 11px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.hcart ul li img {
	max-height: 40px;
}
.hcart ul li h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #636364;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
}
.hcart ul li h4 a {
	color: #636364;
}
.hcart ul li h4 a:hover {
	color: #187440;
}
.home_banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 476px 0;
}
.home_banner h1 {
	text-align: center;
	font-size: 80px;
	color: #fff;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	padding-top: 7%;
	letter-spacing: 2px;
	text-shadow: 0px 0px 11px #888;
}
.home_banner h1 img {
	max-width: 200px;
	margin-bottom: 25px
}
.home_banner .btn {
	margin: 80px auto;
	display: table;
	background: #563f68;
	border-radius: 85px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 27px 87px;
	letter-spacing: 1px;
}
.home_banner .btn:hover {
	background: #EE7748;
	border: 1px solid #EE7748;
	color: #FFF;
}
.juices {
	margin: 50px 50px;
}
.juices .row {
	margin: 0px;
}
.juices .row .col-md-3 {
	padding: 0px;
}
.juices_inner {
	height: 300px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #d1d3d4;
	width: 100%;
}
.juices_inner_sec {
	border: none;
}
.juices_inner img {
	position: relative;
	-webkit-transition: all .8s ease-in-out;
	filter: grayscale(100%);
	max-height: 120px;
}
.juices_inner:hover img, .juices_inner.act img {
	filter: grayscale(0);
}
.home_inner_content {
	height: 300px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	text-align: center
}
.home_inner_content h4 {
	font-size: 42px;
	color: #646464;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize;
}
.home_inner_content h4:hover, .juices_inner.act .home_inner_content h4 {
	color: #19743F;
	transition: all .8s ease-in-out;
}
.juices_inner:hover .home_inner_content h4, .juices_inner.act .home_inner_content h4 {
	color: #187440;
	transition: all .8s ease-in-out;
}
.superfood {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom
}
.super_food_content {
	padding: 260px 233px 260px;
	width: 50%;
	margin-left: 50%;
}
.super_food_content h3 {
	font-size: 58px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 1px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
}
.super_food_content p {
	margin: 42px 0;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 26px;
}
.super_food_content .btn {
	background: #ee7748;
	border-radius: 85px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 22px 70px;
	border: 2px solid #ee7748;
}
.super_food_content .btn:hover {
	background: none;
	border: 2px solid #ee7748;
	color: #ee7748;
}
.review_main {
	margin: 100px 0 80px;
}
.review_main h4 {
	margin: 50px 0;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	font-size: 60px;
	color: #197540;
	text-align: center;
}
.row_main {
	width: 100%;
}
.review_inner_left {
	border-right: 1px solid #b3b0b0;
}
.review_inner_left hr {
}
.left_right {
	float: left;
	width: 50%;
	padding: 100px;
  	position:relative
}
.reviewiframe {
  	position:absolute;
  	top:50%;
  	transform: translate(0,-50%);
  	width:77%;
}
.left_right iframe {
	width: 100%
}
.left_right hr {
	margin: 50px 0
}
.review {
	text-align: center;
}
.review h4 {
	font-size: 45px;
	color: #646464;
	font-family: 'Lato', sans-serif;
	margin: 15px 0;
	font-weight: 400;
}
.review p {
	font-size: 25px;
	color: #646464;
	font-family: 'Lato', sans-serif;
	width: 63%;
	margin: 30px auto;
}
.left_right h4 {
	text-align: center;
	font-size: 46px;
	color: #646464;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	margin: 15px 0;
}
.left_right img {
	text-align: center;
	margin: 0px auto;
	display: table;
	max-width: 170px;
}
.row_main {
/*margin-bottom: 80px;*/
}
.Juicery {
	background-repeat: no-repeat;
	background-size: cover;
}
.press {
	margin-top: 100px;
	margin-bottom: 40px;
}
.press h2 {
	font-size: 60px;
	text-align: center;
	color: #000;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	color: #197540;
	letter-spacing: 2px;
	margin: 15px 0;
}
.descriptive_inner {
	margin: 20px auto;
	text-align: center;
	display: table;
}
.show {
	display: block!important;
}
.descriptive {
	margin: 0px auto;
	width: 90%;
	display: table;
	margin-bottom: 50px
}
.descriptive_inner h4 {
	font-size: 40px;
	color: #646464;
	margin: 20px 0;
	font-family: 'Alegreya', serif;
	font-weight: 600;
}
.descriptive_inner h5 {
	font-size: 25px;
	color: #646464;
	margin: 12px 0;
}
.super_food_content_two {
	/*    float: left;*/
	margin-left: 0;
}
.footer_logo img {
	max-width: 170px
}
.footer_section {
	background: #2e3b48;
	padding: 67px 0;
	padding-bottom: 0;
}
.fcontainer {
	max-width: 85%;
	margin: 0px auto
}
.footer_left_content {
	margin-top: 50px;
	max-width: 600px;
}
.footer_left_content h4 {
	color: #FFF;
	font-size: 33px;
	font-family: 'Alegreya', serif;
	margin-bottom: 25px;
}
.footer_left_content p {
	color: #FFF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 39px;
	line-height: 34px;
}
.footer_left_content h3 {
	color: #C2C4C5;
	font-size: 30px;
	font-family: 'Alegreya', serif;
	font-style: italic;
	margin-bottom: 45px;
	line-height: 44px;
}
.footer_logo {
	margin: 20px 0;
}
.footer_left_content select {
	padding: 16px;
	padding-left: 25px;
	background-color: #fff;
	font-size: 23px;
	color: #636465;
	font-weight: 400;
	width: 88%;
	float: left;
	height: 76px;
  	border: 1px solid #d1d3d4;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
}
.footer_left_content input {
	padding: 16px;
	padding-left: 25px;
	background: #fff;
	border: none;
	font-size: 23px;
	color: #636465;
	font-weight: 400;
	width: 88%;
	float: left;
	height: 76px;
}
.footer_left_content input::placeholder {
 color: #636465;
}
.footer_left_content button {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #187440;
	border: none;
	padding: 20px 23px;
	float: left;
	color: #fff;
	font-size: 17px;
	height: 76px;
}
.footer_left_content button:hover {
	background: #676767;
}
.footer_manu ul li {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
}
.footer_manu {
	margin-top: 56px;
}
.footer_manu ul li a {
	color: #FFF;
}
.footer_manu ul li a:hover {
	color: #187440;
}
.footer_contact {
	margin: 15px 0;
}
.footer_contact h4 {
	font-size: 28px;
	color: #eaeaea;
	margin-bottom: 25px;
	font-family: 'Alegreya', serif;
	font-weight: 600
}
.footer_contact h4 a {
	color: #eaeaea;
}
.footer_contact h4 a:hover {
	color: #187440;
}
.footer_contact ul {
	margin-top: 35px;
}
.footer_contact ul li {
	float: left;
	margin: 0 15px 0 0;
}
.footer_contact {
	margin-top: 56px;
}
.footer_space {
}
.heading {
	margin: 60px 0;
}
.heading h1 {
	color: #676767;
	font-size: 58px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	width: 40%;
	text-align: center;
	margin: 0px auto;
	line-height: 68px;
}
.collectiontop {
	border-top: 1px solid #dadbda;
	border-bottom: 1px solid #dadbda;
}
.collection_img {
	width: 100%;
	height: 350px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.collection_img img {
	max-height: 100%
}
.collection {
	text-align: center;
	margin: 60px 0;
}
.collection h2 {
	font-size: 44px;
	color: #646464;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	min-height: 96px;
}
.collection h2 a:hover {
	color: #C8D442;
}
.collection h4 {
	font-size: 44px;
	color: #646464;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic
}
.collection h4 a:hover {
	color: #C8D442;
}
.collection p {
	font-size: 24px;
	color: #818285;
	width: 75%;
	margin: 20px auto;
	line-height: 40px;
}
.review_details_cost h4 {
	text-align: center;
	font-size: 22px;
	color: #646464;
	font-family: 'Lato', sans-serif;
}
.collection .btn {
	margin: 32px auto;
	display: table;
	background: #fff;
	border-radius: 85px;
	font-size: 23px;
	text-align: center;
	color: #636465;
	font-family: 'Lato', sans-serif;
	padding: 25px 52px;
	border: 2px solid #636364;
}
.collection .btn:hover {
	border: 2px solid #197540;
	color: #197540;
	background: transparent
}
.collection_show_more {
	margin: 60px auto;
	text-align: center;
	display: table;
}
.collection_show_more h4 {
	font-size: 30px;
	color: #abaaa6;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
  	cursor: pointer
}
.collection_show_more img {
	margin-top: 37px;
  	cursor: pointer
}
.tips {
	margin: 100px 0
}
.tips_content {
	text-align: center;
	margin: 70px 0;
	display: table;
	max-width: 800px;
}
.tips_img {
	margin: 0px auto;
	display: table;
}
.tips_content h2 {
	color: #197540;
	font-size: 63px;
	line-height: 85px;
	margin: 20px auto;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	max-width: 450px;
}
.tips_content p {
	color: #646464;
	font-size: 28px;
	line-height: 46px;
	font-family: 'Lato', sans-serif;
	margin: 34px auto;
	max-width: 83%;
}
.tips_content .btn {
	margin-top: 50px;
	background: #ee7748;
	border-radius: 85px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	padding: 28px 63px;
	letter-spacing: 1px;
}
.tips_content .btn:hover {
	background: none;
	border: 1px solid #ee7748;
	color: #ee7748;
}
.cost_banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 180px 0;
	text-align: center;
	position: relative;
	z-index: 9
}
.cost_banner h1 {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-size: 70px;
	color: #fff;
	text-shadow: 0px 0px 20px #959595;
}
.cost_banner h2 {
	margin-top: 35px;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #fff;
}
.tips_cost {
	margin: 100px 0;
}
.content_tips_cost {
	margin: 0px auto;
}
.new_one .btn {
	background: #187440;
}
.new_one .btn:hover {
 background: none!importent;
	border: 1px solid #187440;
	color: #187440;
}
.content_tips_cost h4 {
	text-align: left;
	color: #636465;
	font-size: 63px;
	line-height: 78px;
	width: 100%;
	font-family: 'Alegreya', serif;
	font-weight: 600;
}
.content_tips_cost p {
	text-align: left;
	color: #636465;
	line-height: 42px;
	font-size: 26px;
}
.regular {
	max-width: 90%;
	margin: 0px auto;
}
.regular .slick-list {
	max-width: 90%;
	margin: 0px auto;
}
.regular .slick-prev, .regular .slick-prev:hover, .regular .slick-prev:focus {
	background: url(left.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.regular .slick-next, .regular .slick-next:hover, .regular .slick-next:focus {
	background: url(right.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.resellers_brand {
	width: 100%;
	height: 180px;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.current_resellers_slider {
	margin: 25px 0;
	border-bottom: 1px solid #e7e5e4;
	border-top: 1px solid #e7e5e4;
	padding: 40px 0;
}
.current_resellers {
	margin: 20px 0;
}
.current_resellers h4 {
	text-align: center;
	font-size: 34px;
	color: #abaaa6;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic
}
.cost_review {
	margin: 50px 0;
}
.review_details_cost p {
	font-size: 42px;
	color: #646464;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	text-align: center;
	width: 72%;
	margin: 20px auto;
	line-height: 58px;
}
.section_one_cost_details {
	margin-bottom: 100px
}
.cost_details_img {
	margin-top: -31px
}
.faq_div {
	padding: 40px 0;
	border-bottom: 1px solid #eceded;
	width: 97%;
}
.faqcenter {
	max-width: 80%;
	margin: 0px auto
}
.faq_heading h3 {
	font-size: 30px;
	line-height: 40px;
	color: #006f3b;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
}
.faq_heading h3 span {
	position: absolute;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	left: 0px;
}
/*.faq_heading h3 span {
	font-size: 34px;
	color: #197540;
}*/
.faqcenter .faq_heading h3 {
	color: #646464;
	font-style: italic
}
.faq_heading img {
	margin-right: 20px;
	width: 23px;
}
.location_name {
	font-size: 45px;
	padding: 10px;
	background: none;
	border: none;
	transition: all 0.3s ease-in-out;
}
.active, .location_name:hover {
	background-color: #ccc;
	transition: all 0.3s ease-in-out;
}
.faq_content p {
	font-size: 24px;
	color: #636465;
	margin: 25px 0;
	padding: 0 20px 0 68px;
	line-height: 38px;
}
.faq_content p a {
	color: #636465;
}
.faq_content p a:hover {
	color: #187440;
}
.story_main {
	margin: 100px 0;
}
.story_content {
	padding: 60px 0;
	width: 90%;
}
.story_content_one {
	width: 80%;
}
.story_content h1, .story_content h2, .story_content h3, .story_content h4, .story_content h5, .story_content h6 {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	color: #636465;
}
.story_content h4 {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-size: 66px;
	color: #636465;
	line-height: 79px;
}
.story_content p {
	font-size: 28px;
	color: #636465;
	line-height: 46px;
	margin: 30px 0;
}
.goodness {
	margin: 50px 0;
	margin-bottom: 0 !important
}
.goodness h4 {
	color: #197540;
	font-size: 62px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
.goodness h5 {
	font-size: 46px;
	color: #676767;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	margin: 41px 0 70px;
	text-align: center;
}
.goodness_notes {
	margin: 0px auto;
	margin-bottom: 50px;
	width: 85%;
}
.goodness_notes h4 {
	background-position: 10px 7px;
	background-repeat: no-repeat;
	font-size: 31px;
	color: #646464;
	padding: 10px 0;
	text-align: left;
	padding-left: 90px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
}
.goodness_notes p {
	font-family: 'Lato', sans-serif;
	padding: 20px 0;
	font-weight: 500;
	font-size: 28px;
	color: #636465;
	line-height: 42px;
}
.newsletter_banner .btn {
	margin: 100px auto;
	display: table;
	background: #ee7748;
	border-radius: 85px;
	font-size: 26px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	padding: 26px 57px;
	letter-spacing: 1px;
}
.newsletter_banner .btn:hover {
	background: #187440;
}
.section_one_blog_page {
	margin-top: 50px;
}
.blog_rep {
	padding-right: 100px
}
.latest_entries {
	margin-top: 50px;
}
.blog_heading_main {
	margin: 59px 0px;
}
.blog_heading_main h4 {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-size: 60px;
	color: #676767;
}
.newsletter_banner {
	padding: 171px 0 316px 0;
}
.blog_side {
	padding-right: 100px
}
.blog_one h4 {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	font-size: 40px;
	color: #197540;
	margin-bottom: 20px;
}
.blog_one h5 {
	font-size: 21px;
	color: #636465;
	margin-bottom: 20px;
}
.blog_one img {
	margin: 20px 0;
}
.blog_main {
	margin-bottom: 60px;
	padding-right: 150px;
}
.blog_one {
	margin-bottom: 70px;
}
.blog_one p {
	font-size: 24px;
	color: #636465;
	line-height: 42px;
	margin-bottom: 28px;
}
.blog_one h6 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #197540;
	font-weight: 600;
}
.blog_one .btn {
	margin: 45px 0 0 0;
	background: #187440;
	border-radius: 85px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
	padding: 18px 42px;
	border: 1px solid #187440;
}
.blog_one .btn:hover {
	background: none;
	border: 1px solid #187440;
	color: #187440;
}
.newsletter_search {
	margin-top: 200px;
}
.newsletter_search h4 {
	font-size: 34px;
	color: #636465;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	margin: 28px 0;
}
.newsletter_search option {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic
}
.newsletter_search input[type="text"] {
	padding: 13px;
	background: #fff;
	border: none;
	font-size: 22px;
	color: #636465;
	font-family: 'Lato', sans-serif;
	width: 81%;
	height: 71px;
	float: left;
	border: 1px solid #d2d0d0;
}
.newsletter_search input[type="text"]::placeholder {
 color: #636465;
}
.newsletter_search input[type="submit"] {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #187440;
	border: none;
	padding: 20px 23px;
	height: 71px;
	float: left;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s ease-in-out;
}
.newsletter_search input[type="submit"]:hover {
	transition: all 0.3s ease-in-out;
	background: #636465;
}
.nawsletter_instgram h4 {
	font-size: 34px;
	color: #636465;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	margin: 20px 0 30px;
}
.popular_posts {
	margin-top: 101px;
}
.popular_posts h4 {
	font-size: 34px;
	color: #636465;
	font-family: 'Alegreya', serif;
	font-weight: 600;
}
.faq_heading_one img {
	margin-right: 20px;
	width: 30px;
}
.faq_heading_one h3 {
	font-size: 24px;
	color: #197540;
	font-family: 'Lato', sans-serif;
	text-align: center;
	height: 10px;
	margin: 0px 0;
	text-align: left;
}
.faq_content_one p {
	font-size: 23px;
	color: #636465;
	margin: 25px 0;
	padding: 0 8px 0 52px;
}
.nawsletter_instgram {
	margin-top: 100px;
}
.newsletter_tag {
	margin-top: 80px;
}
.newsletter_tag h4 {
	font-size: 34px;
	color: #636465;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	margin-bottom: 50px;
}
.newsletter_tag ul li {
	font-size: 21px;
	color: #636465;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
}
.blog_banner {
	background-image: url(blog-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 850px;
	margin-bottom: 50px;
}
.blog_title_left {
	float: left;
}
.blog_discraption_right {
	margin-top: 253px;
	margin-left: 43px;
}
.blog_title_left h1 {
	color: #006f3b;
	font-size: 55px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 20px;
}
.blog_title_right {
	float: right;
}
.blog_title_right ul li {
	float: left;
	margin: 0 11px;
	height: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.blog_title_right ul li img {
	max-height: 24px;
}
.blog_title_left h5 {
	font-size: 23px;
	color: #6f6e6e;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
}
.blog_title_right h5 {
	color: #bfbdba;
	font-size: 33px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 25px;
}
.blog_discraption p {
	font-size: 22px;
	line-height: 40px;
	color: #636465;
	margin: 40px 0;
}
.blog_discraption h4 {
	font-size: 32px;
	line-height: 51px;
	color: #6d6d6d;
	margin-top: 20px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	width: 69%;
}
.blog_discraption img {
	margin: 40px 0;
	width: 100%;
}
.blog_discraption h6 {
	color: #4e855f;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-top: 15px;
}
.people_img {
	float: left;
	width: 20%;
}
.people_img img {
	border-radius: 100%;
}
.people_detaile {
	float: left;
	width: 80%;
	padding-left: 60px;
}
.people_detaile h4 {
	font-size: 28px;
	color: #6d6d6d;
	margin-top: 60px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic
}
.people_detaile p {
	font-size: 22px;
	color: #636465;
	margin-top: 7px;
	line-height: 32px;
	width: 70%;
}
.back_to_all_img {
	float: left;
	height: 244px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 204px;
}
.back_to_all_main h4 {
	font-size: 33px;
	color: #abaaa6;
	text-align: center;
	margin-top: 25px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic
}
.back_to_all_main img {
	text-align: center;
	margin: 0px auto;
	display: table;
}
.back_to_all {
	margin: 0px auto;
	display: table;
	height: auto;
}
.back_to_main {
	border-top: 1px solid #dcddde;
	border-bottom: 1px solid #dcddde;
}
.product_img img {
	text-align: center;
	margin: 0px auto;
}
.blog_title_right_one {
	float: none;
	margin: 0px auto;
	display: table;
	text-align: center
}
.product_main {
	margin: 50px 0 100px;
}
.productright {
	/*margin-top: 100px;*/
}
.product_name h1 {
	font-size: 49px;
	color: #676767;
	margin: 10px auto;
	font-family: 'Alegreya', serif;
	font-weight: 600;
}
.product_name h5 {
	font-size: 54px;
	color: #676767;
	margin: 10px auto;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 15px;
}
.price__regular {
	color: #676767 !important;
}
.product_review {
	text-align: center;
	margin-top: 15px;
  	cursor: pointer
}
.product_review img {
	margin: 0px auto;
	text-align: center;
	display: table;
}
.product_review .spr-badge-starrating .spr-icon {
	font-size: 30px;
}
.product_review .spr-badge-caption {
	display: none;
}
.product_review h5 {
	text-align: center;
	font-size: 31px;
	color: #abaaa6;
	font-family: 'Lato', sans-serif;
	margin-top: 5px
}
.productright select {
	border: 1px #187440 solid;
	border-radius: 85px;
	font-size: 22px;
	text-align: center;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 25px 35px;
	letter-spacing: 1px;
}
.product_buy .btn {
	display: table;
	background: #187440;
	border-radius: 85px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 25px 52px;
	margin: 40px 0;
	letter-spacing: 1px;
}
.product_buy .btn:hover {
	background: none;
	border: 1px solid #187440;
	color: #187440;
}
.product-form__item label {
	display: inline-block;
	margin-top: 22px;
	font-size: 28px;
	margin-right: 30px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
}
.product_dircption_full {
	padding: 25px 0 44px 0;
	border-bottom: 1px solid #dadada;
	width: 90%;
}
.product_dircption_full h4 {
	font-size: 32px;
	color: #818285;
	margin-bottom: 40px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic
}
.product_dircption_full h5 {
	font-size: 28px;
	color: #646464;
	font-family: 'Lato', sans-serif;
}
.product_dircption_full p {
	font-size: 27px;
	color: #636465;
	line-height: 36px;
	font-family: 'Lato', sans-serif;
	margin: 17px 0;
}
.product_dircption_full p a {
	color: #636465;
}
.product_dircption_full_two {
	padding: 25px 0;
}
.product_dircption_full_two h4 {
	font-size: 26px;
	color: #646464;
	font-family: 'Lato', sans-serif;
}
.product_dircption_full_two h5 {
	color: #636465;
	font-size: 26px;
	font-family: 'Lato', sans-serif;
	margin: 17px 0
}
.product_collection>h4 {
	text-align: center;
	color: #197540;
	font-size: 71px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	margin: 60px 0 120px;
}
.desktop_two_content {
	background-color: #f3f5fb;
	padding: 65px 0;
}
.content_search_desktop_two {
	width: 89%;
	padding: 85px;
	box-shadow: 4px 5px 30px #888887;
	background: #fff;
	height: 450px;
	border-radius: 30px;
	margin-top: -120px;
	max-width: 100%;
	text-align: center
}
.decktop_two_banner_img {
	position: relative;
}
.decktop_two_banner_img img {
	width: 100%
}
.content_search_desktop_two input[type="text"] {
	border: 1px solid #d1d3d4;
}
.content_search_desktop_two input[type="submit"] {
	padding: 17px 23px;
	transition: all 0.3s ease-in-out;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	background: #187440;
	border: none;
	padding: 20px 23px;
	float: left;
	color: #fff;
	font-size: 17px;
	width: 12%
}
.content_search_desktop_two input[type="submit"]:hover {
	background: #636364;
	transition: all 0.3s ease-in-out;
}
.content_search_desktop_two h4 {
	color: #197540;
	font-size: 42px;
	margin-bottom: 37px;
	font-family: 'Alegreya', serif;
	font-weight: 700;
	font-style: italic
}
.content_search_details_desktop_two {
	background-image: url(desktop-2_1.png);
	background-repeat: no-repeat;
	background-position: 24px 28px;
	padding: 122px 0 0 66px;
	background-size: 77px;
	max-width: 700px;
}
.content_search_details_desktop_two h4 {
	color: #676767;
	font-size: 35px;
	font-family: 'Alegreya', serif;
	font-weight: 700;
}
.content_search_details_desktop_two p {
	color: #676767;
	font-size: 22px;
	line-height: 35px;
	margin: 17px 0;
}
.glowwithus {
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	height: 100%;
	/*display: none;*/
	background: #FFF;/*overflow-x: auto;*/
}
.glowwithus1 {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
	background: #FFF;
	overflow-x: auto;
}
.menubar {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 90%;
	height: 100%;
	display: none;
	background: #FFF;
	overflow-x: auto;
}
.mcontainer {
	padding: 30px 100px 0
}
.menubar::-webkit-scrollbar-track, .glowwithus::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 background-color:#f5fbfc
}
.menubar::-webkit-scrollbar, .glowwithus::-webkit-scrollbar {
 position:absolute;
 width:2px;
 display:none;
 transition: 0.3s ease-in-out
}
.menubar::-webkit-scrollbar-thumb, .glowwithus::-webkit-scrollbar-thumb {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 background-color:#C8D442
}
.menubar:hover::-webkit-scrollbar, .glowwithus:hover::-webkit-scrollbar {
 display:block;
}
.shop_now {
}
.shop_now_heading {
	margin: 0 45px;
	margin-top: 15px;
}
.shop_now_logo {
	float: left;
	height: 80px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.shop_now_logo img {
	max-height: 100%
}
.shop_now_close {
	width: 25px;
	float: right;
	height: 80px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}
.shop_product_desktop_2 {
	float: left;
	width: 100%
}
.shop_list_three h5 {
	font-size: 22px;
	color: #646464;
	font-family: 'Lato', sans-serif;
	margin-bottom: 25px;
	font-weight: 600
}
.shop_product_desktop_2 h4 {
	color: #58595b;
	font-size: 24px;
	width: 100%;
	margin: 21px auto;
	font-family: 'Alegreya', serif;
	font-weight: 700;
	line-height: 32px;
}
.shop_product_desktop_2 h4 a {
	color: #58595b;
}
.shop_product_desktop_2 h4 a:hover {
	color: #187440;
}
.shop_list_three ul li {
	float: left;
	margin: 20px;
	text-align: center;
	width: 150px;
}
.shop_list_three ul li img {
	max-width: 100px;
}
.shop_list_two h5 {
	font-size: 22px;
	color: #646464;
	font-family: 'Lato', sans-serif;
	margin-bottom: 25px;
	font-weight: 600
}
.shop_list_two ul li {
	font-size: 30px;
	color: #58595b;
	font-weight: 600;
	font-family: 'Alegreya', serif;
	font-style: italic;
	margin-bottom: 6px;
}
.shop_list_two ul li a {
	color: #58595b;
}
.shop_list_two ul li a:hover {
	color: #C8D442;
}
.shop_list_one h4 {
	font-size: 30px;
	color: #646464;
	font-weight: 600;
	font-family: 'Alegreya', serif;
}
.desktop_two_contant {
	margin: 0px 0 50px;
}
.desktop_two_contant ul li {
	margin-bottom: 8px;
	font-size: 30px;
	color: #676767;
	font-weight: 600;
	font-family: 'Alegreya', serif;
}
.desktop_two_contant ul li a {
	color: #676767;
}
.desktop_two_contant ul li a:hover {
	color: #C8D442;
}
.change_location {
	margin: 0px 0 50px;
}
.change_location h4 {
	color: #808285;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	float: left;
	margin-right: 40px;
	margin-top: 23px;
	text-transform: uppercase;
}
.change_location .btn {
	background: #187440;
	border-radius: 85px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	padding: 22px 55px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.change_location .btn:hover {
	background: #676767;
}
.cart_main {
	width: 100%;
	display: inline-block
}
.cart_main_part_one {
	width: 40%;
	height: 120px;
	float: left;
}
.cart_main_part_two {
	width: 20%;
	height: 120px;
	float: left;
}
.cart_main_part_three {
	width: 20%;
	height: 120px;
	float: left;
}
.cart_main_part_four {
	width: 20%;
	height: 120px;
	float: left;
}
.cart_main_part_four img {
	margin-top: 15px
}
.cart_main_part_one h4 {
	font-size: 23px;
	color: #646464;
	font-weight: 600;
	font-family: 'Alegreya', serif;
	font-style: italic;
}
.cart_main_part_two h4 {
	font-size: 23px;
	color: #646464;
	text-align: center;
	font-weight: 600;
	font-family: 'Alegreya', serif;
	font-style: italic;
}
.cart_main_part_three h4 {
	font-size: 20px;
	color: #646464;
	text-align: center;
	font-weight: 600;
	font-family: 'Alegreya', serif;
	font-style: italic;
}
#proloop .cart_main_part_three h4 {
	margin-top: 20px;
}
.cart_main_part_four h4 {
	font-size: 23px;
	color: #646464;
	text-align: center;
	font-weight: 600;
	font-family: 'Alegreya', serif;
	font-style: italic;
}
.cart_product_name {
	padding: 10px 0;
}
.cart_main_part_four img {
	width: 43px;
	cursor: pointer
}
.cart_product_name h4 {
	margin-bottom: 15px;
	color: #646464;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase
}
.cart_product_name h4 a {
	color: #646464;
	transition: all 0.3s ease-in-out;
}
.cart_product_name h4 a:hover {
	color: #187440;
	transition: all 0.3s ease-in-out;
}
.cart_main_part_four {
	text-align: center;
}
.qtmclass {
	display: table;
	margin: 20px auto 0;
}
.quantitiy_dv html input[type=button], .quantitiy_dv html input[type=reset], .quantitiy_dv html input[type=submit] {
	width: 40px;
	height: 51px;
	padding: 15px 0px;
	background: transparent;
	border: 1px solid #cbcbcb;
	margin-left: -5px;
	font-size: 15px;
}
.qty_1 {
	width: 61px !important;
}
.quantitiy_dv input, .quantitiy_dv select {
	border-radius: 0px;
	width: 40px;
	height: 51px;
	background: transparent !important;
	text-align: center;
	margin-left: -4px;
	font-size: 20px;
	border: none;
	margin-bottom: 40px;
}
.quantitiy_dv .minus {
	font-size: 26px;
	color: #cbcbcb;
	width: 40px;
	border-radius: 100%;
	height: 40px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 23px 2px #cbcbcb;
	transition: all 0.3s ease-in-out;
	padding: 0px
}
.quantitiy_dv .minus:hover {
	box-shadow: 0px 0px 23px 2px #187440;
	border: 1px solid #187440;
	transition: all 0.3s ease-in-out;
	color: #187440;
}
.quantitiy_dv .plus {
	width: 40px;
	color: #cbcbcb;
	font-size: 26px;
	border-radius: 100%;
	height: 40px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 23px 2px #cbcbcb;
	transition: all 0.3s ease-in-out;
	padding: 0px
}
.quantitiy_dv .plus:hover {
	border: 1px solid #187440;
	box-shadow: 0px 0px 23px 2px #187440;
	transition: all 0.3s ease-in-out;
	color: #187440;
}
.hr {
	width: 92%;
	border-top: 1px solid #cbcbcb;
	position: relative;
}
.hr span {
	position: absolute;
	top: -4px;
	right: 0;
	width: 40%;
	height: 8px;
	border: 1px solid #187440;
	border-radius: 30px;
	background: #187440;
}
.hcheckout {
	margin: 80px 0;
}
.hcheckout img {
	float: left;
	margin-right: 30px;
	max-width: 30px;
}
.hcheckout h4 {
	font-size: 23px;
	color: #808285;
	line-height: 34px;
}
.total_main {
	text-align: center;
	margin: 55px auto;
	display: table;
}
.total_main h4 {
	font-size: 27px;
	color: #646464;
	margin-bottom: 34px;
}
.total_main .btn {
	background: #187440;
	border-radius: 85px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	padding: 17px 43px;
	text-transform: uppercase;
	word-spacing: 1px;
	letter-spacing: 2px;
}
.total_main .btn:hover {
	background: none;
	border: 1px solid #187440;
	color: #187440;
}
.footer_copyreight h4 {
	font-size: 17px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #fff;
	margin: 100px 0 40px;
}
.clearfixs {
	display: none;
}
.shop_left {
	margin-top: 90px
}
.shop_left .fa-times {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	color: #FFF;
	cursor: pointer
}
.shop_left h5 {
	display: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	padding: 40px 15px 15px;
	background: #000;
}
.shop_left h2 {
	color: #f3730a;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1px
}
.shop_main {
	padding-top: 25px;
	padding-bottom: 50px;
}
.category_div {
	margin-bottom: 28px;
}
.shp_catdiv {
	padding-bottom: 50px;
}
.category_div {
	margin-bottom: 28px;
}
.category_div h3 {
	font-size: 29px;
	line-height: 40px;
	color: #646464;
	display: table;
	padding: 15px 0 25px 0;
	cursor: pointer;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
}
.category_div h3 img {
	padding-right: 15px;
}
.tabcolo {
	margin-bottom: 25px
}
.shp_catdiv>h1 {
	font-size: 20px;
	color: #ff7474;
	margin: 10px 0 0 0;
}
.shp_catdiv h3 span {
}
.shp_catdiv h3 span img {
	margin-left: 10px;
	padding: 0;
	max-width: 20px;
}
.cat_list {
	margin-bottom: 18px;
	line-height: 18px;
}
.cat_list.selected {
	color: #538ed8;
}
.cat_list a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
.cat_list input {
	display: none
}
.cat_tx {
	font-size: 20px;
	color: #636465;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}
.cat_tx:hover {
	color: #C8D442;
}
/*Cart Drawer*/
.cart_mains {
	display: none
}
.ccontainer {
	padding: 40px 50px
}
.drawer-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #4a4a4a;
	opacity: 0;
	pointer-events: none !important;
	z-index: 20;
	transition: opacity 0.25s ease-out;
}
.drawer--active .drawer-cover {
	opacity: 0.3;
	height: 100%;
	pointer-events: auto !important;
}
.drawer--active .drawer {
	display: block;
}
.drawer {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1000px;
	right: 0px;
	height: 80vh;
	z-index: 999;
	display: none;
	overflow: visible;
	overflow-x: auto;
}
.drawer::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 background-color:#f5fbfc
}
.drawer::-webkit-scrollbar {
 position:absolute;
 width:2px;
 transition: 0.3s ease-in-out
}
.drawer::-webkit-scrollbar-thumb {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 background-color:#C8D442
}
.critical-hide {
	display: none;
}
.cart-drawer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
	height: 100%;
}
.cart-drawer__header {
	position: relative;
	height: 60px;
	padding: 0 20px;
	box-sizing: content-box;
}
.cart-drawer__header-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn--clear {
	position: relative;
	background-color: transparent;
	border: 0;
	color: #4a4a4a;
	transition: 0.15s opacity ease-out;
}
.cart-drawer__close-button {
	position: absolute;
	top: 20px;
	right: 0px;
	padding: 0px;
}
.cart-drawer__close-button:hover {
	background: transparent !important
}
.cart-drawer__header-title {
	position: absolute;
	top: 15px;
	left: 0px;
	font-size: 24px;
	font-weight: 600
}
.cart-drawer__close-button .icon {
	width: 22px;
	fill: 000;
}
.cart-drawer__close-button .icon:hover {
	color: #000
}
/*
.btn--clear:hover::after, .btn--clear::after {
    outline: 0 !important;
}
.btn::after, .btn--secondary::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid #eb4f47;
    transition: outline 0.1s linear;
}*/
.visually-hidden, .icon__fallback-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}
.visually-hidden, .icon__fallback-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}
.cart-drawer__content {
	display: block;
	-webkit-flex: 1 100;
	-moz-flex: 1 100;
	-ms-flex: 1 100;
	flex: 1 100;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.cart-drawer__content-container {
	overflow: hidden;
	padding: 10px 0 40px;
}
.cart-drawer__empty-text {
	height: 0;
	pointer-events: none;
	transition: opacity 0.25s ease-out;
}
p:last-child {
	margin-bottom: 0;
}
.cart-drawer__no-cookies {
	display: none;
}
.cart-drawer__item-list {
	/*transition: opacity 0.25s ease-out;*/
	padding: 0 20px;
}
.cart-drawer__item {
	position: relative;
	margin-bottom: 5px;
}
.cart-drawer__item:nth-of-type(1) {
	transition-delay: 0.28s;
	-webkit-transition-delay: 0.28s;
}
.drawer--active .cart-drawer__item:nth-of-type(1) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.drawer--active .cart-drawer__item:nth-of-type(3) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.cart-drawer__note {
	resize: vertical;
	margin-bottom: 0;
	min-height: 100px;
	width: 100%
}
.cart-drawer__footer {
	min-height: 230px;
	padding: 0 20px;
	border-top: 1px solid #ebe5dc;
	text-align: center;
	opacity: 1;
	background: #e4e4e4;
	transition: opacity 0.25s ease-out, min-height 0.25s ease-out;
}
.cart-drawer__footer-container {
	padding: 20px 0;
}
.cart-drawer__footer-container hr {
	margin: 5px 0;
	border-top: 1px #ccc solid
}
.cart-drawer__message-container {
	opacity: 0;
}
.cart-drawer__message {
	text-align: center;
	font-size: 14px;
	color: #eb4f47;
}
.cart-drawer__subtotal {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.cart-drawer__subtotal-label {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: left;
}
.cart-drawer__subtotal-label span {
	font-size: 16px;
	margin-bottom: 0;
	color: #000;
	font-weight: 500;
}
.cart-drawer__subtotal-price {
	display: table-cell;
	width: 50%;
	text-align: right;
	font-weight: 500;
	vertical-align: middle;
	letter-spacing: 1px;
}
.cart-drawer__discount-container {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.25s ease-out;
}
.cart-drawer__discount {
	max-height: 0;
	display: table;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4rem;
	overflow: hidden;
	transition: max-height 0.25s ease-in-out;
}
.cart-drawer__disclaimer {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}
.cart-drawer__checkout {
	display: block;
	margin: 0 auto 80px;
}
input[type="number"].cart-drawer__item-quantity {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 5px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.cart-drawer__item-delete {
	position: absolute;
	font-size: 1.2rem;
	top: 45px;
	right: 0;
	margin-left: 20px;
}
.btn-link {
	padding: 0;
	color: #eb4f47;
	border: 0;
	border-bottom: 1px solid #eb4f47;
	background-color: transparent;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1;
}
.cart-drawer__item-image {
	display: inline-block;
	width: 90px;
	height: 90px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	border: 1px #ccc solid;
	border-radius: 100%
}
.cart-drawer__item-content {
	width: 49%;
	display: inline-block;
	margin-left: 7px;
	vertical-align: top
}
.cart-drawe_right {
	width: 15%;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	color: #000;
	float: right
}
.cart-drawer__item-title {
	margin: 0;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 700;
}
.cart-drawer__item-subtitle {
	margin-bottom: 0;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: 600;
}
.cart-drawer__item-properties {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cart-drawer__item-property {
	letter-spacing: 1px;
}
.ajax-cart__template {
	display: none;
}
.cart-drawer__item-price-container {
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px
}
.cart-drawer__item-price {
	margin-right: 8px;
}
.cart-actions {
	margin: 20px 0;
}
.cart-actions a {
	background: #FFF;
	width: 100%;
	margin-top: 15px;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	display: inline-block;
	padding: 8px 0;
	letter-spacing: 0;
	text-transform: unset;
	border: 1px solid #6a6a5f;
}
.cart-shipping-note {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.05em;
}
.button-continue {
	letter-spacing: 0.1em;
	margin-right: 10px;
}
.button-checkout {
	width: 100%
}
.button-yellow {
	font-size: 18px;
	font-weight: 400;
	background: #000;
	color: #fff;
	border: none;
	width: 100%;
	height: 45px;
	transition: all 0.3s ease-in-out;
	text-transform: unset;
}
.cart-actions .button-yellow:hover {
	background: #8e9193;
	border-color: #8e9193;
}
/*End Cart Drawer*/

.cost_details_heding h4 {
	font-family: 'Alegreya', serif;
	font-size: 68px;
	font-style: italic;
	color: #197540;
	text-align: center;
	margin: 70px 0;
}
/*.faq_heading h3 span {
    padding-left: 0px;
    float: left;
    width: 91%;
    line-height: 46px;
}*/
.journey_banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 210px 0 606px 0px;
	text-align: center;
}
.journey_banner h1 {
	font-size: 80px;
}
.journey_banner h3 {
	font-size: 88px;
	color: #fff;
	font-family: 'Alegreya', serif;
	font-weight: 500;
}
.journey_main .col-xs-12:nth-child(3) .center_boost {
	border: 0px;
}
.center_boost {
	width: 100%;
	margin: 80px auto;
	height: 300px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #d0cfcc;
}
.boost_content_img {
	height: 131px;
	text-align: center
}
.boost_content img {
	max-height: 100%
}
.boost_content h4 {
	text-align: center;
	color: #676767;
	font-size: 45px;
	font-family: 'Alegreya', serif;
	font-weight: 500;
}
.boost_content h5 {
	color: #818285;
	font-size: 31px;
	line-height: 41px;
	font-family: 'Alegreya', serif;
	font-weight: 500;
	font-style: italic;
	width: 68%;
	margin: 10px auto;
	text-align: center;
	letter-spacing: 1px;
}
.faq_heading img {
	margin-right: 20px;
	width: 34px;
	float: left;
}
.journey_main {
	width: 77%;
	margin: 0px auto;
}
#cont {
	padding: 70px 0;
}
#cont h2 {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	font-size: 45px;
	color: #197540;
	margin-bottom: 30px;
}
#cont p {
	color: #636363;
	font-size: 16px;
	line-height: 1.42857;
}
#cont h4 {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	font-size: 22px;
	margin: 20px 0px 10px;
	padding: 0px;
}
#cont h4 img {
	margin-right: 5px;
}
.address-container {
	clear: both;
}
.address-container h4 {
	display: inline-block;
}
.glow-contact.address {
	padding-left: 25px;
}
.glow-contact.email {
	color: #ffa400;
}
.hours {
	list-style: outside none none;
}
.hours li {
	background: rgba(0, 0, 0, 0) url(hours-dot.png) repeat-x scroll center bottom;
	margin-bottom: 5px;
}
.hours li span.left {
	padding-right: 3px;
}
.hours li span.right {
	float: right;
	padding-left: 3px;
}
.hours li span {
	background: #ffffff none repeat scroll 0 0;
	position: relative;
	top: 7px;
}
.other-locations ul li {
	font-family: 'Alegreya', serif;
	font-weight: 600;
	font-style: italic;
	;
	font-size: 20px;
	list-style: outside none none;
	padding-bottom: 30px;
}
.other-locations ul li a {
	color: #009943 !important;
}
#resellers > h4 {
}
@media only screen and (min-width: 64.063em) .large-3 {
 width: 25%;
}
#resellers {
	padding-top: 50px;
}
.reseller a {
	display: inline-block;
}
.reseller-name.glow-contact {
	color: #ffa400 !important;
	font-size: 17px !important;
	font-style: normal !important;
	position: relative;
}
.reseller .address {
	color: #636363;
	font-size: 16px;
	margin-bottom: 0;
	padding-left: 30px;
}
.contact-info {
	border-right: 1px solid #ebebea;
	padding-right: 50px !important;
	display: none
}
.conbot {
	display: none
}

@media only screen and (min-width:200px) and (max-width:767px) {
.container {
	max-width: 90%;
}
.pimg .thumbnails-wrapper {
    position: relative;
    height: auto;
    overflow-x: visible;
    width: 95%;
    margin: 0 auto;
}
.pimg .thumbnails-wrapper .grid__item {
    float: left;
  	padding-left:5px
}
.pimg .product-single__thumbnail {
    width: 60px;
    height: 60px;
}
.pimg .product-single__photo-wrapper {
    padding-left: 0;
}  
.contact-info {
	border-right: 0;
	padding-right: 0px !important;
}
#cont h2 {
	font-size: 35px;
	margin-bottom: 20px;
}
#cont p {
	font-size: 14px;
	line-height: 26px;
}
.address {
	margin-bottom: 15px;
}
.other-locations {
	margin-top: 40px;
}
.other-locations ul li {
	font-size: 18px;
	padding-bottom: 15px;
}
#resellers {
	padding-top: 10px;
}
.address-container {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.ccontainer {
	padding: 20px 0px;
}
.shop_now_heading {
	margin: 0 5px;
	margin-top: 15px;
}
.cart_main_part_one, .cart_main_part_two, .cart_main_part_three, .cart_main_part_four {
	height: auto;
	padding-bottom: 20px;
}
.cart-drawer__item-image {
	width: 70px;
	height: 70px;
}
.cart-drawer__item-title {
	font-size: 13px;
}
.header_main {
	border-top: 1px solid #dadbda;
}
.clearfixs {
	display: block;
}
.header_social {
	display: none;
}
.header_manu ul li {
	margin: 0;
	padding: 0 10px;
}
.header_manu ul li a img {
	width: 25px;
}
.hcart ul li img {
	max-height: 30px;
	margin: 0 10px;
}
.header_manu {
	width: fit-content;
	margin: 0px 0px;
	padding: 0px;
	border-right: 1px solid #dadbda;
}
.hcart {
	width: fit-content;
	float: left;
	margin: 0px 0;
	padding: 0;
}
.hcart ul li {
	padding: 30px 0;
	text-align: center;
	border-right: 1px solid #dadbda;
}
.hcart ul li:last-child {
	border: none;
}
.hcart ul li h4 {
	font-size: 11px;
	float: left;
	padding: 0 8px;
}
.home_banner {
	background-size: cover;
	padding: 30px 0 126px 0;
	background-position: center;
}
.home_banner h1 {
	font-size: 27px;
	max-width: 250px;
	margin: 0px auto;
	line-height: 32px;
	letter-spacing: 1px;
}
.home_banner h1 img {
	max-width: 150px;
	margin-bottom: 20px;
}
.home_banner .btn {
	margin: 15px auto 0;
	border-radius: 85px;
	font-size: 11px;
	padding: 10px 23px;
}
.juices_inner img {
	max-height: 70px
}
.home_inner_content h4 {
	font-size: 17px;
}
.home_inner_content {
	height: 121px;
}
.collectiontop {
	border: 0px;
}
.juices {
	margin: 0px 50px;
}
.juices_inner {
	height: 121px;
	border: none;
}
.juices_inner_one {
	border-right: 1px solid #d1d3d4;
	border-bottom: 1px solid #d1d3d4
}
.juices_inner_two {
	border-bottom: 1px solid #d1d3d4;
}
.juices_inner_four {
	border-right: 1px solid #d1d3d4;
}
.juices_row .col-xs-3 {
	padding: 0;
	width: 50%;
}
.super_food_content p {
	display: none;
}
.super_food_content h3 {
	font-size: 24px;
	max-width: 250px;
	margin: 0px auto;
	margin-bottom: 10px;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: center;
}
.super_food_content .btn {
	border-radius: 85px;
	font-size: 10px;
	padding: 8px 15px;
}
.super_food_content {
	padding: 48px 0 128px;
	width: 100%;
	margin-left: 0;
	text-align: center
}
.superfood {
	background-position: left !important;
}
.review_main h4 {
	margin: 12px auto;
	font-size: 26px;
	max-width: 250px;
}
.left_right {
	width: 100%;
	margin-bottom: 40px;
	padding: 0;
}
.review_left_right_photo {
	display: none;
}
.review_inner_left {
	border-right: none;
}
.left_right h4 {
	font-size: 20px;
	margin: 13px 0;
}
.left_right img {
	width: 38%;
}
.review p {
	font-size: 13px;
	width: 100%;
	margin: 14px auto;
	max-width: 200px;
}
.left_right hr {
	margin: 25px 0;
}
.review_main {
	margin: 40px 0 20px;
}
.row_main {
	margin-bottom: 0px;
}
.Juicery {
	background-size: cover;
	height: auto;
	background-position: 20%
}
.Juicery .super_food_content {
	padding: 78px 0 78px;
}
.section_six_home .container {
	max-width: 100%;
	padding: 0px
}
.section_six_home .row {
	margin: 0px
}
.section_six_home .row .col-xs-12 {
	padding: 0px
}
.section_six_home .descriptive {
	width: 100%
}
.press {
	margin-top: 50px;
	margin-bottom: 30px;
}
.press h2 {
	font-size: 27px;
	letter-spacing: 0px;
	margin: 15px 0;
}
.descriptive_inner {
	margin: 0px auto;
	text-align: center;
	display: table;
	border-top: 1px #ebebeb solid;
	border-bottom: 1px #ebebeb solid;
}
.descriptive_inner img {
	width: 30%;
	float: left;
	margin-right: 17px;
}
.descriptive_inner h4 {
	font-size: 15px;
	float: left;
	margin: 20px 0 0 0;
}
.descriptive_inner h5 {
	font-size: 12px;
	color: #646464;
	margin: 9px 0;
	text-align: left;
}
.descriptive_inner_left {
	float: left;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer_section {
	padding: 12px 0;
}
.footer_contact {
	margin-top: 0px;
	border-bottom: 1px solid #d1d3d4;
	padding-bottom: 20px;
}
.footer_contact ul {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	text-align: center
}
.footer_contact ul li {
	margin: 0 13px;
	float: none;
	display: inline-block
}
.footer_contact ul li img {
	max-height: 25px
}
.footer_contact h4 {
	font-size: 18px;
	text-align: center;
	margin: 5px 0;
}
.footer_left_content h3 {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 25px;
}
.footer_logo img {
	width: 50%;
}
.footer_left_content input {
	padding: 10px;
	padding-left: 20px;
	font-size: 13px;
	height: 36px;
}
.footer_left_content {
	margin-top: 20px;
}
.footer_left_content h4 {
	font-size: 15px;
	margin-bottom: 14px;
}
.footer_left_content p {
	font-size: 9px;
	margin-bottom: 23px;
	line-height: 16px;
}
.footer_left_content h4 {
	font-size: 16px;
	margin-bottom: 14px;
}
.footer_left_content input[type="text"], .footer_left_content select {
	font-size: 13px;
	height: 46px;
  	padding: 0 10px;
}
.footer_left_content input[type="submit"] {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 8px 10px;
	font-size: 17px;
	height: 46px;
}
.footer_left_content button {
	padding: 2px 10px;
	font-size: 14px;
	height: 36px;
}
.footer_logo {
	margin: 30px 0 10px;
}
.fcontainer {
	max-width: 300px;
}
.footer_manu {
	margin: 0;
	display: none;
}
.footer_copyreight h4 {
	font-size: 13px;
	margin: 34px 0 20px;
}
.cost_banner h1 {
	font-size: 28px;
	line-height: 30px;
	padding: 10px;
	padding-bottom: 0;
	max-width: 250px;
	margin: 0px auto;
}
.cost_banner {
	padding: 38px 0 68px;
	background-position: 27%;
}
.cost_banner h2 {
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #fff;
}
.tips_cost {
	margin: 20px 0;
}
.content_tips_cost h4 {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	text-align: left;
}
.content_tips_cost p {
	line-height: 24px;
	font-size: 15px;
}
.tips_content h2 {
	font-size: 22px;
	line-height: 28px;
	max-width: 200px;
	margin: 20px auto;
}
.tips_content .btn {
	margin-top: 9px;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 15px;
}
.tips_img {
	margin: 30px auto 0;
}
.current_resellers h4 {
	text-align: center;
	font-size: 18px;
	color: #abaaa6;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.review_details_cost p {
	font-size: 17px;
	width: 92%;
	margin: 10px auto;
	line-height: 18px;
}
.review_details_cost h4 {
	font-size: 10px;
	margin: 7px 0;
}
.review_details_cost {
	margin: 20px 0;
}
.cost_review {
	margin: 0px 0;
}
.blog_side {
	padding-right: 0;
}
.faq_heading img {
	width: 20px;
}
.faq_heading h3 {
	font-size: 14px;
	margin: 0px;
	line-height: 24px;
}
.faq_content p {
	font-size: 13px;
	margin: 3px 0;
	padding: 0 10px 0 0;
}
.faq_div {
	padding: 20px 0;
	width: 100%;
}
.story_content h4 {
	font-size: 22px;
	line-height: 32px;
}
.story_content p {
	font-size: 13px;
	line-height: 20px;
	margin: 13px 0;
}
.goodness>h4 {
	font-size: 21px;
}
.goodness_notes h4 {
	font-size: 14px;
	background-size: 24px;
	padding-left: 44px;
}
.goodness h5 {
	font-size: 18px;
	margin: 23px 0;
}
.goodness_notes {
	margin: 0px auto;
	margin-bottom: 9px;
	width: 100%;
}
.goodness_notes p {
	padding: 0px 0 10px 10px;
	font-size: 12px;
	line-height: 21px;
}
.cost_story_banner {
	display: none;
}
.story_content {
	padding: 0 0;
	width: 90%;
	margin: 0 0 45px 0;
}
.story_main {
	margin: 50px 0;
}
.heading {
	margin: 30px 0;
}
.heading h1 {
	font-size: 22px;
	width: 90%;
	max-width: 250px;
	margin: 0px auto;
	line-height: 29px;
}
.shop_left {
	display: none
}
.collection_img {
	height: auto;
}
.collection .btn {
	margin: 20px auto;
	border-radius: 85px;
	font-size: 11px;
	padding: 11px 23px;
	border: 1px solid #636364;
}
.collection p {
	font-size: 13px;
	width: 100%;
	max-width: 200px;
	margin: 10px auto;
	line-height: 20px;
}
.collection h2 {
	font-size: 24px;
	min-height: auto
}
.collection_img img {
	max-height: 150px;
}
.collection h4 {
	font-size: 24px;
}
.collection {
	margin: 25px 2px;
}
.collection_show_more h4 {
	font-size: 20px;
}
.collection_show_more img {
	margin-top: 12px;
	width: 23px;
}
.collection_show_more {
	margin: 15px auto;
}
.tips_content {
	margin: 14px auto;
}
.content_tips_cost h4 {
	font-size: 22px;
	line-height: 26px;
	text-align: left;
}
.tips_content p {
	font-size: 13px;
	margin: 11px auto;
	line-height: 22px;
	max-width: 100%;
}
.tips {
	margin: 30px 0;
}
.newsletter_banner .btn {
	margin: 24px auto;
	border-radius: 85px;
	font-size: 11px;
	padding: 10px 17px;
	letter-spacing: 0.5px
}
.latest_entries {
	margin-top: 00px;
}
.blog_main {
	margin-bottom: 40px;
	padding-right: 0;
}
.blog_heading_main h4 {
	font-size: 22px;
}
.blog_heading_main {
	margin: 43px 0 15px;
}
.blog_one {
	margin-bottom: 40px;
}
.blog_one h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.blog_one h5 {
	font-size: 13px;
}
.blog_one img {
	margin: 0;
}
.blog_one p {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.blog_one h6 {
	font-size: 12px;
}
.blog_one .btn {
	margin: 28px 0 0 0;
	border-radius: 66px;
	font-size: 12px;
	padding: 10px 26px;
}
.newsletter_search {
	margin-top: 50px;
}
.newsletter_search input[type="text"] {
	padding: 8px 12px;
	font-size: 13px;
	width: 78%;
	float: left;
	height: 46px;
}
.newsletter_search input[type="submit"] {
	padding: 8px 11px;
	font-size: 14px;
	height: 46px;
}
.newsletter_search h4 {
	font-size: 23px;
	margin: 14px 0;
}
.nawsletter_instgram h4 {
	font-size: 23px;
	margin: 17px 0;
}
.popular_posts h4 {
	font-size: 23px;
	margin: 15px 0;
}
.newsletter_tag {
	margin-top: 80px;
	display: none;
}
.nawsletter_instgram {
	margin-top: 100px;
	display: none;
}
.popular_posts {
	margin-top: 43px;
	margin-bottom: 40px;
}
.blog_rep {
	padding-right: 0;
}
.blog_banner {
	height: 250px;
	margin-bottom: 50px;
	background-position: center;
}
.blog_title_left h1 {
	font-size: 26px;
	margin-bottom: 10px;
}
.blog_title_right {
	float: right;
	display: none;
}
.blog_title_left h5 {
	font-size: 13px;
	margin-bottom: 15px;
}
.blog_title_right h5 {
	font-size: 21px;
	margin-bottom: 18px;
}
.blog_discraption>p {
	font-size: 13px;
	line-height: 22px;
	margin: 20px 0;
}
.blog_discraption h4 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 22px;
	width: 100%;
}
.blog_discraption img {
	margin: 20px 0;
}
.people_detaile {
	padding-left: 20px;
}
.blog_discraption h6 {
	font-size: 13px;
	margin-top: 10px;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 43px;
	display: none;
}
.back_to_all_img {
	height: 300px;
	width: 85px;
}
.back_to_all_img img {
	width: 18px;
}
.back_to_all_main h4 {
	font-size: 17px;
	margin: 11px 0;
}
.back_to_all_img {
	height: 120px;
	width: 80px;
}
.people_detaile p {
	font-size: 13px;
	margin-top: 0;
	padding-left: 0;
	line-height: 19px;
	width: 100%;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 43px;
}
.product_main {
	margin: 20px 0 0px;
}
.pimg .product-single__photos {
	margin: 10px 0;
}
.productright {
	margin-top: 20px;
}
.product_name h1 {
	font-size: 32px;
	margin: 10px auto;
	text-align: center
}
.product_name h5 {
	font-size: 23px;
	margin: 10px auto;
	text-align: center;
  	display:table
}
.product_review {
	display: none;
}
.product_buy {
	text-align: center
}
.product-form {
	text-align: center
}
.product_buy .btn {
	font-size: 14px;
	padding: 10px 43px;
	margin: 18px auto;
	width: auto;
}
.product-form__item label {
	margin-top: 8px;
	font-size: 20px;
}
.productright select {
	font-size: 16px;
	padding: 10px 25px;
}
.product_dircption_full {
	padding: 15px 0 15px 0;
	width: 100%;
}
.product_dircption_full h4 {
	font-size: 16px;
	margin: 0px auto;
	margin-bottom: 33px;
	line-height: 24px;
	text-align: center;
	max-width: 200px;
}
.product_dircption_full h5 {
	font-size: 17px;
}
.product_dircption_full p {
	font-size: 14px;
	line-height: 26px;
	margin: 13px 0;
}
.product_dircption_full_two h4 {
	font-size: 19px;
}
.product_dircption_full_two h5 {
	font-size: 14px;
}
.product_collection>h4 {
	font-size: 26px;
	margin: 19px 0;
}
.content_search_desktop_two {
	width: 100%;
	margin: 0 auto;
	padding: 22px;
	height: 180px;
	border-radius: 10px;
	position: inherit;
	top: 0;
}
.content_search_details_desktop_two {
	background-size: 35px;
	background-position: 28px 32px;
	margin: 40px 0;
	padding: 67px 30px 0;
}
.content_search_details_desktop_two h4 {
	font-size: 18px;
}
.content_search_details_desktop_two p {
	font-size: 11px;
	line-height: 17px;
	margin: 9px 0;
}
.decktop_two_banner_img img {
	object-fit: cover;
	height: 263px;
}
.mcontainer {
	padding: 0;
}
.shop_now {
	margin: 0 20px;
}
.shop_now_logo img {
	width: 68px;
}
.shop_now_close img {
	width: 16px;
}
.shop_list_one h4 {
	font-size: 18px;
	margin-bottom: 25px;
}
.shop_list_two h5 {
	font-size: 11px;
	margin-bottom: 2px;
}
.shop_list_two ul li {
	font-size: 18px;
}
.shop_list_three {
	display: none;
}
.desktop_two_contant ul li {
	margin-bottom: 2px;
	font-size: 18px;
}
.change_location h4 {
	font-size: 11px;
	margin: 25px 0;
	width: 100%
}
.change_location .btn {
	font-size: 11px;
	padding: 8px 16px;
}
.change_location {
	margin: 8px 40px 40px;
}
.shop_list_two {
	padding: 25px 20px 10px;
}
.desktop_two_contant {
	margin: 30px 40px 30px;
}
.cart_main_part_one h4 {
	font-size: 13px;
	color: #646464;
}
.cart_main_part_two h4 {
	font-size: 13px;
	color: #646464;
	text-align: center;
}
.cart_main_part_three h4 {
	font-size: 11px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four h4 {
	font-size: 14px;
	color: #646464;
	text-align: center;
}
.cart_product_pic img {
	width: 56px;
}
.cart_product_name h4 {
	font-size: 16px;
	text-align: left;
}
.quantitiy_dv .minus {
	font-size: 13px;
	width: 20px;
	height: 20px;
	margin: 0px;
}
.quantitiy_dv input {
	border-radius: 0px;
	width: 0px;
	height: 19px;
	margin-left: -4px;
	font-size: 10px;
	border: none;
	margin: 0;
	padding: 0;
}
.cart_main_part_three h4 {
	font-size: 11px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four img {
	width: 15px;
}
.drawer {
	width: 100%;
	height: 100vh;
}
.quantitiy_dv .plus {
	font-size: 13px;
	width: 20px;
	height: 20px;
	margin: 0px;
}
.cart_product_name {
	padding: 15px 0;
}
.quantitiy_dv {
	text-align: center;
	margin: 0px auto;
	display: table;
	width: 80px;
	height: 62px;
}
.hcheckout h4 {
	font-size: 14px;
	line-height: 20px;
}
.hcheckout {
	margin: 32px 0;
}
.hr {
	width: 100%;
}
.total_main .btn {
	font-size: 8px;
	padding: 13px 12px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.total_main h4 {
	font-size: 19px;
	margin-bottom: 10px;
}
.total_main {
	margin: 22px auto;
}
.hcheckout img {
	margin-right: 10px;
	max-width: 20px;
}
.journey_main {
	margin: 40px auto;
}
.journey_banner h3 {
	font-size: 24px;
}
.journey_banner {
	background-size: cover;
	padding: 30px 10px 150px;
}
.cost_details_heding h4 {
	font-size: 22px;
	max-width: 200px;
	margin: 40px auto 15px;
}
.section_one_cost_details {
	margin-bottom: 70px;
}
.boost_content_img {
	width: auto;
	height: auto;
}
.center_boost {
	margin: 35px auto 10px;
	border-right: none;
	height: auto;
}
.boost_content img {
	max-width: 80px;
}
.boost_content h4 {
	font-size: 20px;
	margin-top: 10px;
}
.boost_content h5 {
	font-size: 16px;
	width: 100%;
	max-width: 150px;
	line-height: 22px;
}
.resellers_brand {
	height: auto
}
.resellers_brand img {
	max-height: 45px
}
.regular .slick-prev, .regular .slick-prev:hover, .regular .slick-prev:focus, .regular .slick-next, .regular .slick-next:hover, .regular .slick-next:focus {
	width: 25px;
	height: 25px;
}
.cost_details_img {
	margin-top: -11px;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
#cont h2 {
	font-size: 35px;
}
.other-locations ul li {
	font-size: 18px;
	padding-bottom: 20px;
}
.shop_now_heading {
	margin: 0 30px;
	margin-top: 15px;
}
.header_social ul li {
	padding: 10px 8px;
	margin: 0px;
	height: 70px;
}
.header_social ul li img {
	max-height: 28px;
}
.header_manu ul li a img {
	width: 30px;
}
.hcart {
	margin: 5px 0;
	padding: 0 15px 0px 20px;
}
.hcart ul li {
	padding: 40px 11px;
}
.header_manu {
	padding: 0px;
	margin: 10px 0px;
}
.header_manu ul li {
	margin: 5px 0;
}
.hcart ul li img {
	max-height: 30px;
}
.header_social {
	padding: 0 20px;
	margin: 10px 0;
}
.home_banner .btn {
	margin: 20px auto;
	font-size: 17px;
	padding: 15px 45px;
}
.home_banner h1 {
	font-size: 37px;
	padding-top: 7%;
}
.home_banner {
	padding: 0px 0 140px 0;
}
.juices {
	margin: 20px 15px;
}
.home_inner_content h4 {
	font-size: 19px;
}
.juices_inner img {
	max-height: 60px
}
.juices_inner {
	height: 120px;
	border-right: 1px solid #d1d3d4;
}
.juices_inner_sec {
	border: none;
}
.home_inner_content {
	height: 120px;
}
.super_food_content {
	padding: 50px 0;
	width: 48%;/* float: right; */
}
.super_food_content p {
	display: block;
}
.super_food_content h3 {
	width: 80%;
}
.super_food_content_two {
	margin-left: 5%;
}
.superfood {
	background-size: cover;
}
.super_food_content h3 {
	font-size: 29px;
}
.super_food_content p {
	margin: 13px 0;
	font-size: 14px;
	line-height: 24px;
}
.super_food_content .btn {
	font-size: 13px;
	padding: 11px 32px;
}
.Juicery {
	background-size: cover;
	height: auto;
}
.review_main {
	margin: 41px 0;
}
.review_main h4 {
	margin: 12px 0;
	font-size: 32px;
}
.left_right h4 {
	font-size: 21px;
	margin: 15px 0;
}
.review img {
	width: 50%;
}
.review p {
	font-size: 15px;
	width: 100%;
	margin: 11px auto;
}
.left_right {
	padding: 0;
	width: 100%;
	border: 0;
	max-width: 300px;
	margin: 50px auto;
	float: none;
}
.left_right hr {
	margin: 30px 0;
}
.star_star {
	width: 50%;
}
.press h2 {
	font-size: 36px;
}
.press {
	margin-top: 52px;
	margin-bottom: 10px;
}
.show {
	display: block!important;
}
.descriptive {
	margin: 0px auto;
	margin-bottom: 10px;
}
.descriptive_inner h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.descriptive_inner h5 {
	font-size: 13px;
	margin: 0px 0;
}
.footer_left_content {
	margin-top: 30px;
}
.footer_section {
	padding: 35px 0;
}
.footer_left_content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.footer_logo img {
	width: 25%;
}
.footer_contact {
	margin-top: 20px;
}
.footer_left_content p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
}
.footer_left_content h3 {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 24px;
}
.footer_left_content input, .footer_left_content select {
	padding: 10px;
	padding-left: 20px;
	font-size: 16px;
	width: 76%;
	height: 46px;
}
.content_search_desktop_two input[type="submit"] {
	padding: 17px 23px;
	padding: 0px 13px;
	font-size: 20px;
	width: auto;
}
.footer_left_content button {
	padding: 6px 15px;
	font-size: 18px;
	height: 46px;
}
.footer_contact h4 {
	font-size: 14px;
	margin-bottom: 15px;
}
.footer_contact ul {
	margin-top: 25px;
}
.footer_contact ul li {
	margin: 0px;
}
.footer_contact ul li img {
	width: 62%;
}
.footer_manu {
	margin-top: 35px;
}
.footer_contact ul li {
	margin: 0px auto;
	display: table;
	text-align: center;
}
.footer_manu ul li {
	font-size: 11px;
	margin-bottom: 7px;
}
.footer_copyreight h4 {
	font-size: 13px;
	margin: 40px 0 20px 0px;
}
.cost_banner {
	background-size: cover;
	padding: 67px 0;
}
.template-blog .cost_banner {
	background-position: center;
	padding: 67px 0 120px;
}
.cost_banner h1 {
	font-size: 38px;
}
.cost_banner h2 {
	margin-top: 11px;
	font-size: 18px;
}
.content_tips_cost p {
	line-height: 22px;
	font-size: 16px;
}
.content_tips_cost h4 {
	font-size: 22px;
	line-height: 35px;
}
.tips_content .btn {
	margin: 16px auto;
	border-radius: 29px;
	font-size: 15px;
	padding: 9px 26px;
}
.tips_cost {
	margin: 20px 0;
}
.current_resellers h4 {
	font-size: 22px;
}
.review_details_cost {
	margin: 10px 0
}
.review_details_cost p {
	font-size: 20px;
	width: 100%;
	margin: 15px auto;
	line-height: 29px;
	max-width: 300px;
}
.review_details_cost h4 {
	font-size: 14px;
}
.faqcenter {
	max-width: 400px;
	margin: 0px auto;
}
.faq_heading h3 {
	font-size: 14px;
	line-height: 22px;
}
.faq_content p {
	font-size: 14px;
	line-height: 26px;
	margin: 9px 0;
	padding: 0 18px 0 39px;
}
.faq_heading img {
	margin-right: 17px;
	width: 20px;
}
.faq_div {
	padding: 18px 0;
	width: 97%;
}
.section_two_collection .container {
	width: 600px;
}
.category_div h3 {
	font-size: 18px;
	line-height: 30px;
	padding: 5px 0 15px 0;
}
.cat_tx {
	font-size: 16px;
}
.cat_list {
	margin-bottom: 10px;
}
.heading {
	margin: 20px 0;
}
.heading h1 {
	font-size: 28px;
	width: 69%;
	line-height: 38px;
	margin: 0px auto;
}
.tips_content .btn {
	margin: 15px 0 0 0;
	font-size: 13px;
	padding: 11px 29px;
}
.collection p {
	font-size: 14px;
	line-height: 23px;
	width: 100%;
	margin: 10px auto;
	max-width: 250px;
}
.collection h2 {
	font-size: 24px;
	min-height: auto
}
.collection h4 {
	font-size: 24px;
}
.collection {
	margin: 25px 2px;
}
.collection_img {
	height: 250px;
}
.collection_img img {
	max-height: 200px;
}
.collection_show_more h4 {
	font-size: 23px;
}
.collection_show_more img {
	margin-top: 12px;
	width: 29px;
}
.collection_show_more {
	margin: 15px auto;
}
.tips_content {
	margin: 25px auto;
	max-width: 280px;
}
.tips_content h2 {
	font-size: 26px;
	line-height: 36px;
}
.tips_content p {
	font-size: 14px;
	margin: 11px auto;
	line-height: 24px;
	max-width: 100%;
}
.regular {
	max-width: 400px;
}
.resellers_brand {
	height: 80px;
}
.regular .slick-prev, .regular .slick-prev:hover, .regular .slick-prev:focus, .regular .slick-next, .regular .slick-next:hover, .regular .slick-next:focus {
	width: 25px;
	height: 25px;
}
.resellers_brand img {
	max-height: 60px
}
.cost_review {
	margin: 20px 0;
}
.collection .btn {
	margin: 16px auto;
	font-size: 12px;
	padding: 12px 28px;
}
.story_content_one {
	width: 95%;
	padding: 15px 0;
}
.story_main {
	margin: 40px auto;
	max-width: 450px;
}
.story_content {
	padding: 11px 0;
	width: 90%;
}
.story_content h4 {
	font-size: 30px;
	line-height: 37px;
}
.story_content p {
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0;
}
.goodness>h4 {
	font-size: 34px;
}
.goodness h5 {
	font-size: 30px;
	margin: 22px 0 40px;
}
.goodness_notes h4 {
	background-position: 0px 5px;
	font-size: 20px;
	padding: 7px 0;
	padding-left: 50px;
	background-size: 31px;
}
.goodness_notes p {
	padding: 6px 0;
	font-size: 14px;
	line-height: 24px;
}
.goodness_notes {
	margin: 0px auto;
	margin-bottom: 19px;
	width: 420px;
}
.newsletter_banner .btn {
	margin: 24px auto;
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 17px;
}
.blog_heading_main h4 {
	font-size: 33px;
}
.cost_banner h1 {
	font-size: 32px;
	line-height: 40px;
	padding: 10px;
	padding-bottom: 0;
	max-width: 450px;
	margin: 0 auto;
}
.blog_heading_main {
	margin: 0px 0 30px;
}
.latest_entries {
	margin: 0px auto;
	margin-top: 50px;
	max-width: 500px;
}
.blog_main {
	margin-bottom: 40px;
	padding-right: 0;
}
.blog_one {
	margin-bottom: 50px;
}
.blog_one img {
	margin: 0px;
}
.newsletter_search {
	margin-top: 30px;
}
.latest_entries .container {
	width: 100%
}
.blog_one h4 {
	font-size: 23px;
	margin-bottom: 15px;
}
.blog_one h5 {
	font-size: 15px;
}
.blog_one p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 22px;
	width: 100%;
}
.blog_one h6 {
	font-size: 12px;
}
.blog_one .btn {
	margin: 28px 0 0 0;
	border-radius: 66px;
	font-size: 12px;
	padding: 10px 46px;
}
.newsletter_search input[type="text"] {
	padding: 8px 12px;
	font-size: 17px;
	width: 78%;
	float: left;
	height: 46px;
}
.newsletter_search input[type="submit"] {
	padding: 8px 10px;
	font-size: 18px;
	height: 46px;
}
.newsletter_search h4 {
	font-size: 18px;
	margin: 14px 0;
}
.nawsletter_instgram h4 {
	font-size: 18px;
	margin: 17px 0;
}
.popular_posts h4 {
	font-size: 18px;
	margin: 15px 0;
}
.nawsletter_instgram {
	margin-top: 30px;
}
.popular_posts {
	margin-top: 55px;
}
.newsletter_tag {
	margin: 50px 0;
}
.newsletter_tag h4 {
	font-size: 18px;
	margin-bottom: 25px;
}
.newsletter_tag ul li {
	font-size: 14px;
	margin-bottom: 6px;
}
.blog_rep {
	padding-right: 0;
	max-width: 500px;
	margin: 0px auto;
}
.blog_banner {
	height: 299px;
	margin-bottom: 50px;
	background-position: center;
}
.blog_title_left h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
.blog_title_right {
	float: none;
	display: block;
	text-align: center;
	margin: 0px auto;
	display: table;
}
.blog_title_left h5 {
	font-size: 16px;
	margin-bottom: 15px;
}
.blog_title_right h5 {
	font-size: 19px;
	margin-bottom: 14px;
}
.blog_people {
	margin: 50px 0 80px;
	display: inline-block;
	width: 100%;
}
.blog_discraption>p {
	font-size: 14px;
	line-height: 24px;
	margin: 24px 0;
}
.blog_discraption h4 {
	font-size: 19px;
	line-height: 31px;
	margin-top: 22px;
	width: 98%;
}
.blog_discraption h6 {
	font-size: 16px;
	margin-top: 10px;
}
.blog_discraption img {
	margin: 25px 0 0;
	width: 100%;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 43px;
	display: block;
}
.back_to_all_img {
	height: 300px;
	width: 85px;
}
.back_to_all_img img {
	width: 18px;
}
.back_to_all_main h4 {
	font-size: 17px;
	margin: 11px 0;
}
.back_to_all_img {
	height: 120px;
	width: 80px;
}
.people_detaile p {
	font-size: 14px;
	margin-top: 5px;
	padding-left: 0;
	line-height: 21px;
	width: 100%;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 0;
}
.blog_title_right ul li {
	float: left;
	margin: 0 9px;
	height: 25px;
}
.productright {
	max-width: 400px;
	margin: 0px auto;
}
.product_buy {
	text-align: center
}
.product_name h1 {
	font-size: 32px;
	margin: 10px auto;
}
.product_name h5 {
	font-size: 23px;
	margin: 10px auto;
  	display: table
}
.product-form__item {
	text-align: center
}
.lastpro {
	display: none
}
.product_review {
	margin: 0px
}
.product_review .spr-badge {
	float: left
}
.product_review .spr-badge-starrating .spr-icon {
	font-size: 16px;
}
.product_review h5 {
	font-size: 16px;
	float: left;
	margin: 2px 20px;
}
.product_review img {
	width: 106px;
}
.product-form {
	text-align: center
}
.product_buy .btn {
	font-size: 13px;
	padding: 10px 27px;
	margin: 20px 00;
}
.product-form__item label {
	margin-top: 8px;
	font-size: 20px;
}
.productright select {
	font-size: 16px;
	padding: 10px 25px;
}
.pimg .product-single__photos {
	margin: 0px 0 20px;
}
.product_dircption_full {
	padding: 25px 0 15px 0;
}
.product_dircption_full h4 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	max-width: 200px;
	margin: 0px auto;
	margin-bottom: 30px;
}
.product_dircption_full h5 {
	font-size: 17px;
}
.product_dircption_full p {
	font-size: 14px;
	line-height: 24px;
	margin: 13px 0;
}
.product_dircption_full_two h4 {
	font-size: 19px;
}
.product_dircption_full_two h5 {
	font-size: 17px;
}
.product_collection {
	max-width: 600px;
	margin: 0px auto
}
.product_collection>h4 {
	font-size: 36px;
	margin: 19px 0;
}
.review_left_right_photo {
	display: none
}
.content_search_desktop_two {
	width: 100%;
	margin: 0 auto;
	padding: 32px;
	height: 234px;
	border-radius: 10px;
	position: relative;
	top: 0;
	max-width: 350px;
	text-align: center;
}
.content_search_details_desktop_two {
	background-size: 35px;
	background-position: 29px 10px;
	margin: 100px auto;
	padding: 31px 0 0 57px;
	max-width: 480px;
}
.content_search_details_desktop_two h4 {
	font-size: 18px;
}
.content_search_details_desktop_two p {
	width: 91%;
	font-size: 14px;
	line-height: 20px;
	margin: 9px 0;
}
.decktop_two_banner_img img {
	object-fit: cover;
	height: 353px;
}
.shop_now {
	margin: 10px;
}
.shop_now_logo img {
	width: 128px;
}
.shop_now_close img {
	width: 30px;
}
.shop_list_one h4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.mcontainer {
	padding: 0px 70px 0;
}
.shop_list_two h5 {
	font-size: 11px;
	margin-bottom: 10px;
}
.shop_list_two ul li {
	font-size: 18px;
}
.shop_list_three {
	display: block;
}
.desktop_two_contant ul li {
	margin-bottom: 2px;
	font-size: 18px;
}
.change_location h4 {
	font-size: 14px;
	margin: 5px 0 15px;
	width: 100%
}
.change_location .btn {
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 23px;
	margin: 13px 0px;
}
.change_location {
	margin: 0 0 50px;
}
.shop_list_two {
	margin-top: 0px;
	padding: 0px;
	border-top: none;
}
.desktop_two_contant {
	margin: 14px 15px;
}
.shop_list_three ul li {
	margin: 0;
}
.shop_product_desktop_2 img {
	width: 60px;
}
.shop_product_desktop_2 h4 {
	font-size: 14px;
	width: 70%;
	margin: 12px auto;
}
.shop_list_three h5 {
	font-size: 13px;
}
.desktop_two_content {
	background-color: #f3f5fb;
	padding: 20px 0;
}
.cart_main_part_one h4 {
	font-size: 22px;
	color: #646464;
}
.cart_main_part_two h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_product_pic img {
	width: 70px;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	font-size: 15px;
	text-align: left;
}
.cart_product_name h4 a {
	font-size: 15px;
}
.quantitiy_dv .minus {
	font-size: 20px;
	width: 30px;
	height: 30px;
	margin: 0px;
}
.quantitiy_dv input {
	width: 0px;
	height: 19px;
	font-size: 20px;
	border: none;
	margin: 0;
	padding: 0;
}
.qty_1 {
	width: 45px !important;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four img {
	width: 31px;
}
.quantitiy_dv .plus {
	font-size: 20px;
	width: 30px;
	height: 30px;
	margin: 0px;
}
.cart_product_name {
	padding: 0px;
}
.quantitiy_dv {
	text-align: center;
	margin: 0px auto;
	display: table;
}
.drawer {
	width: 90%;
}
.ccontainer {
	padding: 40px 30px;
}
.cart-drawer__item-image {
	width: 70px;
	height: 70px;
}
.hcheckout h4 {
	font-size: 16px;
	color: #808285;
	line-height: 20px;
}
.hcheckout {
	margin: 32px 0;
	display: block;
}
.total_main .btn {
	border-radius: 85px;
	font-size: 11px;
	padding: 18px 31px;
	word-spacing: 1px;
	letter-spacing: 2px;
}
.total_main h4 {
	font-size: 21px;
	margin-bottom: 10px;
}
.total_main {
	text-align: center;
	margin: 22px auto;
	display: table;
	margin-right: 78px;
}
.hcheckout img {
	float: left;
	margin-right: 22px;
}
.journey_banner h3 {
	font-size: 37px;
}
.journey_banner {
	background-size: cover;
	padding: 0 0;
	padding: 23px 0;
}
.boost_content_img {
	height: 70px;
	width: 100px;
	margin: 0px auto;
}
.center_boost {
	margin: 30px auto;
	height: 230px;
}
.boost_content h4 {
	font-size: 25px;
}
.boost_content h5 {
	font-size: 18px;
	width: 84%;
	line-height: 19px;
}
.cost_details_heding h4 {
	font-size: 32px;
	margin: 50px 0 30px;
}
.journey_main {
	width: 100%;
	margin: 0px auto;
}
.journey_main .col-xs-12 {
	width: 33%;
}
.journey_banner {
	padding: 50px 0 205px 0;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.product_review .spr-badge-starrating .spr-icon {
	font-size: 20px;
}
.header_social ul li {
	margin: 5px 0;
	padding: 0px 10px;
	height: 60px;
}
.header_social ul li img {
	max-height: 28px;
}
.header_manu ul li a img {
	width: auto;
	height: 35px;
}
.header_manu {
	padding: 0px;
	margin: 5px 0px;
}
.header_social {
	margin: 5px 0;
	padding: 0 15px;
}
.hcart {
	margin: 5px 0;
	padding: 0 15px 0px 15px;
}
.hcart ul li {
	padding: 35px 11px;
}
.hcart ul li img {
	max-height: 35px;
}
.home_banner .btn {
	margin: 20px auto;
	font-size: 17px;
	padding: 20px 74px;
}
.home_banner h1 {
	font-size: 46px;
	padding-top: 11%;
}
.home_banner {
	padding: 0 0 200px 0;
}
.juices {
	margin: 30px 15px;
}
.home_inner_content h4 {
	font-size: 27px;
}
.juices_inner img {
	max-height: 90px
}
.juices_inner {
	height: 170px;
	border-right: 1px solid #d1d3d4;
	width: 100%;
}
.home_inner_content {
	height: 170px;
}
.super_food_content {
	padding: 78px 50px 78px 0;
	width: 45%;
	margin-left: 55%;
}
.super_food_content p {
	display: block;
}
.super_food_content h3 {
	width: 80%;
	font-size: 33px;
}
.super_food_content_two {
	margin-left: 5%;
}
.superfood {
	background-size: cover;
}
.super_food_content p {
	margin: 20px 0;
	font-size: 16px;
}
.super_food_content .btn {
	font-size: 15px;
	padding: 13px 36px;
}
.Juicery {
	background-size: cover;
	height: auto;
}
.review_main {
	margin: 61px 0 40px;
}
.review_main h4 {
	margin: 12px 0;
	font-size: 40px;
}
.left_right h4 {
	font-size: 28px;
	margin: 15px 0;
}
.review img {
	width: 50%;
}
.review p {
	font-size: 17px;
	width: 63%;
	margin: 11px auto;
}
.left_right {
	padding: 39px;
}
.reviewiframe {
    width: 83%;
}  
.star_star {
	width: 50%;
}
.press h2 {
	font-size: 36px;
}
.press {
	margin-top: 52px;
}
.show {
	display: block!important;
}
.descriptive_inner h4 {
	font-size: 22px;
	margin: 15px 0;
}
.descriptive_inner h5 {
	font-size: 17px;
	color: #646464;
	margin: 7px 0;
}
.footer_section {
	padding: 35px 0;
}
.footer_left_content h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.footer_logo img {
	width: 25%;
}
.footer_left_content p {
	font-size: 19px;
	margin-bottom: 50px;
}
.footer_left_content p {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 26px;
}
.footer_left_content h3 {
	font-size: 21px;
	margin-bottom: 25px;
	line-height: 34px;
}
.footer_left_content input, .footer_left_content select {
	padding: 10px;
	padding-left: 20px;
	font-size: 17px;
	width: 71%;
	height: 46px;
}
.footer_left_content button {
	padding: 3px 15px;
	font-size: 18px;
	height: 46px;
}
.footer_contact h4 {
	font-size: 19px;
	margin-bottom: 20px;
}
.footer_contact ul li {
	margin: 0px;
}
.footer_contact ul li img {
	width: 62%;
}
.footer_contact ul li {
	margin: 0px auto;
	display: table;
	text-align: center;
}
.footer_manu ul li {
	font-size: 16px;
	margin-bottom: 13px;
	font-weight: 600;
}
.footer_copyreight h4 {
	font-size: 17px;
	margin: 40px 0 20px 0px;
}
.cost_banner {
	background-size: cover;
	padding: 90px 0;
}
.cost_banner h1 {
	font-size: 47px;
}
.cost_banner h2 {
	margin-top: 25px;
	font-size: 19px;
}
.content_tips_cost p {
	line-height: 25px;
	font-size: 18px;
}
.content_tips_cost h4 {
	font-size: 32px;
	line-height: 35px;
}
.tips_content .btn {
	margin: 16px auto;
	border-radius: 29px;
	font-size: 17px;
	padding: 12px 38px;
}
.tips_cost {
	margin: 20px 0;
}
.current_resellers h4 {
	font-size: 24px;
}
.review_details_cost p {
	font-size: 25px;
	width: 86%;
	margin: 15px auto;
	line-height: 32px;
}
.review_details_cost h4 {
	font-size: 16px;
}
.faq_heading h3 {
	font-size: 18px;
	line-height: 28px;
}
/*.faq_heading h3 span {
	font-size: 22px;
}*/
.faq_content p {
	font-size: 16px;
	margin: 9px 4px;
	padding: 0 54px 0 39px;
}
.faq_heading img {
	margin-right: 17px;
	width: 20px;
}
.faq_div {
	padding: 25px 0;
	width: 97%;
}
.heading {
	margin: 30px 0;
}
.heading h1 {
	font-size: 38px;
	line-height: 48px;
	width: 69%;
	margin: 0px auto;
}
.category_div h3 {
	font-size: 24px;
	line-height: 35px;
}
.cat_tx {
	font-size: 18px;
}
.shp_catdiv {
	padding-bottom: 30px;
}
.tips_content .btn {
	margin: 15px 0 0 0;
	border-radius: 29px;
	font-size: 15px;
	padding: 11px 29px;
}
.collection p {
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	margin: 20px auto;
}
.collection h2 {
	font-size: 26px;
}
.collection h4 {
	font-size: 26px;
}
.collection {
	margin: 25px 2px;
}
.collection_show_more h4 {
	font-size: 23px;
}
.collection_show_more img {
	margin-top: 12px;
	width: 29px;
}
.collection_show_more {
	margin: 15px auto;
}
.resellers_brand img {
	max-height: 80px
}
.tips_content {
	margin: 43px auto;
}
.tips_content h2 {
	font-size: 36px;
	line-height: 41px;
}
.tips_content.content_tips_cost {
	text-align: left
}
.tips_content p {
	font-size: 16px;
	max-width: 100%;
	margin: 20px auto;
	line-height: 28px;
}
.tips_img {
	margin: 0px auto;
	display: table;
}
.collection .btn {
	margin: 26px auto;
	border-radius: 85px;
	font-size: 10px;
	padding: 14px 32px;
	border: 2px solid #636364;
}
.story_content_one {
	width: 95%;
	padding: 15px 0;
}
.story_content {
	padding: 64px 0;
	width: 90%;
}
.story_main {
	margin: 50px 0;
}
.story_content h4 {
	font-size: 43px;
	line-height: 45px;
}
.story_content p {
	font-size: 16px;
	line-height: 24px;
	margin: 23px 0;
}
.goodness>h4 {
	font-size: 40px;
}
.goodness h5 {
	font-size: 27px;
	margin: 30px 0 50px;
}
.goodness_notes h4 {
	background-position: 10px 7px;
	font-size: 24px;
	padding: 7px 0;
	padding-left: 54px;
	background-size: 31px;
}
.goodness_notes p {
	padding: 6px 0;
	font-size: 15px;
	line-height: 27px;
}
.goodness_notes {
	margin: 0px auto;
	margin-bottom: 19px;
	width: 80%;
}
.newsletter_banner .btn {
	margin: 24px auto;
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 17px;
}
.blog_heading_main h4 {
	font-size: 38px;
}
.cost_banner h1 {
	font-size: 42px;
	line-height: 33px;
	padding: 10px;
	padding-bottom: 0;
}
.blog_heading_main {
	margin: 43px 0;
}
.blog_one h4 {
	font-size: 27px;
	margin-bottom: 15px;
}
.blog_one h5 {
	font-size: 17px;
}
.blog_one p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 42px;
	width: 95%;
}
.newsletter_banner .btn {
	margin: 74px auto;
	border-radius: 85px;
	font-size: 14px;
	padding: 17px 31px;
}
.blog_one h6 {
	font-size: 14px;
}
.blog_one .btn {
	margin: 28px 0 0 0;
	border-radius: 66px;
	font-size: 15px;
	padding: 13px 54px;
}
.blog_main {
	padding-right: 50px;
}
.blog_side {
	padding-right: 0;
}
.newsletter_search input[type="text"] {
	padding: 8px 12px;
	font-size: 17px;
	width: 78%;
	float: left;
	height: 50px;
}
.newsletter_search input[type="submit"] {
	padding: 8px 10px;
	font-size: 18px;
	height: 50px;
}
.newsletter_search h4 {
	font-size: 25px;
	margin: 14px 0;
}
.nawsletter_instgram h4 {
	font-size: 25px;
	margin: 40px 0 17px;
}
.popular_posts h4 {
	font-size: 25px;
	margin: 15px 0;
}
.nawsletter_instgram {
	margin-top: 30px;
}
.popular_posts {
	margin-top: 55px;
}
.newsletter_tag h4 {
	font-size: 25px;
	margin-bottom: 25px;
}
.newsletter_tag ul li {
	font-size: 18px;
	margin-bottom: 6px;
}
.newsletter_tag {
	margin-top: 50px;
}
.popular_posts h4 {
	font-size: 25px;
	margin: 15px 0;
}
.blog_banner {
	height: 299px;
	margin-bottom: 50px;
	background-position: center;
}
.blog_title_left h1 {
	font-size: 33px;
	margin-bottom: 10px;
}
.blog_title_right {
	float: right;
	display: block;
}
.blog_title_left h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.blog_title_right h5 {
	font-size: 19px;
	margin-bottom: 14px;
}
.blog_discraption>p {
	font-size: 17px;
	line-height: 23px;
	margin-top: 24px;
}
.blog_discraption h4 {
	font-size: 20px;
	line-height: 31px;
	margin-top: 22px;
	width: 100%;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 43px;
	display: block;
}
.back_to_all_img {
	height: 300px;
	width: 85px;
}
.back_to_all_img img {
	width: 18px;
}
.back_to_all_main h4 {
	font-size: 19px;
	margin: 11px 0;
}
.back_to_all_img {
	height: 120px;
	width: 119px;
}
.people_detaile p {
	font-size: 14px;
	margin-top: 5px;
	padding-left: 0;
	line-height: 19px;
	width: 90%;
}
.blog_discraption img {
	margin: 27px 0 40px;
	width: 100%;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 0;
}
.blog_title_right ul li {
	float: left;
	margin: 0 9px;
	height: 25px;
}
.blog_discraption h6 {
	font-size: 18px;
	margin-top: 10px;
}
.product_name h1 {
	font-size: 36px;
	margin: 10px auto;
}
.product_name h5 {
	font-size: 25px;
	margin: 10px auto;
}
.product_review {
	display: BLOCK;
}
.product_review h5 {
	font-size: 21px;
}
.product_review img {
	width: 157px;
}
.product_buy .btn {
	font-size: 13px;
	padding: 10px 27px;
	margin: 20px 00;
}
.product-form__item label {
	margin-top: 8px;
	font-size: 20px;
}
.productright select {
	font-size: 16px;
	padding: 10px 25px;
}
.product_dircption_full h4 {
	font-size: 16px;
	margin-bottom: 33px;
}
.product_dircption_full h5 {
	font-size: 17px;
}
.product_dircption_full p {
	font-size: 16px;
	line-height: 24px;
	margin: 13px 0;
}
.product_dircption_full_two h4 {
	font-size: 19px;
}
.product_dircption_full_two h5 {
	font-size: 17px;
}
.product_collection>h4 {
	font-size: 40px;
	margin: 19px 0;
}
.blog_title_right {
	float: none;
	display: block;
	text-align: center;
	margin: 0px auto;
	display: table;
}
.newsletter_search {
	margin-top: 100px;
}
.content_search_desktop_two {
	width: 100%;
	margin: 0 auto;
	padding: 32px;
	box-shadow: 0px 0px 30px #888887;
	height: 234px;
	border-radius: 30px;
	position: relative;
	top: -58px;
}
.content_search_details_desktop_two {
	background-size: 35px;
	background-position: 29px 10px;
	margin: 33px 0px;
	padding: 31px 0 0 57px;
}
.content_search_details_desktop_two h4 {
	font-size: 18px;
}
.content_search_details_desktop_two p {
	width: 91%;
	font-size: 15px;
	line-height: 21px;
	margin: 9px 0;
}
.shop_now {
	margin: 10px;
}
.shop_now_logo img {
	width: 123px;
}
.shop_now_close img {
	width: 35px;
}
.shop_list_one h4 {
	font-size: 28px;
}
.shop_list_two h5 {
	font-size: 13px;
	margin-bottom: 2px;
}
.shop_list_two ul li {
	font-size: 23px;
}
.shop_list_three {
	display: block;
}
.desktop_two_contant ul li {
	margin-bottom: 0px;
	font-size: 22px;
}
.change_location h4 {
	font-size: 15px;
	float: left;
	margin-right: 0;
	margin-top: 20px;
	margin: 25px 0;
}
.change_location .btn {
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 23px;
	margin: 13px 52px;
}
.shop_list_two {
	margin-top: 0px;
	padding: 0px;
	border-top: none;
}
.shop_list_three ul li {
	margin: 10px;
	width: 92px;
}
.shop_product_desktop_2 {
	width: 100%;
}
.shop_product_desktop_2 img {
	width: 60px;
}
.content_search_desktop_two input[type="submit"] {
	padding: 10px 23px
}
.shop_product_desktop_2 h4 {
	font-size: 16px;
	margin: 12px auto;
	line-height: 23px;
}
.shop_list_three h5 {
	font-size: 13px;
}
.desktop_two_content {
	background-color: #f3f5fb;
	padding: 20px 0;
}
.cart_main_part_one h4 {
	font-size: 22px;
	color: #646464;
}
.cart_main_part_two h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_product_pic img {
	width: 70px;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	color: #646464;
	font-family: 'Lato', sans-serif;
	font-size: 9px;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	color: #646464;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-align: left;
}
.quantitiy_dv .minus {
	font-size: 28px;
	color: #cbcbcb;
	width: 40px;
	border-radius: 100%;
	height: 40px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 23px 2px #cbcbcb;
	margin: 0px;
}
.quantitiy_dv input {
	border-radius: 0px;
	width: 0px;
	height: 19px;
	margin-left: -4px;
	font-size: 23px;
	border: none;
	margin: 0;
	padding: 0;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four img {
	width: 31px;
}
.quantitiy_dv .plus {
	font-size: 28px;
	color: #cbcbcb;
	width: 40px;
	border-radius: 100%;
	height: 40px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 23px 2px #cbcbcb;
	margin: 0px;
}
.cart_product_name {
	padding: 15px 0;
}
.quantitiy_dv {
	text-align: center;
	margin: 0px auto;
	display: table;
}
.hcheckout h4 {
	font-size: 16px;
	color: #808285;
	line-height: 20px;
}
.hcheckout {
	margin: 32px 0;
	display: block;
}
.drawer {
	width: 90%;
}
.ccontainer {
}
.total_main .btn {
	border-radius: 85px;
	font-size: 11px;
	padding: 18px 31px;
	word-spacing: 1px;
	letter-spacing: 2px;
}
.total_main h4 {
	font-size: 21px;
	margin-bottom: 10px;
}
.total_main {
	margin: 22px auto;
}
.hcheckout img {
	float: left;
	margin-right: 22px;
}
.journey_banner h3 {
	font-size: 24px;
}
.journey_banner {
	background-size: cover;
	padding: 0 0;
	padding: 23px 0;
}
.boost_content_img {
	width: 117px;
	margin: 0px auto;
	height: 80px;
}
.center_boost {
	margin: 40px auto;
	height: 230px;
}
.boost_content h4 {
	font-size: 27px;
}
.boost_content h5 {
	font-size: 18px;
	width: 200px;
	line-height: 28px;
}
.cost_details_heding h4 {
	font-size: 42px;
	margin: 67px 0;
}
.journey_main {
	width: 100%;
	margin: 0px auto;
}
.journey_main .col-xs-12 {
	width: 33%;
}
.journey_banner {
	padding: 70px 0 280px 0;
}
}

@media only screen and (min-width:1200px) and (max-width:1367px) {
.container {
	width: 1170px;
}
.header_social ul li {
	padding: 0px 5px;
	margin: 0px 3px;
}
.header_manu ul li {
	margin: 0px 0;
}
.header_manu ul li a img {
	width: auto;
	height: 35px;
}
.header_social ul li img {
	max-height: 28px;
}
.hcart {
	margin: 10px 0;
}
.hcart ul li {
	padding: 38px 11px;
}
.header_manu {
	padding: 10px 0px;
	margin: 10px 0px;
}
.header_social {
	margin: 10px 0;
}
.home_banner .btn {
	margin: 50px auto;
	font-size: 16px;
	padding: 17px 59px;
}
.home_banner h1 {
	font-size: 52px;
	padding-top: 8%;
}
.home_banner {
	padding: 0 0 200px 0;
}
.juices {
	margin: 40px 15px;
}
.home_inner_content h4 {
	font-size: 27px;
}
.juices_inner img {
	max-height: 100px
}
.juices_inner {
	height: 250px;
	border-right: 1px solid #d1d3d4;
	width: 100%;
}
.juices_inner_sec {
	border: 0px;
}
.home_inner_content {
	height: 250px;
}
.super_food_content {
	padding: 88px 100px 88px 0;
	width: 46%;
	margin-left: 54%;
}
.super_food_content p {
	display: block;
}
.super_food_content h3 {
	width: 80%;
	font-size: 40px;
}
.super_food_content_two {
	margin-left: 5%;
}
.superfood {
	background-size: cover;
}
.super_food_content p {
	margin: 32px 0;
	font-size: 20px;
}
.super_food_content .btn {
	font-size: 17px;
	padding: 16px 44px;
}
.Juicery {
	background-size: cover;
	height: auto;
}
.review_main {
	margin: 70px 0 50px;
}
.review_main h4 {
	margin: 12px 0;
	font-size: 43px;
}
.heading {
	margin: 40px 0;
}
.left_right h4 {
	font-size: 28px;
	margin: 15px 0;
}
.review img {
	width: 50%;
}
.review p {
	font-size: 17px;
	width: 63%;
	margin: 11px auto;
}
.left_right {
	padding: 39px;
}
.reviewiframe {
    width: 82%;
}  
.star_star {
	width: 50%;
}
.press h2 {
	font-size: 41px;
}
.press {
	margin-top: 52px;
}
.show {
	display: block!important;
}
.descriptive_inner h4 {
	font-size: 25px;
	margin: 15px 0;
}
.descriptive_inner h5 {
	font-size: 17px;
	color: #646464;
	margin: 7px 0;
}
.footer_section {
	padding: 35px 0;
}
.footer_left_content h4 {
	font-size: 26px;
	margin-bottom: 20px;
}
.footer_logo img {
	width: 25%;
}
.footer_left_content h3 {
	font-size: 25px;
	margin-bottom: 25px;
	line-height: 36px;
}
.footer_left_content p {
	font-size: 19px;
	margin-bottom: 50px;
}
.footer_left_content p {
	color: #8e8e8e;
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
}
.footer_left_content input, .footer_left_content select {
	padding: 10px;
	padding-left: 20px;
	font-size: 21px;
	width: 71%;
	height: 60px
}
.footer_left_content button {
	padding: 13px 15px;
	font-size: 18px;
	height: 60px
}
.footer_contact h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.footer_contact ul li {
	margin: 0px;
}
.footer_contact ul li img {
	width: 62%;
}
.footer_contact ul li {
	margin: 0px auto;
	display: table;
	text-align: center;
}
.footer_manu ul li {
	font-size: 16px;
	margin-bottom: 13px;
	font-weight: 600;
}
.footer_copyreight h4 {
	font-size: 17px;
	margin: 40px 0 20px 0px;
}
.row_main {
	width: 76%;
	margin: 0px auto;
}
.cost_banner {
	padding: 129px 0;
}
.content_tips_cost {
	margin: 0px auto;
	width: 80%;
}
.cost_banner h1 {
	font-size: 47px;
}
.cost_banner h2 {
	margin-top: 25px;
	font-size: 19px;
}
.content_tips_cost p {
	line-height: 25px;
	font-size: 18px;
}
.content_tips_cost h4 {
	font-size: 32px;
	line-height: 35px;
}
.tips_content .btn {
	margin: 16px auto;
	border-radius: 29px;
	font-size: 17px;
	padding: 12px 38px;
}
.tips_cost {
	margin: 20px 0;
}
.current_resellers h4 {
	font-size: 24px;
}
.review_details_cost p {
	font-size: 25px;
	width: 86%;
	margin: 15px auto;
	line-height: 32px;
}
.review_details_cost h4 {
	font-size: 16px;
}
.review_details_cost {
	width: 80%;
}
.faq_heading h3 {
	font-size: 20px;
	line-height: 30px;
}
.faq_content p {
	font-size: 17px;
	margin: 9px 4px;
	padding: 0 54px 0 30px;
	line-height: 30px;
}
.faq_heading img {
	margin-right: 17px;
	width: 20px;
}
.faq_div {
	padding: 25px 0;
	width: 100%;
	margin: 0px auto;
}
.heading h1 {
	font-size: 43px;
	line-height: 53px;
	width: 44%;
	margin: 0px auto;
}
.category_div h3 {
	font-size: 24px;
	line-height: 36px;
}
.cat_list {
	margin-bottom: 14px;
}
.cat_tx {
	font-size: 16px;
}
.tips_content .btn {
	margin: 32px 0 0 0;
	border-radius: 29px;
	font-size: 18px;
	padding: 13px 41px;
}
.section_two_collection .container {
	max-width: 90%;
	margin: 0px auto;
}
.collection p {
	font-size: 17px;
	line-height: 26px;
	width: 100%;
	margin: 20px auto;
}
.collection h2 {
	font-size: 28px;
	min-height: 62px;
}
.collection h4 {
	font-size: 28px;
}
.collection {
	margin: 25px 2px;
}
.collection_show_more h4 {
	font-size: 28px;
}
.collection_show_more img {
	margin-top: 12px;
	width: 29px;
}
.collection_show_more {
	margin: 15px auto;
}
.tips_content {
	margin: 89px auto;
}
.tips_content h2 {
	font-size: 36px;
	line-height: 41px;
}
.tips_content p {
	font-size: 20px;
	max-width: 100%;
	margin: 17px auto;
	line-height: 32px;
}
.tips_content.content_tips_cost {
	text-align: left
}
.resellers_brand img {
	max-height: 100px
}
.tips_img {
	margin: 0px auto;
	display: table;
}
.product_review .spr-badge-starrating .spr-icon {
	font-size: 24px;
}
.collection .btn {
	margin: 26px auto;
	border-radius: 85px;
	font-size: 15px;
	padding: 16px 42px;
	border: 2px solid #636364;
}
.story_content_one {
	width: 95%;
	padding: 15px 0;
}
.story_content {
	padding: 64px 0;
	width: 80%;
	margin: 0px auto;
}
.story_main {
	margin: 50px 0;
}
.story_content h4 {
	font-size: 43px;
	line-height: 45px;
}
.story_content p {
	font-size: 16px;
	line-height: 24px;
	margin: 23px 0;
}
.goodness>h4 {
	font-size: 40px;
}
.goodness h5 {
	font-size: 27px;
	margin: 30px 0 50px;
}
.goodness_notes h4 {
	background-position: 10px 7px;
	font-size: 24px;
	padding: 7px 0;
	padding-left: 54px;
	background-size: 31px;
}
.goodness_notes p {
	padding: 6px 0;
	font-size: 15px;
	line-height: 27px;
}
.goodness_notes {
	margin: 0px auto;
	margin-bottom: 19px;
	width: 80%;
}
.goodness {
	margin: 50px 88px;
}
.newsletter_banner .btn {
	margin: 24px auto;
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 17px;
}
.blog_heading_main h4 {
	font-size: 38px;
}
.cost_banner h1 {
	font-size: 42px;
	line-height: 33px;
	padding: 10px;
	padding-bottom: 0;
}
.blog_heading_main {
	margin: 43px 0;
}
.blog_one h4 {
	font-size: 27px;
	margin-bottom: 15px;
}
.blog_one h5 {
	font-size: 17px;
}
.blog_one p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 42px;
	width: 95%;
}
.newsletter_banner .btn {
	margin: 74px auto;
	border-radius: 85px;
	font-size: 14px;
	padding: 17px 31px;
}
.blog_one h6 {
	font-size: 14px;
}
.blog_one .btn {
	margin: 28px 0 0 0;
	border-radius: 66px;
	font-size: 15px;
	padding: 13px 54px;
}
.newsletter_search input[type="text"] {
	font-size: 17px;
	height: 60px
}
.newsletter_search input[type="submit"] {
	padding: 8px 15px;
	font-size: 18px;
	height: 60px
}
.newsletter_search h4 {
	font-size: 25px;
	margin: 14px 0;
}
.nawsletter_instgram h4 {
	font-size: 25px;
	margin: 17px 0;
}
.popular_posts h4 {
	font-size: 23px;
	margin: 15px 0;
}
.nawsletter_instgram {
	margin-top: 60px;
}
.popular_posts {
	margin-top: 55px;
}
.newsletter_tag h4 {
	font-size: 25px;
	margin-bottom: 25px;
}
.newsletter_tag ul li {
	font-size: 18px;
	margin-bottom: 6px;
}
.newsletter_tag {
	margin-top: 50px;
}
.popular_posts h4 {
	font-size: 25px;
	margin: 15px 0;
}
.blog_main {
	margin-bottom: 61px;
}
.blog_banner {
	height: 299px;
	margin-bottom: 50px;
	background-position: center;
}
.blog_title_left h1 {
	font-size: 33px;
	margin-bottom: 10px;
}
.blog_title_right {
	float: right;
	display: block;
}
.blog_title_left h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.blog_title_right h5 {
	font-size: 19px;
	margin-bottom: 14px;
}
.blog_discraption>p {
	font-size: 17px;
	line-height: 27px;
	margin-top: 24px;
}
.blog_discraption h4 {
	font-size: 25px;
	line-height: 31px;
	margin-top: 22px;
	width: 98%;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 43px;
	display: block;
}
.back_to_all_img {
	height: 300px;
	width: 85px;
}
.back_to_all_img img {
	width: 26px;
}
.back_to_all_main h4 {
	font-size: 19px;
	margin: 11px 0;
}
.back_to_all_img {
	height: 120px;
	width: 119px;
}
.people_detaile p {
	font-size: 17px;
	margin-top: 10px;
	padding-left: 0;
	line-height: 24px;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 0;
}
.blog_title_right ul li {
	float: left;
	margin: 0 9px;
	height: 25px;
}
.blog_discraption h6 {
	color: #4e855f;
	font-size: 21px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 0;
}
.product_name h1 {
	font-size: 36px;
	margin: 10px auto;
}
.product_name h5 {
	font-size: 25px;
	margin: 10px auto;
}
.product_review {
	display: BLOCK;
}
.product_review h5 {
	font-size: 21px;
}
.product_review img {
	width: 157px;
}
.product_buy .btn {
	font-size: 13px;
	padding: 10px 27px;
	margin: 20px 00;
}
.product-form__item label {
	margin-top: 8px;
	font-size: 20px;
}
.productright select {
	font-size: 16px;
	padding: 10px 25px;
}
.product_dircption_full h4 {
	font-size: 16px;
	margin-bottom: 33px;
}
.product_dircption_full h5 {
	font-size: 17px;
}
.product_dircption_full p {
	font-size: 16px;
	line-height: 24px;
	margin: 13px 0;
}
.product_dircption_full_two h4 {
	font-size: 19px;
}
.product_dircption_full_two h5 {
	font-size: 17px;
}
.product_collection>h4 {
	font-size: 40px;
	margin: 19px 0;
}
.blog_title_right {
	float: none;
	display: block;
	text-align: center;
	margin: 0px auto;
	display: table;
}
.content_search_desktop_two {
	width: 100%;
	margin: 0 auto;
	padding: 22px;
	box-shadow: 0px 0px 30px #888887;
	height: 234px;
	border-radius: 30px;
	position: relative;
	top: -58px;
}
.content_search_details_desktop_two {
	background-size: 49px;
	background-position: 29px 10px;
	margin: 33px 0px;
	padding: 31px 0 0 57px;
}
.content_search_details_desktop_two h4 {
	font-size: 25px;
}
.content_search_details_desktop_two p {
	width: 91%;
	font-size: 16px;
	line-height: 23px;
	margin: 9px 0;
}
.decktop_two_banner_img img {
}
.shop_now {
	margin: 10px;
}
.shop_now_logo img {
	width: 123px;
}
.shop_now_close img {
	width: 35px;
}
.shop_list_one h4 {
	font-size: 28px;
}
.shop_list_two h5 {
	font-size: 13px;
	margin-bottom: 2px;
}
.shop_list_two ul li {
	font-size: 23px;
}
.shop_list_three {
	display: block;
}
.desktop_two_contant ul li {
	margin-bottom: 0px;
	font-size: 22px;
}
.change_location h4 {
	font-size: 15px;
	float: left;
	margin-right: 0;
	margin-top: 20px;
	margin: 25px 0;
}
.change_location .btn {
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 23px;
	margin: 13px 52px;
}
.change_location .btn:hover {
	background: none;
	border: 1px solid #187440;
	color: #187440;
}
.shop_list_two {
	margin-top: 0px;
	padding: 0px;
	border-top: none;
}
.shop_list_three ul li {
	margin: 0;
	width: 130px;
}
.shop_product_desktop_2 img {
	width: 60px;
}
.shop_product_desktop_2 h4 {
	font-size: 19px;
	width: 70%;
	margin: 12px auto;
}
.shop_list_three h5 {
	font-size: 13px;
}
.desktop_two_content {
	background-color: #f3f5fb;
	padding: 20px 0;
}
.cart_main_part_one h4 {
	font-size: 22px;
	color: #646464;
}
.cart_main_part_two h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_product_pic img {
	width: 70px;
}
.drawer {
	width: 90%;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	font-size: 9px;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	font-size: 20px;
	text-align: left;
}
.quantitiy_dv .minus {
	font-size: 28px;
	width: 40px;
	height: 40px;
	margin: 0px;
}
.quantitiy_dv input {
	width: 0px;
	height: 19px;
	margin-left: -4px;
	font-size: 23px;
	border: none;
	margin: 0;
	padding: 0;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four img {
	width: 31px;
}
.quantitiy_dv .plus {
	font-size: 28px;
	width: 40px;
	height: 40px;
	margin: 0px;
}
.cart_product_name {
	padding: 15px 0;
}
.quantitiy_dv {
	text-align: center;
	margin: 0px auto;
	display: table;
}
.hcheckout h4 {
	font-size: 16px;
	color: #808285;
	line-height: 20px;
}
.hcheckout {
	margin: 32px 0;
	display: block;
}
.total_main .btn {
	border-radius: 85px;
	font-size: 14px;
	padding: 18px 31px;
	word-spacing: 1px;
	letter-spacing: 2px;
}
.total_main h4 {
	margin-bottom: 10px;
}
.total_main {
	margin: 22px auto;
}
.hcheckout img {
	float: left;
	margin-right: 22px;
}
.journey_banner h3 {
	font-size: 44px;
}
.journey_banner {
	background-size: cover;
	padding: 0 0;
	padding: 23px 0;
}
.boost_content_img {
	width: 100px;
	margin: 0px auto;
	height: 80px;
}
.center_boost {
	margin: 30px auto;
	height: 274px;
}
.boost_content h4 {
	font-size: 27px;
}
.boost_content h5 {
	font-size: 18px;
	line-height: 28px;
	width: 200px;
}
.cost_details_heding h4 {
	font-size: 46px;
	margin: 67px 0;
}
.journey_main {
	width: 100%;
	margin: 0px auto;
}
.journey_main .col-xs-12 {
	width: 33%;
}
.journey_banner {
	background-size: cover;
	padding: 0 0;
	padding: 130px 0 311px 0;
}
}

@media only screen and (min-width:1368px) and (max-width:1550px) {
.container {
	width: 1338px;
}
.header_social ul li {
	padding: 0px 8px;
	height: 60px;
	margin: 5px 0;
}
.header_social ul li img {
	max-height: 28px;
}
.header_manu ul li {
	margin: 5px 0;
}
.header_manu ul li a img {
	width: auto;
	height: 38px;
}
.hcart ul li {
	padding: 33px 11px;
}
.header_manu {
	padding: 0px;
}
.header_social {
}
.home_banner .btn {
	margin: 50px auto;
	font-size: 16px;
	padding: 17px 59px;
}
.home_banner h1 {
	font-size: 52px;
	padding-top: 10%;
}
.home_banner {
	padding: 0 0 370px 0;
}
.juices {
}
.home_inner_content h4 {
	font-size: 27px;
}
.juices_inner img {
	max-height: 100px;
}
.juices_inner {
	height: 250px;
	width: 100%;
}
.home_inner_content {
	height: 250px;
}
.super_food_content {
	padding: 150px 0;
	width: 34%;
	/* float: right; */
	margin-left: 60%;
}
.super_food_content p {
	display: block;
}
.super_food_content h3 {
	width: 80%;
}
.super_food_content_two {
	margin-left: 5%;
}
.superfood {
	background-size: cover;
}
.super_food_content h3 {
	font-size: 40px;
}
.super_food_content p {
	margin: 32px 0;
	font-size: 20px;
}
.super_food_content .btn {
	font-size: 17px;
	padding: 16px 44px;
}
.Juicery {
	background-size: cover;
	height: auto;
}
.review_main {
	margin: 75px 0 55px;
}
.review_main h4 {
	margin: 12px 0;
	font-size: 43px;
}
.left_right h4 {
	font-size: 28px;
	margin: 15px 0;
}
.review img {
}
.review p {
	font-size: 17px;
	width: 63%;
	margin: 11px auto;
}
.left_right {
	padding: 39px;
}
.reviewiframe {
    width: 84%;
}  
.star_star {
	width: 50%;
}
.press h2 {
	font-size: 46px;
}
.press {
	margin-top: 75px;
}
.show {
	display: block!important;
}
.descriptive_inner h4 {
	font-size: 25px;
}
.descriptive_inner h5 {
	font-size: 17px;
	color: #646464;
	margin: 7px 0;
}
.footer_section {
	padding: 35px 0;
}
.footer_left_content {
	max-width: 500px;
}
.footer_left_content h4 {
	font-size: 28px;
	margin-bottom: 20px
}
.footer_logo img {
}
.footer_left_content p {
	font-size: 17px;
	margin-bottom: 30px;
}
.footer_left_content h3 {
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 38px;
}
.footer_left_content input, .footer_left_content select {
	padding: 10px;
	padding-left: 20px;
	font-size: 21px;
	height: 66px;
	width: 83%;
}
.footer_left_content button {
	padding: 13px 15px;
	font-size: 18px;
	height: 66px;
}
.content_search_desktop_two input[type="submit"] {
	width: 17%;
}
.footer_contact h4 {
	font-size: 22px;
	margin-bottom: 20px;
}
.footer_contact ul li {
	margin: 0px;
}
.footer_contact ul li img {
	width: 62%;
}
.footer_contact ul li {
	margin: 0px auto;
	display: table;
	text-align: center;
}
.footer_manu ul li {
	font-size: 16px;
	margin-bottom: 13px;
}
.footer_copyreight h4 {
	font-size: 16px;
	margin: 60px 0 20px 0px;
}
.row_main {
	width: 76%;
	margin: 0px auto;
}
.cost_banner {
	background-size: 100%;
	padding: 150px 0;
}
.content_tips_cost {
	margin: 0px auto;
	width: 80%;
}
.cost_banner h1 {
	font-size: 54px;
}
.cost_banner h2 {
	margin-top: 25px;
	font-size: 22px;
}
.content_tips_cost p {
	line-height: 29px;
	font-size: 22px;
}
.content_tips_cost h4 {
	font-size: 37px;
	line-height: 35px;
}
.tips_content .btn {
	margin: 16px auto;
	border-radius: 29px;
	font-size: 20px;
	padding: 15px 44px;
}
.tips_cost {
	margin: 25px 0;
}
.current_resellers h4 {
	font-size: 27px;
}
.review_details_cost p {
	font-size: 28px;
	width: 86%;
	margin: 15px auto;
	line-height: 35px;
}
.review_details_cost h4 {
	font-size: 19px;
}
.review_details_cost {
	width: 80%;
}
.faq_heading h3 {
	font-size: 24px;
	line-height: 34px;
}
.faq_content p {
	font-size: 17px;
	margin: 9px 4px;
	padding: 0 54px 0 42px;
	line-height: 30px;
}
.faq_heading img {
	margin-right: 17px;
	width: 20px;
}
.faq_div {
	padding: 25px 0;
}
.heading {
	margin: 40px 0;
}
.heading h1 {
	font-size: 40px;
	line-height: 50px;
	width: 44%;
	margin: 0px auto;
}
.tips_content .btn {
	margin: 32px auto;
	border-radius: 39px;
	font-size: 18px;
	padding: 17px 41px;
}
.category_div h3 {
	font-size: 24px;
	line-height: 36px;
}
.cat_tx {
	font-size: 18px;
}
.collection p {
	font-size: 17px;
	line-height: 27px;
	width: 79%;
	margin: 20px auto;
}
.collection h2 {
	font-size: 32px;
	min-height: 71px;
}
.collection h4 {
	font-size: 32px;
}
.section_two_collection .container {
	max-width: 90%;
	margin: 0px auto;
}
.collection {
	margin: 25px 2px 40px;
}
.collection_show_more h4 {
	font-size: 28px;
}
.collection_show_more img {
	margin-top: 12px;
	width: 29px;
}
.collection_show_more {
	margin: 15px auto;
}
.tips_content {
	margin: 100px auto;
}
.tips_content h2 {
	font-size: 44px;
	line-height: 47px;
}
.tips_content.content_tips_cost {
	text-align: left
}
.tips_content p {
	font-size: 20px;
	line-height: 32px;
	max-width: 100%
}
.resellers_brand img {
	max-height: 110px;
}
.tips_img {
	margin: 0px auto;
	display: table;
}
.collection .btn {
	margin: 26px auto;
	border-radius: 85px;
	font-size: 15px;
	padding: 16px 42px;
	border: 2px solid #636364;
}
.story_content_one {
	width: 95%;
	padding: 15px 0;
}
.story_content {
	padding: 64px 0;
	width: 87%;
	margin: 0px auto;
}
.story_main {
	margin: 50px 0;
}
.story_content h4 {
	font-size: 43px;
	line-height: 45px;
}
.story_content p {
	font-size: 20px;
	line-height: 36px;
	margin: 23px 0;
}
.goodness>h4 {
	font-size: 40px;
}
.goodness h5 {
	font-size: 28px;
}
.goodness_notes h4 {
	background-position: 10px 7px;
	font-size: 29px;
	padding: 7px 0;
	padding-left: 68px;
	background-size: 35px;
}
.goodness_notes p {
	padding: 6px 0;
	font-size: 18px;
	line-height: 27px;
}
.goodness_notes {
	margin: 0px auto;
	margin-bottom: 19px;
	width: 80%;
}
.goodness {
	margin: 50px 88px;
}
.newsletter_banner .btn {
	margin: 24px auto;
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 17px;
}
.blog_heading_main h4 {
	font-size: 38px;
}
.cost_banner h1 {
	font-size: 42px;
	line-height: 33px;
	padding: 10px;
	padding-bottom: 0;
}
.blog_heading_main {
	margin: 43px 0;
}
.blog_one h4 {
	font-size: 27px;
	margin-bottom: 15px;
}
.blog_one h5 {
	font-size: 17px;
}
.blog_one p {
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 42px;
	width: 95%;
}
.newsletter_banner .btn {
	margin: 74px auto;
	border-radius: 85px;
	font-size: 14px;
	padding: 17px 31px;
}
.blog_one h6 {
	font-size: 14px;
}
.blog_one .btn {
	margin: 28px 0 0 0;
	border-radius: 66px;
	font-size: 15px;
	padding: 13px 54px;
}
.newsletter_search {
	margin-top: 100px;
}
.newsletter_search input[type="text"] {
	padding: 8px 12px;
	font-size: 17px;
	width: 78%;
	height: 60px;
}
.newsletter_search input[type="submit"] {
	font-size: 18px;
	height: 60px;
}
.newsletter_search h4 {
	font-size: 25px;
	margin: 14px 0;
}
.nawsletter_instgram h4 {
	font-size: 25px;
	margin: 17px 0;
}
.popular_posts h4 {
	font-size: 23px;
	margin: 15px 0;
}
.nawsletter_instgram {
	margin-top: 60px;
}
.popular_posts {
	margin-top: 55px;
}
.newsletter_tag h4 {
	font-size: 25px;
	margin-bottom: 25px;
}
.newsletter_tag ul li {
	font-size: 18px;
	margin-bottom: 6px;
}
.newsletter_tag {
	margin-top: 50px;
}
.popular_posts h4 {
	font-size: 25px;
	margin: 15px 0;
}
.blog_main {
	margin-bottom: 61px;
}
.blog_banner {
	height: 299px;
	margin-bottom: 50px;
	background-position: center;
}
.blog_title_left h1 {
	font-size: 33px;
	margin-bottom: 10px;
}
.blog_title_right {
	float: right;
	display: block;
}
.blog_title_left h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.blog_title_right h5 {
	font-size: 19px;
	margin-bottom: 14px;
}
.blog_discraption>p {
	font-size: 17px;
	line-height: 27px;
	margin-top: 24px;
}
.blog_discraption h4 {
	font-size: 25px;
	line-height: 31px;
	margin-top: 42px;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 43px;
	display: block;
}
.back_to_all_img {
	height: 300px;
	width: 85px;
}
.back_to_all_img img {
	width: 26px;
}
.back_to_all_main h4 {
	font-size: 19px;
	margin: 11px 0;
}
.back_to_all_img {
	height: 120px;
	width: 119px;
}
.people_detaile p {
	font-size: 17px;
	margin-top: 10px;
	padding-left: 0;
	line-height: 24px;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 0;
}
.blog_title_right ul li {
	float: left;
	margin: 0 9px;
	height: 25px;
}
.blog_discraption h6 {
	font-size: 21px;
}
.product_name h1 {
	font-size: 41px;
	margin: 10px auto;
}
.product_name h5 {
	font-size: 27px;
	margin: 10px auto;
}
.product_review {
	display: BLOCK;
}
.product_review h5 {
	font-size: 24px;
}
.product_review img {
	width: 157px;
}
.product_buy .btn {
	font-size: 16px;
	padding: 14px 32px;
	margin: 20px 00;
}
.product-form__item label {
	margin-top: 11px;
	font-size: 22px;
}
.productright select {
	font-size: 16px;
	padding: 14px 25px;
}
.product_dircption_full h4 {
	font-size: 21px;
	margin-bottom: 33px;
}
.product_dircption_full h5 {
	font-size: 23px;
}
.product_dircption_full p {
	font-size: 18px;
	line-height: 24px;
	margin: 13px 0;
}
.product_dircption_full_two h4 {
	font-size: 23px;
}
.product_dircption_full_two h5 {
	font-size: 18px;
}
.product_collection>h4 {
	font-size: 50px;
	margin: 19px 0;
}
.blog_title_right {
	float: none;
	display: block;
	text-align: center;
	margin: 15px auto;
	display: table;
}
.content_search_desktop_two {
	width: 100%;
	margin: 35px auto;
	padding: 62px;
	box-shadow: 0px 0px 30px #888887;
	height: 306px;
	border-radius: 30px;
	position: relative;
	top: -88px;
}
.content_search_details_desktop_two {
	background-size: 49px;
	background-position: 29px 10px;
	margin: 33px 0px;
	padding: 31px 0 0 57px;
}
.content_search_details_desktop_two h4 {
	font-size: 28px;
}
.content_search_details_desktop_two p {
	width: 90%;
	font-size: 18px;
	line-height: 28px;
	margin: 9px 0;
}
.decktop_two_banner_img img {
}
.shop_now {
}
.shop_now_logo img {
	width: 123px;
}
.shop_now_close img {
	width: 35px;
}
.shop_list_one h4 {
	font-size: 24px;
}
.shop_list_two h5 {
	font-size: 14px;
	margin-bottom: 20px;
}
.shop_list_two ul li {
	font-size: 18px;
}
.shop_list_three {
	display: block;
}
.desktop_two_contant ul li {
	font-size: 18px;
}
.change_location h4 {
	font-size: 15px;
	float: left;
	margin-right: 0;
	margin-top: 20px;
	margin: 25px 0;
}
.change_location .btn {
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 23px;
	margin: 13px 52px;
}
.shop_list_two {
	margin-top: 0px;
	padding: 0px;
	border-top: none;
}
.shop_list_three ul li {
	margin: 0;
}
.shop_product_desktop_2 img {
	width: 80px;
}
.shop_product_desktop_2 h4 {
	font-size: 16px;
	margin: 12px auto;
}
.shop_list_three h5 {
	font-size: 14px;
}
.desktop_two_content {
	background-color: #f3f5fb;
	padding: 20px 0;
}
.cart_main_part_one h4 {
	font-size: 22px;
	color: #646464;
}
.cart_main_part_two h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_product_pic img {
	width: 70px;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	font-size: 9px;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	font-size: 20px;
	text-align: left;
}
.quantitiy_dv input {
	width: 0px;
	height: 19px;
	margin-left: -4px;
	font-size: 23px;
	border: none;
	margin: 0;
	padding: 0;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four img {
	width: 31px;
}
.cart_product_name {
	padding: 15px 0;
}
.quantitiy_dv {
	text-align: center;
	margin: 0px auto;
	display: table;
}
.hcheckout h4 {
	font-size: 16px;
	color: #808285;
	line-height: 20px;
}
.hcheckout {
	margin: 32px 0;
}
.hcheckout {
	margin: 32px 0;
	display: block;
}
.total_main .btn {
	border-radius: 85px;
	font-size: 14px;
	padding: 18px 31px;
	word-spacing: 1px;
	letter-spacing: 2px;
}
.total_main h4 {
	text-align: center;
	font-size: 25px;
	color: #646464;
	margin-bottom: 10px;
}
.total_main {
	text-align: center;
	margin: 22px auto;
	display: table;
	margin-right: 78px;
}
.hcheckout img {
	float: left;
	margin-right: 22px;
}
.journey_banner h3 {
	font-size: 44px;
}
.journey_banner {
	background-size: cover;
	padding: 0 0;
	padding: 23px 0;
}
.boost_content_img {
	height: 117px;
	width: 180px;
	margin: 0px auto;
}
.center_boost {
	margin: 50px auto;
	height: 274px;
}
.boost_content h4 {
	font-size: 27px;
}
.boost_content h5 {
	font-size: 24px;
}
.cost_details_heding h4 {
	font-size: 46px;
	margin: 67px 0;
}
.journey_main {
	width: 100%;
	margin: 0px auto;
}
.journey_main .col-xs-12 {
	width: 33%;
}
.journey_banner {
	background-size: cover;
	padding: 0 0;
	padding: 130px 0 311px 0;
}
}

@media only screen and (min-width:1551px) and (max-width:1800px) {
.container {
	width: 1338px;
}
.header_social ul li {
	margin: 0;
	padding: 0 8px;
}
.header_social ul li img {
	max-height: 28px;
}
.header_manu ul li {
	margin: 0px 0;
}
.header_manu ul li img {
	height: 42px !important;
	width: auto !important;
}
.hcart ul li {
	padding: 38px 11px;
}
.header_manu {
	padding: 10px 0px;
	border-right: 2px solid #dadbda;
}
.header_social {
	border-right: 2px solid #dadbda;
}
.home_banner .btn {
	margin: 50px auto;
	font-size: 16px;
	padding: 17px 59px;
}
.home_banner h1 {
	font-size: 52px;
	padding-top: 14%;
}
.home_banner {
	padding: 0 0 370px 0;
}
.header_main {
}
.juices {
}
.home_inner_content h4 {
	font-size: 27px;
}
.juices_inner img {
}
.juices_inner {
	height: 250px;
	border-right: 1px solid #d1d3d4;
	width: 100%;
}
.home_inner_content {
	height: 250px;
}
.super_food_content {
	padding: 160px 233px 160px;
	width: 55%;
	margin-left: 45%;/*padding: 221px 0;
	width: 34%;
	margin-left: 60%;*/
}
.super_food_content p {
	display: block;
}
.super_food_content h3 {
	width: 80%;
}
.super_food_content_two {
	margin-left: 0;
}
.superfood {
	background-size: cover;
}
.super_food_content h3 {
	font-size: 40px;
}
.super_food_content p {
	margin: 32px 0;
	font-size: 20px;
}
.super_food_content .btn {
	font-size: 17px;
	padding: 16px 44px;
}
.Juicery {
	background-size: cover;
	height: auto;
}
.review_main {
	margin: 60px 0;
}
.review_main h4 {
	font-size: 43px;
}
.left_right h4 {
	font-size: 28px;
	margin: 15px 0;
}
.review img {
	width: 50%;
}
.review p {
	font-size: 17px;
	width: 63%;
	margin: 11px auto;
}
.left_right {
	padding: 39px;
}
.reviewiframe {
    width: 84%;
}  
.star_star {
	width: 50%;
}
.press h2 {
	font-size: 41px;
}
.press {
	margin-top: 52px;
}
.show {
	display: block!important;
}
.descriptive_inner h4 {
	font-size: 25px;
	margin: 15px 0;
}
.descriptive_inner h5 {
	font-size: 17px;
	margin: 7px 0;
}
.fcontainer {
	max-width: 90%;
}
.footer_section {
	padding: 35px 0;
}
.footer_left_content h4 {
	font-size: 26px;
	margin-bottom: 20px;
}
.footer_logo img {
	width: 25%;
}
.footer_left_content h3 {
	font-size: 24px;
	margin-bottom: 35px;
	line-height: 34px;
}
.footer_left_content p {
	font-size: 18px;
	margin-bottom: 30px;
}
.footer_left_content input, .footer_left_content select {
	padding: 10px;
	padding-left: 20px;
	font-size: 21px;
	width: 71%;
}
.footer_left_content button {
	padding: 13px 15px;
	font-size: 18px;
}
.footer_contact h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.footer_contact ul li {
	margin: 0px;
}
.footer_contact ul li img {
	width: 62%;
}
.footer_contact ul li {
	margin: 0px auto;
	display: table;
	text-align: center;
}
.footer_manu ul li {
	font-size: 16px;
	margin-bottom: 13px;
	font-weight: 600;
}
.footer_copyreight h4 {
	font-size: 17px;
	margin: 40px 0 20px 0px;
}
.row_main {
	width: 76%;
	margin: 0px auto;
}
.cost_banner {
	background-size: 100%;
	padding: 175px 0;
}
.content_tips_cost {
	margin: 50px auto;
	width: 80%;
}
.cost_banner h1 {
	font-size: 54px;
}
.cost_banner h2 {
	font-size: 22px;
}
.content_tips_cost p {
	line-height: 29px;
	font-size: 22px;
}
.content_tips_cost h4 {
	font-size: 37px;
	line-height: 35px;
}
.tips_content .btn {
	margin: 16px auto;
	border-radius: 29px;
	font-size: 20px;
	padding: 15px 44px;
}
.tips_cost {
	margin: 25px 0;
}
.current_resellers h4 {
	font-size: 27px;
}
.review_details_cost p {
	font-size: 28px;
	width: 86%;
	margin: 15px auto;
	line-height: 35px;
}
.review_details_cost h4 {
	font-size: 19px;
}
.review_details_cost {
	width: 80%;
}
.faq_heading h3 {
	font-size: 23px;
	line-height: 33px;
}
.faq_content p {
	font-size: 18px;
	margin: 9px 4px;
	padding: 0 54px 0 35px;
}
.faq_heading img {
	margin-right: 17px;
	width: 28px;
}
.faq_div {
	padding: 25px 0;
	width: 93%;
	margin: 0px auto;
}
.heading h1 {
	font-size: 43px;
	width: 44%;
s  margin: 0px auto;
}
.tips_content .btn {
	margin: 32px auto;
	border-radius: 39px;
	font-size: 18px;
	padding: 17px 41px;
}
.collection p {
	font-size: 20px;
	line-height: 32px;
	width: 85%;
	margin: 20px auto;
}
.collection h2 {
	font-size: 32px;
	min-height: 79px;
}
.collection h4 {
	font-size: 32px;
}
.collection {
	margin: 25px 2px;
}
.collection_show_more h4 {
	font-size: 28px;
}
.collection_show_more img {
	margin-top: 12px;
	width: 29px;
}
.collection_show_more {
	margin: 15px auto;
}
.tips_content {
	margin: 100px auto;
}
.tips_content h2 {
	font-size: 44px;
	line-height: 47px;
}
.tips_content p {
	font-size: 22px;
	width: 77%;
	margin: 17px auto 0;
}
.tips_img {
	margin: 0px auto;
	display: table;
}
.collection .btn {
	margin: 26px auto;
	border-radius: 85px;
	font-size: 15px;
	padding: 16px 42px;
	border: 2px solid #636364;
}
.story_content_one {
	width: 95%;
	padding: 15px 0;
}
.story_content {
	padding: 64px 0;
	width: 87%;
	margin: 0px auto;
}
.story_main {
	margin: 50px 0;
}
.story_content h4 {
	font-size: 43px;
	line-height: 45px;
}
.story_content p {
	font-size: 18px;
	line-height: 30px;
	margin: 23px 0;
}
.goodness>h4 {
	font-size: 40px;
}
.goodness h5 {
	font-size: 27px;
	margin: 41px 0 60px;
}
.goodness_notes h4 {
	background-position: 10px 7px;
	font-size: 29px;
	padding: 7px 0;
	padding-left: 68px;
	background-size: 35px;
}
.goodness_notes p {
	padding: 6px 0;
	font-size: 18px;
	line-height: 27px;
}
.goodness_notes {
	margin: 0px auto;
	margin-bottom: 19px;
	width: 80%;
}
.goodness {
	margin: 50px 88px;
}
.newsletter_banner .btn {
	margin: 24px auto;
	border-radius: 85px;
	font-size: 13px;
	padding: 12px 17px;
}
.blog_heading_main h4 {
	font-size: 46px;
}
.cost_banner h1 {
	font-size: 60px;
	line-height: 33px;
	padding: 10px;
	padding-bottom: 0;
}
.blog_heading_main {
	margin: 43px 0;
}
.blog_one h4 {
	font-size: 29px;
	margin-bottom: 15px;
}
.blog_one h5 {
	font-size: 18px;
}
.blog_one p {
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 42px;
	width: 95%;
}
.newsletter_banner .btn {
	margin: 74px auto;
	border-radius: 85px;
	font-size: 17px;
	padding: 21px 60px;
}
.blog_one h6 {
	font-size: 18px;
}
.blog_one .btn {
	margin: 28px 0 0 0;
	border-radius: 66px;
	font-size: 15px;
	padding: 17px 89px;
}
.newsletter_search input[type="text"] {
	padding: 8px 12px;
	font-size: 17px;
	width: 78%;
	float: left;
}
.newsletter_search input[type="submit"] {
	padding: 8px 10px;
	font-size: 18px;
}
.newsletter_search h4 {
	font-size: 25px;
	margin: 14px 0;
}
.nawsletter_instgram h4 {
	font-size: 20px;
	margin: 17px 0;
}
.popular_posts h4 {
	font-size: 23px;
	margin: 15px 0;
}
.nawsletter_instgram {
	margin-top: 30px;
}
.popular_posts {
	margin-top: 55px;
}
.newsletter_tag h4 {
	font-size: 30px;
	margin-bottom: 25px;
}
.newsletter_tag ul li {
	font-size: 19px;
	margin-bottom: 6px;
}
.newsletter_tag {
	margin-top: 50px;
}
.popular_posts h4 {
	font-size: 28px;
	margin: 15px 0;
}
.blog_main {
	margin-bottom: 61px;
}
.blog_banner {
	height: 299px;
	margin-bottom: 50px;
	background-position: center;
}
.blog_title_left h1 {
	font-size: 33px;
	margin-bottom: 10px;
}
.blog_title_right {
	float: right;
	display: block;
}
.blog_title_left h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.blog_title_right h5 {
	font-size: 19px;
	margin-bottom: 14px;
}
.blog_discraption>p {
	font-size: 17px;
	line-height: 27px;
	margin-top: 24px;
}
.blog_discraption h4 {
	font-size: 25px;
	line-height: 31px;
	margin-top: 22px;
	width: 98%;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 43px;
	display: block;
}
.back_to_all_img {
	height: 300px;
	width: 85px;
}
.back_to_all_img img {
	width: 26px;
}
.back_to_all_main h4 {
	font-size: 19px;
	margin: 11px 0;
}
.back_to_all_img {
	height: 120px;
	width: 119px;
}
.people_detaile p {
	font-size: 17px;
	margin-top: 10px;
	padding-left: 0;
	line-height: 24px;
}
.blog_discraption_right {
	margin-top: 44px;
	margin-left: 0;
}
.blog_title_right ul li {
	float: left;
	margin: 0 9px;
	height: 25px;
}
.blog_discraption h6 {
	color: #4e855f;
	font-size: 21px;
	font-weight: 400;
	margin-top: 0;
}
.product_name h1 {
	font-size: 41px;
	margin: 10px auto;
}
.product_name h5 {
	font-size: 27px;
	margin: 10px auto;
}
.product_review {
	display: BLOCK;
}
.product_review h5 {
	font-size: 24px;
}
.product_review img {
	width: 157px;
}
.product_buy .btn {
	font-size: 13px;
	padding: 10px 27px;
	margin: 20px 00;
}
.product-form__item label {
	margin-top: 15px;
	font-size: 22px;
}
.productright select {
	font-size: 16px;
	padding: 10px 25px;
}
.product_dircption_full h4 {
	font-size: 21px;
	margin-bottom: 33px;
}
.product_dircption_full h5 {
	font-size: 23px;
}
.product_dircption_full p {
	font-size: 18px;
	line-height: 24px;
	margin: 13px 0;
}
.product_dircption_full_two h4 {
	font-size: 23px;
}
.product_dircption_full_two h5 {
	font-size: 18px;
}
.product_collection>h4 {
	font-size: 50px;
	margin: 19px 0;
}
.blog_title_right {
	float: none;
	display: block;
	text-align: center;
	margin: 15px auto;
	display: table;
}
.content_search_desktop_two {
	width: 100%;
	margin: 35px auto;
	padding: 60px;
	height: 306px;
	top: -88px;
}
.content_search_details_desktop_two {
	background-size: 49px;
	background-position: 29px 10px;
	margin: 33px 0px;
	padding: 31px 0 0 57px;
}
.content_search_details_desktop_two h4 {
	font-size: 27px;
}
.content_search_details_desktop_two p {
	width: 91%;
	font-size: 18px;
	line-height: 28px;
	margin: 9px 0;
}
.decktop_two_banner_img img {
}
.shop_now {
	margin: 10px;
}
.shop_now_logo img {
	width: 123px;
}
.shop_now_close img {
	width: 35px;
}
.shop_list_one h4 {
	font-size: 24px;
}
.shop_list_two h5 {
	font-size: 16px;
	margin-bottom: 20px;
}
.shop_list_two ul li {
	font-size: 22px;
}
.shop_list_three {
	display: block;
}
.desktop_two_contant ul li {
	font-size: 22px;
}
.change_location h4 {
	font-size: 15px;
	float: left;
	margin-right: 0;
	margin-top: 20px;
	margin: 25px 0;
}
.change_location .btn {
	border-radius: 85px;
	font-size: 13px;
	padding: 16px 36px;
	margin: 13px 52px;
}
.shop_list_two {
	margin-top: 0px;
	padding: 0px;
	border-top: none;
}
.desktop_two_contant {
	margin: 14px 0;
}
.shop_list_three ul li {
	margin: 0 19px;
}
.shop_product_desktop_2 img {
}
.shop_product_desktop_2 h4 {
	font-size: 18px;
	margin: 12px auto;
}
.shop_list_three h5 {
	font-size: 16px;
}
.desktop_two_content {
	background-color: #f3f5fb;
	padding: 20px 0;
}
.cart_main_part_one h4 {
	font-size: 22px;
	color: #646464;
}
.cart_main_part_two h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_product_pic img {
	width: 70px;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	color: #646464;
	font-size: 9px;
}
.cart_product_name h4 {
	margin-bottom: 3px;
	color: #646464;
	font-size: 20px;
	text-align: left;
}
.quantitiy_dv .minus {
	font-size: 28px;
	color: #cbcbcb;
	width: 40px;
	border-radius: 100%;
	height: 40px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 23px 2px #cbcbcb;
	margin: 0px;
}
.quantitiy_dv input {
	width: 0px;
	height: 19px;
	margin-left: -4px;
	font-size: 23px;
	border: none;
	margin: 0;
	padding: 0;
}
.cart_main_part_three h4 {
	font-size: 22px;
	color: #646464;
	text-align: center;
}
.cart_main_part_four img {
	width: 31px;
}
.quantitiy_dv .plus {
	font-size: 28px;
	color: #cbcbcb;
	width: 40px;
	border-radius: 100%;
	height: 40px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 23px 2px #cbcbcb;
	margin: 0px;
}
.cart_product_name {
	padding: 15px 0;
}
.quantitiy_dv {
	text-align: center;
	margin: 0px auto;
	display: table;
}
.hcheckout h4 {
	font-size: 16px;
	color: #808285;
	line-height: 20px;
}
.hcheckout {
	margin: 32px 0;
}
.hcheckout {
	margin: 32px 0;
	display: block;
}
.total_main .btn {
	border-radius: 85px;
	font-size: 14px;
	padding: 18px 31px;
	word-spacing: 1px;
	letter-spacing: 2px;
}
.total_main h4 {
	text-align: center;
	font-size: 25px;
	color: #646464;
	margin-bottom: 10px;
}
.total_main {
	text-align: center;
	margin: 22px auto;
	display: table;
	margin-right: 78px;
}
.hcheckout img {
	float: left;
	margin-right: 22px;
}
.journey_banner h3 {
	font-size: 44px;
}
.journey_banner {
	background-size: cover;
	padding: 0 0;
	padding: 23px 0;
}
.boost_content_img {
	height: 117px;
}
.center_boost {
	margin: 50px auto;
	height: 274px;
}
.boost_content h4 {
	font-size: 27px;
}
.boost_content h5 {
	font-size: 26px;
}
.cost_details_heding h4 {
	font-size: 46px;
	margin: 67px 0;
}
.journey_main {
	width: 100%;
	margin: 0px auto;
}
.journey_main .col-xs-12 {
	width: 33%;
}
.journey_banner {
	background-size: cover;
	padding: 0 0;
	padding: 130px 0 311px 0;
}
}

@media only screen and (min-width:1801px) and (max-width:2000px) {
.super_food_content {
	padding: 160px 233px 160px;
	width: 55%;
	margin-left: 45%;
}
.super_food_content_two {
	margin-left: 0;
}
}
