body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

* {
	-webkit-tap-highlight-color: rgba(255,255,255,0.1);
}

a {
	color:#ed2424;
}

.table-scroll {
	overflow: auto;
}

.table-scroll table {
	margin-left: 1px;
	margin-right: 1px;
}

.wrap {
	max-width: 1200px;
	padding:0px 30px;
	margin:0px auto;
	position: relative;
}

.clear {
	overflow: hidden;
	clear: both;
}

.logo {
	float: left;
	margin:20px 0px;
	margin-right:50px;
}

.lang {
	float: right;
	height:46px;
	width:74px;
	margin-left:40px;
	cursor: pointer;
}

.lang ul {
	position: absolute;
	right:30px;
	top:32px;
	background: #ebebeb url(../images/down.svg) no-repeat right 20px;
	padding-right:22px !important;
	border-radius: 4px;
	z-index: 100;
}

.lang a, .lang img {
	display: block;
}

.lang a {
	padding:15px;
}

.lang li+li {
	margin-top:-15px;
	display: none;
}

.lang.open li+li {
	display: block;
}

.cart {
	float: right;
	margin-top:32px;
}

.cart a {
	display: block;
	border:solid 3px #ebebeb;
	border-radius: 4px;
	line-height: 20px;
	padding:10px 15px;
	padding-right: 30px;
	font-size: 16px;
	color:#000;
	background: url(../images/right.svg) no-repeat right;
	position: relative;
}

.cart span {
	position: absolute;
	top:-12px;
	right:-12px;
	background: #444;
	color:#fff;
	min-width:16px;
	padding:3px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	border-radius: 100px;
}

.cart.full span {
	background: #ed2424;
}

.menu {
	float: left;
	font-size: 16px;
	line-height: 20px;
	margin:30px 0px;
}

.menu li {
	float: left;
}

.menu a {
	color:#000;
	display: block;
	padding:15px;
}

.menu .current-menu-item > a, .menu .current-menu-ancestor > a, .menu .current-menu-parent > a {
	color:#ed2424;
}

#main {
	background: #0d181e url(../images/bg.jpg) no-repeat right;
	overflow: hidden;
	color:#fff;
	padding:50px 0px;
}

#main .find {
	float: left;
}

.find {
	overflow: hidden;
	color:#fff;
}

.find h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	margin:20px 0px;
}

#main h1 {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 2px;
	margin:20px 0px;
	color:#fff;
}

.find .form-elm {
	clear: both;
	overflow: hidden;
	margin:25px 0px;
}

.find .sec {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-right:10px;
	margin-top:0px;
	position: relative;
}

.find .check .sec {
	position: static;
}

.find label {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	padding:5px 0px;
}

.find select {
	position: absolute;
	height:100% !important;
	left:0px;
	top:0px;
}

.find select:hover {
	cursor: pointer;
}

.find .customSelect {
	background: #fff url(../images/down.svg) no-repeat right;
	color:#000;
	width:90px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: 600;
	overflow: hidden;
}

.find select:hover + .customSelect {
	background-color: #eee;
}

.find .customSelectInner {
	padding:10px;
	width:auto !important;
	display: block !important;
	margin-right:25px;
	overflow: hidden;
}

.find .size label {
	display: none;
}

.split {
	padding:10px 5px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-right:10px;
	font-weight: 600;
	font-size: 16px;
}

.more-details a {
	font-size: 13px;
    background: url(../images/bullet.svg) no-repeat 93% center;
	border: 1px solid;
	border-color:#bcc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
	float: left;
    margin: 20px 20px 20px 0;
	padding: 5px 50px 5px 20px;
    zoom: 1;
    *display: inline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.more-details a:hover {
    text-decoration: none;
    background-color: #0d181e;
    border-color: transparent;
}

@media (max-width:445px) {
	.more-details a {
        width: 75%;
        margin: 10px 0;
	}
}

.more {
	margin-top:30px;
}

.more a {
	color:#d1e6ef;
	font-size: 13px;
	float: left;
	margin-right:20px;
}

.more a+a {
	padding-left:20px;
	border-left:solid 1px;
}

.find input[type=submit] {
	background: #ed2424 url(../images/find.svg) no-repeat center;
	padding:10px;
	width:50px;
	height:44px;
	border-radius: 4px;
	border:none 0px;
	cursor: pointer;
	box-shadow: #ed2424 0px 0px 0px 2px inset;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.find input[type=submit]:hover {
	background-color: rgba(255,255,255,0);
}

.check label, .sidebar .find .size .check label {
	padding:5px;
	background: url(../images/check.svg) no-repeat right;
	padding-right:28px;
	cursor: pointer;
}

.check input {
	opacity: 0;
	position: absolute;
	z-index: -10;
}

label.checked, .sidebar .find .size .check label.checked {
	background-image: url(../images/checked.svg);
}

.quality {
	float: right;
	margin-top:30px;
}

.point {
	background: url(../images/tick.svg) no-repeat left;
	padding:10px;
	padding-left:40px;
	font-size: 24px;
	font-style: italic;
	font-weight: 600;
	margin:10px;
}

#top .clear {
	margin:30px -15px;
}

.products {
	margin-left:-10px;
	overflow: hidden;
	font-size: 0px;
}

.text .products {
	margin:30px 0px;
	margin-left: -10px;
}

.product {
	width:25%;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	font-size: 13px;
	line-height: 22px;
	margin:5px 0px;
}

.product a {
	display: block;
	margin-left:10px;
	border-bottom:solid 3px #ebebeb;
	color:#222;
	padding:10px 0px;
	overflow: hidden;
	position: relative;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product a:active {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.prod-thumb {
	float: right;
	margin:0px 20px;
	font-size: 0px;
}

.prod-thumb img {
	display: block;
}

.prod-summary {
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 10px;
	margin-left:20px;
}
.prod-summary + p {
	padding: 0 20px;
	min-height:264px;
}
.product h3, .product h2 {
	text-transform: uppercase;
	font-size: 16px !important;
	font-weight: 700;
	margin:3px 0px !important;
	/* Tanel U */
	white-space: nowrap;
	position: relative;
	/* End */
}
.product h3 img, .product h2 img {
	position: absolute;
	top: 0;
	right: 0;
}

.product p {
	margin:0px !important;
}

.cta {
	color:#ed2424;
}

.prod-price {
	background: #ed2424;
	color:#fff;
	font-weight: 600;
	font-size: 22px;
	border-radius: 3px;
	padding:8px;
	position: absolute;
	right:10px;
/*	bottom:40px; */
}

.to-cart {
	overflow: hidden;
	margin:30px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.payment {
	background: #f5f5f5;
	padding: 8px;
	padding-left: 16px;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-right: 20px;
	float:left;
	line-height: 1.4;
	text-align: right;
	margin-bottom: 10px;
	height: 57px;
	box-sizing: border-box;
}

.payment a {
	color: inherit;
}

.payment a:hover {
	text-decoration: none;
}

.payment a:hover .payment-prefix {
	text-decoration: underline;
}

.payment-prefix {
	font-size: 12px;
}

.payment-amount {
	font-weight: 700;
	font-size: 16px;
}

.payment-desc {
	font-size: 12px;
	color: #777;
}

.price {
	background: #ed2424;
	color:#fff;
	font-weight: 600;
	font-size: 22px;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding:8px;
	float: left;
	margin-bottom: 10px;
	height: 57px;
	box-sizing: border-box;
}

.to-cart--no-additional .price {
	border-radius: 5px;
	margin-right: 10px;
}

.price-amount {
	margin-top: 4px;
	display: block;
}

.quant {
	height:34px;
	border:solid 3px #0d181e;
	position: relative;
	width:90px;
	border-radius: 4px;
}

.text .quant {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.trans {
	color:#777;
	font-size: 13px;
	line-height: 20px;
	padding:10px;
	float: left;
	clear: both;
}

.quant input {
	position: absolute;
	left:0px;
	top:0px;
	height:100%;
	width:70%;
	bottom:0px;
	border:none 0px !important;
	background: none;
	text-align: center;
}

.add {
	position: absolute;
	right:0px;
	top:0px;
	background: #0d181e url(../images/go-up.svg) no-repeat center;
	height:50%;
	width:30%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.add:hover, .remove:hover {
	cursor: pointer;
	background-color: #bcc6cb;
}

.remove {
	position: absolute;
	right:0px;
	bottom:0px;
	background: #0d181e url(../images/go-down.svg) no-repeat center;
	height:50%;
	width:30%;
}

.to-cart .button {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.button {
	line-height: 20px;
	padding:10px 20px;
	border-radius: 4px;
	background: #0d181e url(../images/bullet.svg) no-repeat 93% center;
	display: inline-block;
	color:#fff;
	padding-right:40px;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.button:hover {
	text-decoration: none;
	background-color: #bcc6cb;
}

#content .prod-price {
	/*bottom:80px;*/
	top:74px;
}

.product a:hover {
	text-decoration: none;
	border-bottom-color:#ccc;
}

.title {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color:#ed2424;
	letter-spacing: 2px;
	line-height: 26px;
	margin:20px 0px;
}

.text .title {
	color:#222;
}

#footer {
	background: #ebebeb;
	padding:30px 0px;
}

.contact {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 60px;
}

.contact ul {
	margin:10px 0px;
	list-style: none;
	padding:0px;
	overflow: hidden;
	text-transform: none;
	font-size: 14px;
}

.contact li {
	float: left;
	margin-right:20px;
}

.contact a {
	color:#000;
}

.wsi {
	float: left;
	clear: both;
	font-size: 10px;
	color:#aaa;
}

.wsi a {
	color:inherit;
}

.banners {
	float: right;
	display: flex;
	overflow: hidden;
	align-items: center;
	max-width: 100%;
}

.banner+.banner {
	margin-left: 20px;
	max-width: 250px;
}

.banner img {
	display: block;
	max-width:100%;
	max-height: 120px;
}

#content {
	background: #f3f3f3;
	padding-bottom:40px;
}

.back {
	background: #0d181e url(../images/bg.jpg) no-repeat right;
	background-size: auto 100%;
	padding-top:100px;
	min-height:300px;
}

#content .wrap > .products, #content .text {
	float: right;
	width:77.5%;
	margin-left:20px;
}
/* Tanel U */
#content .text.fullwidth {
	width: 100%;
	margin-left: 0;
}

.go-back {
	position: absolute;
	top:-50px;
}

.go-back a {
	color:#fff;
	background: url(../images/back.svg) no-repeat left;
	padding:10px;
	padding-left:20px;
}

h1 {
	margin:30px 0px;
	line-height: 38px;
	font-size: 36px;
	font-weight: 700;
	color:#111;
}

.text table {
	border-collapse:collapse;
	width:100%;
	margin:20px 0px;
}

.text td {
	padding:8px 5px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	empty-cells: hide;
	font-size: 14px;
	min-width: 50px;
}

.text td+td {
	text-align:right !important;
	border-left:solid 1px #eee;
}

.text h2 {
	margin:25px 0px;
	line-height: 28px;
	font-size: 26px;
	font-weight: 700;
	color:#111;
}

.text h3 {
	margin:20px 0px;
	font-size: 18px;
	font-weight: 700;
	color:#111;
}

.text p {
	margin:20px 0px;
}

.space {
	padding:20px 40px;
	background: #fff;
	overflow: hidden;
	padding-top: 10px;
	min-height:300px;
}

.space.det {
	min-height: 500px;
}

#content .product {
	width:33.3%;
}

.sidebar {
	overflow: hidden;
}

.sidebar .split {
	text-indent: -1000px;
	display: block;
	height:0px;
	margin:0px;
	padding:0px;
}
.sidebar .size .sec {
	display: block;
	overflow: hidden;
	margin-bottom:25px;
	position: relative;
}
.sidebar .size .sec input {
	float: right;
}
.sidebar .find select {
	right:0px;
	left:auto;
	z-index: 100;
}
.sidebar .customSelect {
	float: right;
	position: relative;
	z-index: 10;
	white-space: nowrap;
}
.sidebar .find input[type=submit] {
	width:90px;
}
.sidebar .find .size label {
	display: block;
	float: left;
	padding:10px 5px;
	position: relative;
}
.sidebar .find .size .check label:after {
	display: none;
}
.sidebar .find .size label:after {
	position: absolute;
	content:"";
	height:0px;
	width:600px;
	left:100%;
	top:50%;
	border-bottom:dashed 1px #565e62;
	border-bottom-color: rgba(255,255,255,0.3);
	z-index: 0;
}
.sidebar .more {
	margin-top: -20px;
	margin-bottom:50px;
}

.sidebar .more a {
	display: block;
	float: none;
	margin:0px;
	margin-bottom: 10px;
}
.sidebar .more a+a {
	padding:0px;
	border:none 0px;
}

.sidebar .more-detail a {
background: url(../images/bullet.svg) no-repeat 93% center;
	border: 1px solid;
	border-color:#bcc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
	display: block;
	float: none;
	margin: -20px 0 30px 0;
	padding: 5px 10px;
    zoom: 1;
    *display: inline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sidebar .more-detail a:hover {
    text-decoration: none;
    background-color: #0d181e;
    border-color: transparent;
}

.sidebar .find {
	float: none;
}

.sidebar .find .notice {
	font-size:12px;
	line-height: 18px;
	color:#acb9c0;
}

.prod-energy {
	clear: both;
	overflow: hidden;
	padding-top:10px;
	margin-bottom:-10px;
}

.ico {
	width:33%;
	float: left;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	font-weight: 600;
	background: #ebebeb;
	padding:10px 0px;
}

.ico.nr1 {
	text-transform: uppercase;
}

.ico.nr2 {
	background: #f1f1f1;
	text-transform: uppercase;
}

.ico.nr3 {
	width:auto;
	overflow: hidden;
	float: none;
	background: #f9f9f9;
}

.ico img {
	display: inline-block;
	vertical-align: middle;
	margin-right:3px;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

.product .sub {
	position: absolute;
	left:10px;
	top:10px;
}

.det h1 {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

h1 .sub {
	float: right;
	margin-left:10px;
}

.is-sub {
	color:#fff;
	background: #006cdb;
	padding:15px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.sub {
	background: #006cdb;
	height:16px;
	width:16px;
	color:#fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border-radius: 100px;
	font-weight: 600;
}

.submenu {
	margin-right:20px;
	margin-bottom:60px;
	font-size: 14px;
	line-height: 20px;
}

.submenu a {
	color:#fff;
	display: block;
	padding:10px;
	background: url(../images/bullet.svg) no-repeat left;
	padding-left:20px;
}

.submenu .current-menu-item > a {
	color:#ed2424;
}

.submenu ul {
	margin:0px;
	padding:0px;
	list-style: none;
}

.submenu ul ul {
	margin-left:20px;
	margin-bottom: 5px;
}

.submenu li+li {
	border-top:dashed 1px #565e62;
	border-top-color: rgba(255,255,255,0.3);
}

.brand {
	display: block;
	position: relative;
	top:20px;
}

.prod-image {
	float: right;
	max-width: 40%;
	margin-left:20px;
}

.code {
	color:#727272;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin-top:-20px;
}

.details {
	margin:20px 0px;
	list-style: none;
	padding:0px;
	position: relative;
	overflow: hidden;
}

.details li {
	padding:10px 5px;
}

.details li+li {
	border-top: dashed 1px #e5e5e5;
}

.prefix {
	margin-right:10px;
	min-width: 50%;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

.data {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

.energy {
	overflow: hidden;
	margin:20px 0px;
}

.energy-data img {
	float: left;
	width:24px;
	margin-top:-12px;
}

.energy-data {
	padding:5px 0px;
	padding-top:32px;
	overflow: hidden;
}

.energy-data+.energy-data {
	margin-top:10px;
}

.result {
	background: #00e741;
	background: -moz-linear-gradient(left,  #00e741 0%, #15e73c 6%, #3be731 14%, #5ee727 19%, #61e728 20%, #6ce725 21%, #8ae71c 26%, #98e71a 28%, #c5e70d 36%, #e2e208 41%, #e3e005 42%, #efdc04 44%, #eede04 44%, #f2db03 45%, #f0dc03 45%, #f4da01 46%, #f5da04 46%, #fdd501 48%, #ffca00 53%, #feac00 61%, #ff8403 69%, #ff8106 70%, #ff7a04 71%, #ff610a 76%, #f9500b 79%, #f84c0e 81%, #f6420d 82%, #ea2014 90%, #e81814 92%, #e71717 92%, #e51314 93%, #e51218 94%, #e41215 94%, #e61018 94%, #e30b18 96%, #e20018 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00e741), color-stop(6%,#15e73c), color-stop(14%,#3be731), color-stop(19%,#5ee727), color-stop(20%,#61e728), color-stop(21%,#6ce725), color-stop(26%,#8ae71c), color-stop(28%,#98e71a), color-stop(36%,#c5e70d), color-stop(41%,#e2e208), color-stop(42%,#e3e005), color-stop(44%,#efdc04), color-stop(44%,#eede04), color-stop(45%,#f2db03), color-stop(45%,#f0dc03), color-stop(46%,#f4da01), color-stop(46%,#f5da04), color-stop(48%,#fdd501), color-stop(53%,#ffca00), color-stop(61%,#feac00), color-stop(69%,#ff8403), color-stop(70%,#ff8106), color-stop(71%,#ff7a04), color-stop(76%,#ff610a), color-stop(79%,#f9500b), color-stop(81%,#f84c0e), color-stop(82%,#f6420d), color-stop(90%,#ea2014), color-stop(92%,#e81814), color-stop(92%,#e71717), color-stop(93%,#e51314), color-stop(94%,#e51218), color-stop(94%,#e41215), color-stop(94%,#e61018), color-stop(96%,#e30b18), color-stop(100%,#e20018));
	background: -webkit-linear-gradient(left,  #00e741 0%,#15e73c 6%,#3be731 14%,#5ee727 19%,#61e728 20%,#6ce725 21%,#8ae71c 26%,#98e71a 28%,#c5e70d 36%,#e2e208 41%,#e3e005 42%,#efdc04 44%,#eede04 44%,#f2db03 45%,#f0dc03 45%,#f4da01 46%,#f5da04 46%,#fdd501 48%,#ffca00 53%,#feac00 61%,#ff8403 69%,#ff8106 70%,#ff7a04 71%,#ff610a 76%,#f9500b 79%,#f84c0e 81%,#f6420d 82%,#ea2014 90%,#e81814 92%,#e71717 92%,#e51314 93%,#e51218 94%,#e41215 94%,#e61018 94%,#e30b18 96%,#e20018 100%);
	background: -o-linear-gradient(left,  #00e741 0%,#15e73c 6%,#3be731 14%,#5ee727 19%,#61e728 20%,#6ce725 21%,#8ae71c 26%,#98e71a 28%,#c5e70d 36%,#e2e208 41%,#e3e005 42%,#efdc04 44%,#eede04 44%,#f2db03 45%,#f0dc03 45%,#f4da01 46%,#f5da04 46%,#fdd501 48%,#ffca00 53%,#feac00 61%,#ff8403 69%,#ff8106 70%,#ff7a04 71%,#ff610a 76%,#f9500b 79%,#f84c0e 81%,#f6420d 82%,#ea2014 90%,#e81814 92%,#e71717 92%,#e51314 93%,#e51218 94%,#e41215 94%,#e61018 94%,#e30b18 96%,#e20018 100%);
	background: -ms-linear-gradient(left,  #00e741 0%,#15e73c 6%,#3be731 14%,#5ee727 19%,#61e728 20%,#6ce725 21%,#8ae71c 26%,#98e71a 28%,#c5e70d 36%,#e2e208 41%,#e3e005 42%,#efdc04 44%,#eede04 44%,#f2db03 45%,#f0dc03 45%,#f4da01 46%,#f5da04 46%,#fdd501 48%,#ffca00 53%,#feac00 61%,#ff8403 69%,#ff8106 70%,#ff7a04 71%,#ff610a 76%,#f9500b 79%,#f84c0e 81%,#f6420d 82%,#ea2014 90%,#e81814 92%,#e71717 92%,#e51314 93%,#e51218 94%,#e41215 94%,#e61018 94%,#e30b18 96%,#e20018 100%);
	background: linear-gradient(to right,  #00e741 0%,#15e73c 6%,#3be731 14%,#5ee727 19%,#61e728 20%,#6ce725 21%,#8ae71c 26%,#98e71a 28%,#c5e70d 36%,#e2e208 41%,#e3e005 42%,#efdc04 44%,#eede04 44%,#f2db03 45%,#f0dc03 45%,#f4da01 46%,#f5da04 46%,#fdd501 48%,#ffca00 53%,#feac00 61%,#ff8403 69%,#ff8106 70%,#ff7a04 71%,#ff610a 76%,#f9500b 79%,#f84c0e 81%,#f6420d 82%,#ea2014 90%,#e81814 92%,#e71717 92%,#e51314 93%,#e51218 94%,#e41215 94%,#e61018 94%,#e30b18 96%,#e20018 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e741', endColorstr='#e20018',GradientType=1 );
	height:3px;
	margin-left:40px;
	position: relative;
}

.state {
	position: absolute;
	bottom:100%;
	background: #111;
	color:#fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	padding:4px;
	min-width:10px;
	text-align: center;
	margin-bottom:10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.services-menu {
	background: #f3f3f3;
	padding: 30px 0px;
	overflow:hidden;
	margin-top: 50px;
}

.services-menu .title {
	color:#000;
}

.services-menu__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.services-menu__item {
	background: #fff;
	border-radius: 4px;
	-webkit-box-flex:1;
	-webkit-flex:1 1 270px;
	    -ms-flex:1 1 270px;
	        flex:1 1 270px;
	margin:15px;
}

.services-menu__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px;
	color:#000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-menu__item a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.services-menu__image {
	-webkit-box-flex:0;
	-webkit-flex:0 1 auto;
	    -ms-flex:0 1 auto;
	        flex:0 1 auto;
}

.services-menu__image img {
	display: block;
	max-width: 100%;
}

.services-menu__title {
	-webkit-box-flex:1;
	-webkit-flex:1 1 auto;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
	text-align: center;
	font-weight: 700;
	margin: 10px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.state:after {
	content:"";
	position: absolute;
	top:100%;
	left:50%;
	margin-left:-9px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #111;
}

#cart {
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	padding:20px;
	background: #0d181e;
	z-index: 1000;
	background-color: rgba(13,24,30,0.9);
	overflow: auto;
	display: none;
}

#cart .message {
	background: #fff;
	max-width:500px;
	margin:10% auto;
	border-radius: 6px;
	padding:30px;
	margin-top:50px;
	text-align: center;
	position: relative;
}

#cart .title {
	color:#222;
	letter-spacing: 0px;
}

.cart-list {
	overflow: hidden;
	margin:30px 0px;
	text-align: left;
}

.cart-item {
	border-bottom:dashed 1px #e5e5e5;
	padding:15px 0px;
}

.cart-item h3, .cart-item p {
	margin:0px;
}

.cart-item h3 {
	text-transform: uppercase;
}

.cart-item-price {
	float: right;
	text-align: right;
	margin-left:10px;
}

.cart-item-price strong {
	color:#ed2424;
	font-size: 16px;
}

#cart .button {
	margin:10px;
}

.button.pale {
	background-color: #fff;
	color:#000;
	border:solid 3px #0d181e;
	line-height: 14px;
}

.button.pale:hover {
	border-color:#bcc6cb;
}

#cart .close {
	position: absolute;
	right:0px;
	top:-50px;
	height:40px;
	width:40px;
	background: url(../images/close.svg) no-repeat center;
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#cart .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.checkout-item {
	line-height: 20px;
	padding:15px 10px;
	overflow: hidden;
	border-bottom:dashed 1px #e5e5e5;
	position: relative;
}

.checkout-item h3, .checkout-item p {
	margin:0px;
}

.checkout-item h3 {
	text-transform: uppercase;
}

.checkout-item-total {
	color:#ed2424;
}

p.soodus {
    display: block;
    float: left;
    margin: 0;
}
.col {
	float: left;
	min-width:90px;
	margin-left:40px;
	text-align: right;
}

.liner {
	float: right;
}

.delete {
	background: url(../images/delete.svg) no-repeat center;
	height:40px;
	min-width: 40px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.delete:hover {
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.checkout-item-total, .checkout-item-price {
	font-size: 16px;
	padding:10px;
	line-height: 20px;
	font-weight: 700;
}

.checkout-total {
	font-weight:600;
	margin:30px 0px;
	text-align: right;
	padding:10px;
}

.checkout-total span {
	font-size: 26px;
	color:#ed2424;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-left: 10px;
}

.checkout-item-name {
	float: left;
}

.checkout-item-image {
	float: left;
	padding-right: 20px;
	height: 40px;
	margin-top: -10px;
	overflow: visible;
}

#checkout h2 {
	text-align: center;
	margin:30px 0px;
}

#checkout .back {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index: -10;
}

#checkout {
	padding-top:80px;
	position: relative;
}

.transport {
	overflow: hidden;
	margin-bottom: 40px;
}

.way {
	width:48%;
	float: left;
	border:solid 1px #e5e5e5;
	margin-right:-4px;
	text-align: center;
	border-radius: 4px;
	margin-top:20px;
}

.way+.way {
	margin-left:4%;
}

.way > label {
	color:#0d181e;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	background: #fff url(../images/check2.svg) no-repeat 10px center;
	margin-top:-23px;
	padding:10px;
	padding-left:44px;
	cursor: pointer;
	border-radius: 3px;
}

.way > label:hover {
	background-color: #f5f5f5;
}

.with-extra label {
	color:#0d181e;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	background: #fff url(../images/check2.svg) no-repeat 10px center;
	padding:10px;
	padding-left:44px;
	cursor: pointer;
	border-radius: 3px;
}

.way input[type=radio] {
	position: absolute;
	z-index: -10;
	opacity: 0;
	filter: alpha(opacity=0);
}

.fill-out {
	padding:40px;
	padding-top: 20px;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.fill-out.with-extra {
	padding-bottom: 20px;
}

.fill-out+.fill-out {
	border-top:solid 1px #eee;
}

.selected .fill-out {
	opacity: 1;
	filter: alpha(opacity=100);
}

.selected > label, .with-extra label.checked {
	background-image: url(../images/checked2.svg);
}

.fill-out input[type=text], .fill-out input[type=email] {
	padding:6px 8px;
	width:100%;
	display: block;
	margin:0px auto;
	border:solid 3px #ebebeb;
	border-radius: 4px;
	box-sizing:border-box;
}

.fill-out select {
	width:100%;
}

.fill-out .form-line {
	overflow: hidden;
}

.fill-out .form-line + .form-line {
	margin-top:15px;
}

.fill-out .sec {
	float: left;
	width:48%;
}

.fill-out .sec+.sec {
	margin-left: 4%;
}

.fill-out .customSelect {
	border:solid 3px #ebebeb;
	background: url(../images/down.svg) no-repeat right;
	border-radius: 4px;
	padding:6px 8px;
	text-align: left;
}

.cart-summary {
	text-align: center;
	margin-top:-15px;
}

.cart-summary strong {
	font-weight: normal;
	color:#ed2424;
	font-size: 18px;
}

.wrap-up {
	overflow: hidden;
	margin:20px 0px;
	margin-bottom: 30px;
}

.conditions {
	float: left;
	margin:1px;
	margin-right:40px;
	padding-right:10px;
}

.terms-error .conditions {
	margin:0px;
	margin-right:39px;
	border:solid 1px #f61132;
	border-radius: 4px;
	-webkit-animation: blink 2s linear;
	-moz-animation: blink 2s linear;
	-ms-animation: blink 2s linear;
	-o-animation: blink 2s linear;
	animation: blink 2s linear;
}

.eeskujulik {
  padding-left: 20px;
} 

@-webkit-keyframes blink {
	0% {
		border-color:#fff;
	}
	10% {
		border-color:#f61132;
	}
	25% {
		border-color:#fff;
	}
	40% {
		border-color:#f61132;
	}
	55% {
		border-color:#fff;
	}
	70% {
		border-color:#f61132;
	}
	85% {
		border-color:#fff;
	}
	100% {
		border-color:#f61132;
	}
}
@-moz-keyframes blink {
	0% {
		border-color:#fff;
	}
	10% {
		border-color:#f61132;
	}
	25% {
		border-color:#fff;
	}
	40% {
		border-color:#f61132;
	}
	55% {
		border-color:#fff;
	}
	70% {
		border-color:#f61132;
	}
	85% {
		border-color:#fff;
	}
	100% {
		border-color:#f61132;
	}
}
@-ms-keyframes blink {
	0% {
		border-color:#fff;
	}
	10% {
		border-color:#f61132;
	}
	25% {
		border-color:#fff;
	}
	40% {
		border-color:#f61132;
	}
	55% {
		border-color:#fff;
	}
	70% {
		border-color:#f61132;
	}
	85% {
		border-color:#fff;
	}
	100% {
		border-color:#f61132;
	}
}
@-o-keyframes blink {
	0% {
		border-color:#fff;
	}
	10% {
		border-color:#f61132;
	}
	25% {
		border-color:#fff;
	}
	40% {
		border-color:#f61132;
	}
	55% {
		border-color:#fff;
	}
	70% {
		border-color:#f61132;
	}
	85% {
		border-color:#fff;
	}
	100% {
		border-color:#f61132;
	}
}
@keyframes blink {
	0% {
		border-color:#fff;
	}
	10% {
		border-color:#f61132;
	}
	25% {
		border-color:#fff;
	}
	40% {
		border-color:#f61132;
	}
	55% {
		border-color:#fff;
	}
	70% {
		border-color:#f61132;
	}
	85% {
		border-color:#fff;
	}
	100% {
		border-color:#f61132;
	}
}


.banks {
	overflow: hidden;
	padding-left:40px;
	border-left: solid 1px #e5e5e5;
}

.payment-disabled .banks {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.conditions a {
	text-decoration: underline;
	color:inherit;
}
.conditions label {
	cursor: pointer;
	display: block;
	background: url(../images/check2.svg) no-repeat right;
	padding:10px;
	padding-right:34px;
}

.conditions input {
	position: absolute;
	z-index: -10;
	opacity: 0;
	filter: alpha(opacity=0);
}

.conditions label.checked {
	background-image: url(../images/checked2.svg);
}

.global-notice {
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	background: #00d167;
	color:#fff;
	text-align: center;
	padding:15px;
	padding-right:60px;
	line-height: 17px;
	font-size: 13px;
	z-index: 100000;
	display: none;
}

.global-notice.global-error {
	background: #f61132;
}

.global-notice .global-close {
	position: absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:50px;
	background: url(../images/close.svg) no-repeat center;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.global-notice .global-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.global-notice.show {
	display: block;
	-webkit-animation: fadeIn 0.5s ease;
	-moz-animation: fadeIn 0.5s ease;
	-ms-animation: fadeIn 0.5s ease;
	-o-animation: fadeIn 0.5s ease;
	animation: fadeIn 0.5s ease;
}

.recommended {
	background: rgba(0,205,77,0.95);
}

.recommended span.rec-title {
	display: block;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.wpcf7-form-control-wrap.consent {
	display: inline;
}

.text input[type=submit] {
	margin-top: 20px;
}

.text input[type=submit]:disabled {
	opacity: 0.3;
}

@media(max-width:1199px) {
	#top .product {
		width:33.3%;
	}
	#content .product {
		width:50%;
	}
	#content .wrap > .products, #content .text {
		width:70%;
	}
}

@media (max-width:979px) {
	.menu {
		xfloat: none;
		xclear: both;
		margin:0px;
		padding-bottom:20px;
		overflow: hidden;
	}
	.quality {
		display: none;
	}
	#top .product {
		width:50%;
	}
	.prod-thumb {
		margin-left:10px;
		max-width: 30%;
	}
	.prod-thumb img {
		max-width:100%;
	}
	.checkout-item-name {
		float: none;
		clear: both;
	}
	.checkout-item-image {
		float: none;
		clear: both;
		margin: 0 auto;
		height: auto;
	}
	.liner {
		float: none;
		clear: both;
		margin-top:10px;
		overflow: hidden;
	}
	.col {
		text-align: left;
		margin-left:0px;
		margin-right:40px;
		padding-left:0px;
	}
	.col.delete {
		float: right;
		margin-right:0px;
	}
}

@media (max-width:767px) {
	.sidebar {
		position: absolute;
		top:-70px;
		left:30px;
		right:30px;
		min-height:26px;
		padding:5px;
		line-height: 26px;
		text-align: center;
		border:solid 2px #fff;
		border-color: rgba(255,255,255,0.3);
		z-index: 10;
		color:#fff;
		cursor: pointer;
		overflow: visible;
	}
	.sidebar:before {
		content:attr(data-open);
	}
	.sidebar.open:before {
		content:attr(data-close);
	}
	.sidebar .find {
		display: none;
	}
	.sidebar.open .find {
		display: block;
		cursor: auto;
		position: absolute;
		left:-32px;
		top:40px;
		right:-32px;
		padding:20px 30px;
		background: #111;
		background-color:rgba(13,24,30,0.93);
	}
	#content .wrap > .products {
		width:auto;
		margin:0px;
		margin-left:-10px;
		float: none;
		margin-bottom: 30px;
	}
	#content .text .products {
		margin:30px 0px;
		margin-left:-10px;
	}
	#content .text {
		width:auto;
		margin:0px;
		float: none;
		margin-bottom: 30px;
	}
	#content .back {
		overflow: hidden;
		background-image: none;
		padding-top:100px;
	}
	#content {
		padding-bottom: 0px;
	}
	.submenu {
		display: none;
	}
	.sidebar.open .submenu {
		display: block;
		cursor: auto;
		position: absolute;
		left:-32px;
		top:40px;
		right:-32px;
		padding:30px 60px;
		background: #111;
		background-color:rgba(13,24,30,0.93);
		margin:0px;
		z-index: 1000;
	}
	.space {
		padding:5px 30px;
	}
	.go-back {
		display: none;
	}
	.text .title {
		color:#fff;
		font-size: 18px;
		line-height: 22px;
	}
	.way {
		display: block;
		float: none;
		width:auto;
		margin:0px;
		margin-top:20px;
	}
	.way+.way {
		margin-left:0px;
		margin-top:40px;
	}
	.conditions {
		float: none;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		margin-right: 0px;
		margin-bottom:20px;
	}
	.terms-error .conditions {
		margin-bottom:19px;
		margin-right:0px;
	}
	.banks {
		padding:0px;
		border-left:none 0px;
	}
	.services-menu__title {
		font-size: 16px;
	}

	.fill-out .sec {
		float: none;
		width: 100%;
	}

	.fill-out .sec+.sec {
		margin-top: 15px;
		margin-left: 0;
	}
}

@media (max-width:590px) {
	.logo {
		float: left;
		clear: both;
		margin: 25px 0;
		overflow: hidden;
		max-width:20%;
	}
	#header .wrap {
		padding:0px 20px;
	}
	.logo * {
		margin:0px auto;
	}
	.lang {
		margin-top: 20px;
		margin-left: 20px;
		position: relative;
	}
	.lang ul {
		top:0px;
		right:0px;
	}
	.lang.open ul {
		position: fixed;
		left:0px;
		bottom:0px;
		background: #111 url(../base/close.svg) no-repeat 20px 20px;
		background-color: rgba(0,0,0,0.9);
		z-index: 1000;
		border-radius: 0px;
		padding:20% !important;
	}
	.lang.open a {
		color:#fff;
		text-align: center;
		line-height: 16px;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding:25px;
		overflow: hidden;
	}
	.lang.open a img {
		float: left;
	}
	.lang.open li a:after {
		content:attr(data-name);
	}
	.lang.open li+li {
		border-top:solid 1px rgba(255,255,255,0.1);
		margin:0px;
	}
	.lang a:hover {
		text-decoration: none;
	}
	.cart {
		margin-top:20px;
	}
	.menu ul {
		position: absolute;
		left:-100%;
		top:0px;
		width:100%;
		z-index: 1000;
		padding:60px 0px !important;
		padding-top:70px !important;
		background: #111 url(../base/close.svg) no-repeat 20px 20px;
		background-color: rgba(0,0,0,0.95);
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.menu.open ul {
		left:0px;
	}
	.menu a {
		color:#fff;
		text-align: center;
		padding:20px;
	}
	.menu li+li {
		border-top:solid 1px rgba(255,255,255,0.1);
	}
	.menu li {
		display: block;
		float: none;
		margin:0px 10%;
	}
	#header .wrap {
		position: static;
	}
	.menu {
	float: right;
		border:solid 3px #ebebeb;
		height:40px;
		width:40px;
		padding:0px;
		border-radius: 4px;
		background: url(../base/menu.svg) no-repeat center;
        margin: 20px;
		cursor: pointer;
	}
	.split {
		text-indent: -1000px;
		display: block;
		height:0px;
		margin:0px;
		padding:0px;
	}
	.size .sec {
		display: block;
		overflow: hidden;
		margin-bottom:25px;
	}
	.size .sec input {
		float: right;
	}
	.find select {
		right:0px;
		left:auto;
		z-index: 11;
	}
	.find .customSelect {
		float: right;
		position: relative;
		z-index: 10;
	}
	.find input[type=submit] {
		width:90px;
	}
	#main {
		background-position: center center;
		background-size: cover;
	}
	.find .size label {
		display: block;
		float: left;
		padding:10px 5px;
		position: relative;
	}
	.find .size label:after {
		position: absolute;
		content:"";
		height:0px;
		width:300px;
		left:100%;
		top:50%;
		border-bottom:dashed 1px #565e62;
		border-bottom-color: rgba(255,255,255,0.3);
		z-index: 0;
	}
	.more {
		margin-top: 0px;
	}
	.more a {
		display: block;
		float: none;
		margin:0px;
		margin-bottom: 10px;
	}
	.more a+a {
		padding:0px;
		border:none 0px;
	}
	#main .find {
		float: none;
	}
	#top .product, #content .product {
		width:100%;
	}
	h1 {
		margin:25px 0px;
		line-height: 30px;
		font-size: 28px;
		font-weight: 700;
		color:#111;
	}

	.text h2 {
		margin:20px 0px;
		line-height: 24px;
		font-size: 20px;
		font-weight: 700;
		color:#111;
	}

	.text h3 {
		margin:20px 0px;
		font-size: 14px;
		font-weight: 700;
		color:#111;
	}

	.text p {
		margin:20px 0px;
	}
	.text {
		font-size: 13px;
		line-height: 22px;
	}
	.space {
		padding:5px 20px;
		padding-bottom: 15px;
	}
	.prod-image {
		float: none;
		width:auto;
		max-width: 70%;
		margin:0px;
	}
	.wrap {
		padding:0px 20px;
	}
	.col {
		float: none;
		margin:0px;
	}
	.col+.col {
		margin-top:10px;
	}
	.col.delete {
		position: absolute;
		top:0px;
		right:0px;
	}
	.checkout-item-name {
		margin-right:30px;
	}
	.fill-out {
		padding:10px 20px;
	}
    .contact li {
	margin:5px;
}
}

@media (max-width:415px) {
	.logo {
        max-width:15%;
        margin: 35px 0 20px 0;
	}
    .lang{
        margin-left: 10px;   
	}
    .menu {
        margin: 20px 10px 20px 0;    
	}
    .eeskujulik {
        padding: 0px;
	}
}


#shop-terms {
	background: #FFF;
	padding: 30px 40px;
	max-width:700px;
}

.pagination {
	overflow: hidden;
	text-align: center;
	margin:30px 0px;
	margin-top: 50px;
	font-size: 14px;
}

.pagination > * {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	border:solid 2px #ebebeb;
	margin:2px;
	padding:3px 10px;
	color:#000;
}

.pagination > .current {
	border-color:#000;
}

.banks button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin-top:5px;
}

.banks button img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.banks button:hover img {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.sidebar .size .sec.search-car-item, .sidebar .size .sec.search-size-item-detail {
	display: none;
}

.products .notice {
	font-size: 14px;
	background: #FFF;
}

pre {
	background: #FFF;
	font-size: 11px;
}

.data-error .selected {
	border: 1px solid #f61132;
}

h1.h1-promo {
    color: #FFFFFF;
    margin-left: 8px;
    width: 66.6%;
}

.promo {
	font-size: 13px;
	text-align: justify;
	background: #FFFFFF;
    padding: 10px;
    margin-left: 10px;
}

.social {
  padding-left: 10px;
} 

.products-headline {
  align-items: center;
  display: flex;
}

.discount {
  display: inline-block;
  width: 33.3%;
}

.h2-discount {
background: #d1e6ef;
border-radius: 4px;
color: #222;
font-size: 25px;
margin-left: 10px;
overflow: hidden;
line-height: 20px;
padding: 15px;
}

span.discount-small {
font-size: 12px;
font-weight: 400;
line-height: 6px;
}

@media (max-width: 1199px){
.discount {
    width: 70%;
    }
h1.h1-promo {
    width: 40%;
    font-size: 20px;
}}

@media (max-width: 767px){
    .products-headline{
    flex-direction: column;
}
.discount {
    width: 100%;
    }
h1.h1-promo {
    margin: 0;
    margin-left: 45px;
    width: 100%;
    }
}

.flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

 .flex-item-right img{
  padding-left: 20px;
} 

@media (max-width: 750px) {
  .flex-container {
    flex-direction: column;
    align-items: flex-start;
  }
   .flex-item-right img{
    padding-left: 0;
    padding-top:10px;
} 
}

.lhvResponseDenied {
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 25px;
    background-color: red;
    color: white;
}

.lhvResponseAccepted {
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 25px;
    background-color: green;
    color: white;
}

