body {
	font-family: 'Roboto', sans-serif;
}

h2 {
	font-family: 'Bebas Neue', cursive;
	color: #231f20;
	font-size: 132px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 117px;
}

section {
	padding: 30px 15px;
}

section.categories {
	padding: 10px 0 30px 0;
}

a {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition: all 0.3s ease 0s;
}

.btn {
	cursor: pointer;
}

.main-button {
  background: #f7c75e;
  background: -moz-linear-gradient(top, #f7c75e 0%, #f4b24a 50%, #f19b35 100%);
  background: -webkit-linear-gradient(top, #f7c75e 0%,#f4b24a 50%,#f19b35 100%);
  background: linear-gradient(to bottom, #f7c75e 0%,#f4b24a 50%,#f19b35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c75e', endColorstr='#f19b35',GradientType=0 );
  font-size: 42px;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 40px;
  margin-top: 30px;
  border-radius: 8px;
  position: relative;
  font-family: 'Bebas Neue', cursive;
  display: inline-block;
  line-height: 50px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition: all 0.3s ease 0s;
	margin-bottom: 0px;
}

.main-button:hover {
	background-color: #2EE59D;
	box-shadow: 0px 10px 20px rgba(18, 162, 150, 0.2);
	color: #fff;
}

.main-button-2 {
  font-size: 22px;
  color: #12a296;
  text-transform: uppercase;
  padding: 0 0 0px 0;
  margin-top: 30px;
  border-radius: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	border-bottom: solid 3px #12a296;
  display: inline-block;
  line-height: 50px;
	transition: none;
}

/* .main-button-2:hover {
	color: #231f20;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23231f20' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 20%;
	border-bottom: solid 3px transparent;
	text-decoration: none;
} */
.main-button-2:hover {
	color: #231f20;
	border-bottom-color: #231f20;
}

.main-button-2:after {
	content: "";
	position: absolute;
	background-image: url(../img/after-icon-link.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 242px;
	height: 104px;
	margin-left: 20px;
	top: -26px;
}

.navbar-brand img {
	/*width: 214px;*/
	width: 105px;
}

/* #banner {
	background-image: url(../img/banner-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
} */

#banner:after {
	content: "";
	position: absolute;
	background-image: url(../img/banner-right-img.png.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-size: contain;
	z-index: -1;
}

#banner .main-button:after {
	content: "";
	position: absolute;
	background-image: url(../img/after-icon-link.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 242px;
	height: 104px;
	margin-left: 40px;
	top: -26px;
}

#banner .carousel-control-next, .carousel-control-prev {
  width: auto;
  left: 0px !important;
  height: 50px;
  bottom: -75px;
  top: auto;
  opacity: 1;
  right: auto;
}

#banner .carousel-control-prev {
	margin-left: 30px;
}

#banner .carousel-control-next {
	margin-left: 100px;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}

a:focus {
	text-decoration: none;
}

p {
	font-size: 20px;
	color: #000000;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

p.text-oos {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	margin-top: 20px;
}

.bowl-carousel-inner .desktop-view p {
	font-size: 15px;
	line-height: 30px;
}

h3 {
	font-size: 36px;
	color: #231f20;
	font-weight: 500;
	line-height: 40px;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 0;
}

h4 {
	font-family: 'oraqle_scriptregular';
	font-size: 110px;
	color: #12a296;
}

h5 {
  font-size: 25px;
  color: #838988;
  text-align: center;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  line-height: 45px;
}

h6 {
	font-family: 'oraqle_scriptregular';
	font-size: 55px;
	color: #12a296;
}

.navbar ul li a, .navbar ul li span.nav-link {
	font-size: 16px;
	font-family: 'Bebas Neue', cursive;
	color: #231f20 !important;
	letter-spacing: 1px;
	margin: 0 3px;
	border-bottom: solid 2px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition: all 0.3s ease 0s;
}

.navbar ul li span.nav-link {
	margin-left: 18px;
}

.navbar ul li a:hover {
	color: #16b0a3 !important;
	border-bottom: solid 2px #16b0a3;
}

.navbar ul li ul li a {
	margin: 0 0px;
	font-size: 16px;
	color: #12a296;
}

/* .home-page-navbar ul li a:hover {
  color: #16b0a3 !important;
  border-bottom: solid 2px transparent;
} */

.home-page-navbar .nav-location > a.nav-location-link:hover {
  color: #16b0a3 !important;
  border-bottom: solid 2px transparent;
}


.home-page-navbar.top-nav-collapse ul li a:hover {
  color: #231f20 !important;
	border-bottom: solid 2px #231f20;
}

/*.inner-pages-banner .navbar ul li a:hover {
	color: #12a296 !important;
	border-bottom: solid 2px #12a296;
}*/

/*.inner-page-navbar ul > li.nav-item > a {
  color: #ffffff !important;
}

.inner-page-navbar ul > li.nav-item > a:hover {
  color: #ffffff !important;
  border-bottom: solid 2px transparent;
}*/

.inner-page-navbar.top-nav-collapse ul li a:hover {
  color: #12a296 !important;
	border-bottom: solid 2px #12a296;
}

.navbar {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	padding: 1rem 1rem;
}

.navbar.top-nav-collapse {
  background-color: #FFF !important;
  -webkit-box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.10);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.top-banner {
	background-color: #12a296;
	color: #fff;
	text-align: center;
	padding: 10px 50px 10px 20px;
	font-size: 14px;
	line-height: normal;
}

#home .fixed-top.fixed-top-with-banner {
	top: 50px;
}

#home .fixed-top.fixed-top-with-banner.top-nav-collapse {
	top: 0px;
}

.inner-pages-banner .navbar.top-nav-collapse ul li.loginbutton a, .inner-pages-banner .navbar.top-nav-collapse ul li .loginbutton a {
	color: #FFF !important;
}

li.loginbutton a, li .loginbutton a {
  color: #FFF !important;
}

.navbar ul li.loginbutton a, .navbar ul li .loginbutton a {
  background-color: #12a296;
  color: #FFF !important;
  padding-left: 35px !important;
  padding-right: 10px !important;
  border-radius: 6px;
  /*margin-left: 40px;*/
	border: none;
	background-image: url(../img/login-icon.png);
	background-repeat: no-repeat;
	background-position: 17px center;
	background-size: 14px 20px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition: all 0.3s ease 0s;
}

.poweredByImage {
	display: none;
}

.eui-widget-title.eapps-instagram-feed-title {
	display: none !important;
}

.navbar ul li.cartbutton a {  
  background-image: url(../img/Cart.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  height: 30px;
  background-size: contain;
  padding-top: 40px;
	margin-left: 10px;
}

.navbar ul li .cartbutton a {  
  background-image: url(../img/Cart.png);
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: 14px 20px;
	margin-left: 10px;
}


.navbar ul li .cartbutton a { 

}

.navbar ul li.cartbutton a:hover, .navbar ul li .cartbutton a:hover {
	border-bottom: none;
}

.navbar.top-nav-collapse ul li.cartbutton a {
  border: none;
  background-image: url(../img/Cart-Black.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  height: 30px;
  background-size: contain;
  padding-top: 40px;
}

.navbar ul li.cartbutton a sup, .navbar ul li .cartbutton a sup {
  background-color: #12a296;
  border-radius: 50px;
  color: #FFF;
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  top: -48px;
  margin-left: 11px;
  padding-top: 12px;
	padding-left: 3px;
  font-size: 16px;
}

.navbar ul li.loginbutton a:hover, .navbar ul li .loginbutton a:hover {
	border: none;
	background-color: #f7c75e;
	color: #FFF !important;
}

.success {
	background: #6acc54;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	text-shadow: none;
	color: #FFF;
	margin-left: 15px;
	margin-right: 15px;
}

.error {
	background: #ff4242;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	text-shadow: none;
	color: #FFF;
	margin-left: 15px;
	margin-right: 15px;
}

#result {
	position: absolute;
	margin-top: -40px;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	height: 100vh;
	position: relative;
	z-index: 99;
}

#banner h2 {
	font-size: 110px;
	line-height: 95px;
	margin-bottom: 10px;
}

#banner h4 {
	font-size: 90px;
	line-height: 85px;
	margin-bottom: 10px;
}

#banner .main-button {
	margin-top: 10px;
}

#banner .main-button:hover {
	background: #12a296;
}

.v-middle {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding: 30px 0;
	z-index: 99;
}

.banner h2 {
	font-size: 60px;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	color: #274e54;
}

#home {
	height: 100vh;
	/*margin-bottom: 100px;*/
}

#about {
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#about h6 {
	text-align: left;
}

#health {
	padding: 50px 0;
	text-align: center;
}

.parallax-img-effect-health-1 {
	z-index: 99; 
	float: left;
	position: absolute;
	left: 0;
}

.parallax-img-effect-health-2 {
	z-index: 99; 
	float: right;
	position: absolute;
	right: 0;
}

#health .grass-bg h3 {
	font-size: 32px;
	color: #FFF;
	line-height: 40px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#health .grass-bg p {
    font-size: 19px;
    color: #FFF;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
}

#health .grass-bg span {
	font-size: 13px;
}

#health .grass-bg {
	background-image: url(../img/health-grass-img.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 376px;
	height: 386px;
	border-radius: 50%;
}

#health .content-1 {
	background-image: url(../img/health-img-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 376px;
	height: 386px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

#health .content-2 {
	background-image: url(../img/health-img-5.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 376px;
	height: 386px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

#health .content-3 {
	background-image: url(../img/health-img-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 376px;
	height: 386px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

#health .content-4 {
	background-image: url(../img/health-img-3.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 376px;
	height: 386px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

#health .content-5 {
	background-image: url(../img/health-img-4.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 376px;
	height: 386px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

#health .bg-img-health {
	background-image: url(../img/health-circle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.grass-postion-1 {
	margin-top: 130px;
	margin-left: 130px;
}

.grass-postion-2 {
	margin-top: 50px;
	margin-left: -15px;
}

.grass-postion-3 {
	margin-top: 130px;
	margin-left: 50px;
}

.grass-postion-4 {
	margin-left: 150px;
	margin-top: 50px;
}

.grass-postion-5 {
	margin-left: auto;
	margin-top: -100px;
	margin-right: auto;
}

.overlay:after {
	content: "";
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 297px;
    height: 297px;
    opacity: 0;
    transition: .5s ease;
    background-color: #12a296;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.text {
	color: #FFF;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 999;
	opacity: 0;
}

.grass-bg:hover .overlay:after {
	opacity: 0.8;
}

.grass-bg:hover .text {
	opacity: 1;
}

.slider {
	margin-top: 0px;
	margin-bottom: 0px;
}

.slick-slide {
	margin: 0px 20px;
}

/* .slick-slide img {

} */

.slick-prev, .slick-next {
	width: 45px !important;
	height: 26px !important;
}

.slick-prev {
  left: 44% !important;
}

.slick-next {
  right: 44% !important;
}

.slick-prev::before {
    background-image: url(../img/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 26px;
    display: block;
	font-size: 0 !important;
}

.slick-next:before {
	background-image: url(../img/right-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
  height: 26px;
  display: block;
	font-size: 0 !important;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}

.slick-active {
	opacity: 1;
}

#juices .slick-current {
	opacity: 1;
	transform: scale(1.2);
}

#juices::before {
  content: "";
  position: absolute;
  width: 100%;
	background-image: url(../img/juices-bg.png.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
  height: 491px;
  left: 0;
  right: 0;
  top: 42%;
}

#juices {
	text-align: center;
	position: relative;
	padding-bottom: 0;
}

#juices .slider {
	margin-top: 0;
}

#juices .carousel-control-next, #juices .carousel-control-prev {
  right: 0;
  bottom: -100px;
  top: auto;
  left: 0;
	opacity: 1;
  margin-left: auto;
  margin-right: auto;
}

#juices .carousel-control-prev {
  right: 50px;
}

#juices .carousel-control-next {
  bottom: -88px;
  left: 50px;
}

#juices h4 {
	font-family: 'Bebas Neue', cursive;
	font-size: 24px;
	color: #231f20;
	margin: 10px 0px 30px 0;
}

#juices .slick-slide img {
	margin-top: 100px;
}

.img-container {
	width: 25%;
	float: left;
	margin-bottom: -40px;
}

#juicescarousel {
  background-image: url(../img/juices-bg.png);
  background-repeat: no-repeat;
  background-position: center -29px;
  background-size: cover;
  margin-top: 80px;
}

#smoothies {
	text-align: center;
}

.parallax-img-effect-smoothies-1 {
	z-index: 99; 
	float: left;
	position: absolute;
	left: 0;
}

.parallax-img-effect-smoothies-2 {
	z-index: 99; 
	float: right;
	position: absolute;
	right: 0;
}

.section {
	position: relative;
	max-width: 100%;
	min-height: 700px;
	margin: auto;
	color: #ffffff;
}

.bg-move {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-image: url(../img/superfood-smoothies-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* .navbar ul li .loginbutton a {
	margin-left: 140px;
} */

.nav-location {
	width: 245px;
	text-align: right;
}

.nav-location > a.nav-location-link {
	display: inline-block;
	padding: .5rem 1rem;
	color: #fff !important;
}
.home-page-navbar.top-nav-collapse a.nav-location-link {
  color: #16b0a3 !important;
}

#smoothies .slick-list {
	padding-top: 0 !important;
}

#faq .card {
	position: relative;
	display: inline-block;
	border: none;
}

#smoothies h4, .recommended h4 {
	font-family: 'Bebas Neue', cursive;
	font-size: 24px;
	color: #231f20;
	margin: 30px 0;
}

#smoothies .carousel-control-next, #smoothies .carousel-control-prev {
  right: 0;
  bottom: -100px;
  top: auto;
  left: 0;
	opacity: 1;
  margin-left: auto;
  margin-right: auto;
}

.card-1 {
	position: relative;
	height: 370px;
}

/*.card-1 .card-1-img-hover {
	transition: opacity 0.9s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}*/

.card-1 .card-1-img, .card-1 .card-1-img-hover {
	transition: opacity 0.9s ease-out;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/*.card-1:hover .card-1-img {
	opacity: 0;
}

.card-1:hover .card-1-img-hover {
	opacity: 1;
}*/

.card-2 {
	position: relative;
	height: 370px;
}

/*.card-2 .card-2-img-hover {
	transition: opacity 0.9s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}*/

.card-2 .card-2-img, .card-2-img-hover {
	transition: opacity 0.9s ease-out;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/*.card-2:hover .card-2-img {
	opacity: 0;
}

.card-2:hover .card-2-img-hover {
	opacity: 1;
}*/

.card-3 {
	position: relative;
	height: 370px;
}

/*.card-3 .card-3-img-hover {
	transition: opacity 0.9s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}*/

.card-3 .card-3-img, .card-3 .card-3-img-hover {
	transition: opacity 0.9s ease-out;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/*.card-3:hover .card-3-img {
	opacity: 0;
}

.card-3:hover .card-3-img-hover {
	opacity: 1;
}*/


.card-4 {
	position: relative;
	height: 370px;
}

/*.card-4 .card-4-img-hover {
	transition: opacity 0.9s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}*/

.card-4 .card-4-img, .card-4 .card-4-img-hover {
	transition: opacity 0.9s ease-out;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/*.card-4:hover .card-4-img {
	opacity: 0;
}

.card-4:hover .card-4-img-hover {
	opacity: 1;
}*/

.recommended {
	padding-top: 0;
}

.recommended .img-container {
	margin-top: 80px;
	padding: 0px 15px;
}

.recommended h4 {
	margin-top: 0px !important;
	text-align: center;
} 

/*#bowl {
	background-image: url(../img/bowl-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}*/
#bowl .carousel-item {
	min-height: 450px;
}

#bowl h5 {
	margin-bottom: 80px;
}

#bowl h4 {
	font-family: 'Bebas Neue', cursive;
	font-size: 60px;
	color: #231f20;
}

.parallax-img-effect-bowl-1 {
	z-index:99; 
	float: left;  
	position: absolute;
}

.parallax-img-effect-bowl-2 {
	z-index:99; 
	float: right;  
	position: absolute;
	right: 0;
}

.parallax-img-effect-bowl-3 {
	z-index:99; 
	float: left;  
	position: absolute;
	left: 0;
}

#bowl h3 {
	text-align: center;
}

#bowl .carousel-control-next,  #bowl .carousel-control-prev {
	height: 0;
	bottom: 0;
	opacity: 1;
}

#bowl .carousel-control-prev {
	left: 44% !important;
	margin-top: 50px;
	top: 0;
}

#bowl .carousel-control-next {
	right: 39%;
	margin-top: 50px;
}

#delivery {
	background-image: url(../img/delivery-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	padding-bottom: 100px;
}

#delivery a img {
	margin-top: 10px;
}

#delivery img {
	margin-top: 100px;
}

#delivery h6 {
	text-align: left;
}

#delivery .apps {
	margin-right: 20px;
}

#delivery ul {
	padding-left: 0;
	text-align: center;
	width: 100%;
}

#delivery ul li {
	list-style: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 19%;
}

#customer-area {
	padding: 0;
}

#customer-area .slick-prev {
	display: none !important;
}

#customer-area .slick-next {
	display: none !important;
}

#customer-area ul {
	text-align: center;
	padding-left: 0;
}

#customer-area ul li {
	list-style: none;
	display: inline-block;
	width: 19%;
}

#customer-area .slick-list {
	padding-top: 0 !important;
}

.instagram-logo {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.eapps-instagram-feed-container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    background-color: #FFF;
    z-index: 999999;
}

footer {
	/*background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;*/
	padding-top: 60px;
}
@media only screen and (min-width: 992px) {
	/* footer {
		background-image: url(../img/footer-bg-lg.jpg);
	} */
}
footer h4 {
	font-size: 54px;
	color: #1e998c;
	font-family: 'Bebas Neue', cursive;
	background-image: url(../img/phone-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 90px;
	padding-top: 0px;
	padding-bottom: 3px;
}
footer .footer-logo img {
	display: block;
	margin-left: 0;
	margin-right: auto;
	width: 214px;
}
.slick-dots {
	display: none !important;
}
footer ul {
	padding-left: 0;
	margin-top: 20px;
}
footer ul li {
	list-style: none;
	display: inline-block;
	margin: 0 30px;
}
footer ul.footer-menu {
	margin-top: 30px;
	/*margin-bottom: 70px;*/
	margin-bottom: 0px;
}
footer .copyright-menu {
	margin-top: 30px;
	float: right;
}
footer .copyright-menu li {
	margin: 0;
}
footer .copyright-menu li a {
	font-size: 19px;
	color: #231f20;
	border-left: solid 2px #000000;
	padding: 0 20px;
}
footer ul.copyright-menu li:first-child a {
	padding-left: 0;
	border-left: none;
}
footer ul.copyright-menu li:last-child a {
	padding-right: 0;
}
footer ul.footer-menu li a {
	font-size: 18px;
	color: #000000;
	font-family: 'Bebas Neue', cursive;
	/*font-weight: bold;*/
	border-left: solid 1px #000000;
	padding: 0 18px;
}
footer ul.footer-menu li:first-child a {
	padding-left: 0;
	border-left: none;
}
footer ul.footer-menu li {
	margin: 0;
}
footer ul li a:hover {
	color: #16b0a3;
}
footer a {
	font-size: 30px;
	color: #47cacc;
}
footer a:hover {
	color: #47cacc;
}
footer p {
	margin: 30px 0;
	font-size: 14px;
	color: #231f20;
	line-height: 20px;
}
footer p a {
	font-size: 18px;
	color: #47cacc;
} 
footer .social-media li {
	margin: 0 4px;
}



.innerpage-content {
	background-image: url(../img/innerpage-banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*height: 450px;*/
	/*height: 320px;*/
	/*height: 300px;*/
	background-size: cover;
}
.innerpage-content h2 {
	/*font-size: 200px;*/
	font-size: 80px;
	font-family: 'oraqle_scriptregular';
	color: #FFF;
	/*margin-top: 170px;*/
	margin-top: 70px;
}
.innerpage-content h2.faq-page {
	font-size: 90px;
}
/*.inner-pages-banner ul li a {
	color: #FFF !important;
}*/
.inner-pages-banner .home-banner-logo {
	display: none;
}
.inner-pages-banner .navbar-light .navbar-toggler {
	color: #ffffff;
}
.inner-pages-banner .navbar-light .nav-location-mobile {
  color: #ffffff;
}
.inner-pages-banner .navbar.top-nav-collapse .home-banner-logo {
	display: block;
}
.inner-pages-banner .navbar.top-nav-collapse .inner-banner-logo {
	display: none;
}
.inner-pages-banner .top-nav-collapse.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
}
.inner-pages-banner .navbar.top-nav-collapse ul li a {
	color: #12a296;
}
.inner-pages-banner .navbar.top-nav-collapse ul li a:hover {
	color: #231f20;
}
.inner-pages-banner .navbar.top-nav-collapse ul li.loginbutton a:hover, .inner-pages-banner .navbar.top-nav-collapse ul li .loginbutton a:hover, .inner-pages-banner .navbar.top-nav-collapse ul li .cartbutton a:hover {
	color: #FFF !important;
}
.form-search fieldset {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
    -moz-box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
    box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
    height: 60px;
    border-radius: 12px;
    background-color: #FFF;
	margin-top: -50px;
}
.form-search fieldset input {
    width: 90%;
    float: left;
    border: none;
    border-radius: 12px;
    height: 60px;
    padding-left: 30px;
}
.form-search fieldset button {
	width: 40px;
	border: none;
	background-color: transparent;
	height: 60px;
}

#faq .nav-tabs {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	border: none;
}
#faq .nav-tabs a {
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 80px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
	border: none;
	color: #838988;
	/*padding-left: 40px;
	padding-right: 40px;*/
	position: relative;
}
#faq .card {
	border: none;
	display: block;
}
#faq .tab-content {
	width: 100%;
}
#faq button {
	width: 100%;
	text-align: left;
	/*height: 48px;*/
	font-size: 26px;
	color: #000000;
	font-family: 'Bebas Neue', cursive;
	/*font-weight: bold;*/
	text-decoration: none;
	padding-left: 15px; 
}
#faq button:focus {
	box-shadow: none;
}
#faq .btn.btn-link {
	color: #12a296;
}
#faq .btn.btn-link.collapsed {
	color: #000000;
}
#faq .btn.btn-link:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 5px;
	border: none;
	background-image: url(../img/minus-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	right: 16px;
	top: 22px;
}
#faq .btn.btn-link.collapsed:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border: none;
	
	background-image: url(../img/plus-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	right: 16px;
	top: 16px;
}
#faq .card-header {
	background-color: transparent;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	padding: 0;

}
#faq .nav-tabs a:focus {
	outline: none;
}
#faq .nav-tabs a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 20px;
	background-color: #838988;
	right: 0;
	bottom: 15px;
}
#faq .nav-tabs li:last-child a:after  {
	display: none;
}
#faq .nav-tabs a:hover {
	color: #12a296;
}
#faq .nav-tabs a.active {
	color: #12a296;
}
#faq .tab-icon-1 {
	background-image: url(../img/faq-icon-1.png);
}
#faq .tab-icon-1:hover {
	background-image: url(../img/faq-icon-1-color.png);
}
#faq .tab-icon-1.active {
	background-image: url(../img/faq-icon-1-color.png);
}
#faq .tab-icon-2 {
	background-image: url(../img/faq-icon-2.png);
}
#faq .tab-icon-2:hover {
	background-image: url(../img/faq-icon-2-color.png);
}
#faq .tab-icon-2.active {
	background-image: url(../img/faq-icon-2-color.png);
}
#faq .tab-icon-3 {
	background-image: url(../img/faq-icon-3.png);
}
#faq .tab-icon-3:hover {
	background-image: url(../img/faq-icon-3-color.png);
}
#faq .tab-icon-3.active {
	background-image: url(../img/faq-icon-3-color.png);
}
#faq .tab-icon-4 {
	background-image: url(../img/faq-icon-4.png);
}
#faq .tab-icon-4:hover {
	background-image: url(../img/faq-icon-4-color.png);
}
#faq .tab-icon-4.active {
	background-image: url(../img/faq-icon-4-color.png);
}

#faq h2 {
	line-height: 48px;
  font-size: 26px;
}

#faq h3 {
	color: #12a296;
	font-size: 32px;
	line-height: 32px;
  padding: 0px 0px 18px 0px;
}

#faq h3.faq-title {
	border-top: solid 1px #e5e5e5;
	padding: 20px 0px 18px 0px;
}

#team {
	text-align: center;
}
#team h4 {
	color: #000000;
	font-size: 40px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
	margin-top: 40px;
}
#team h6 {
	font-size: 19px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
#team p {
	color: #838988;
	font-size: 19px;
	line-height: 33px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	min-height: 270px;
}
.team-box {
	-webkit-box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	-moz-box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	margin-bottom: 50px;
	border-radius: 12px;
}
.team-box img {
	width: 100%;
}


#ourstory-aboutus h6 {
	text-align: left;
}


.number-main-container {
	background-color: #12a296;
	-webkit-box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	-moz-box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	display: flex;
	padding: 40px;
	border-radius: 12px;
	margin: 100px 0 0 0;
}
.number-main-container h3 {
	color: #FFF;
} 
.number-main-container h4 {
	color: #FFF;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	padding: 0 50px;
} 
.box-number {
	width: 25%;
	float: left;
	border-right: solid 1px #41b5ab;
	padding: 0 0px;
}
.box-number:last-child  {
	border-right: none;
}


#commitment {
	/*background-image: url(../img/bottles-story-bg.jpg);*/
	background-image: url(../img/delivery-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
#commitment p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}


#experience {
	text-align: center;
}
#experience .flip-box {
	width: 18%;
	margin: 1%;
	float: left;
	min-height: 300px;
}
#experience .experience-box h4 {
	font-size: 34px;
	color: #000000;
	font-family: 'Bebas Neue', cursive;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 130px;
	line-height: 35px;
}
#experience .experience-box p {
	/*font-size: 19px;*/
	color: #838988;
	/*line-height: 36px;*/
	font-size: 14px;
	line-height: 20px;
}
#experience .experience-box.box-2 {
	margin-top: 100px;
}
#experience .experience-box.box-4 {
	margin-top: 100px;
}
#experience .experience-box.box-1 h4 {
	background-image: url(../img/exp-icon-1.png);
}
#experience .experience-box.box-2 h4 {
	background-image: url(../img/exp-icon-2.png);
}
#experience .experience-box.box-3 h4 {
	background-image: url(../img/exp-icon-3.png);
}
#experience .experience-box.box-4 h4 {
	background-image: url(../img/exp-icon-4.png);
}
#experience .experience-box.box-5 h4 {
	background-image: url(../img/exp-icon-5.png);
}
.flip-box {
	background-color: transparent;
	width: 300px;
	height: 200px;
	perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
	background-color: #FFF;
	padding: 50px 20px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	-moz-box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
}

.flip-box-back {
	background-color: #12a296;
	color: white;
	transform: rotateY(180deg);
	padding: 20px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	-moz-box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	box-shadow: 0px 41px 50px 10px rgba(3,60,55,0.07);
	display: table;
}
.flip-box-back p {
	color: #FFF !important;
	text-align: justify !important;
	vertical-align: middle;
	display: table-cell;
}

#testimonials {
	background-image: url(../img/innerpage-banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#testimonials .slick-list {
	padding-top: 0 !important;
	padding-bottom: 60px !important;
}
#testimonials .slider {
	margin-top: 0px;
}
#testimonials h4 {
	font-size: 25px;
	color: #2f3234;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	/*background-image: url(../img/test-img.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	/*padding-right: 50px;*/
	padding-top: 5px;
}
#testimonials .test-box h4 span {
	font-size: 18px;
	color: #12a296;
	display: block;
}
#testimonials h6 {
	font-size: 55px;
	color: #12a296;
	/*text-align: left;*/
}
#testimonials .test-box {
	-webkit-box-shadow: 0px 0px 40px 8px rgba(2,44,40,0.09);
	-moz-box-shadow: 0px 0px 40px 8px rgba(2,44,40,0.09);
	box-shadow: 0px 0px 40px 8px rgba(2,44,40,0.09);
	background-color: #FFF;
	padding: 20px 40px;
	margin-top: 50px;
	border-radius: 12px;
}
#testimonials .test-box h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #12a296;
	font-size: 17px;
	position: relative;
	padding-bottom: 30px;
}

#testimonials .test-box h6:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #12a296;
	bottom: 0;
	margin-top: 30px;
	left: 0;
}
#testimonials p {
	font-size: 18px;
	color: #838988;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 30px;
}
#testimonials .slick-prev {
	left: 80px !important;
}
#testimonials .slick-next {
	right: auto;
	left: 160px;
}



#press .nav-tabs {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    border: none;
	width: 80%;
}
#press .nav-tabs li {
	margin: 0 auto;
}
#press .nav-tabs a {
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-top: 140px;
    font-family: 'Bebas Neue', cursive;
    /*font-weight: bold;*/
    font-size: 40px;
    border: none;
    color: #231f20;
    position: relative;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
	-moz-box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
	box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
	width: 252px;
	height: 241px;
	border-radius: 12px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition: all 0.3s ease 0s;
}
/* .nav-link press-tab-icon-2 {
	
} */
#press .press-tab-icon-1 {
    background-image: url(../img/press-tab-icon-1.png);
}
#press .press-tab-icon-1.active {
    background-image: url(../img/press-tab-icon-1-hover.png);
}
#press .press-tab-icon-2 {
    background-image: url(../img/press-tab-icon-2.png);
}
#press .press-tab-icon-2.active {
    background-image: url(../img/press-tab-icon-2-hover.png);
}
#press .press-tab-icon-3 {
    background-image: url(../img/press-tab-icon-3.png);
}
#press .press-tab-icon-3.active {
    background-image: url(../img/press-tab-icon-3-hover.png);
}
#press .nav-tabs a.active {
    color: #FFF;
	background-color: #12a296;
}
#press .nav-tabs a:hover {
    color: #FFF;
	background-color: #12a296;
}
#press .press-tab-icon-1:hover {
    background-image: url(../img/press-tab-icon-1-hover.png);
}
#press .press-tab-icon-2:hover {
    background-image: url(../img/press-tab-icon-2-hover.png);
}
#press .press-tab-icon-3:hover {
    background-image: url(../img/press-tab-icon-3-hover.png);
}
#press fieldset {
	border: solid 2px #12a296;
	border-radius: 12px;
	height: 82px;
	margin-bottom: 80px;
}
#press fieldset input {
    width: 85%;
    float: left;
    border: none;
    border-radius: 12px;
    height: 77px;
    padding-left: 30px;
}
#press fieldset button {
    width: 4%;
    border: none;
    background-color: transparent;
    height: 77px;
}
#press h3 {
	font-size: 65px;
}
#press .green-box-content {
	font-size: 30px;
	font-style: italic;
	padding: 30px;
	border: solid 2px #12a296;
	margin: 50px 0;
}
#press .green-box-content p {
	color: #12a296;
	margin: 0;
}
#press .margin-top-left-img {
	margin-top: 50px;
}
#press em {
	font-size: 25px;
	color: #12a296;
	text-decoration: underline;
	font-weight: 500;
	margin: 30px 0;
	display: block;
}
.footer-press-content p {
	color: #12a296;
}
.footer-press-content a {
	color: #12a296;
	font-size: 25px;
}
.footer-press-content strong {
	color: #000000;
	font-weight: 400;
	margin-top: 30px;
	display: inline-block;
}
#press span {
	font-size: 19px;
	color: #838988;
	margin-bottom: 20px;
	border-right: solid 1px #838988;
	padding: 0 20px 0 0;
}
#press fieldset img {
	margin: 0px 0;
}
#press img {
	margin: 50px 0;
}
#press span:nth-child(3) {
	border-right: none;
	padding-left: 20px;
}
#press h4 {
	font-size: 40px;
	font-family: 'Bebas Neue', cursive;
    /*font-weight: bold;*/
	color: #000000;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#press .date {
	color: #12a296;
	font-size: 19px;
	display: block;
	border: none;
	margin-bottom: 0;
}
#press .title {
    color: #000000;
    font-size: 28px;
    font-family: 'Bebas Neue', cursive;
    /*font-weight: bold;*/
    text-transform: uppercase;
    border: none;
    line-height: 37px;
    margin: 0;
}
#press .recentpost-thumbnail-box {
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 100px;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 30px;
	margin-bottom: 30px;
	min-height: 134px;
}
#press .recentpost-thumbnail-box.box-1 {
	background-image: url(../img/recent-post-thumbnail-1.jpg);
}
#press .recentpost-thumbnail-box.box-2 {
	background-image: url(../img/recent-post-thumbnail-2.jpg);
}
#press .recentpost-thumbnail-box.box-3 {
	background-image: url(../img/recent-post-thumbnail-3.jpg);
	border-bottom: none;
}
#press .archieves span {
	border-right: none;
	float: left;
	width: 50%;
}
#press .archieves .date {
	text-align: right;
}
#press .date-archieves-box {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: left 17px;
    padding-left: 20px;
    border-bottom: solid 1px #ebebeb;
    display: inline-block;
    width: 90%;
    padding-top: 10px;
}
#press .follow-us h4 {
	margin-top: 50px;
}
#press .follow-us h6 {
	font-family: 'Bebas Neue', cursive;
    /*font-weight: bold;*/
	font-size: 35px;
	color: #000000;
	float: left;
	margin-top: 33px;
	margin-left: 20px;
}
#press .follow-us img {
	margin: 20px 0;
	float: left;
}
#press .follow-us .follow-box {
	width: 50%;
	float: left;
	border-bottom: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	padding-left: 50px;
}
#press .follow-us .follow-box:nth-child(3) {
	border-right: none;
}
#press .follow-us .follow-box:nth-child(4) {
	border-bottom: none;
}
#press .follow-us .follow-box:nth-child(5) {
	border-right: none;
	border-bottom: none;
}
#press .top-selling:after {
	content: "";
	position: absolute;
	background-image: url(../img/health-back-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	border-radius: 12px;
	background-size: cover;
}
#press .top-selling {
    text-align: center;
    clear: both;
    border-radius: 12px;
    margin-top: 80px;
    display: inline-block;
	padding: 30px 30px 20px 30px;
	position: relative;
}
#press .top-selling h4 {
	margin-bottom: 0;
	border-bottom: none;
}
#press .top-selling img {
	margin-top: 10px;
	margin-bottom: 30px;
}
#press .top-selling .main-button {
	background-color: #12a296 !important;
	font-size: 24px;
	background: none;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 30px;
}


#recent-post h3, h5, h6 {
	text-align: center;
}
#recent-post h5 {
	margin-bottom: 50px;
}
#recent-post .recent-post-box {
	-webkit-box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	-moz-box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	padding-bottom: 30px;
	border-radius: 12px;
}
#recent-post .recent-post-box img {
	width: 100%;
	border-radius: 12px;
}
#recent-post .recent-post-box span {
	color: #12a296;
	font-size: 19px;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#recent-post .recent-post-box h4 {
	color: #231f20;
	font-size: 30px;
	font-family: 'Bebas Neue', cursive;
    /*font-weight: bold;*/
	padding-left: 20px;
	padding-right: 20px;
	min-height: 75px;
}
#recent-post .recent-post-box p {
	padding-left: 20px;
	padding-right: 20px;
}
#recent-post .recent-post-box a {
	margin-left: 20px;
	color: #12a296;
	font-size: 19px;
	font-family: 'Bebas Neue', cursive;
    /*font-weight: bold;*/
	letter-spacing: 2px;
	background-image: url(../img/right-arrow.png);
	background-size: 15px 8px;
	background-position: right center;
	padding-right: 25px;
	background-repeat: no-repeat;
}
#payment {
	text-align: center;
	padding: 0;
}
.box-payment {
	width: 31.3364%;
	margin: 50px 1%;
	float: left;
	background-color: #FFF;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 49px 7px rgba(23,7,3,0.14);
	-moz-box-shadow: 0px 0px 49px 7px rgba(23,7,3,0.14);
	box-shadow: 0px 0px 49px 7px rgba(23,7,3,0.14);
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition: all 0.3s ease 0s;
	border: solid 3px transparent;
}

.box-payment-2 {
	width: 47.9999%;
}

.box-payment:hover, .box-payment.box-payment-active {
	transform: translateY(-7px);
	border: solid 3px #12a296;
}
.box-payment img {
	width: 70px;
	height: 70px;
}
.box-payment h4 {
	font-size: 20px;
	color: #231f20;
	font-family: 'Bebas Neue', cursive;
	/* font-weight: bold; */
	margin-top: 10px;
	margin-bottom: 0;
}
.applied-gift-card .msj-order-btn {
	background-color: #00a296;
	border: 0;
	border-radius: 5px;
	padding: 13px 0px;
	color: #fff;
	background: linear-gradient(to bottom, #f7c75e 0%,#f4b24a 50%,#f19b35 100%);
}
#credit-details, #jobs {
	background-image: url(../img/delivery-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	padding: 30px 0px;
}

#payment-buttons {
	text-align: center;
	padding: 30px 0px;
}
.applied-gift-card button.btn.btn-danger {
	width: 27px !important;
	border-radius: 50%;
	margin-top: 10px;
	margin-left: 0px;
	border: 0;
	height: 27px;
	font-size: 10px;
	line-height: 10px;
	padding: 0;
}
fieldset p {
	font-size: 20px;
}
#credit-details p, #payment-buttons p, #jobs p {
	text-align: left;
	margin-top: 20px;
}
#credit-details p a, #payment-buttons p a, #jobs p a {
	color: #12a296;
}
#credit-details fieldset, #payment-buttons fieldset, #jobs fieldset {
	margin-top: 20px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.gift-card-details, .applied-amount {
	font-size: 20px;
	line-height: 50px;
}
#credit-details fieldset select, #payment-buttons fieldset select, #jobs fieldset select {
  width: 98%;
  background-color: #FFF;
  border-radius: 12px;
  height: 73px;
  -webkit-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
  -moz-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
  box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
  background-repeat: no-repeat;
  background-position: 98% center;
  border: none;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 40px;
	margin-right: 10px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #919191;
  overflow: hidden;
  border-radius: 0px !important;
  z-index: 999;
  background-image: url(../img/down-arrow-select.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}
#credit-details fieldset input[type=text], #credit-details fieldset input[type=email], #payment-buttons fieldset input[type=text], #payment-buttons fieldset input[type=email], #jobs fieldset input[type=text], #jobs fieldset input[type=email] {
    width: 48%;
    background-color: #FFF;
    border-radius: 12px;
    height: 73px;
    -webkit-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
    -moz-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
    box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
    background-repeat: no-repeat;
    background-position: 96% center;
    border: none;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 40px;
    margin-right: 10px;
    z-index: 99;
    position: relative;
}
#credit-details form.ng-submitted input.ng-invalid, #credit-details form.ng-submitted select.ng-invalid, #jobs form.ng-submitted input.ng-invalid, #jobs form.ng-submitted select.ng-invalid  {
		border: 1px solid red;
}
#credit-details fieldset .first-name, #jobs fieldset .first-name {
	background-image: url(../img/signin-form-icon-1.png);
}
#credit-details fieldset .last-name, #jobs fieldset .last-name {
	background-image: url(../img/signin-form-icon-1.png);
}
#credit-details fieldset .email, #jobs fieldset .email {
	background-image: url(../img/signin-form-icon-2.png);
}
#credit-details fieldset .phone, #jobs fieldset .phone {
	background-image: url(../img/phone-icon-form.png);
}
#credit-details fieldset .dateofbirth {
	background-image: url(../img/expiray_date_icon.png);
	background-size: 24px 23px;
}
#credit-details .zipcode {
    background-image:  url(../img/card_number_icon.png);;
    background-size: 36px 9px;
}
#credit-details button.btn-submit, #payment-buttons button.btn-submit, #jobs button.btn-submit, #checkout-confirm a.btn-print-receipt {
	width: 100%;
	background-color: #12a296;
	font-size: 24px;
	color: #FFF;
	font-family: 'Bebas Neue', cursive;
    /*font-weight: bold;*/
	height: 50px;
	border-radius: 12px;
	border: none;
	/*margin-right: 10px;*/
}
#checkout-confirm a.btn-print-receipt {
	margin-top: 30px;
	/*width: 60%;*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 50px;
	text-align: center;
}
.applied-gift-card button {
	width: 100% !important;
}
#credit-details .name-card {
	background-image: url(../img/card_name_icon.png);
	background-size: 27px 18px;
}
#credit-details .number-card {
	background-image: url(../img/card_number_icon.png);
	background-size: 36px 9px;
}
#credit-details .date-card {
	background-image: url(../img/expiray_date_icon.png);
	background-size: 28px 28px;
}
#credit-details .cv-card {
	background-image: url(../img/cvv_icon.png);
	background-size: 25px 19px;
}



#location .form-search fieldset {
	margin-top: 30px;
}
#location h3 {
	text-align: center;
}
#location .scroll-content {
	height: 780px;
	overflow-y: scroll;
	counter-reset: my-sec-counter;
}
#location .scroll-content .inner-box-location {
	padding: 10px 30px 0px 20px;
}
#location .scroll-content h4 {
  /*background-image: url(../img/location-icon-scroll.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 50px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
	position: relative;*/
	background-image: url(../img/location-icon-scroll.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 50px;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}
#location .scroll-content h4::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    background-color: #FFF;
    border-radius: 50px;
    color: #12a296;
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 12px;
    margin-right: 50px;
    left: 4px;
    top: 10px;
    text-align: center;
    padding-top: 3px;
}
#juice-shop {
	padding: 0;
}
#juice-shop h6 {
	text-align: left;
}
.locaion-box-content {
	-webkit-box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
	-moz-box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
	box-shadow: 0px 0px 59px 18px rgba(2,52,48,0.13);
	margin-top: 0px;
	border-radius: 12px;
}
.locaion-box-content ul li img {
	margin: 0 5px;
	width: 16px;
  height: 16px;
}
.single-location-box .social-link {
	margin-top: 20px;
}
.locaion-box-content .padding-remove img {
	border-radius: 12px 0px 0px 12px;
	width: 100%;
} 
.locaion-box-content ul {
	padding-left: 0;
}
.locaion-box-content ul li {
	list-style: none;
	display: inline-block;
}
.locaion-box-content span {
	/*width: 18%;
	float: left;*/
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	/*font-weight: bold;*/
}
.inner-box-location {
	/*padding: 40px;*/
	padding: 20px 0px 0px 25px;
}
.inner-box-location p {
	/*background-repeat: no-repeat;
	background-position: left center;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: 48px 48px;
	font-size: 19px;
	line-height: 36px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-size: 35px 35px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
.inner-box-location.single-location-box p {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-size: 35px 35px;
}
.single-location-box {
	padding: 30px 0px 0px 25px;
}
.single-location-box p {
	background-size: 40px 40px;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.inner-box-location .main-button {
  background: #12a296;
  border: solid 1px #12a296;
  font-size: 24px;
  color: #fff;
  padding: 6px 30px;
	margin-top: 0;
	/*margin-bottom: 20px;*/
	margin-right: 10px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition: all 0.3s ease 0s;
}
.inner-box-location .main-button:hover {
	background-color: #12a296;
	color: #FFF;
	border: solid 1px #12a296;
}
.inner-box-location .main-button:hover:before {
	display: none;
}
.inner-box-location-button .main-button:last-child {
	margin-right: 0px;
}
.inner-box-location-button .main-button {
	line-height: 1.5;
}
/* .locaion-box-content .single-location-box .location-icon p {
	background-image: url(../img/location_address_icon_teal.png);
}
.locaion-box-content .single-location-box .phone-icon p {
	background-image: url(../img/location_phone_icon_teal.png);
}
.locaion-box-content .single-location-box .time-icon p {
	background-image: url(../img/location_timing_icon_teal.png);
} */
.inner-box-location p {
	padding: 0 !important;
}
.inner-box-location .location-icon i {
	margin-right: 0px !important;
}
.locaion-box-content .location-icon p > i, .locaion-box-content .time-icon p > i, .locaion-box-content .phone-icon p > i {
	color: #12a296;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 30px;
	text-align: center;
}
.single-location-box p i {
	margin-right: 0px !important;
}
.single-location-box p span {
	font-weight: 400;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.locaion-box-content .time-icon p > span, .locaion-box-content .location-icon p > span, .locaion-box-content .phone-icon p > span {
	display: inline-block;
	vertical-align: middle;
}
.padding-remove {
	padding: 0;
}
.locaion-box-content h4 {
	font-size: 28px;
	color: #231f20;
	font-family: 'Bebas Neue', cursive;
    /*font-weight: bold;*/
}

.order-store-information i, .order-store-phone i {
	color: #12a296;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 30px;
	text-align: center;
}
.order-store-information span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
#juice-shop .main-button {
	background-color: #12a296 !important;
	color: #FFF;
	background: none;
	font-size: 22px;
	padding: 0px 40px;
	margin-top: 10px;
}
li.get-social-heading span {
	position: relative;
	top: 3px;
}
#juice-shop p {
	line-height: 28px;
	font-size: 18px;
	margin-top: 14px;
}
#owners {
	background-image: url(../img/delivery-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 200px;
	padding-top: 200px;
	margin-bottom: 100px;
}
#owners .main-button {
	background-color: #12a296 !important;
	color: #FFF;
	background: none;
}



.sign-page {
	position: relative;
}
.sign-page:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url(../img/singin-left-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	left: 0;
}
.sign-page input {
    background-color: #FFF;
    border-radius: 12px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: 98% center;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 40px;
}
.sign-page .zip-code {
	background-image: url(../img/signin-form-icon-4.png);
}

.sign-page select {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #919191;
    overflow: hidden;
    z-index: 999;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
	background-color: #FFF;
	border-radius: 12px;
	height: 73px;
	-webkit-box-shadow: 0px 0px 122px 22px rgba(3,39,36,0.13);
	-moz-box-shadow: 0px 0px 122px 22px rgba(3,39,36,0.13);
	box-shadow: 0px 0px 122px 22px rgba(3,39,36,0.13);
	border: none;
	width: 32%;
	margin-right: 1%;
	padding-left: 20px;
	padding-right: 40px;
	margin-bottom: 15px;
}
.sign-page .i-checks input[type="checkbox"] + i, .sign-page .i-checks input[type="checkbox"] + i::before {
    border-radius: 3px;
}
.sign-page .i-checks input:checked + i::before {
    top: 11px;
    left: 11px;
    width: 15px;
    height: 15px;
    background-color: #12a296;
}
.sign-page .i-checks > i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.sign-page .i-checks input[type="checkbox"] + i, .i-checks input[type="checkbox"] + i::before {
    border-radius: 6px;
}
.sign-page .i-checks input:checked + i {
    border-color: #12a296;
}
.sign-page .i-checks > i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-top: -2px;
    margin-right: 20px;
    margin-left: 0px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #12a296;
        border-top-color: rgb(207, 218, 221);
        border-right-color: rgb(207, 218, 221);
        border-bottom-color: rgb(207, 218, 221);
        border-left-color: rgb(207, 218, 221);
}
.sign-page .name {
	background-image: url(../img/signin-form-icon-1.png);
}
.sign-page .phone {
	background-image: url(../img/phone-icon-form.png);
}
.width-half {
	width: 49% !important;
	margin-right: 2%;
	float: left;
	background-position: 96% center  !important;
}
.width-3 {
	background-position: 94% center  !important;
}
.margin-right-remove {
	margin-right: 0 !important;
}
.sign-page .email {
	background-image: url(../img/signin-form-icon-2.png);
}
.sign-page .password {
	background-image: url(../img/signin-form-icon-3.png);
}
.sign-page:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url(../img/signin-right-img.jpg);
	background-repeat: no-repeat;
	background-position: right right;
	background-size: cover;
	right: 0;
	top: 0;
}
.sign-page input[type=checkbox] {
	display:none;
}
 
.sign-page input[type=checkbox] + label {
	height: 46px;
	width: 46px;
	display:inline-block;
	padding: 0 0 0 0px;
	background-image: url(../img/checkbox.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
}
.sign-page input[type=checkbox]:checked + label {
	height: 46px;
	width: 46px;
	display: inline-block;
	padding: 0 0 0 0px;
	background-color: #12a296;
	padding-left: 60px;
}
.sign-page label {
	color: #798281;
	font-size: 19px;
	width: 100% !important;
	display: flex;
}
.sign-page fieldset button {
    width: 100%;
    background-color: #12a296;
    font-size: 24px;
    color: #FFF;
    font-family: 'Bebas Neue', cursive;
    height: 73px;
    border-radius: 12px;
    border: none;
	margin-top: 30px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.sign-page fieldset button:hover {
	background-color: #f7c75e;
}
.sign-page p {
	margin-top: 10px;
}
.sign-page p a {
	color: #12a296;
}
#signin {
	padding: 60px 0 30px 0;
}



#signup::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(../img/singup-right-img.jpg);
    background-repeat: no-repeat;
    background-position: right right;
    background-size: cover;
    right: 0;
    top: 0;
}



#all-locations h3 {
	text-align: center;
}
.all-location-box {
	margin: 15px 0;
	-webkit-box-shadow: 0px 0px 60px 18px rgba(2,52,48,0.13);
	-moz-box-shadow: 0px 0px 60px 18px rgba(2,52,48,0.13);
	box-shadow: 0px 0px 60px 18px rgba(2,52,48,0.13);
	border-radius: 12px;
	padding-bottom: 15px;
	min-height: 550px;
}
	
min-width

.all-location-box .time-icon {
	min-height: 55px;
}
.all-location-box img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.all-location-box h4 {
  font-size: 22px;
  color: #231f20;
  font-family: 'Bebas Neue', cursive;
  /*font-weight: bold;*/
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.all-location-box p {
	padding: 10px 15px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px;
}
.all-location-box p i {
	color: #12a296;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 30px;
	text-align: center;
}
.all-location-box ul li img {
	width: 16px;
	height: 19px;
}
.all-location-box p span {
	display: inline-block;
	vertical-align: middle;
}

.all-location-box .main-button {
	background: #12a296;  
  font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	padding: 10px 10px;
	display: block;
	text-align: center;
}
.all-location-box .main-button.btn-left {
	margin-left: 20px;
}
.all-location-box .main-button.btn-right {
	margin-right: 20px;
}
.all-location-box ul {
	display: block;
	padding-left: 20px;
}
.all-location-box ul li {
	list-style: none;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.section-location {
	padding: 30px 0 0 0;
}

#categories .nav-tabs {
  text-align: center;
  /*margin-bottom: 80px;*/
  border: none;
}
#categories .nav-tabs li {
	width: 20%;
	float: left;
	border: 2px solid transparent;
}

#categories .nav-tabs li:hover {
	border: 2px solid #12a296;
}

#categories .nav-tabs li:nth-child(1) {
  width: 40%;
}
#categories .nav-tabs a.active {
	background-color:#12a296;
	color: #fff;
	border: 2px solid #12a296 !important;
}
#categories .nav-tabs a:hover {
	/*border: 2px solid #12a296 !important;*/
}
#categories .nav-tabs a {
  background-repeat: no-repeat;
  background-position: center 15px;
  /*padding-top: 100px;*/
  padding-top: 70px;
  font-family: 'Bebas Neue', cursive;
  /*font-weight: bold;*/
  font-size: 25px;
  border: none;
  color: #231f20;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  /*background-size: 72px 72px;*/
  background-size: 40px 40px;
	border-right: solid 1px #e9e8e8;
	border-top: solid 1px #e9e8e8;
	border-radius: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
#categories .nav-tabs a:hover {
	background-size: 50px 50px;
}
#categories .nav-tabs li:nth-child(4) a {
	border-right: none;
}
#categories.categories .nav-tabs li:nth-child(1) a, #categories.categories .nav-tabs li:nth-child(2) a, #categories.categories .nav-tabs li:nth-child(3) a, #categories.categories .nav-tabs li:nth-child(4) a {
	border-bottom: solid 1px #e9e8e8;
}
#categories .nav-tabs li:nth-child(9) a {
	border-right: none;
}
#categories .nav-tabs li:nth-child(14) a {
	border-right: none;
}
#categories h4 {
	font-family: 'Bebas Neue', cursive;
  /*font-weight: bold;*/
  font-size: 25px;
	color: #231f20;
	text-align: center;
	margin-bottom: 50px;
}
#categories .categories-tab-icon-3 {
	background-image: url(../img/cleaness_icon_n.png);
}
#categories .categories-tab-icon-3.active {
    background-image: url(../img/cleaness_icon_h.png);
}
/* 
#categories .categories-tab-icon-3:hover {
    background-image: url(../img/cleaness_icon_h.png);
} */
#categories .categories-tab-icon-6 {
	background-image: url(../img/jucies_icon_n.png);
}

#categories .categories-tab-icon-6.active {
    background-image: url(../img/jucies_icon_h.png);
}
/* 
#categories .categories-tab-icon-6:hover {
    background-image: url(../img/jucies_icon_h.png);
}
 */
#categories .categories-tab-icon-10 {
	background-image: url(../img/smoothies_icon_n.png);
}

#categories .categories-tab-icon-10.active {
    background-image: url(../img/smoothies_icon_h.png);
}
/* 
#categories .categories-tab-icon-10:hover {
    background-image: url(../img/smoothies_icon_h.png);
}
 */
#categories .categories-tab-icon-12 {
	background-image: url(../img/shots_icon_n.png);
}

#categories .categories-tab-icon-12.active {
    background-image: url(../img/shots_icon_h.png);
}
/* 
#categories .categories-tab-icon-12:hover {
    background-image: url(../img/shots_icon_h.png);
}
 */
#categories .categories-tab-icon-16, #categories .categories-tab-icon-5 {
	background-image: url(../img/fresh_food_icon_n.png);
}

#categories .categories-tab-icon-16.active, #categories .categories-tab-icon-5.active {
    background-image: url(../img/fresh_food_icon_h.png);
}
/* 
#categories .categories-tab-icon-16:hover {
    background-image: url(../img/fresh_food_icon_h.png);
}
 */
#categories .categories-tab-icon-13 {
	background-image: url(../img/hotDrinks_icon_n.png);
}

#categories .categories-tab-icon-13.active {
    background-image: url(../img/hotDrinks_icon_h.png);
}
/* 
#categories .categories-tab-icon-13:hover {
    background-image: url(../img/hotDrinks_icon_h.png);
}
 */
#categories .categories-tab-icon-15 {
	background-image: url(../img/frozenCoffee_icon_n.png);
}

#categories .categories-tab-icon-15.active {
    background-image: url(../img/frozenCoffee_icon_h.png);
}
/* 
#categories .categories-tab-icon-15:hover {
    background-image: url(../img/frozenCoffee_icon_h.png);
}
 */
#categories .categories-tab-icon-14 {
	background-image: url(../img/mylks_icon_n.png);
}

#categories .categories-tab-icon-14.active {
    background-image: url(../img/mylks_icon_h.png);
}
/* 
#categories .categories-tab-icon-14:hover {
    background-image: url(../img/mylks_icon_h.png);
}
 */
#categories .categories-tab-icon-2 {
	background-image: url(../img/bowls_icon_n.png);
}

#categories .categories-tab-icon-2.active {
    background-image: url(../img/bowls_icon_h.png);
}
/* 
#categories .categories-tab-icon-2:hover {
    background-image: url(../img/bowls_icon_h.png);
}
 */
#categories .categories-tab-icon-11 {
	background-image: url(../img/snaks_icon_n.png);
}

#categories .categories-tab-icon-11.active {
    background-image: url(../img/snaks_icon_h.png);
}
/* 
#categories .categories-tab-icon-11:hover {
    background-image: url(../img/snaks_icon_h.png);
} */

.product-detail h4 {
	text-align: left;
	margin-bottom: 0 !important;
}
.product-detail .card-1 .card-1-img-hover {
	display: none;
}
.product-detail .card-1:hover .card-1-img {
	display: none;
}
.product-detail .card-1:hover .card-1-img-hover {
	display: block;
}
.product-detail .card-2 .card-2-img-hover {
	display: none;
}
.product-detail .card-2:hover .card-2-img {
	display: none;
}
.product-detail .card-2:hover .card-2-img-hover {
	display: block;
}
.product-detail .card-3 .card-3-img-hover {
	display: none;
}
.product-detail .card-3:hover .card-3-img {
	display: none;
}
.product-detail .card-3:hover .card-3-img-hover {
	display: block;
}
.product-detail .card-4 .card-4-img-hover {
	display: none;
}
.product-detail .card-4:hover .card-4-img {
	display: none;
}
.product-detail .card-4:hover .card-4-img-hover {
	display: block;
}
.product-detail-container h3 {
	/*float: left;*/
	/*margin-bottom: 30px;*/
	text-align: left;
}
.product-detail-container ul h6 {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	/*font-weight: bold;*/
	float: left;
}
.product-detail-container ul {
	float: right;
	margin-top: 20px;
}
.product-detail-container ul li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}
.product-detail-container h6 {
	clear: both;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	/*font-weight: bold;*/
	font-size: 18px;
	text-align: left;
	color: #231f20;
}
.product-detail-container .list-1 {
	float: left;
	padding-left: 0;
	width: 280px;
}
.product-detail-container .list-1 li {
	display: block;
	clear: both;
}
.product-detail-container .list-1 p {
	float: left;
	font-size: 19px;
	margin-bottom: 0;
	line-height: 34px;
}
.product-detail-container .list-1 b {
	float: left;
	color: #12a296;
	font-size: 19px;
	margin-left: 10px;
	line-height: 34px;
}
.product-detail-container .list-2 {
	float: right;
	padding-left: 0;
	width: 280px;
}
.product-detail-container .list-2 {
	float: left;
	padding-left: 0;
	width: 280px;
}
.product-detail-container .list-2 li {
	display: block;
	clear: both;
}
.product-detail-container .list-2 p {
	float: left;
	font-size: 19px;
	margin-bottom: 0;
	line-height: 34px;
}
.product-detail-container .list-2 b {
	float: left;
	color: #12a296;
	font-size: 19px;
	margin-left: 10px;
	line-height: 34px;
}
.product-detail-container .main-button {
	background: #12a296;
	color: #FFF;
	border: solid 1px #12a296;
	margin-left: 20px;
	font-size: 18px;
	line-height: 30px;
	margin-top: 0px;
	padding: 5px 20px;
	background: linear-gradient(to bottom, #f7c75e 0%,#f4b24a 50%,#f19b35 100%);
	border-radius: 5px;
	border: none;
}
.msq-btn-item {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 20px;
}
.msq-btn-item h6 {
	font-size: 14px;
}
.product-detail-container .main-button.btn-danger {
	background: #dc3545;
	border: solid 1px #dc3545;
}

.product-detail-container .main-button.btn-danger:hover {
	background: #dc3545;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  background-color: #12a296;
  color: #fff;
  border: none;
	width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 0;
  position: relative;
  border-radius: 5px;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 11px;
  height: 2px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	max-width: 50px;
	border: 1px solid transparent;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #12a296;
	background: #e5f5f5;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

#checkout h4 {
	font-family: 'Bebas Neue', cursive;
	/*font-weight: bold;*/
	font-size: 24px;
	color: #231f20;
	text-align: left;
	margin-bottom: 0px;
}
#checkout ul.cart-items {
	padding-left: 0;
}
#checkout ul.cart-items > li {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	-moz-box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	list-style: none;
	padding: 25px 15px;
	margin: 20px 0;
	display: table;
	width: 100%;
}
#checkout .product-checkout-box .left {
	float: left;
	width: 100px !important;
}
#checkout .product-checkout-box .right {
	float: right;
	width: calc(100% - 100px);
}
#checkout .product-checkout-box .right .left {
	float: left;
	width: 250px !important;
}
#checkout .product-checkout-box .right .right {
	width: 180px !important;
	float: left;
}
#checkout .product-checkout-box .delete-item {
	float: right;
	margin-top: 4px;
}
#checkout .product-checkout-box .delete-item img {
	margin-right: 0;
}
#checkout ul li img {
	float: left;
	margin-right: 20px;
}
#checkout ul li h6 {
	text-align: left;
	line-height: 30px;
	font-family: 'Bebas Neue', cursive;
	/*font-weight: bold;*/
	font-size: 26px;
}




.address-box {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	-moz-box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	padding: 15px;
}
.address-box .location-icon p {
    /*background-repeat: no-repeat;
    background-position: left center;
		background-image: url(../img/location_address_icon.png);
		background-size: 48px 48px;
    padding-left: 70px;*/
    padding-top: 10px;
    padding-bottom: 10px;    
    font-size: 14px;
		line-height: 20px;
    margin-bottom: 0px;
		display: flex;
}
.address-box .phone-icon p {
    /*background-repeat: no-repeat;
    background-position: left center;
		background-image: url(../img/location_phone_icon.png);
		background-size: 48px 48px;
    padding-left: 70px;*/
    padding-top: 10px;
    padding-bottom: 10px;    
    font-size: 14px;
		line-height: 20px;
    margin-bottom: 0px;
}
.address-box .time-icon p {
    /*background-repeat: no-repeat;
    background-position: left center;
		background-image: url(../img/location_timing_icon.png);
		background-size: 48px 48px;
    padding-left: 70px;*/
    padding-top: 10px;
    padding-bottom: 10px;    
    font-size: 14px;
		line-height: 20px;
    margin-bottom: 0px;
		display: flex;
}
.address-box .location-icon p > i, .address-box .time-icon p > i, .address-box .phone-icon p > i {
	color: #12a296;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 30px;
	text-align: center;
}
.address-box .location-icon p > span, .address-box .time-icon p > span, .address-box .phone-icon p > span {
	display: inline-block;
	vertical-align: middle;
}
.address-box .total p {
	border-bottom: dashed 1px #d3d2d2;
	font-size: 16px;
	padding-bottom: 10px;
}
/* .address-box .total h4 {
	margin: 50px 0 20px 0 !important;
} */
.address-box .total span {
	float: right;
	font-size: 16px;
	color: #34213a;
	/*font-weight: bold;*/
}
.address-box .total label {
	margin-top: 30px;
	display: block;
	color: #12a296;
	font-size: 16px;
	text-transform: uppercase;
}
.address-box .total input {
    background-color: #FFF;
    border-radius: 12px;
	border: solid 1px #d6dadd;
    height: 73px;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.address-box .total button, .address-box .total a.link {
	background: #f7c75e;
  background: -moz-linear-gradient(top, #f7c75e 0%, #f4b24a 50%, #f19b35 100%);
  background: -webkit-linear-gradient(top, #f7c75e 0%,#f4b24a 50%,#f19b35 100%);
  background: linear-gradient(to bottom, #f7c75e 0%,#f4b24a 50%,#f19b35 100%);
  font-size: 24px;
  color: #FFF;
  font-family: 'Bebas Neue', cursive;
  /*font-weight: bold;*/
  height: 73px;
  border-radius: 12px;
  border: none;
	display: block;
	margin-bottom: 30px;
	padding: 0 40px;
	width: 100%;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.address-box .total #apply-coupon {
	width: auto;
	background: #f7c75e;
  background: -moz-linear-gradient(top, #f7c75e 0%, #f4b24a 50%, #f19b35 100%);
  background: -webkit-linear-gradient(top, #f7c75e 0%,#f4b24a 50%,#f19b35 100%);
  background: linear-gradient(to bottom, #f7c75e 0%,#f4b24a 50%,#f19b35 100%);
}
.address-box .total a.link {
	line-height: 73px;
	text-align: center;
}
.address-box .total button:hover, .address-box .total a.link:hover {
	background-color: #12a296;
	box-shadow: 0px 10px 20px rgba(18, 162, 150, 0.2);
}
.checkout-payment {
	background-image: url(../img/bottles-story-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.checkout-payment h6 {
	text-align: left;
}
.checkout-payment h5 {
	text-align: left;
	width: 100%;
}
.checkout-payment h3 {
	text-align: left;
}
.checkout-payment .box-payment {
	width: 47%;
}

#order-option-form {
	width: 100%;
}
.order-option-form input {
	background-color: #FFF;
	border-radius: 6px;
	border: solid 1px #d6dadd;
	height: 51px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.order-option-form .date-field {
	background-image: url(../img/expiray_date_icon.png);
	background-size: 22px 20px;
	background-position: 97%;
}
.order-option-form select {
	background-color: #FFF;
	border-radius: 6px;
	border: solid 1px #d6dadd;
	height: 51px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.order-option-form label {
	display: block;
	color: #231f20;
	padding-left: 0;
}
.order-option-form .left-fields {
	width: 43%;
	float: left;
	margin-right: 8%;
}
.order-option-form .right-fields {
	width: 48%;
	float: right;
}
.order-option-form select {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		color: #919191;
    overflow: hidden;
    /*border-radius: 0px !important;*/
    z-index: 999;
    background-image: url(../img/down-arrow-select.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.order-option, .order-tip-option {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	-moz-box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	box-shadow: 0px 0px 50px 10px rgba(3,60,55,0.07);
	list-style: none;
	padding: 20px;
	margin: 20px 0;
}
.order-option span.order-option-span {
	display: block;
	font-size: 18px;
	color: #12a296;
	/*margin: 15px 0;*/
}
.order-option label {
	margin: 10px 0;
	padding-left: 0px;
	font-size: 16px;
	color: #838988;
}

.order-option .required label::after {
  content: ' *';
  color: #F00;
  font-weight: bold;
}

.order-option-form .required input.ng-invalid, .order-option-form .required select.ng-invalid {
	border: solid 1px #F00;
}
/*.left-fields {
	display: none;
}
.right-fields {
	display: none;
}*/
.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i::before {
    border-radius: 50%;
}
.i-checks input:checked + i::before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #12a296;
}
.i-checks > i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i::before {
    border-radius: 50%;
}
.i-checks input:checked + i {
    border-color: #12a296;
}
.i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #12a296;
        border-top-color: rgb(207, 218, 221);
        border-right-color: rgb(207, 218, 221);
        border-bottom-color: rgb(207, 218, 221);
        border-left-color: rgb(207, 218, 221);
}



#contactnow {
	background-image: url(../img/contact-form-bg-img.jpg);
	background-repeat: no-repeat;
	background-position: bottom bottom;
	background-size: cover;
	padding-bottom: 160px;
}
#contactnow h3 {
	text-align: center;
}
#contactnow fieldset {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	-moz-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	margin-top: 50px;
	padding: 70px 100px;
	position: relative;
}
#contactnow fieldset:before {
	content: "";
	position: absolute;
	width: 181px;
	height: 203px;
	background-image: url(../img/form-orange-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
#contactnow fieldset:after {
	content: "";
	position: absolute;
	width: 181px;
	height: 203px;
	background-image: url(../img/form-orange-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
#contactnow .first-name {
	background-image: url(../img/signin-form-icon-1.png);
}
#contactnow .last-name {
	background-image: url(../img/signin-form-icon-1.png);
}
#contactnow .email {
	background-image: url(../img/signin-form-icon-2.png);
}
#contactnow .phone {
	background-image: url(../img/phone-icon-form.png);
}
#contactnow textarea {
	background-image: url(../img/pencil-icon.png);
}
#contactnow fieldset input {
	/*width: 48%;*/
	background-color: #FFF;
	border-radius: 12px;
	height: 73px;
	-webkit-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	-moz-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	background-repeat: no-repeat;
	background-position: 98% center;
	border: none;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 80px;
	margin-right: 5px;
	z-index: 99;
	position: relative;
}

#contactnow fieldset input.file {
	padding-top: 20px;
	margin-bottom: 0px;
}
#contactnow fieldset select {
	/*width: 48%;*/
	background-color: #FFF;
	border-radius: 12px;
	height: 73px;
	-webkit-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	-moz-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	background-repeat: no-repeat;
	background-position: 98% center;
	border: none;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 80px;
	background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #919191;
    overflow: hidden;
    border-radius: 0px !important;
    z-index: 999;
    background-image: url(../img/down-arrow-select.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}
#contactnow fieldset textarea {
	/*width: 97.5%;*/
	background-color: #FFF;
	border-radius: 12px;
	height: 150px;
	-webkit-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	-moz-box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	background-repeat: no-repeat;
	background-position: 98% 30px;
	border: none;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	position: relative;
	z-index: 99;
}
#contactnow button {
    /*width: 97.5%;*/
    width: 100%;
    background-color: #12a296;
    font-size: 24px;
    color: #FFF;
    font-family: 'Bebas Neue', cursive;
    height: 73px;
    border-radius: 12px;
    border: none;
	position: relative;
	z-index: 99;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
#contactnow button:hover {
	background-color: #f7c75e;
}
#store-locations {
	background-image: url(../img/contact-grass.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -70px;
	margin-bottom: -23px;
	z-index: 99;
	position: relative;
}
#store-locations .main-button:before {
	display: none;
}
#store-locations h3 {
	color: #FFF;
}
#store-locations p {
	color: #FFF;
}
#store-locations .main-button {
	font-size: 24px;
	color: #FFF;
	font-family: 'Bebas Neue', cursive;
	border-radius: 12px;
	border: none;
	background: none;
	background-color: #12a296;
	float: right;
	margin-top: 80px;
}
#store-locations .main-button:hover {
	background-color: #f7c75e;
}
.mobile-view {
	display: none;
}
.mapouter {
	position: relative;
	text-align: right;
	height: 800px;
	width: 100%;
}
.mapouter iframe {
	border: none;
}
.address-box-img {
	width: 100%;
}
#map, #map-contact {
    overflow: hidden;
    background: none !important;
    height: 778px !important;
    width: 100% !important;
    border: none;
    margin-bottom: -14px;
}		
.map-box {
	position: absolute;
	top: 0;
	width: 433px;
	text-align: left;
	background-color: #FFF;
	right: 4%;
	margin-top: 100px;
	border-radius: 10px;
}
.map-box img {
	width: 100%;
	margin-bottom: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.map-box .main-button {
	margin-left: 30px;
	margin-top: 0;
	font-size: 24px;
	background: none;
	background-color: #12a296;
	margin-bottom: 30px;
}
.map-box p {
	font-size: 19px;
	line-height: 30px;
}
.map-box h4 {
	font-size: 24px;
	color: #231f20;
	font-family: 'Bebas Neue', cursive;
	/*font-weight: bold;*/
}
.map-box .location-icon {
	background-image: url(../img/location_address_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: 48px 48px;
	padding-left: 60px;
	padding-right: 30px;
	margin-left: 20px;
}
.map-box .phone-icon {
	background-image: url(../img/location_phone_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: 48px 48px;
	padding-left: 60px;
	padding-right: 30px;
	margin-left: 20px;
}


#Healthyslider {
	display: none;
}


@media only screen and (min-width: 1700px) {
	#home {
		background-position: 140px 0;
		margin-bottom: 0px;
	}
	.container-fluid {
		width: 1600px;
	}
	/*.nav-item.loginbutton {
		margin-left: 200px;
	}*/
	#experience .container-fluid {
    	width: 100%;
	}
	.navbar ul li a {
		margin: 0 15px;
	}
	/*.navbar ul li .loginbutton a {
		margin-left: 90px;
	}*/
	.sign-page {
		position: relative;
		height: 100vh;
	}
	#signin {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		margin-top: 30px;
	}
	.sign-page input {
		width: 94%;
	}
	.width-half {
		width: 46% !important;
	}
	.sign-page select {
		width: 30.33%;
	}
	.sign-page label {
		width: 94% !important;
	}
	.sign-page fieldset button {
		width: 94%;
	}
}
@media only screen and (min-width: 1600px) {
	#testimonials .container-fluid {
		width: 100%;
	}
	.parallax-img-effect-health-1 {
		left: 8%;
	}
	.parallax-img-effect-health-2 {
		right: 8%;
	}
	.parallax-img-effect-smoothies-1 {
		left: 8%;
	}
	.parallax-img-effect-smoothies-2 {
		right: 8%;
	}
	.parallax-img-effect-bowl-1 {
		left: 8%;
	}
	.parallax-img-effect-bowl-2 {
		right: 8%;
	}
	.parallax-img-effect-bowl-3 {
		left: 8%;
	}
	#testimonials h3 {
		padding-left: 30%;
	}
	#testimonials h6 {
		padding-left: 30%;
	}
	#testimonials p {
		padding-left: 30%;
	}
	#testimonials .test-box h6 {
		padding-left: 0;
	}
	#testimonials .test-box p {
		padding-left: 0;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1240px;
	}
	#smoothies h4 {
		margin-top: 70px;
	}
}
@media only screen and (max-width: 1300px) {
	.navbar ul li.loginbutton a {
		margin-left: 0;
	}
}
@media only screen and (max-width: 1281px) {
	.all-location-box {
		min-height: 570;
	}
}
@media only screen and (max-width: 1280px) {
	.navbar ul li a {
		font-size: 16px;
		margin: 0;
	}
	.nav-location > a.nav-location-link {
        color: #000 !important;
    }
	.v-middle {
		position: relative;
		top: 0;
		width: 100%;
		transform: none;
		padding-top: 100px;
	}
	footer h4 {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 40px;
	}

}
@media only screen and (max-width: 1200px) {
	#experience .experience-box {
		width: 31.333%;
		margin: 1%;
	}
	.card-1 {
    height: 240px;
}
	.msq-btn-item {
    align-items: center !important;
}
.msq-btn-item h6 {
	margin-right: 14px;
}
.msq-btn-item a.main-button {
	margin-bottom: 0px;
}
	.number-input {
		margin-bottom: 10px;
		float: none;
	}
	#credit-details fieldset, #payment-buttons fieldset, #jobs fieldset {
		width: 100%;
	}
	/* .product-detail-container .main-button {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	} */
	.product-detail-container h3 {
		float: none;
		text-align: left;
	}
	.product-detail-container ul {
		float: none;
		margin-top: 20px;
		padding-left: 0;
	}
	#experience .experience-box.box-2 {
		margin-top: 1%;
	}
	#experience .experience-box.box-4 {
		margin-top: 1%;
	}
	.number-main-container {
		display: inline-block;
	}
	.box-number {
		width: 50%;
		text-align: center;
		margin-top: 30px;
	}
	.grass-postion-1 {
		margin-left: 70px;
	}
	.grass-postion-2 {
		margin-left: -70px;
	}
}
@media only screen and (max-width: 992px) {
	.msq-btn-item {
		display: inline-block;
	}
}
@media only screen and (max-width: 1050px) {
	#banner::after {
		background-position: top center;
	}
	.navbar ul li a {
    	font-size: 14px;
	}
	.nav-location {
    width: auto;
	}
	#health .grass-bg {
		width: 330px;
		height: 340px;
		background-size: contain;
	}
	#health .content-1 {
		width: 330px;
		height: 340px;
	}
	#health .content-2 {
		width: 330px;
		height: 340px;
	}
	#health .content-3 {
		width: 330px;
		height: 340px;
	}
	#health .content-4 {
		width: 330px;
		height: 340px;
	}
	#health .content-5 {
		width: 330px;
		height: 340px;
	}
	.overlay::after {
		top: 26px;
	}
	#health .bg-img-health {
		background-size: contain;
	}
	.grass-postion-5 {
		margin-left: auto !important;
		margin-top: 0px;
		margin-right: auto;
	}
}
@media only screen and (max-width: 991px) {
	#home {
		height: 100%;
	}
	#banner {
		height: 100%;
	}
	#banner::after {
		/*width: 50%;
		height: 78%;*/
		background-position: right top;
	}
	.grass-postion-2 {
		margin-left: -130px;
	}
	#health .grass-bg {
		width: 280px;
		height: 290px;
		background-size: contain;
	}
	#health .content-1 {
		width: 270px;
		height: 280px;
		background-size: 80%;
		background-position: 32px 35px;
		border-radius: 50%;
	}
	#health .content-2 {
		width: 270px;
		height: 280px;
		background-size: 80%;
		background-position: 32px 35px;
		border-radius: 50%;
	}
	#health .content-3 {
		width: 270px;
		height: 280px;
		background-size: 80%;
		background-position: 32px 35px;
		border-radius: 50%;
	}
	#health .content-4 {
		width: 270px;
		height: 280px;
		background-size: 80%;
		background-position: 32px 35px;
		border-radius: 50%;
	}
	#health .content-5 {
		width: 270px;
		height: 280px;
		background-size: 80%;
		background-position: 32px 35px;
		border-radius: 50%;
	}
	.overlay::after {
    	top: 40px;
    	width: 216px;
    	height: 216px;
    	left: 12px;
	}
	#health .grass-bg h3 {
		font-size: 25px;
		line-height: 30px;
		width: 55%;
	}
	#health .grass-bg p {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 0px;
	}
	.nav-item.cartbutton {
		margin-top: 10px;
	}
	#home {
		margin-bottom: 100px;
	}
	#checkout .product-checkout-box .left {
 	  width: 100%;
	}

	#delivery img {
		margin-top: 0px;
	} 
	.product-detail-container h6 {
		text-align: left;
	}
	#checkout .product-checkout-box .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	} 
	.address-box .location-icon p {
		background-position: left 20px;
	}
	.address-box .time-icon p {
		background-position: left 20px;
	}
	.all-location-box p {
		background-position: left top;
		padding-top: 0;
		padding-bottom: 20px;
	}
	#categories .nav-tabs a {
		font-size: 30px;
	}
	#categories h4 {
		font-size: 30px;
	}
	.box-number:nth-child(2) {
		border-right: none;
	}
	#team h4 {
		font-size: 26px;
	}
	.navbar ul li .cartbutton a {
		background-image: url(../img/Cart.png);
		background-repeat: no-repeat;
		background-color: #12a296;
	  color: #FFF !important;
	  padding-left: 40px !important;
	  padding-right: 20px !important;
	  border-radius: 6px;
	  background-size: 14px 20px;
	}
	footer h4 {
		font-size: 30px;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 70px;
	}
	.banner {
		position: relative;
		top: 0;
		transform: none;
		margin-top: 100px;
	}
	#job-listings .box {
		display: block;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.banner img {
		margin-top: 50px;
	}
	.main-button-2::after {
		display: none;
	}
	.v-middle {
		position: relative;
		top: 0;
		width: 100%;
		transform: none;
		padding-top: 100px;
	}
	#banner h2 {
    	font-size: 74px;
    	line-height: 66px;
	}
	.navbar ul li.loginbutton a {
		margin-left: 10px;
		display: inline-block;
	}
	.navbar ul li .loginbutton a {
		margin-left: 25px;
		display: inline-block;
	}
	.navbar-toggle {
		margin-top: 25px;
		border: none;
		padding: 0;
	}
	.navbar-toggle:hover {
		background-color: transparent !important;
	}
	.navbar-toggle:focus {
		background-color: transparent !important;
		border: none;
	}
	.navbar-light .navbar-toggler {
		border: none;
	}
	.navbar .navbar-toggle {
		padding: 0px;
		margin-right: 0px;
		margin-left: 10px;
	}
	.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-toggler:focus, .navbar-toggler:hover {
		outline: none;
	}
	.navbar ul li a {
		border-bottom: none;
	}
	.navbar ul li a:hover {
		border-bottom: none;
	}
	.navbar .navbar-collapse, .navbar .navbar-form {
		background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
		position: absolute;
		left: 0px;
		margin-right: 0px;
		top: -15px;
		min-width: 250px;
		padding-left: 15px;
		border-top: solid 4px #16b0a3;
		-webkit-box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.24);
		-moz-box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.24);
		box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.24);
		z-index: 99;
		width: 85%;
	}
  .navbar-nav {
    float: none!important;
    /*margin: 7.5px -15px;*/
		margin: 7.5px 0px 25px -15px
  }
  .navbar-nav>li {
    float: none;
  }
	.navbar-light .navbar-toggler {
		padding: 0;
	}
	.navbar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar ul li.loginbutton a {
		margin-left: 10px;
	}
	.navbar ul li .loginbutton a {
		margin-left: 25px;
	}
	/*.nav-link.categories-tab-icon-1 {
		border-bottom: solid 1px #e9e8e8 !important;
	}
	#categories .nav-tabs li:nth-child(5) a {
		border-right: solid 1px #e9e8e8 !important;
	}
	#categories .nav-tabs li:nth-child(10) a {
		border-right: solid 1px #e9e8e8 !important;
	}
	.nav-link.categories-tab-icon-2 {
		border-bottom: solid 1px #e9e8e8 !important;
	}*/
	.navbar ul li a {
		margin-left: 10px;
		color: #12a296 !important;
	}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar ul li a {
		font-size: 18px;
		padding: 5px;
	}
	.navbar ul li.nav-item > a.nav-link {
		font-size: 24px;
		padding: 6px 5px;
	}
	#instagram_id {
		border-bottom: solid 200px #FFF;
	}
	.innerpage-content h2 {
    	font-size: 90px;
		text-align: center;
	}
	#testimonials .test-box {
		margin-bottom: 30px;
	}
	#testimonials .slick-slide {
    	margin: 0;
		padding: 10px;
	}
	#testimonials .slick-list {
		margin-right: -15px;
	}
	#testimonials .test-box {
		padding: 40px 20px;
	}
	#banner h4 {
		font-size: 56px;
	}
	#banner h2 {
    	font-size: 68px;
    	line-height: 66px;
	}
	p {
		font-size: 20px;
		line-height: 36px;
	}
	.card-1, .card-2, .card-3, .card-4 {
		height: 170px;
	}
	#smoothies h4 {
		font-size: 26px;
	}
	.responsive.slider h4 {
		margin-top: 100px !important;
	}
	.product-detail-container .text-center h6 {
		text-align: center;
	}
	#bowl {
		background-position: center center;
	}
	.sign-page .i-checks input:checked + i::before {
		left: 7px;
		top: 8px;
		width: 11px;
		height: 11px;
	}
	.sign-page .i-checks > i {
		width: 52px;
		height: 28px;
	}
	.slick-prev {
    	left: 40% !important;
	}
	.slick-next {
		right: 40% !important;
	}
	#bowl .carousel-control-prev {
		left: 40% !important;
	}
	#bowl .carousel-control-next {
    	right: 35%;
	}
}
@media only screen and (max-width: 860px) {
	#health .col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	#health .grass-bg {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.row.bg-img-health {
		display: none;
	}	
	#Healthyslider .carousel-control-prev {
		left: 0;
		right: 80px;
	}
	#Healthyslider .carousel-control-next {
		right: 0;
		left: 80px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		opacity: 1;
	}
}
@media only screen and (max-width: 767px) {
	.locaion-box-content .padding-remove img {
    border-radius: 12px 12px 0px 0px;
}
.product-detail-container h3 {
	margin-top: 70px;
}
.msq-btn-item {
	display: flex;
	margin-bottom: 50px;
}
.msq-btn-item .number-input {
	margin-bottom: 0;
}
.product-detail-container .text-center h6 {
	margin-bottom: 0;
}
.single-location-box {
	padding: 30px 0px 0px 0px;
}
		h2 {
		width: 100%;
		font-size: 32px;
	}
	h3 {
		font-size: 36px;
    line-height: 20px;
	}
	h5 {
		width: 100%;
		font-size: 20px;
		line-height: 36px;
	}
	h6 {
		font-size: 44px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-fluid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.parallax-img-effect-health-1 {
		width: 15%;
	}
	.slick-prev {
    	left: 0% !important;
	}
	.slick-next {
		right: 0% !important;
	}
	.parallax-img-effect-health-2 {
		width: 15%;
	}
	.parallax-img-effect-smoothies-1 {
		width: 15%;
	}
	.parallax-img-effect-smoothies-2 {
		width: 15%;
	}
	.parallax-img-effect-bowl-1 {
		width: 15%;
	}
	.parallax-img-effect-bowl-2 {
		width: 15%;
	}
	#testimonials {
		padding-bottom: 0;
	}
	#bowl .carousel-item {
		min-height: 650px;
	} 
	/*#customer-area .slick-prev {
		display: block !important;
	}
	#customer-area .slick-next {
		display: block !important;
	}*/
	#customer-area .slider {
		margin-top: 0;
	}
	#customer-area .slick-prev {
		left: 0;
		bottom: -20px;
		right: 80px;
		margin-left: auto;
		margin-right: auto;
		width: 45px;
		height: 45px;
	}
	#customer-area .slick-next {
		left: 80px;
		bottom: -20px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 45px;
		height: 45px;
	}
	#store-locations {
		text-align: center;
	}
	#contactnow fieldset input {
		padding-left: 20px;
		padding-right: 40px;
		background-position: 96% center;
	}
	#contactnow fieldset select {
		padding-left: 20px;
		padding-right: 40px;
		background-position: 96% center;
	}
	.mapouter {
		margin-bottom: 200px;
	}
	.map-box {
		width: 86%;
		right: 30px;
		left: 30px;
		top: auto;
		margin-top: -100px;
		-webkit-box-shadow: 0px 0px 60px 18px rgba(2,52,48,0.13);
		-moz-box-shadow: 0px 0px 60px 18px rgba(2,52,48,0.13);
		box-shadow: 0px 0px 60px 18px rgba(2,52,48,0.13);
		margin-left: auto;
		margin-right: auto;
	}
	#map, #map-contact {
		overflow: hidden;
		background: none!important;
		height: 450px !important;
		width: 100% !important;
	}
	#contactnow fieldset textarea {
		padding-left: 20px;
		padding-right: 40px;
		background-position: 96% 20px;
		padding-top: 20px;
	}
	.map-box .location-icon {
		padding-top: 0px;
		padding-bottom: 10px;
		background-size: 35px 35px;
		padding-left: 50px;
	}
	.map-box .phone-icon {
		padding-top: 0px;
		padding-bottom: 10px;
		background-size: 35px 35px;
		padding-left: 50px;
	}
	.mobile-view {
		display: block;
		text-align: center;
	}
	#bowl .main-button-2 {
    	margin-bottom: 30px;
    	margin-top: 0px;
		display: none;
	}
	.desktop-view {
		display: none;
	}
	#juices .slick-prev {
		left: 0px;
		right: 80px;
		margin-left: auto;
		margin-right: auto;
		width: 45px;
		height: 45px;
	}
	#juices .slick-next {
		left: 80px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 45px;
		height: 45px;
	}
	#smoothies .slick-prev {
		left: 0;
		bottom: -70px;
		right: 80px;
		margin-left: auto;
		margin-right: auto;
		width: 45px;
		height: 45px;
	}
	.form-search fieldset button {
		width: 50px;
	}
	#smoothies .slick-next {
		left: 80px;
		bottom: -70px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 45px;
		height: 45px;
	}
	.instagram-logo {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	#bowl .carousel-control-prev {
		left: 0% !important;
		right: 80px;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-light .navbar-toggler-icon {
		background-image: url(../img/Menu-White.svg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.top-nav-collapse .navbar-toggler-icon {
		background-image: url(../img/Menu-Black.svg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#home h1 a img {
		display: none;
	}
	#home h1 a {
		background-image: url(../img/logo-white.png);
		background-repeat: no-repeat;
		background-position: center 10px;
		width: 180px;
		height: 56px;
		background-size: contain;
		padding: 13px 0;
	}
	#home .top-nav-collapse h1 a {
		background-image: url(../img/m_logo.png);
		background-repeat: no-repeat;
		background-position: center 10px;
		width: 180px;
		height: 56px;
		background-size: contain;
		padding: 13px 0;
	}
	#banner {
		text-align: center;
	}
	#banner h2 {
		text-align: center;
	}
	#bowl .carousel-control-next {
		right: 0;
		margin-right: auto;
		left: 80px;
		margin-left: auto;
	}
	#banner .carousel-control-next {
		margin-left: auto;
		width: 50px;
		margin-right: 38%;
	}
	#banner .carousel-control-next, .carousel-control-prev {
		right: 0;
	}
	#banner .carousel-control-prev {
		margin-left: 38%;
		width: 50px;
		margin-right: auto;
	}
	.categories#categories .categories-tab-icon-8 {
		border-top: none;
		border-bottom: none !important;
	}
	.categories#categories .categories-tab-icon-9 {
		border-top: none;
		border-bottom: none !important;
	}
	.responsive.slider .card-1 {
		height: 130px;
	}
	.responsive.slider .card-2 {
		height: 130px;
	}
	.responsive.slider .card-3 {
		height: 130px;
	}
	.responsive.slider .card-4 {
		height: 130px;
	}
	.recommended h4 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	footer ul.footer-menu {
		margin-bottom: 10px;
	}
	/* footer {
		background-position: right bottom;
		padding-bottom: 120px;
	} */
	footer p {
		font-size: 17px;
	}
	footer .copyright-menu li a {
		font-size: 17px;
	}
	#delivery img {
		margin-top: 50px;
	}
	.width-half {
		background-position: 97% center !important;
	}
	.sign-page input {
		background-position: 97% center !important;
	}
	.width-3 {
		background-position: 97% center !important;
	}
	#credit-details fieldset input[type=text], #credit-details fieldset input[type=email], #payment-buttons fieldset input[type=text], #payment-buttons fieldset input[type=email], #jobs fieldset input[type=text], #jobs fieldset input[type=email] {
		width: 100%;
	}
	#juices .slick-current {
		transform: none;
	}
	#credit-details fieldset select, #payment-buttons fieldset select, #jobs fieldset select {
		width: 100%;
	}
	#credit-details fieldset button, #payment-buttons fieldset button, #jobs fieldset button {
		width: 100%;
	}
	#experience .flip-box {
		min-height: 250px;
		float: none;
	}
	#experience .experience-box h4 {
		padding-top: 108px;
	}
	.order-option-form .right-fields {
		width: 100%;
		float: none;
	}
	#contactnow fieldset {
		padding: 50px;
	}
	#contactnow fieldset textarea {
		width: 100%;
	}
	#contactnow fieldset button {
		width: 100%;
	}
	#store-locations .main-button {
		float: none;
		margin-top: 30px;
	}
	.order-option-form .left-fields {
		width: 100%;
		float: none;
	}
	#contactnow fieldset input {
		width: 100%;
	}
	#contactnow fieldset select {
		width: 100%;
	}
	#checkout ul li img {
		margin-bottom: 20px;
	}
	.checkout-payment .box-payment {
		width: 100%;
	}
	#checkout .col-md-5 {
		margin-top: 10px;
	}
	.address-box {
		padding: 20px 20px;
	}
	#categories .nav-tabs li:nth-child(1) a {
    border-right: none !important;
	}
	#categories .nav-tabs li:nth-child(3) a {
    border-right: none !important;
	}
	#categories .nav-tabs li:nth-child(4) a {
    border-right: solid 1px #e9e8e8 !important;
	}
	#categories .nav-tabs li:nth-child(5) a {
    border-right: none !important;
    border-bottom: solid 1px #e9e8e8 !important;
	}
	#categories .nav-tabs li:nth-child(6) a {
    border-bottom: solid 1px #e9e8e8 !important;
	}
	#categories .nav-tabs li:nth-child(7) a {
    border-right: none !important;
    border-bottom: solid 1px #e9e8e8 !important;
	}
	/*#categories .nav-tabs .categories-tab-icon-3 {
		border-right: none;
	}
	#categories .nav-tabs .categories-tab-icon-5 {
		border-right: solid 1px #e9e8e8 !important;
	}
	#categories .nav-tabs .categories-tab-icon-6 {
		border-bottom: solid 1px #e9e8e8 !important;
	}
	#categories .nav-tabs .categories-tab-icon-9 {
		border-right: none !important; 
	}
	#categories .nav-tabs .categories-tab-icon-10 {
		margin-left: -2px;
	}*/
	#categories .nav-tabs li:nth-child(1) {
  	margin-left: 0;
  	margin-right: auto;
  	width: 100%;
	}
	#categories .nav-tabs li {
  	margin-left: 0;
  	margin-right: auto;
  	width: 50%;
	}
	#categories .nav-tabs a {
		font-size: 22px;
	}
	#categories h4 {
		font-size: 21px;
	}
	.all-location-box img {
		width: 100%;
	}
	.all-location-box {
		min-height: auto !important;
	}
	.sign-page::before {
		width: 100%;
		height: 100%;
		background-image: url(../img/singin-left-img.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		right: 0;
	}
	.sign-page label {
		font-size: 15px;
	}
	.sign-page .i-checks input:checked + i::before {
		left: 7px;
	}
	#signup::after {
		display: none;
		height: 700px;
		position: relative;
		width: 100%;
		margin-top: 50px;
		background-position: center center;
	}
	.sign-page select {
		width: 100%;
	}
	.width-half {
		width: 100% !important;
	}
	.sign-page::after {
		display: none;
		height: 700px;
		position: relative;
		width: 100%;
		margin-top: 50px;
		background-position: center center;
	}
	.form-search fieldset {
		width: 100%;
	}
	.form-search fieldset input {
		width: 85%;
	}
	#owners h3 {
		margin-top: 50px;
	}
	#commitment p {
		width: 100%;
	}
	#press .nav-tabs a {
		margin-bottom: 20px;
	}
	.box-payment {
    	width: 100%;
    	margin: 0px;
	}
	#payment a {
    display: inline-block;
    width: 23%;
	margin-top: 35px;
}
	#credit-details fieldset, #payment-buttons fieldset, #jobs fieldset {
		width: 100%;
		margin-top: 30px;
	}
	#credit-details .date-card, #payment-buttons .date-card {
    	width: 100%;
    	float: none;
    	margin-right: 0;
	}
	.sign-page .i-checks input:checked + i::before {
		left: 7px;
		top: 8px;
		width: 11px;
		height: 11px;
	}
	.sign-page .i-checks > i {
		width: 28px;
		height: 28px;
	}
	#credit-details .cv-card, #payment-buttons .cv-card {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	#press .margin-top-left-img {
		margin-top: 0;
	}
	#press img {
		margin: 20px 0;
	}
	#recent-post {
		padding-top: 0;
	}
	#recent-post .recent-post-box {
		margin-bottom: 30px;
	}
	#recent-post .recent-post-box img {
		width: 100%;
	}
	#recent-post .recent-post-box h4 {
		min-height: auto !important;
	}
	.navbar .navbar-collapse, .navbar .navbar-form {
		/*margin-right: 30px;*/
	}
	.team-box img {
		width: 100%;
	}
	#experience .experience-box {
		width: 100%;
		margin: 30px 0;
	}
	#team p {
		width: 100%;
		min-height: auto;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.innerpage-content h2 {
    font-size: 65px;
		text-align: center;
	}
	.main-button-2 {
		font-size: 18px;
	}
	#smoothies .slider {
		margin-top: 0;
		padding-bottom: 70px;
	}
	.navbar {
		padding-left: 0;
		padding-right: 0;
	}
	#home .fixed-top.fixed-top-with-banner {
		top: 80px;
	}
	.top-banner {
		padding: 4px 35px 5px 10px
	}
	#banner .main-button::after {
		display: none;
	}
	#banner::after {
		display: none;
	}
	#banner {
		background-image: none;
	}
	#banner h2 {
		color: #FFF;
	}
	#banner h4 {
		color: #FFF;
	}
	#banner p {
		color: #FFF;
	}
	#home {
		height: auto;
    padding-bottom: 100px;
	}
	#home::after {
		content: "";
		position: absolute;
		background-image: url(../img/banner-bg-responsive.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		width: 100%;
		height: 480px;
		right: 0;
		top: 0;
		background-size: cover;
		z-index: -1;
	}
	/* #banner .carousel-control-next, .carousel-control-prev {
		
	} */
	#juices h4 {
		font-size: 25px;
	}
	#smoothies {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#juices::before {
		height: 387px;
		background-position: center 40px;
	}
	#smoothies h4 {
		font-size: 25px;
		line-height: 35px;
	}
	#smoothies .slick-list {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.slick-dots li button {
		display: none !important;
	}
	#delivery .apps {
		margin-right: 10px;
		margin-bottom: 10px;
		display: inline-block;
		width: 200px;
	}
	footer h4 {
		font-size: 35px;
		padding-left: 65px;
		padding-top: 15px;
		padding-bottom: 15px;
		background-size: 52px 52px;
	}
	#customer-area {
		padding-top: 0;
	}
	#home {
		margin-bottom: 0;
	}
	footer ul.footer-menu li {
		display: block;
	}
	footer ul.footer-menu li a {
		padding-left: 0;
		border: none;
	}
	footer h4 {
		float: none;
	}
	footer ul {
		margin-top: 25px;
	}
	footer .copyright-menu {
		margin-top: 0px;
		float: none;
	}
	#customer-area ul li {
		width: 50%;
		float: left;
	}
	#bowl h4 {
		font-size: 40px;
	}
	.img-container {
  	width: 50%;
  	float: left;
  	margin-top: 20px;
  	margin-bottom: 0;
	}
	.recommended .card-1,	.recommended .card-2,	.recommended .card-3,	.recommended .card-4 {
		height: 230px;
	}
	.box-number {
		width: 100%;
		text-align: center;
		margin-top: 30px;
		padding: 0;
		border: none;
	}
	#testimonials .slick-prev {
		left: 0 !important;
		right: 80px;
		margin-left: auto;
		margin-right: auto;
		bottom: 60px;
		width: 45px;
		height: 45px;
	}
	#testimonials .slick-next {
		left: 80px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		bottom: 60px;
		width: 45px;
		height: 45px;
	}
	#delivery {
		padding-bottom: 100px;
		text-align: center;
	}
	#delivery h6 {
		text-align: center;
	}
	section {
    padding: 10px 0px;
	}
	#checkout h4{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.number-input button {
    width: 2rem;
    height: 36px;
}
.number-input {
	height: 38px;
}
.number-input input[type=number] {
	max-width: 2rem;
	padding: 0.5rem;
	height: 34px;
	font-size: 14px;
}
#checkout .product-checkout-box .delete-item {
	margin-top: 0px;
}

#checkout .product-checkout-box .delete-item img {
	width: 20px;
	height: 20px;
}

	.product-checkout-box h4 {
    font-size: 22px !important;
	}
	#checkout ul li h6{
		font-size: 26px;
	}
	#checkout ul.cart-items > li{
		padding: 0px;
		margin: 20px 0;
	}
	.order-option {
    padding: 15px;
    margin: 20px 0;
	  }
		.order-option span.order-option-span{
			font-size: 18px;
			margin: 0;
		}
		.order-option-form select,
		.order-option-form input {
			height: 35px;
			margin-bottom: 20px;
			padding-left: 10px;
			padding-right: 10px;
			font-size: 14px;
	}
		.order-option label{
			font-size: 14px;
		}
		.address-box .total p {
			font-size: 16px;
		}
		.address-box .total span {
			font-size: 18px;
		}
		.address-box .total label{
			font-size: 14px;
			margin-top: 0;
		}
		.continue-btn-flex #continue-shopping {
			padding: 13px 8px;
			font-size: 18px;
	}
	.address-box .phone-icon p,
	.address-box .time-icon p,
	.address-box .location-icon p {
    font-size: 14px;
	}
	.order-tip-option strong.font-bold {
    display: block;
}
.number-input button:before, .number-input button:after{
		width: 10px;
    height: 1px;
}
#checkout ul li img {
	float: left;
	margin-right: 6px;
}
#checkout .product-checkout-box .right .right {
	float: left;
	width: 150px !important;
	margin-top: 0px;
}

#checkout .product-checkout-box .left {
  width: 80px !important;
}

#checkout .product-checkout-box .right .left {
	float: left;
	width: 130px !important;
}
#checkout .product-checkout-box .right h4 {
	margin-bottom: 0px;
}
#checkout .product-checkout-box .right .left p {
  line-height: normal;
}
.order-tip-option p {
	font-size: 16px;
	line-height: 27px;
}
#checkout .product-checkout-box .left img {
	padding: 10px;
}
.product-checkout-box:after {
	content: '';
	display: block;
	clear: both;
}
.tip-box p {
	font-size: 16px;
	line-height: 18px;
	margin-top: 20px;
}
.tip-box label {
	font-size: 14px !important;
}
}

.smoothies-slider-wrapper {
	margin-top: 100px;
}

@media only screen and (max-width: 600px) {
	.smoothies-slider-wrapper{
		background-size: 180%;
    background-attachment: fixed;
    background-position: initial;
    background-repeat: repeat;
	}
	.order-option, .order-tip-option{
		padding: 15px;
		margin: 15px 0;
	}
	#home::after{
		height: 480px;
	}
	.tip-box button {
    padding: 7px 18px;
    font-size: 12px;
}
	.order-tip-option button {
    font-size: 14px;
    padding: 3px 10px;
    margin-top: 15px;
}
	.responsive.slider .card-1 {
    	height: 250px;
	}
	.responsive.slider .card-2 {
    	height: 250px;
	}
	.responsive.slider .card-3 {
    	height: 250px;
	}
	.responsive.slider .card-4 {
    	height: 250px;
	}
	#delivery .apps {
		width: 145px;
	}
	.box-payment img {
    	width: 40px;
    	height: 40px;
	}
	.box-payment h4 {
    font-size: 14px;
	}
	#customer-area .slick-slide {
		margin: 0 10px;
	}
	#bowl {
		background-image: none;
	}
	.form-search fieldset input {
		width: 80%;
	}
	.sign-page .i-checks input:checked + i::before {
		left: 7px;
		top: 8px;
		width: 11px;
		height: 11px;
	}
	.sign-page .i-checks > i {
		width: 55px;
		height: 28px;
	}
	#banner .main-button {
    margin-top: 0px;
    font-size: 30px;
    padding: 5px 45px;
}
}
@media only screen and (max-width: 480px) {
	#home .fixed-top.fixed-top-with-banner {
		top: 100px;
	}
	#home::after{
		height: 550px;
	}
	#Healthyslider {
		margin-left: 0px;
		margin-right: 0px;
		display: block;
	}
	#juices::before {
		height: 430px;
    background-position: center bottom;
    top: 43%;
	}
	#juices .juices-slider .slick-list {
    padding-top: 50px !important;
}
	#juices h4 {
		font-size: 25px;
		color: #fff;
	}
	#juices {
		padding-bottom: 100px;
	}
	#juices .slick-prev, #juices .slick-next {
		bottom: -50px;
	}
	#health .grass-bg span {
		font-size: 9px;
	}
	#health .grass-bg h3 {
    	font-size: 20px;
    	line-height: 25px;
	}
	#health .grass-bg {
		width: 230px;
		height: 250px;
	}
	#banner .carousel-control-next {
		margin-left: auto;
		width: 50px;
		margin-right: 32%;
	}
	#banner .carousel-control-prev {
		margin-left: 32%;
		width: 50px;
		margin-right: auto;
	}
	#juices .slick-prev {
		width: 45px !important;
		height: 26px !important;
	}
	#juices .slick-next {
		width: 45px !important;
		height: 26px !important;
	}
	#health .carousel-control-next {
		margin-left: auto;
		width: 50px;
		margin-right: 32%;
	}
	#health .carousel-control-prev {
		margin-left: 32%;
		width: 50px;
		margin-right: auto;
	}
	#health .content-1 {
		width: 220px;
		height: 240px;
		background-position: 22px 38px;
		margin-left: auto;
		margin-right: auto;
	}
	#health .content-2 {
		width: 220px;
		height: 240px;
		background-position: 22px 38px;
		margin-left: auto;
		margin-right: auto;
	}
	#health .content-3 {
		width: 220px;
		height: 240px;
		background-position: 22px 38px;
		margin-left: auto;
		margin-right: auto;
	}
	#health .content-4 {
		width: 220px;
		height: 240px;
		background-position: 22px 38px;
		margin-left: auto;
		margin-right: auto;
	}
	#health .content-5 {
		width: 220px;
		height: 240px;
		background-position: 22px 38px;
		margin-left: auto;
		margin-right: auto;
	}
	.overlay::after {
		top: 43px;
		width: 170px;
		height: 176px;
		left: 2px;
	}
	.text {
		padding-top: 20px;
	}

#juices .slick-slide img {
	margin-top: 0px;
}

	#juices .slick-list {
		padding-top: 150px !important;
		padding-bottom: 0 !important;
	}
	#contactnow fieldset {
		padding: 30px;
	}
	#press fieldset input {
		width: 75%;
	}
	.recommended h4 {
		margin-top: 0 !important;
	}
	.recommended .card-1 {
		height: 330px;
	}
	.recommended .card-2 {
		height: 330px;
	}
	.recommended .card-3 {
		height: 330px;
	}
	.recommended .card-4 {
		height: 330px;
	}
	.responsive.slider .card-1 {
    	height: 380px;
	}
	.responsive.slider .card-2 {
    	height: 380px;
	}
	.responsive.slider .card-3 {
    	height: 380px;
	}
	.responsive.slider .card-4 {
    	height: 380px;
	}
	#press .archieves span {
		width: 60%;
	}
	#press .follow-us h6 {
		margin-top: 0;
		margin-left: 15px;
	}
	#press .archieves .date {
		width: 40%;
		float: left;
	}
	.inner-box-location p {
		background-position: top center;
		padding-left: 0;
		padding-top: 70px;
	}
	.locaion-box-content ul {
		margin-bottom: 50px;
	}
	.inner-box-location .main-button {
		text-align: center;
		font-size: 18px;
    padding: 3px 22px;
	}
}

@media only screen and (max-width: 450px) {
	#juices::before {
		height: 460px;
		background-position: center bottom;
		top: 44%;
	}

	#juices.view-juices-all-text::before {
    top: 60%;
	}

	#juices .slider {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 380px) {
	.order-option, .order-tip-option{
		padding: 15px;
		margin: 15px 0;
	}
	.order-tip-option button {
    font-size: 10px;
    padding: 3px 10px;
    margin-top: 15px;
}
	.responsive.slider .card-1 {
		height: 360px;
	}
	.responsive.slider .card-2 {
		height: 360px;
	}
	.responsive.slider .card-3 {
		height: 360px;
	}
	.responsive.slider .card-4 {
		height: 360px;
	}
	.recommended .card-1 {
		height: 280px;
	}
	.recommended .card-2 {
		height: 280px;
	}
	.recommended .card-3 {
		height: 280px;
	}
	.recommended .card-4 {
		height: 280px;
	}

	#smoothies h4.card-1-h4, #smoothies h4.card-2-h4, #smoothies h4.card-3-h4, #smoothies h4.card-4-h4 {
		margin-bottom: 0px;
	}
}

#overlay-spinner {
	background: rgb(255 255 255 / 71%);
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	top: 0
}

#overlay-spinner > .spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid #12a294;
  border-right-color: transparent;
  border-radius: 50%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.checkout-login-modal h3, .login-register-modal h3, .update-profile-modal h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  font-family: 'Bebas Neue', cursive;
}

.img-our-community-1 {
	max-width: 80%;
}

.img-our-community-2 {
	position: absolute;
	max-width: 55%;
	top: 15%;
	left: 40%;
}
.ingredient-text, .nutrition-text {
	font-size: 14px;
	line-height: 26px;
}
.location-logo {
	padding: 81px 15px;
}
#location-order-now-modal .modal-header {
	padding: 0.5rem 1rem;
}
#location-order-now-modal .modal-header h4, #home-order-now-modal .modal-header h4, #default-order-now-modal .modal-header h4 {
	font-size: 36px;
	width: 100%;
	text-align: center;
}
#location-order-now-modal .modal-body p, #home-order-now-modal .modal-body p, #default-order-now-modal .modal-body p {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: normal;
}

#location-order-now-modal .modal-footer {
	border-top: 0px solid #dee2e6;
}

.btn-msjc {
  color: #fff;
  background-color: #12a296;
  border-color: #12a296;
}

#terms, #privacy, #terms p, #privacy p {
	font-size: 20px;
	color: #838988;
	line-height: 35px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.menu-categories {
	padding-bottom: 60px;
}
.section-details {
	width: 70%;
	line-height: 30px;
	font-size: 20px;
}
.testimonial-details > h3 {
	font-family: 'oraqle_scriptregular';
	margin-top: 70px;
	color: #ffffff;
}
#testimonials .testimonial-details > p {
	color: #ffffff;
}
.about-us-img {
	margin-top: 10px;
	margin-right: 45px;
	border-radius: 15px;
}
/* .about-us-text {
	line-height: 30px;
	font-size: 20px;
} */
/*.header-logo {
	position: absolute;
	width: 230px;
	top: 0;
	left: 90px;
}*/

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

@media all and (min-width: 768px) {
	.health-vk::before {
	  content: "";
	  position: absolute;
	  width: 100%;
	  background-image: url(../img/juices-bg.png.jpg);
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  background-size: cover;
	  height: 510px;
	  left: 0;
	  right: 0;
	  top: 23%;
	}
}

@media all and (min-width: 1700px) {
	.health-vk::before {
	  height: 570px;
	  top: 20%;
	}
}

.health-header {
	margin-bottom: 80px;
}
.health-body h3 {
	font-size: 30px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
}
.health-box {
  max-width: 300px;
  margin: auto;
}
.health-iamge-border {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 8px solid #ffffff;
	z-index: 2;
}
.health-overlay {
	display: none;
}
/*.health-overlay:after {
	height: 100%;
	width: 100%;
	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #12a296;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.health-box:hover .health-overlay:after {
	opacity: 0.8;
}

.health-box:hover .text {
	opacity: 1;
}*/

.health-box h3 {
	font-size: 32px;
	color: #FFF;
	line-height: 40px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.health-box p {
  font-size: 19px;
  color: #FFF;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
	margin-top: 10px;
}

.health-box span {
	font-size: 13px;
}

.own-sq-link {
  font-family: "Montserrat";
  text-align: center;
  color: #FFF;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*background: #fff;*/
}

.own-sq-link span {
  background-image: url(../img/own-btn.gif);
  background-size: cover;
  color: transparent;
  		-moz-background-clip: text;
  -webkit-background-clip: text;
}

.inner-pages-banner .own-sq-link span {
  background-image: url(../img/own-sq-link.webp);
}

.inner-pages-banner .navbar.top-nav-collapse .own-sq-link span {
  background-image: url(../img/own-btn.gif);
}

.juices-slider .slick-slide a:last-child {
	visibility: initial;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.link-learn-more {
	/*float: right;*/
	margin-top: 20px;
	color: #12a296;
	font-size: 20px;
	font-weight: 500;
}

.ingredient-title, .nutritional-title, .item-title {
	color: #12a296 !important;
}

#item-video-modal {
  top: 20%;
}
#item-video-modal .close {
  position:absolute;
  right:10px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.header-logo-vk2 {
	display: none;
}
.row-footer-vk2 {
	display: none;
}
.our-commitment-vk2 {
	display: none;
}
.our-commitment-vk2.hide-all-text {
	display: none;
}
.our-commitment-vk1.view-all-text {
	display: block;
}
.hand-crafted-bowls-vk1 {
	display: none;
	margin-top: 15px;
}
.hand-crafted-bowls-vk2 {
	display: block;
	margin-top: 15px;
}
.hand-crafted-bowls-vk1.view-all-text {
	display: block;
}
.hand-crafted-bowls-vk2.hide-short-text {
	display: none;
}
.hand-crafted-bowls-text {
	color: #12a296;
}
.smoothies-vk1 {
	display: none;
	margin-top: 15px;
}
.smoothies-vk2 {
	display: block;
	margin-top: 15px;
}
.smoothies-vk1.view-all-text {
	display: block;
}
.smoothies-vk2.hide-short-text {
	display: none;
}
.smoothies-text {
	color: #12a296;
}
.cold-pressed-juices-vk1 {
	display: none;
	margin-top: 15px;
}
.cold-pressed-juices-vk2 {
	display: block;
	margin-top: 15px;
}
.cold-pressed-juices-vk1.view-all-text {
	display: block;
}
.cold-pressed-juices-vk2.hide-short-text {
	display: none;
}
.cold-pressed-juices-text {
	color: #12a296;
}
.navbar-desktop li.nav-item .nav-link.nav-link-inline {
	color: rgb(18 162 150) !important;
}
@media only screen and (max-width: 1080px) {
.nav-location {
    width: 245px; 
    text-align: right;
}
}
@media only screen and (max-width: 767px) {
	.health-header {
    margin-bottom: 60px;
	}
	#delivery h6 {
    margin-top: 70px;
}
	#juices {
    margin-top: 70px;
}
.product-detail-container img.img-fluid {
	width: 40%;
}
.product-detail-container.combo-detail-container img.img-fluid {
	width: 80%;
}
.product-detail-container .limited-time-icon {
	width: 55px;
	height: 55px;
}
.number-input.number-input-add {
	margin-top: 13px;
}
.ingredient-text, .nutrition-text {
	font-size: 14px;
	line-height: 18px;
}
#juices .juices-slider .slick-list {
	padding-top: 0px !important;
}
.section-details {
	width: 100%;
}
#banner .carousel-control-next, .carousel-control-prev{
	bottom: -105px;
}
#Healthyslider .carousel-control-next{
	margin-top: 80px;
}
	#Healthyslider {
		display: block;
	}
	.health-vk::before {
	  content: "";
	  position: absolute;
	  width: 100%;
	  background-image: url(../img/juices-bg.png.jpg);
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  background-size: cover;
	  height: 590px;
		left: 0;
		right: 0;
		top: 16%;
	}
	.header-logo-vk1 {
		display: none;
	}
	.header-logo-vk2 {
		display: block;
	}
	.our-commitment-vk2 {
		display: block;
	}
	.our-commitment-vk1 {
		display: none;
	}
	.our-commitment-vk2.hide-all-text {
		display: none;
	}
	.our-commitment-vk1.view-all-text {
		display: block;
	}
	.top-nav-collapse .header-logo-vk1 {
		display: block;
	}
	.top-nav-collapse .header-logo-vk2 {
		display: none;
	}
	.navbar-light .navbar-toggler {
		color: #fff;
	}
	.navbar-light .nav-location-mobile {
		color: #fff;
	}
	.top-nav-collapse .navbar-toggler {
	  color: #12a296;
	}
	.top-nav-collapse .nav-location-mobile {
	  color: #12a296;
	}
	.inner-pages-banner .top-nav-collapse.navbar-light .navbar-toggler {
    color: #12a296;
	}
	.inner-pages-banner .top-nav-collapse.navbar-light .nav-location-mobile {
    color: #12a296;
	}
	.our-commitment-text {
		color: #12a296;
	}
	.row-footer-vk1 {
		display: none;
	}
	.row-footer-vk2 {
		display: block;
	}
	footer .copyright-menu {
		padding-right: 90px;
	}
	footer .copyright-menu li a {
    font-size: 14px;
    padding: 0 10px;
	}
	footer p {
    font-size: 14px;
		margin-top: 20px;
		margin-bottom: 20px;
		/*padding-right: 90px;*/
	}
	#customer-area .slick-list {
	  padding-bottom: 20px !important;
	}
}

@media only screen and (min-width: 1024px) {
	#banner p {
		max-width: 60%;
	} 
}

/* .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	top: -3px!important;
} */

.navbar-toggler {
  font-size: 16px;
}

.bowl-carousel-inner p {
	min-height: 252px;
}

.health-iamge-border:hover {
	border: 8px solid #f2be5e;
}

.products-container .limited-time-icon {
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 180px;
	left: 5px;
}

.product-detail-container .limited-time-icon {
	position: absolute;
	width: 75px;
	height: 75px;
	top: 75px;
	right: 100px;
}

.elevate-link {
	position: absolute;
	top: -5px;
	left: 90px;
	font-size: 24px;
	color: #12a296;
}
.promocodeform_input {
	display: flex;
}
.promocodeform_input #apply-coupon {
	margin-left: 10px;
}
.continue-btn-flex {
	display: flex;
}
.continue-btn-flex #continue-shopping {
	margin-right: 10px;
	height: 54px;
	line-height: 16px;
	padding: 20px 8px;
	font-size: 18px;
}
.continue-btn-flex #continue-coupon, #continue-coupon-temp, #continue-order {
	font-size: 18px;
	height: 54px;
}
.promocodeform_input #apply-coupon {
	margin-left: -10px;
	height: 53px;
}
.promocodeform_input input {
	border-right: 0px!important;
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
	padding: 6px 14px!important;
	height: 53px!important;
}
.menu-categories-nav button {
	background-color: #ffffffba;
	color: #2b2b2b;
	border: 0px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	line-height: 8px;
	padding: 0;
}
.menu-categories-nav button.disabled{
	background-color: #dcdcdc;
	color: #2b2b2b;
	display: none;
}
.menu-categories-nav .menu-categories-prev {
	position: absolute;
	left: 0;
	top: -2px;
}
.menu-categories-nav .menu-categories-next {
	position: absolute;
	right: 0;
	top: -2px;
}
.menu-categories-nav{
	display: none;
}
.addto-cart-btn-fix{
	display: none;
}
section#credit-details {
	/*margin-top: 100px;*/
	margin-top: 0px;
}

section#payment-buttons {
	margin-top: 0px;
}
@media only screen and (max-width: 767px) {
	.product-detail-container a.elevate-link {
    left: 190px;
    top: -8px;
	}
	.menu-categories-nav{
		display: block;
	}
	.menu-categories-list {
		overflow: auto;
		background-color: #12a296;
		padding: 0px 15px;
		padding: 0px 0px;
	}
	.menu-categories-list ul {
		flex-wrap: unset;
		width: 720px;
	}
	.container.menu-categories {
    background-color: #12a296;
    padding: 10px 20px;
		margin-bottom: 60px;
	}
.addto-cart-btn-fix {
	position: fixed;
	bottom: 15px;
	z-index: 999;
	width: 100%;
	left: 0;
	padding: 0px 15px;
	display: block;
}
.addto-cart-btn-fix button {
	background-color: #12a094;
	width: 100%;
	border: 0px;
	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 7px 30px;
	border-radius: 44px;
}
.addto-cart-btn-fix button .icon svg {
	width: 30px;
	height: auto;
	fill: #fff;
}
.add-to-cart-text h6 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}
.add-to-cart-text p {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
}
.addto-cart-btn-fix .cart-of-number {
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
	.menu-categories-list ul li {
		width: auto !important;
		margin-right: 0px!important;
		border: 0px !important;
		padding: 0px 10px!important;
	}
	.menu-categories-list ul a {
		font-size: 16px !important;
    background-size: 0px 0px!important;
    padding-top: 2px !important;
		border: 0px	!important;
		color: #dcdcdc !important;
		padding-bottom: 0;
	}
	#categories .nav-tabs li:nth-child(7) a,
	#categories .nav-tabs li:nth-child(6) a,
	#categories .nav-tabs li:nth-child(4) a,
	#categories .nav-tabs li:nth-child(5) a {
    border: 0px !important;
	}
	#categories .nav-tabs a.active {
    border: 0 !important;
		color: #fff !important;
		text-decoration: underline;
	}
}
.menu-categories-list {

}

.menu-categories-list-mobile {
	display: none;
}

@media only screen and (min-width: 768px) {
	#faq .nav-tabs {
		display: flex;
	}

	#faq .nav-tabs > li {
		flex-shrink: 0;
		flex-grow: 1;
	}
}

@media only screen and (max-width: 767px) {
	.menu-categories-list {
		display: none;
	}

	.menu-categories-list-mobile {
		display: block;
	}

	.login-register-modal .alert, .checkout-login-modal .alert, .update-profile-modal .alert {
		font-size: 14px;
		line-height: normal;
	}

	.login-register-modal p, .checkout-login-modal p, .update-profile-modal p {
		line-height: normal;
	}

	#faq .nav-tabs {
		margin-bottom: 20px;
	}

	#faq .nav-tabs li {
		width: 50%
	}

	#faq .nav-tabs a {
    padding-top: 60px;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    background-size: 50px;
	}

	#faq .nav-tabs a::after {
    width: 2px;
    height: 70px;
    bottom: 14px;
	}

	#faq .nav-tabs li:nth-child(2) a::after {
    width: 0px;
	}

	#faq button {
		height: auto;
		font-size: 14px;
		padding-right: 30px;
	}

	#faq h2, #faq p {
		line-height: normal;
		font-size: 14px;
	}

	#faq .card-body {
		font-size: 12px;
		padding: 10px;
	}

	#faq .btn.btn-link::after {
		right: 8px;
    top: 15px;
	}

	#faq .btn.btn-link.collapsed:after {
		right: 8px;
    top: 8px;
	}

	#faq h3 {
		line-height: normal;
		font-size: 16px;
		padding: 0px 0px 10px 0px;
	}

	#faq h3.faq-title {
    border-top: solid 1px #e5e5e5;
    padding: 12px 0px 10px 0px;
	}

	#faq .main-button {
		font-size: 20px;
		padding: 8px 30px;
	}

	.btn-group-remove-tip {
		margin-top: 15px;
	}
}

.menu-categories-list-mobile {
	/*max-width: 767px;*/
	padding: 0px 10px;
}
.menu-categories-list-mobile .slick-list {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.menu-categories-list-mobile a {
  font-family: 'Bebas Neue', cursive;
	font-size: 16px;
	padding-top: 2px;
	color: #dcdcdc;
}
.menu-categories-list-mobile a.active {
  color: #fff;
  text-decoration: underline;
  background-color:#12a296;
	color: #fff;
}

.menu-categories-list-mobile .slick-prev, .menu-categories-list-mobile .slick-next {
  width: 30px !important;
  height: 30px !important;
}

.menu-categories-list-mobile .slick-slide {
  margin: 0px 10px !important;
}

.menu-categories-list-mobile .slick-prev {
  left: -25px !important;
  top: 13px;
}

.menu-categories-list-mobile .slick-next {
  right: -25px !important;
  top: 13px;
}

.menu-categories-list-mobile .slick-next::before {
	font-family: 'Roboto', sans-serif;
  content: "›";
  background-color: #ffffff;
  color: #2b2b2b;
  border: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px !important;
  line-height: 24px;
  background-image: none;
}

.menu-categories-list-mobile .slick-prev::before {
	font-family: 'Roboto', sans-serif;
  content: "‹";
  background-color: #ffffff;
  color: #2b2b2b;
  border: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px !important;
  line-height: 24px;
  background-image: none;
}

.menu-categories-list-mobile .slick-arrow.slick-disabled {
	display: none !important;
}

.tip-box {
	margin-bottom: 30px;
}
.tip-box label {	
	display: block;
	color: #12a296;
	font-size: 16px;
	text-transform: uppercase;
}

.tip-box p {
	font-size: 16px;
}

.tip-box .input-group {
	max-width: 100px;
}
.delete-item a svg {
	width: 20px;
	height: auto;
	fill: #f6080896;
}

.address-box .total button.btn-remove-cart-coupon, .address-box .total button.btn-remove-cart-tip, .address-box .total button.btn-remove-customer-reward {
	display: inline-block;
	width: 40px;
	height: 30px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 10px;
	border-radius: 10px;
}

a.nav-link-inline {
  display: inline-block;
  padding-right: .5rem!important;
	padding-left: 0rem!important;
}
span.nav-link-inline {
  display: inline-block;
  padding-right: 0rem!important;
	padding-left: 5px !important;
}
.inner-pages-banner .navbar.top-nav-collapse ul li span {
	color: #12a296 !important;
}
@media only screen and (min-width: 992px) {
	.nav-location-mobile {
	  display: none;
	}
}

.main-button-home {
  margin-right: 10px;
  height: 54px;
  line-height: 16px;
  padding: 20px 60px;
  font-size: 18px;
}

.addins-accordion .card-group {
	display: block;
}

.addins-accordion .card-group > .card .card-header {
	padding: 0px;
	background-color: #12a296;
	color: #fff;
}

.addins-accordion .card-group > .card {
	margin-bottom: 10px;
	border: 1px solid #12a296;
}

.addins-accordion .card-group > .card + .card {
  border-left: 1px solid #12a296;
}

.addins-accordion .card-group > .card h4.card-title {
	margin-top: 0px;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.choose-item-modal .modal-body .addins-accordion .card-group > .card .card-body {
  font-size: 12px;
}

.addins-accordion .card-group > .card .card-title a {
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	color: #fff;
}

.addins-accordion .checkbox .i-checks {
	padding-left: 0px;
}

.addins-accordion .checkbox .i-checks input {
  margin-left: 0;
}

.addins-accordion .checkbox .i-checks > i {
	margin-left: 0px;
	float: right;
	margin-top: 16px;
}

.addins-accordion .checkbox .i-checks > i {
	border: 1px solid #ffffff;
}

.addins-accordion .checkbox .i-checks input:checked + i {
  border: 2px solid #12a296;
  border-radius: 10px;
}

.addins-accordion .checkbox .i-checks input:checked + i::before {
  top: -10px;
	left: 0px;
	width: 10px;
	height: 10px;
	background-color: transparent;
	content: '\2713';
	font-size: 25px;
	font-weight: bold;
	color: #12a296;
}

.addins-accordion .checkbox .i-checks > img {
	background-color: #fff;
	/*border: 1px solid #dee2e6;
	border-radius: 50%;*/
	border: 1px solid transparent;
	border-radius: 0;
	width: 50px;
	height: 50px;
}

.addins-accordion .checkbox label {
  display: block;
}

.choose-item-modal .modal-body .addins-accordion .card .card-body {
  padding: 0px 10px;
}
.choose-item-modal .modal-body .card.card-regular-ingredients .card-body {
	padding: 5px;
}
.card-regular-ingredients .card-body img, .replace-item img {
  background-color: #fff;
	/*border: 1px solid #dee2e6;*/
	border: 1px solid transparent;
	/*border-radius: 50%;*/
	border-radius: 0;
	width: 50px;
	height: 50px;
}
.card.card-replace .card-header {
  padding: 0px;
  background-color: #12a296;
  color: #fff;
}
.card.card-replace .card-header h4 {
	margin-top: 0px;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	color: #fff;
}
.choose-item-modal .modal-body .card .card-body.card-body-replace {
	padding: 0px 5px;
}
.replace-item span {
	font-weight: 500;
}

.btn-remove-ingredient {
  background: #3d3d3d;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 500;
}
.choose-item-modal .modal-body .card .card-body.card-body-size {
	text-align: center;
}
.choose-item-modal .modal-body .card .card-body.cat-img-sm {
	padding: 25px 10px 10px 10px;
}
.choose-item-modal .modal-body .card .card-body.cat-img-lg img {
	display: block;
	margin: 0 auto;
	max-width: 50px;
}
.choose-item-modal .modal-body .card .card-body.cat-img-sm img {
	display: block;
	margin: 0 auto;
	max-width: 35px;
}

@media only screen and (max-width: 767px) {
	.choose-item-modal .modal-body .card.card-regular-ingredients .card-body {
    font-size: 12px;
	}
	.card-regular-ingredients .row-sm div.col-left {
    padding-right: 0px;
	}
	.card-regular-ingredients .row-sm div.col-right {
    padding-left: 0px;
	}

	footer {
		padding-bottom: 60px;
	}
}
.btn-learn-less {
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: red;
}
.btn-learn-more {
	color: #12a296;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	text-decoration: underline;
}
.product-detail-container .ingredient-text ~ .ingredient-text {
	margin-bottom: 18px;
}
.product-detail-container .ingredient-text {
	font-size: 12px;
	margin-bottom: 0;
	color: #6d6d6d;
	line-height: 16px;
}
.number-input-add {
	float: none;
	display: inline-flex;
	vertical-align: middle;
}

.main-button-add {
	display: inline-flex;
	vertical-align: middle;
}

#categories .menu-categories-list-slick .slick-list {
	padding-top: 50px !important;
	padding-bottom: 0px !important;
}

#categories .menu-categories-list-slick .slick-slide {
  margin: 0px 0px;
}

#categories .menu-categories-list-slick .nav-tabs a {
	font-size: 14px;
	border-left: 2px solid #12a296;
	/*border-right: 2px solid #12a296;*/
	border-top: 2px solid #12a296;
	border-bottom: 2px solid #12a296;
	/*padding-left: 27px;
	padding-right: 26.5px;*/
	min-width: 123px;
}
#categories .menu-categories-list-slick .nav-tabs .slick-track .slick-slide:last-child a {
	border-right: 2px solid #12a296;
}

@media only screen and (min-width: 1440px) {
	#categories .menu-categories-list-slick .nav-tabs a {
		min-width: 134px;
	}
}

@media only screen and (max-width: 1199px) {
	#categories .menu-categories-list-slick .nav-tabs a {
		/*padding-left: 28px;
		padding-right: 28.5px;*/
	}
	#categories .menu-categories-list-slick .slick-list {
		padding-top: 50px !important;
		padding-bottom: 70px !important;
	}
}

@media only screen and (max-width: 991px) {
	#categories .menu-categories-list-slick .nav-tabs a {
		/*padding-left: 26px;
		padding-right: 25.5px;*/
	}
	#categories .menu-categories-list-slick .slick-list {
		padding-top: 50px !important;
		padding-bottom: 70px !important;
	}
}
.existing-card {
	background-color: #FFF;
	border-radius: 12px;
	box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	border: none;
	width: 315px;
	padding: 15px;
}
.new-card {
	background-color: #FFF;
	border-radius: 12px;
	box-shadow: 0px 0px 43px 13px rgba(3,39,36,0.11);
	border: none;
	width: 315px;
	padding: 15px;
}
.remove-saved-card {
	position: absolute;
	top: 12px;
	margin-left: 10px;
	z-index: 99;
}
.remove-saved-card svg {
  width: 20px;
  height: auto;
  fill: #f6080896;
}

#home-order-now-modal .modal-sm, #default-order-now-modal .modal-sm, #location-order-now-modal .modal-sm {
  max-width: 350px;
}

#login-register-modal .modal-header, #checkout-login-modal .modal-header, #redeem-reward-modal .modal-header, #home-order-now-modal .modal-header, #default-order-now-modal .modal-header, #location-order-now-modal .modal-header, #update-profile-modal .modal-header {
	display: block;
}

#login-register-modal .modal-header h5, #checkout-login-modal .modal-header h5, #redeem-reward-modal .modal-header h5, #home-order-now-modal .modal-header h5, #default-order-now-modal .modal-header h5, #location-order-now-modal .modal-header h5, #update-profile-modal .modal-header h5 {
	font-size: 1.25rem;
	width: 100%;
}

#redeem-reward-modal .modal-header, #home-order-now-modal .modal-header, #default-order-now-modal .modal-header, #location-order-now-modal .modal-header {
	background: #12a296;
	border-radius: 0;
}

#redeem-reward-modal .modal-header .modal-title, #home-order-now-modal .modal-header .modal-title, #default-order-now-modal .modal-header .modal-title, #location-order-now-modal .modal-header .modal-title {
	text-align: left;
	margin-left: 5px;
	color: #fff;
}

#redeem-reward-modal .modal-header .close, #home-order-now-modal .modal-header .close, #default-order-now-modal .modal-header .close, #location-order-now-modal .modal-header .close {
	background: #fff;
	opacity: 1;
	border-radius: 50%;
	line-height: normal;
	width: 30px;
	margin: 0;
	padding: 0;
}

#redeem-reward-modal .modal-content, #home-order-now-modal .modal-content, #default-order-now-modal .modal-content, #location-order-now-modal .modal-content {
	border-radius: 0;
	border: none;
}

#home-order-now-modal .modal-body, #default-order-now-modal .modal-body, #location-order-now-modal .modal-sm .modal-body {
	padding: 14px 90px 20px 90px;
}

.choose-combo-item-modal .modal-header {
	background: #12a296;
	border-radius: 0;
}

.choose-combo-item-modal .modal-header h4 label {
  margin-bottom: 0px;
}

.redeem-reward {
	color: #12a296;
	font-size: 14px;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	float: right;
}
.redeem-reward:hover {
	text-decoration: underline;
	color: #12a296;
}

.address-box .total .redeem-reward span {
	float: none;
}

.order-details h5, .order-details a {
	color: #000;
	text-decoration: none;
}

.all-location-box p.text-coming-soon {
	line-height: 48px;
}

#login-register-modal .modal-header h5, #checkout-login-modal .modal-header h5, #update-profile-modal .modal-header h5 {
	font-size: 1.25rem;
}

#login-register-modal .modal-header, #checkout-login-modal .modal-header, #update-profile-modal .modal-header {
	background: #12a296;
	border-radius: 0;
}

#login-register-modal .modal-header .modal-title, #checkout-login-modal .modal-header .modal-title, #update-profile-modal .modal-header .modal-title {
	text-align: left;
	margin-left: 5px;
	color: #fff;
}

#login-register-modal .modal-header .close, #checkout-login-modal .modal-header .close, #update-profile-modal .modal-header .close {
	background: #fff;
	opacity: 1;
	border-radius: 50%;
	line-height: normal;
	width: 30px;
	margin: 0;
	padding: 0;
}

#login-register-modal .modal-content, #checkout-login-modal .modal-content, #update-profile-modal .modal-content {
	border-radius: 0;
	border: none;
}

.choose-combo-item-modal .card-group > .card {
	flex: 100%;
}

.choose-combo-item-modal .card-group > .card + .card {
	border-left: 1px solid rgba(0,0,0,.125);
	margin-top: 15px;
}


/* PDF HTML */
.nutrition-wrapper img{
	width: 100%;
}
.nutrition-wrapper123 {
	background-color: #FFF;
}
.product-name-wrapper .product-list {
	width: 35%;
}

.product-name-wrapper .product-list .product-type {margin-bottom:30px;}

.product-name-wrapper {
	display: flex;
	width: 100%;
	padding: 0px 50px;
	box-sizing: border-box;
	margin-top: 40px;
	padding-bottom: 40px;
}
.product-name-wrapper .product-list h5 {
	margin: 0;
	text-align: left;
	border: solid 2px#12a296;
	line-height: 20px;
	display: inline-block;
	padding: 7px 18px;
	font-size: 20px;
	color: #12a296;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 20px;
}
.product-name-wrapper .product-list h5 a{
	color: #12a296;
	text-decoration: none;
	display:inline-block;
	white-space:nowrap;
}
.nutrition-wrapper {
	width: 950px;
	margin: 0 auto;
}
.product-name-wrapper .product-list ul {
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
.product-name-wrapper .product-list ul li {
	margin-top: 15px;
	list-style: none;
	text-transform: uppercase;
}
.product-name-wrapper .product-list ul li span {
	background-color: #328971;
	padding: 5px 7px;
	border-radius: 0px;
	/*display: inline-block;*/
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	width: 23px;
	height: 23px;
}
.product-name-wrapper .product-list ul li {
	margin-top: 4px;
	list-style: none;
	text-transform: uppercase;
	font-size: 16px;
	height: 32px;
	font-weight: 600;
	color: #328972;
}
.health-wrapper {
	border-top: solid 10px #fff;
	position: relative;
}

.health-list {
	position: absolute;
	top: 225px;
	width: 61%;
	right: 0;
}
.health-list h5 {
	margin: 0 !important;
	text-align: center;
	display: block;
	width: 86%;
	font-size: 50px;
	color: #434343;
	margin-bottom: 25px !important;
}
.health-list ul {
	margin: 0;
	padding: 0;
	margin-left: 110px;
}
.health-list h5 {
	font-size: 16px;
	text-align: right;
	margin: 0 !important;
	width: 100%;
	color: #389b8a;
	margin-top: 50px !important;
}
.health-list li {
	background-image: url(img/image_2021_12_21T14_56_07_219Z.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 0px -1px;
	padding-left: 52px;
	margin-bottom: 18px;
	font-size: 34px;
	list-style: none;
	color: #1f1f1f;
	font-weight: 300;
}
.health-list-img-free {
	max-width: 220px;
	margin: 0 auto;
	margin-top: 60px;
}
.product-detials{display: flex;}
.product-detials .product-img {width:33%; position:relative; text-align:center;}
.product-detials.type2 .product-img {width:25%;}
.product-detials .product-img .pro-img {max-width:105px; position:relative; z-index:2;}
.product-detials .product-img .pro-img-shots {max-width:150px; position:relative; z-index:2;}
.product-detials .product-img .pro-img-bowls {max-width:200px; position:relative; z-index:2;}
.product-detials .product-img .pro-base {position:absolute; bottom: 45px; left: -7px;}
.product-detials .product-img .pro-basejuice {position:absolute; bottom: 70px; left: -7px;}
.product-detials .product-img .pro-basejuice2 {position:absolute; bottom: 55px; left: -7px;}
.product-detials .product-img .pro-basemilk {position:absolute; bottom: 120px; left: -7px;}
.product-detials .product-img .pro-HotFueled {position:absolute; bottom: 136px; left: -7px;}
.product-detials .product-img .pro-basecoffee {position:absolute; bottom: 105px; left: -7px;}
.product-detials .product-img .pro-baseSmoothies {position:absolute; bottom: -10px; left: -7px;}
.product-detials .product-img .pro-FrozenFueledLattes {position:absolute; bottom: 0px; left: -7px;}

.product-detials .product-content {width:33%;}
.product-detials.type2 .product-content {width:40%;}
.product-detials .product-detail-table {width: 33%;}
.product-detials.type2 .product-detail-table {width:35%; display:flex;grid-column-gap: 2px; align-items: center;}
.product-detials.type2 .product-detail-table .table-type h4 {color:#333; text-align:center; margin-bottom:5px!important; font-weight:bold; font-size:18px;}
.product-detials.type2 .product-detail-table .table-type img {width:100%;}
/* .product-detials .product-detail-table:last-child {padding-left:15px;} */

.product-detials .product-detail-table table {
	border: solid 1px;
	width: 100%;
	border-spacing: unset;
}
.product-detials {
	display: flex; justify-content:space-between;
	padding: 0px 30px;
}
.product-detials .product-content {
	width: 42%;
}
/* .product-detials .product-img {
	width: 33%;
} */
.product-detials .product-detail-table {
	width: 30%;
}
.product-detials .product-content h4 {
	margin: 0;
	font-size: 24px;
	color: #fff;
	background-color: #12a296;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
}
.product-detials .product-content h6 {
	margin: 0 !important;
	font-size: 16px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-top: 15px !important;
}
.product-detials .product-content h5 {
	margin: 0;
	text-align: left;
	font-size: 20px;
	line-height: 23px;
	font-weight: 300;
	margin-top: 10px;
	color: #353535;
}
.product-detials .product-content p {
	border-left: solid 1px;
	padding-left: 15px;
	font-size: 14px;
	color: #353535;
}
.product-detials .product-detail-table h5 {
	margin: 0 !important;
	text-align: center;
	width: 100%;
	color: #000;
	font-size: 29px;
	letter-spacing: 3px;
	border-bottom: solid 1px;
}
.product-detials .product-detail-table th {
	padding: 0;
}
.product-detials .product-detail-table h3 {
	width: 100%;
	margin: 0 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 5px;
	text-align: left;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	padding: 0px 0px;
}
.product-detials .product-detail-table th{
	padding: 0px 6px;
}
.product-detials .product-detail-table h4 {
	margin: 0 !important;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #000;
	text-align: left;
	padding: 0px 0px;
}
.product-detials .product-detail-table h2 {
	font-size: 26px;
	line-height: 32px;
	padding: 0px 6px;
	font-family: 'Roboto', sans-serif;
	margin: 0 !important;
}
.product-detials .product-detail-table td {
	font-size: 12px;
	padding: 1px 6px;
	color: #535353;
	border-top: solid 1px;
}
.product-detials .product-detail-table td p {
	font-size: 10px;
	margin: 0;
	line-height: 10px;
	padding: 4px 0px;
}
.header-heading {
	background-color: #12a296;
	padding: 20px 50px;
}
.header-heading h1 {
	margin: 0px;
	font-family: 'oraqle_scriptregular';
	font-size: 90px;
	color: #fff;
	font-weight: 100; text-align:center;
}

/* shivam-28-21 */

#Intgredient {
    font-size: 40px;
    color: #12a296;
    background-color: #fff;
    width: 50%;
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.Intgredient-content p {
    font-size: 18px;
    color: #555353;
}
.Intgredient-content p span {
    color: #000;
}
.Intgredient-detail {
    margin: 0px 20px;
}
.alpha .alpha-a {
    margin-top: 0px;
    border: 3px solid #12a296;
    color: #12a296;
}
.alpha {width: 34px;}

.recommended-card {
	min-height: 270px;
}

@media only screen and (max-width: 389px) {
	#checkout .product-checkout-box .left {
    width: 64px !important;
	}

	#checkout .product-checkout-box .number-input input[type="number"] {
		margin-left: 2px;
		margin-right: 2px;
	}

	#checkout .product-checkout-box .right .right {
    width: 132px !important;
	}
}

@media only screen and (max-width: 575px) {
	.all-location-box .main-button.btn-right {
	  margin-right: 20px;
	  margin-left: 20px;
	}

	.all-location-box .main-button.btn-left {
    margin-right: 20px;
    margin-left: 20px;
	}
}

.tip-box .btn-outline-success {
	background-color: #12a296;
	color: #fff;
	border: none;
}

.tip-box .btn-outline-success:focus, .tip-box .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0 rgb(40 167 69 / 50%);
}

.btn-item-back {
  font-size: 18px;
  margin-top: 0px;
  display: block;
  float: right;
  color: #12a296;
}

@media only screen and (min-width: 768px) {
	.banner-carousel-item {
		background-color: rgba(255, 255, 255, .3);
   	border-radius: 0 15px 15px 0;
	}
}

.location-coming-soon {
	color: #12a296;
	margin-left: 10px;
	display: inline-block;
}

.card-1 img, .card-2 img, .card-3 img, .card-4 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  background-color: #fff;
}

.card-1 img.card-1-img:hover, .card-2 img.card-2-img:hover, .card-3 img.card-3-img:hover, .card-4 img.card-4-img:hover {
  opacity:0;
}

@media only screen and (max-width: 767px) {
	.card-1 img.card-1-img, .card-2 img.card-2-img, .card-3 img.card-3-img, .card-4 img.card-4-img {
		opacity:0;
	}
}
