@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700,500,400);
@import url(https://fonts.googleapis.com/css?family=Bad+Script&subset=cyrillic);

@font-face {
    font-family: 'Freestyle';
    src: url('../fonts/FreestyleScript-Regular.eot');
    src: url('../fonts/FreestyleScript-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FreestyleScript-Regular.woff') format('woff'),
         url('../fonts/FreestyleScript-Regular.ttf') format('truetype'),
         url('../fonts/FreestyleScript-Regular.svg#bahianaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.site-message {
	background: #ad0000;
}
.site-message .message {
	padding: 10px 20px;
	color: #ffff;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
}
.site-message .message:empty {
	display: none;
}

.search-parts {
	background: #242424;
	width: 100%;
	min-height: initial;
}

.header_notification {
	color: #e51214;
	float: left;
	text-align: left;
	width: calc(100% - 800px);
	padding-right: 20px;
}

.header_notification span {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
}
.sidebar-actions {
	float: right;
	width: 800px;
}
.sidebar.yellow.byCode {
	margin: 0 auto;
	width: 1200px;
	display: table;
	text-align: right;
	padding: 15px 0;
}

.sidebar.yellow.byCode .sidebar-actions span {
	color: #FFF;
	font-size: 15px;
	display: inline-block;
	font-weight: bold;
	padding-top: 5px;
}

.sidebar.yellow.byCode form {
	float: right;
	margin-left: 20px;
}

.search-parts #sB {
	cursor: pointer;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

.sidebar.yellow.byCode form input {
	border-radius: 2px;
	padding: 5px 10px;
	color: #ADADAD;
}

.header-info span {
	display: block;
	float: left;
	font-weight: 600 !important;
}

.header-top {
	min-height: 100px;
	background: #FFF !important;
}

.header-top nav {
}

.header-top nav a {
	color: #000;
	text-transform: uppercase;
	font-family: Ubuntu;
	font-weight: 700;
}

.header-top nav a:hover {
	padding-bottom: 5px;
	border-bottom: 2px solid #f2df10;
}

.header-top nav .active {
	padding-bottom: 5px;
	border-bottom: 2px solid #f2df10;
}

.header-top nav select {
	width: 120px;
	background: #dadde0;
	color: #929394;
	padding: 7px;
	margin-top: 30px;
	margin-left: 20px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #dadde0 url("../images/lang_arrow.png") no-repeat 100px center;
	text-transform: uppercase;
}

.header-info {
	height: 59px;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #626155;
	line-height: 59px;
	clear: both;
	padding: 0 10px 0 10px;
}

.header-info #tel {
	background-image: url(..images/icon03.png) no-repeat;
	background-position: left;
}
.header-logo {
	float: left;
}
.header-logo a {
	display: flex;
	height: 100px;
	align-items: center;
}
/* jõulu logol kõrgus 100px */
/* tavaliselt logol kõrgus 50px */
.header-logo img {
	height: 50px;
}
.header-top img {
	float: left;
}
#main #firstlink{
	display: none;
}

#help, #phone, #email, #address {
	color: #575757;
	margin-right: 60px;
	font-family: Ubuntu;
	font-weight: 500;
}

#help {
	font-family: Ubuntu;
	font-weight: 700;
}

#phone {
	background: url('../images/icon03.png') no-repeat left;
	padding: 0 0 0 30px;
}
#phone a,
#email a {
	color: #575757;
}

#phone a:hover,
#email a:hover {
	color: none;
}

#email {
	background: url('../images/icon04.png') no-repeat left;
	padding: 0 0 0 30px;
}

#address {
	background: url('../images/icon05.png') no-repeat left;
	padding: 0 0 0 30px;
}
#address a {
	color: #575757;
}
#cart {
	text-transform: uppercase;
	color: #575757;
	font-family: Ubuntu;
	font-weight: 700;
	position: relative;
	float: right;
	display: block;
	padding: 0 30px;
	overflow: hidden;
	background: #eed635;
	min-width: 160px;
}

#cart:hover {
	background: #303030;
}

#cart span:hover {
	color: #FFF;
}

#cart span {
	display: block;
	text-transform: uppercase;
	color: #575757;
	font-weight: bold;
	padding: 0 35px 0 0px;
	background: url(../images/icon08.png) no-repeat right;
	position: relative;
}

#cart:before {
	content: "";
	background: url(../images/bg03.png) no-repeat left top;
	position: absolute;
	width: 17px;
	height: 59px;
	left: 0;
	top: 0;
}

#cart:after {
	content: "";
	background: url(../images/bg04.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	height: 59px;
}
.cart_count {
	position: absolute;
	top: 7px;
	right: -5px;
	background: red;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
}
.search-container {
	background: #747474 url(../images/car.png) no-repeat center top;
	height: 542px;
	z-index: 1;
}

.car img {
	margin-top: 25px;
	position: absolute;
	z-index: 2;
}

.groups ul li {
	display: inline-block;
	width: calc(100% / 3);
}

.groups ul li a {
	color: #444444;
	font-size: 14px;
}

.search-form-text {
	position: absolute;
	z-index: 3;
	font-family: "Freestyle";
	color: #FFF;
	font-size: 72px;
	margin-top: 140px;
	margin-left: 170px;
	height: auto;
}

.search-form-text span {
	color: #FFF;
	display: block;
	float: left;
}

.search-form-text span b {
	color: #f2df10;
}

.search-form-text > span:last-child {
	color: #f2df10;
	margin-top: 80px;
	font-size: 52px;
	float: right;
	margin-left: -110px;
}

.search-form-text span:first-child:after {
	content: "";
	position: absolute;
	display: block;
	background: url('../images/arrow01.png') no-repeat center bottom;
	width: 77px;
	height: 183px;
	margin-top: 30px;
	margin-left: 20%;
}

.search-form-text span:last-child:after {
	content: "";
	position: absolute;
	display: block;
	background: url('../images/arrow02.png') no-repeat center bottom;
	width: 99px;
	height: 106px;
	margin-top: 20px;
	margin-left: 25%;
}
.eng .search-form-text span:last-child:after {
	right: 45%;
}
.search-form {
	position: absolute;
	bottom: 88px;
	margin-left: 245px;
}

.search-form input[type=text] {
	font-family: Open Sans;
	font-size: 18px;
	padding: 12px;
	border-radius: 5px;
	color: #000;
	width: auto;
	min-height: 52px;
	background: #FFF;
}

.search-form-manual {
	position: absolute;
	bottom: 88px;
	right: 0;
}

.search-form-manual > select {
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin-bottom: 7px;
	padding: 15px;
	border-radius: 5px;
	width: 200px;
	text-transform: uppercase;
	background: #dadde0;
	color: #5e5e5e;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #dadde0 url("../images/select_arrow.png") no-repeat 165px center;
}

.search-form-manual > select > option {
	background: #fff;
}

#search-button {
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
	border-radius: 5px;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	cursor: pointer;
	text-transform: uppercase;
}

#search-button-manual {
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
	border-radius: 5px;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	cursor: pointer;
	float: right;
	text-transform: uppercase;
}

.our-service {
	font-family: Ubuntu;
	font-weight: 400;
	background: #242424;
	overflow: hidden;
	padding: 20px 0 20px 0;
	position: relative;
	z-index: 2;
	width: 100%;
}

.our-service .left {
	float: left;
	width: 50%;
	padding: 0 15px 0 15px;
}
.our-service .right {
	float: right;
	width: 50%;
	background: #242424;
	padding-left: 15px;
	padding-right: 15px;
}

.our-service .text {
	color: #838383;
	padding-top: 20px;
	margin-right: 70px;
	padding-left: 101px;
}
.rus .our-service p {font-family: Arial;}
.our-service img {
	float: left;
	padding-right: 20px;
	clear: left;
}
.our-service img:last-child {
	margin-top: 20px;
}
.our-service h3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	height: auto;
	margin-top: 0;
}

.our-service h3 > .last-word {
	color: #f2df10;
}

.clearer {
	width: 100%;
	height: 30px;
}

.page-content {
	background: #e9e9e9;
	/* height: auto; */
	font-family: Ubuntu;
	font-weight: 400;
	overflow: hidden;
}

.page-content h1 {
	color: #b3b3b3;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.col-5-in > div {
	background: #fff;
	padding: 10px;
}

.col-5-in > div a {
	background: url('../images/icon06.png') no-repeat !important;
	background-position: left !important;
	font-weight: 700 !important;
	color: #9e9e9e !important;
	text-transform: uppercase !important;
	border: 0 none !important;
}

.col-5-in > div a:hover {
	background: none;
	border: 0 none;
	color: #9e9e9e;
	background: url('../images/icon06.png') no-repeat;
	background-position: left;
}

.col-5-in img {
	width: 100%;
	height: auto;
}

.tulemas a:last-child {
	padding-left: 10px;
}

.tulemas p {
	margin-bottom: 0;
}

.tulemas span{
	padding-top: 15px;
	display: block;
}

.content {
	width: 75%;
	float: left;
  position: relative;
}

.content .clearer {
	display: none;
}

section.sub-page-content > div {
	background: #FFF;
	padding: 30px;
	/* width: 1260px; */
}
section.sub-page-content > div:after {
	display: block;
	content: "";
	clear: both;
}

.sub-page-content h1 {
	color: #303030;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.submenu {
	width: 250px;
	float: right;
}

.submenu nav {
	background: #242424;
}

.submenu nav a {
	color: #838383;
	font-size: 16px;
}

.submenu nav a b {
	font-weight: 400;
}

.submenu nav a:hover {
	background: #FFF;
}

.sub-search-box {
	margin-top: 20px;
	background: #242424;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sub-search-box span {
	font-size: 16px;
	font-family: Ubuntu;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

.submenu-search {
	width: 250px;
	float: right;
}

.sub-search-form {
	height: 59px;
	background: #dadde0;
}

.sub-search-form input[type=text] {
	font-family: Open Sans;
	color: #000;
	width: 160px;
	padding-left: 10px;
	text-transform: uppercase;
}
.rus .sub-search-form input[type=text] {
	width: 139px;
}
.sub-search-form input {
	border-radius: 5px;
	height: 40px;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 10px;
}

#sub-search-button {
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 18px;
	margin-right: 10px;
	padding: 0 5px 0 5px;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	text-transform: uppercase;
}

.sub-search-form-manual {
	margin-top: 20px;
}

.sub-search-form-manual > select {
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin-bottom: 7px;
	padding: 15px;
	width: 200px;
	text-transform: uppercase;
	width: 100%;
	color: #5e5e5e;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #dadde0 url("../images/select_arrow.png") no-repeat 220px center;
}

#sub-search-button-manual {
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 18px;
	padding: 10px;
	border-radius: 5px;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	cursor: pointer;
	float: right;
	width: 100%;
	text-transform: uppercase;
}

.search-by-keyword {
	position: relative;
	overflow: visible !important;
	margin-bottom: 7px;
}
.search-by-keyword > input {
	width: 100%;
	height: 52px;
	border: 2px solid #dadde0;
	border-radius: 5px;
	font-size: 14px;
	padding: 0 15px;
	color: #5e5e5e;
}
.search-by-keyword > input::placeholder {
	color: #d1d1d2;
}
.search-by-keyword .ajax_search.on {
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(21,27,38,.08);
	border: 2px solid #edf1f2;
	border-radius: 5px;
}
.search-by-keyword .ajax_search.on .products a {
	display: flex;
	align-items: center;
	transition: 0.3s background-color;
}
.search-by-keyword .ajax_search.on .products a:hover {
	background: #f7f7f7;
}
.search-by-keyword .ajax_search.on .products a + a {
	padding: 3px 0;
	border-top: 1px solid #edf1f2;
}
.search-by-keyword .ajax_search.on .products a img {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.search-by-keyword .ajax_search.on .all-results {
	display: block;
	text-align: center;
	margin-top: 3px;
	background: #feeb40;
	padding: 7px 0;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	transition: 0.3s background-color;
}
.search-by-keyword .ajax_search.on .all-results:hover {
	background: #ffdf08;
}

.product-catalog > div {
	width: 21%;
}

.catalog-item {
	width: 21%;
	float: left;
	margin-right: 15px;
}

.catalog-item h3 {
	height: 120px;
}

.catalog-item h3 a {
	color: #000;
	font-size: 18px;
}

#delivery-address > h3, 
#delivery-smartpost > h3, 
#delivery-smartpost-ee > h3, 
#delivery-smartpost-fi > h3, 
#delivery-omniva > h3,
#delivery-omniva-ee > h3,
#delivery-omniva-lv > h3,
#delivery-omniva-lt > h3 {
	width: 100%;
	float: left;
}

.catalog-item:nth-child(4n+3) {
	clear: left;
}

.shopcart-product-img {
	float: left;
	margin: 20px 20px 20px 0;
}

.shopcart-product-info {
	margin:20px 0 40px 0;
	overflow: hidden;
}

.shop-product-records {
	float: left;
	width: 60%;
	margin-right: 30px;
}
.shop-product-records .stock {
	font-weight: bold;
	margin-top: 15px;
}
.shop-product-records .stock b {
	color: red;
}
.shop-product-records .price {
	font-size: 16px;
	padding-top: 15px;
}
.shop-product-records .normp {
	font-weight: bold;
}
.shop-product-records .normp.new-price {
	color: red;
}
.shop-product-records .price .price-note {
	font-size: 13px;
	color: red;
}
.shop-product-img {
	overflow: hidden;
	padding-top: 45px;
}
.shop-product-img img {
	display: block;
	width: 100%;
	height: auto;
}
.shop-product-img a:nth-child(n+2) {
	float: left;
	width: calc(100% / 3 - 5px);
	margin-left: 7px;
	margin-top: 7px;
}
.shop-product-img a:nth-child(2) {
	margin-left: 0;
}
.tooltip {
	display: inline-block;
	margin-left: 4px;
	margin-bottom: -3px;
	position: relative;
}
.tooltip .tooltip-icon {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ffde02 url('../images/icon-question-mark-black.svg') no-repeat center center;
	background-size: 11px 11px;
	cursor: pointer;
}
.tooltip .tooltip-text {
	display: none;
	position: absolute;
	top: -2px;
	left: calc(100% + 5px);
	background: #242424;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	padding: 4px 6px;
	border-radius: 4px;
	width: 200px;
	z-index: 2;
}
.tooltip:hover .tooltip-text {
	display: block;
}
.shop-connected {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #efefef;
}
.shop-connected h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}
.shop-connected .prodListTableHead {
	margin-top: 20px;
}
.prodListTable {
	margin-bottom: 50px;
}
.prodListTableHead {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	padding: 10px;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	border: 1px solid #FBE900;
}

.prodListItem {
	padding: 10px;
  overflow: hidden;
}

.prodListTableHead #one {
	display: block;
	float: left;
	width: 80px;
	margin-right: 8px;
}

.prodListTableHead #two {
	width: 570px;
	display: block;
	float: left;
}

.prodListTableHead #three {
	width: 200px;
}

.prodListTableHead #four {
	width: 150px;
	display: block;
	float: left;
}

.prodListItem #one {
	display: block;
	float: left;
	margin-right: 8px;
}
.prodListItem #one img {
	display: block;
	width: 80px;
	height: auto;
}

.prodListItem #two {
	display: block;
	width: 500px;
	/* float: left; */
}

.prodListItem #three{
	width: auto;
	float: right;
}

.prodListItem #three a{
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #000;
	padding: 5px 10px 5px 10px;
}

.prodListItem #three a:hover{
	background: #000;
	color: #FFF;
}

.prodListItem #four{
	display: block;
	width: 85px;
	float: right;
	text-align: center;
}

.prodListItem:nth-child(2n+1) {
	background: #F3F3F3;
}

.prodListItem .has-discount .new-price {
	color: #ff0000;
	font-weight: bold;
}
.prodListItem .has-discount .normp {
	text-decoration: line-through;
}

.section_yellow_open, .section_yellow_closed {
    border: 1px solid #FBE900;
    border-radius: 3px 3px 3px 3px;
    margin: 20px 0 5px 0;
}
.section_yellow_open h3, .section_yellow_closed h3 {
    background: #fff87b;
    background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
    background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
    background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
    margin: 0;
    padding: 0 10px;
}
.section_yellow_open h3 a {
    background: url("../images/bullet_arrow_up.png") no-repeat scroll right center transparent;
    display: block;
    padding: 10px 5px;
    color: #444444;
}
.section_yellow_closed h3 a {
    background: url("../images/bullet_arrow_down.png") no-repeat scroll right center transparent;
    display: block;
    padding: 10px 5px;
    color: #444444;
}
.section_yellow_closed .marks {
	display:none;
}
.section_yellow_open .marks {

}
.section_yellow_closed .groups {
	display:none;
}
.section_yellow_open .groups {
	padding: 10px 20px;
}

.section_gray_open, .section_gray_closed {
    border: 1px solid #E4E4E4;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
}
.section_gray_open h3, .section_gray_closed h3 {
    background-color: #E4E4E4;
    margin: 0;
    padding: 0 10px;
}
.section_gray_open h3 a {
    background: url("../images/bullet_arrow_up.png") no-repeat scroll right center transparent;
    display: block;
    padding: 10px 5px;
    color: #444444;
}
.section_gray_closed h3 a {
    background: url("../images/bullet_arrow_down.png") no-repeat scroll right center transparent;
    display: block;
    padding: 10px 0;
    color: #444444;
    padding: 10px 5px;
}
.section_gray_open .groups {
    margin-bottom: 10px;
    padding: 10px;
}

.section_gray_closed .groups {
	display:none;
}


.section_yellow_open, .section_gray_open {
    padding-bottom: 10px;
}

.saada-paring a {
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #000;
	padding: 10px 10px;
	cursor: pointer;
	line-height: 40px;
	border: 1px solid #ECDA00;
}

.shop-product-records .intro {
	margin-bottom: 20px;
	color: red;
}
.button {
	background: #fff87b !important;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%) !important;
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%) !important;
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 ) !important;
	color: #000 !important;
	padding: 10px 10px !important;
	cursor: pointer !important;
	line-height: 40px !important;
	border: 1px solid #ECDA00 !important;
}
.button7 {
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	padding: 10px 15px;
	color: #000;
	margin-top: 10px;
	display: inline-block;
	border: 1px solid #FBE900;
}
.mail-button {
	background: #fff87b !important;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%) !important;
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%) !important;
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 ) !important;
	color: #000 !important;
	padding: 10px 10px !important;
	cursor: pointer !important;
	border: 1px solid #ECDA00 !important;
	line-height: 20px;
	margin-top: 20px;
}

.buybutton {
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #000;
	padding: 10px 10px;
	cursor: pointer;
	line-height: 40px;
	border: 1px solid #ECDA00;
}

.buybutton:hover {
	background: #000;
	border: 1px solid #CCC;
	color: #fff;
}

.button:hover {
	color: #FFF;
	background: #464646;
	border: 1px solid #989898;
}

.footer-banks img {
    margin: 50px 16px 0px 16px;
    max-height: 40px;
    max-width: 150px;
}
.choose-payment {
	width: 50%;
}
.choose-payment > div {
	position: relative;
	margin: 0 0 -15px -15px;
}
.choose-payment > div > label {
	float: left;
	display: flex;
    align-items: center;
	margin: 0 0 15px 15px;
	border: 1px solid #dedede;
    padding: 6px;
    border-radius: 5px;
	width: calc(100% / 3 - 15px);
	cursor: pointer;
	height: 45px;
	transition: 0.3s all;
}
.choose-payment > div > label:hover {
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.choose-payment > div > label > div {
	overflow: hidden;
}
.choose-payment > div > label > div {
	width: calc(100% - 13px);
}
.choose-payment > div > label img  {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 31px;
}
.payment-options {
  color: #9e9e9e;
  font-size: 24px;
  margin-top: 50px;
  text-transform: uppercase;
}
.terms {
	padding-top: 25px;
	clear: both;
}
.terms > div {
	display: flex;
	align-items: center;
}
.footer-social {
	padding-bottom: 50px;
	border-top: 1px solid #CCC;
	margin-top: 40px;
}

.footer-social a {
	display: inline-block;
	position: relative;
	margin: 10px;
	margin-top: -56px;
	border: 10px solid #FFF;
	border-radius: 50%;
}

.footer-social img {
}

footer {
	background: #FFF !important;
}

footer > div {
	background: #FFF;
	overflow: hidden;
}
footer .copyright{
	text-align:left;
	color:#9f9e99;
	float: left;
	font-size: 13px;
	line-height: 16px;
}
footer .site-terms {
	float: right;
}
footer .site-terms > a {
	display: inline-block;
}
footer .site-terms > a + a {
	margin-left: 20px;
}

.cart_head {
	overflow: hidden;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #d9d9d9;
}
.cart_head > div{
	float: left;
	padding: 5px 10px;
}
.cart_head .th_1 {width: 50px;}
.cart_head .th_2 {width: 410px;}
.cart_head .th_3 {width: 70px;text-align: right;}
.cart_head .th_4 {width: 80px;text-align: right;}
.cart_head .th_5 {width: 70px;text-align: right;}
.cart_head .th_6 {width: 105px;text-align: right;}
.cart_list {
	overflow: hidden;
}
.cart_list > div {
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	float: none !important;
}
.cart_list > div > * {
	float: left;
	padding: 5px 10px;
}
.cart_list > div .td_img {
	width: 50px;
	padding: 5px 0;
}
.cart_list > div .td_img img {
	display: block;
	width: 100%;
	height: auto;
}
.cart_list > div .td_name {
	display: block;
	width: 410px;
	font-size: 1.125em;
	color: #000;
}
.cart_list > div .td_remove {
	display: block;
	width: 80px;
	font-size: 11px;
	color: #ff0000;
	text-transform: uppercase;
}
.cart_list > div > span {
	width: 75px;
	text-align: right;
	font-size: 1.125em;
}
.cart_list > div > div {
	width: 115px;
}
.cart_list > div > div > a {
	display: block;
	float: left;
	padding: 5px 0;
	width: 26px;
	text-align: center;
	background: #D4AB2C;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.cart_list > div > div > a:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.cart_list > div > div > input {
	display: block;
	float: left;
	width: 40px;
	padding: 4px 10px;
	text-align: center;
	border-radius: 0;
}
.cart_list > div > div > b {
	display: none;
}
.cart_total {
	overflow: hidden;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
}
.cart_buttons {
	overflow: hidden;
	margin: 20px 0 0 -10px;
}
.cart_buttons a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background: #eee;
	border: 1px solid #eee;
	padding: 7px 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #999;
	border-radius: 3px;
}
.cart_buttons a:hover {
	border: 1px solid #ccc;
}
.cart_buttons .buy {
	float: right;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	border: 0 none;
	color: #000;
	font-size: 14px;
	margin: 0;
	border-radius: 3px;
}
.cart_buttons .buy:hover {
	background: #000;
	border: 0 none;
	color: #fff;
}
.cart_items {
	font-size: 11px !important;
	font-weight: normal;
  color: #E80000;
}
.checkout {
	overflow: initial !important;
}
.checkout #different{
}
.checkout input, .checkout textarea, .checkout select {
	width: 50% !important;
}
.checkout input[type=submit] {
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	cursor: pointer;
	margin-top: 30px;
	box-shadow: none;
}
.checkout input[type=submit]:hover {
	box-shadow: 2px 2px 2px 0 #ededed inset;
}
.checkout .i-agree {
	font-weight: bold;
	font-size: 15px;
}
.no-delivery-notification {
    border: 2px solid red;
    padding: 10px 10px;
	font-weight: 500;
	width: 50%;
}
.print-icon {
	background: url('../images/print.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	opacity: 0.5;
	position: absolute;
	top: 10px;
	right: 0;
}
#print .noPrint {
  display: none;
}
#print #logo img {
	width: auto;
	height: auto;
}
#print #footer {
	text-align: center;
	background: #FAFAFA;
	width: 100%;
	padding: 10px 0 10px 0;
  border-top: 2px solid #E2E2E2;
}
#print #header {
	background: #FAFAFA;
	text-align: center;
	padding-bottom: 20px;
  border-bottom: 2px solid #E2E2E2;
}
#print #icon {
	background: #ffe72a;
	width: auto;
	height: auto;
	padding: 5px;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: -8px;
}
#print #icon:first-child {
	margin-left: 0;
}
#print #send_request_form {
  display: none;
}
#print p {
  float: left;
}
#print .shop-product-records {
	max-width: 55%;
}
#print .shop-product-img {
	padding-top: 25px;
}
#print #stock-address {
  margin-top: 35px;
}
.privacy-policy {
  float: right;
  display: block;
}
.fin .search-form-text span:first-child,
.eng .search-form-text span:first-child {
	display: none;
}
.fin .search-form-text,
.eng .search-form-text {
	right: 60px;
	margin-top: 70px;
}
.rus .search-form-text {
	font-family: 'Bad Script', cursive;
}
.fin .search-form,
.eng .search-form {
	display: none;
}
.fin .sub-search-box,
.eng .sub-search-box {
	display: none;
}
.fin .search-form-text > span:last-child,
.eng .search-form-text > span:last-child {
	font-size: 75px;
}
.notif-text {
	margin-bottom: 20px;
	color: red;
	font-weight: bold;
}
.product-state {
	margin-top: 20px;
}
.product-state span {
	color: red;
	font-weight: bold;
}
#send_request_form {
	margin-top: 50px;
}
.required-note {
	color: red;
}
.login {
	overflow: hidden;
	float: right;
}
.welcome-msg {
	float: right;
	color: #fff;
	margin: 19px 0 0 40px;
}
.login-btn {
	margin: 0 0 0 40px;
}
.logout-btn {
	margin: 0 0 0 15px;
}
.login-btn,
.logout-btn {
	display: block;
	float: right;
	border-radius: 2px;
	padding: 5px 10px 5px 33px;
	cursor: pointer;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.login-btn:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	display: block;
	background: url('../images/login@2.png') no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}
.logout-btn:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	display: block;
	background: url('../images/logout@2.png') no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}
#loginpage {
	margin-top: 20px;
}
#loginpage label {
	width: 150px;
}
.campaign {
	display: block;
	text-align: center;
	padding: 20px 0 30px;
	background: #242424;
}
.campaign .campaign-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.campaign .campaign-title .title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNDgiIGhlaWdodD0iNDgiCnZpZXdCb3g9IjAgMCAxOTIgMTkyIgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDE5MnYtMTkyaDE5MnYxOTJ6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgaWQ9IkxheWVyXzEiPjxwYXRoIGQ9Ik05Niw4bDE4LjAyNCwyMC4xMTZsMjUuOTc2LC04LjExNmw1Ljg2LDI2LjE0bDI2LjE0LDUuODZsLTgsMjUuOTc2bDIwLDE4LjAyNGwtMjAsMTguMDI0bDgsMjUuOTc2bC0yNi4xNCw1Ljg2bC01Ljg2LDI2LjE0bC0yNS45NzYsLTguMTE2bC0xOC4wMjQsMjAuMTE2bC0xOC4wMjQsLTIwLjExNmwtMjUuOTc2LDguMTE2bC01Ljg2LC0yNi4xNGwtMjYuMTQsLTUuODZsOCwtMjUuOTc2bC0yMCwtMTguMDI0bDIwLC0xOC4wMjRsLTgsLTI1Ljk3NmwyNi4xNCwtNS44Nmw1Ljg2LC0yNi4xNGwyNS45NzYsOC4xMTZ6IiBmaWxsPSIjZjJkZjEwIj48L3BhdGg+PGcgaWQ9InN1cmZhY2UxXzRfIiBmaWxsPSIjMDAwMDAwIj48cGF0aCBkPSJNODAsMTI5LjIwNGwtNi43OTYsLTRsMzguNzk2LC02Mi40MDhsNi43OTYsNHoiPjwvcGF0aD48cGF0aCBkPSJNNzYsNTZjLTcuMjA0LDAgLTE2LDQuNDA4IC0xNiwxNnY0YzAsNy4yMDQgNC40MDgsMTYgMTYsMTZjOC40MDgsMCAxNiwtNS41OTIgMTYsLTE2di00YzAsLTEwIC02Ljc5NiwtMTYgLTE2LC0xNnpNODMuMjA0LDc2YzAsNS4yMDQgLTIuNzk2LDggLTcuMjA0LDhjLTMuNTkyLDAgLTcuMjA0LC0yLjQwOCAtNy4yMDQsLTh2LTRjMCwtNS41OTIgMy42MDgsLTguNDA4IDcuMjA0LC04LjQwOGM1LjU5MiwwIDcuMjA0LDUuMjA0IDcuMjA0LDguNDA4eiI+PC9wYXRoPjxwYXRoIGQ9Ik0xMTYsMTM2YzcuMjA0LDAgMTYsLTQuNDA4IDE2LC0xNnYtNGMwLC03LjIwNCAtNC40MDgsLTE2IC0xNiwtMTZjLTguNDA4LDAgLTE2LDUuNTkyIC0xNiwxNnY0YzAsMTAgNi43OTYsMTYgMTYsMTZ6TTEwOC43OTYsMTE2YzAsLTUuMjA0IDIuNzk2LC04IDcuMjA0LC04YzMuNTkyLDAgNy4yMDQsMi40MDggNy4yMDQsOHY0YzAsNS41OTIgLTMuNjA4LDguNDA4IC03LjIwNCw4LjQwOGMtNS41OTIsMCAtNy4yMDQsLTUuMjA0IC03LjIwNCwtOC40MDh6Ij48L3BhdGg+PC9nPjwvZz48L2c+PC9zdmc+') 50% 50% no-repeat;
	background-size: 50px 50px;
	background-position: left center;
	padding-left: 64px;
	text-align: left;
	min-height: 50px;
	display: flex;
	align-items: center;
	width: auto;
}
.campaign .campaign-timer {
	color: #d4d4d4;
	line-height: 1;
	margin-top: 10px;
}
.campaign .campaign-timer .timer-text {
	font-size: 13px;
  margin-right: 6px;
}
.campaign .campaign-timer span:not(.timer-text) {
	font-size: 13px;
	font-weight: bold;
}
.error,
.form-error input,
.form-error textarea,
.form-error .label-checkbox > span {
	border-color: #ff9a9a !important;
	color: #ff4d4d;
}
.cookie-message {
	padding: 15px 0;
	background: #fff;
	overflow: hidden;
}
.cookie-message > div {
	display: flex;
	align-items: center;
}
.cookie-message .message {
	float: left;
	margin-right: 20px;
}
.cookie-message .message a {
	text-decoration: underline;
}
.cookie-message .actions {
	float: left;
}
.cookie-message .cookie-btn {
	display: block;
	float: left;
    background: #fff87b;
    background: -moz-linear-gradient(top, #fff87b 0%, #ffe72a 69%, #ffde01 100%);
    background: -webkit-linear-gradient(top, #fff87b 0%,#ffe72a 69%,#ffde01 100%);
    background: linear-gradient(to bottom, #fff87b 0%,#ffe72a 69%,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #000;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
/* ********|| LAZYLOAD ANIMATION STARTS ||******** */
@keyframes appear {
	from {opacity: 0;}
	to {opacity: 1;}
}
.appear {opacity: 0;}
.appear.lazyloaded {opacity: 1;animation: appear 0.7s forwards;}
/* ********|| LAZYLOAD ANIMATION ENDS ||******** */

@media screen and (max-width: 1200px) { /* phone */
	.cookie-message {
		padding: 15px 20px;
	}
	.cookie-message > div {
		display: block;
	}
	.header-top {
		text-align: center;
	}
	.header-top img {
		float: none;
	}
	.header-top nav {
		float: none;
		overflow: hidden;
		width: 100%;
		margin-bottom: 20px;
	}
	.lang {
		position: absolute !important;
		right: 0;
	}
	.catalog-item {
		width: 20%
	}
	.catalog-item img {
		width: 100%;
	}
	.header_notification {
		width: auto;
		padding-right: 0;
		float: none;
		/* margin-bottom: 20px; */
	}
	.header_notification span {
		text-align: center;
	}
	.sidebar-actions {
		width: auto;
	}
}

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,400italic,500,700);

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	font-family: Ubuntu;
	font-weight: 400;
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
	background:#e9e9e9;
}
body, table, td, th {
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}

a {
	color: #136483;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #000;
	text-decoration: none;
}

b, strong {font-weight: 700;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin: 20px 0;
	color: #000;
}
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 28px; line-height: 32px; }
h3 { font-size: 22px; line-height: 26px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p {margin: 20px 0;overflow: hidden;font-weight: 200;}
ul {list-style-type: none;}
ul li {
	background: url(../img/base/arr_right.png) no-repeat left 6px;
	padding: 0 0 5px 12px;
}

.campaign > div > div,
header > div,
footer > div,
section > div,
.content-wrapper {
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
	height: inherit;
	position: relative;
	/* overflow: hidden; */
}

header {
	background: #efefef;
	/* height: 60px; */
	transition: all 0.5s;
}
header > div {
	/* overflow: hidden; */
	min-height: 100px;
}
header .logo {
	display: block;
	width: 100px;
	height: inherit;
	background: url(http://placehold.it/100x60&text=LOGO) no-repeat left top;
	float: left;
}
header.sticky {position: fixed;width: 100%;top: 0; z-index: 1000;box-shadow: 0 0 5px #666;}
.headersticky {display: none;}
.headersticky.sticky {display: block;}

.mobilemenu {
	display: none;
	float: right;
	background: #242424;
	padding: 10px 6px;
	margin: 12px 0 0 0;
}
.mobilemenu > span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #f2df10;
}
.mobilemenu > span + span {
	margin: 4px 0 0 0;
}
header nav {
	float: right;
	/* height: inherit; */
}
header nav a {
	display: block;
	float: left;
	margin: 39px 16px 0;
	/* height: inherit; */
}
header nav a:first-child {
}
header .lang {
	position: relative;
	float: right;
	background: #dadde0;
	color: #787878;
	text-transform: uppercase;
	margin: 34px 0 0 20px;
	min-width: 110px;
	margin-right: 10px;
}
header .lang a {
	color: #787878;
}
header .lang a:hover {
	color: #787878;
	border: none;
}
header .lang span {
	display: block;
	padding: 5px 20px 5px 0;
	margin: 0 10px;
	background: url(../images/lang_arrow.png) no-repeat right center;
	cursor: pointer;
	text-align: center;
}
header .lang div {
	display: none;
	position: absolute;
	width: 100%;
	background: #efefef;
	z-index: 11000000;
	/* padding: 5px 0; */
}
header .lang div a {
	display: block;
	padding: 5px 10px;
	margin: 0 0 0;
	line-height: 15px;
}
header .lang div a:hover {
	background: #F9F9F9;
}
header .lang img {
	margin-right: 5px;
}
.lang span img {
	margin: 4px 5px 0 0;
}
.languages {
	display: block !important;
	width: 150px;
	margin: 0 auto;
}
footer {
	background: #efefef;
}
footer > div {
	text-align: center;
	padding: 20px;
}
footer > div > span {
	display: inline-block;
	margin: 0 20px;
	color: #ccc;
}

aside {
	display: none;
	position: fixed;
	width: 80%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	background: #222;
	z-index: 12000;
	box-shadow: 0 0 5px #666;
	transition: all 0.5s;
	left: -100%;
	padding: 30px 0;
}
aside.active {
	left: 0;
}
aside a {
	display: block;
	padding: 10px 30px;
	color: #666;
}
aside > a {
	font-size: 18px;
	border-top: 1px solid #233;
	border-bottom: 1px solid #211;
	color: #999;
}
aside a:hover {
	color: #fff87b !important;
}
aside a:first-child {
	border-top: 0 none;
}
aside > a:last-child {
	border-bottom: 0 none;
}
aside div {
	background: #211;
	padding: 6px 0;
}
aside div a {
	padding: 6px 30px;
}
aside div div {
	padding-left: 20px;
}

aside span {
	margin-left: 30px;
}

aside span a {
	padding: 5px;
}

aside #cart span {
	color: #999;
	text-transform: none;
	font-weight: normal;
	margin-left: 0;
}
aside > #cart {
	float: left;
	width: 100%;
	background: none;
	padding: 10px 30px;
	margin-bottom: 20px;
}

aside #phone,
aside #email,
aside #address,
aside #help {
	display: block;
}

aside #help {
	font-size: 15px;
	padding-bottom: 10px;
}

aside #address {
	padding: 5px 35px;
	margin-bottom: 15px;
}

aside > span {
	display: none;
}

aside > div > a img {
	margin-right: 5px;
}

aside .languages a {
	padding-left: 0;
}

aside .languages a img {
	margin-right: 5px;
}

aside #cart:before {
	background: none;
}

aside #cart:after {
	background: none;
}

.col-2,
.col-3,
.col-4,
.col-5 {
	overflow: hidden;
	position: relative;
	margin: 0 0 -15px -15px;
	padding: 0 0 15px 0;
}
.col-2 > div,
.col-3 > div,
.col-4 > div,
.col-5 > div {
	float: left;
	overflow: hidden;
	/*background: #ff0000; DEMO*/
	margin: 0 0 15px 15px;
}

.col-2 > div {width: 592.5px;}
.col-3 > div {width: 390px;}
.col-4 > div {width: 288.7px;}
.col-5 > div {width: 228px;}

.col-3 > div.col-x2 {width: 795px;}
.col-4 > div.col-x2 {width: 592.4px;}
.col-5 > div.col-x2 {width: 471px;}

.col-4 > div.col-x3 {width: 896.1px;}
.col-5 > div.col-x3 {width: 714px;}
/*
.col-2 > div:first-child,
.col-3 > div:first-child,
.col-4 > div:first-child,
.col-5 > div:first-child,
.col-2 > div:nth-child(2n+1),
.col-3 > div:nth-child(3n+1),
.col-4 > div:nth-child(4n+1),
.col-5 > div:nth-child(5n+1) {
	clear: left;
}
*/

.col-2-in,
.col-3-in,
.col-4-in,
.col-5-in {
	overflow: hidden;
	position: relative;
	margin: 30px 0 -15px -2%;
}
.col-2-in > div,
.col-3-in > div,
.col-4-in > div,
.col-5-in > div {
	float: left;
	overflow: hidden;
	margin: 0 0 15px 2%;
	/*background: #ffff00; DEMO*/
}
.col-2-in > div {width: 48%;}
.col-3-in > div {width: 31.33%;}
.col-4-in > div {width: 23%;}
.col-5-in > div {width: 18%;cursor: pointer;}

.col-3-in > div.col-x2 {width: 64.66%;}
.col-4-in > div.col-x2 {width: 48%;}
.col-5-in > div.col-x2 {width: 38%;}

.col-4-in > div.col-x3 {width: 73%;}
.col-5-in > div.col-x3 {width: 58%;}

.col-2-in > div:first-child,
.col-3-in > div:first-child,
.col-4-in > div:first-child,
.col-5-in > div:first-child,
.col-2-in > div:nth-child(2n+1),
.col-3-in > div:nth-child(3n+1),
.col-4-in > div:nth-child(4n+1),
.col-5-in > div:nth-child(5n+1) {
	clear: left;
}


.bx-viewport {
	height: 350px;
}
/*
.bx-wrapper {
	clear: both;
	overflow: hidden;
}
*/
.bxslider {
	height: inherit;
}
.bxslider > div {
	height: inherit;
	background: no-repeat center center;
	background-size: cover;
}
.bxslider > div > div {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	background: rgba(255,255,255, 0.5);
	padding: 20px 0 60px 0;
}
.bxslider > div > div h2 {
	margin: 0;
}
.bxslider > div > div p {
	margin: 0;
}
.sub .bx-viewport {
	height: 250px;
}
.sub .bx-controls-direction {
	display: none;
}
.sub .bxslider > div > div {
	display: none;
}

.wai {
	overflow: hidden;
}
.wai > a {
	display: block;
	float: left;
	background: url(../img/base/arr_right.png) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}
.wai > a:first-child {
	background: none;
	padding: 0;
}

section nav {
	overflow: hidden;
	padding: 10px 0;
}
section nav a {
	display: block;
	padding: 6px 20px;
}
section nav > a {
	font-size: 14px;
}
section nav div {
	background: #eee;
	overflow: hidden;
	padding: 10px 0;
}
section nav div a {
	display: block;
	padding: 4px 20px 4px 40px;
}
.content form {
	overflow: hidden;
}
.content form > div {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.content form > div > * {
	float: left;
}
.content form > div label input[type=radio] {
	width: auto !important;
	box-shadow: none;
}
.content form > div > input[type=radio] {
	width: auto !important;
}
.choose-payment input[type=radio],
.terms input[type=checkbox] {
	width: auto !important;
	float: left;
	margin-right: 10px;
}
#delivery-address input, 
#delivery-smartpost input, 
#delivery-smartpost-ee input, 
#delivery-smartpost-fi input, 
#delivery-omniva input,
#delivery-omniva-ee input,
#delivery-omniva-lv input,
#delivery-omniva-lt input {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.content form > div > label {
	width: 33.3%;
	padding: 0 10px 0 0;
	/* overflow: hidden; */
	min-height: 5px;
	white-space: nowrap;
}
.content form > div > label img {
	height: 16px;
	width: 47px;
}
.content form > div > b {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	margin: 2px 0 0 10px;
}
.content form input,
.content form select,
.content form textarea {
	background: #fafafa;
	padding: 5px 10px;
	width: 40%;
	transition: 0.5s all;
	box-shadow: 2px 2px 2px 0 #ededed inset;
	border: 1px solid #ddd;
}
.content form input:focus,
.content form select:focus,
.content form textarea:focus {
	border: 1px solid #fff87b;
}
.content form input[type=submit] {
	box-shadow: none;
	cursor: pointer;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	transition: none;
	border: 1px solid #f5e800;
}
.content form input[type=submit]:hover {
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
}
.content form.checkout input[type=checkbox] {
	width: auto !important;
	margin-right: 10px;
}
.content form input:hover,
.content form select:hover,
.content form textarea:hover,
.content form input:focus,
.content form select:focus,
.contentform textarea:focus {
	background: #fff;
}
.cont form textarea {
	width: 60%;
	height: 120px;
}
.content form .form-error input,
.content form .form-error select,
.content form .form-error textarea {
	border: 1px solid #ff0000 !important;
}
.content form .form-error b {
	color: #ff0000;
}
.content form button {
	background: #ccc;
	padding: 5px 10px;
	margin: 0 0 0 33.3%;
	transition: 0.5s all;
}
.content form button:hover {
	background: #ddd;
}

.error-message {
	font-weight:bold;
	color:red;
}

.form-col1 {
	width: 30%;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 5px;
}

.form-col2 {
	float: left;
	width: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.form-col3 {
	margin-bottom: 10px;
}

.form-col3 > .button {
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #303030;
	border: none;
	cursor: pointer;
}

.delivery-opt {
	text-align: left !important;
	width: auto;
	padding: 10px 3px 0 0;
	line-height: 33px;
}

.delivery-opt select {
	margin: 3px 0 0 15px;
	border: 1px solid #DADADA;
	padding: 5px 5px 5px 5px;
}

.paymentoption-col1 {
	text-align: left;
	width: auto;
}

.paymentoption-col2 {
	text-align: left;
}

.content input, textarea {
	border: 1px solid #DADADA;
	width: 50% !important;
	padding: 5px 5px 5px 5px;
}
.contact_map{
	display: block;
}
.contact_map iframe{
	width: 100%;
	height: 400px;
	display: block;
}

.catalogue-module {
	overflow: hidden;
	margin-top: 20px;
}
.catalogue-module .main-image {
	float: left;
	width: calc(100% - 200px);
	padding-right: 20px;
}
.catalogue-module .main-image img {
	display: block;
	width: 100%;
	height: auto;
}
.catalogue-module .thumbs {
	float: left;
	width: 200px;
}
.catalogue-module .thumbs img {
	display: block;
	width: 100%;
	height: auto;
}
.catalogue-module .thumbs a {
	display: block;
}
.catalogue-module .thumbs a + a {
	margin-top: 10px;
}

.contacts-box1,
.contacts-box2,
.contacts-box3 {
	display: inline-block;
	width: 33%;
	font-size: 15px;
}
.presego_tag {
	display: block;
	position: fixed;
	width: 20px;
	height: 47px;
	right: 0;
	top:90%;
	background: url(../images/presego_tag.png) no-repeat right top;
	z-index: 9999;
}
.pageNumbers {
	margin-top: 50px;
	text-align: center;
}
.pageNumbers a {
	font-size: 16px;
	padding: 0 7px;
}
.pageNumbers a.on {
	color: #000;
	background: #F3F3F3;
	padding: 5px 10px;
}
.giftcard {
	margin-top: 40px;
	padding: 20px;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #eaea00;
}
.giftcard .about-giftcard {
	width: calc(100% - 300px);
	float: left;
	padding-right: 40px;
}
.giftcard h2,
.giftcard p {
	margin-top: 0;
	color: #303030;
}
.giftcard .action-area {
	width: 300px;
	float: right;
	background: #eace25;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
}
.giftcard .action-area span {
	display: block;
}
.giftcard form input {
	width: 100% !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 7px 12px;
	text-align: center;
	color: #9e9e9e;
}
.giftcard form button {
	float: right;
	width: 100%;
	margin: 0;
	padding: 7px 15px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #5e5e5e;
	font-weight: bold;
	text-transform: uppercase;
}
.giftcard form button:hover {
	background: #fff87b;
	background: -moz-linear-gradient(top,  #fff87b 0%, #ffe72a 69%, #ffde01 100%);
	background: -webkit-linear-gradient(top,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	background: linear-gradient(to bottom,  #fff87b 0%,#ffe72a 69%,#ffde01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff87b', endColorstr='#ffde01',GradientType=0 );
	color: #000;
}
/* responsive */
@media screen and (max-width: 1250px) {
	.search-form-manual {
		margin-right: 10px;
	}
	.search-parts {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.sidebar.yellow.byCode {
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.campaign > div > div,
	header > div,
	footer > div,
	section > div,
	.content-wrapper {
		width: auto;
	}
	.col-2 > div {width: 482.5px;}
	.col-3 > div {width: 316.6px;}
	.col-4 > div {width: 233.7px;}
	.col-5 > div {width: 184px;}

	.col-3 > div.col-x2 {width: 648.2px;}
	.col-4 > div.col-x2 {width: 482.4px;}
	.col-5 > div.col-x2 {width: 383px;}

	.col-4 > div.col-x3 {width: 731.1px;}
	.col-5 > div.col-x3 {width: 582px;}
	.search-form-text {
		font-size: 60px;
	}
	.search-form-text > span:last-child {
		margin-left: -200px;
	}
	#help, #phone, #email, #address {
		margin-right: 37px;
	}
	.lang span img {
		margin-bottom: -4px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 1024px) {
	.mobilemenu {display: block; margin: 10px 10px 0 0;}
	header nav {
		display: none;
		position: absolute;
		width: 100%;
		top: 60px;
		background: #fff;
		z-index: 11500;
	}
	header nav a {
		float: none;
	}
	section nav {
		display: none;
	}
	aside {
		display: block;
	}
	.col-3 > div,
	.col-4 > div,
	.col-5 > div,
	.col-3-in > div,
	.col-4-in > div,
	.col-x2,
	.col-x3 {
		float: none;
		width: auto !important;
	}
	.col-5-in > div {
		width: 48% !important;
	}
	.col-5-in > div:nth-child(2n+1) {
		clear: left;
	}
	.col-5-in > div:nth-child(5n+1) {
		clear: none;
	}
	.col-5-in img {
		width: 100%;
		max-width: 200px;
		height: auto;
	}
	.page-content h1 {
		padding-left: 15px;
		text-align: center;
	}
	.tulemas {
		text-align: center;
	}
	.search-container {
		background: none;
		max-height: 440px !important;
		margin: 30px 30px;
		background: #242424;
		padding: 20px;
		border-radius: 10px;
	}
	.search-form {
		width: 100%;
		margin-left: 0;
		position: relative;
		top: 0px;
	}
	.search-form-manual {
		bottom: 145px;
	}
	.search-form > form {
		width: 100%;
	}
	.search-form > form > input  {
		width: 100%;
		margin-top: 7px;
	}
	.search-form input[type=text] {
		width: 100%;
		text-align: center;
	}
	.search-form-text {
		display: none;
	}
	.search-form-manual {
		width: 100%;
		margin-right: 0 !important;
	}
	.search-form-manual > select {
		width: 100%;
		background: #FFF url("../images/select_arrow.png") no-repeat 96% center;
	}
	.search-form-manual > input {
		width: 100%;
	}
	.header-info {
		display: none !important;
	}
	.header-logo {
		margin-left: 34px;
	}
	.header-logo {
		float: none;
	}
	.header-logo img {
		margin: 0 auto;
	}
	.campaign .campaign-title .title {
		padding-left: 80px;
		padding-right: 20px;
		background-position: center left 20px;
	}
	.submenu {
		display: none;
	}
	.content {
		min-width: 100% !important;
	}
	section.sub-page-content > div {
		width: 100%;
	}
	.lang {
		display: none;
	}
	.our-service img {
		float: none;
		display: block;
		margin: 0 auto;
		padding-right: 0;
	}
	.our-service h3 {
		text-align: center;
   		line-height: 24px;
	}
	.our-service .left {
		width: 100%;
	}
	.our-service .right {
		width: 100%;
	}
	.our-service .text {
		margin-right: 0;
		text-align: center;
		padding-left: 0;
	}
	.form-col1 img {
		max-width: 47px;
	}
	.catalog-item {
		background-color: #e9e9e9;
		margin: 0 20px 20px 0;
		padding: 10px;
		width: 44.5%;
		text-align: center;
		min-height: 260px;
	}
	.catalog-item img {
		max-width: 200px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.catalog-item h3  {
		height: auto;
	}
	.catalog-item h3 a {
		font-size: 13px;
	}
	.catalog-item p {
		margin: 0;
	}
	.catalog-item:nth-child(2n+1){
		clear: left;
	}
	footer .copyright {
		float: unset;
		text-align: center;
	}
	footer .site-terms {
		float: unset;
		text-align: center;
		margin-top: 10px;
	}
	footer .site-terms a {
		display: block;
	}
	footer .site-terms > a + a {
		margin-left: 0;
	}
	.footer-banks img {
		height: 20px;
		width: auto;
	}
	.sidebar.yellow.byCode {
		width: auto;
		float: initial;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	header.sticky .header-logo {
		height: 0;
		overflow: hidden;
	}
	.header-logo {
		height: 100px;
		transition: 0.5s all;
	}
}
@media screen and (max-width: 980px) {
	.campaign > div > div,
	header > div,
	footer > div,
	section > div,
	.content-wrapper {
		width: auto;
	}

	.col-2,
	.col-3,
	.col-4,
	.col-5 {
		margin: 0 0 -15px -2%;
	}
	.col-2 > div,
	.col-3 > div,
	.col-4 > div,
	.col-5 > div {
		margin: 0 0 15px 2%;
	}
	.col-2 > div {width: 48%;}
	.col-3 > div {width: 31.33%;}
	.col-4 > div {width: 23%;}
	.col-5 > div {width: 18%;}

	.col-3 > div.col-x2 {width: 64.66%;}
	.col-4 > div.col-x2 {width: 48%;}
	.col-5 > div.col-x2 {width: 38%;}

	.col-4 > div.col-x3 {width: 73%;}
	.col-5 > div.col-x3 {width: 58%;}
}

@media screen and (max-width: 895px) {
	.prodListItem #two {
		width: auto;
		overflow: hidden;
		float: none;
	}
	.prodListItem #three {
		display: none;
	}
	.prodListItem #four {
		width: 60px;
		float: right;
		text-align: right;
	}
	.prodListItem #one {
		float: left;
	}
	.prodListTableHead #four {
		float: right;
		text-align: right;
		width: 60px;
	}
	.prodListTableHead #two {
		width: auto;
	}

}

@media screen and (max-width: 800px) {
	.contacts-box1,
	.contacts-box2,
	.contacts-box3 {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.col-2 > div,
	.col-2-in > div {
		float: none;
		width: auto;
	}
	.cont form > div label {
		float: none;
		width: 100%;
		padding: 0 0 7px 0;
	}
	.content form > div > label {
		float: none;
		width: 100%;
		padding: 0 0 7px 0;
	}
	.cont form input,
	.cont form select,
	.cont form textarea {
		width: 90%;
	}
	.cont form textarea {
		width: 90%;
	}
	.cont form button {
		margin: 0;
	}
	footer > div span {
		display: block;
		clear: both;
		height: 0;
		overflow: hidden;
	}
	.our-service .left {
		width: 100%;
	}
	.our-service .right {
		width: 100%;
	}
	.form-col1 {
		width: 96.5%;
		text-align: center;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.form-col2 {
		width: 1%;
	}
	.form-col3 {
		width: 100%;
	}
	.content input, textarea {
		width: 96% !important;
		margin: 0 auto;
	}
	.cart_buttons a {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.cart_head div {
		display: none;
	}
	.content form {
		width: auto;
		margin: 0 auto;
	}
	.delivery-opt select {
		width: 97%;
		margin: 0;
	}
	.no-delivery-notification {
		width: 92% !important;
	}
	.paymentoption-col1 {
		text-align: left;
	}
	.paymentoption input {
		float: right !important;
		width: 50px !important;
	}
	.paymentoption {
		margin-bottom: 10px;
	}
	.choose-payment > div > label {
		width: calc(100% / 4 - 15px);
	}
	.content form input,
	.content form select,
	.content form textarea {
		width: 92% !important;
	}
	.catalog-item h3  {
		line-height: 20px;
		height: 35px;
	}
	.choose-payment {
		width: 100%;
	}
	.login {
		float: none;
	}
	.welcome-msg {
		margin-left: 0;
	}
	.giftcard .about-giftcard {
		width: auto;
		padding-right: 0;
	}
	.giftcard .action-area {
		width: auto;
		float: none;
		overflow: hidden;
	}
	.sidebar.yellow.byCode .sidebar-actions span {
		display: none;
	}
	.sidebar-actions {
		float: none;
		width: 280px;
		margin: 0 auto;
	}
	.sidebar.yellow.byCode form {
		float: none;
		margin-left: 0;
		margin-top: 10px;
	}
	.login-btn, .logout-btn {
		float: none;
		margin-left: 0;
		text-align: center;
	}
	.sidebar.yellow.byCode form input[name=s] {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		float: left;
		width: calc(100% - 80px);
		text-align: center;
	}
	.sidebar.yellow.byCode form input[name=button] {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		width: 80px;
	}
	.campaign-title {
		font-size: 20px;
		line-height: 25px;
	}
	.campaign .campaign-timer {
		margin-top: 14px;
	}
	.campaign .campaign-timer .timer-text {
		display: block;
		margin-right: 0;
		line-height: 1;
	}
	.groups ul li {
		width: calc(100% / 2);
	}
	.catalogue-module .main-image {
    		width: calc(100% - 130px);
	}
	.catalogue-module .thumbs {
    		width: 130px;
	}
}
@media screen and (max-width: 650px) {
	.campaign {
		padding: 20px 0;
	}
	.campaign .campaign-title .title {
		font-size: 14px;
    		line-height: 20px;
	}
	.shop-product-img {
		width: 100%;
		padding-top: 30px;
		text-align: center;
	}
	.shop-connected {
		margin-top: 30px;
		padding-top: 20px;
	}
	.choose-payment > div > label {
		width: calc(100% / 3 - 15px);
	}
	.shop-product-records {
		width: 100%;
	}
	.tooltip {
		position: initial;
	}
	.tooltip .tooltip-text {
		top: initial;
		left: 8px;
		margin-top: 6px;
	}
}

@media screen and (max-width: 490px) {
	section.sub-page-content > div {
		padding: 10px;
	}
	.catalog-item h3  {
		line-height: 20px;
		height: 50px;
	}
	.contact_map iframe{
		height: 200px;
	}
	.groups ul li a {
		font-size: 13px;
	}
}

@media screen and (max-width: 460px) {
	.col-5-in > div {
		width: 100% !important;
	}
	.col-5-in img {
		max-width: 99999px;
		padding: 0 2% 0 0;
	}
	.content img {
		width: 100%;
		height: auto;
	}
	.shopcart-product-img {
		margin: 0 auto;
		padding: 20px 0 20px 0;
	}
	.shopcart-product-info {
		overflow: visible;
	}
	.shop-product-img {
		width: 100%;
		padding-top: 30px;
		text-align: center;
	}
	.content form {
		width: 100%;
	}
	.catalog-item {
		width: 100% !important;
	}
	.catalog-item img {
		width: 100% !important;
	}
	.catalog-item h3 {
		height: 30px !important;
	}
	.catalogue-module .main-image {
		width: calc(100% - 100px);
		padding-right: 10px;
	}
	.catalogue-module .thumbs {
    width: 100px;
	}
}
@media screen and (max-width: 420px) {
	.choose-payment > div > label {
		width: calc(100% / 2 - 15px);
	}
	.header-logo img {
		/* jõululogo kõrgus on 78px */
		/* tavalise logo kõrgus 50px */
		height: 50px;
	}
}
@media screen and (max-width: 379px) {
	.groups ul li {
		width: calc(100% / 1);
	}
	.catalogue-module .main-image {
		width: 100%;
		padding-right: 0;
	}
	.catalogue-module .thumbs {
		width: auto;
		position: relative;
		margin: 10px 0 0 -10px;
	}
	.catalogue-module .thumbs a {
		display: block;
		float: left;
		width: calc(100% / 2 - 10px);
		margin: 0 0 0 10px;
	}
	.catalogue-module .thumbs a + a {
		margin-top: 0;
	}
}
@media screen and (max-width: 320px) {
	.header-logo img {
		/* jõululogo kõrgus on 70px */
		/* tavalise logo kõrgus 44px */
		height: 44px;
	}
}

@media screen
{
    .noPrint{}
    .noScreen{display:none;}
}

@media print
{
    .noPrint{display:none;}
    .noScreen{}
}
