body {
	color:#000;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-weight:100;
}

body, html {
	width:100%;
  max-width:100%;
  overflow-x:hidden;
}

body.no-scroll {
  overflow: hidden;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

a,
a:hover,
a:visited,
a:focus {
	color:#000;
  text-decoration:none;
  outline:none;
}

.btn,
a.btn {
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0px 30px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 25px;
  font-size:13px;
}

.btn.btn-white,
a.btn.btn-white {
  line-height: 46px;
  border:2px solid #000;
  background:#fff;
  color:#000;
}

.btn.btn-white:hover,
a.btn.btn-white:hover {
  color:#000;
}

.btn:hover,
a.btn:hover,
.btn:focus,
.btn:active {
	color:#fff;
}

.align {
	display:table;
  width:100%;
}

.align-100 {
  height:100%;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.align-bottom {
	display:table-cell;
  vertical-align:bottom;
}

.align-top {
	display:table-cell;
  vertical-align:top;
}

.flex-container {
	display:flex;
  justify-content: space-between;
  align-items: center;
}

.right{
  float: right;
}

.left{
  float: left;
}

#header{
  position: relative;
}

#header .topbar {
	background:#fff;
  line-height:50px;
  color:#000;
  font-size:13px;
}

#header .topbar a {
	color:#000;
}

#header .topbar ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:0px -10px;
}

#header .topbar ul ul.lang-list {
	position:absolute;
  top:100%;
  left:0;
  width:100%;
  white-space:nowrap;
  background:#fff;
  margin:0;
  text-align:center;
  display:none;
  line-height:40px;
  z-index:9999;
}

#header .topbar ul li {
  display:inline-block;
  position:relative;
  vertical-align: middle;
}

#header .topbar ul li.cart a{
  padding-right: 0;
}

#header .topbar ul li:hover ul {
	display:block;
}

#header .topbar ul ul li {
	display:block;
}

#header .topbar ul li a {
	display:block;
  padding:0px 10px;
  color:#000;
}

#header .topbar ul li a .lang {
	color:#000;
}

#header .topbar ul li a .lang.code{
  font-weight:bold;
}

#header .topbar ul li a .fa{
  margin-left: 5px;
}

#header .topbar ul li.curr{
  margin-left: 10px;
}

#header .topbar ul li.curr ul li{
  display: inline-block;
}

#header .topbar ul li.curr ul li a{
  padding: 0 5px;
}

#header .topbar ul li.curr ul li a.active{
	font-weight: 700;
} 
  
#header .topbar .part .fa{
  font-size: 16px;
  margin-right: 5px;
}

#header .topbar .search {
	padding:0px 10px;
}

#header .topbar .search form {
	position:relative;
  display:block;
  line-height:normal;
}

#header .topbar .search input {
	line-height:23px;
  background:transparent;
  color:#969696;
  border:none;
  border-bottom:1px solid #969696;
  outline:none;
  -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
  border-radius:0;
}

#header .topbar .search .icon {
	display:block;
  position:absolute;
  right:0;
  top:0;
  width:26px;
  height:26px;
  font-size:10px;
  text-align:center;
  line-height:26px;
  color:#969696;
}

#header .topbar .cart img {
	display: inline;
  height: 15px;
  vertical-align: inherit;
  margin-bottom: -2px;
}

#header .topbar .cart .items {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 10px;
  background: #969696;
  color: #000;
  text-align: center;
  border-radius: 100%;
  margin-left: 3px;
  margin-right: 6px;
  margin-top: -3px;
}

#header .main-header {
	padding:30px 0px;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#header .main-header.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99;
  background-color: #000;
  border: 0;
}

#header .main-header.fixed ul li,
#header .main-header.fixed ul li a{
  color: #fff;
}

#header .main-header .main-menu ul li.cart-fixed{
  display: none;
}

#header .main-menu .cart-fixed img{
	display: inline;
  height: 15px;
  vertical-align: inherit;
  margin-bottom: -2px;
  width: 15px;
  filter: contrast(1000%);
}

#header .main-menu .cart-fixed .items {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 10px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  margin-left: 3px;
  margin-right: 6px;
  margin-top: -3px;
}

#header .main-header.fixed .main-menu ul li.cart-fixed{
  display: inline-block;
}

#header .main-header.fixed .main-menu ul li.cart-fixed a:hover{
  color: #fff;
}

#header .main-header a,
#header .main-header .open-search{
	color:#969696;
}

#header .main-header a:hover,
#header .main-header .open-search:hover{
	color:#000;
}

#header .main-header .open-search{
  cursor: pointer;
}

#header .main-header .logo img {
	width:250px;
}

#header .main-header .main-menu {
	text-align:right;
  text-transform:uppercase;
  font-weight:700;
}

#header .main-header .main-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:0px -15px;
}

#header .main-header .main-menu ul li {
	display:inline-block;
}

#header .main-header .main-menu ul li a {
	padding: 10px;
}

#header .main-header .main-menu ul ul.hide-subnav{
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  line-height: initial;
  margin: 0;
  display: none;
}
#header .main-header .main-menu ul li:hover ul.hide-subnav{
  display: block;
}
#header .main-header .main-menu ul.hide-subnav li {
	display:block;
  white-space: nowrap;
  text-align: left;
  padding: 10px 15px;
}
#header .main-header .main-menu ul.hide-subnav li a {
	padding: 0;
  color: #aaa;
  font-size: 12px;
}
#header .main-header .main-menu ul.hide-subnav li a:hover {
  color: #000;
}

#header .main-header .logo-black{
  display: block;
}
#header .main-header.fixed .logo-black{
  display: none;
}
#header .main-header.fixed .logo-white{
  display: block;
}
#header .main-header .logo-white{
  display: none;
}

#header .search-bar {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  z-index:999;
  background:#fff;
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#header .search-bar.active {
  opacity:1;
  visibility:visible;
}

#header .search-bar.fixed,
#header .main-header.fixed .open-search{
  display: none;
}

#header .search-bar form {
  position:relative;
}

#header .search-bar input {
  width:100%;
  border:none;
  outline:none;
  height:46px;
}

#header .search-bar input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #aaa;
}
#header .search-bar input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#header .search-bar input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
 #header .search-bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
#header .search-bar input::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}

#header .search-bar .icon {
  position:absolute;
  left:30px;
  top:0;
  width:30px;
  height:50px;
  line-height:50px;
  color:#ccc;
  font-size:15px;
}


.usp-bar{
  width: 100%;
  left: 0;
  padding: 5px 0;
  background-color: #eee;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

.usp-bar.fixed{
  position: fixed;
  width: 100%;
  z-index: 98;
  background-color: rgba(255,255,255,.5);
  color: #000;
}

.usp-bar ul{
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.headlines .item {
	height:800px;
  background-color: rgba(0,0,0,0.5);
	width: 50%;
	display: inline-block;
}

.headlines .title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  line-height: 0.9em;
  color:#fff;
}

.headlines .item .block{
  padding: 100px 200px;
}

.headlines .item .block .text{
/*   border: 5px solid #000;
  background-color: rgba(255,255,255,0.8); */
  color: white;
  padding: 25px;
  font-weight: 600;
}

.headlines .text .headline-btn{
  margin-top: 30px;
  background-color: #27ae60;
  color: #fff;
}

.headlines ul{
  padding: 20px;
  list-style: none;
  font-size: 21px;
  color: #fff;
}

.headlines ul li > span{
  margin-right: 5px;
}

.headlines ul a{
  color: #fff;
}

.headlines ul li > i{
  margin-left: 5px;
}

.headlines .button {
	margin-top:30px;
}

.headlines .owl-dots {
	position:absolute;
  left:0;
  bottom:0;
  width:100%;
  z-index:9;
  padding-bottom:30px;
  text-align:center;
}

.headlines .owl-dots .owl-dot {
	display:inline-block;
  padding:0px 4px;
}

.headlines .owl-dots .owl-dot span {
	display:block;
  width:13px;
  height:13px;
  background:#fff;
  opacity:.5;
  border-radius:100%;
}

.headlines .owl-dots .owl-dot.active span {
	opacity:1;
}

.home-usp {
  background: #f7f7f7;
  padding: 50px 0px;
  text-align:center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.home-usp h3 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.home-usp .icon {
  height: 80px;
  line-height: 80px;
}

.home-usp .icon i {
  font-size: 36px;
  color: #27ae60;
}

.home-usp .text {
  color:#858585;
}

.home-products {
	padding:100px 0px;
}

.home-text{
  padding: 0 0 100px 0;
  line-height:1.85em;
}

.home-text .title{
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.home-text .block{
  padding: 30px;
  margin-top: -30px;
  border: 5px solid #000;
}

.home-text .usp{
  display: table;
  width: 100%;
}

.home-text .usp a{
  display: inherit;
}

.home-text .usp .icon{
  display: table-cell;
  vertical-align:top;
  padding-right: 10px;
  width: 25px;
  color: #27ae60;
}

.home-text .usp .name{
  display: table-cell;
  vertical-align: top;
}

.home-juices{
  padding: 0 0 100px 0;
}

.home-juices .align-banner{
  height: 300px;
  position: relative;
}

.home-juices .align-banner .content{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  text-align: right;
}

.home-juices .content{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 100px;
}

.home-juices .content .title{
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
}

.home-juices .content .btn{
  color: #000;
  background-color: #fff;
  line-height: 46px;
  border: 2px solid #000;
}

.title-featured {
	margin-bottom:50px;
}

.title-featured .title {
	margin:0;
  font-weight:800;
  font-size:45px;
}

.products {
	margin:-15px;
}

.products .product {
	text-align:center;
  padding:15px;
  margin-bottom: 15px;
}

.products .product .image-wrap {
	padding: 0 5%;
  margin:20px 0px;
}

.products .product.related .image-wrap .inner {
	position:relative;
}

.products .product.related .image-wrap .inner:after {
	position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  content:'';
  display:block;
  background:rgba(0,0,0,0.03);
}

.products .product .image-wrap img {
	width:100%;
}

.products .product .title {
	font-size:18px;
  font-weight: bold;
}

.products .product .description {
	font-size:16px;
}

.products .product .price-new {
	font-size:25px;
  font-weight:300;
}
.products .product .price-new.red{
	color: #D64541;
}
.products .product .price-old{
	text-decoration: line-through;
  margin-right: 5px;
}
.products .product .info-bottom .price-wrap{
	display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.products .product .buttons .btn {
	width:130px;
  margin:0px 3px;
}

.products .product .info-top{
  height: 70px;
}
.home-banner{
  background: url(footer-bg.jpg) no-repeat center center;
  background-size: cover;
  background-color: #ffffffad;
  background-blend-mode: screen;
  padding:30px 0px;
}

.home-insta{
  padding: 75px 0 100px 0;
}

.home-insta .insta-title{
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

#footer .main-footer {
	padding:30px 0px;
  font-size:12px;
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#000;
  line-height:1.85em;
  border-top: 1px solid #000;
}

#footer .main-footer a {
	color:#000;
}

#footer .main-footer .footer-title {
	margin-bottom:5px;
  padding-top:20px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
}

#footer .main-footer ul {
	margin:0;
  padding:0;
  list-style:none;
  padding-bottom:20px;
}

#footer .main-footer .socials ul {
	margin:-3px;
  padding:0;
}

#footer .main-footer p {
	margin-bottom:20px;
}

#footer .main-footer .socials ul li {
	display:inline-block;
  padding:3px;
}

#footer .main-footer .socials ul li a {
	display:block;
  width:40px;
  height:40px;
  line-height:40px;
  color:#000;
  border-radius:100%;
  background:#fff;
  font-size:20px;
}

#footer .main-footer .hallmark img {
	width:55px;
}

#footer .main-footer .hallmark a {
	display:inline-block;
  padding:10px;
}

#footer .footer-bottom{
	display: table;
  width: 100%;
  background: #fff;
}

#footer .footer-bottom .copyright {
	font-size:10px;
  color:#000;
  padding:20px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}

#footer .footer-bottom .payments {
	font-size:10px;
  color:#fff;
  padding:20px 0px;
  display: inline-block;
  float: right;
}

#footer .footer-bottom .payments a img{
  width: 50px;
}

#productpage .product-header:after {
	display:block;
  content:'';
  padding-top:30%;
}

#productpage .product-info {
	padding:100px 0px;
}

#productpage .product-info .product-title {
	font-size:50px;
  font-weight:700;
  margin:0;
  line-height:normal;
}

#productpage .product-info .title-block .title-featured{
  margin-bottom: 30px;
}

#productpage .product-info .main-content {
  line-height:1.7em;
}

#productpage .product-info .main-content-bottom {
	line-height:1.7em;
}

#productpage .product-info .main-content-bottom .del-text{
  display: table;
}

#productpage .product-info .main-content p {
	margin:0;
}

#productpage .product-info .main-content-bottom p {
	margin:0;
}

#productpage .product-info .bottles-img {
	padding:50px 0px;
}

#productpage .product-info .bottles-img img {
	width:100%;
}

#productpage .product-info .specs {
	text-transform:uppercase;
  font-weight:bold;
  margin-bottom: 30px;
}

#productpage .product-info .specs .ball {
	display: inline-block;
  width: 47px;
  line-height: 47px;
  height: 47px;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  border-radius: 100%;
  margin: 0px 7px;
  font-weight: bold;
}

#productpage .product-info .specs.bottom-specs {
	margin-top:10px;
}

#productpage .product-info .specs.bottom-specs .ball {
	margin-left:0;
}

#productpage .product-info .main-content-bottom .buttons {
	margin-top:30px;
}

#productpage .product-info .main-content-bottom .buttons .btn {
	margin-bottom:10px;
  width:190px;
  padding:0px;
  font-size: 12px;
}

#productpage .product-info .main-content-bottom .buttons .btn.koop{
  background-color: #27ae60;
}

#productpage .related-products {
	padding:100px 0px;
  background:#f8f8f8;
}

#productpage .product-info .cart .price {
	display:initial;
  vertical-align:middle;
  margin-right:20px;
  font-size:25px;
  font-weight:800;
}
#productpage .product-info .cart .price-old{
  display:initial;
  vertical-align:middle;
  margin-right:10px;
  font-size: 14px;
  text-decoration: line-through;
}
#productpage .product-info .cart .price.red{
	color: #D64541;
}
#productpage .product-info .cart .btn {
	padding:0px 50px;
  background-color: #27ae60;
}

#productpage .product-info .cart .juice-hallmarks{
  padding-top: 20px;
}

#productpage .product-info .cart ul{
  padding: 20px;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  background-color: #f8f8f8;
}

#productpage .product-info .cart ul li{
  line-height: 24px;
  padding-bottom: 5px;
}

#productpage .product-info .cart ul li span{
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  color: #27ae60;
  display: inline-block;
  margin-right: 5px;
}

#productpage .product-info .cart ul li:last-of-type > i{
  margin-left: 5px;
}

.general-header:after {
	display:block;
  content:'';
  padding-top:20%;
}

.general-header.juices-header {
	background: url(ons-aanbod-minv2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#page-boxes .general-header:after,
#page-juices .general-header:after{
  padding-top: 20%;
}

.juices{
	margin:-15px;
}

.juices .juice, .boxes .box {
	padding:15px;
}

.juices .juice .image-wrap{
  margin-bottom:30px;
}

.juices .juice .image-wrap .image:after{
	display:block;
  content:'';
  padding-top:125%;
}

.juices .juice .button{
	margin-top:30px;
}

.juices .juice .info .title{
	text-transform:uppercase;
  font-weight:bold;
}

.juices .juice .info .description{
	margin-top:5px;
}

.juices-content {
	padding:100px 0px;
}

.boxes{
	margin:30px -15px 0 -15px;
}

.boxes .box{
  margin-bottom: 20px;
}

.boxes .box .image-wrap{
  margin-bottom:30px;
}

.boxes .box .image-wrap .image img{
  max-width: 100%;
}

.boxes .box .info .title{
	text-transform:uppercase;
  font-weight:bold;
}

.boxes .box .info .description{
	margin-top:5px;
}

.boxes .box .button{
	margin-top:30px;
}

.btn.koop-btn{
  background-color: #27ae60!important;
  color: #fff!important;
  border: 0!important;
}

.title-featured .content {
  margin-top: 50px;
  line-height: 1.7em;
}

.title-featured .content p {
	margin:0;
}

#page-juices .juice-hallmarks {
	height:60px;
  position:relative;
  z-index:9;
}

#page-juices .juice-hallmarks img {
	height:100%;
}

#page-boxes .juices-content{
  padding: 50px 0;
}

#page-boxes .box-title{
  font-size: 24px;
  font-weight: 800;
}

/* #page-boxes .boxes{
  margin-bottom: 75px;
}
 */
#product-juice .product-info {
	padding:70px 0px;
  line-height:1.7em;
}

#product-juice .product-info p {
	margin:0;
}

#product-juice .product-info .hallmarks {
	height:91px;
  margin-top:50px;
  margin-bottom:30px;
}

#product-juice .product-info .hallmarks img {
	height:100%;
}

#product-juice .product-info .specs.first,
#productpage .product-info .specs.first{
	margin-bottom:30px;
}

#product-juice .product-info .specs table,
#productpage .product-info .specs table{
	width:100%;
}

#product-juice .product-info .specs table td:last-child,
#productpage .product-info .specs table td:last-child{
	text-align:right;
}

#product-juice .product-info .specs table td,
#productpage .product-info .specs table td{
	border-bottom:1px solid;
}

#product-juice .product-info .specs .specs-title,
#productpage .product-info .specs .specs-title{
	font-weight:bold;
  text-transform:uppercase;
}

#productpage .product-info .main-content-bottom .content-list .specs{
  font-size: 12px;
  font-weight: normal;
  margin-top: 15px;
}

#product-juice .product-info .product-image img {
	width:100%;
  display:block;
  max-width:200px;
  margin:0 auto;
  margin-top:-70px;
}

#product-juice .product-ingredients {
	padding:100px 0px;
  background:#1e1e1e;
}

#product-juice .product-ingredients .title-featured {
	margin-bottom:70px;
}

#product-juice .product-ingredients .title-featured .title {
	color:#fff;
}

#product-voucher .product-info {
	padding:70px 0px;
  line-height:1.7em;
}

#product-voucher .product-info .product-image img {
	width:100%;
  display:block;
  margin:0 auto;
}

#product-voucher .product-info .btn-row {
  margin-top: 40px;
}

#product-voucher .product-image{
  margin-bottom: 30px;
}

#product-voucher .product-configure .product-configure-variants .selection.ui.dropdown{
  width: 100%;
  display: block;
}

#product-voucher .product-configure .product-configure-variants .ui.selection.dropdown .menu>.item{
  padding: .81428571rem 1.14285714rem!important;
  font-size: 13px;
}

.ingredients {
	margin:-15px;
  text-align:center;
}

.ingredients .ingredient {
	padding:15px;
  float:none;
  display:inline-block;
  vertical-align:top;
}

.ingredients .ingredient img {
	width:100%;
}

.ingredients .ingredient .info {
	margin-top:30px;
  color:#fff;
}

.ingredients .ingredient .info .title {
	color:#fff;
  text-transform: uppercase;
  font-weight: bold;
}

.ingredients .ingredient .info .description {
	margin-top:5px;
}

.ingredients .ingredient .button {
	margin-top:20px;
}

.ingredients .ingredient .button .btn {
	background:transparent;
  color:#fff;
  border-color:#fff;
}

#product-ingredient .product-info {
	padding:100px 0px;
}

#product-ingredient img {
	width:100%;
}

#product-ingredient .product-info {
	line-height:1.7em;
}

#product-ingredient .product-info p {
	margin:0;
}

#product-ingredient .product-info .buttons {
	margin-top:30px;
}

#product-ingredient .product-info .buttons .btn {
	width:200px;
  margin-right:20px;
  font-size: 12px;
}

#product-ingredient .product-info .buttons .btn:last-child {
	margin:0;
}

#product-ingredient .products-related {
	padding:100px 0px;
  background:#000;
}

#product-ingredient .products-related .title-featured {
	color:#fff;
}

#product-ingredient .products-related .juices {
	text-align:center;
}

#product-ingredient .products-related .juices .juice {
	float:none;
  display:inline-block;
  vertical-align:top;
}

#product-ingredient .products-related .juices .juice .info,
#product-ingredient .products-related .juices .juice .info .title{
	color:#fff;
}

/*##### Review footer #####*/
.part .custom-widget{
  max-height: 50px;
}

.part .custom-widget .total .circle{
  width: unset;
  height: unset;
  background: unset;
  line-height: unset;
  color: #000;
  margin-right: 0;
  margin-left: 10px;
}

.part .custom-widget .stars{
  margin-top: 0;
}

.part .custom-widget .total,
.part .custom-widget .results{
  display: inline-block;
}

.custom-widget {
  display: inline-block;
}

.custom-widget .custom-widget-inner {
  display:inline-block;
  vertical-align:middle;
}

.custom-widget .total .circle {
  display: block;
  width: 40px;
  height: 40px;
  background: #27ae60;
  border-radius: 100%;
  border: unset;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
  font-weight: 800;
}

.custom-widget .stars {
  display:inline-block;
  font-size:12px;
  vertical-align:middle;
  margin-top: 10px;
}

.custom-widget .stars i {
  margin-right:2px;
}

.custom-widget .stars i.gray {
  color:#e6e6e6;
}

.custom-widget .stars i.green {
  color:#f2cb0b;
}

.custom-widget .fc-logo {
  display:inline-block;
  vertical-align:middle;
  margin-left:10px;
  margin-top:-3px;
}

.custom-widget .fc-logo img {
	width:100%;
}

.custom-widget .total-reviews {
  font-size:12px;
  margin-top:2px;
  color: #000;
}

.custom-widget .total-reviews .icon {
  margin-right:5px;
}
.custom-widget .total-reviews .icon i{
  color: #27ae60;
}

.custom-widget .total-reviews a {
  color:#000;
}
/*##### End Review footer #####*/


/*##### Review productpage #####*/
.cart .custom-widget{
  padding: 15px 0;
  width: 55%;
}

.cart .custom-widget .total .circle {
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
  font-weight: 800;
}

.cart .custom-widget .fc-logo {
  display:inline-block;
  vertical-align:middle;
  margin-left:10px;
  margin-top:-3px;
}

.cart .custom-widget .fc-logo img {
	width:50px;
}

.cart .custom-widget .total-reviews {
  font-size:12px;
  margin-top:2px;
  color: #000;
}

.cart .custom-widget .total-reviews .icon {
  margin-right:5px;
}
.cart .custom-widget .total-reviews .icon i{
  color: #000;
}
.cart .custom-widget .total-reviews a {
  color:#000;
}

.thuiswinkel{
  display: inline-block;
  width: 45%;
  text-align: right;
}

.thuiswinkel img{
  width: 50%;
}
/*##### End Review productpage #####*/

.quick-shop {
  padding: 100px 0px;
  background: #f8f8f8;
}

#textpage .content {
	padding:100px 0px;
  line-height:1.7em;
}

#textpage .content p {
	margin:0;
}

.fixed-content {
	padding-top:50px;
  padding-bottom:100px;
}

#page-contact .contact-header{
  background: url('drdetoxbox-map.jpg') center center;
  height: 400px;
}

#page-contact .contact-content {
	padding:100px 0px;
  line-height:1.7em;
}

#page-contact .contact-content p,
#memberpage .contact-content p{
	margin:0;
}

#page-contact img {
	width:100%;
}

#textpage.daily-program {
	background:#fff;
  color:#000;
}

#textpage.daily-program .daily-program-container{
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#textpage.daily-program .all-products {
	margin-top:30px;
}

#textpage.daily-program .times {
  padding-left: 1.4%;
  padding-right: 2.2%;
  margin-top:20px;
}

#textpage img {
	width:100%;
}

#textpage.daily-program .specs .ball {
  display: inline-block;
  width: 47px;
  line-height: 47px;
  height: 47px;
  background: #fff;
  text-align: center;
  color: #000;
  border-radius: 100%;
  margin-right:7px;
  font-weight: bold;
}

#textpage.daily-program .specs {
  text-transform: uppercase;
  font-weight: bold;
  margin-top:10px;
}

#textpage #formNewsletter input{
  height: 50px;
  width: 400px;
  border: none;
  outline: none;
  padding: 0px 15px;
  vertical-align: top;
  color: #333;
  border-radius: 0;
  border: 1px solid #eee;
  border-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#textpage #formNewsletter a{
	border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mobile-menu-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow-x: scroll;
  -ms-transform: translate(-300px, 0px);
  -webkit-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  font-size:14px;
  font-weight:500;
}

.mobile-menu.mobile-menu-open {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

.mobile-menu ul a {
	color:#000;
}
.mobile-menu ul.sub-menu a {
	color:#aaa;
}

.mobile-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  padding:12px 0px;
}
.mobile-menu ul li {
	position:relative;
}
.mobile-menu ul li a {
	display:block;
  padding:12px 20px;
  padding-right:41px;
}
.mobile-menu ul li .more-cats {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}
.mobile-menu ul li .more-cats i {
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mobile-menu ul li.active > .more-cats i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu ul ul li .more-cats {
	height:23px;
  line-height:23px;
}
.mobile-menu ul ul {
	display:none;
  font-size: 12px;
  padding: 5px 0px;
  padding-left: 24px;
}
.mobile-menu ul ul li {
	border-left: 2px solid #e3e3e3;
}
.mobile-menu ul ul li a {
  padding: 3px 0px;
  padding-left:22px;
  color: #999;
}
.mobile-menu ul ul ul li a {
	padding-left:10px;
}
.mobile-menu ul ul.active {
	display:block;
}
.mobile-menu ul li i.before {
	font-size:11px;
  margin-right:10px;
  color:rgba(0,0,0,0.2);
  width:15px;
}
.mobile-menu .logo {
	padding:20px;
  padding-bottom:10px;
}
.mobile-menu .logo.small img {
	height:20px;
}
.mobile-menu .logo.medium img {
	height:25px;
}
.mobile-menu .logo.large img {
	height:30px;
}
.mobile-menu ul:last-child li a {
	color:#969696;
}
/* END MOBILE MENU */ 

#header .main-header .menu-button a {
	font-size:18px;
  color:#000;
}


.faq-title{
  margin: 0;
}
.faq-page{
  display: inline-block;
}
.faq-page .faq-block {
  margin-bottom: 20px;
}
.faq-page .faq-block h3{
  font-weight: 800;
}
.faq-page .faq-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 25px;
}
.faq-page .faq-block ul li{
	margin: 5px 0;
}
.faq-page .faq-block .faq-link.active{
	font-weight: 600;
}
.faq-page .faq-block ul li a i.fa-angle-right {
  margin-right: 10px;
}
.faq-page .faq-block ul li a i.fa-angle-down {
  margin-right: 5px;
}
.faq-page .faq-block .text {
  background-color: #f7f7f7;
  padding: 10px 15px;
  margin: 7px 15px;
  display:none;
  border: 1px solid #eee;
}
.faq-page .faq-block .text p {
	margin-bottom:0px;
}
.faq-page .faq-block .text a {
    text-decoration: underline;
}


#page-contact .form-wrap h3,
#memberpage .form-wrap h3{
  margin: 0;
  margin-bottom: 20px;
  font-size: 25px;
}
#page-contact .title-featured,
#memberpage .title-featured{
  margin-bottom: 25px;
}
#page-contact .title-featured h3,
#memberpage .title-featured h3{
  margin-top: 25px;
}

#page-contact .form-wrap form input,
#memberpage .form-wrap form input {
  border-radius: 0;
  border: 2px solid #000;
  margin-bottom: 15px;
  outline: none;
  height: auto;
  padding: 8px 12px;
  box-shadow: none;
}

#page-contact .form-wrap form textarea,
#memberpage .form-wrap form textarea {
  border-radius: 0;
  border: 2px solid #000;
  margin-bottom: 15px;
  outline: none;
  height: auto;
  padding: 8px 12px;
  box-shadow: none;
  max-width: 100%;
  min-height: 150px;
}

#page-contact .form-wrap form input,
#page-contact .form-wrap form textarea,
#memberpage .form-wrap form input,
#memberpage .form-wrap form textarea {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

#page-contact .form-wrap form input.error,
#page-contact .form-wrap form textarea.error,
#memberpage.form-wrap form input.error,
#memberpage .form-wrap form textarea.error{
  background:#fbd7d7;
}

.gui-messages, .messages{
	margin: 30px 0;
}


.kiyoh-reviews .review-item{
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.kiyoh-reviews .review-item:last-of-type{
  border-bottom: 0;
}

.kiyoh-reviews .review-item .review-recommend{
  margin-top: 20px;
}

.kiyoh-reviews .review-item .review-recommend span{
  display: block;
  font-size: 15px;
	font-weight: 700;
}

.kiyoh-reviews .review-item .review-content{

}

.kiyoh-reviews .review-item .review-content .review-ns-block{
  display: table;
  width: 100%;
}

.kiyoh-reviews .review-item .review-content .review-ns-block .review-content-name{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

.kiyoh-reviews .review-item .review-content .review-ns-block .review-score{
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

.kiyoh-reviews .review-item .review-content .review-ns-block .review-score .circle{
  display: inline-block;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 25px;
}

.kiyoh-reviews .review-item .review-content .review-dp-block{
  display: inline-block;
	padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}

.kiyoh-reviews .review-item .review-content .review-dp-block .review-content-date{
  display: inline-block;
}

.kiyoh-reviews .review-item .review-content .review-dp-block .review-content-place{
  display: inline-block;
}

.kiyoh-reviews .review-item .review-content .review-content-positive.extra-padding{
  margin-bottom: 20px;
}

.kiyoh-reviews .review-item .review-content .review-content-positive span{
  display: block;
  font-weight: 700;
}

.kiyoh-reviews .review-item .review-content .review-content-negative span{
	display: block;
  font-weight: 700;
}

.kiyoh-reviews .review-item .review-content .review-content-reaction{
  margin-top: 15px;
  padding-left: 10px;
  border-left: 2px solid;
}

.kiyoh-reviews .review-item .review-content .review-content-reaction span{
  display: block;
  font-weight: 700;
}

#page-boxes .juice-hallmarks {
	height:60px;
  position:relative;
  z-index:9;
}

#page-boxes .juice-hallmarks img {
	height:100%;
}

#custom-cart .btn {
  background: #27ae60;
}

#custom-cart .cart-left {
  width:70%;
}

#custom-cart .cart-right {
  background:#f4f4f4;
  padding:30px;
}

#custom-cart .cart-usp-mobile {
background-color: #f4f4f4;
padding: 16px;
margin-top: 2em;
}

#custom-cart .cart-right {
  position:relative;
}

#custom-cart .title-wrap .title {
  margin:0;
  font-size:20px;
  font-weight: 300;
}

#custom-cart .title-wrap .title .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #e7e8e8;
  border-radius: 100%;
  text-align: center;
  line-height: 27px;
  vertical-align: middle;
  font-weight: normal;
  margin-top: -4px;
  margin-left: 10px;
  cursor:pointer;
}

#custom-cart .title-wrap .sub-title {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

#custom-cart .main-cart-content {
  padding:30px 0px;
  padding-right:30px;
}

#custom-cart .cart-table {
  width:100%;
  margin-top:30px;
}

#custom-cart .cart-table .image-wrap {
  width:85px;
  position:relative;
  padding:5%;
}

#custom-cart .cart-table .image-wrap:after {
	display:block;
  content:'';
  width:100%;
  height:100%;
  background:rgba(0,0,0,.03);
  position:absolute;
  top:0;
  left:0;
}

#custom-cart .cart-table .image-wrap img {
  width:100%;
}

#custom-cart .cart-table td {
  padding:30px 0px;
  border-top:1px solid #eee;
  padding-left:20px;
  vertical-align:top;
}

#custom-cart .cart-table tr:last-child td {
  border-bottom:1px solid #eee;
}

#custom-cart .cart-table td:first-child {
  padding-left:0;
  width:120px;
}

#custom-cart .cart-table .info a.title {
  font-size:15px;
  font-weight:bold;
}

#custom-cart .cart-table .info .info-bottom {
  margin-top:5px;
}

#custom-cart .cart-table .info .info-bottom select {
  height:45px;
  width:90px;
}

#custom-cart .cart-table .info .extra-info,
#custom-cart .cart-table .info .select,
#custom-cart .cart-table .info .unitprice {
  display:inline-block;
  vertical-align:middle;
}

#custom-cart .cart-table .info .extra-info,
#custom-cart .cart-table .info .select {
  margin-right:15px;
}

#custom-cart .cart-table .info .extra-info ul {
  margin:0;
  padding:0;
  list-style:none;
  color:#9b9b9b;
}

#custom-cart .cart-table .info .unitprice {
  color:#000;
  font-weight: 300;
}

#custom-cart .cart-table .subtotal {
  font-size:20px;
  font-weight: bold;
}


#custom-cart .ui.selection.dropdown .menu>.item{
  padding: 10px !important;
  font-size: 14px;
}

#custom-cart .cart-table .option-icons ul {
  margin:0px -5px;
  margin-bottom:10px;
  list-style:none;
  padding:0;
  text-align:right;
  font-size:16px;
}

#custom-cart .cart-table .option-icons ul li {
  display:inline-block;
}

#custom-cart .cart-table .option-icons ul li a {
  display:block;
  padding:0px 5px;
  color:#9b9b9b;
}

#custom-cart .shipping-block {
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid #eee;
}

#custom-cart .shipping-block ul {
  margin:0;
  padding:0;
  list-style:none;
  margin-top:20px;
}

#custom-cart .shipping-block .ui.checkbox .box:before, #custom-cart .shipping-block .ui.checkbox label:before {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #e5e6e6;
  background:#fff;
}

#custom-cart .shipping-block .ui.checkbox input:checked ~ .box:after, #custom-cart .shipping-block .ui.checkbox input:checked ~ label:after {
  background: #6f6f6f;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  content: '';
  left: 7px;
  top: 7px;
}

#custom-cart .shipping-block .ui.checkbox label, #custom-cart .shipping-block .ui.checkbox + label {
  line-height: normal;
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
}

#custom-cart .shipping-block .ui.checkbox input:indeterminate ~ .box:after, #custom-cart .shipping-block .ui.checkbox input:indeterminate ~ label:after {
  content:'';
}

#custom-cart .shipping-block label .description {
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
  color: #9b9b9b;
}

#custom-cart .shipping-block .ui.checkbox {
  padding:5px 0px;
}

#custom-cart .bottom-block {
  padding-top:30px;
}

#custom-cart .bottom-block .total-table {
  width:400px;
  color:#000;
}

#custom-cart .bottom-block .total-table table {
  width:100%;
}

#custom-cart .bottom-block .total-table .free-shipping {
  padding: 10px 0px;
  margin: 10px 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  color:#000;
}

#custom-cart .bottom-block .total-table .free-shipping i {
  margin-right: 7px;
  font-size: 18px;
  color: #9b9b9b;
  vertical-align: middle;
  margin-top: -3px;
}

#custom-cart .bottom-block .total-table .free-shipping .green {
  color:#27ae60 !important;
}

#custom-cart .bottom-block .total-table td {
  padding:2px 0px;
}

#custom-cart .bottom-block .total-table td:first-child {
  font-weight:300;
  color:#000;
}

#custom-cart .bottom-block .total-table table:last-child td:first-child {
  color:#000;
}

#custom-cart .bottom-block .total-table td:last-child {
  text-align:right;
  font-size:18px;
  font-weight: bold;
}

#custom-cart .bottom-block .total-table .button {
  margin-top:30px;
}

#custom-cart .bottom-block .total-table .payments {
  margin-top:30px;
}

#custom-cart .bottom-block .total-table .payments ul {
  margin:0 -10px;
  padding:0;
  list-style:none;
  text-align:right;
}

#custom-cart .bottom-block .total-table .payments ul li {
  display:inline-block;
  width:55px;
}

#custom-cart .bottom-block .total-table .payments ul li img {
  width:100%;
}

#custom-cart .main-total {
  margin-top:20px;
}

#custom-cart .main-total .total {
  font-weight:bold;
  color:#9b9b9b;
}

#custom-cart .main-total .total .price {
  margin-left:10px;
  font-weight:900;
  font-size:25px;
  color:#000;
}


#custom-cart .main-total .free-shipping {
  margin-top:10px;
  font-size: 14px;
  font-weight: bold;
  color:#000;
}

#custom-cart .main-total .free-shipping i {
  margin-right: 7px;
  font-size: 18px;
  color: #9b9b9b;
  vertical-align: middle;
  margin-top: -3px;
}

#custom-cart .main-total .free-shipping .green {
  color:#66b521 !important;
}

#custom-cart .main-total .shop-on {
  font-weight:bold;
}

#custom-cart .main-total .shop-on i {
  color:#9b9b9b;
  margin-right:5px;
}

#custom-cart .bottom-block .discount .discount-block {
  /*display:none;*/
}

#custom-cart .bottom-block .discount form  {
  margin-top:20px;
}

#custom-cart .bottom-block .discount form input {
  border: 1px solid #eee;
  height: 50px;
  vertical-align: top;
  padding: 0px 10px;
  width: 200px;
  outline:none;
  border-radius: .28571429rem;
}

#custom-cart .bottom-block .discount form .btn {
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0px 30px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 18px;
}

#custom-cart .cart-right .payments ul {
	margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}

#custom-cart .cart-right .payments ul  li {
	display:inline-block;
}

#custom-cart .cart-right .payments ul  li img {
	width:55px;
}

#custom-cart .product-usp ul {
  list-style:none;
  padding:0;
  margin:0;
}

#custom-cart .product-usp ul li {
  display:table;
  width:100%;
  padding-bottom:15px;
  padding-top:15px;
  border-top:1px solid #ecf0f1;
}

#custom-cart .product-usp ul li:last-child {
  border-bottom:1px solid #ecf0f1;
}

#custom-cart .product-usp .icon,
#custom-cart .product-usp .text {
  display:table-cell;
  vertical-align:middle;
}

#custom-cart .product-usp .icon {
  font-size: 35px;
  width: 60px;
  color: #000;
}

#custom-cart .product-usp .text .title {
  font-weight:bold;
  font-size:15px;
}

#custom-cart .product-usp .text .text {
  font-size:13px;
  color:#000;
}

#custom-cart .product-usp .usp-title {
  margin-bottom:20px;
}

#custom-cart .product-usp .usp-title h3.title {
  margin-top:5px;
  margin-bottom:0;
}

#custom-cart .cart-content{
  margin-top: 20px;
}

#custom-cart .cart-content p{
  margin:0;
}

#custom-cart .cart-content a{
  color: #0a8de9;
}

.gui-checkout .gui-div-cart-coupons{
  display: none;
}

.gui-checkout .step-review > .gui-spacer.remove{
  display: none;
}

.home-blog{
  padding-bottom: 75px;
}

.home-blog .blogs{
  margin-bottom: 75px;
}

.home-blog .home-blog-wrap .home-blog-title{
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
}

.home-blog .home-blog-wrap .standard-btn{
  display: inline-block;
  float: right;
  font-size: 14px;
  text-decoration: underline;
}

.blog-content{
  padding: 100px 0px;
}

.blogpage .blog-block-articles{
  padding-bottom: 75px;
}

.blogpage .blog{
  margin-bottom: 75px;
}

.home-blog .blogs .blog a,
.blogpage .blog a{
  text-decoration: none;
}

.home-blog .blogs .blog .info,
.blogpage .blog .info{
  position: absolute;
  padding: 15px;
  right:15px;
  top: 100%;
  transform: translate(0, -50%);
  background-color: #fff;
  border: 2px solid #000;
  max-width: 80%;
  width: 100%;
}

.home-blog .blogs .blog .info .title-font,
.blogpage .blog .info .title-font{
  font-size: 14px;
  font-weight: 800;
  height: 44px;
  overflow: hidden;
}

.home-blog .blogs .blog .info .button,
.blogpage .blog .info .button{
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #999;
}

.home-blog .blogs .blog .image-wrap,
.blogpage .blog .image-wrap{
  height: 250px;
}

.col-sidebar {
	width:300px;
  float:left;
  padding:0px 15px;
  min-height:1px;
}

.col-blog{
	width: calc(100% - 300px);
  float:left;
  padding:0px 15px;
  min-height:1px;
}

#blog .complete-article .image-wrap {
	height:500px;
}

#blog .complete-article .article-box .article-content {
  margin: -80px 50px 0px 50px;
  padding: 40px;
  background-color: #fff;
  border-top: 3px solid #000;
}

#blog .complete-article .article-box .article-content .article-title{
  font-weight: 800;
}

#blog .complete-article .article-box .article-content p {
	font-size:16px;
  line-height:30px;
}

#blog .complete-article .share ul li {
  display:inline-block;
  font-size:20px;
  margin-right:10px;
}

#blog .complete-article .share {
  margin-top:30px;
}

#blog .complete-article .share ul {
  padding-left:0px;
}

#blog .complete-article .share ul li a.facebook {
  color:#3b5998;
}

#blog .complete-article .share ul li a.twitter {
  color:#55acee;
}

#blog .complete-article .share ul li a.google {
  color:#dd4b39;
}

#blog .complete-article .share ul li a.pinterest {
  color:#cb2027;
}

#blog .post-description {
  height:90px;
  overflow:hidden;
}

.recent-articles-wrap {
 	margin-bottom:40px;
}

.recent-articles .recent-article:first-child {
	border-top:1px solid #eee;
}

.recent-articles .recent-article {
	padding:15px 0px;  
  border-bottom:1px solid #eee;
}

.recent-articles .recent-article .image-wrap {
	width:60px;
}

.recent-articles .recent-article .image-wrap img {
	width:100%;
  border:1px solid #eee;
  padding:5%;
  background:#fff;
}

.recent-articles .recent-article .info {
	padding-left:20px;
}

.recent-articles .recent-article .info .title {
	font-size:12px;
  font-weight:700;
}

.recent-articles .recent-article .info .link {
	font-size:11px;
  margin-top:3px;
}

.recent-articles-wrap .recent-articles-title,
.blog-tags-wrap .blog-tags-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.blog-tags-wrap .blog-tags .blog-tag {
  margin: 0px 5px 5px 0px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #eee;
  background: #f7f7f7;
  font-size: 13px;
  position: relative;
}

.blog-tags-wrap .blog-tags .blog-tag.active {
	background-color: #f26823;
  border-color: #f26823;
  font-weight: bold;
  color: #fff;
}

/* START Meet the team page */ 

.meet-bg{
  background-color: #f1f1f1;
  padding-top: 40px;
}

#textpage .meet-bg .content{
  padding: 0;
}


.team .flex{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

.team .member{
  text-align: center;
  text-transform: uppercase;
}

.team .member .image-wrap{
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.team .member .image-wrap img{
  max-width: 100%;
}

.team .member .name{
  font-weight: 900;
  line-height: 21px;
}

.team .member .job{
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}

.team .member .read-btn{
  margin-top: 15px;
  height: 40px;
  line-height: 36px;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

#memberpage{
  margin: 50px 0;
}

#memberpage .content{
  padding: 0;
}

#memberpage .member-element{
  position: relative;
  background-color: #f8f8f8;
  margin-top: 100px;
  padding: 100px 0;
  text-align: center;
}

#memberpage .member-element .image-wrap{
  max-width: 175px;
  width: 100%;
  margin-bottom: 15px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%,0);
}

#memberpage .member-element .name{
  display: inline-block;
  padding: 0 20px;
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 15px;
  height: 35px;
  line-height: 31px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

#memberpage .member-element .content{
  padding: 0 25px;
}

#memberpage .member-element .content p{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

#memberpage .form-wrap .button .extra-text{
  display: inline-block;
  margin-left: 25px;
  font-weight: 600;
}


/* END Meet the team page */


@media (min-width: 1200px) {
  .container {
  	padding:0px 30px;
    width:100%;
    max-width:1300px;
  }
  .home-banner .banner-cta{
    font-size: 26px;
    line-height: 44px;
  }
  .home-banner .banner-cta span{
    font-size: 26px;
    line-height: 44px;
    font-weight: 800;
  }
  .general-header:after {
  	padding-top:30%;
  }
  .mobile-header{
    background-size: 65% !important;
  }
}

@media (max-width: 1199px) {
  .boxes.shot-box .info-top .title{
    font-size: 17px;
  }
  .mobile-header{
    background-size: 85% !important;
  }
  #header .topbar {
  	font-size:12px;
  }
  #header .main-header .logo img {
  	width:250px;
  }
  #header .main-header .main-menu {
  	font-size:12px;
  }
  #header .main-header .main-menu ul li a {
  	padding:7px;
  }
  .headlines .align.align-100{
    background-color: rgba(0,0,0,0.2);
  }
  .headlines .title {
  	font-size:24px;
  }
  .headlines .item {
  	height:500px;
  }
  .headlines .item .block{
    padding: 50px;
  }
  .general-header:after {
  	padding-top:40%;
  }
  .home-products,
  .juices-content,
  #product-juice .product-ingredients,
  .quick-shop,
  #product-ingredient .product-info,
  #product-ingredient .products-related,
  #productpage .product-info,
  #productpage .related-products,
  #textpage .content,
  #page-contact .contact-content {
  	padding:70px 0px;
  }
  #product-juice .product-info,
  #product-voucher .product-info{
  	padding:50px 0px;
  }
  .title-featured,
  #product-juice .product-ingredients .title-featured {
  	margin-bottom:40px;
  }
  .title-featured .title {
    font-size: 35px;
  }
  .title-featured .content {
  	margin-top:30px;
  }
  #product-juice .product-info .product-image img {
  	max-width:175px;
  }
  #product-juice .product-info .hallmarks {
  	height:61px;
  }
  #productpage .product-info .specs {
  	font-size:12px;
  }
  #productpage .product-info .specs .ball {
    width: 44px;
    line-height: 44px;
    height: 44px;
  }
  #productpage .product-info .bottles-img {
  	padding:30px 0px;
  }
  iframe#contact-map {
  	height:300px;
  }
  #header .topbar ul {
    margin:0px -7px;
  }

  #header .topbar ul li a {
    padding:0px 7px;
  }
  .home-banner .banner-cta{
    font-size: 16px;
    line-height: 32px;
  }
  .home-banner .banner-cta span{
    font-size: 16px;
    font-weight: 800;
  }
  #productpage .product-info .del-text .actual-text,
  #productpage .product-info .del-text .cart{
    display: block;
    vertical-align: unset;
    width: 100%;
  }
  .usp-item{
    margin-bottom: 20px;
  }
  .usp-item .icon{
    height: 40px;
    line-height: 50px;
	}
  .home-blog .blogs .blog .info{
    width: calc(100% - 30px);
  }
  .col-sidebar {
		width:250px;  
  }
  .col-blog{
    width: calc(100% - 250px);
	}
  .blog-articles .article .text-box .title {
  	font-size:14px;
  }
  .blog-articles .article .description,
  .blog-articles .article .date {
  	font-size:12px;
  }
  .blog-block-articles .article .info .article-title {
  	font-size:15px;
  }
  .blog-block-articles .article .info .article-description {
  	font-size:12px;
    line-height:17px;
    height:51px;
  }
  .blog-row {
  	margin:0px -7px;
  }
  .blog-col {
  	padding:0px 7px;
  }
  .blog-block-articles .article {
  	margin-bottom:15px;
  }
  .blogpage .blog-articles {
  	margin-bottom:20px;
    padding-bottom:20px;
  }
  #blog .complete-article .article-box .article-content {
    margin: -30px 30px 0px 30px;
    padding: 30px;
  }
  #blog .complete-article .article-content .publish-date {
  	font-size:12px;
  }
  #blog .complete-article .article-content .article-title {
  	font-size:22px;
    margin-top:10px;
    margin-bottom:10px;
  }
  #blog .complete-article .article-box .article-content p {
    font-size: 13px;
    line-height: 1.7em;
	}
  #blog .complete-article .image-wrap {
  	height:400px;
  }
  #blog .complete-article .comments .comment .content {
  	font-size: 13px;
    line-height: 1.7em;
  }
  #blog .complete-article .title {
  	font-size: 18px;
    padding-bottom: 15px;
	}
  .team .member .image-wrap{
    max-width: 175px;
    width: 100%;
    margin: 0 auto 15px auto;
  }
  #memberpage .content{
    padding: 0;
  }
  #map{
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  #header .main-header.fixed .menu-button,
  #header .main-header.fixed .menu-button a{
    color: #fff;
  }
  .headlines .title {
  	font-size:24px;
  }
  .products .product .title {
  	font-size:16px;
  }
  .products .product .price-new {
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
	}
  .products .product .buttons .btn {
    width: 120px;
    margin: 3px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
	}
  .products .product .buttons .btn.btn-white {
  	line-height:36px;
  }
  .home-products,
  #productpage .product-info {
  	padding:70px 0px;
  }
  .title-featured {
  	margin-bottom:40px;
  }
  .cart .custom-widget .fc-logo{
    margin-left: 0;
  }
  .title-featured .title {
    font-size: 35px;
  }
  #page-juices .juice-hallmarks {
  	height:51px;
  }
  #product-juice .product-info .product-image img {
  	margin-top:0;
  }
  #product-juice .product-info .specs.first {
  	margin-top:30px;
  }
  #product-voucher .product-info .content-col{
    margin-bottom: 30px;
  }
  .ingredients .ingredient .button .btn {
    height: 40px;
    line-height: 36px;
    font-size: 11px;
	}
  .home-products, .juices-content, #product-juice .product-ingredients, .quick-shop {
  	padding:50px 0px;
  }
  #productpage .product-info .specs,
  #productpage .product-info .title-block {
  	display:block;
    width:100%;
    text-align:left;
  }
  #productpage .product-info .title-featured {
  	margin-bottom:10px;
  }
  #productpage .product-info .specs {
  	margin-bottom:20px;
  }
  #productpage .product-info .del-text {
  	margin-top:20px;
  }
  .home-banner .banner-cta{
    font-size: 14px;
    line-height: 23px;
  }
  .home-banner .banner-cta span{
    font-size: 14px;
    font-weight: 800;
  }
  .general-header:after {
  	padding-top:50%;
  }
  #productpage .product-info .del-text .actual-text,
  #productpage .product-info .del-text .cart{
    display: table-cell;
    vertical-align: top;
  }
  #header .main-header .open-search{
		color:#000;
	}
  #custom-cart .cart-left,
  #custom-cart .cart-right {
    display:block;
    width:100%;
  }
  #custom-cart .cart-right {
    max-width:300px;
    float:right;
  }
  #custom-cart .main-cart-content {
    padding-top: 0;
    padding-right: 0;
  }
  #custom-cart .bottom-block .discount .title {
    font-size:16px;
  }
    #custom-cart .ui.selection.dropdown{
    min-width: unset;
    width: 100px;
  }
  .products .product .description{
    font-size: 14px;
    height: 40px;
    overflow: hidden;
  }
  .home-text .block{
    margin-top:30px;
  }
 	.col-blog{
  	width:100%;
  }
  .team .member .image-wrap{
    max-width: 125px;
    width: 100%;
    margin: 0 auto 15px auto;
  }
  #memberpage .member-element{
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  #header .topbar ul{
    display: table;
    width: 100%;
    margin: 0;
  }
  #header .topbar ul li{
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }
  #header .topbar ul li:last-of-type{
    text-align: right;
  }
  #header .topbar ul ul.lang-list{
    width: 50px;
  }
  .usp-bar{
    font-size: 12px;
  }
  .products .product .image-wrap {
  	margin:10px 0px;
  }
  #header .main-header .logo img {
  	width:180px;
  }
  .headlines .text{
    padding: 0;
  }
  .headlines ul{
    font-size: 16px;
  }
  .home-products, .juices-content,
  #product-juice .product-info,
  #product-voucher .product-info,
  #product-ingredient .product-info,
  #product-ingredient .products-related,
  #productpage .product-info,
  #textpage .content,
  #page-contact .contact-content {
  	padding:30px 0px;
  }
  .title-featured .title {
  	font-size:25px;
  }
  .title-featured {
  	margin-bottom:20px;
  }
  .title-featured .content {
    margin-top: 10px;
    font-size: 12px;
	}
  .general-header:after {
  	padding-top:40%;
  }
  #header .main-header {
  	padding:20px 0px;
  }
  #page-juices .juice-hallmarks {
    height: 45px;
	}
  .juices .juice .info .title {
    font-size: 12px;
    line-height: 16px;
    display: block;
    height: 32px;
    overflow: hidden;
	}
  .juices .juice .info .description {
    margin-top: 5px;
    font-size: 11px;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
	}
  .juices .juice .image-wrap {
    margin-bottom: 20px;
	}
  .btn.btn-white, a.btn.btn-white {
    height: 40px;
    line-height: 36px;
    font-size: 10px;
    padding: 0px 25px;
	}
  .btn, a.btn {
  	height:40px;
    line-height:40px;
    font-size: 10px;
    padding: 0px 25px;
  }
  .juices .juice .button {
  	margin-top:10px;
  }
  .boxes .box{
    margin-bottom: 0;
  }
  #product-juice .product-info .product-image img {
  	max-width:90px;
    margin-bottom:20px;
  }
  #product-juice .product-info,
  .ingredients .ingredient .info .title {
  	font-size:12px;
  }
  .ingredients .ingredient .info .description {
  	font-size:11px;
  }
  #product-juice .product-info .hallmarks {
  	margin-top:20px;
    margin-bottom:20px;
  }
  .ingredients {
  	margin:-7px;
  }
  .ingredients .ingredient {
  	padding:7px;
  }
  .ingredients .ingredient .info {
  	margin-top:15px;
  }
  .ingredients .ingredient .button {
  	margin-top:10px;
  }
  #product-ingredient .product-info {
  	font-size:12px;
  }
  #product-ingredient .product-info .buttons .btn {
  	margin-bottom:7px;
  }
  #product-ingredient .product-info .buttons {
  	margin-top:20px;
  }
  #productpage .product-header:after {
  	padding-top:45%;
  }
  #productpage .product-info .specs .ball {
  	margin-left:0;
    margin-top:5px;
  }
  #productpage .product-info {
  	font-size:12px;
  }
  #productpage .product-info .specs {
  	font-size:10px;
  }
  #productpage .product-info .main-content-bottom .buttons {
  	margin-top:20px;
  }
  #productpage .product-info .main-content-bottom .buttons .btn {
  	margin-right:7px;
    width:130px;
  }
  #productpage .product-info .main-content-bottom .buttons {
  	margin-bottom:20px;
  }
  #textpage .content,
  #page-contact .contact-content {
  	font-size:12px;
  }
  #textpage.daily-program .specs {
  	font-size:11px;
  }
  #textpage.daily-program .specs .ball {
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  #textpage.daily-program .all-products {
  	margin-top:20px;
  }
  #textpage.daily-program .times {
  	margin-top:10px;
  }
  iframe#contact-map {
  	height:200px;
  }
  .headlines .title {
  	font-size:20px;
  }
  #header .topbar {
  	line-height:40px;
    font-size:14px;
  }
  #header .topbar .search input {
  	line-height:20px;
  }
  #header .topbar .search .icon {
  	line-height:25px;
  }
  .home-banner .banner-cta{
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
  }
  .home-banner .banner-cta span{
    font-size: 16px;
    font-weight: 800;
  }
  #productpage .product-info .del-text .actual-text,
  #productpage .product-info .del-text .cart{
    display: block;
    vertical-align: unset;
    width: 100%;
  }
  .social-hallmark .socials,
  .social-hallmark .hallmark{
    display: block;
    text-align: center;
  }
  #header .topbar ul ul.lang-list li{
    width: 100%;
    text-align: center;
  }
  #custom-cart .btn {
    height:50px;
    line-height:50px;
    padding:0px 30px;
  }
  #custom-cart .main-total .shop-on {
    white-space:nowrap;
  }
  #custom-cart .cart-table .info .select {
    margin:10px 0px;
  }
  #custom-cart .bottom-block .discount {
    display:block;
    margin-bottom:20px;
  }
  #custom-cart .bottom-block .total-table {
    display:block;
    width:100%;
  }
  #custom-cart .cart-right {
    width:100%;
    max-width:100%;
  }
  #custom-cart .cart-table .image-wrap {
  	width:75px;
  }
  #custom-cart .cart-table td:first-child {
  	width:75px;
  }
  .headlines .item {
    height:300px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    display: inherit;
  }
  .headlines .item .block{
    padding: 30px;
  }
  .headlines .item .block .text{
    padding: 20px;
  }
  .home-juices .align-banner .content{
    left: 50%;
    padding: 25px;
    transform: translate(-50%, 0%);
    text-align: left;
	}
  #blog .complete-article .image-wrap{
    height: 200px;
  }
  #blog .complete-article .article-box .article-content{
    margin: -30px 15px 0 15px;
    padding: 15px;
  }
  .home-blog{
    padding: 0;
  }
  .home-blog .blog{
 		margin-bottom: 75px;
	}
  .home-blog .home-blog-wrap .standard-btn{
    float: left;
    margin-bottom: 15px;
  }
  .team .flex{
    display: block;
    flex-direction: unset;
    justify-content: unset;
    margin-bottom: 0;
  }
  .team .member{
    margin-bottom: 25px;
  }
  .team .member .job{
    height: unset;
  }
  .team .member .read-btn{
    margin-top: 5px;
  }
  #memberpage .content{
    padding: 0;
  }
  .products .product .info-top.fr{
  	height: 95px; 
  }
}
/* Header Alert Bar */
#header .alert-bar{
	background: #27ae60 !important;
  color: #fff;
}
#header .alert-bar .inner{
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
}
@media(max-width: 767px){
	#header .alert-bar .inner{
  	font-size: 13px;
  }
}
/* End */