@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}
*:not(.owl-stage) {
	max-width: 100vw;
}
div {
	position: relative;
}
*.clickable {
	cursor: pointer;
}
.img-rounded {
	border-radius: 20px;
}
.inline-block {
	display: inline-block;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#000000;
	background-color: #FBFBFB;
    overflow-x: hidden;
	max-width: 100vw;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 16px;
	line-height: 28px;

	/*background-image: url('/img/assets/patroon2.png');*/
}

@media (min-width: 1600px) {
	.container {
		width: 1420px;
	}
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	font-weight: 800;
	font-family: 'Roboto Slab', serif;
	color: #086287;
}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
.roboto {
	font-family: 'Roboto Slab', serif;
}
@media (min-width: 1600px) {
	.col-xl-3 {
		width: 25%;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	.text-center-xs {
		text-align: center !important;
	}
}
.text-lightmuted {
	color:#B7B7B7;
}
.text-warning {
	color: #f0802a !important;
}
.text-success {
	color: #83BC26 !important;
}
.text-white {
	color:#FFFFFF;
}
a,a:hover {
	color:inherit;
}
div[class^=col-] {
	background-size: cover;
}
*[data-href]:not([data-href=""]) {
	cursor:pointer;
}

.table-striped td {
	border:0 !important;
}

.breadcrumb {
	background: transparent;
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
}
.breadcrumb > .active {
	color: #FFF;
	font-weight: 800;
}

.well {
	border-radius: 6px;
	background-color: #F9F9F9;
	border:0;
	color:#086287;
	box-shadow: none;
}
.well-white {
	background-color: #FFF;
	border:0;
}
.uspWell {
	font-size: 14px;
	font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.soft-hidden-xs {
		display: none;
	}
}
.row.pad45 {
	margin-right:-45px;
	margin-left:-45px;
}
.row.pad45 > [class*='col-'] {
	padding-right:45px;
	padding-left:45px;
}
.row.pad25 {
	margin-right:-25px;
	margin-left:-25px;
}
.row.pad25 > [class*='col-'] {
	padding-right:25px;
	padding-left:25px;
}
.row.pad5 {
	margin-right:-5px;
	margin-left:-5px;
}
.row.pad5 > [class*='col-'] {
	padding-right:5px;
	padding-left:5px;
}
.row.no-pad {
	margin-right:0;
	margin-left:0;
}
.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
hr.noMargin {
	margin:0;
}
hr.dotted {
	border-bottom: 1px dotted #000;
}
img:not(.media-object), video {
	max-width:100%;
	height:auto !important;
}
section.template-bg {
	background-color: #086287;
}
section {
	/*background-color:#FFF;*/
}
section.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.pad25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	section.pad25-xs {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	section.pad25 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
section.greybg {
	background-color: #e7ebf0;
}
section.greyerbg {
	background-color: #dfe4e9;
}
section.brownbg {
	background-color: #5C5756;
}
section.bordertop {
	border-top:1px solid #efefef;
}
.noPad {
	padding:0;
}
@media (max-width: 767px) {
	.noPadTop-xs {
		padding-top: 0 !important;
	}
}

footer {
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
	border-radius: 0px 50px 0 0;
	background-color: #086287;
	color:#FFF;
	padding: 50px 0;
	padding-top: 120px;
	margin-top: 50px;
}
footer h1,footer h2, footer h3, footer h4, footer h5 {
	color:inherit;
}
@media (max-width: 768px) {
	footer {
		-webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
	}
}


.homeHeader {

}
.homeHeader span.rule1 {
	font-weight: bold;
	font-size: 50px;
	display: block;
	margin-top: 170px;
	color:#FFFFFF;
}
.homeHeader span.rule2 {
	display: block;
	font-weight: bold;
	font-size: 50px;
	color:#FFFFFF;
}

@media (max-width: 767px) {
	.homeHeader span.rule1 {
		margin-top: 80px;
	}
	.homeHeader, .homeHeader * {
		text-align: center !important;
	}
	.homeHeader {
		border-radius: 0 0 0 25px;
		padding-bottom: 0;
	}
	.homeHeader .btn {
		margin-bottom: -25px;
	}
}

.homeHeader .jumboImage {
	margin-bottom: -140px;
}
.headerImage {
	height: 620px;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 767px) {
	.headerImage {
		height: 320px;
	}
}
.headerImage .cContainer {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	color: #FFF;
	display: flex;
	justify-content: left;
	align-items: center;
}
.headerImage .headerTitle {
	font-family: 'Caveat', cursive;
	transform: rotate(-2deg);
	padding: 50px 0;
	padding-bottom: 60px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 5.5vw;
	letter-spacing: -2px;
	white-space: nowrap;
}
@media (min-width: 1400px) {
	.headerImage .headerTitle {
		font-size: 100px;
	}
}

.homeNewsletter {
	margin-top: -100px;
}
.newsletterWell {
	padding: 30px;
	background-color: #086287;
	border:0;
	color:#FFFFFF;
	margin-top: 10px;
}
.newsletterWell .title {
	font-family: 'Roboto Slab', serif;
	color:#FFFFFF;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 0;
}
.contactWell {
	padding: 20px;
}
.contactWell .title {
	font-family: 'Roboto Slab', serif;
	color:#02567F;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 0;
}
.contactWell .spacer {
	display: inline-block;
	width: 20px;
}
@media (max-width: 768px) {
	.contactWell .spacer {
		display: block;
		height: 20px;
	}
	.newsletterWell .title {
		text-align: center;
	}
	.newsletterWell form {
		padding: 0 !important;
	}
}



.searchWell {
	padding: 30px;
	background-color: #FFF;
	border:0;
	margin-top: 10px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.07);
}





.modal-header {

}
.modal-content {
	background-color: #F8F8F8;
	border-radius: 25px;
}
.modal-content > * {
	padding:25px;
}

.form-control {

}
.form-control.noRadius {
	border-radius: 0px !important;
}
input[name="quantity"] {
	text-align: center;
}
.qButton {
	color:#086287 !important;
	font-size: 16px !important;
	padding-top: 10px !important;
}
.btn {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}
.btn-transparent {
	 border: 0;
	 background-color: transparent;
	 color: inherit;
	 font-weight: 100;
 }
.btn-transparent:hover,.btn-transparent:active,.btn-transparent:focus {
	color: inherit;
}
.btw-warning {

}
.btn-success {
	background-color: #83BC26;
	border-color: #83BC26;
}
.btn-white {
	background-color: #FFF;
	color:#086287;
}
.btn-xl {
	padding: 15px 20px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}


.form-group > label:not(label[for="pvariation"]) {
	display: none;
}
.form-control {
	background-color: #F1F1F1;
	resize: none;
	border-style:solid !important;
	box-shadow: none;
	/*-webkit-appearance: none;*/
	display: block;
	border:0;
}
.form-control.input-grey {
	background-color:#F8F8F8;
}
input.form-control.ess {
	background-image: url("/img/asterisk-solid.svg");
	background-position: right 10px top 10px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
textarea.form-control {
	resize: vertical;
}

.input-group .form-control:first-child {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.input-group .input-group-btn:last-child > .btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.input-group .input-group-btn:first-child > .btn {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.text-warning {
	color:#f0802a;
}

@media (min-width: 767px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }

}
*[nowrap] {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hide-sm {
		display: none;
	}
}

.container {
	position: relative;
}
.container-fluid {

}

@media (max-width: 768px) {

}
.container-fluid.noPad {
	padding:0;
}
.container-fluid.noPad .row {
	margin: 0;
}




.navbar {
	height: 85px;
}

.navbar-fixed-top {
	transition: all 0.2s;
}

.navbar-fixed-top .container-fluid {
	position: relative;
}

.nav-top {

}

.navbar-toggle, .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
	background-color: transparent !important;
	border:0 !important; border-radius: 0;
	margin-top: 10px;
}
.navbar-toggle span, .navbar-toggle:active span, .navbar-toggle:focus span, .navbar-toggle:hover span {
	background-color: #076288 !important;
}

body.merchant .nav-top {

}
.nav-top a {
	display: inline-block;
	font-size: 12px;
	border-left:1px solid rgba(255,255,255,0.7);
	padding:5px 10px;
	font-weight: 500;
	transition: all 0.2s;
}
.nav-top a:last-child {
	border-right:1px solid rgba(255,255,255,0.7);
}
.nav-top a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.4);
}

.navSpecs {
	position: absolute;
	top:0; width: 100%;
	font-size: 15px;
	z-index: 100;
	color:#FFF;
	padding: 0;
	background-color: #FFFFFF;
	/*background-color: rgba(0,0,0,0.5);*/
	backdrop-filter: blur(0px);
	transition: all 0.3s;
	background: linear-gradient(270deg, rgba(8,98,135,1) 33%, rgba(255,255,255,1) 33%);
}
.navSpec {
	display: inline-block;
	background-color: #086287;
	padding:7px 20px;
	margin-right: -4px;
	vertical-align: top;
}
.navSpec:first-of-type {
	padding-left: 42px;
}
.navSpec:last-child {
	margin-right: 0;
}
.navSpecs.withBack {
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(4px);
}
.navSpecs img.round {
	height: 40px !important;
	display: inline-block;
	/*margin-right: -44px;*/
	z-index: 10;
	transform: translate3d(0,0,2px);
	vertical-align: top;
}
.navSpecs .menuItems {
	background-color: #086287;
	display: inline-block;
}
.navSpecs .menuItem {
	display: inline-block;
	padding: 5px 0;
}
.navSpecs .menuItem a {
	font-family: 'Roboto Slab', serif;
	color:#FFFFFF;
	font-weight: 700;
	padding:8px 10px;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border:0;
	padding:15px 0;
}
.navbar {
	top:40px;
	position: absolute;
	z-index: 100;
	width: 100%;
}
.navbar-white {
	padding:5px 0;
}

.navbar-inverse {
	padding-top: 20px;
}
@media (max-width: 768px) {
	.navbar {
		top:0;
	}
}
@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
}


.navbar-menu .navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-menu .navbar-nav > li {
	float: left;
}
.navbar-header {
	float: left;
}
.navbar-collapse {
	clear: both;
	top:15px;
}
.navbar-default .navbar-collapse {
	z-index: 1000;
	transform: translateZ(20px);
}

.navbar-brand {
	position: absolute;
	z-index: 3;
	height: auto !important;
	margin-top:-70px; top:0;
	width: 250px;
	padding:5px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.navbar-brand:hover {

}
.navbar-brand img {
	width: 220px;
	transition: all 0.2s;
}

body.home .navbar-brand {
	width: 360px;
}
body.home .navbar-brand img {
	width: 100%;
}

.myAccount .navbar-brand {
	width: 150px;
}
@media (max-width: 767px) {
	.navbar-brand {
		width: 160px;
		top: 27px;
	}
	body.home .navbar-brand {
		width: 160px;
		top: 27px;
	}
}
.mobileMenu {
	position: absolute;
	z-index: 2;
	color:#FFF;
	top:10px;
	left:15px;
}
.mobileMenu a {
	padding:10px 15px;
	font-weight: bold;
}
.navbar .whiteborder {
	border:2px solid #FFF;
}
.withBack .navbar-brand img {
	/*width: 135px;*/
}
@media (max-width: 767px) {
	.navbar-fixed-top {
		margin: 0;
	}
}
@media (min-width: 767px) {

	.navbar-fixed-top.withBack .navbar-right {
		/*top: 0px;*/
	}

	.navbar-btn {
		margin-left: 6px;
	}
}

.navbar-inverse {

}
.navbar-right {

}
.navbar-right .navbar-nav {
	float: right;
}
.navbar-white {
	background-color: #FFF;
	border-bottom:1px solid #d4d6d7;
}
.navbar-default {
	background-color: #FFF;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto Slab', serif;
	color:#086287;
	font-weight: 700;
}
.navbar-default .navbar-nav > li:last-child a {

}
.navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li > a.active, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus  {
	color:#FFF;
}


@media (max-width: 768px) {
	.navbar-src {
		padding:5px 15px;
		padding-bottom: 0;
	}
}
@media (max-width: 1100px) {

}
@media (max-width: 768px) {
	.navbar-collapse {
		z-index: 100;
		background-color: #F7F7F7;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-bottom:22px;
		color:#254920 !important;
		font-weight: 500;
		padding-left: 25px;
	}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a  {
		color:#254920 !important;
	}
}
.navbar-inverse .navbar-nav > .open > a {
	background-color: transparent !important;
}
.dropdown-menu {
	border-radius: 0;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
	padding:10px 20px 10px 20px;
	width: 250px;
	color:#254920 !important;
}




.productCard {
	background-color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 35px;
	height: calc(100% - 15px);
	cursor: pointer;
	border-radius: 15px;
	box-shadow: 0px 2px 20px rgba(0,0,0,0.07);
	border:1px solid rgba(0,0,0,0.1);
}
.productCard .saleLabel, .productCard .moreInfoHolder{
	display: none;
}
.productCard .info {
	padding:25px;
	padding-bottom: 5px;
}
.productCard .buttons {
	padding:25px;
	padding-top: 0;
}
.productCard .btn {
	overflow: hidden;
	text-overflow: ellipsis;
}
.productCard .title {
	font-weight: bold;
	height: 56px;
	overflow: hidden;
	font-family: 'Roboto Slab', serif;
	color:#086287;
	line-height: 21px;
}
.productCard .subtitle {
	font-size: 13px;
	font-family: 'Roboto Slab', serif;
}
.productCard a.image {
	display: block;
	text-align: center;
}
.productCard .image {
	position: relative;
	padding:0;
}
.productCard img {
	border-radius: 15px 15px 0 0;

}
.productCard .price{
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 22px;
	color:#086287;
	line-height: 21px;
	margin-bottom: 13px;
}
.productCard .price .from {
	font-weight: 500;
	font-size: 14px;
}
.productCard .discountLabel {
	position: absolute;
	transform: scale(0.5) rotate(-10deg);
	right: -55px;
	top: 0;
	margin-top: -25px;
}
.productCard .countdownHolder {
	position: absolute;
	text-align: center;
	/*width: 100%;*/
	top:10px; left: 14px;
	z-index: 5;
}
.productCard .countdown {
	/*position: absolute;*/
	display: inline-block;
	background-color: #086287;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 4px;
	top: 10px;
	left: 10px;
	padding: 0 8px;
	font-weight: 500;
	line-height: 22px;
}
@media (max-width: 768px) {

	.productCard .moreInfoHolder {
		display: none;
	}

	.productCard .info .title {
		padding-top: 10px;
	}
}




.filterForm {
	background-color: #F8F8F8;
	border-radius: 25px;
	padding: 25px;
	margin-bottom: 25px;
}

.contactFormRow {
	background-color: #F8F8F8;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 25px;
}
.contactFormRow .green {
	background-color: #254920;
	color:#FFF;
	border-bottom-right-radius: 25px;
	padding:25px;
}
@media (min-width: 768px) {
	.contactFormRow .green {
		position: absolute;
		right:0; top:0;
		height: 100%;
		padding:25px;
	}
}
@media (max-width: 768px) {
	.contactFormRow .green {
		margin-top: 25px;
		margin-left: -25px;
		margin-right: -25px;
	}
	.contactFormRow {
		padding-bottom: 0;
	}
}

.panel {
	border-radius: 20px;
	border:0;
}
.panel .panel-heading {
	padding:20px;
	background-color: #F8F8F8 !important;
	border-radius: 20px 20px 0 0;
}
.panel-body {
	padding:25px;
	border:0px solid #F5F5DB;
}
.panel-body:last-child {
	border-radius: 0 20px 20px 0;
}
.panel-group .panel-heading {
	cursor: pointer;
	line-height: 1em;
}
.panel-group .panel-heading h3 {
	line-height: 1em;
}
.panel-body p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.panel .list-group .list-group-item {
	border-radius: 0;
	border-color: #DDDDDD;
}
.panel .list-group .list-group-item:first-child {
	border-top:0;
}
.panel .list-group .list-group-item:last-child {
	border-radius: 0 0 20px 20px;
}

.blogsRow {
	background-color: #F8F8F8;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 25px;
}
.media-blog-item .media-object {
	margin-right: 25px;
}
.media-blog-item .media-body p {
	font-size: 18px !important;
}
h4.media-heading {
	font-size: 25px;
}

.media-testimonial-item h4 {
	font-weight: 600;
}
.media-testimonial-item {
	background-color: #F8F8F8;
	padding: 35px;
	border-radius: 25px;

}
.media-testimonial-item p {
	font-size: 18px;
}

.label-template {
	background-color: #00567F !important;
	color:#FFF !important;
}


.swal2-popup {
	font-size: 1.6rem !important;
	font-family: Georgia, serif;
}
.swal2-title {
	color:#154B1A !important;
}
.swal2-confirm {
	background-color: #00567F !important;
	color:#FFF !important;
}
.swal2-actions button {
	border-radius: 50px !important;
}
.swal2-input {
	border-radius: 50px !important;
	background-color: #F8F8F8 !important;
	box-shadow: none !important;
	border:0 !important;
}


.alert-template {
	background-color: #F8F8F8;
}
.cartCounter {
	background-color: #BAD401;
	color:#FFF;
	text-align: center;
	width: 20px; height: 20px;
	border-radius: 50px;
	position: absolute;
	right:0; top:0;
	font-weight: bold;
	font-size: 13px;
	padding-top: 1px;
}
.cartCounter[data-count="0"] {
	display: none;
}

.noContent {
	text-align: center;
	padding: 45px 25px;
}
.noContent .icon {
	width: 100px; height: 100px;
	display: inline-block;
	text-align: center;
	font-size: 40px;
	border-radius: 200px;
	background-color: #FFFFFF;
	margin-bottom: 25px;
	padding-top: 31px;
}
.noContent .title {
	font-size:36px;
	font-weight: bold;
	color:#254920;
}
.noContent .text {
	font-size:25px;
	color:#086287;
	margin-top: 15px;
	margin-bottom: 25px;
}
.noContent.smaller  {
	padding: 5px 25px;
}
.noContent.smaller .title {
	font-size: 25px;
}
.noContent.smaller .text {
	font-size: 15px;
}



.categoryHeader {
	height: 260px;
	background: rgb(8,98,135);
	background: linear-gradient(331deg, rgba(8,98,135,1) 0%, rgba(21,144,195,1) 100%);

	margin-bottom: 40px;
	padding-top: 180px;
}
.productPageSpacer {
	height: 260px;
	margin-bottom: -125px;
	/*background: rgb(198,225,231);*/
	/*background: linear-gradient(328deg, rgba(198,225,231,1) 0%, rgba(90,174,193,1) 100%);*/
	background-color: #086287;
	background: rgb(8,98,135);
	background: linear-gradient(331deg, rgba(8,98,135,1) 0%, rgba(21,144,195,1) 100%);
}
.products-panel {
	background-color: #FFF;
	border:0;
	border-radius: 15px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.07);
}
.products-panel .panel-header {
	background-color: #086287;
	color:#FFF;
	background-color: #FFF;
	color:#086287;
	padding: 20px;
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	font-weight: 600;
	border-radius: 15px 15px 0 0;
}
.products-panel .panel-body {
	padding: 50px;
	padding-top: 20px;
}
.mainImageHolder .glass {
	position: absolute;
	z-index: 10;
	color:#086287;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	left:10px; bottom:10px;
}

.discountLabel {
	width: 200px;
	height: 100px;
	background-image: url('/img/assets/kortinglabel.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFF;
	font-weight: 500;
	font-size: 28px;
	padding:20px 30px 0 0;
	line-height: 34px;
	transform: scale(0.8) rotate(-15deg);
	display: inline-block;
	right: -27px;
	top: -7px;
	position: absolute;
}
.discountLabel .text-holder {
	font-family: 'Roboto Slab', serif;
	text-align: right;
}
.discountLabel .text-holder .discount {
	font-size: 50px;
	font-weight: 900;
}
.discountLabel .text-holder .text {

}
#priceRow {
	font-size: 25px;
}
#priceRow .salePrice {
	font-weight: 900;
	color:#086287;
	font-size: 30px;
}
#priceRow .fromPrice {
	font-size: 20px;
	margin: 5px 0;
}
/*.productInfo .countdown {*/
/*	!*position: absolute;*!*/
/*	display: inline-block;*/
/*	background-color: #086287;*/
/*	color: #FFFFFF;*/
/*	font-size: 12px;*/
/*	border-radius: 4px;*/
/*	padding: 0 8px;*/
/*	font-weight: 500;*/
/*	line-height: 22px;*/
/*}*/
.productInfo .countdownWell {
	background-color: #086287;
	color: #FFFFFF;
	border-radius: 6px;
	padding: 10px 20px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 25px;
}
.productInfo .countdown {
	display: inline-block;
	font-weight: 700;
}

#productDescriptionText {
	padding-bottom: 20px;
}


.dayDeal .sliderNav {
	position: absolute;
	left:0; top:50%;
	margin-top: -6px;
	width: 100%;
}
.dayDeal .sliderNav > * {
	position: absolute;
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 0;
}
.dayDeal .sliderNav .prev {
	left:-50px;
}
.dayDeal .sliderNav .next {
	right:-50px;
}

.dayDeal {
	border-radius: 15px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.07);
	background-color: #FFF;
	margin: 25px 0;
}
.dayDealLabel {
	position: absolute;
	left:0; top:-5px;
	width: 180px;
	z-index: 10;
}
.dayDeal .photo {
	/*margin-bottom: 25px;*/
}
.attention {
	border-radius: 0 15px 15px 0;
	padding: 25px;
	background: #086287;
	color:#FFF;
	height: 100%;
}
.attention .title {
	font-family: 'Roboto Slab', serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
}
.attention .buttonHolder {
	position: absolute;
	width: 100%;
	left:0; bottom:25px;
	padding: 0 25px;
}
.attention pointer {
	display: block;
	position: absolute;
	background: #086287;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	left: -13px;
	top: 32px;
	z-index: 1000;
}

@media (max-width: 768px) {
	.attention pointer {
		display: none;
	}
	.attention {
		border-radius: 0 0 15px 15px;
	}
	.attention .buttonHolder {
		position: relative;
		bottom:0;
		margin-top: 15px;
	}
}


.envelop {
	position: absolute;
	max-width: none !important;
	width: 110px;
	top: -10px;
	/*right:20px;*/
	height: auto;
}
.quote {
	font-family: 'Caveat', cursive;
	transform: rotate(-2deg);
	padding: 50px 0;
	padding-bottom: 60px;
	display: inline-block;
	color: #086287;
	font-size: 5.8vw;
	letter-spacing: -2px;
	white-space: nowrap;
}

.dayDeal .photo {
	border-radius: 15px 0 0 15px;
}
.dayDeal .info {
	padding-right: 70px;
	padding-top: 25px;
	padding-left: 35px;
	height: 100%;
}
.dayDeal .discountLabel {
	z-index: 10;
	transform: scale(0.9) rotate(-10deg);
	top: -55px;
	position: absolute;
	/*left: 0px;*/
	right:20px;
}
.dayDeal .price {
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	position: absolute;
	width: calc(100% - 50px);
	bottom: 25px;
}
.dayDeal .price strong {
	color:#086287;
	font-weight: 900;
	font-size: 30px;
}
.dayDeal .text {
	min-height: 4em;
	line-height: 23px;
}

@media (max-width: 768px) {
	.dayDeal .price big {
		display: block;
	}
	.dayDeal .photo {
		border-radius: 15px 15px 0 0;
	}
	.dayDeal .price {
		position: relative;
		width: 100%;
		bottom: auto;
	}
	.dayDeal .info {
		padding: 20px;
	}
	.dayDeal .discountLabel {
		right: -20px;
		top:-35px;
		transform: rotate(-15deg) scale(0.6);
	}
}

.addToCartResult {
	margin-top: 25px;
	border-radius: 6px;
}
.addToCartResult a:not(.btn) {
	text-decoration: underline;
}


.productsCarousel .owl-nav {
	position: absolute;
	top:calc(50% - 50px);
	width: 100%;
}
.productsCarousel .owl-nav .owl-prev {
	position: absolute;
	left:-50px;
}
.productsCarousel .owl-nav .owl-next {
	position: absolute;
	right:-50px;
}
.productsCarousel.owl-theme .owl-nav [class*=owl-] {
	color: #777777;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #FFFFFF;
	display: inline-block;
	cursor: pointer;
	border-radius: 11px;
	border: 6px solid #FBFBFB;
	padding-top: 9px;
}
.productsCarousel.owl-theme .owl-nav .disabled {
	opacity: 1;
	/*cursor: default;*/
}
.productsCarousel .owl-stage{
	left:-60px;
}
@media (max-width: 768px) {
	.productsCarousel .owl-stage{
		left:-25px;
	}
}
.productsCarousel .owl-item {
	transition: all 0.2s;
}
.productsCarousel .owl-item:not(.active) {
	opacity: 0.5;
}
.categoryItem {
	margin: 15px 0;
	cursor: pointer;
}
.categoryItem .overlay {
	position: absolute;
	left:0;top:calc(50% - 35px);
	width: 100%;
	z-index: 10;
	display: block;
	text-align: center;
	/*justify-content: center;*/
	/*align-items: center;*/
}
.categoryItem .overlay .title {
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
	color:#FFF;
	margin-bottom: 20px;
}
.categoryItem .image img {
	border-radius: 15px;
}

@media (max-width: 768px) {
	.owl-nav,.sliderNav {
		display: none !important;
	}
}


.cartTable .imagecolumn {
	width: 70px;
}
.cartTable .buttonsColumn {
	width: 150px;
}
@media (max-width: 768px) {
	.cartTable .imagecolumn {
		width: 0px;
		padding: 0;
	}
	.cartTable .buttonsColumn {
		width: 0px;
		padding: 0;
	}
}



.footerSocialIcons {
	margin-top: 20px;
	font-size: 20px;
	margin-left: -10px;
}
.footerSocialIcons a {
	padding: 10px;
}