@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);@charset "utf-8";


/* Gerealiseerd door: Juice BV - Canadabaan 18 - 5388 RT Nistelrode */
/* T: 0412-611453 - E: info@juicebv.nl - I: www.juicebv.nl */

/* GENERAL */
* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
}
body {	
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}
h1.oversized {
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
}
h1 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
}
h2 {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 14px;
	font-weight: 400;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 14px;
	font-weight: 400;
}
h4 {
	font-weight: 400;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
p {
	font-weight: 300;
	line-height: 22px;
}
.title {
	font-size: 16px;
}
input, textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
    -webkit-appearance: none;
}
a {
	color: #002d36;
	text-decoration: underline;
	font-weight: 400;
}
a:hover {
	color: #4d98a5;
	text-decoration: underline;
}
a img {
	border: none;
}
.wrapper {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 996px;
	padding: 14px;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.hideOn1024 {
	display: none;
}
/* FORM */
input[type="text"], input[type="password"], input[type="date"], input[type="email"], textarea {
	background: none;
	border: 0;
	border-bottom: 1px solid #a7a9ac;
	width: 330px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    padding-bottom: 10px;
	box-sizing: border-box;
	color: #000000;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus {
	border-bottom: 2px solid #4d98a5;
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #a7a9ac;
}
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
   color: #a7a9ac;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #a7a9ac;
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="email"]:-ms-inpit-placeholder, textarea:-ms-inpit-placeholder {  
   color: #a7a9ac;
}
.iconCalendar {
	position: absolute;
	bottom: 30px;
	right: -14px;
	width: 20px;
	height: 23px;
	padding: 14px;
	cursor: pointer;
}
.iconCalendar .icon {
	position: relative;
	width: 20px;
	height: 23px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -1253px;
}
/* Fancyform */
.trans-element-radio, .trans-element-checkbox  {
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -194px;
	cursor: pointer;
	z-index: 10;
}
.inputList:hover .trans-element-radio, .inputList:hover .trans-element-checkbox, 
.inputBlock:hover .trans-element-radio, .inputBlock:hover .trans-element-checkbox,
.inputHolder:hover .trans-element-radio, .inputHolder:hover .trans-element-checkbox, 
.trans-element-radio:hover, .trans-element-checkbox:hover {
	background-position: 0 -172px;
}
.trans-element-radio.checked, .trans-element-checkbox.checked {
	background-position: 0 -172px;
}
.transformSelect > li > span {
	background: none;
	border: 0;
	border-bottom: 1px solid #a7a9ac;
	font-size: 16px;
	padding: 14px 0;
	box-sizing: border-box;
	color: #000000;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	cursor: pointer;
}
.transformSelect > li > span:after {
	content: "";
	position: absolute;
	top: 19px;
	right: 0;
	width: 26px;
	height: 14px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -1155px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.transformSelect > li.open > span:after {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.transformSelectDropdown {
	background: #ffffff;
	border-bottom: 1px solid #a7a9ac;
	padding: 14px 0;
}
.transformSelectDropdown li {
	font-weight: 300;
	padding: 7px;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.transformSelectDropdown li:hover {
	background: #e5eaeb;
}

/* HEADER */
header {
	position: relative;
	background: #ffffff;
	padding: 14px;
	height: 196px;
	box-sizing: border-box;
	z-index: 100;
}
#logo {
	position: absolute;
	bottom: 28px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.msie8 #logo {
	margin-left: -137.5px;
}
#logo a {
	display: block;
	padding: 14px 0;
	box-sizing: border-box;
}
#logo img {
	border: none;
	width: 275px;
}
#sidr-content {
	display: none;
}
#sidr-content h5 {
	font-weight: 500;
}
/* Fixed header */
header.fixed {
	position: fixed;
	width: 100%;
	height: 56px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    top: 0;
    left: 0;
}
body.fixed {
 	padding-top: 196px;   
}
.msie8 header.fixed {
	border-bottom: 1px solid #000000;
}
header.fixed #logo {
	display: none;
}
/* NAV */
#mainMenu {
	position: absolute;
	top: 21px;
	left: 21px;
	z-index: 10;
	font-size: 20px;
	line-height: 28px;
}
header.fixed #mainMenu {
 	top: 0;
}
#mainMenu > ul > li {
	float: left;
	position: relative;
}
#home a {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
	width: 21px;
	height: 23px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -1458px;
}
.sidr #home a {
 	text-indent: 0;
    width: auto;
    height: auto;
    background: none;
}
#mmLogin {
	padding-left: 25px !important; 
    width: auto;
}
.sidr #mmLogin {
    position: relative;
 	padding-left: 0!important;   
}
#mmLogin:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 21px;
	height: 11px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -19px;
}
.sidr #mmLogin:before {
 	left: auto;
    right: 0;
    top: 17px;
}
#mmLogin a {
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
}
#mainMenu ul li > a, #mainMenu ul li > span {
	display: inline-block;
	height: 28px;
	padding-right: 28px;
	text-decoration: none;
    color: #000000;
    cursor: pointer; 
}
#mainMenu ul li > span:after {
    top: 50%;
    right: 10px;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 5px;
    margin-top: -2px;
}
#mainMenu ul li > a:hover, #mainMenu ul li:hover > span {
	text-decoration: underline;
    color: #4D98A5;
}
#mainMenu ul ul {
    position: absolute;
    background: #FFF;
    white-space: nowrap;
    padding: 20px 10px 10px 10px;
    font-size: 16px;
    line-height: 21px;
    left: -10px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.fixed #mainMenu ul ul {
 	font-size: 16px;
    line-height: 21px;
}
#mainMenu ul li:hover ul {
 	visibility: visible;
    top: 25px; 
    opacity: 1;
}
#topMenu {
	position: absolute;
	top: 21px;
	right: 42px;
	height: 21px;
	font-size: 16px;
	line-height: 21px;
	width: auto;
	z-index: 20;
}
header.fixed #topMenu {
 	top: 0;   
}
#topMenu ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 15px;
}
#topMenu ul li:hover {

}
#topMenu ul li > a {
	display: inline-block;
	text-decoration: none;
}
#topMenu ul li > a:hover {
	text-decoration: underline;
}
#topMenu #tmBasket {
	width: 22px;
	height: 21px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 14px -33px;
}
#topMenu #tmFAQ {
	display: none;
}
/* Basket pop-up */
#topMenu #tmBasket > span {
	display: none;
}
#topMenu #tmBasket.inBasket {
	background-color: #002d36;
	color: #ffffff;
	background-position: 7px -1172px;
	height: 28px;
	width: 42px;
	padding: 0 7px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 21px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#topMenu #tmBasket.inBasket:hover {
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#topMenu #tmBasket.inBasket > span {
	text-align: right;
	display: block;
	font-size: 14px;
}
#puBasket {
	position: absolute;
	top: 28px;
	right: 0;
	width: 280px;
	background: #ffffff;
	color: #000000;
    padding: 0 10px;
	-webkit-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
	box-sizing: border-box;
	cursor: default;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#tmBasket.inBasket:hover #puBasket {
	max-height: 1000px;
	padding: 10px;
	border: 1px solid #a7a9ac;
}
#puProducts {
	max-height: 370px;
	overflow: auto;
	border-bottom: 1px solid #a7a9ac;
}
#topMenu #puProducts li {
	float: none;
	height: auto;
	padding: 7px 0;
	border-bottom: 1px solid #a7a9ac;
}
#topMenu #puProducts li:first-child {
	padding: 0 0 7px 0;
}
#topMenu #puProducts li:last-child {
	border: none;
    padding: 7px 0 0 0;
}
.puImage {
	position: relative;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.puImage img {
	display: block;
	width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.puProductTitle {
	position: relative;
	font-size: 18px;
	line-height: 25px;
	padding: 7px 0 0 0;
}
.puProductDetail {
	position: relative;
	display: inline-block;
	width: 100%;
    margin-top: 4px;
}
.pupdBlock {
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
	line-height: 22px;
    min-height: 60px;
    height: auto;
}
.pupdBlock.size {
	height: 60px;
}
.pupdBlock.size span {
	position: absolute;
	left: 0;
	bottom: 0;
    top: auto;
	background: #002d36;
	color: #ffffff;
	font-size: 15px;
	padding: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 300;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: -1px;
}
.pupdBlock .count {
	font-weight: 300;
    height: 22px;
    width: 100%;
    box-sizing: border-box;
}
.pupdBlock .total {
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 7px;
}
.pupdBlock .total span.totalPrice {
    top: auto;
    font-size: 17px;
}
#puTotalPrice {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 7px;
	border-bottom: 1px solid #a7a9ac;
}
.putpBlock {
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
	line-height: 22px;
}
.putpBlock span {
	position: relative;
	display: block;
	padding-bottom: 7px;
    font-size: 15px;
}
.putpBlock:last-child span {
    font-size: 17px;
}
.putpBlock .shipping {
	color: #4d98a5;
}
#puFinal span {
	position: relative;
	display: block;
	text-align: right;
	font-size: 22px;
	line-height: 28px;
}
#puFinal .btn {
	margin: 14px 0 0 0;
	width: 100%;
	height: auto;
}
#puFinal .btn a {
	height: 56px;
	text-align: center;
	font-size: 16px;
}

/* CONTENT */
/* Buttons */
.btn {
	position: relative;
	display: table;
	background: #4d98a5;
	font-size: 22px;
	line-height: 28px;
	height: 84px;
	width: 326px;
	margin: 14px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #4d98a5;
	box-sizing: border-box;
}
.btn a, .btn span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 84px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 14px;
	cursor: pointer;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.btn a:hover, .btn span:hover {
	background: rgba(255,255,255,0.1);
}
.btn a:hover span, .btn a:hover span:hover {
 	background: none;   
}
.btn.trans {
	background: none;
	border: 1px solid #002d36;
}
.btn.trans a, .btn.trans span {
	color: #002d36;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.btn.trans a:hover, .btn.trans span:hover {
	background: rgba(0,45,54,0.1);
}
.btn.dark {
	background: #002d36;
	border: 1px solid #002d36;
}
.btn.submit {
	height: 42px;
	font-size: 16px;
	font-weight: 300;
	line-height: 42px;
	width: auto;
	padding: 0 42px;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.btn.submit:hover {
	background: #1a424a;
	cursor: pointer;
}
.btn.addToCard {
	background: #002d36;
	border: 1px solid #002d36;
	width: 42px;
	height: 42px;
}
.btn.addToCard span {
	position: relative;
	height: 42px;
}
.btn.addToCard .addToCardIcon {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 25px;
	height: 24px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -292px;
}
/* Close and arrow btn */
.topBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	padding: 14px;
	cursor: pointer;
}
.closeIcon {
	position: relative;
	width: 28px;
	height: 28px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -75px;
}
.closeIconSmall {
	position: relative;
	width: 21px;
	height: 21px;
	margin: 3px 0 0 3px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -1763px;
}
.arrowIcon {
	position: relative;
	top: 7px;
	right: 7px;
	width: 35px;
	height: 19px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -152px;
}
/* Show more */
.showMore {
	position: relative;
	background: #e5eaeb;
	height: 112px;
	width: 100%;
	margin-bottom: 28px;
}
.showMore .btn {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -123.5px;
	width: 247px;
	height: 56px;
}
.showMore .btn span {
	height: 56px;
	font-size: 16px;
	text-align: center;
}
.showMore.loading .btn span {
    -webkit-transition: none;
    transition: none;
    background: rgba(255, 255, 255, 0.1) no-repeat url(/img/ajax-loader.gif) center center;
}
/* Bottom content */
.bottomContent {
	position: relative;
	display: inline-block;
	padding-bottom: 28px;
}
.bcBlock {
	position: relative;
	float: left;
	width: 313px;
	margin-right: 14px;
}
.msie8 .bcBlock {
	width: 308px;
}
.bcBlock:last-child {
	margin-right: 0;
}
.bcImage img {
	width: 100%;
}

/* New Person */

.npBlock p{
    margin: 0;
}
.npBlock {
    margin: 10px 0 0 0;
}
.npBlock .inputHolder {
	background: #f4f3f0;
	width: 154.5px;
	height: 42px;
	float: left;
	margin: 14px 14px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 11px 14px;
	box-sizing: border-box;
	cursor: pointer;
}
.npBlock .inputHolder:last-child {
	margin-right: 0;
}
.npBlock .inputHolder label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	font-weight: 300;
	cursor: pointer;
}
.npBlock span, label {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
    padding-top: 15px;
}
.npBlock input {
	display: block;
    width: 100%;
    font-weight: lighter;
    font-size: 14px;
}
.npBlock label {
    line-height: 34px;
}
.formBlock {
	position: relative;
	width: 323px;
	float: left;
	margin-bottom: 14px;
}
.formBlock.margin {
	margin-right: 14px;
}
.formBlock.margin.secondColumn {
    margin-right: 0;
    margin-left: 14px;
}
.formBlock > span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.formBlock input {
	width: 100%;
	padding-top: 14px;
	height: 53px;
}
.formBlock .inputHolder {
	background: #f4f3f0;
	width: 154.5px;
	height: 42px;
	float: left;
	margin: 14px 14px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 11px 14px;
	box-sizing: border-box;
	cursor: pointer;
}
.formBlock .inputHolder:last-child {
	margin-right: 0;
}
.formBlock .inputHolder label {
	position: relative;
	display: inline-block;
    line-height: 21px;
	padding-left: 28px;
    padding-top: 0;
	font-weight: 300;
	cursor: pointer;
}

/* FOOTER */
footer {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
footer .wrapper {
	padding: 14px 28px;
}
#fBlock {
	position: relative;
	display: inline-block;
	background: #f4f3f0;
	padding: 14px 0 28px 0;
	box-sizing: border-box;
	width: 100%;
}
#fBlock > .wrapper > div {
	float: left;
	width: 224px;
	padding-right: 14px;
}
#sbAbout, #sbPayment {
	padding-right: 0 !important;
}
#sbLanguage {
	padding-top: 28px;
}
#fBlock li{
	line-height: 28px;
	font-weight: 300;
}
#fBlock li a {
	text-decoration: none;
	font-weight: 300;
    color: #000000;
}
#fBlock li a:hover {
	text-decoration: underline;
}
#sbLanguage li {
	display: inline-block;
	margin-right: 28px;
	cursor: pointer;
	-webkit-transition: border-bottom 0.2s;
	transition: border-bottom 0.2s;
    font-weight: 500;
}
#sbLanguage li:hover, #sbLanguage li.selected {
	padding-bottom: 7px;
	border-bottom: 7px solid #4d98a5;
}
#sbAbout {
	position: absolute;
	right: 28px;
}
#sbPayment li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-right: 42px;
}
#sbPayment li a {
    display: block;
    top: 50%;
    position: relative; 
}
#sbPayment li a img {
 	display: block;
    max-width: 70px;
    max-height: 30px;
}
/* Copyright */
#fCopy {
	font-weight: 300;
	font-size: 12px;
	text-align: center;
}
#fCopy .wrapper {
	display: inline-block;
	width: auto;
}
#fCopy a {
 	font-weight: 400;   
}
#fcLogo {
	padding: 28px 0;
}
#fcCopyright {
	position: relative;
	float: left;
	padding-right: 14px;
}
#fcCopyright:after {
	content: " - ";
	position: absolute;
	right: 5px;
}
#fcCopyright p {
	float: left;
    font-weight: 500;
}
#fcCopyright p:first-child {
	padding-right: 14px;
}
#fCopy ul {
	float: left;
}
#fCopy li{
	display: inline-block;
}
#fCopy li > a {
	text-decoration: none;
}
#switchCountry {
	float: left;
	padding-left: 42px;
	display: block;
	text-decoration: underline;
}
#switchCountry:hover {
	color: #4d98a5;
	text-decoration: none;
	cursor: pointer;
}

/* SIDR */
html.nooverflow, body.nooverflow {
    position: fixed;
    width: 100%;
	overflow: hidden;
    height: 100%;
}
#sidrTop {
	position: relative;
	height: 70px;
	padding: 0 14px 21px 14px;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
}
#sidrTop img {
	width: 163px;
	margin-top: 28px;
}
#sidrTop h5{
	position: absolute;
	right: 100%;
	padding: 21px 21px 14px 0;
	top: 0;
	box-sizing: border-box;
	z-index: 20;
	text-decoration: none;
}
#sidrTop h5:after {
	content: "";
	position: absolute;
	top: 21px;
	right: 0;
	width: 12px;
	height: 19px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -55px;
}
.sidr {
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background: #f4f3f1;
}
.sidr.open #sidrTop h5 {
	right: 14px;
}
.sidr.right {
    -webkit-box-shadow:inset 7px 0 9px -7px rgba(0,0,0,0.3);	
	box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.3);
}
.sidr.left {
	left: -100%;
	right: 100%;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
}
.sidr.open {
	right: 0 !important;
} 
.sidr h3 {
	background: rgba(255, 255, 255, 0.15) !important;
	font-weight: bold;
    font-size: 14px;
	line-height: 34px;
    padding-left: 10px;
    text-transform: uppercase;
}
.sidr ul {
	padding: 0 14px;
}
.sidr ul li {
	margin: 0;
	border-top: 1px solid #a7a9ac;
}
.sidr ul li a, .sidr ul li span {
	cursor: pointer;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 14px 0;
    font-size: 22px;
}
.sidr ul li.active ul {
	max-height: 1000px;
	-webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
}
.sidr #tmBasket {
	display: none;
}

/* LAYOVER */
.layover {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 900;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.layover.open {
	bottom: 0;
}
.layoverBG {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #002d36;
	background: rgba(0,45,54,0.9);
}
.layover .wrapper {
	background: #ffffff;
	padding: 42px 56px;
	height: auto;
    max-height: 100%;
}
.loHeader {
	border-bottom: 1px solid #a7a9ac;
	padding-bottom: 42px;
}
.loLogo {
	position: relative;
	display: inline-block;
	left: auto;
	margin-top: 3px;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.loLogo img {
	display: block;
	width: 202px;
}
.layover .topBtn {
	top: 21px;
	right: 42px;
}
.closeIcon {
	background-position: 0 -690px;
}
.loBlocks {
	position: relative;
	display: inline-block;
	width: 100%;
}
.loBlock {
	float: left;
	width: 435px;
	position: relative;
	text-align: center;
	margin-left: 14px;
}
.loBlock a {
	color: #000000;
	text-decoration: none;
}
.loBlock:first-child {
	margin-left: 0;
}
.loBlock h3 {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 0;
}
.lobImage {
	position: relative;
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.lobImage img {
	display: block;
	width: 100%;
}
.lobiIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/sprite.png) no-repeat;
}
.lobiIcon.male {
	width: 68px;
	height: 69px;
	margin: -34px 0 0 -34px;
	background-position: 0 -720px;
}
.lobiIcon.female {
	width: 61px;
	height: 84px;
	margin: -42px 0 0 -30px;
	background-position: 0 -791px;
}
/* LAYOVER APPOINTMENT */
#appointmentOverlay .wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -315px;
	overflow: auto;
	width: 630px;
}
#appointmentOverlay .loHeader {
	padding: 0;
}
.loText h1 {
	padding: 42px 0 28px 0;
}
.loText h3 {
	font-weight: 300;
	padding: 14px 0;
}
.lobForm {
	display: inline-block;
    width: 100%;
    margin-top: 42px;
}
.lobForm h3 {
	font-size: 22px;
	line-height: 28px
}
.lobForm p {
	line-height: 24px;
}
.lobfFields {
	padding: 0 0 42px 0;
}
.lobfFieldAddress {
    display: inline-block;
    width: 100%;
}
.lobfFieldAddress .lobfField {
 	width: 100%;
}
.lobfFieldAddress .lobfField.small {
 	width: 50%;   
}
.lobfField {
	width: 50%;
	float: left;
	clear: both;
	padding: 0 14px 28px 0;
	box-sizing: border-box;
}
.lobfField.right {
	float: right;
	clear: none;
}
.lobfField label {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
    padding-bottom: 7px;
    padding-top: 0;
}
.lobfField input, .lobfField textarea {
	padding-left: 0;
	width: 100%;
}
.lobfField.error {
 	margin-bottom: 28px;   
}
.lobfField label.error {
    position: absolute;
	margin: 14px 0;
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	font-weight: 300;
	background: #fddb9e;
	padding: 0 14px;
	-webkit-border-radius: 2px;
	border-radius: 2px;   
}
.notification, #loginControlForm label, #cPassForgottenForm label {
	position: relative;
	margin: 14px 0;
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	font-weight: 300;
	background: #fddb9e;
	padding: 0 42px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: none;
}
.error .notification, #loginControlForm label, #cPassForgottenForm label {
	display: block;
}
.error input, .error textarea {
	border-bottom: 2px solid #fddb9e;
}
.lobfField.checkboxes {
	width: 100%;
	padding-bottom: 14px;
}
.lobfField.checkboxes ul {
	position: relative;
	display: inline-block;
	width: 100%;
}
.lobfField.checkboxes li {
	float: left;
	width: auto;
	height: 42px;
	line-height: 42px;
	background: #f4f3f0;
	margin: 0 7px 7px 0;
	padding: 11px 14px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.lobfField.checkboxes li > label {
	padding-left: 28px;
	display: block;
	cursor: pointer;
}
.lobfField.checkboxes li:hover .trans-element-radio {
	background-position: 0 -172px;
}
.lobfField.small {
	width: 25%;
	clear: none;
}
.lobfField.address {
	clear: none;
	padding: 0;
	position: relative;
	display: inline-block;
	height: 63px;
}
.resultAddress {
	background: #edf4f6;
	padding: 11px 28px;
	font-size: 12px;
	position: absolute;
	display: block;
	bottom: 0;
}
.lobfField.sendBtn {
	padding-bottom: 0;
}
.lobfField.sendBtn .btn {
	height: 56px;
	width: 248px;
	text-align: center;
	font-size: 18px;
}	
.lobfField.sendBtn .btn span, .lobfField.sendBtn .btn a {
	height: 56px;
}

/* Login Block */
.loginBlock {
	position: relative;
	max-width: 500px;
	background: #ffffff;
	margin: 0 auto;
	box-sizing: border-box;
    width: 100%;
}
.loginBlock.makeAccount {
 	position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -250px;
    overflow: auto;
}
.loginBoxWrapper {
    padding: 42px 56px;
}
.loginBoxWrapper .loHeader {
    border-bottom: none;
 	padding-bottom: 28px;   
}
.loginBlock .loginBoxTitle {
  	font-size: 26px;
  	line-height: 30px;
  	font-weight: 400;  
    padding: 35px 0;
}
.loginBoxError {
 	color: #cc0000;   
}
.loginBlock .loginBoxTitle, loginBlock label, .loginBlock .btn {
	text-transform: capitalize;
}
.loginBlock label {
	font-size: 14px;
  	font-weighT: lighter;
    display: block;
    line-height: 34px;
}
.loginBlock input {
	width: 100%;
}
.loginBlock label.error {
    position: relative;
    background: #fddb9e;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #000000;
    font-size: 11px;
    padding: 0 14px;
    line-height: 21px;
    margin-top: 7px;
    width: 115px;
    text-align: center;
}
.loginBlock input.error {
	border-bottom: 2px solid #fddb9e;
}
.loginBlock a {
    text-decoration: none;
    display: block;
    float: right;
    margin: 20px 0 0;
    font-weight: lighter;
    color: #4d98a5;
}
.loginBlock a:hover {
    color: #012d36;
}
.loginBlock .btn {
	float: left;
    height: 40px;
    line-height: 40px;
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    cursor: pointer;
    margin-bottom: 0;
}
.loginBlock .loginFooter {
	clear: both;
}
.loginBlock .loginFooter a {
    display: block;
    height: auto;
    line-height: normal;
    color: #000;
    background: #f4f3ef;
    width: 100%;
    font-size: 25px;
    font-weight: normal;
    position: relative;
    margin: 0;
    float: none;
    padding: 25px 0;
}
.loginBlock .loginFooter span {
    padding: 0 45px 0 25px;
    display: block;
}
.loginBlock .loginFooterArrow {
  	position: absolute;
  	top: 50%;
  	right: 25px;
  	width: 19px;
  	height: 35px;
  	margin: -17px 0 0 0;
  	background: url(../img/sprite.png) no-repeat;
  	background-position: 0 -1680px;
}

.npBlock .inputHolder label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
    padding-bottom: 5px;
	font-weight: 300;
	cursor: pointer;
}
.npBlock .inputHalf {
 	width: 48%;
    float: left;
}
.npBlock .inputHalf:first-child {
 	margin-right: 4%;   
}

/* LANGUAGE */
/* Language background */
#languagePage {
	position: absolute;
	background: url(../img/language/language-bg.jpg) no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.msie8 #languagePage  {
	height: 100%;
}
body.languageSelect .layover {
    background: no-repeat url(../img/language/earth.png) #ffffff center center fixed;
}
/* Language block */
.languageBlock {
	position: absolute;
	width: 300px;
	background: #ffffff;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	padding: 28px 0;
	box-sizing: border-box;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.msie8 .languageBlock {
	top: 140px;
}
.languageBlock .topBtn {
	display: none;
}
.languageBlock .loHeader {
	padding-bottom: 14px;
	margin: 0 28px;
}
.languageBlock .selectCountry {
	font-size: 18px;
	line-height: 24px;
	padding-top: 28px;
}
.languageBlock .selectCountry span {
	position: relative;
	display: block;
	padding-left: 42px;
}
.languageBlock .selectCountry span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 28px;
	background: url(../img/language-sprite.png) no-repeat;
	background-position: 0 0;
}
/* Language list */
.languageBlock .languageList {
	padding: 14px 0;
}
.languageBlock .languageList li {
	position: relative;
	height: 42px;
	line-height: 42px;
	padding-left: 70px;
	font-size: 18px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.languageBlock .languageList li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 28px;
	width: 25px;
	height: 18px;
	background: url(../img/language-sprite.png) no-repeat;
}
.languageBlock .languageList li#nl:before {
	background-position: 0 -30px;
}
.languageBlock .languageList li#uk:before {
	background-position: 0 -49px;
}
.languageBlock .languageList li#en:before {
	background-position: 0 -198px;
}
.languageBlock .languageList li#sc:before {
	background-position: 0 -122px;
}
.languageBlock .languageList li#pt:before {
	background-position: 0 -141px;
}
.languageBlock .languageList li#ir:before {
	background-position: 0 -87px;
}
.languageBlock .languageList li#ua:before {
	background-position: 0 -160px;
}
.languageBlock .languageList li#de:before {
	background-position: 0 -68px;
}
.languageBlock .languageList li#es:before {
	background-position: 0 -179px;
}
.languageBlock .languageList li:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 28px;
	width: 21px;
	height: 15px;
	background: url(../img/language-sprite.png) no-repeat;
	background-position: 0 -106px;
	-webkit-transition: right 0.2s;
	transition: right: 0.2s;
}
.languageBlock .languageList li:hover {
	background: #e5eaeb;
	cursor: pointer;
}
.languageBlock .languageList li:hover:after {
	right: 14px;
}
label[for=dbfield38]
{
    position: absolute;
  	top: 60px;
  	left: 625px;
  	color: #DD0000;
    background: #ffffff;
  	border: #000000 1px solid;
    padding: 2px;
}
.hideMe{
    display: none;
}
#passwordButton {
	width: 200px;
}
.crBlock img {
    max-width: 20px;
    max-height: 20px;
}
@media screen and (max-width:1023px){.wrapper{width:auto;}#logo{position:relative;display:inline-block;left:auto;margin-top:14px;-moz-transform:none;-webkit-transform:none;-o-transform:none;-ms-transform:none;transform:none;}#logo img{width:163px;}#sidr-content{position:absolute;right:14px;padding:21px 28px 14px 28px;box-sizing:border-box;display:block;z-index:120;text-decoration:none;cursor:pointer;}#sidr-content:after{content:"";position:absolute;top:23px;right:0;width:19px;height:16px;background:url(../img/sprite.png) no-repeat;background-position:0 0;}#sidr-content:hover{color:#000;}header{height:50px;padding:0 14px 21px 14px;}header .wrapper{padding:21px 0;}header.fixed{position:relative;}body.fixed{padding-top:0;}#topMenu,#mainMenu{display:none;}footer{text-align:center;}footer .wrapper{padding:14px;}#fBlock{display:block;padding-bottom:14px;}#fBlock>.wrapper>div{padding-bottom:42px;float:none;width:auto;padding-right:0;}#sbLanguage{padding-top:0;}#sbLanguage li{margin:0;padding:0 14px;}#sbAbout{position:relative;right:auto;}#sbPayment{padding-bottom:0!important;width:225px!important;margin:0 auto;}#fcCopyright{float:none;padding-bottom:14px;}#fcCopyright:after{content:"";}#fcCopyright p{float:none;padding:0;}#fCopy ul{float:none;}#switchCountry{float:none;padding:14px 0;}.hideOnMobile{display:none;}.layover{overflow:auto;}.layover .wrapper{padding:14px;height:100%;}.loHeader{padding-bottom:14px;}.loLogo img{width:163px;}.layover .topBtn{top:0;right:0;}.loBlocks{margin-top:14px;width:100%;}.loBlock{margin:0 0 42px 0;float:none;width:100%;}.lobImage{width:100%;}#appointmentOverlay .wrapper{width:100%;left:0;margin:0;}.lobfFields{padding:0;}.lobfField{float:none;width:100%;}.lobfField.checkboxes li{float:none;width:100%;}.lobfField.small{width:50%;float:left;}.resultAddress{position:relative;bottom:auto;height:auto;}.lobfField.sendBtn .btn{margin:14px auto;width:100%;}#languagePage{background:none;}.languageBlock{top:0;left:0;right:0;margin:0;width:100%;height:100%;-moz-transform:none;-webkit-transform:none;-o-transform:none;-ms-transform:none;transform:none;padding:21px 0;}.languageBlock .loHeader{margin:0 14px;}.languageBlock .topBtn{display:block;}.languageBlock .languageList li{padding-left:56px;}.languageBlock .languageList li:before{left:14px;}.languageBlock .languageList li:after{right:14px;}.languageBlock .languageList li:hover:after{right:7px;}#sidrTop{display:block;}.sidr-inner #mmLogin a{overflow:visible;text-overflow:none;white-space:normal;height:auto;}.bottomContent{width:100%;}.bcBlock{width:100%;}.loginBlock.makeAccount{left:0;margin:0;max-width:100%;}.formBlock{width:100%;}}@media screen and (min-width:1260px) and (max-width:1799px){.wrapper{width:1230px;}.hideOn1024{display:block;}header{height:224px;}header>.wrapper{width:1229px;}#logo{bottom:56px;}.bcBlock{width:378px;}#fBlock>.wrapper>div{width:283px;}.loBlocks{width:auto;margin-left:128px;}#appointmentOverlay .loBlocks{margin-left:0;}li#mmLogin{width:auto;}}@media screen and (min-width:1800px){.wrapper{width:1772px;}.hideOn1024{display:block;}header{height:252px;}body.fixed{padding-top:252px;}#logo{bottom:56px;}#logo img{width:405px;}.bcBlock{width:571px;padding-right:42px;box-sizing:border-box;}#fBlock>.wrapper>div{width:418px;}.loBlocks{width:auto;margin-left:202px;}.loBlock{width:621px;}.lobiIcon.male{width:112px;height:112px;margin:-56px 0 0 -56px;background-position:0 -876px;}.lobiIcon.female{width:87px;height:123px;margin:-61px 0 0 -43px;background-position:0 -991px;}#appointmentOverlay .wrapper{width:945px;margin-left:-472px;}#appointmentOverlay .loBlocks{margin-left:0;}.lobfField{clear:none;}.lobfField.language,.lobfField.sendBtn{clear:both;}li#mmLogin{width:auto;}}
/* Gerealiseerd door: Juice BV - Canadabaan 18 - 5388 RT Nistelrode */
/* T: 0412-611453 - E: info@juicebv.nl - I: www.juicebv.nl */

/* BASKET */
/* Basket header */
#basketHeader {
	position: relative;
	display: inline-block;
	width: 100%;
}
#basketHeader h2 {
	width: auto;
	display: block;
	float: left;
}
#basketHeader .btn {
	float: right;
	font-size: 16px;
	text-align: center;
	width: auto;
	height: 56px;
	margin: -14px 0 0 14px;
}
#basketHeader .btn a {
	padding: 0 42px;
	height: 56px;
}
/* Basket products */
#basketContent {
	position: relative;
	padding: 42px 0 14px 0;
}
#basketList {
    min-height: 182px;
}
#basketList li, .gift {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #a7a9ac;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 14px;
	min-height: 154px;
	padding: 7px;
	box-sizing: border-box;
    overflow: hidden;
}
.gift {
 	overflow: auto;   
    min-height: 0; 
}
#basketList li#blHeader {
	border: none;
	min-height: 0;
	padding: 0 7px;
}
#basketList li#blHeader > div {
 	 margin: 0;  
}
#basketList li#blHeader .product, #basketList li#blHeader .count, #basketList li#blHeader .size, #basketList li#blHeader .price, #basketList li#blHeader .total {
	height: auto;
}
#basketList li > div, .gift > div {
	float: left;
	font-weight: 300;
}
#basketList li .product {
	width: 408px;
}
#basketList li .count {
	width: 182px;
}
#basketList li .size {
	width: 140px;
}
#basketList li .price {
	width: 112px;
}
#basketList li .total {
	width: 98px;
	text-align: right;
}
#basketList li .size, #basketList li .price, #basketList li .total, #basketList li .count {
 	margin: 56px 0 0 0;   
}
.product .pImage {
	position: relative;
	float: left;
	height: 140px;
	width: 112px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	padding: 14px 0;
	box-sizing: border-box;
}
.product .pImage img {
	max-width: 100%;
    max-height: 112px;
	display: block;
    text-align: center;
}
.product .pTitle {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 28px;
}
.product > a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
}
.product .pUseBase {
	position: relative;
	display: block;
	color: #a7a9ac;
	font-size: 14px;
	line-height: 20px;
	margin-top: 14px;
    text-decoration: none;
    padding-left: 112px;
}
.count input {
	width: 34px;
	text-align: center;
	margin: 0 7px 0 0;
	float: left;
}
.count .btn {
	height: 42px;
	width: 42px;
	border: none;
	text-align: center;
	top: 50%;
	float: left;
    margin: -10px 0 0 0;
}
.count .btn.left {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.count .btn.right {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.count .btn span {
	height: 42px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
.size span, .price span, .total span {
	position: relative;
	display: block;
	top: 50%;
}
.size span {
	font-weight: 400;
}
.total span {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
/* Giftcard */
#receivedGift {
	position: absolute;
	/* bottom: -14px; */
	left: 14px;
	color: #002d36;
	text-decoration: underline;
	cursor: pointer;
	z-index: 10;
}
#receivedGift:hover {
	color: #4d98a5;
}
.gift {
	position: absolute;
	border: none;
	background: #edf4f6;
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin-bottom: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.gift.open {
	position: relative;
	max-height: 500px; 
	padding: 7px;
	margin-bottom: 14px;
}
.giftClose, .removeFromBasket {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px;
	height: auto !important;
	cursor: pointer;
}
.closeIconSmall {
	width: 14px;
	height: 14px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -1206px;
}
.gInput {
	height: 140px;
}
.giftText, .giftInput {
	width: 50%;
}
.gtHeader {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	padding: 7px;
}
.giftText p {
	padding: 7px;
}
.giftInput {
	padding-left: 42px;
	box-sizing: border-box;
}
.giftInput input {
	width: 294px;
	float: left;
	margin-top: 58px;
}
.giftInput .btn {
	height: 42px;
	width: 112px;
	border: none;
	text-align: center;
	top: 50%;
	margin: -21px 0 0 14px;
	float: left;
}
.giftInput .btn span {
	height: 42px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.giftInput.success .gSuccess {
	display: block;
}
.giftInput.success .gInput {
	display: none;
}
.gSuccess {
	height: 140px;
	display: none;
}
.giftSuccess, .giftPrice {
	position: relative;
	width: 294px;
	float: left;
	top: 50%;
	margin-top: -11px;
}
.giftPrice {
	width: 112px;
}
.giftSuccess span, .giftPrice span {
	padding-left: 28px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.giftSuccess span:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 24px;
	height: 23px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -1225px;
}
.gInput.error .notification {
	display: block;
	position: absolute;
	padding: 0 21px;
}
.gInput.error input {
	border-bottom: 2px solid #fddb9e;
}
/* Total price */
#basketTotal {
	position: relative;
	display: inline-block;
	width: 100%;
}
#btBlock {
	position: relative;
	float: right;
	width: 484px;
}
#btbBg {
	padding: 14px;
	box-sizing: border-box;
	background: #e5eaeb;
	font-weight: 300;
}
#btbSubTotal, #btbShipping, #btbTotal {
	display: inline-block;
	width: 100%;
	padding-bottom: 21px;
}
#btbBg span {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	text-align: right;
}
#btbShipping {
	color: #4d98a5;
}
#btbTotal {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	padding: 21px 0 0 0;
	border-top: 1px solid #a7a9ac;
}
#btBlock .btn {
	width: 100%;
	height: 56px;
	text-align: center;
}
#btBlock .btn a {
	height: 56px;
	font-size: 16px;
}
/* Payment methods */
#bPayments {
	position: absolute;
	bottom: 62px;
	left: 14px;
}
#bPayments li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-right: 42px;
}
#bPayments li:last-child {
	padding-right: 0;
}
#bPayments a {
	display: block;
	top: 50%;
	position: relative;
}
#bPayments img {
	display: block;
}

.minishop {
 	background: #f6f6f4;   
}
.minishop h2 {
    padding: 30px 0;
}
#bProductRow {
    min-height: 221px;
    margin: 0 0 25px;
    overflow: hidden;
}
#bProductRow li.prod {
    float: left;
    width: 221px;
    height: 221px;
    margin: 0 0 27px 27px;   
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
      font-weight: bold;
    position: relative;
    cursor: pointer;
}
#bProductRow li.prod.nomargin {
    margin-left: 0;
}
#bProductRow li.prod.selected:before {
    top: 100%;
    right: 20px;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 25px;
    /* margin-left: -25px; */
    margin-top: -25px;
}

.bpName {
 	position: relative;
    z-index: 1;   
}
.bpPrice {
 	font-size: 14px; 
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1;
}
.bpBasket {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #4899a8;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    
    -webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
}

#bProductRow li:hover .bpBasket {
 	background-color: #002D37;
}
.selected .bpBasket {
	background: #002d37;
}
.bpBasket:before {
 	content: '';
    width: 34px;
    height: 32px;
    background: no-repeat url(/img/basket.png) 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -17px;
}
.selected .bpBasket:before {
	background-position: 0 -32px;
    width: 27px;
    height: 15px;
    margin: -8px 0 0 -14px;
}
.bpImage {
 	display: table-cell;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 221px;
    z-index: 0;
}
.bpImage img {
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%;
}
.bProductItem {
 	background: #ffffff;   
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 22px;
    height: 420px;
    box-sizing: border-box;
    margin-top: -27px;
    clear: both;
    position: relative;
    top: -2px;
    margin: 0 0 25px;
}

.bpiImage {
    float: left;
    width: 200px;
    height: 375px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 375px;
    position: relative;
}
.bpiImage img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.bpiImage:before {
 	content: '';
    width: 17px;
    height: 18px;
    background: no-repeat url(/img/basket.png) 0 -47px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.bpiInfo {
 	float: left;
    margin: 0 0 0 15px;
    width: 400px;
}
.bpiName {
 	padding: 15px 0 0 0;
    font-size: 20px;
}
.bpiSub {
	font-size: 18px;
    padding: 10px 0 0 0;
}
.bpiTxt {
 	padding: 30px 0 0 0;   
    line-height: 28px;
}
.bpiOptions {
 	float: right;
    width: 245px;
    padding: 15px 0 0 0;
}
.bpiOption {
	margin: 0 0 12px;
}
.fakeDrop {
    background: none;
    border: 0;
    border-bottom: 1px solid #A7A9AC;
    font-size: 16px;
    padding: 14px 0;
    box-sizing: border-box;
    color: #000;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    cursor: pointer;   
}
.fakeDropSub {
 	position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #A7A9AC;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    background: #ffffff;
    z-index: 10;
    -webkit-border-radius: 5px; 
    border-radius: 5px;
    display: none;
}
.fakeDrop.selected .fakeDropSub {
 	display: block;   
}
.fdOption {
 	line-height: 48px;
    border-bottom: 1px solid #a8a9ad;
    margin: 0 0 12px;
    font-weight: 400;
}
.fdOption:last-child {
 	margin: 0;
    border: 0;
}
.fdImg {
    height: 58px;  
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.fdImg img {
 	max-width: 100%;
    max-height: 100%;
}
.fdHeader {
 	line-height: 50px;   
}
.bpioTitle {
 	font-size: 18px;
}
.bpiCount {
	height: 45px;
}
.bpiCount input {
 	float: left;
    border: 0;
    border-bottom: 1px solid #a8a9ad;
    width: 42px;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    margin: 0 8px 0 0;
}

.bpicMin, .bpicPlus {
 	float: left;
    background: #002d37;
    width: 35px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.bpicMin {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;   
}
.bpicPlus {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;   
}
.bpiPrice {
 	float: right;
    line-height: 45px;
    font-size: 24px;
}
.bpiAdd {
 	height: 50px;
    background: #4899a8;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0 0 0;
    
    -webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
}
.bpiAdd:hover {
 	background-color: #002D37;  
}
.bpiAdd:before {
 	content: '';
    width: 34px;
    height: 32px;
    background: no-repeat url(/img/basket.png) 0 0;
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -16px 0 0 0;
}
.imgSelection {
 	position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2;
}
.bpiImage .imgSelection {
 	left: 0;
    bottom: 0;
}
.imgSelection div {
 	float: left;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #b6b3b2;
    margin-right: 8px;
    cursor: pointer;
}
.imgSelection div.selected {
    background: #000000;
}
/* Gerealiseerd door: Juice BV - Canadabaan 18 - 5388 RT Nistelrode */
/* T: 0412-611453 - E: info@juicebv.nl - I: www.juicebv.nl */

@media screen and (max-width:1023px) {
    #basketList li .size, #basketList li .price, #basketList li .total, #basketList li .count {
     	margin: 0;
    }
    .count .btn {
     	margin-top: -20px;   
    }
    .giftClose {
     	display: none;   
    }
	/* Basket header */
	#basketHeader h2 {
		float: none;
	}
	#basketHeader .btn {
		float: right;
		margin: 0;
	}
	#basketHeader .btn a {
		padding: 0 21px;
	}
	#basketHeader .btn.trans {
        position: absolute;
        display: block;
        text-align: center;
        left: 0;
        right: 124px;
        width: auto;
        float: none;
        line-height: 22px;
        height: 58px;
	}
    #basketHeader .btn.trans a {
     	width: 100%;
        display: table;
        line-height: 58px;
        padding: 0;
    }
	/* Basket products */
	#basketContent {
		padding: 14px 0;
	}
	#basketList li#blHeader {
		display: none;
	}
	#basketList li, .gift {
		height: auto;
		padding: 14px;
	}
	#basketList li > div, .gift > div {
		float: none;
		height: auto;
	}
	#basketList li .product {
		width: 100%;
		display: inline-block;
	}
	.product .pTitle {
		position: absolute;
		margin: 0;
	}
	.product > a {
		position: absolute;
		bottom: 14px;
		z-index: 10;
	}
	.product .pImage {
		border: 1px solid #a7a9ac;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-top: 70px;
		width: 100%;
		height: 0;
		padding-bottom: 32%;
	}
    .product .pImage img {
     	max-height: none;   
    }
	.product .pUseBase {
		display: none;
	}
	#basketList li .size {
		height: auto;
		position: absolute;
		top: 56px;
	}
	#basketList li .count {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 42px;
		padding: 14px 0;
		border-bottom: 1px solid #a7a9ac;
	}
	.count input {
		height: 42px;
		width: 42px;
		border: 1px solid #a7a9ac;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding-bottom: 0;
		margin-top: 1px;
	}
	#basketList li .price {
		position: absolute;
		bottom: 70px;
		right: 14px;
		text-align: right;
		width: auto;
	}
	#basketList li .total {
		position: relative;
		width: 100%;
		padding-top: 14px;
	}
	/* Giftcard */
	#receivedGift {
		display: none;
	}
	.gift {
		position: relative;
		max-height: 350px;
		padding: 7px;
		margin-bottom: 14px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.gift.closed {
		position: absolute;
		max-height: 0;
		padding: 0;
	}	
	.giftText, .giftInput {
		width: 100%;
	}
	.gInput {
		height: auto;
	}
	.giftInput {
		padding: 7px;
	}
	.giftInput input {
		width: 100%;
		float: none;
		margin-top: 14px;
	}
	.giftInput .btn {
		margin: 14px 0;
		width: 100%;
	}
	.gSuccess {
		position: relative;
		height: auto;
	}
	.giftSuccess {
		width: 100%;
		float: none;
		margin-top: 14px;
	}
	.giftPrice {
		position: absolute;
		bottom: 14px;
		right: 0;
		width: auto;
	}
	.giftPrice span {
		padding: 0;
		text-align: right;
	}
	.gInput.error .notification {
		position: relative;
	}
	/* Total price */
	#btBlock {
		float: none;
		width: 100%;
	}
	#bPayments {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0 auto;
		position: relative;
		width: 200px;
		padding: 14px;
		box-sizing: border-box;
	}
	#bPayments li {
		padding-right: 14px;
	}	
    .minishop {
     	display: none;   
    }
}
@media screen and (min-width:1260px) and (max-width:1799px) {
	/* Basket content */
	#basketList li .product {
		width: 463px;
	}
	#basketList li .count {
		width: 266px;
	}
	#basketList li .size {
		width: 182px;
	}
	#basketList li .price {
		width: 140px;
	}
	#basketList li .total {
		width: 126px;
	}
	/* Giftcard */
	.giftText {
		width: 483px;
	}
	.giftInput {
		padding: 0;
		width: 694px;
	}
	.giftInput input {
		width: 252px;
	}
	.giftPrice {
		float: right;
		width: auto;
		text-align: right;
	}
    #bProductRow li.prod {
     	width: 285px;   
        height: 285px;
        margin-left: 20px;
        margin-bottom: 20px; 
    }
    #bProductRow li.prod:first-child {
     	margin-bottom: 20px;   
    }
    #bProductRow {
     	min-height: 285px;   
    }
    .bpImage {
     	line-height: 285px;   
        width: 275px;
    }
    .bpiInfo {
    	width: 450px;
    }
}

@media screen and (min-width:1800px) {
	/* Basket content */
	#basketList li .product {
		width: 714px;
	}
	#basketList li .count {
		width: 322px;
	}
	#basketList li .size {
		width: 280px;
	}
	#basketList li .price {
		width: 210px;
	}
	#basketList li .total {
		width: 182px;
	}
	/* Giftcard */
	.giftText {
		width: 714px;
	}
	.giftInput {
		padding: 0;
		width: 994px;
	}
	.giftInput input {
		width: 336px;
	}
	.giftPrice {
		float: right;
		width: auto;
		text-align: right;
	}
    #bProductRow li.prod { 
     	width: 385px;
        height: 385px;
    }
    #bProductRow {
     	min-height: 385px;   
    }
    .bpImage {
     	line-height: 385px;   
        width: 385px;
    }
    .bpiInfo {
    	width: 800px;
    }
}
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

/*.sidr {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #111111),
		color-stop(1, #222222)
	);
	background-image: -o-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-image: -moz-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-image: -webkit-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-image: -ms-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-image: linear-gradient(to bottom, #111111 0%, #222222 100%);

	color: #ffffff;
	display: none;
	font-size: 11px;
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
	position: absolute;
	position: fixed;
	top: 0;
	width: 260px;
	z-index: 999999;
    -webkit-box-shadow:inset -7px 0 9px -7px rgba(0,0,0,0.3);	
	box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.3);

}
.sidr.right {
    -webkit-box-shadow:inset 7px 0 9px -7px rgba(0,0,0,0.3);	
	box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.3);
}
.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px;
}
.sidr.right {
	left: auto;
	right: -260px;
}
.sidr.left {
	left: -260px;
	right: auto;
}
.sidr h3 {
	background: rgba(255, 255, 255, 0.15) !important;
	font-weight: bold;
    font-size: 14px;
	line-height: 34px;
    padding-left: 10px;
    text-transform: uppercase;
}
.sidr ul {
	display: block;
	padding-left: 10px;
}
.sidr ul li {
	display: block;
	line-height: 34px;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidr ul li a, .sidr ul li span {
	color: #ffffff;
	cursor: pointer;
	display: block;
	text-decoration: none;
	padding-left: 25px;
	position: relative;
    font-size: 16px;
}
.sidr ul li span {
 	display: none;   
}
.sidr ul li ul li:first-child {
 	border-top: 0;   
}
.sidr ul li a:before {
    content: '';
    width: 5px;
    height: 7px;
    position: absolute;
    background: url(../img/sprite.png) no-repeat -96px 0px;
    left: 9px;
    top: 14px;
}
.sidr ul li ul {
	padding-left: 0;
}
.sidr ul li.active ul {
	max-height: 1000px;
	-webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
}
.sidr ul li.active ul li {
	background: rgba(255, 255, 255, 0.15);
	border-bottom: none;
	display: block;
	line-height: 34px;
	margin: 0;
	padding-left: 15px;
}*/
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

