@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   FONTS
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url(../fonts/TempusSansITC/TempusSansITC.css);

/* ==========================================================================
   RESET
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,admin-bar
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/* Apply bullets only inside page/post content */
.entry-content ul, 
.entry-content ol, 
.content-area ul, 
.content-area ol {
    list-style: disc; /* or decimal for ordered lists */
    margin-left: 20px;
    padding-left: 20px;
}

/* Ensure ordered lists have numbers */
.entry-content ol, 
.content-area ol {
    list-style: decimal;
}
/* Add indentation to lists */
ul, ol {
    padding-left: 20px; /* Adjust the value as needed */
}

/* Optional: Indentation specifically for list items */
ul li, ol li {
    margin-bottom: 5px; /* Optional: Adjust spacing between items */
}

/* Restore bullets & indentation inside product descriptions, NOT product listings */
.woocommerce div.product .woocommerce-product-details__short-description ul, 
.woocommerce div.product .woocommerce-product-details__short-description ol, 
.woocommerce div.product .woocommerce-Tabs-panel ul, 
.woocommerce div.product .woocommerce-Tabs-panel ol, 
.entry-content ul, 
.entry-content ol, 
.content-area ul, 
.content-area ol {
    list-style-position: inside;
    list-style-type: disc; /* Change to 'decimal' for numbered lists */
    margin-left: 20px;
    padding-left: 20px;
}

/* Restore numbers for ordered lists */
.entry-content ol, 
.content-area ol, 
.woocommerce div.product .woocommerce-product-details__short-description ol, 
.woocommerce div.product .woocommerce-Tabs-panel ol {
    list-style-type: decimal;
}

/* REMOVE bullets & numbers from unwanted areas (menu, cart, checkout, product listings, etc.) */
nav ul, 
.menu ul, 
.navbar-nav ul, 
.widget ul, 
.widget ol, 
.woocommerce ul.products, /* Removes bullets from product lists */
.woocommerce ul.products li, 
.woocommerce-cart ul, 
.woocommerce-checkout ul, 
.woocommerce-cart ol, 
.woocommerce-checkout ol, 
.woocommerce-widget-layered-nav ul {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

strong {
	font-weight: 700;
}

sup {
	vertical-align: top; 
	font-size: 15px;
}

em {
	font-style: italic;
}

.clearfix:after {
	content: '';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.center {
	text-align: center;
}

ss3-loader:after {
	border: 5px solid RGBA(124,72,18,.6) !important;
	border-top: 5px solid #FFFACF !important;
	width: 15px !important;
	height: 15px !important;
}

/* ==========================================================================
   MAIN STYLES
   ========================================================================== */

html {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 1;
	color: #6c5f5f;
	background-color: #001655;
	background-image: none !important;
	background-position: center bottom;
	background-size: 301px 234px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	overflow-x: hidden;
}

body.overflow-hidden {
	overflow-y: hidden;
}

body.page-template-template-inbank-php {
	background: none !important;
}

body.page-template-template-inbank-php  #content {
	margin: 0 auto;
	float: none;
	max-width: 595px;
	width: auto;
	padding-top: 10px;
}

#page {
	width: 1162px;
	margin: 0 auto;
	position: relative;
	display: -webkit-flex;
	display: flex;
}

#container {
	background-color: #FFF;
	margin: 0 26px 0 26px;
	padding: 43px 44px 0 44px;
}

#container:after {
	content: '';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	outline: none;
	color: #4d77bb;
}

i {
	font-style: italic;
}
/* ==========================================================================
   MIN AND MAX
   ========================================================================== */
.min {
	display: none !important;
}
.max {
	display: block !important;
}
@media screen and (max-width: 992px) {
	.min {
		display: block !important;
	}
	.max {
		display: none !important;
	}
}

/* ==========================================================================
   BORDERS
   ========================================================================== */

#borders {
	z-index: 1;
}

#borders > div {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.51);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.51);
}

#borders .top {
	background-image: url(../img/border-top.png);
	background-repeat: no-repeat;
	background-size: 974px 43px;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	height: 43px;
	z-index: 2;
}

#borders .left {
	/*background-image: url(../img/border-side.png);*/
	background-repeat: repeat-y;
	background-size: 44px 984px;
	position: absolute;
	top: 42px;
	left: 26px;
	bottom: 0;
	width: 44px;
	z-index: -1;
}

#borders .right {
	/*background-image: url(../img/border-side.png);*/
	background-repeat: repeat-y;
	background-size: 14px 984px;
	position: absolute;
	top: 42px;
	right: 26px;
	bottom: 0;
	width: 44px;
	z-index: -1;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	min-height: 65px;
}

.admin-bar #header {
	top: 32px;
}

#header .top {
	min-height: 22px;
}

#header .top .languages {
	font-weight: 700;
	position: absolute;
	left: 90px;
	top: 3px;
	cursor: pointer;
}

#header .top .languages .select > * {
	display: inline-block;
	vertical-align: middle;
}

#header .top .languages .arrow {
	width: 13px;
	margin-right: 4px;
}

#header .top .languages .flag {
	width: 16px;
	margin-right: 4px;
}

#header .top .cart {
	position: absolute;
	right: 70px;
	top: -4px;
	background-color: #00BC25;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#header .top .cart a {
	color: #F9F400;
}

#header .top .cart .total {
	font-weight: 700;
	vertical-align: middle;
	padding: 5px 8px 3px 13px;
}

#header .top .cart img {
	width: 14px;
	height: auto;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 5px;
}

#header .middle .logo {
	position: absolute;
	width: 214px;
	left: 50%;
	top: 10px;
	z-index: -1;
	margin-left: -491px;
}

#header .middle .cart {
	width: 32px;
	position: absolute;
	bottom: 3px;
	right: 20px;
}
/*
#header .middle .cart a {
	color: #F9F400;
}
*/

#header .middle .cart .total-count {
	font-weight: 700;
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 11px;
	color: #FFF;
}

#header .middle .cart img {
	width: 32px;
	height: auto;
	display: inline-block;
	position: relative;
	/*top: 2px;
	right: 5px;*/
}

#header .middle .search-form {
	position: absolute;
	right: 176px;
}

#header .middle {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 600;
	color: #5F3305;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 43px;
	z-index: 2;
}

#header .middle .border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-repeat: repeat-x;
	background-size: 1289px 49px;
	background-position: left bottom;
	z-index: 1;
	height: 48px;
}

#header .middle .inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1060px;
	display: block;
	z-index: 2;
}

#header .middle a {
	color: #714212;
}

#header .middle > * {
	display: inline-block;
}

#header .middle .info {
	padding: 12px 22px;
}

.mac.safari #header .middle .info {
	letter-spacing: -1px;
}

#header .middle .link-e {
	width: 214px;
	position: absolute;
	bottom: 0;
	right: 76px;
}

#header .middle .link-f {
	width: 28px;
	position: absolute;
	bottom: 6px;
	right: 59px;
}

#header .middle .link-i {
	width: 28px;
	position: absolute;
	bottom: 6px;
	right: 129px;
}

#header .middle .link-y {
	width: 28px;
	position: absolute;
	bottom: 6px;
	right: 94px;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

#navigation {
	position: relative;
	width: 782px;
	float: right;
	padding: 18px 25px 7px 15px;
	z-index: 50;
}

#navigation > ul {
	margin-right: -10px;
}

#navigation > ul > li {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
}

#navigation > ul > li > a {
	display: block;
	width: 180px;
	height: 34px;
	color: #FFFFFF;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
	background: #001655;
  	background-image: none !important;
	background-size: auto 112%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	/*-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 0 3px 0px rgba(0,0,0,0.40);*/
}

#navigation > ul > li.selected > a,
#navigation > ul > li.current-menu-item > a,
#navigation > ul > li.current-product_cat-ancestor > a,
#navigation > ul > li.current-product-parent > a,
#navigation > ul > li.current-menu-ancestor > a {
	background: #0815ad;
}

#navigation > ul > li:hover > a {
	background: #0815ad;
}

#navigation > ul > li:hover {
	background-color: #FFF;
}

#navigation > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}

#navigation > ul > li > ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: calc(100% - 226px);
	margin: 0;
	padding: 22px 38px 10px 38px;
	background-color: #FFF;
	border: 1px solid #0815ad;
	line-height: 27px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 450px;
}

#navigation > ul > li.menu-item-3133 > ul {
	max-width: 368px;
}

#navigation > ul > li.menu-item-3446 > ul {
	max-width: 368px;
}

#navigation > ul > li.menu-item-3867 > ul {
	max-width: 368px;
	margin-left: -188px;;
}

#navigation > ul > li.menu-item-77 > ul {
	max-width: 368px;
}

#navigation > ul > li > ul > li {
	margin-bottom: 12px;
	/*width: 50%;*/
}

#navigation > ul > li > ul > li > a {
	color: #C4A98A;
	font-size: 16px;
	font-weight: 700;
}

#navigation > ul > li > ul > li > ul > li > a {
	color: #7C4812;
	font-size: 14px;
	font-weight: 600;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */

#sidebar {
	position: relative;
	float: left;
	width: 206px;
	margin: 0 10px 0 24px;
	top: -43px;
}

#sidebar.absolute {
	position: absolute;
	top: 107px;
}

#sidebar .logo {
	display: block;
	position: relative;
	margin: -32px -4px 0 -4px;
}

#sidebar .box,
#content .box {
	position: relative;
	background-color: #FFF;
	padding: 7px;
	margin-bottom: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
}

#sidebar .box.gradient:after,
#content .box.gradient:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	left: -3px;
	right: -3px;
	bottom: -3px;
	top: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );
}

#sidebar nav {
	margin: 20px auto;
}

#sidebar nav.links a {
	display: block;
	background-color: #E0CA9C;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
	padding: 7px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#sidebar nav.links a:hover,
#sidebar nav.links .current_page_item a,
#sidebar nav.links .current_page_parent a {
	background-color: #7C4812;
}

#sidebar nav.buttons a {
	display: block;
	color: #FFFACF;
	font-family: 'Open Sans';
	height: 60px;
	font-size: 29px;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	background: transparent url(../img/border-top.png) no-repeat scroll center center;
	background-size: auto 112%;
	-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 0 3px 0px rgba(0,0,0,0.40);
}

/* ==========================================================================
   INBANK CALCULATOR
   ========================================================================== */

#sidebar .calculator,
#content .calculator {
	position: relative;
	z-index: 20;
	padding: 5px;
}

.calculator .heading {
	text-align: center;
}

.calculator .heading > img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.calculator .heading .inbank-logo {
	width: 112px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.calculator .heading .inbank-liising {
	width: 187px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.calculator .heading span {
	font-weight: 700;
	color: #000;
	font-size: 13px;
	display: block;
	padding: 5px 0;
}

.calculator .heading a {
	color: #3A46D3;
	text-decoration: none;
}

.calculator .border {
	border: 1px solid #461050;
	padding: 10px;
	margin-top: 5px;
}

.calculator form input,
.calculator form select {
	width: 100%;
}

.calculator form > div {
	margin-bottom: 10px;
}

.calculator form label {
	display: block;
	margin: 0 0 5px 5px;
	color: #461050;
	font-size: 11px;
	font-weight: 600;
}

.calculator form input[type="number"] {
	background-color: #FFF;
	border: 1px solid #CECFD0;
	outline: none;
	width: 100%;
	padding: 4px;
	color: #461050;
	-moz-appearance:textfield;
}

.calculator form input[type=number]::-webkit-inner-spin-button,
.calculator form input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.calculator select {
	border: 1px solid #CECFD0;
	background-color: #FFF;
	font-family: 'Open Sans';
	font-size: 12px;
	color: #461050;
	font-weight: normal;
	min-width: 145px;
	width: 100%;
	padding: 2px 4px;
	outline: none;
}

.calculator form input[type="submit"] {
	background-color: #FFF;
	color: #461050;
	border: 1px solid #461050;
	outline: none;
	padding: 5px;
}

.calculator div.submit {
	padding-top: 10px;
}

.calculator h4 {
	padding: 5px;
	margin-bottom: 5px;
	color: #461050;
}

.calculator h3.monthly-payment {
	margin-bottom: 0;
}

.calculator .payment * {
	padding: 5px 2px;
	display: block;
	color: #461050;
}

.calculator .payment .inner {
	display: none;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

#content {
	position: relative;
	width: 782px;
	float: right;
	padding: 0 25px 0 15px;
	/* min-height: 1200px; */
}

#content.wide {
	width: 100%;
	float: none;
	padding: 0 24px;
	clear: both;
}

#content.wider {
	width: 1000px;
	float: none;
	padding: 0;
	clear: both;
	margin: 0 auto;
}

#content .banner {
	margin-bottom: 14px;
}

#content.wide:not(.banner) {
	margin-top: 190px;
}

#banner {
	width: 782px;
	min-height: 103px;
	float: right;
	padding: 0 25px 0 15px;
}

#content article.info {
	color: #062B46;
	line-height: 20px;
	margin-top: 35px;
}

#content .article {
	line-height: 20px;
	margin: 10px 0 40px 0;
	font-size: 13px;
}

#content .article a {
	color: #1266A3;
}

#content .article ul {
	margin: 0 0 20px 6px;
}

#content .article ul li:before {
	content: '• ';
}

#content .article .alignleft {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
}

#content .article small {
	font-size: 10px;
}

#content #gmap {
	margin: 0 0 40px 25px;
	width: 50%;
	float: right;
}

#content #gmap .border {
	overflow: hidden;
	border: 1px solid #CECFD0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#content #gmap h3 {
	line-height: 20px;
	margin-bottom: 36px;
}

#content img.map {
	width: 360px;
	height: auto;
}

#content .article.list {
	border-bottom: 1px solid #EADAC9;
	margin: 10px 0 20px 0;
	display: flex;
}

#content .article.not-found {
	text-align: center;
}

#content .article.list .article-thumb {
	min-width: 220px;
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #EADAC9;
}

#content .article.list .article-meta h3 a {
	color: #7C4812;
}

#content .article .back {
	color: #7C4812;
}

#content .article .back.top {
	margin: -10px 0 15px 0;
}

#content .article .back.bottom {
	margin: 30px 0 0 0;
}

#content .article .back img {
	display: inline-block;
	width: 9px;
	height: auto;
}

#content .article .back span {
	font-weight: 600;
	padding: 0 0 0 6px;
}

#content .article .back > * {
	vertical-align: middle;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */

/* categories */

.category-title {
	color: #1266A3;
	text-align: center;
	margin: 18px 0 13px 0;
}

.products-categories {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
}

.product-category {
	width: 178px;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	margin: 0 10px 10px 0;
	padding-bottom: 38px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
}

.product-category a {
	display: block;
}

.product-category .photo {
	margin: 5px 8px 0 8px;
}

.product-category .title {
	text-align: center;
	background-color: #F0F0F0;
	display: table;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* min-height: 38px; */
	height: 38px;
	padding: 0 10px;
}

.product-category h6 {
	color: #1266A3;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.product-category a:hover .title {
	background-color: #1266A3;
}

.product-category a:hover .title h6 {
	color: #FFF;
}

/* products */

.products-header {
	line-height: 17px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EADAC9;
}

.products-header h3,
.products-header h1 {
	margin-bottom: 0;
	line-height: 20px;
	font-size: 16px;
}

.products-header > div p {
	margin-bottom: 0;
}

.products-header > div h5 {
	margin: 10px 0 2px 0;
}

.products-order {
	padding: 5px 0;
}

.products-order .breadcrumbs {
	font-size: 8px;
	float: left;
	line-height: 22px;
}

.products-order .breadcrumbs a {
	color: #7C4812;
}

.products-order .sorting {
	float: right;
	display: none;
}

.products-order .sorting label {
	font-weight: 700;
	font-size: 10px;
	padding-right: 4px;
	display: inline-block;
	padding-top: 7px;
}

.products-order .sorting select {
	border: 1px solid #CECFD0;
	background-color: #F0F0F0;
	font-family: 'Open Sans';
	font-size: 10px;
	color: #7C4812;
	font-weight: 700;
	min-width: 145px;
	max-width: 212px;
	padding: 4px;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.products {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

.products .product {
	position: relative;
	border-top: 1px solid #EADAC9;
	margin-bottom: 30px;
	/* min-height: 250px; */
}

.products .product.ad {
	/* border-top: none; */
	/* min-height: 350px; */
}

.products .product .banner1 {
	margin: 0 -12px -18px 0;
}

.products .product .banner2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #EADAC9;
}

.products .product .left {
	float: left;
	width: 220px;
	margin: 0 25px 0 0;
}

.products .product .right {
	float: right;
	width: 490px;
}

.products .product .photo {
	display: block;
	position: relative;
	margin: 15px 0;
}

.products .product .zoom {
	width: 18px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 5;
}

.products .product .badge {
	width: 63px;
	height: auto;
	position: absolute;
	top: 10px;
	right: -9px;
	z-index: 5;
}

.products .product .action {
	position: relative;
	max-width: 360px;
}

.products .product .action .btn {
	margin-bottom: 10px;
	float: left;
	width: calc(50% - 4px);
	font-size: 10px;
	min-height: 43px;
	margin-left: 4px;
}

.products .product .action .btn:first-child {
	margin-left: 0;
	margin-right: 4px
}

.products .product .action .btn.blue {
	min-height: 43px;
}

.products .product .action .btn.blue span {
	padding: 5px 0;
	display: inline-block;
}

.products .product .action .btn.blue img {
	float: left;
	width: 25px;
	height: auto;
	margin: 1px 0 0 3px;
}

.products .product .action .btn span {
	vertical-align: middle;
	display: block;
	text-align: right;
}

.products .product .action .btn.white span {
	font-size: 9px;
}

.products .product .action .btn.white img.img-cart {
	float: left;
	width: 28px;
	height: auto;
	margin: 0 0 0 -14px;
}

.products .product .action .btn.white img.img-noel {
	width: 132px;
	height: auto;
	margin: 0 auto 0;
}

.products .product .compare {
	font-size: 8px;
	color: #95989A;
	display: inline-block;
	position: relative;
	left: 7px;
	top: -4px;
}

.products .product .add-to-compare-button,
.products .product .remove-from-compare-button {
	font-size: 9px;
	color: #95989A;
	display: inline-block;
	position: relative;
	height: 17px;
	padding: 4px 0 0 20px;
	margin: 0 0 0 6px;
	background: transparent url(../img/icon-compare.svg?v=2) no-repeat left center;
	background-size: 17px 17px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.products .product .wooscp-btn.wooscp-btn-added:before {
	position: absolute;
	left: 5px;
	top: 3px;
	color: #7C4812;
	font-size: 10px;
	font-weight: 700;
	margin: 0;
}

.products .product .compare span {
	padding-left: 7px;
}

.products .product .compare > * {
	vertical-align: middle;
}

.products .product .compare img {
	display: inline-block;
	width: 17px;
	height: auto;
}

.products .product .title a {
	color: #7C4812;
}

.products .product .available {
	color: #589650;
	text-decoration: underline;
	margin-bottom: 12px;
}

.products .product .available.not {
	color: #95989A;
}

.products .product .available.order {
	cursor: pointer;
}

.products .product .guarantee {
	font-weight: 700;
	line-height: 17px;
}

.products .product .guarantee span {
	color: #FF0000;
}

.products .product h3.title {
	margin-top: 20px;
	line-height: 20px;
}

.products .product .description {
	line-height: 20px;
	font-size: 13px;
}

.products .product footer {
	position: relative;
	/*bottom: 40px;
	width: 355px; */
	border-top: 1px solid #EADAC9;
}

.products .product .price {
	float: left;
	font-size: 19px;
	padding-top: 8px;
	color: #C9AA6A;
	font-weight: 700;
	text-decoration: none;
}

.products .product .price ins {
	color: #674521;
	font-weight: 600;
	background-color: #F9F400;
	text-decoration: none;
	margin-left: 6px;
}

.products .product .price del {
	text-decoration: line-through;
}

.products .product a.more {
	color: #C9AA6A;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 600;
	float: right;
	margin: 10px 10px 0 0;
}

.products .added_to_cart.wc-forward {
	display: none !important;
}

/* single */

.product-header {
	overflow: hidden;
	padding: 10px 3px;
}

.product-header .back {
	color: #7C4812;
	float: left;
}

.product-header .back img {
	display: inline-block;
	width: 9px;
	height: auto;
}

.product-header .back span {
	font-weight: 600;
	padding: 0 0 0 6px;
}

.product-header .back > * {
	vertical-align: middle;
}

.product-header .breadcrumbs {
	font-size: 8px;
	line-height: 10px;
	float: left;
	margin: 4px 0 0px 30px;
}

.product-header .breadcrumbs a {
	color: #7C4812;
}

.product-single {
	position: relative;
	clear: both;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
}

.product-single:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	left: -3px;
	right: -3px;
	bottom: -3px;
	top: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );
}

.product-single .left {
	position: relative;
	width: 350px;
	float: left;
	z-index: 20;
}

.product-single .right {
	position: relative;
	width: 600px;
	float: right;
	z-index: 20;
	padding: 40px 30px 0 30px;
}

.product-single .photo {
	position: relative;
	display: block;
}

.product-single .zoom {
	width: 26px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.product-single .badge {
	width: 86px;
	height: auto;
	position: absolute;
	right: 0;
	top: 17px;
}

.product-single .thumbs {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 12px 14px 14px 0px;
}

.product-single .thumbs a {
	width: 64px;
	margin: 0 7px 7px 0;
}

.product-single .title {
	line-height: 25px;
	font-size: 20px;
	margin-bottom: 20px;
}

.product-single .available {
	color: #589650;
	text-decoration: underline;
	line-height: 17px;
	margin-bottom: 16px;
}

.product-single .available.not {
	color: #95989A;
}

.product-single .available.order {
	cursor: pointer;
}

.product-single h2 {
	line-height: 23px;
	margin-bottom: 7px;
}

.product-single .guarantee {
	font-weight: 700;
	line-height: 17px;
}

.product-single .guarantee span {
	color: #FF0000;
}

.product-single .description {
	line-height: 20px;
	font-size: 13px;
}

.product-single .description ul {
	margin: 0;
	list-style-type: disc;
	padding: 0 0 0 16px;
	margin-bottom: 18px;
}

.product-single .description ul li {
	margin-bottom: 2px;
}
/*
.product-single .description ul li:before {
	content: '• ';
}
*/
.product-single .description iframe {
	width: 100%;
}

.product-single table {
	display: table;
	width: 100%;
}

.product-single table tr {
	display: table-row;
}

.product-single table tr:first-child td {
	border: none;
}

.product-single table td {
	display: table-cell;
	border-top: 1px solid #EADAC9;
	padding: 5px 0;
}

.product-single .price {
	font-size: 19px;
	padding-top: 8px;
	border-top: 1px solid #EADAC9;
	margin: 8px 0;
	padding: 13px 0;
	color: #C9AA6A;
	font-weight: 700;
}

.product-single .price del {
	color: #C9AA6A;
	font-weight: 700;
	text-decoration: none;
	text-decoration: line-through;
}

.product-single .price ins {
	color: #674521;
	font-weight: 600;
	background-color: #F9F400;
	text-decoration: none;
	margin-left: 6px;
}

.product-single .action {
	margin: 10px -10px 10px 0;
	max-width: 370px;
}

.product-single .action div * {
	vertical-align: middle;
}

.product-single .action .btn {
	width: calc(50% - 5px) !important;
}

.product-single .btn.blue {
	margin-bottom: 14px;
	width: 50%;
	float: left;
	font-size: 15px;
	position: relative;
	height: 58px;
	margin-right: 10px;
}

.product-single .btn.blue img {
	width: 30px;
	height: auto;
	display: inline-block;
	float: left;
	margin: 6px 0 0 5px;
}

.product-single .btn.blue span {
	display: inline-block;
	margin: 10px 0;
}

.product-single .btn.white {
	padding: 12px;
	width: 50%;
	float: left;
	position: relative;
	/* color: #062B46;*/
	font-size: 12px;
	height: 58px;
	text-align: right;
}

/*
.product-single .btn.white .img-cart {
    width: 32px;
    height: auto;
    margin: -4px 0 0 0;
}

.product-single .btn.white .img-noel {
	width: 100%;
    height: auto;
    margin: 3px 0px 0px 4px;
	max-width: 170px;
}

.product-single .btn.white span {
	display: block;
	position: absolute;
	left: 56px;
    top: 11px;
}
*/

.product-single a.added_to_cart {
	display: none !important;
}

.product-single .action div span {
	padding: 0 10px 0 5px;
}

.product-single .action .quantity {
	display: none !important;
}

.product-single .sharing {
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 30;
}

.product-single .sharing > div {
	text-align: center;
	float: left;
	margin: 0 0 0 8px;
}

.product-single .sharing > div > a {
	display: inline-block;
	height: 24px;
}

.product-single .sharing > div > a img {
	width: 24px;
	height: auto;
}

.product-single .sharing .wooscp-btn.wooscp-btn-added:before {
	position: absolute;
	display: block;
    margin: 5px 0px 0 7px;
    color: #7C4812;
    font-weight: 700;
    font-size: 13px;

}

.product-single .sharing > div > span,
.product-single .sharing .btn span,
.product-single .sharing .btn {
	display: block;
	font-size: 7px;
	color: #95989A;
}

.product-single .sharing .add-to-compare-button,
.product-single .sharing .remove-from-compare-button {
	text-indent: -9999px;
    width: 24px;
    margin-bottom: 2px;
	background: transparent url(../img/icon-compare.svg) no-repeat scroll left center;
	background-size: 24px 24px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.product-single .box {
	max-width: 205px;
	top: 40px;
	left: 10px;
}

.share .tooltip {
	display: none;
	position: absolute;
	top: -25px;
	left: 114px;
	padding: 18px;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
}

.share .tooltip a {
	display: block;
	width: 32px;
	height: auto;
	margin: 0 0 9px;
}

.share .tooltip a:last-child {
	margin: 0;
}

.share .tooltip:before {
	content: '';
	display: block;
	position: absolute;
	width: 27px;
	height: 27px;
	left: -27px;
	top: 23px;
	background: transparent url(../img/arrow-tooltip.png) no-repeat scroll 0 0;
	background-size: 27px;
}

.share:hover .tooltip {
	display: block;
}

/* ==========================================================================
   RELATED PRODUCTS
   ========================================================================== */

#related {
	padding: 0 16px;
}

#related h5 {
	padding: 0 15px;
}

#related .products {
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-right: -26px;
}

#related .product {
	width: 172px;
	border: none;
	margin: 0 26px 10px 0;
}

#related .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
}

#related .photo {
	margin-bottom: 8px;
	min-height: 170px;
}

#related .title {
	line-height: 16px;
	text-align: center;
	min-height: 50px;
	margin-bottom: 0 !important;
}

#related footer {
	position: relative;
	width: auto;
	bottom: auto;
	overflow: hidden;
	padding: 0px 8px 10px 8px;
}

#related .action {
	/* margin-top: auto; */
}

#related .available.not {
	text-decoration: none;
	color: #7C4812;
	font-size: 10px;
	padding: 8px 0;
	text-align: center;
}

#related .btn {
	font-size: 9px;
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 7px;
}

#related .price {
	font-size: 15px;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

#pagination {
	border-top: 1px solid #EADAC9;
	border-bottom: 1px solid #EADAC9;
	padding: 15px 0;
	margin: 30px 30px;
}

#pagination a {
	color: #7C4812;
	font-weight: 600;
	white-space: nowrap;
}

#pagination a > img {
	display: inline-block;
	width: 9px;
	height: auto;
}

#pagination a > * {
	vertical-align: middle;
}

#pagination .prev {
	float: right;
	margin-left: -15px;
}

#pagination .next {
	float: left;
	margin-right: -15px;
}

#pagination a > span {
	padding: 0 6px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer {
	clear: both;
	margin: 0 20px;
	padding: 24px 0;
	position: relative;
}

#footer.border {
	border-top: 1px solid #EADAC9;
}

#footer .top {
	overflow: hidden;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #EADAC9;
}

#footer .top .block {
	width: 25%;
	float: left;
}

#footer .top h4 {
	color: #1266A3;
	margin-right: -10px;
	margin-bottom: 10px;
}

#footer .top a {
	color: #1266A3;
}

#footer .top article {
	color: #062B46;
	font-size: 13px;
	line-height: 16px;
	padding: 0 15px;
}

#footer .middle {
	overflow: hidden;
	border-bottom: 1px solid #EADAC9;
	color: #95989A;
	line-height: 17px;
	padding: 20px 0;
}

#footer .middle h5 {
	font-size: 12px;
	margin-bottom: 0;
}

#footer .middle a {
	color: #95989A;
}

#footer .middle .block {
	width: 20%;
	float: left;
	padding: 0 0 0 15px;
	position: relative;
}

#footer .middle .social {
	display: inline-block;
	width: 44px;
	height: auto;
	margin: 0 0 10px 0;
}

#footer .middle .b1 {
	padding: 0 36px 0 15px;
	text-align: left;
}

#footer .middle .b2 {}

#footer .middle .b3 {
	right: -5px;
}

#footer .middle .b4 {
	right: -10px;
}

#footer .middle .b5 {
	right: -15px;
}

#footer .bolder,
#footer #menu-footer-menu-est {
	font-weight: 700;
}

#footer .bottom {
	text-align: center;
	color: #95989A;
	line-height: 17px;
	padding: 28px 0 8px 0;
}

#footer .bottom a {
	color: #95989A;
}

#footer .bottom p {
	margin: 0;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

#btn-top {
	opacity: 0;
	position: fixed;
	padding: 7px 0;
	bottom: 110px;
	left: 50%;
	margin-left: 515px;
	display: block;
	width: 36px;
	color: #7C4812;
	font-size: 10px;
	text-align: center;
	z-index: 10;
	background-color: rgba(255, 250, 207, 0.65);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#btn-top img {
	display: inline-block;
	width: 14px;
	height: auto;
}

#btn-top span {
	display: block;
	padding-top: 2px;
}

#btn-contact {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	display: block;
	width: 63px;
	height: 63px;
	z-index: 20;
	margin: 0 0 0 -54px;
	padding: 20px 15px;
	background-color: #30CE1A;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
}

.btn {
	display: block;
	text-align: center;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
}

.btn.blue {
	background-color: #C5E5FC;
	color: #062B46;
	font-size: 11px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn.white {
	background-color: #FFF;
	color: #7C4812;
	font-size: 10px;
	padding: 6px 22px 4px 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn.white img {
	max-width: 165px;
	margin: 0 auto;
}

/* ==========================================================================
   FEEDBACK
   ========================================================================== */

#feedback {
	margin-bottom: 60px;
	overflow: hidden;
}

#feedback h3 {
	line-height: 20px;
}

#feedback label {
	display: block;
	margin: 0 0 4px 6px;
}

#feedback input[type='text'],
#feedback input[type='email'],
#feedback textarea {
	background-color: #F0F0F0;
	border: 1px solid #CECFD0;
	outline: none;
	width: 100%;
	padding: 7px 6px;
	color: #7C4812;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#feedback textarea {
	min-height: 110px;
	height: 166px;
}

.firefox #feedback textarea {
	height: 162px;
}

#feedback button,
#feedback input[type='submit'] {
	background-color: #7C4812;
	border: none;
	width: 100%;
	max-width: 100%;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	padding: 11px;
	outline: none;
	margin: 0;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#feedback .captcha {
	background-color: #F0F0F0;
	color: #7C4812;
	border-color: #F0F0F0;
	padding-left: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#feedback .captcha::-webkit-input-placeholder {
	color: #7C4812;
	opacity: 1;
}
#feedback .captcha::-moz-placeholder {
	color: #7C4812;
	opacity: 1;
}
#feedback .captcha:-ms-input-placeholder {
	color: #7C4812;
	opacity: 1;
}
#feedback .captcha:-moz-placeholder {
	color: #7C4812;
	opacity: 1;
}

#feedback form > div {
	margin-bottom: 11px;
	overflow: hidden;
}

#feedback div.submit {
	margin-top: 16px;
	margin-bottom: 20px;
}

#feedback div.norobot {
	margin-top: 18px;
}

#feedback .half {
	width: 50%;
	float: left;
	padding: 0 0 0 5px;
}

#feedback .half:first-child {
	padding: 0 5px 0 0;
}

#feedback .info {
	line-height: 17px;
}

#repair #feedback form,
#about #feedback form {
	width: 70%;
	float: left;
}

#repair #feedback .info,
#about #feedback .info {
	width: 30%;
	float: left;
	padding: 12px 0 0 25px;
}

/* ==========================================================================
   FILTERS
   ========================================================================== */

#filters {
	margin-bottom: 28px;
}

#filters.mobile {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	max-width: 250px;
}

#filters .toggle {
	display: block;
	position: relative;
	background-color: #FFF;
	color: #7C4812;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
}

#filters.mobile .toggle {
	font-size: 18px;
	padding: 12px 14px;
}

#filters .toggle img {
	width: 13px;
	height: auto;
	position: absolute;
	top: 13px;
	right: 10px;
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: all 0.3s ease-in-out;
}

#filters .toggle.hidden img {
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(-0deg);
	transform: rotate(0deg);
}

#filters.mobile .toggle img {
    width: 15px;
    top: 16px;
    right: 13px;
}

#filters .remove {
	padding: 12px 30px 6px;
}

#filters.mobile .remove {
	font-size: 15px;
	padding: 12px 35px;
}

#filters .remove a {
	display: inline-block;
	color: #7C4812;
	font-weight: 700;
}

#filters form,
#filters .wrap {
	padding: 0 8px;
	display: block;
}

#filters .widget_layered_nav {
	border-top: 1px solid #EADAC9;
}

#filters .widget_layered_nav:last-child {
	border-bottom: 1px solid #EADAC9;
}

#filters fieldset div {
	overflow: hidden;
	padding: 4px 0;
}

#filters a.remove {
	display: none;
}

/*
#filters fieldset.chosen a.remove {
	display: inline-block;
}
*/

#filters fieldset button,
#filters fieldset a.remove {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	background-color: transparent;
	width: 17px;
	height: 17px;
	float: right;
	cursor: pointer;
}

#filters.mobile fieldset a.remove {
	padding: 0;
	width: 22px;
	height: 22px;
}

#filters label a {
	color: #7C4812;
}

#filters input[type="checkbox"],
#cart input[type="checkbox"] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

#filters input[type="checkbox"] + label,
#cart input[type="checkbox"] + label {
	padding-left: 23px;
	height: auto;
	margin: 0;
	display: inline-block;
	line-height: 17px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 17px 17px;
	background-image: url( ../img/checkbox.svg);
}

#filters input[type="checkbox"]:checked + label,
#cart input[type="checkbox"]:checked + label {
	background-image: url( ../img/checkbox-check.svg);
}

#filters.mobile input[type="checkbox"] + label {
	font-size: 15px;
	font-weight: 600;
	padding-left: 28px;
	line-height: 22px;
	background-size: 22px 22px;
}

/* ==========================================================================
   COMPARE
   ========================================================================== */

#compare {
	margin-bottom: 10px;
	display: none !important;
}

#compare.visible {
	display: block !important;
}

#compare .toggle,
#compare h5.widget-title {
	display: block;
	position: relative;
	background-color: #FFF;
	color: #7C4812;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
}

#compare .toggle img {
	width: 9px;
	height: auto;
	position: absolute;
	top: 13px;
	right: 10px;
}

#compare .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	padding: 12px 0 0 0;
}

#compare .list .product {
	width: 61px;
	height: auto;
	margin: 0 10px 10px 0;
}

#compare .product button {
	padding: 0;
	outline: none;
	border: none;
	background-color: transparent;
	display: block;
	width: 17px;
	height: 17px;
	margin: 2px auto;
	cursor: pointer;
}

/* ==========================================================================
   CART
   ========================================================================== */

#cart {
	margin-bottom: 60px;
}

#cart h1 {
	margin: 10px 0 10px 20px;
}

#cart h3 {
	line-height: 20px;
	margin-bottom: 0;
	margin-right: 20px;
}

#cart i {
	line-height: 16px;
	font-size: 10px;
}

#cart input[type="text"],
#cart input[type="email"],
#cart input[type="tel"] {
	background-color: #F0F0F0;
	border: 1px solid #CECFD0;
	outline: none;
	width: 100%;
	padding: 6px;
	color: #7C4812;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cart .woocommerce-invalid input[type="text"],
#cart .woocommerce-invalid input[type="email"],
#cart .woocommerce-invalid input[type="tel"],
#cart .woocommerce-invalid select {
	border-color: #E20000 !important;
}

#cart .woocommerce-invalid label {
	color: #E20000 !important;
}

#cart .woocommerce-error,
#cart .woocommerce-message {
	margin-bottom: 30px;
	border: 1px solid #E20000;
	color: #E20000;
	background-color: #ffdde2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 20px;
	line-height: 20px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
}

#cart .woocommerce-message.success-message {
	background-color: rgba(224,247,193,1);
	border: 1px solid #30CE1A;
	color: #333333;
}

#cart button[type="submit"],
#cart .checkout-button {
	background-color: #0815ad;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	color: #FFF !important;
	font-size: 14px;
	font-weight: 700;
	padding: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}

#cart input:disabled {
	color: #7C4812;
}

#cart input[type="radio"] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

#cart input[type="radio"] + label {
	padding-left: 23px;
	height: auto;
	margin: 0;
	display: inline-block;
	line-height: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 12px 12px;
	background-image: url( ../img/radio.svg);
}

#cart input[type="radio"]:checked + label {
	background-image: url( ../img/radio-check.svg);
}

#cart select {
	border: 1px solid #CECFD0;
	background-color: #F0F0F0;
	font-family: 'Open Sans';
	font-size: 12px;
	color: #7C4812;
	font-weight: normal;
	min-width: 145px;
	width: 100%;
	padding: 4px 4px;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cart .billing label {
	display: inline-block;
	margin: 0 0 3px 5px;
}

#cart #billing_country_field strong,
#cart #shipping_country_field strong {
	display: none !important;
}

#cart .billing #billing_vat_field .optional {
	display: none !important;
}

#cart .box {
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
}

#cart .product {
	padding: 0 0 25px 0;
	margin: 0 0 12px 0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #EADAC9;
}

#cart .product .thumb {
	width: 113px;
	height: auto;
	float: left;
}

#cart .product .desc {
	margin: 0 20px 0 135px;
}

#cart .quantity {
	margin: 0 0 0 135px;
	position: absolute;
	bottom: 20px;
	min-width: 100px;
}

#cart .quantity button {
	border: none;
	outline: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 20px;
	height: auto;
	position: relative;
	top: 5px;
	cursor: pointer;
}

#cart .quantity input {
	text-align: center;
	font-weight: 700;
	max-width: 48px;
	padding: 3px;
	background-color: #F0F0F0;
	border: 1px solid #CECFD0;
	outline: none;
	color: #7C4812;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cart .quantity .plus {
	margin-left: 2px;
}

#cart .product .remove {
	width: 19px;
	height: auto;
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
}

#cart .action {
	float: right;
	text-align: right;
	margin-top: -5px;
}

#cart .coupon {
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #EADAC9;
}

#cart .coupon input,
#cart .coupon button {
	max-width: 128px;
}

#cart .coupon button {
	font-size: 12px;
}

#cart .coupon label {
	display: block;
	line-height: 17px;
	margin-bottom: 2px;
}

#cart .coupon .form-row {
	margin-top: 5px;
	margin-bottom: 0;
}

#cart .coupon .form-row-last {
	display: none;
}

#cart .product .price {
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 20px;
	line-height: 22px;
}

#cart .product .price > * {
	display: block;
}

#cart .product .price del {
	color: #C9AA6A;
}

#cart .product .price ins {
	text-decoration: none;
}

#cart .totals {
	line-height: 20px;
	width: 205px;
}

#cart .totals span.label{
	float: left;
	display: inline-block;
	text-align: left;
	padding: 0 0 0 5px;
}

#cart .totals .sub,
#cart .totals .vat {
	color: #C9AA6A;
	font-size: 16px;
}
#cart .totals .transport {
	color: #C9AA6A;
	font-size: 16px;
	border-top: 1px solid #EADAC9;
	margin-top: 5px;
	padding-top: 5px;
}

#cart .totals .total {
	font-size: 18px;
	font-weight: 700;
	border-top: 1px solid #EADAC9;
	margin-top: 5px;
	padding-top: 5px;
}

#cart .delivery .totals {
	text-align: right;
	float: right;
}

#cart .delivery .total {
	border: none;
}

#cart .row {
	margin: 0 0 10px 0;
}

#cart .row.padded {
	padding-top: 10px;
}

#cart .row .half {
	width: 50%;
	float: left;
	padding: 0 0 0 8px;
}

#cart .row .half:first-child {
	padding: 0 8px 0 0;
}

#cart .row:last-child {
	margin: 0;
}

#cart .row:after {
	content: '';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#cart .row .padded {
	padding: 5px 0 0 0;
}

#cart .select-terminal label {
	display: none;
}


#cart .form-row {
	margin-bottom: 0;
}

#cart .order.totals {
	float: right;
	text-align: right;
	border-top: 1px solid #EADAC9;
	line-height: 24px;
	margin: -20px 20px 0 0;
	padding: 8px 0 0 0;
}

#cart .order span:not(.sum) {
	text-align: right;
	width: 100px;
}

#cart .submit {
	clear: both;
}

#cart .required {
	font-size: 14px;
	color: #E20000;
	margin-top: -2px;
	text-align: center;
	display: inline-block;
}

#cart .newsletter {
	padding: 0 0 15px 20px;
}

#cart .rules {
	padding: 20px 0 15px 20px;
}

#cart .rules a {
	color: #7C4812;
	text-decoration: underline;
}

#cart .invalid {
	color: #EA5A25;
	border-color: #EA5A25 !important;
}

#cart #shipping_method li {
	margin: 0 0 10px 0;
}

#cart #shipping_method li:last-child {
	margin-bottom: 0;
}

#cart .checkout-shipping-table .select-terminal select {
	margin-top: 10px;
}

#cart ul.methods li {
	margin: 0 0 10px 0;
}

#cart ul.methods li:last-child {
	margin: 0;
}

/*
#cart .checkout-shipping-table {
	background-color: #ffdde2;
	border: 1px solid #E20000;
}
*/

/* ==========================================================================
   ORDER RECEIVED
   ========================================================================== */

.woocommerce-order-received .woocommerce-order {
	padding: 13px 21px;
	max-width: 560px;
}

.woocommerce-order-received h2.woocommerce-notice {
	margin-bottom: 27px;
}

.woocommerce-order-received .woocommerce-order-overview {
	line-height: 17px;
	margin-bottom: 27px;
}

.woocommerce-order-received h2.woocommerce-order-details__title {
	margin-bottom: 9px;
}

.woocommerce-order-received .woocommerce-table__product-name a {
	font-weight: 700;
	color: #6489C4;
}

.woocommerce-order-received .woocommerce-table__product-total {
	font-weight: 700;
}

.woocommerce-order-received .woocommerce-table__product-thumb {
	width: 44px;
	height: auto;
	float: left;
	margin: 0px 12px 0 0;
}

.woocommerce-order-received .woocommerce-table__line-item {
	overflow: hidden;
	margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table__product-name {
	margin: 5px 0 9px;
}

.woocommerce-order-received .woocommerce-table__line-totals {
	border-top: 1px solid #EADAC9;
	margin: -9px 0 0 0;
	line-height: 17px;
	padding: 14px 0 0 0;
}

.woocommerce-order-received .woocommerce-table__line-totals > div {
	margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table__line-totals > div:last-child {
	margin-bottom: 10px;
}

.woocommerce-order-received .woocommerce-table__line-Kokku {
	border-top: 1px solid #EADAC9;
	padding: 8px 0 0 0;
}

/*
.woocommerce-order-received .woocommerce-table__line-Transport strong.Transport {
	display: block;
}
*/

.woocommerce-order-received .woocommerce-table__line-Transport .shipped_via {
	display: block;
}

.woocommerce-order-received .woocommerce-table__line-Makseviis strong {
	display: block;
	padding: 3px 0 0 0;
}

.woocommerce-order-received .woocommerce-table__line-Makseviis br {
	display: none;
}

.woocommerce-order-received .woocommerce-table__line-Kokku strong {
	display: block;
}

.woocommerce-order-received .woocommerce-table__line-Kokku .amount {
	font-size: 16px;
}

.woocommerce-order-received .woocommerce-table__line-Kokku .includes_tax,
.woocommerce-order-received .woocommerce-table__line-Kokku .includes_tax span {
	font-size: 12px !important;
	font-weight: 400 !important;
}

.woocommerce-order-received .woocommerce-table__line-Smartpost {
	
}

/* ==========================================================================
   QUICK CONTACT
   ========================================================================== */

#qcontact {
	position: fixed;
	bottom: -550px;
	z-index: 2000;
	width: 338px;
	height: 480px;
	background-color: #30CE1A;
	-webkit-box-shadow: 1px -3px 8px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 1px -3px 8px 0px rgba(0,0,0,0.52);
	box-shadow: 1px -3px 8px 0px rgba(0,0,0,0.52);
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#qcontact.show {
	bottom: 0;
}

#qcontact .success {
	display: none;
	font-size: 18px;
	color: #062B46;
	line-height: 20px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

#qcontact header {
	overflow: hidden;
	background-color: #1266A3;
	color: #FFF;
	font-weight: 600;
	padding: 7px 10px;
}

#qcontact header a {
	width: 26px;
	margin-right: 10px;
	height: auto;
	display: inline-block;
	cursor: pointer;
}

#qcontact header > * {
	vertical-align: middle;
}

#qcontact section {
	color: #062B46;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 30px 0;
}

#qcontact section a {
	color: #062B46;
	text-decoration: none;
}

#qcontact section div {
	position: relative;
}

#qcontact section h1 {
	line-height: 20px;
	margin-bottom: 16px;
}

#qcontact section .phone img {
	display: inline-block;
	width: 20px;
	height: auto;
	position: absolute;
	top: 4px;
	left: -34px;
}

#qcontact section .email img {
	display: inline-block;
	width: 16px;
	height: auto;
	position: absolute;
	top: 6px;
	left: -32px;
}

#qcontact section .phone,
#qcontact section .email,
#qcontact section .opening {
	margin-left: 35px;
}

#qcontact footer {
	padding: 10px 18px;
}

#qcontact .row {
	margin-bottom: 15px;
	overflow: hidden;
}

#qcontact .row .half {
	width: 50%;
	float: left;
	padding: 0 0 0 5px;
}

#qcontact .row .half:first-child {
	padding: 0 5px 0 0;
}

#qcontact .row.submit {
	margin: 10px 0;
}

#qcontact .captcha {
	background-color: #CECFD0;
	color: #000;
	border-color: #CECFD0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#qcontact .captcha::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#qcontact .captcha::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#qcontact .captcha:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
#qcontact .captcha:-moz-placeholder {
	color: #000;
	opacity: 1;
}

#qcontact label {
	display: inline-block;
	color: #062B46;
	margin: 0 0 10px 14px;
}

#qcontact input[type='text'],
#qcontact input[type='email'],
#qcontact textarea {
	padding: 10px 12px;
	font-family: 'Open Sans';
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	width: 100%;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#qcontact textarea {
	font-size: 14px;
	min-height: 120px;
	height: 120px;
}

#qcontact button,
#qcontact input[type='submit'] {
	font-family: 'Open Sans';
	background-color: #1266A3;
	color: #FFF;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	width: 100%;
	padding: 6px;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#qcontact .norobot {
	margin: 0;
}

#qcontact .wpcf7-response-output {
	display: none !important;
}

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	background-color: #F0F0F0;
	border: 1px solid #CECFD0;
	outline: none;
	width: 100%;
	padding: 6px;
	color: #7C4812;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 input[type="date"] {
	background-color: #F0F0F0;
	border: 1px solid #CECFD0;
	outline: none;
	width: 100%;
	padding: 5px 6px;
	color: #7C4812;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	background: url(/wp-content/themes/veimex/img/icon-calender@2x.png?v=2) no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	border: none;
}

.wpcf7 select {
	border: 1px solid #CECFD0;
	background-color: #F0F0F0;
	font-family: 'Open Sans';
	font-size: 12px;
	color: #7C4812;
	font-weight: normal;
	min-width: 145px;
	width: 100%;
	padding: 4px;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 label {
	display: inline-block;
	margin: 0 0 3px 5px;
	line-height: 1;
}

.wpcf7 .row {
	margin: 0 0 6px 0;
}

.wpcf7 .submit-row {
	margin: 10px auto 20px auto;
	max-width: 220px;
}

.wpcf7 .row .half {
	width: 50%;
	float: left;
	padding: 0 0 0 8px;
}

.wpcf7 .row .half:first-child {
	padding: 0 8px 0 0;
}

.wpcf7 .row:last-child {
	margin: 0;
}

.wpcf7 .row:after {
	content: '';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.wpcf7 input[type="checkbox"] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

.wpcf7 input[type="checkbox"] + span {
	padding-left: 23px;
	height: auto;
	margin: 0;
	display: inline-block;
	line-height: 17px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 17px 17px;
	background-image: url( ../img/checkbox.svg);
}

.wpcf7 input[type="checkbox"]:checked + span {
	background-image: url( ../img/checkbox-check.svg);
}

#feedback div.submit input[type="submit"],
.wpcf7 .submit-row input[type="submit"] {
	background-color: #0815ad;
	border: none;
	width: 100%;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	padding: 11px;
	outline: none;
	margin: 0 auto;
	max-width: 100%;
	cursor: pointer;
	display: inherit;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 hr {
	height: 1px;
	color: #CECFD0;
	background: #CECFD0;
	border: none;
	outline: none;
	margin: 20px 0 30px 0;
}

.wpcf7 span.wpcf7-list-item {
	margin: 0 0 0 -5px !important;
}

.wpcf7 a {
	color: #7C4812;
	text-decoration: underline;
}

.wpcf7 .smaller .wpcf7-list-item-label {
	font-size: 10px;
	line-height: 13px;
}

.wpcf7 .wpcf7-not-valid {
	border-color: #EA5A25 !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 label.invalid {
	color: #EA5A25 !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked {
	text-align: center;
	margin: -8px 0 20px 0 !important;
	background-color: #EA5A25 !important;
	border-color: #EA5A25 !important;
	color: #FFF;
	line-height: 17px;
	border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	margin: -8px 0 20px 0 !important;
	background-color: #40C154 !important;
	border-color: #40C154 !important;
	color: #FFF;
	line-height: 17px;
	border-radius: 4px;
}

div.wpcf7 .ajax-loader {
	display: none !important;
	margin: -27px 0 0 110px !important;
	position: absolute;
	left: 50%;
}

div.wpcf7-recaptcha {
	text-align: center;
}

div.wpcf7-recaptcha > div {
	display: inline-block;
}

[data-class="wpcf7cf_group"] {
	display: block !important;
}

.wpcf7cf-hidden input {
	pointer-events: none;
}

.wpcf7 .smartpost-link {
	padding-top: 6px;
	clear: both;
}

.grecaptcha-badge {
	display: none !important;
}

/* ==========================================================================
   OVERLAY
   ========================================================================== */
#overlay {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3000;
	background-color: rgba(25, 22, 19, 0.84);
}
#overlay .inner {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#overlay .box {
	text-align: center;
	max-width: 448px;
	margin: 0 auto;
	padding: 25px 25px 30px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
}
#overlay .title {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}
#overlay button,
#overlay .button {
	font-family: 'Open Sans';
	line-height: 16px;
	display: inline-block;
	background-color: #0815ad;
	border: none;
	outline: none;
	width: 100%;
	max-width: 175px;
	margin: 0 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	padding: 8px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
}
#overlay .cartinfo {
	text-align: left;
	max-width: 518px;
	padding: 20px 70px 30px 70px;
}
#overlay .photo {
	width: 79px;
	height: auto;
	float: left;
	position: relative;
	display: block;
	top: 15px;
}
#overlay .photo .zoom {
	width: 9px;
	height: auto;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 5;
}
#overlay section {
	line-height: 20px;
	font-size: 15px;
	margin: 0 0 20px 95px;
}
#overlay .cartinfo footer {
	text-align: center;
}
#overlay .cartinfo h1 {
	margin: 10px 0;
}
/* ==========================================================================
   SEARCH FORM
   ========================================================================== */
.search-form {
	margin: 6px 0 6px 0;
	position: relative;
}
.search-form input {
	font-family: 'Open Sans' !important;
	border: 1px solid #A0815F !important;
	background-color: #FFF !important;
	color: #714212 !important;
	outline: none !important;
	width: 100% !important;
	height: 29px !important;
	line-height: 27px !important;
	padding: 0 40px 0 14px !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	-webkit-appearance: none !important;
	font-size: 13px !important;
}
.search-form input::-webkit-input-placeholder {
	line-height: 25px !important;
	color: #714212 !important;
	opacity: 0.5 !important;
	font-style: normal !important;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
input:focus::-webkit-input-placeholder {
	color: #714212 !important;
	opacity: 0 !important;
}
.search-form input::-moz-placeholder {
	line-height: 25px !important;
	color: #714212 !important;
	opacity: 0.5 !important;
	font-style: normal !important;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
input:focus::-moz-placeholder {
	color: #714212 !important;
	opacity: 0 !important;
}
.search-form input:-ms-input-placeholder {
	line-height: 25px !important;
	color: #714212 !important;
	opacity: 0.5 !important;
	font-style: normal !important;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
input:focus::-ms-input-placeholder {
	color: #714212 !important;
	opacity: 0 !important;
}
.search-form button {
	border: none !important;
	outline: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent url("../img/icon-search.svg") no-repeat top left !important;
	width: 19px !important;
	height: 19px !important;
	position: absolute !important;
	right: 14px !important;
	top: 5px !important;
	z-index: 1 !important;
	cursor: pointer !important;
	min-width: auto !important;
}
.search-form button:before,
.search-form button svg {
	display: none !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
.dgwt-wcas-close {
	display: none !important;
}
.dgwt-wcas-suggestions-wrapp {
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}
.dgwt-wcas-st {
	font-size: 13px !important;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
	min-height: 56px !important;
}
/* ==========================================================================
   FANCYBOX
   ========================================================================== */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 3104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png?v=3');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	/* padding: 20px; */
	z-index: 3101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 3102;
	border: 0 solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 3101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png?v=3') -40px 0px;
	cursor: pointer;
	z-index: 3103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	outline: none;
	line-height: 0;
	vertical-align: top;
	border: 10px solid #FFF;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 3102;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 3102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png?v=3');
	background-position: -40px -30px;
	margin-left: -10px;
}
#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png?v=3');
	background-position: -40px -60px;
	margin-right: -10px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;
}
#fancybox-left:hover span,
#fancybox-left span {
	left: -20px;
}
#fancybox-right:hover span,
#fancybox-right span {
	left: auto;
	right: -20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 3001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png?v=3');
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png?v=3');
	background-position: -40px -182px; 
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png?v=3');
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png?v=3');
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: 'Open Sans' !important;
	font-size: 14px !important;
	z-index: 3102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 5px;
	color: #fff;
	text-align: center;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	/* background-image: url('../img/fancybox/fancy_title_over.png'); */
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png?v=3') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png?v=3') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_close.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_left.png?v=3', sizingMethod='scale');}
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_right.png?v=3', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='..img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1;}
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_main.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {height: expression(this.parentNode.clientHeight + "px");}
#fancybox-loading.fancybox-ie6 {position: absolute; margin-top: 0; top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');}
}#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width: 992px) {
	body.overflow {
		overflow-y: hidden;
	}
	#page {
		width: 100%;
		overflow: hidden;
	}
	#container {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#borders .top {
		top: 0;
		height: 50px;
		background-size: 1130px 50px;
	}
	#borders .right,
	#borders .left {
		display: none;
	}
	#header .top {
		display: none;
	}
	#header .middle .info {
		float: right;
		padding: 5px 114px 5px 0;
		font-size: 14px;
		line-height: 16px;
	}
	#header .middle .link-e {
		display: none;
	}
	#header .middle .link-f {
		bottom: auto;
		top: 7px;
		right: 11px;
	}
	#header .middle .link-y {
		bottom: auto;
		top: 7px;
		right: 45px;
	}
	#header .middle .link-i {
		bottom: auto;
		top: 7px;
		right: 79px;
	}
	#header-bottom {
		position: fixed;
		left: 0;
		right: 0;
		z-index: 85;
		margin: 42px 0 0 0;
		padding: 8px 5px 5px 12px;
		background-color: #FFF;
		text-align: right;
		-webkit-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
		-moz-box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
		box-shadow: 0px 0 3px 0px rgba(0,0,0,0.33);
	}
	#header-bottom a {
		display: inline-block;
	}
	#header-bottom .btn-logo {
		width: 156px;
		height: auto;
		float: left;
		margin: 3px 0 0 0;
	}
	#header-bottom .btn-phone,
	#header-bottom .btn-cart,
	#header-bottom .btn-search {
		width: 49px;
		height: 49px;
		margin: 0 0 0 5px;
		cursor: pointer;
	}
	#header-bottom .btn-cart .total {
		position: relative;
	}
	#header-bottom .btn-cart .total-count {
		font-weight: 700;
		position: absolute;
		top: 16px;
		left: 22px;
		font-size: 11px;
		color: #FFF;
	}
	#header-bottom .search-form {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		background-color: #FFF;
		padding: 7px 5px;
	}
	#header-bottom .search-form input {
		font-size: 18px !important;
		line-height: 45px !important;
		height: 49px !important;
		padding: 0 60px 0 50px !important;
		-webkit-border-radius: 25px !important;
		-moz-border-radius: 25px !important;
		border-radius: 25px !important;
	}
	#header-bottom .search-form input::-webkit-input-placeholder {
		line-height: 45px !important;
	}
	#header-bottom .search-form input::-moz-placeholder {
		line-height: 45px !important;
	}
	#header-bottom .search-form input:-ms-input-placeholder {
		line-height: 45px !important;
	}
	#header-bottom .search-form button {
		width: 30px !important;
		height: 30px !important;
		right: 15px !important;
		top: 9px !important;
	}
	#header-bottom .search-form .close {
		width: 26px;
		height: auto;
		position: absolute;
		z-index: 1;
		left: 17px;
		bottom: 19px;
		cursor: pointer;
	}
	#menu-open {
		position: fixed;
		left: 16px;
		top: 9px;
		z-index: 2100;
		width: 34px;
		height: auto;
		cursor: pointer;
	}
	#menu-close {
		width: 26px;
		height: auto;
		float: left;
		cursor: pointer;
		margin: 14px;
	}
	#navigation.selected {
		display: block;
	}
	#navigation {
		display: none;
		position: fixed;
		overflow-y: scroll;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		float: none;
		padding: 0;
		z-index: 2200;
		background-color: #F6F2DA;
		border-left: 1px solid #F6F2DA;
		border-right: 1px solid #F6F2DA;
	}
	#navigation .top {
		overflow: hidden;
		text-align: right;
	}
	#navigation .top .phone {
		display: inline-block;
		width: 38px;
		height: auto;
		vertical-align: top;
		margin: 10px;
	}
	#navigation .top .cart {
		display: inline-block;
		width: 36px;
		height: auto;
		vertical-align: top;
		margin: 10px 10px 10px 7px;
	}
	#navigation .top .cart .total {
		position: relative;
	}
	#navigation .top .cart .total-count {
		font-weight: 700;
		position: absolute;
		top: 6px;
		left: 17px;
		font-size: 11px;
		color: #FFF;
	}
	#navigation .languages {
		display: inline-block;
		font-weight: 700;
		font-size: 15px;
		vertical-align: top;
		margin: 17px 17px 17px 7px;
	}
	#navigation .languages a {
		color: #95989A;
		margin-left: 5px;
	}
	#navigation .languages .selected {
		color: #7C4812;
	}
	#navigation .search-form {
		margin: 12px 10px;
	}
	#navigation .search-form input {
		font-size: 20px !important;
		line-height: 45px !important;
		height: 49px !important;
		padding: 0 60px 0 22px !important;
		-webkit-border-radius: 25px !important;
		-moz-border-radius: 25px !important;
		border-radius: 25px !important;
	}
	#navigation .search-form input::-webkit-input-placeholder {
		line-height: 45px !important;
	}
	#navigation .search-form input::-moz-placeholder {
		line-height: 45px !important;
	}
	#navigation .search-form input:-ms-input-placeholder {
		line-height: 45px !important;
	}
	#navigation .search-form button {
		width: 30px !important;
		height: 30px !important;
		right: 15px !important;
		top: 9px !important;
	}
	#navigation > ul {
		margin: 30px 2px 23px;
	}
	#navigation > ul > li {
		float: none;
		margin: 0 0 10px 0;
	}
	#navigation > ul > li > a {
		width: 100%;
		height: 60px;
		font-size: 29px;
		line-height: 60px;
		font-weight: normal;
	}
	#navigation > ul > li.selectedmin > a,
	#navigation > ul > li.selected > a,
	#navigation > ul > li:hover > a {
  		background: #0815ad !important;
  		background-image: none !important;
	}
	#navigation > ul > li:hover {
		background-color: transparent;
	}
	#navigation > ul > li.selectedmin > ul {
		opacity: 1 !important;
		visibility: visible !important;
		display: block !important;
		margin: 0;
		max-width: 100%;
	}
	#navigation > ul > li > ul {
		opacity: 0;
		visibility: hidden;
		display: none;
		position: relative;
		width: 100%;
		margin: 0;
		background-color: transparent;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		max-height: none;
		text-align: center;
		padding: 15px 0px;
	}
	#navigation > ul > li > ul > li {
		margin-bottom: 12px;
		width: 100%;
	}
	#navigation > ul > li > ul > li > a {
		color: #FFFFFF;
		font-size: 15px;
		font-weight: 600;
		background-color: #E0C7AB;
		display: block;
		line-height: 22px;
		pointer-events: none;
	}
	#navigation > ul > li > ul > li > ul {
		padding: 6px 0;
	}
	#navigation > ul > li > ul > li > ul > li > a,
	#navigation > ul > li.menu-item-77 > ul > li > a {
		display: block;
		color: #7C4812;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		line-height: 54px;
		border-bottom: 1px solid #EADAC9;
		background-color: transparent;
		pointer-events: all;
	}
	#navigation > ul > li.menu-item-77 > ul > li{
		margin-top: -12px;
	}
	#navigation .bottom {
		margin-bottom: 23px;
	}
	#navigation .bottom nav {
		border-top: 1px solid #EADAC9;
	}
	#navigation .bottom nav a {
		display: block;
		color: #7C4812;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		line-height: 54px;
		border-bottom: 1px solid #EADAC9;
	}
	#content {
		width: 100%;
		padding: 112px 5px 0 5px;
		float: none;
	}
	#content.wide {
		padding: 0;
	}
	#content.wide:not(.banner) {
		margin-top: 112px;
	}
	#banner {
		margin-top: 112px;
		width: auto;
		min-height: auto;
		padding: 0 5px;
	}
	#content .banner {
		margin: 0 0 5px 0;
	}
	#content .banner.button {
		text-align: center;
	}
	#content .banner.button span {
		vertical-align: top;
		padding: 5px;
		display: inline-block;
	}
	#content .banner.button a {
		width: 100%;
		display: inline-block;
	}
	#content article.info {
		padding: 0 10px;
		margin: 30px 0;
		color: #7C4812;
	}
	.page-template-template-contact .article table {
		width: 100% !important;
	}
	#content .article,
	#content #gmap,
	#feedback {
		margin-left: 10px;
		margin-right: 10px;
	}
	#content #gmap {
		float: none;
		width: auto;
	}
	#content .article.list {
		flex-wrap: wrap;
	}
	#content .article.list > div {
		min-width: 100% !important;
	}
	.product-header {
		padding: 10px 0 10px 10px;
	}
	.product-header .breadcrumbs {
		margin: 0;
	}
	.products-categories {
		margin: 0 -7px 0 0;
	}
	.product-category {
		width: calc(33.33% - 7px);
		margin: 0 7px 7px 0;
	}
	.product-category .title {
		padding: 0;
		height: 26px;
		width: 100.5%;
	}
	.product-category h6 {
		font-size: 10px;
	}
	.products-order {
		padding: 8px 0;
		margin: 0 10px;
		border-bottom: 1px solid #EADAC9;
	}
	.products-order .sorting {
		margin-top: -5px;
	}
	.products-order .sorting label {
		display: none;
	}
	.products-order .sorting select {
		font-size: 8px;
		width: 120px;
		margin: 4px 0 0 0;
	}
	#products .products {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.products {
		margin: 0 10px 20px;
	}
	.products .product {
		min-height: auto;
	}
	.products .product:first-child {
		border-top: none;
	}
	.products .product .left {
		float: none;
		width: 100%;
		margin: 0;
		padding: 10px 35px;
	}
	.products .product .right {
		float: none;
		width: 100%;
		padding: 0 5px;
	}
	.products .product .guarantee,
	.products .product .description,
	.products .product .zoom {
		display: none;
	}
	.products .product footer {
		position: relative;
		width: 100%;
		bottom: auto;
		border: none;
	}
	.products .product footer:after {
		content: '';
		visibility: hidden;
		display: block;
		height: 0;
		clear: both;
	}
	.products .product .photo {
		margin: 0;
	}
	.products .product .badge {
		width: 86px;
		right: -30px;
	}
	.products .product h3.title {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 6px 0;
	}
	.products .product .available {
		font-size: 15px;
	}
	.products .product a.more {
		font-size: 20px;
		margin: 8px 0px 0 0;
	}
	.products .product .price {
		font-size: 20px;
	}
	.products .product .action {
		margin: 20px 0 0 0;
	}
	.product-single {
		padding: 0 13px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.product-single .left {
		width: 100%;
		float: none;
	}
	.product-single .right {
		width: 100%;
		float: none;
		padding: 7px 7px 0 7px;
	}
	.product-single .title {
		margin-bottom: 5px;
	}
	.product-single .available {
		font-size: 15px;
	}
	.product-single .guarantee {
		font-size: 14px;
		line-height: 19px;
	}
	.product-single .description {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 26px;
	}
	.product-single h2 {
		margin-bottom: 14px;
	}
	.product-single .table {
		font-size: 14px;
	}
	.product-single .price {
		margin: 0px 0 27px 0;
		padding: 20px 0 0 0;
	}
	.product-single .action {
		margin: 16px 0 20px;
	}
	.product-single .action > div > span {
		display: none;
	}
	.product-single .description ul {
		margin: 0;
	}
	#related {
		padding: 30px 10px 10px;
	}
	#related .products .product .zoom,
	#related footer,
	#related .action {
		display: none;
	}
	#related h5 {
		line-height: 19px;
	}
	#related .title {
		font-size: 10px;
		min-height: auto;
	}
	#related .products {
		margin: 0 10px;
	}
	#related .product {
		width: 50%;
		margin: 0;
		padding: 10px;
		min-height: auto;
	}
	#related .photo {
		min-height: auto;
	}
	#pagination {
		border: none;
		margin: 0;
		padding: 0;
	}
	#pagination .prev {
		margin: 0;
		background: transparent url(../img/pagination-left.svg) no-repeat scroll left top;
		background-size: auto 54px;
	}
	#pagination .next {
		margin: 0;
		background: transparent url(../img/pagination-right.svg) no-repeat scroll right top;
		background-size: auto 54px;
	}
	#pagination .prev,
	#pagination .next {
		display: block;
		float: none;
		line-height: 53px;
		text-align: center;
		margin-bottom: 2px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 20px;
	}
	#pagination .prev img,
	#pagination .next img {
		display: none;
	}
	#cart h1 {
		margin: 5px 0 12px 20px;
	}
	#cart h1 span {
		display: none;
	}
	#cart .box {
		margin: 0 -5px 30px -5px;
		padding: 20px 12px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#cart .product .thumb {
		width: 70px;
	}
	#cart .product .desc {
		margin: 0 30px 0 95px;
	}
	#cart .quantity {
		margin: 30px 0 0 95px;
		position: relative;
		bottom: 0;
	}
	#cart .row .half {
		width: 100%;
		float: none;
		padding: 0 !important;
	}
	#cart .row .half:first-child {
		margin: 0 0 10px 0;
	}
	#cart .rules,
	#cart .newsletter {
		padding-left: 0;
	}
	#cart .order {
		margin: -20px 10px 0 0;
	}
	#cart .submit {
		margin: 0 5px;
	}
	#cart button[type="submit"] {
		font-size: 13px;
	}
	#sidebar {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0 15px;
		top: 0;
		float: none;
	}
	#sidebar.absolute {
		position: relative;
		top: auto;
	}
	#sidebar nav.links a {
		padding: 17px 20px;
	}
	#sidebar .calculator {
		text-align: center;
	}
	#sidebar .calculator .inbank {
		text-align: center;
		display: inline-block;
		overflow: visible;
	}
	#sidebar .calculator .inbank img {
		margin: 0 0 0 -16px;
	}
	#footer {
		margin: 0 10px;
		padding-top: 0;
	}
	#footer .middle {
		color: #7C4812;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	#footer .middle .block {
		width: 100%;
		float: none;
		padding: 10px 0;
		right: 0;
		border-top: 1px solid #EADAC9;
	}
	#footer .middle li {
		display: inline-block;
	}
	#footer .middle li:after {
		content: ' | ';
	}
	#footer .middle li:last-child:after {
		content: '';
	}
	#footer .middle a {
		color: #7C4812;
	}
	#footer .bottom,
	#footer .bottom a {
		color: #7C4812;
	}
	#btn-top {
		display: none;
	}
	#btn-contact {
		margin: 0;
		right: 5px;
		bottom: 5px;
	}
	#qcontact {
		width: 100%;
	}
	.products .product .compare {
		left: -30px;
	}
	.woocommerce-compare-bar {
		display: none !important;
	}
}
@media screen and (max-width: 520px) {
	#overlay .cartinfo {
		padding: 20px 20px 30px 20px;
		margin: 20px;
	}
	#overlay a.link.button {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.product-single .btn.white {
		font-size: 11px;
	}
	.products .product .action .btn.white img.img-noel {
		width: 100px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 350px) {
	#header .middle .info {
		font-size: 12px;
	}
	#header-bottom .btn-logo {
		width: 130px;
	}
	.product-single .btn.white {
		font-size: 10px;
	}
	.product-single .btn.white span {
		left: 44px;
	}
	.products .product .action .btn span {
		display: block;
		clear: both;
		padding-top: 6px;
	}
	.products .product .action .btn.white img.img-noel {
		width: 100px;
		margin: 5px 0 0 0;
	}
}
/* ==========================================================================
   WOOCOMMERCE
   ========================================================================== */
.woocommerce .woocommerce-result-count {
	display: none !important;
}
.woocommerce .woocommerce-ordering {
	margin: 0 !important;
	float: none !important;
}
.woocommerce-compare-bar {
	z-index: 2500 !important;
	-webkit-box-shadow: 0px 0 6px 0px rgba(0,0,0,0.33) !important;
	-moz-box-shadow: 0px 0 6px 0px rgba(0,0,0,0.33) !important;
	box-shadow: 0px 0 6px 0px rgba(0,0,0,0.33) !important;
}
.woocommerce-compare-bar-open-close {
	-webkit-box-shadow: 0px 0 6px 0px rgba(0,0,0,0.33) !important;
	-moz-box-shadow: 0px 0 6px 0px rgba(0,0,0,0.33) !important;
	box-shadow: 0px 0 6px 0px rgba(0,0,0,0.33) !important;
	position: relative;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: -0.5px;
	padding: 12px 30px !important;
}
.woocommerce-compare-bar-items {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.woocommerce-compare-bar-open-close::after {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: #E0F7C1;
}
.woocommerce-compare-bar-open-close .fa-angle-double-up::before,
.woocommerce-compare-bar-open-close .fa-angle-double-down::before {
	content: '' !important;
	display: block;
	background: transparent url(../img/arrow-down.svg) no-repeat center top;
	background-size: cover;
	width: 14px;
	height: 10px;
}
.woocommerce-compare-bar-open-close .fa-angle-double-up::before {
	transform: rotate(180deg);
}
.woocommerce-compare-bar-open-close .fa {
	margin-left: 10px;
}
.woocommerce-compare-bar-open-close-container {
	top: -40px !important;
	height: 40px !important;
}
a.woocommerce-compare-table-action-compare {
	background-color: #7D4A14 !important;
	border: 1px solid #7D4A14;
	border-radius: 25px !important;
	font-weight: 700;
	padding: 7px 32px !important;
}
#woocommerce-compare-bar-action-compare .fa {
	display: none;
}
a.woocommerce-compare-bar-action-clear {
	border: 1px solid #7D4A14;
	border-radius: 25px;
	padding: 7px 32px;
	font-weight: 700;
}
#woocommerce-compare-bar-action-clear .fa {
	display: none;
}
.woocommerce-compare-bar-item > a > img {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.woocommerce-compare-bar-item .woocommerce-compare-bar-item-remove {
	border: 1px solid #EADAC9;
	height: 23px !important;
	width: 23px !important;
	line-height: 22px !important;
	top: 20px !important;
	right: 10px !important;
}

.fa-close:before, 
.fa-remove:before, 
.fa-times:before {
	color: #7D4A14;
	font-size: 14px;

}
.woocommerce-compare-bar-title {
	font-weight: 700;
	font-size: 12px !important;
	margin: 5px -10px 0;
	line-height: 1.2;
}
.woocommerce-compare-bar-actions {
	bottom: -50px !important;
}
.woocommerce-compare-bar-item-container {
	padding-top: 30px !important;
}
.woocommerce-compare-bar-item-placeholder .woocommerce-compare-bar-item {
	background-color: #f7f7f7 !important;
}
.widget.woocommerce_better_compare {
	position: relative;
	margin-bottom: 25px;
}
.woocommerce-compare-sidebar-action-clear {
	position: absolute;
	top: 9px;
	right: 10px;
	overflow: hidden;
	width: 11px;
	height: 14px;
	color: #FFF;
}
.woocommerce-compare-sidebar-action-clear .fa {
	position: absolute;
	left: 0;
	top: 0;
}
.woocommerce-compare-sidebar-title {
	color: #7C4812;
	font-size: 12px !important;
	line-height: 1.2;
	font-weight: 700;
}
a.woocommerce-compare-sidebar-item-remove {
	top: -3px !important;
	right: -1px !important;
	border: 1px solid #EADAC9;
}
.woocommerce-compare-sidebar-item-placeholder {
	border-radius: 4px;
}
.woocommerce-compare-table {
	padding: 40px 0;
}
.tax-product_cat .woocommerce-notices-wrapper,
.single-product .woocommerce-notices-wrapper {
    display: none;
}

/* Make sure notices are visible on the cart and checkout pages */
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper {
    display: block !important;
}
.compare-table-top-bar {
	background-color: #7C4716;
	min-height: 42px;
	padding: 0 0 0 190px;
	overflow: hidden;
}
.compare-table-top-bar label {
	color: #FFF;
	font-size: 14px;
	margin-right: 22px;
	margin-top: 12px;
	display: inline-block;
}
.compare-table-top-bar input {
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: bottom;
}
.woocommerce-compare-table-container {
	padding: 0 !important;
	max-width: 1390px;
	left: 50%;
	margin: 0 0 0 -695px;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16);
}
.woocommerce-compare-table-close {
	top: 10px !important;
	right: 16px !important;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 0 !important;
}
.woocommerce-compare-table-close img {
	width: 22px;
	height: 22px;
	display: inline-block;
}
.woocommerce-compare-table-close span {
	display: inline-block;
	margin: 0px 12px 0 0;
	position: relative;
	top: -7px;
}
#woocommerce-compare-table-close .fa-times:before {
	color: #FFF;
}
.compare-table-row-attribute-name {
	font-weight: 400 !important;
	text-align: right;
	line-height: 15px !important;
}
@media only screen and (min-width: 48em) {
	.compare-table-grid .col-sm-2 {
		-ms-flex-preferred-size: 13.3333% !important;
		flex-basis: 13.3333% !important;
		max-width: 13.3333% !important;
	}
	.compare-table-grid .col-sm-5 {
		-ms-flex-preferred-size: 27.666% !important;
		flex-basis: 27.666% !important;
		max-width: 27.666% !important;
	}
	.compare-table-grid .col-sm-3 {
		-ms-flex-preferred-size: 27.5% !important;
		flex-basis: 27.5% !important;
		max-width: 27.5% !important;
		padding-right: 3rem !important;
	}
}
.compare-table-row-attribute-name.compare-table-row-attribute-name-ti {
	visibility: hidden;
}
.compare-table-row-attribute-value.compare-table-row-attribute-value-ti {
	font-size: 18px;
	font-weight: 700;
}
.compare-table-row-attribute-value.compare-table-row-attribute-value-de h2 {
	display: none;
}
.compare-table-row-attribute-value-pr {
	font-size: 18px;
	font-weight: 700;
}
.compare-table-row-attribute-value-de {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 24px;
}
.compare-table-row-attribute-value-attr-tootja,
.compare-table-row-attribute-value-di,
.compare-table-row-attribute-value-we,
.compare-table-row-attribute-value-attr-saadavus,
.compare-table-row-attribute-value-attr-tuup {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}
.compare-table-row-im {
	padding: 20px 0 0 0;
}
@media screen and (max-width: 1390px) {
	.woocommerce-compare-table-container {
		left: 0 !important;
		right: 0 !important;
		margin: 0 !important;
	}
}
.woocommerce-compare-bar {
	visibility: hidden;
}
.woocommerce-compare-bar.visible {
	visibility: visible;
}
@media screen and (max-width: 992px) {
	.products .product .add-to-compare-button, .products .product .remove-from-compare-button {
		display: none !important;
	}
}
/* ==========================================================================
   GRID LIST VIEW
   ========================================================================== */
.single-product .phoen_gridlist_toggle {
	display: none;
}
/* ==========================================================================
   INBANK
   ========================================================================== */
.page-id-174 iframe {
	transform: scale(0.825);
	transform-origin: left top;
	margin: -25px 0 -80px;
}
.page-id-174 .monthlyPayment-text p {
	font-weight: 700 !important;
}
@media screen and (max-width: 992px) {
	.page-id-174 iframe {
		width: 100% !important;
		height: 430px !important;
		transform: scale(1) !important;
	}
}





/* Hide the asterisk indicating a required field */
.woocommerce form .form-row .required {
    display: none;
}

/* Remove the red border from input fields */
.woocommerce form .form-row.woocommerce-invalid .input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid textarea {
    border-color: #cccccc;
}
#custom-address-container input {
	margin-top:4px;
}
#custom-address-container label {
	margin-left:6px;
}

#please_check_the_machine_field {
	    margin-left: 20px;
		margin-bottom: 30px !important;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {

    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
	height:100vh;
	width:100vw;
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    	background-color: rgb(17, 17, 17);
    opacity: 0.8;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


.fancybox-button--close {
	position: fixed;
	top: 5%;
	right: 2%;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png?v=3') -40px 0px;
	cursor: pointer;
	z-index: 3103;
	opacity:0;
	
}

.fancybox-button--arrow_right, .fancybox-button--arrow_left {
	display:block;
    opacity: 1; /* Make sure arrows are visible */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Align center */
}

.fancybox-button--arrow_right {
    right: -15px; /* 15px spacing from the right edge of the container */
}

.fancybox-button--arrow_left {
    left: -15px; /* 15px spacing from the left edge of the container */
}

/*.fancybox-caption {
	position: absolute;
    padding: 10px;
    height: 44px;
    opacity: 1;
    bottom: -50px;
    z-index: 999;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 16px;
}*/



/*.fancybox-caption--separate {
    margin-top: 0px;
	position:absolute;
	bottom:-80px;
}*/

.fancybox-caption {
    background: transparent !important;
	

}


.fancybox-slide {
	padding-left:70px;
	padding-right:70px;
}

.home-banner .n2-ss-slide-background-color {
	background: RGBA(30,140,221,1);
}
.home-banner2 .n2-ss-section-main-content {
	min-height: 100px !important;
}
#filters .woocommerce-widget-layered-nav-list__item {
	position: relative;
	
    padding-left: 0px;
    height: auto;
    margin: 0;
    display: block;
    line-height: 17px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 17px 17px;
	background-image: url( ../img/checkbox.svg);
	margin: 6px 0;
}
#filters .woocommerce-widget-layered-nav-list__item a {
	padding-left: 23px;
}
#filters .woocommerce-widget-layered-nav-list__item.woocommerce-widget-layered-nav-list__item--chosen {
	background-image: url(../img/checkbox-check.svg);
} 
#filters li a {
	color: #7C4812;
}
#filters .count {
	display: none;
}
img.montonio-payment-method-icon {
	width: auto;
}
.woocommerce-checkout-review-order-table .blockUI {
	display: none !important;
}
#eabi_postoffice_pickup_group + .select2 {
	display: none !important;
}
#cart input[type="radio"] + label {
	display: flex;
}
#montonio-payments-description.montonio-bank-items .montonio-bank-item-img, #payment #montonio-payments-description.montonio-bank-items .montonio-bank-item-img {
	object-fit: contain;
}
.wc_payment_methods.payment_methods.methods {
		    display: flex;
    flex-direction: column;
    gap: 15px;
	}

.woocommerce-checkout-review-order-table .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #F0F0F0;
}

.woocommerce-checkout-review-order-table .select2-container--default .select2-selection--single {
	border: 1px solid #CECFD0;
}
.woocommerce-checkout-review-order-table .select2-container {
	width: 100% !important;
	margin-top: 10px;
}
.pickup_location {
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pickup_location th {
	margin-top: 10px;
}
.select-terminal table {
	width: 100%;
}
.pickup_location td {
	width: 100%;
}