@import url("font/stylesheet.css");

.loader {border: 16px solid #ccc; border-top: 16px solid #fff; border-radius: 50%; width: 120px; height: 120px; animation: spin 2s linear infinite; margin-left:auto; margin-right:auto;}
.loader-xs {border-width: 2px; border-top-color: transparent; width: 20px; height: 20px;}
@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}

/* CSS Document */

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {    margin:0;    padding:0;    border:0;    outline:0;    font-size:100%;    vertical-align:baseline;    background:transparent;}body {    line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {    display:block;}nav ul {    list-style:none;}blockquote, q {    quotes:none;}blockquote:before, blockquote:after,q:before, q:after {    content:'';    content:none;}a {    margin:0;    padding:0;    font-size:100%;    vertical-align:baseline;    background:transparent;}/* change colours to suit your needs */ins {    background-color:#ff9;    color:#000;    text-decoration:none;}/* change colours to suit your needs */mark {    background-color:#ff9;    color:#000;    font-style:italic;    font-weight:bold;}del {    text-decoration: line-through;}abbr[title], dfn[title] {    border-bottom:1px dotted;    cursor:help;}table {    border-collapse:collapse;    border-spacing:0;}/* change border colour to suit your needs */hr {    display:block;    height:1px;    border:0;    border-top:1px solid #cccccc;    margin:1em 0;    padding:0;}input, select {    vertical-align:middle;}
sup {vertical-align: super;}
sub {vertical-align: sub;}

body{
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	-webkit-font-smoothing: antialiased;
}
/*

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
      font-family: 'TitilliumWeb' !important;
      src: url('TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg') !important;
	  font-weight: 400;
  }
  @font-face{
		font-family: 'TitilliumWeb' !important;
    	src: url('TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg') !important;
		font-weight: 600;  
  }
  @font-face{
		font-family: 'TitilliumWeb' !important;
    	src: url('TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg') !important;
		font-weight: 700;  
  }
  body{
	  font-family: 'TitilliumWeb', 'Titillium Web','Open Sans','sans-serif';  
  }
  select, option{
	  font-family: 'Titillium Web' ,'Open Sans', 'sans-serif' !important;
  }
  
  
}
*/
* {box-sizing: border-box;}
.img-responsive {max-width: 100%;}
.colorRed {color: #e3161d;}
.no-list-style, .filter-menu ul {list-style-type: none;}
.cfx:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.cfx {display: inline-block;}
html[xmlns] .cfx {display: block;}
* html .cfx {height: 1%;}

a{
	color: black;
	text-decoration: none;	
}
.udl:hover{
	text-decoration: underline;
}
button{
	cursor: pointer;	
}
.centered-wrap1 {max-width: 1090px; margin-right: auto; margin-left: auto;}
.main-header{
	max-width: 1090px;
	margin: 0 auto 8px;
	min-height: 92px;
	
}

#logo{
	width: 22%;
	height: 92px;
	text-align: center;
	font: 0/0 a; 
	float:left;
	background-color: #e3161d;
}

#logo:before{
	content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#logo > img{
	display: inline-block;
	width: 202px;
	vertical-align: middle;
	height: auto;

}
#logo > a > img{
	width: 202px;
	vertical-align: middle;
	height: auto;
}

#search{
	background-color: #e4f7fe;
	float:left;
	padding: 14px 15px 14px 22px;
	margin-left: 0.5%;
	width: 67.5%;
	min-height: 92px;
	border: solid 1px #d7d7d7;
	margin-right: 0.5%;
}

.row{
	width: 100%;	
	float: left;
}

.col{
	float: left;	
}
.col-50{
	width: 45%;
	min-width: 320px;
}

#legologo{
	float: left;
	margin-right: 1%;
}
.search-inner{
	width: 91%;
	float: left;	
}
#searchfields{
	float: left;
	width: 100%;
}
.searchitem{
	float:left;	/*margin: 0 0.5% 0 0;*/
	word-break:keep-all;
}
.searchitem:nth-child(2){
}
.ranges{
}

.ranges > input{
	width: 46px;
}

[name="s"]{
	width: 116px;	
}
[for="range-b"]{
	margin-left: 0px !important;	
}
.searchitem input{
	height: 27px;
}
.searchitem label{
	line-height: 3;	
	font-size: 13px;
	margin-left: 13px;
}

.d7b{
	border: #d7d7d7 1px solid; 	
	/*height: 27px;*/
}

.searchitem select{
	height: 27px;
	width: 116px;
	margin: 6px 3px 0 0;
	
}

#logo #t-search,#logo #t-menu{
	display: none;	
}

.select{
	font-size: 13px;
	background-color: white;
	list-style: none;
	padding: 7px;
	width: 116px;
	margin-top: 6px;
	cursor: pointer;
	border: #d7d7d7 solid 1px;
}
.nooleke{
	float: right;
	background-color: #d7d7d7;
	height: 27px;
	width: 17px;
	text-align: center;
	margin-right: -7px;
	margin-top: -7px;
	padding-top: 5px;

}
.select > li > ul{
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: white;
	list-style: none;
	width: 116px;
	margin-left: -8px;
	padding-left: 7px;
	margin-top: 7px;
	border-color: #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	max-height: 100px;
	overflow-y:scroll;
}
.select > li > ul > li{
	cursor: pointer;
	padding: 5px 0;	
}
#bdays .select:nth-child(6) > li > ul > li{
	padding: 5px 5px 5px 0px!important;
}
#searchbtn{
	width: 72px;
	margin-top: 4px;
}
.btn-prim{
	appearance: none;
	border: 1px #bdcdd3 solid;
	height: 32px;
	border-radius: 5px;
	text-transform: uppercase;
	
	float: right;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	background: #fef430; /* Old browsers */
	background: -moz-linear-gradient(top,  #fef430 0%, #f9c925 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef430), color-stop(100%,#f9c925)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fef430 0%,#f9c925 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fef430 0%,#f9c925 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fef430 0%,#f9c925 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fef430 0%,#f9c925 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef430', endColorstr='#f9c925',GradientType=0 ); /* IE6-9 */
	
}
.btn-prim:hover{
	background: #fef430;
}
.btn-gold {border: 1px solid #b09c31; background: #fdf447; background: -moz-linear-gradient(top, #fdf447 0%, #f8ce3a 100%); background: -webkit-linear-gradient(top, #fdf447 0%,#f8ce3a 100%); background: linear-gradient(to bottom, #fdf447 0%,#f8ce3a 100%); box-shadow: inset 0px 1px 0px 1px #ffff48; font-size: 13px; border-radius: 5px; padding: 9px 25px; display: inline-block; vertical-align: top;}
.btn-gold:hover {background: #fff759; background: -moz-linear-gradient(top, #fff759 0%, #fad244 100%); background: -webkit-linear-gradient(top, #fff759 0%,#fad244 100%); background: linear-gradient(to bottom, #fff759 0%,#fad244 100%);}
.searchitem input{
	/*width: 60px;*/
}
.bigbold{
	color: #414042;
	font-size: 23px;
	font-weight: 700;
	float: left;
}
.right{
	float: right;	
}
.btc{
	float:right;	
}
.smallbold{
	line-height: 1.5;
	color: #414042;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
#mainnav{
	width:100%;
	background-color: #eeeded;	
}
#mainnav-inner{
	max-width: 1090px;
	margin: 0 auto;	
}
#mainnav-inner > ul > li{
	float: left;
	border-right: white solid 1px;
	border-left: #d7d7d7 solid 1px;
}
#main-menu > li > a{
	display: block;
	padding: 15px 18px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}
#main-menu > li:first-child > a {color: #e3161d;}

#main-menu > li:first-of-type{
	border-left: none;	
}
#main-menu > li:hover{
	background-color: white;	
}
#main-menu > li.active{
	background-color: white;	
}




#featured{
	max-width: 1090px;
	margin: 0px auto;
	padding-top:10px;
}

.rslides{
	float: left;	
}

.promo{
	height: 250px;
	width: 20%;
	margin-left: 1%;
	float: left;
	background-color: #fefefe;
}

#bestsellers .promohead{
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	color: #414042;
	text-transform: uppercase;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	margin-bottom: 6px;
}

.accent{
	color: #b4060c;	
}
.accent2{
	color: #490f11;
}

#settings{
	max-width: 1090px;
	font-size: 13px;
	margin: 10px auto;
}
#settings:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;	
}
#no1{
	float:left;	
}

#rs-container{
	max-height: 260px;
	max-width: 630px;
	float: left;	
}
.rslides_tabs li{
	float:left;
	max-height: 10px;
	font-size: 0px;
	height: 8px;
	width: 8px;
	background-color: #dbdbdb;
	border-radius: 50%;
	margin: 8px 3px 0px;
}
.rslides_here{
	background-color: white!important;
	border: 1px #dbdbdb solid;
}
#mummud{
	float: right;	
}
#safe{
	margin-top: -4px;	
}
#gift{
	padding: 3px 20px !important;
	border-right: none!important;
	margin-top: -14px;
}
#gift:hover{
	background-color: #eeeded!important;	
}
#basket{
	float:right!important;
	border: none!important;
	font-size: 14px;
	margin-top: 17px;
	padding-right: 0!important;
}
#basket:hover{
	background-color: #eeeded!important;	
}
#basket button{
	/*width: 80px;*/
	margin-top: -10px;
	margin-left: 10px;
	/*text-transform:none!important;*/
	padding-left: 10px;
	padding-right: 10px;
}
#mainnav-inner > ul{
	width: 100%;	
	max-height: 44px!important;
	overflow: hidden;
}
#guaranteed{
	float: right;
	font-size: 12px;
	margin-left: 0;
	background-color: #fef8e5;
}
.left{
	float:left;	
}
.hititem{
	margin-bottom: 10px;	
}
.hit-info{
	font-size: 12px;
	width: 50%;
}
.hit-name{
	margin-bottom: 5px;	
}
.hit-price{
	font-weight: 600;	
}

#bs-products{
	width: 300%;
	overflow: hidden;
}
#bs-products .hit-name {max-height: 36px; overflow-y: hidden; overflow-x: hidden;}

#bs-switch{
	font-size: 12px;
	width: 90%;
	margin: 10px 5%;
	text-align: center;
	cursor: pointer;
	/*table-layout: fixed;*/
}
#bs-switch .current{
	background-color: #d6f2fd;
}
#bs-products td{
	width: 33%;
}

.promohead2{
	background-image:url('../../images/2015/stripe.png');
	background-repeat:repeat;
	background-color: #fef8e5;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
}

.promohead2 > div{
	display: inline-block;
}

#guaranteed ul {
    list-style-type: none;
    margin: 0px;
	padding: 10px;
}

#guaranteed ul li {
    background-image: url('../../images/2015/tick.png');
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    padding-left: 16px; 
	line-height: 2;
}

#recommend{
	max-width: 1090px;
	margin: 10px auto;	
}

.product{
	float: left;
	padding: 15px;
	margin-bottom: 13px;
}

#recommend .product, .cat-products.posts .product{
	margin-right: 1.4%;
	width: 23.95%;
}
.cat-products.posts .product:nth-child(4n) {margin-right: 0;}

.product:hover{
	border-color: #e3161d;
}

#recommend .product:nth-child(4n+1){
	margin-right: 0 !important;
	float: right;
}
.pp-img-wrap {
    display: table;
    width: 100%;
}
.smartkids .product {position: relative;}
.smartkids .pp-img-wrap {margin-bottom: 10px;}
.smartkids .product .p-info {padding-bottom: 48px;}
.smartkids .product .btn-container {
    bottom: 15px;
    left: 15px;
    position: absolute;
    right: 15px;
}

.p-img-wrap{
	text-align: right;
	margin-bottom: 20px;
	padding: 10% 5%;
	display: table-cell;
	vertical-align: middle;
}
.p-img-wrap img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 167px;
    /*max-width: 211px;*/
    max-width: 100%;
    width: auto;
}

.p-label{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: inline-block;
	color: white;
	padding: 4px 12px;
	margin: 0px 0 6px -15px;
	position:absolute;
}
.p-label.exclusive{
	background-color: #615f5f;
	font-size: 11px;
}
.product > .p-label:nth-child(2){
	margin-top: 25px;
}
.p-label.new{
	background-color: #e3161d;
	font-size: 13px;

}

.p-label.preorder{
	background-color: #0000d4;
	font-size: 13px;
	padding: 7px 12px;
}
#sw-container .preorder{
	position: absolute;
	left: 0; 
	top: 20px;
	background-color: #0000d4;
    font-size: 13px;
    padding: 7px 12px;
	color: #fff;
	border-radius: 0 3px 3px 0;
}
.preorder-block {padding-top: 20px; font-size: 14px;}
.preorder-text {padding-left: 32px; position: relative; margin-bottom: 10px;}
.preorder-notice-text {padding-top: 10px;}
.icon-masin {background: url('../../images/2015/icon-masin.png') no-repeat; width: 23px; height: 14px; display: block; position: absolute; top: 1px; left: 0;}
.icon-kell {background: url('../../images/2015/icon-kell.png') no-repeat; width: 16px; height: 18px; display: block; position: absolute; top: 0; left: 0;}

.p-labels{
	z-index: 10000;	
	overflow: visible!important;
}
.p-labels > img{
	margin-top: -21px;	
}
.p-name{
	font-size: 15px;	
	position: relative;
}
.p-name:hover{
	text-decoration: underline;	
}
.p-price{
	font-weight: 700;
	margin-top: 10px;
	font-size: 20px;
	min-height: 20px;
}
.discount{
	color: #e3161d;
}
.oldprice{
	color: #929090; 
	text-decoration: line-through;
	font-weight: 400;
	margin-left: 8px;
}
.stock{
	font-size: 13px;
	margin-bottom: 10px;
}
.green{
	color: #3dc402;
}
.blue, .has-preorder .stock {
	color: #0000d4;
}
.p-info{
	font-size: 13px;	
}
.btn-sec{
	-webkit-appearance: none;
	border: 1px #d4d4d4 solid;
	height: 32px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	background: #ffffff url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0; /* Old browsers */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -moz-linear-gradient(top,  #ffffff 0%, #d7d7d7 100%); /* FF3.6+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -webkit-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -o-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Opera 11.10+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -ms-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* IE10+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, linear-gradient(to bottom,  #ffffff 0%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */	
}
.btn-sec:hover{
	background: #ffffff url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0;
	cursor: pointer;
}

.btn-sec1{
	appearance: none;
	border: 1px #d4d4d4 solid;
	height: 32px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	background: #ffffff url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0; /* Old browsers */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -moz-linear-gradient(top,  #ffffff 0%, #d7d7d7 100%); /* FF3.6+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -webkit-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -o-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Opera 11.10+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, -ms-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* IE10+ */
	background: url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0, linear-gradient(to bottom,  #ffffff 0%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */	
}
.btn-sec1:hover{
	background: #ffffff url('../../images/2015/nooleke-r2.gif') no-repeat -9999px 0;
	cursor: pointer;
}

.product button{
	width: 100%;
	margin-top: 10px;	
}

.klotsisadu{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 73%, #ffffff 73%, #fee665 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(73%,#ffffff), color-stop(73%,#ffffff), color-stop(100%,#fee665)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 73%,#ffffff 73%,#fee665 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 73%,#ffffff 73%,#fee665 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 73%,#ffffff 73%,#fee665 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 73%,#ffffff 73%,#fee665 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fee665',GradientType=0 ); /* IE6-9 */
	
}
.klotsisadu .btn-sec{
	border-color: #d3c680;
	background: #ffa900; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa900 0%, #e3280c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa900), color-stop(100%,#e3280c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa900 0%,#e3280c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa900 0%,#e3280c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa900 0%,#e3280c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa900 0%,#e3280c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#e3280c',GradientType=0 ); /* IE6-9 */
	color: #feff0c;
}
.klotsisadu .btn-sec:hover{
	background: #e3280c;
}
.ks-stamp{
	position: absolute; 
	right: -5px;
	top: -85px;
	width: 74px;
	height: 74px;
}
.e-esmaspaev .btn-cart1, .e-esmaspaev .btn-sec {
	border-color: #000;
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	color: #feff0c;
}
.e-esmaspaev-badge {
	position: absolute; 
	right: 15px;
	bottom: 15px;
	width: 74px;
	height: 74px;
	z-index: 100;
}

#recommend h2, .section-title1 {
	font-size: 18px;
	margin: 20px 0 10px 10px;
}
#seemore{
	background-color: #f1f1f1;
}
#seemore input{
	border: #d7d7d7 1px solid;
	height: 27px;
}
#seemore .inner{
	margin: 30px auto 32px;
	max-width: 1090px;
}
#login-wrap > div:first-of-type{
	margin-bottom: 4px;
}
nav li{
		
}
.dropdown{
	position: absolute;
	right: 50%;
	width: 100%;
	z-index: 100;
	/*margin-top: -15px;*/
}
.hover > a > img{
	height: 18px;
	margin-bottom: -5px;
	margin-left: 8px;
	display: none;
}
.dropdown > div{
	max-width: 1090px;
	overflow: hidden;
	height: 0px;
	position: relative;
	background-color: white;
	right: -50%;
	margin: 0 auto;
	-webkit-transition: height 0.3s ease-in; /* Safari */
    transition:  height 0.3s ease-in;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.22);
	box-sizing:content-box;
	
}
/*#mainnav li:hover .dropdown>div,*/ .hover_effect .dropdown>div{
	height: auto;
	display: block;
	border: 1px #d7d7d7 solid;
	margin-top: -1px;
	


		
}
#seemore{
	padding-bottom: 1px;	
}
#seemore h2{
	line-height: 2.5;
	margin: 0 0 0 10px;
}
#seemore > .inner > h2{
	font-size: 18px;
	margin-bottom: -25px;
	line-height: 3.5;	
}
#sm-boxes-wrap{
	float: left;
	width: 40%;	
	padding-top: 10px;
}
.sm-box{
	
	padding: 2px 15px;
	background-color: white;
	border: #dbdbdb 1px solid;
	border-radius: 5px;
	font-size: 12px;
	margin-bottom: 8px;
}
.sm-box > div{
	padding-top: 10px;	
}
.sm-box > div > a{
	
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;	
}
.sm-box > div > p > a{
	color: black;	
}
.sm-box p{
	padding-bottom: 3px;
}
.sm-box img{
	
}
.prim{
	color: #4b106d;
}
.sec{
	color: #276b39;
}
.tert{
	color: #d30910;
}
.giftlist{
	float: right;
	background-color: #fef8e5;
	height: 245px;
	width: 47%;
	background-image: url('../../images/2015/triibudf.png');
	background-size:cover;

	border: 1px #d7d7d7 solid;
}
.giftlist select{
	border-radius: 0;
	border-color: #d7d7d7;
}
.boy{
	float: left;
	margin-left: -102px;
	margin-top: -1px;
}
#stripes{
	margin-left: -60px;
	width: 100%;
}
.giftlist-box{	
	height: 245px;
	width: 500px;
}
.giftlist ol{
	font-weight: 600;
	font-size: 14px;
	color: #af050b;
	counter-reset:li;
	margin-top: 20px;
}
.giftlist ol>li{
	list-style: none;
	margin-bottom: 10px;
	margin-left: 27px;
	word-break: break-all;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}
.giftlist ol>li:before{
	content:counter(li)'.'; 
	position: absolute;
	margin-left: -27px;
	margin-top: -3px;
	width: 17px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	padding-left: 3px;
	line-height: 1.6;
	font-size: 12px;
	font-weight:400;
    counter-increment:li;
	color: white;
	background-color: #da0a11;
}
#g-right{
	width: 48%;
	float: left;
	
	padding: 5% 3% 3% 0%;
	
}
.giftlist p{
	font-size: 14px;
}
giftlist > div{
	height: 100%;	
}
.gifts{
	margin: -7px 0 -11px;
}
.giftlist h3{
	font-size: 31px;
	color: #474747;
	display: inline-block;
	margin-left: 5px;
	font-weight: 600;	
	letter-spacing: -1px;
}
#g-left{
	margin-left: -60px;
	width: 50%;
	float: left;
	padding: 5% 3% 5% 5%;
}
#join{
	text-transform: none!important;
	font-size: 13px;
	width: 100%;
	margin-top: 10px;	
}
#login-wrap{
	background-color: #fefbef;
	border: dashed 1px #d6cbaa;
	padding: 10px 20px;
	margin-top: 20px;
}
#login-wrap input{
	float: right;
	width: 60%;	
}
#login-wrap label{
	float: left;
	line-height: 1.4;
	font-size: 14px;
}
#login-wrap a{
	color: black;
	font-size: 12px;	
}

.btn-tert{
	width: 100%;
	border: 1px #d4d4d4 solid;
	border-radius: 5px;
	color: white;
	font-size: 15px;
	height: 27px;
	margin: 6px 0;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	background: #f91018; /* Old browsers */
	background: -moz-linear-gradient(top,  #f91018 0%, #cb070e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f91018), color-stop(100%,#cb070e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f91018 0%,#cb070e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f91018 0%,#cb070e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f91018 0%,#cb070e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f91018 0%,#cb070e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f91018', endColorstr='#cb070e',GradientType=0 ); /* IE6-9 */
}
.btn-quat{
	border: 1px #d3cebe solid;
	border-radius: 5px;
	color: black;
	font-size: 13px;
	height: 27px;
	margin: 6px 0;
	padding: 0 12px;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	background: #f91018; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
}
.btn-tert:hover{
	background: #f91018;
}
#login-wrap .btn-tert{
	height: 32px;
}

#contactus{
	max-width: 1090px;
	margin: 20px auto;	
}

#contactus > div{
	float: left;
}
footer{
	max-width: 1090px;
	margin: 0 auto;		
}
footer > div{
	float: left;	
}
#emailoffer{
	width: 25%;
	padding: 40px 15px;
	border: solid #d7d7d7 1px;
	height: 245px;
}

#emailoffer .bigbold{
	color: 	#414042;
	text-transform: uppercase;
	margin-bottom: 20px;
	float: none;
}
#emailoffer input{
	float:right;
	width: 70%;
	height: 27px;
	margin-bottom: 4px;
}
#emailoffer button{
	width: 100%;
	margin-top: 5px;
}
#emailoffer label{
	font-size: 14px;	
}
#fb-wrap{
	margin-left: 1.1%;
	width: 25%;	
	height: 245px;
}
#no1toys{
	width: 47%;
	float: right!important;
	border: 1px solid #d7d7d7;
	padding: 10px;
	height: 245px;
}
#no1toys img{
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
}
#no1toys p{
	margin-top: 15px;
	font-size: 12.5px;
	line-height: 1.25;
}
#no1toys p:nth-child(5){
	margin-top: 0px;	
}
#no1toys h3{
	margin-top: 10px;
	width: 82%;
	font-size: 20px;
	font-weight: 600;
}
#no1toys a{
	font-size: 13px;
	color: black;
	line-height: 2.2;
	text-decoration: underline;
}
.register .inner{
	width: 100%!important;
	margin-top: 0 !important;
	margin-left: -60px!important;
	float: left;
	padding: 5% 5% 3% 5%;
}
.loggedin .inner{
	width: 100%;
	margin-top: 0 !important;
	margin-left: -60px!important;
	float: left;
	padding: 5% 5% 3% 5%;
}

.loggedin .gl-wrap{
	margin-top: 15px;	
}

.loggedin .inner > *{
	float: left;
}

.loggedin p{
	margin-bottom: 5px;
	line-height: 1.4;
	margin-left: 2%;
}

#kn-pic{
	width: 100%;
	margin-top: 5px;
	margin-bottom: -30px;	
}

.loggedin .names{
	width: 51%;	
	float: right;
}
.loggedin .names > div{
	float: left;	
}

#exit{
	float: right;	
	margin-top: -13px;
}
.register p, .loggedin .names{
	margin-top: 0px;
	margin-left: 3%;
	line-height: 1.3;
	color: #af050b;
	font-size: 13px;
	font-weight: 600;
}
.register .inner > *{
	float: left;
	
}

.gl-wrap{
	background-color: #fefbef;
	border: dashed 1px #d6cbaa;
	padding: 10px 3.7%;
	width: 100%!important;
	margin-top: 13px;
}
#signup label{
	display: inline-block;
	width: 19.2%;
	font-size: 14px;	
}
#signup input{
	width: 47%;	
}
#signup > div{
	margin-bottom: 4px;	
}
#bdays .select{
	float: left;
	height: 28px;
	margin: 0;
}
#bdays label{
	float: left;
	line-height: 2;	
}
#bdays .select:nth-child(2){
	width: 12%;
	margin-right: 1%;	
}
#bdays .select:nth-child(4){
	width: 19%;
	margin-right: 1%;	
}
#bdays .select:nth-child(6){
	width: 14%;	
}
#bdays .select:nth-child(2) > li > ul{
	width: auto;
}
#bdays .select:nth-child(4) > li > ul{
	width: auto;
}
#bdays .select:nth-child(6) > li > ul{
	width: auto;	
}
#passwords > div{
	float: left;
	width: 33.9%;	
}
#passwords label{
	width: 30.9%;	
}
#passwords > div:first-of-type input{
	width: 42%;
}
#passwords > div:first-of-type label{
	width: 57%!important;
}
#passwords > div:last-of-type label{
	width: 30%!important;
	padding-right: 5%;
}
#ready, #back{
	width: 30%;
	margin: 0;
	margin-left: 2%;
	float: right;	
}
#ready{
	margin-top: -31px;	
}
#back{
	margin-top: -16px!important;	
}
#back{
	color: black;
	margin-top: 4px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */	
}
#back:hover{
	background: #ffffff;
	cursor: pointer;
}
/*
.register .inner select{
	margin-left: 10px;
}
.register .inner select:last-of-type{
	
}
.register .inner > div > input{
	width: 50%;
	margin-right: 4%;
	float: right;
}
#bdaywrap{
	display: inline-block;
}
.register #bdays{
	width: 100%;
	text-align: center;
}
.register label{
	line-height: 1.4;	
}
.register #passwords{
	width: 100%;	
}
.register .btn-tert{
	float: right;
	margin-right: 4%;
	width: 50%;
	margin-top: -3px;	
}
#passwords > div{
	float:left;
	width: 50%
}
#passwords input{
	width: 50%;
	float: right;
	margin-right: 4%;
}
	
.inner .names{
	margin-top: 20px!important;	
}
	
.inner .names > div{
	width: 50%;
	float: left;	
}*/
#g2, #g3{
	display:none;	
}

footer h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.venti{
	width: 21.5%;
	margin-right: 0%;
	font-size: 13px;
	padding: 1% 3.5%;
	border-right: #d7d7d7 solid 1px;
}
.venti img{
	margin: 0 10px 10px 0px;	
}
.venti p{
	margin-top:5px;
	line-height: 1.4;
}
.venti a{
	line-height: 1.4;
	text-decoration: none;	
	color:black;
	display: block;
}
.venti a:hover{
	text-decoration: underline;	
}
.qua{
	width: 33%;
	text-align: center;
	letter-spacing: 10px;
	padding-top: 10px;
	line-height: 3;
}
#cr{
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding: 40px;
	margin-top: 30px;
	border-top: #d7d7d7 1px solid;	
}

.d-menu > li{
	border: none;
	float: none;
	font-size: 14px;
	line-height: 1.4;
}
.d-menu > .menuheading {font-weight: 700;}
.d-menu > li > a{
	text-decoration: none;
	color: black;
		
}
.d-menu > li > a:hover{
	text-decoration: underline;
}
.dropdown img{
	margin: 20px;
	float: left;
}
.d-menu{
	margin: 20px 2%;
	width: 12%;
	float: left;
}
li.sep{
	visibility: hidden;	
}


.menuall{
	float:right;
	margin-right: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -31px;
	margin-bottom: 16px;
}

.menu-features{
	margin-left: 20px;	
}
.menu-features > li{
	margin-left: 20px;
	float: left;
	margin-top: 20px;
}
.menu-features a{
	font-size: 14px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	color: #b4060c;
	display: block;
	font-weight: 600;
	height: auto;
	padding: 8px 10px;
	text-decoration: none;
}
.menu-features a:hover {border-color: #b4060c;}
.none{
	display: none;
}

	
#flags{
	margin-right: 109.4px;	
}
.prod-blocks{
	padding-top: 15px;
	max-width: 1090px;
	margin: 0 auto;
	
}
.prod-blocks.last{
	margin-bottom: 70px;
}

.prod-blocks h2{	
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.block{
	width: 15.5%;
	margin-right: 1.4%;
	float:left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 1.4%;
}
.block img{
	margin: 0 auto;
	width: 100%;
	max-width: 168px;
}
.block:nth-child(6n+1){
	margin-right: 0!important;
}
.bg{
	background-image: url('../../images/2015/bg.jpg');
	background-repeat: no-repeat;
	background-position:center top;
		
}
.bg > .container{
	max-width: 1123px;
	/*overflow-x: hidden;*/
	margin:0 auto;
	background-color: white;
}

.c-inner{
	max-width: 1090px;
	margin: 0 auto;	
}

#breadcrumbs{
	padding: 15px 0;
	margin: 0 auto;
	max-width: 1090px;
}

#breadcrumbs li{
	float:left;
	list-style: none;
	margin-left: 20px;
	font-size: 13px;
}
#breadcrumbs li{
	color: #424240;
	text-decoration: none;	
}

#breadcrumbs li:before{
	content: url('../../images/2015/nooleke-r.png');
	line-height: 2;
	position: absolute;
	margin-left: -10px;
	margin-top: -8px;
}

#breadcrumbs li:first-of-type:before{
	content: '';	
}

#breadcrumbs > ul > li:last-of-type{
	color: #e3161d!important;
	font-weight: 600;
}

nav#submenu, .sidebar {
	width: 23.7%;
	float: left;
	border: #d7d7d7 3px solid;
	padding: 19px;	
	margin-bottom:30px;
}
#submenu h1{
	font-size: 20px;
	margin-bottom: 32px;	
}
#submenu li{
	margin-bottom: 8px;	
}
#submenu li a{
	text-decoration: none;
	color: black;
	font-size: 14px;
}
#submenu li a:hover{
	color: #e3161d;
	font-weight: 600;
}
#submenu li a:hover:after{
	content: url('../../images/2015/nooleke-r-red.png');
	position: absolute;
	margin-left: 5px;
}
#submenu .active a{
	color: #e3161d;
	font-weight: 600;
}
#submenu .active:after{
	content: url('../../images/2015/nooleke-r-red.png');
	position: absolute;
	margin-left: 5px;
}
#submenu > ul{
	margin-bottom: 46px;	
}
#submenu .banner{
	max-width:100%;
	height: auto;
}
#submenu .readmore img{
	width: 28px;	
}
#submenu .readmore > div:first-of-type{
	float:left;
	height: 70px;
	margin-right: 0px;	
}
#submenu .readmore .links{
	float: left;
	width: 80%;
	margin-left: 10px;
}#submenu .readmore .links > div{
	padding-left: 6px;
	border-top: 1px solid #d7d7d7;
	margin-top: 7px;
	padding-top: 5px;
}
.c-inner nav#submenu .readmore .links > div:first-of-type{
	border-top: none;
	margin-top: 0!important;
	padding-top: 0!important;
}

.links a:hover{
	text-decoration: underline;	
}

#submenu .readmore a{
	font-size: 13px;
	font-weight: 600;
}
#cat-products{
	float: left;
	width: 76.3%;	
}

#cat-products .product{
	margin-left: 1.3%;
	width: 32%;
}
.customBanner1 {background-size: cover; background-repeat: no-repeat; background-position: center center;}
.customBanner1 img {max-width: 100%; display: block; opacity: 0;}

.ostukorv{
	margin: 0 auto;
	max-width: 1090px;
	font-size: 14px;
}
.tabs{
	list-style: none;	
}
.tabs > li{
	float: left;
	padding: 18px 29px;
	min-height: 50px;
	background-color: #eeeded;
	border-top: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	
}
.tabs > li:first-of-type{
	border-left: solid 1px #d7d7d7;

}
.tabs > li.active{
	background-color: white;	
}

.tabs > li > a{
	font-weight: 600;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}
.c-product{
	padding: 25px 0;	
	border-top: solid 1px #d7d7d7;
}
.c-product:first-of-type{
	border: none;	
}
.c-left{
	width: 60%;	
}
.c-product > div > *{
	float: left;
}
.c-img-wrap{
	width: 29.7%;
	padding: 0 3% 0 6.7%;
}
.c-img-wrap img{
	width: 100%;	
}
.c-info{
	width: 70%;
	padding: 0 3%;
}
.c-info input{
	height: 27px;
	border: 1px solid #d7d7d7;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	padding-left: 5px;
}
.c-name{
	margin-top: 10px;
	font-size: 15px;	
}
#cart .c-name a {font-weight: bold;}
.c-name a:hover{
	text-decoration: underline;
}
.c-desc{
	font-size: 13px;
	margin-top: 15px;	
}
.c-product .prices{
	width: 40%;
	margin-top: 10px;
}
.c-price, c-price-total{
	width: 70px;	
}
.c-qty{
	margin: auto 7%;
}
.c-qty input{
	height: 23px;
	width: 44px;
	text-align: center;
}
.c-qty button{
	outline: none;
	height: 23px;
	width: 29px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	background: white;
	border: none;
}
.c-product > div > button{
	float:right;
	margin-right: 5%;
	background: #eeeded;
	border: none;
	font-size: 20px;
	padding: 0;
	line-height: 0;
	cursor: pointer;
	text-align: center;
	
}
.c-3rd{
	width: 33.332%;
	float:left;
	padding: 2.7%;
	border-left: 1px solid #d7d7d7;	
}
.c-3rd p:first-of-type{
	font-weight: 600;
	margin-bottom: 21px;	
}
.c-3rd:last-of-type{
	border-right: 1px solid #d7d7d7;
	float: right;
}

#codes div{
	margin-bottom: 7px;	
}
#codes button{
	float: right;
	width: 61%;
	margin-top: 4px;	
}
#codes input{
	float:right;
	width: 61%;
	height: 40px;
	padding-left: 40px;
}
#codes label{
	line-height: 40px;	
}
.t-list{
	
}
.trans-option{
	height: auto;
	padding: 7px 20px;
	border: 4px solid #d7d7d7;
	margin-top: 8px;
	cursor: pointer;
}
.trans-option > *{
	float: left;	
}
.trans-price{
	float: right;
	color: #e3161d;
	font-weight: 700;
}
.trans-option > span{
	margin-top: 8px;	
}
.fintrans .trans-option > span{
	max-width: 55%;
}
.fintrans .trans-option:first-of-type > span{
	margin-top: 8px!important;	
}
.trans-option > span:first-of-type{
	margin-top: 0;
	width: 55%;
}
.trans-option > div{
	width: 30%;	
	height: 100%;
}
.fintrans .trans-option:first-of-type{
	margin-top: 0px!important;	
}
.trans-option:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;	
}
.trans-option div img{
	max-height: 30px;
	width: auto;
	float: left;
}
.trans-option.active{
	border: 4px solid #e3161d;
}
.trans-option:hover{
	border: 4px solid #e3161d;
}
.c-3rd table{
	float: right;
	font-size: 15px;
	text-align: right;
}
.c-3rd table td{
	padding: 5px 23px 5px 10px;
}
.c-3rd table #total{
	border: #f9cf27 1px solid;	
}
.c-3rd table #total td{
	padding: 10px 23px 10px 10px;
	font-weight: 600;
}
#buttons{
	padding: 30px 0 180px;	
}
#buttons button{
	width: 18%;	
	min-width: 120px;
}
.fullb{
	width: 100%;
	height: 1px;
	background-color: #d7d7d7;
	margin-bottom: 30px;	
}
.smallfooter .fullb{
}
.c-price, .c-price-total{
	font-size: 15px;
	margin-top: 5px;
}
#full-product{
	max-width: 1090px;
	margin: 0 auto;
	
}
#full-product .p-label{
	position: relative;
	margin-left: -10%;
	margin-top: 8px;
}
#full-product .nextLink {padding: 0 10px;}
#full-product .nextLink a {background: url('../../images/2015/nooleke-r.png') no-repeat right 5px; padding-right: 10px; display: inline-block; vertical-align: top;}
#full-product .nextLink {
    clear: both;
    float: none;
    text-align: right;
}

.video-wrap {
    background-color: #000;
    padding-bottom: 56.25%;
    position: relative;
	overflow: hidden;
}
.video-wrap iframe {
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
	bottom: 0;
	height: 100%;
    width: 100%;
}

#f-info{
	width: 49%;
	margin-left: 2%;
	padding-left: 4.4%;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.f-head{
	width: 68%;	
	padding-right: 9.5%;
	float:left;
	padding-top: 6px;
}
.f-head > img{
	float:right;
	margin-top: 10px;
}
.f-head .f-name{
	font-size: 22px;
	font-weight: 600;	
}
.f-order{
	width: 62%;
	float:left;	
	padding-top: 34px;
}
.f-order .c-qty{
	margin: 18px 0;
}
.f-order .c-qty .less{
	padding-left: 0;
	width: 15px;
	text-align: left;	
}
.f-order .stock{
	font-size: 15px;
	margin-top: 2px;
}
.f-prices{
	font-size: 22px;	
}
.f-prices .discount{
	font-weight: bold;	
}
.f-details{
	width: 32%;
	float:right;
}
.f-details > table{
	width: 100%;	
}
.f-details > a{
	color: #e3161d;
	margin-left: 3px;
	line-height: 2;
}
.f-labels{
	margin-left: 8px;	
}
.f-desc{
	padding-right: 9%;	
	font-size: 14px;
	line-height: 1.4;
	margin-top: 20px;
}
.f-desc p{
	margin-top: 14px;	
}
.f-desc ul{
	margin: 14px 0 14px 29px;
}
.f-details{
	font-size: 14px;
}
.f-details td{
	padding: 8px 4px;
	border-bottom: 1px solid #d7d7d7;
}
#full-product .f-details .p-label{
	margin-left: 0;	
}
#f-media{
	width: 49%;	
}
#sw-container{
	padding: 55px 1.3%;
	text-align: center;
	position: relative;
}
#sw-container img{
	max-width: 100%;	
}
#sw-controls{
	margin-top: 12px;
	word-spacing: 0px;
	overflow: auto;
}
.sw-pic{
	width: 18%;
	float: left;
	padding: 8px 11px;
	margin-right: 2.5%;
	margin-bottom: 12px;
	cursor: pointer;
	text-align: center;
}
.sw-pic:nth-child(5n){
	margin-right: 0;
}
.sw-pic img{
	max-width: 77px;
	width: 100%;
}

.instructions{
	padding: 20px 5%;
		
}
.instructions a:hover{
	text-decoration: underline;
}
.instructions a{
	display: block;
	line-height: 1.4;	
	font-size: 14px;
	margin-bottom: 7px;
}
.instructions > a > img{
	vertical-align: middle;
	margin-right: 5px;
}
.nextitem{
	padding: 25px 0;
	margin-bottom: 40px;
	max-width: 1090px;
	margin: inherit auto;	
}
.nextitem > div, .nextLink{
	font-size: 13px;
	float: right;	
}
.nextitem > div span , .nextLink span{
	font-weight: 600;	
}
.nextitem div img, .nextLink img{
	vertical-align: middle;
	margin-left: 6px;
}
.btn-quin{
	background-color: #c7f1ff;
	/*height: 32px;*/
	border: #d7d7d7 solid 1px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
}
.product .btn-quin{height: 32px;}
#notif-popup{
	border: #d7d7d7 solid 1px;
	padding: 25px;
	display: none;
	position: absolute;
	height: 340px;
	width: 280px;
	
	background: #c7f1ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #c7f1ff 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7f1ff), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c7f1ff 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c7f1ff 0%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c7f1ff 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c7f1ff 0%,#ffffff 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7f1ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#notif-popup p{
	font-size: 14px;
	margin-top: 10px;	
	line-height: 1.4;
}
#notif-popup > h5{
	font-size: 20px;
	font-weight: 600;
	width: 190px;
	padding-left: 12px;
	line-height: 1;	
}
#notif-popup > label{
	font-size: 13px;
	font-weight: 600;
	margin-top: 15px;	
}
#notif-popup > input{
	width: 100%;
	margin-bottom: 8px;	
	border: #d7d7d7 1px solid;
	height: 27px;
}
#notif-popup > button{
	width: 100%;	
}
#closenotif{
	width: 10px;
	float: right!important;
	margin-top: -16px;
	margin-right: -16px;
}

/*-------------------------------*/

.notif-popup{
	border: #d7d7d7 solid 1px;
	padding: 25px;
	display: none;
	position: absolute;
	height: 340px;
	width: 280px;
	z-index: 60;
	
	background: #c7f1ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #c7f1ff 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7f1ff), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c7f1ff 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c7f1ff 0%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c7f1ff 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c7f1ff 0%,#ffffff 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7f1ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.notif-popup p{
	font-size: 14px;
	margin-top: 10px;	
	line-height: 1.4;
}
.notif-popup > h5{
	font-size: 20px;
	font-weight: 600;
	width: 190px;
	padding-left: 12px;
	line-height: 1;	
}
.notif-popup > label{
	font-size: 13px;
	font-weight: 600;
	margin-top: 15px;	
}
.notif-popup > input{
	width: 100%;
	margin-bottom: 8px;	
	border: #d7d7d7 1px solid;
	height: 27px;
}
.notif-popup > button{
	width: 100%;	
}
.closenotif{
	width: 10px;
	float: right!important;
	margin-top: -16px;
	margin-right: -16px;
}

.notif-popup > *{
	float: left;	
}

/*-------------------------------*/

.outofstock{
	color:#009ade;
}

#notif-popup > *{
	float: left;	
}

body.smallfooter #contactus, body.smallfooter #seemore{
	display: none;	
}

.block:hover{
	border: 1px solid #e3161d;
}
#kn-pic{
	width: 100%;	
}
#invoice-info .btn-prim{
	padding: 8px 10px;
	display: inline-block;
	float: none;
	margin-top: 10px;
}
.payment-box, .payment-notice, #confirm-order{
	text-align: center;
	padding: 30px inherit!important;
	margin-bottom: 16px;
}
.payment-box ul li{
	display: inline-block;
	padding: 4px;	
}
.payment-box ul li label{
	display: block;
	cursor: pointer;
}
#confirm-order{
	text-align: center;
	padding: 30px;	
}
#confirm-order .btn-tert{
	padding: 4px 10px;	
}
.payment-box h2{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 12px;
}
.payment-box h2 span{
	font-weight: 600;	
}
#purchase_success, #purchase_fail {
	background: url('../../images/2015/purchase_success.png') no-repeat top center;
	font-size: 18px;
	text-align: center;
	padding: 80px 0 0 0;
	margin: 90px 0 130px 0;
}
#purchase_fail{
	background: url('../../images/2015/purchase-fail.png') no-repeat top center;
}
#purchase_success a, #purchase_fail a{
	color: #e3161d;
}
#purchase_success a:hover, #purchase_fail a:hover{
	text-decoration: underline;	
}
#p-containter{
	padding: 70px inherit;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;	
}
#order-steps {
	width: 100%;
	display: table;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 42px 0;
}
#order-steps .table-row {
	display: table-row;
}
#order-steps .table-cell {
	display: table-cell;
	vertical-align: top;
	width: 33.33333333333333%;
	padding: 0 0 31px 0;
}
#order-steps .head {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	padding: 18px 5px;
	height: 50px;
}
#order-steps .cell1{
	border-left: 1px solid #e7e7e7;
}
#order-steps .cell3{
	border-right: 1px solid #e7e7e7;
}
#order-steps .body {
	padding: 35px 8% 0 8%;
	font-size: 15px;
	line-height: 112%;
	
}
#order-steps .cell2{
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;	
}
#order-steps .cell2 .body > div:last-of-type > div{
	border: none!important;
	padding: 0!important;
}
#order-steps .cell2 .body > div:last-of-type > div img{
	display: none;	
}
#order-steps .cell2 .body > div:last-of-type > div > div{
	margin-bottom: 5px;	
}
#order-steps .cell2 .body > div:last-of-type > div select{
	width: 100%!important;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
}
#smartpost_cont0 .smartpost_table{
	width: 100%;	
}
#smartpost_cont0 .smartpost_table td{
	width: 100%;
	display: block;
	text-align: left;
}
#smartpost_cont0 .smartpost_label{
	margin-top: 10px;
	margin-bottom: 5px;	
}
#smartpost_cont0 .smartpost_input input, #smartpost_cont0 .smartpost_input select{
	height: 27px;
	border: 1px solid #d7d7d7;
	width: 100%;
	padding-left: 10px;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
}
#smartpost_cont0 .smartpost_info{
	text-align: left!important;
	line-height: 1.4;	
}
#smartpost_cont0 .smartpost_right{
	float: left!important;
	width: 100%;
}
#order-steps .input-row input{
	height: 27px;
	border: 1px solid #d7d7d7;
}

#order-steps .input-row textarea{
	border: 1px solid #d7d7d7;
}

#order-steps input .input-row{
	width: 100%;	
}
#order-steps .input-row input, #order-steps .input-row textarea{
	width: 100%!important;	
}
#order-steps .input-row .right{
	float: right;
	width: 50%;	
}
#order-steps .input-row{
	height: 50px;	
}
#order-steps .input-row label{
	text-align: right;
	width: 42%;
	display: inline-block;
	line-height: 1;
	margin-top: 4px;
}
#order-steps .important-notice1{
	margin-bottom: 30px;
	color: #e3161d;
}
#recipient-data-head{
	padding: 0 5%;
	margin-bottom: 20px;
}
#recipient-data-head h4{padding: 14px 27px 14px 0;
	background: url("../../images/2015/nooleke.png") no-repeat right 13px top 21px;
	margin: 0;
	font-weight: normal;
	cursor: pointer;
}

#recipient-data-body{
	display: none;	
}
#invoice-overlay {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #e9e8e8;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e8e7e7;
}
#order-steps .cell3 .inner {
	position: relative;
	padding-top: 17px;
}
#invoice-overlay.hide{display: none;}

.mobile-visible{display: none;}
#chosen-transport > *{
	margin-bottom: 20px;	
}
#confirm{
	text-align: center;
	line-height: 2;	
}
#request-invoice label{
	font-weight: 700;	
}
.c-d-container{
	display: table;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #d7d7d7;
}
.c-details{
	display: table-row;
	height: 100%;
}
@-moz-document url-prefix() { 
  .c-details{
	display: table-row!important;
	}
}
.c-3rd{
	display: table-cell!important;
	height: 100%;
}
.bonus{
	color: #e3161d;
}
.t-toggle{
	cursor: pointer;	
}
.ru #search .bigbold, .ru #search .smallbold{
	letter-spacing: -0.6px;	
}
.content{
	padding-left: 20px;
	width: 75%;
	padding-right: 20px;
}
.contentpage .content{
	border-right: 1px solid #d7d7d7;
	min-height: 1000px;
}
.content h1{
	font-size: 28px;
	margin-bottom: 33px;
	margin-top: 30px;
}
.content p{
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 30px;
	
}
.content h2{
	font-size: 20px;	
	margin-bottom: 20px;
	line-height: 1;
	margin-top: 25px;
}
.content-r{
	width: 25%;
	padding-left: 2%;
}
.content-r .product{
	width: 100%;
	
}
.content-r h2{
	margin-bottom: 18px;
	font-size: 18px;	
}
.contentpage .c-inner{
	margin-bottom: 30px;
	/*min-height: 1072px;*/
}
.content{ line-height: 1.4;}
.content ul{padding-left: 4px; list-style: none; font-size: 14px; margin-bottom: 14px;}
.content li{margin-bottom: 5px !important; margin-top: 5px !important; color: #000;}

.content ul li{padding: 0px 0 0 13px; margin: 0; background: url("../../images/2015/article-list-style.png") no-repeat left 9px;}
.content ul ol li{background: none; padding: 0 0 0 0;}
.content ol ul li{padding: 0px 0 0 13px;}

.content ol{padding: 0 0 0 22px; font-size: 14px; line-height: 1.4;}
.content ol ol{padding: 0 0 0 20px;}
.content ol li{padding: 0; margin: 0;}

.content table{border-collapse: collapse; margin: 2em 0; width: 100%; font-size: 14px;}
.content table, .content td, .content th{border: 1px solid #bcb7b6;}
.content td, .content th{padding: 8px 10px;}
.content th{text-align: left; font-weight: bold; color: #000; background: #eeeded;}
.content table.noborder, .content table.noborder td, .content table.noborder th{border: none;}

.content caption{color: #fff; background-color: #2d0014; text-align: left; padding: 5px 8px;}
.content table p{margin: 0; }
.content p{margin: 0 0 20px 0;}
.content a{text-decoration: underline; color: #ce1342;}
.content a:hover{text-decoration: none;}

/* .recent-post */
.recent-post {
    padding: 25px 0 0;
}
.contentpage .recent-post .content {
    border: none;
    width: 50%;
}
.recent-post .inner-top {padding-bottom: 34px; background: url('../../images/2015/border-dotted.gif') repeat-x left bottom;}
.recent-post .inner-left, .recent-post .inner-right {
    float: left;
    width: 50%;
}
.recent-post .inner-right {padding-left: 4%; padding-top: 25px;}

.recent-post .post-img img {max-width: 100%;}
.recent-post .banner-top {margin-bottom: 34px;}

.recent-post h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 14px;
}
.recent-post .released, .content-r .released {
    color: #9b9b9b;
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
}
.recent-post p {font-size: 15px;}
.recent-post .read-more, .content-r .read-more {
    background-color: #27b501;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 7px 18px 8px;
    text-decoration: none;
}
.recent-post .read-more span, .content-r .read-more span {
    display: block;
    padding-right: 10px;
    position: relative;
}
.recent-post .read-more span:after, .content-r .read-more span:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	content: '';
	left: 100%; 
	top: 3px;
}

.cat-products.posts {padding: 28px 0 10px 0;}

.posts .p-img-wrap {padding: 0; margin-bottom: 12px;}
.posts .released {
    font-size: 12px;
    margin-bottom: 12px;
}
.posts .p-name {
    font-weight: 600;
    margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.2;
}
.posts .p-info p {
    color: #303030;
    font-size: 14px;
    line-height: 1.2;
}
.posts .p-info {font-size: 14px;}
.posts .p-info p {font-size: 15px; line-height: 1.3;}
.posts .btn-container {padding: 15px 0 4px;}
.posts .read-more {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #44b22f;
    padding: 6px 17px 7px;
}
.posts .read-more span:after {border-color: transparent transparent transparent #2ab502;}
/* .recent-post */

.form_container table{border: none;}
.form_container td{border: none; vertical-align: middle;}
.form_container h1{margin: 21px 0 3px 0;}
.form_container input[type="radio"], .form_container input[type="checkbox"] {
    margin: 0 6px 0 0;
}
.form_container table table {margin: 0;}

.form_container input[type="reset"], .form_container input[type="submit"], .form_container input[type="button"] {
    background-color: #e3161d;
    border: medium none;
    border-radius: 4px;
    color: #fff;
	cursor: pointer;
    height: 31px;
    line-height: 25px;
    padding: 0 11px;
}
.form_container input[type="reset"], .form_container input[type="button"].grey {background-color: #919191;}
.form_container input[type="reset"]:hover {background-color: #9f9f9f;}
.form_container input[type="submit"]:hover {background-color: #d3060d;}
.forms_error,
.forms_success {color: #fff; text-align: center; margin: 10px 0; padding: 9px 10px; background-color: #53ac3b; font-weight: 400; display: block;}
.forms_error {background-color: #bf1e2e;}

#accordion{font-size: 14px; margin: 0 0 10px 0;}
#accordion .title{margin: -1px 0 0 0; padding: 1px; font-weight: 400; font-size: 14px; background-color: #fff; border: 1px solid #bdb7b7; cursor: pointer; position: relative;}
#accordion .ui-icon{background: url("../images/arrows-9x5.gif") no-repeat 0 0; width: 9px; height: 5px; position: absolute; top: 15px; right: 15px;}
#accordion .ui-state-active .ui-icon{background-position: 0 -5px;}
#accordion .title .inner{background-color: #eee; display: block; padding: 6px 35px 5px 10px;}
#accordion .ui-state-active .inner{background-color: #fff;}
#accordion .content{font-weight: 300; font-size: 13px; padding: 20px 10px;}

.file{display: inline-block; text-decoration: none !important; color: #000 !Important; padding: 8px 0 7px 26px; line-height: 98%;}
.file.pdf{background: url(../../images/2015/icon-pdf.gif) no-repeat left center;}
.file.doc{background: url(../../images/2015/icon-doc.gif) no-repeat left center;}
.file.jpg{background: url(../../images/2015/icon-jpg.gif) no-repeat left center;}
.file.png{background: url(../../images/2015/icon-png.gif) no-repeat left center;}
.file.xls{background: url(../../images/2015/icon-xls.gif) no-repeat left center;}
.file.ppt{background: url(../../images/2015/icon-ppt.gif) no-repeat left center;}

.gallery{padding: 20px 0;}
.gallery ul{list-style: none!important; margin-left: -2.840059790732436%; font-size: 0;}
.gallery li{background: none!important; display: inline-block; vertical-align: top; margin: 0 0 19px 2.761627906976744%; width: 47.23837209302326%;}
.gallery img{display: block; margin: 0 auto; border: 1px solid #ccc; max-width: 100%;}
.gallery li:hover img{opacity: 0.7; filter: alpha(opacity=70);}
.gallery .title{display: block; padding: 10px 8px 0 32px; font-size: 13px; font-weight: 300; line-height: 125%;}

.article-list a{text-decoration: none!important; }
.article-list li{text-decoration: none!important; border-bottom: 1px solid #e5e5e5; padding: 0 0 12px 50px!important; margin: 0 0 20px 0!important; background: url("../../images/2015/bubble-icon1.gif") no-repeat left 3px!important;}
.article-list li:hover{background: url("../../images/2015/bubble-icon2.gif") no-repeat left 3px;}
.article-list .title{font-size: 15px; font-weight: 400; margin: 0 0 10px 0;}
.article-list p{font-size: 14px; font-weight: 300; margin: 0 0 10px 0;}

.kinginimekiri{
	max-width: 1090px;
	margin: 9px auto 40px;	
}
#boy2{
	float: right;
	margin-top: -142px;	
}

#kn-content{
	background: url('../../images/2015/bigstripes.png') no-repeat top #fef8e5;
	background-size: 100% auto;
	padding: 43px 2.7%;
}
.kn-list-wrap{
	width: 100%;	
}
.kn-left{
	width: 60%;	
}
.kn-head{
	margin-bottom: 20px;	
}
.kn-head h1{
	font-size: 31px;
	color: #474747;
	font-weight: 600;
}
.kn-head p{
	font-size: 14px;
	line-height: 2;	
}
.kn-head img{
	margin-right: 10px;	
}
.kn-list{
	background-color: white;
	border: 1px #cbc09f dashed;
	display: table;
	width: 100%;
	padding: 0 17px;
	clear:both;
}
.kn-list-wrap > span:first-of-type{
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	padding-left: 4px;
	margin-bottom: 16px;
}
.kn-list-wrap > span > a:hover{
	text-decoration: underline;
}
.kn-list-wrap > span:last-of-type{
	font-size: 12px;
	padding-left: 4px;
	display: block;
	padding-top: 15px;
	margin-bottom: 16px;
	line-height: 2;
}
.kn-list-wrap > span:last-of-type > img{
	margin-right: 10px;	
	margin-bottom: -6px;
}
.kn-item{
	display: table-row;
	padding: 15px;
	height: 90px;
}

.kn-item:last-of-type > *{
	border-bottom: none;	
}

.kn-item > *{
	display: table-cell;
	vertical-align: middle;	
	border-bottom: 1px solid #d7d7d7;
	font-size: 12px;
}
.kn-number > span{
	display: inline-block;
	background-color: #e3161d;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	color: white;
	margin-left: 22px;
	font-size: 20px;
	padding: 10px 0px;
	text-align: center;
}
.kn-name{
	margin-bottom: 8px;
}
.kn-price{
	font-weight: 600;
	line-height: 1.3;	
}
.kn-item .remove{
	padding-right: 20px;	
}
.kn-image{
	text-align:center;	
}
.legend{
    font-size: 13px;
    line-height: 2;
    padding-left: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.legend div img{
    width: 30px;
}
.legend div:first-of-type img{
    margin-right:10px;
}
.legend div:last-of-type img{
    margin-right:-4px;
}
.kn-right{
	background-color: #fefbef;
	border: 1px #cbc09f dashed;
	padding: 15px 2%;
	font-size: 14px;
	width: 38%;
}
.kn-right h2{
	font-size: 31px;
	color: #474747;
	font-weight: 600;
	margin-bottom: 20px;
}
.kn-right > div{
	font-weight: 700; 
	color: #e3161d;	
}
.kn-right > a{
	text-decoration: underline;
	line-height: 1.4;
	margin-bottom: 10px;
	display: block;
}
.kn-right input{
	width: 90%;
	height: 27px;
	border: #d7d7d7 1px solid;
	margin-top: 4px;
}
.kn-right .right{
	text-align: right;
	width: 50%;
}
.kn-right .left{
	width: 50%;	
}
.kn-right .right > div{
	text-align: left;
	margin-left: 10%;	
}
#kn-buttons button{
	width: 45%;
	float:left;
	margin: 0;	
	height: 32px;
}
#kn-buttons button:last-of-type{
	float: right;	
}
#addrow{
	cursor: pointer;
	line-height:2;
}
#kn-buttons{
	margin-top: 28px;	
}
.minunimekirjad .kn-head{
	margin-bottom: 40px;	
}
.minunimekirjad .kn-list{
	margin-bottom: 43px;	
}
.minunimekirjad .kn-name{
	padding-left: 20px;
	font-size: 14px;	
}
.minunimekirjad .remove{
	padding-right: 0;	
}
.minunimekirjad #kn-content{
	padding-bottom: 0;	
}
#boy3-wrap{
	margin-top: 70px;
	float: left;
	padding-left: 5%;
	width: 40%;
	text-align: center;	
}
.vaatanimekirja .kn-list-wrap{
	margin-top: -80px;
}
.vaatanimekirja #boy4{
	float: right;
	margin-bottom:-12px;	
}
.vaatanimekirja .kn-list-wrap .btn-sec{
	margin-top: 64px;
	height: 32px;
	display: inline-block;
	padding: 9px 25px;
	font-size: 14px;
	margin-left: -51px;
	float: left;
}
.vaatanimekirja .kn-image{
	padding-left: 4%;	
}
.kinkepole .message{
	text-align:center;
	padding: 100px 0;
}
.kinkepole .message p{
	margin-bottom: 40px;	
}
.kinkepole .message img{
	max-width: 100%;	
}
.kingiseis{
	margin-top:60px;	
}
.kingiseis .kn-right{
	background: none;
	border: none;
	padding: 15px 2% 15px 8%;
}
.kingiseis .kn-right h2{
	color: #e3161d;
}
.kingiseis .tablelabel{
	float: left;
	width: 100%;
	margin-bottom: 16px;	
}
.kingiseis .tablelabel > *{
	width: 50%;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 1%;
}
.kingiseis .tablelabel > *:last-of-type{
	text-align: right;
	padding-right: 2%;
}
.kingiseis .kn-right{
	width: 34%;
}
.kingiseis .kn-left{
	width: 64%;	
}
.kingiseis .kn-left p{
	line-height: 1.4;
	margin-top: 16px;	
}
.buybuttons{
	width: 40%;	
}
.buybuttons a{
	display: inline-block;
	height: 70px;
	float: left;
	width: 31%;
	margin: 0 1%;
	text-align: center;
	font-size: 15px;
	text-transform: none;
}
.buybuttons .btn-sec:hover{
	background-color: #81cf42;	
}
.buymaybe, .buysure{
	padding: 18px 0;	
	
}
.buynow{
	padding: 10px 0;	
}
.buynow.outofstock{
	background: #c7f1ff;
	font-size: 14px!important;
}
.buynow.outofstock > div{
	margin-top: 5px;
	font-size: 13px!important;	
}
.buynow > div:nth-child(1){
	font-size: 10px;
	color: black;
}
.buynow > div:nth-child(2){
	font-size: 22px;
	color: black;
	font-weight: 600;	
}
.buynow > div:nth-child(3){
	font-weight: 600;	
}
.buybuttons > div{
	font-size: 14px;
	text-align: right;
	padding-right: 3%;
	height: 100%;	
}
.ev-boxes{
    width: 100%;
    letter-spacing: -3px;
    height: 181px;
    margin: 25px inherit;
    text-align: center;
}
.ev-boxes > a > img{
    width: 33.2%;
    max-width: 269px;
}
.ehitusv1 .content-r{
    border-left: none;
    text-align: center;
}
.ehitusv1 .content-r h2{
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
}
.ehitusv1 .content-r h3{
    font-size: 20px;
    margin-top: 15px;
    padding: inherit 5%;
}
.ehitusv1 .content-r img{
    margin-top: 40px;   
}
.narrow{
    max-width:750px;
    margin: 40px auto;
    padding: 0 18px;
    overflow: hidden;
    
}
.narrow .success{
	border: 1px solid #d7d7d7;
	line-height: 2;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.narrow .success a{
	padding: 0 18px;
	width: 100%;
	border: 1px #d4d4d4 solid;
	border-radius: 5px;
	color: white;
	font-size: 15px;
	height: 27px;
	margin: 6px 0;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	background: #f91018; /* Old browsers */
	background: -moz-linear-gradient(top,  #f91018 0%, #cb070e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f91018), color-stop(100%,#cb070e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f91018 0%,#cb070e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f91018 0%,#cb070e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f91018 0%,#cb070e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f91018 0%,#cb070e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f91018', endColorstr='#cb070e',GradientType=0 ); /* IE6-9 */
}
.narrow .success a:hover{
	background: #f91018;
}
.narrow h1{
    font-size: 38px;
    text-align: center;
    margin-bottom: 35px;
}
.narrow p{
    margin-bottom: 15px;
}
.ev-row {
    margin-bottom: 9px; 
}
.ev-head p a {text-decoration: underline; color: #ce1342;}
.ev-head p a:hover {text-decoration: none;}
.ev-row label{
    float:left;
    width: 20%;
    padding-top: 13px;
}
.ev-row label > div:first-of-type{
    font-size: 15px;
    text-transform: uppercase;  
}
.ev-row label > div:last-of-type{
    font-size: 12px;
}
.ehitusv2 input{
    height: 53px;
    border: solid 1px #d7d7d7;
    padding-left: 20px;
    font-family: 'Titillium Web','Open Sans', 'sans-serif';
    font-size: 25px;
}
.ev-row input{
    width: 80%;
    float:left;
}
.ev-row.small input{
    width: 62px;
    
}
.ev-cat-select{
    display: table;
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 158px;
    border-spacing: 20px;
}
.ev-cat-option{
    display: table-cell;
    width: 20%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.ev-cat-option.active, .ev-cat-option:hover{
    border: 4px solid #e3161d;
    padding-left: 6px;
    padding-right: 6px;
}
.ev-cat-option > div:first-of-type{
    font-size: 20px;
    font-weight: 600;
}
.ev-cat-option > div:last-of-type{
    font-size: 15px;
}
.ehitusv2 textarea{
    width:100%;
    height: 162px;
    margin-top: 9px;
    padding: 16px;
    font-family: 'Titillium Web','Open Sans', 'sans-serif';
    font-size: 18px;
}
.ehitusv2 form > label{
    font-size: 15px;    
}
.ev-half{
    width: 50%;
    margin-top: 20px;
}
.ev-half input{
    width: 50%;
    margin-left: 4%;    
}
.ev-half:last-of-type input{
    width: 60%;
    float: right;
        
}
.ev-half:last-of-type label{
    width:34%;
    text-align: right;
    display: inline-block;
    margin-top: 15px;
}
#addpics{
    display: block;
    text-align: center;
    min-height: 70px;
    padding: 19px 0 13px;
    margin-top: 20px;
}
#uploadifive-addpics{
	display: block;
    text-align: center;
    min-height: 70px;
    padding: 19px 0 13px;
    margin-top: 20px;
	appearance: none;
	border: 1px #d4d4d4 solid;
	height: 32px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Titillium Web','Open Sans', 'sans-serif';
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	cursor: pointer!important;
	color: black;
	width: 100%!important;
}
#uploadifive-addpics *{
	cursor: pointer;	
}

#uploadifive-addpics:hover{
	background: #ffffff
}
#addpics > div:first-of-type{
    font-size: 26px;
}
#addpics > div:last-of-type{
    font-size: 13px;
    text-transform:none;
}
.agree{
    text-align: center;
    margin-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.agree input {height: auto; position: relative; top: -1px;}
.agree label{
    margin-bottom: 5px;
}
.checkbox{
    display: inline-block;
    height:25px;
    width: 25px;
    background-color: white;
    border: 1px solid #d7d7d7;
}
.checkbox.active{
    content: url(../img/checked.png);   
}
.agree .checkbox{
    margin-bottom: -6px;
}
#send{
    display: block;
    text-align: center;
    min-height: 70px;
    padding: 20px 20px 13px;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
	height: auto;
}
#ev-images{
    margin-top: 20px;
}
#ev-images .wrap {
    list-style-type: none;
    margin-left: -15px;
	font-size: 0;
}
#ev-images .wrap .item {
    display: inline-block;
	vertical-align: top;
    width: 33.33333333333333%;
	padding: 0 0 15px 15px;
}
#ev-images .wrap img {max-width: 100%; width: 100%;}

/* custom select */
.select-container{position: relative; display: inline-block; vertical-align: top; width: 100%;}
select.styled{height: 100% !important; left: 0;}
.customSelect{border: 1px solid #d7d7d7; color: #000; height: 32px; background: #fff url("https://www.klotsipood.ee/images/2015/arrow-select2.gif") no-repeat right center; font: 600 14px/32px "titillium","Open Sans","sans-serif"; display: block !important;}
.customSelectInner{display: block !important; width: auto !important; padding: 0 20px 0 8px; margin-right: 32px; overflow: hidden; white-space: nowrap;}

.ev-filters {padding-bottom: 23px;}
.ev-filters .inner {
    list-style-type: none;
    margin-left: -14px;
}
.ev-filters .col {padding: 0 0 14px 14px;}
/*
.select2 {
    height: 32px;
    line-height: 32px;
    margin-top: 0;
    padding: 0 35px 0 8px;
    position: relative;
    width: auto;
	font-weight: 600;
	color: #505050;
}
.select2 .nooleke {
    background: url("https://www.klotsipood.ee/images/2015/arrow-select2.gif") no-repeat 0 0;
    bottom: 0;
    float: none;
    height: 8px;
    margin: auto 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 15px;
}
.select2 > li > ul {
    border: 1px solid #d7d7d7;
    left: -1px;
    margin: 2px 0 0;
    top: 100%;
    width: 170px;
}*/
.ev-filters input[type="text"] {
    color: #000;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
	font-family: "titillium","Open Sans","sans-serif";
	border: 1px solid #d7d7d7;
}
.ev-filters input[type="text"]::-webkit-input-placeholder, .ev-filters input[type="text"]:-ms-input-placeholder, .ev-filters input[type="text"]:-moz-placeholder, .ev-filters input[type="text"]::-moz-placeholder {color: #000;}
.ev-filters input[type="text"]::-moz-placeholder {opacity: 1;}
.ev-filters .btn-sec {min-width: 98px;}

.ev-result-bar {margin-bottom: 13px;}
.ev-result-amount .select-container {
    margin: 0 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
	width: auto;
}
.ev-result-amount .customSelectInner {padding-right: 5px;}

/*
.ev-result-amount .select2 {
    display: inline-block;
    margin: 0 5px;
}
.ev-result-amount {color: #000;}*/

.pager {list-style-type: none;}
.pager li {float: left; margin-left: 6px;}
.pager li a {
    background-color: #eeeced;
    display: block;
    font-family: sans-serif;
    font-size: 13px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    width: 32px;
}
.pager .active a, .pager li:hover a {
    background-color: #e3161d;
    color: #fff;
}

.pager-after .pager li {
    margin-left: 0;
    margin-right: 6px;
}

.nav-ribbon {margin-bottom: 14px;}
.nav-ribbon .btn-sec {min-width: 88px;}

.ev-gallery img {display: block; max-width: 100%;}
.ev-gallery img:hover {opacity: 0.85;}
.ev-gallery .thumbs .wrap {
    list-style-type: none;
    margin-left: -18px;
}
.ev-gallery .thumbs li {
    float: left;
    padding-left: 18px;
    width: 20%;
}
.ev-gallery .main-img {margin-bottom: 22px;}
.ev-pr {
    border: 1px solid #d7d7d7;
    margin-bottom: 14px;
    padding: 16px 11px;
}
.ev-pr .left {width: 53.2%;}
.ev-pr .right {width: 46.8%;}

.ev-pr-content {
    font-size: 15px;
    line-height: 1.25;
    padding: 23px 0 0 40px;
}
.bold {font-weight: 700}
.fsize18 {font-size: 18px;}

.ev-pr-content .content-block {padding-bottom: 22px;}
.ev-pr-content .voting {
    margin-bottom: 30px;
    padding-top: 40px;
}
.ev-pr-content .voting .rating-box {padding: 13px 0;}
.ev-pr-content .voting .btn-vote {
    font-weight: 600;
    min-width: 215px;
}
.ev-pr-content .voting .avg {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 4px;
}

.ev-pr-content .info {margin-bottom: 25px;}
.ev-pr-content .text {margin-bottom: 20px;}
.ev-pr-content .text p {margin-bottom: 10px;}
.ev-pr-content .fb {margin-bottom: 24px;}

.ev-pr-content .fb .btn-wrap {padding-top: 12px;}
.btn-fb {
    background: #3f5aa7 url("http://design.imago.ee/ehitusvoistlus/ajutine/btn-like.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 34px;
    text-indent: -9999px;
    vertical-align: top;
    width: 81px;
}
.star-rating {
	font-size: 0;
	white-space: nowrap;
	display: inline-block;
	width: 175px;
	height: 27px;
	overflow: hidden;
	position: relative;
	background: url("http://design.imago.ee/ehitusvoistlus/ajutine/star-default.gif");
	background-size: contain;
	padding: 0;
}
.star-rating i {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%;
	z-index: 1;
	background: url("http://design.imago.ee/ehitusvoistlus/ajutine/star-active.gif");
	background-size: contain;
}
.star-rating input {
	-moz-appearance: none;
	-webkit-appearance: none;
	opacity: 0;
	display: inline-block;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: relative;
	border: none;
}
.star-rating input:hover + i,
.star-rating input:checked + i {opacity: 1;}
.star-rating i ~ i {width: 40%;}
.star-rating i ~ i ~ i {width: 60%;}
.star-rating i ~ i ~ i ~ i {width: 80%;}
.star-rating i ~ i ~ i ~ i ~ i {width: 100%;}
.choice {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px;
	display: block;
}


.ev-cat-label{
    text-transform: uppercase;
    margin-bottom: 0!important;
    margin-top: 15px;
}
.ev-block{
    display: block;
    width: 24.25%;
    margin-right: 1%;
    text-align: center;
    padding: 1% 1% 10px;
    border: 1px solid #d7d7d7;
    float: left;
    margin-bottom: 15px;
}
.ev-block:hover{
    border: 1px solid #e3161d;
}

.ev-block-active{
    border: 1px solid #e3161d;
}

.ev-block > a > img{
    width: 100%;
}
.ev-block-info{
	color: #606060;
    text-align:left;
    font-size: 15px;
    line-height: 1.3;
    padding: 5px 8px;   
}
.ev-block:nth-child(4n){
    margin-right: 0;
}
.page-h{
    font-size: 38px;
    margin-left: 2%;
    margin-top: 20px;
    margin-bottom: 30px;    
}
.ev-block .stars{
    width: 65%; 
    float: left;
    padding-left: 2.5%;
}
.ev-block .stars > img{
    width: calc(20% - 4px);
}
.ev-block .score{
    float: left;
    width: 35%;
}
.ev-block .score > div:first-of-type{
    font-size: 11px;    
}
.ev-block .score > div:last-of-type{
    font-size: 15px;    
}
.ev-block .rating{
    margin-top: 10px;   
}
.ev-block .btn-sec{
    width: 90%;
    float: left;
    margin-top: 10px;
    padding-top: 9px;
    margin-left: 5%;
    font-size: 13px;
}
.alert-ribbon {padding: 25px 26px; font-size: 15px; position: relative;}
@media screen and (min-width: 901px){.alert-ribbon .has-icon {margin-left: 18px;}}
.lego-ribbon {background-color: #f8d83d;}
@media screen and (min-width: 561px){.alert-ribbon.has-r {padding-right: 256px;}}
.alert-ribbon .el-r {position: absolute; top: 16px; right: 22px;}

@media screen and (max-width: 560px){
	.alert-ribbon {padding: 16px 15px;}
	.alert-ribbon .el-r {position: static; margin-top: 16px;}
}

.has-icon {display: inline-block; position: relative;}
.has-icon:before {display: block; content: ''; position: absolute; left: 0; background-repeat: no-repeat; background-position: center center;}
.has-icon-battery1 {padding-left: 22px;}
.has-icon-battery1:before {top: -3px; width: 11px; height: 19px; background-image: url('../../images/2015/icon-battery1.png');}
.has-icon-battery2 {padding-left: 40px;}
.has-icon-battery2:before {top: 0; width: 25px; height: 15px; background-image: url('../../images/2015/icon-battery2.png');}

.jumbotron1 {margin-bottom: 16px; clear: both;}
.jumbotron1 img {display: block;}

.sidebar .title {margin-bottom: 17px;}
.sidebar .title-primary {font-size: 20px;}
.sidebar .title-secondary {font-size: 15px;}

.filter-menu {margin-bottom: 28px; font-size: 15px;}
.filter-menu ul ul {padding: 5px 0 5px 33px;}
.filter-menu ul ul li:last-child {margin-bottom: 0;}
.filter-menu .menuheading {font-weight: 700; cursor: pointer; margin: 18px 0 10px 0;}
.filter-menu > ul > .togglable {display: none;}
.filter-menu a {display: block; position: relative; padding: 4px 0 4px 33px; margin-bottom: 4px;}
.filter-menu ul ul a {color: #58595b;}
.filter-menu a:before {position: absolute; display: block; width: 20px; height: 20px; border-radius: 3px; border: 1px solid #d8d8d7; content: ''; left: 0; top: 1px;}
.filter-menu a.active:before {background-image: url('../../images/2015/icon-check.png'); background-repeat: no-repeat; background-position: center center;}
.filter-menu a:hover:before {border-color: #e39d16;}
.filter-menu > ul > li > a.active:before {border-color: #e39d16; background-color: #fac90c;}

.age-cats .thumb {background-repeat: no-repeat; position: absolute; bottom: 0; left: 0; width: 100%;}
@media screen and (min-width: 501px){.age-cats .thumb {background-image: none !important;}}
.age-cats .thumb img {display: block; margin: 0 auto; height: auto;}
.age-cats .wrap {margin-left: -8px;}
.age-cats .item {float: left; width: 16.66666666666667%; padding-left: 8px; margin-bottom: 15px; position: relative;}
.age-cats .item-inner {background: #fac90c url('../../images/2015/bg-glow.png') no-repeat bottom center; display: block; height: 170px; padding: 7px 10px 0 10px; text-align: center;}
.age-cats .item-red .item-inner {background-color: #e3161d; color: #fff;}
.age-cats .item-title {font: 900 28px/1 'Roboto', sans-serif; margin-bottom: 0;}
.age-cats .item-title .fraction {font-size: 0.55em; position: relative; top: -3px; margin-right: 6px;}
.jumbotron1 a:hover img, .age-cats a.item-inner:hover, .thumb-list a.item-inner:hover img {opacity: 0.8;}
@media screen and (max-width: 700px){
	.age-cats .wrap {margin-left: -4px;}
	.age-cats .item {padding-left: 4px;}
	.age-cats .item-inner {padding-top: 10px;}
	.age-cats .item-title {font-size: 23px;}
}
@media screen and (max-width: 500px){
	.age-cats .thumb {background-size: contain; position: absolute; bottom: auto; top: 0; left: 13px; height: 100%; width: 49px;}
	.age-cats .wrap {margin-left: 0;}
	.age-cats .item {float: none; width: auto; padding-left: 0; margin-bottom: 2px; overflow: hidden;}
	.age-cats .item-title {font-size: 21px;}
	.age-cats .thumb img {display: none;}
	.age-cats .item-inner {background: #fac90c; height: auto; padding: 10px 10px 9px 70px; text-align: left;}
}

.thumb-list {padding-top: 7px;}
.thumb-list .wrap {margin-left: -1.376146788990826%;}
.thumb-list .item {padding-left: 1.35623869801085%; float: left; width: 25%; margin-bottom: 16px;}
.thumb-list .item-inner, .thumb-list img {display: block;}
.thumb-list img {max-width: 100%;}
@media screen and (max-width: 510px){
	.thumb-list .item {width: 50%; margin-bottom: 6px;}
}

/* Sly */
#scroller .frame {height: 315px; overflow: hidden;}
#scroller .frame ul {list-style: none; margin: 0; padding: 0; height: 100%;}
#scroller .frame ul li {float: left; width: 267px; height: 100%; margin: 0 15px 0 0; padding: 0; cursor: pointer;}

#scroller .scrollbar {margin: 32px 0 0 0; height: 6px; background: #eeeded; line-height: 0; border-radius: 3px;}
#scroller .scrollbar .handle {width: 100px; height: 12px; position: relative; top: -4px; cursor: pointer; background: #e3161d; border-radius: 9px;}
#scroller .scrollbar .handle .mousearea {position: absolute; left: 0; width: 100%; height: 12px;}

#scroller .scrollbar .handle .icon {width: 12px; height: 2px; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
#scroller .scrollbar .handle .icon span {background-color: #fff; width: 1px; height: 2px; margin: 0 1px; display: block; float: left;}

#scroller {font-size: 13px; margin-bottom: 40px;}
#scroller .scroller-thumb {margin-bottom: 10px;}
#scroller .scroller-content {position: relative;}
#scroller .scroller-content:after {position: absolute; content: ''; background: url('../../images/2015/txtoverflow-bg.png') repeat-x 0 0; bottom: -10px; left: 0; width: 100%; height: 42px; z-index: 1;}

#scroller .ev-block {width: auto; padding: 11px 12px; margin: 0;}
#scroller .ev-block > * {display: block; position: relative;}
#scroller .ev-block-info {height: auto !important;}
#scroller .ev-block .pr-rating {
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    padding: 8px 6px;
    position: absolute;
    top: 0;
}


#one-c .ev-block > * {display: block; position: relative;}
#one-c .ev-block-info {height: auto !important;}
#one-c .ev-block .pr-rating {
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    padding: 8px 6px;
    position: absolute;
    top: 0;
}

.fancybox-open {height: 100%; overflow-y: hidden;}

#ev-overlay{
    height:100%;
    width: 100%;
    z-index: 1000;
    top: 0;
    display: none;
    left: 0;
    position: fixed;
    opacity: 0.7;
    background-color: black;
}
.evo-box{
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 1200px;
    margin: 20px auto;
}
.evo-wrap{
    max-width: 1090px;
    padding: 30px 5%;
    margin: 0 auto; 
}
.evo-left{
    width: 70%; 
}
.mfp-content td{
	vertical-align: middle;
	text-align: center;
}
.evo-right{
    width: 30%;
    text-align: left;
}
.evo-right h4{
    font-size: 20px;    
    margin-bottom: 12px;
}
.evo-right div{
    font-size: 14px;
}
.evo-right p{
    margin-top: 10px;
    font-size: 13px;    
}
.evo-left{
    width: 70%; 
}
.evo-left .evo-bigpic-outer{
    width: 90%;
    height: 100%;
	overflow: hidden;
}
.evo-bigpic-inner{
    display: table-cell;
    height: 400px;
	text-align: center;
    vertical-align: middle;
    padding: 0 5%;
}
.evo-left img{
	max-height: 600px;	
}
.evo-bigpic-inner img{
    max-width: 100%;
    height: auto;
	;
}
.evo-left .evo-bigpic{
    vertical-align:middle;  
}
.evo-thumbs{
    width: 90%;
    float:left;
    text-align: left;
    margin-top: 15px;
}
.evo-thumbs img{
    max-height: 70px;   
}
.pw-box{
    position: relative;
    background: #fef8e5;
    padding: 20px;
    width: auto;
    max-width: 500px;
    min-height: 270px;
    margin: 20px auto;
    text-align: center;
}
.pw-box h5{
    font-size: 25px;
    font-weight: 600;
    color: #474747;
    margin-top: 35px;
}
.pw-wrap{
    background-color: #fefbef;
    border: dashed 1px #d6cbaa;
    padding: 10px 20px;
    margin-top: 20px;
    width: 237px;
    margin: 20px auto 30px;
}
.pw-wrap .btn-tert{
    height: 31px;   
}
.pw-wrap input{
    height: 27px;
    border: 1px solid #d7d7d7;
    width: 140px;
    margin-left: 10px;
}
#success img, #failure img{
    margin-top: 60px;   
}
#success h5, #failure h5{
    margin-top: 10px;   
}
.ostukorv .note{
	width: 100%;
	border: 1px solid #d7d7d7;
	height: 300px;
	padding: 120px;
	font-size: 30px;
	color: #474747;
	text-align: center;
	margin-bottom: 30px;
}
.ostukorv .no_fee{
	background-color: #f19404;
	border-left: 5px solid #df6106;
	color: white;
	padding: 15px;
	text-align: center;
}

.ostukorv .error, .narrow .error{
	background-color: #e3161d;
	border-left: 5px solid #b4060c;
	color: white;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
}
.error_msg{
	background-color: #e3161d;
	border-left: 5px solid #b4060c;
	color: white;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
}
.success_msg{
	background-color: #85bc20;
	border-left: 5px solid #5f9a0e;
	color: white;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
}
#menuclose{
	float: right;	
}
.mobilebtns{
	margin-top: 20px;
	display: none!important;
}
.mobilebtns > div{
	width: 50%;
	float: left;
	padding: 0 5%;
}
.mobilebtns > div:first-of-type{
	text-align: left;	
}

.mobilebtns > div:last-of-type button{
	float: none;
}
.mobilebtns > div:last-of-type{
	text-align: right;
	padding-top: 3px;
	float: right;
}
.content > p > img{
	width: auto;
	max-width: 100%;
	height: auto;	
}
#sw-container{
	overflow: hidden;
}
#sw-container td{
	padding: 0 5px;
	vertical-align: middle;
}
.cols{
	width: 40%;
	float: left;	
	margin-right: 5%;
}
.cols:nth-child(2n){
	width: 55%;	
	margin-right: 0;
}
.cols img{
	max-width: 100%;
	height: auto;	
}
#saada-footnote{
	font-size: 12px;
	color:black;
	font-weight: 400;
	margin-top: 16px;	
}
.gc_data > *{
	display: block;
	margin-bottom: 4px;	
}
.gc_data{
	padding: 15px;
	border: 1px solid #d7d7d7;
	margin-top: 20px;
}
#target_id table{
	width: 100%;	
}
[name="smartpost_fi_type"]{
	height: 27px;
	border: 1px solid #d7d7d7;
	width: 100%;
	margin-bottom: 2px;
}
#target_id input, #target_id select{	
	height: 27px;
	border: 1px solid #d7d7d7;
	width: 100%;
	
}
#target_id td{
	padding: 2px;	
}

#target_id .label{
	text-align: left;	
}
#sw-container{
	text-align:right;
}
#sw-container table{
	text-align: center;	
}
#sw-container .klotsisadu{
	position: absolute;
	margin-left: -100px;
	margin-top: -64px;
	background:transparent!important;
}
.sfirst .select li > ul{
	max-height:1000px;
}

.btn-prim, .btn-sec, .btn-tert, .btn-quat, .btn-quin, .read-more, .form_container input[type="reset"], .form_container input[type="submit"], .form_container input[type="button"] {font-size: 14px !important; text-transform: uppercase !important;}

/* ============== media queries (pixel ration) ================= */
/* ============================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){	
	.has-icon-battery1:before {background-image: url('../../images/2015/icon-battery1@2x.png'); background-size: 11px 19px;}
	.filter-menu a.active:before {background-image: url('../../images/2015/icon-check@2x.png'); background-size: 9px 9px;}
}


@media (max-width: 1090px) {
	.mobilebtns{
		display:block!important;
	}
	.ev-blocks{
        padding: 0 1%;  
    }
	.contentpage .c-inner{
		min-height: 0;	
	}
	#buttons{
		padding: 30px 30px 120px 30px;
	}
	.prod-blocks{
		padding: 15px 3%;	
	}
	.p-labels{
		float: left!important;
		margin-top: 24px;
	}
	.p-info .left{
		width: 100%;
	}
	#rs-container{
		margin: 20px auto;
		float: none;	
	}
	#gift{
		margin-top: 0px;
	}
	#basket{
		margin-top: 15px;
	}
	#basket, #gift{
		width: 50%;
		display: none;
	}
	#gift a{
		padding: 0!important;
		float:right;	
	}
	#basket button{
		float: none;	
	}
	#mainnav-inner > ul {
		max-height: 92px!important;	
	}
	#no1toys{
		width: 100%;	
	}
	.venti{
		width: 33%;
	}
	.venti:nth-child(3){
		border-right: none;	
	}
	.qua{
		padding-top: 40px;
		width: 100%;	
	}
	.qua br{
		display: none;	
	}
	#fb-wrap{
		width: 50%;
		float: right!important;
		margin-bottom: 25px;
	}
	#emailoffer{
		width: 48.8%;
		margin-bottom: 25px;
	}
	.boy{
		display: none;	
	}
	.register .inner{
		margin-left: 0!important;
	}
	.loggedin .inner{
		margin-left: 0!important;
	}
	.giftlist{
		width: 56%;
		height: auto;
	}
	#safe{
	display: none;	
	}
	#logo{
		width: 100%;	
	}
	.rslides{
		width: 100%;	
	}
	.promo{
		width: 49%;
		margin: 0;	
	}
	.promo:nth-child(2){
		margin-right: 2%!important;	
	}
	#search{
		width: 100%;
		margin-left: 0;	
	}
	#legologo{
		display: none;	
	}
	.sfirst{
		width: 18%;
		min-width: 130px!important;
	}

	.searchitem{
		margin: 0;
		
	}
	.smallbold{
		float: left;	
	}
	.search-inner{
		width: 100%;	
	}
	#g-left{
		margin-left: 0!important;
	}
	
	/* ehitusv6istlus */
	.ev-filters, .ev-result-bar, .ev-blocks {padding-left: 2%; padding-right: 2%;}
}
@media (max-width: 1024px) {
	.pp-img-wrap, .p-img-wrap {
		display: block;
	}
	.p-img-wrap img {
		max-width: 100%;
	}
}
@media (max-width: 920px) {
	
	
	#basket{
		display: none;	
	}
	#gift{
		display:none;	
	}
	#menuclose{
		position: absolute;
		right: 10px;	
	}
	.menu-features {margin-right: 208px;}
	.kingiseis .kn-right{
		padding-left: 3%;	
	}
	.vaatanimekirja .btn-sec{
		margin-bottom: 8px;	
	}
	#boy3-wrap{
		display: none;	
	}
	#boy2{
		display: none;	
	}
	.kn-left, .kn-right{
		width: 100%;	
	}
	.c-left{
		width: 50%;	
	}
	.c-product .prices{
		width: 50%;
	}
	.important-notice1, #chosen-transport p{
		text-align: center;	
	}
	#order-steps .table-row,
	#order-steps .table-cell{display: block;}
	
	#basket-steps .table-cell,
	#order-steps .table-cell{width: auto;}
	#signup > div{
		width: 150%
	}
	#back, #ready{
		float: left;
	}
	#ready{
		margin-left: 22%!important;
	}
	#back{
		margin-top: -27px!important;	
	}
	#order-steps-form > *{
		width: 100%;	
	}
	#order-steps{
		border: none!important;
		width: 100%!important;
		padding: 0!important;
	}
	.register .gl-wrap{
		overflow: hidden;
	}
	#passwords{
		margin-top: -13px;
		line-height: 3;	
	}
	#signup button{
		display:block;
		clear: both;
		margin-left: 0;
		width: 20%;
		margin-top: 8px;
	}
	img.gifts{
		display: none;	
	}
	.c-d-container{
		display: table;
		width: 100%;
		height: auto;	
	}
	#codes, #transports{
		width: 50%;	
		height: auto;
	}
	#totals{
		height: auto;
		width: 100%;
		border-top: 1px solid #d7d7d7;		
	}
	.f-head{
		width: 100%;	
	}
	.f-details{
		width: 100%;
		margin-bottom: 25px;
	}
	.f-details table{
		width: 60%;	
	}
	.giftlist{
		height: auto!important;
	}
}
@media (max-width: 720px){	
	#cart {padding-top: 10px;}
	
	#gift, #basket{
		display: none;
	}
	#menuclose{
		display: none;
	}
	.evo-left{
        width: 100%;    
    }
    .evo-right{
        width: 100%;
        margin-top: 20px;   
    }
    .evo-left .evo-bigpic-outer{
        width:100%; 
    }
    .ehitusv1 .content-r h2{
        margin-left: 0; 
    }
    .ehitusv1 .content-r img{
        width: auto;
        max-width: 100%;    
    }
    .ev-boxes{
        margin: 0 auto;
        width: 80%;
        height: auto;
        text-align: center;
    }
    .ev-boxes > a > img{
        width: auto;
        clear:both;
        max-width: 269px;
        margin-bottom: 15px;
    }
	.buybuttons > div{
		text-align: center;
		padding-top: 30px;	
	}
	.kingiseis .kn-item{
		display: block;
		padding: 15px 0;
		height: auto;
	}
	.kingiseis .buybuttons{
		height: 92px;
		padding-top: 5px;
		padding-bottom: 8px;
		display: block;
		width: 100%;	
	}
	.kingiseis .kn-number, .kingiseis .kn-image, .kingiseis .kn-info{
		border-bottom: none;	
	}
	.kingiseis .kn-right, .kingiseis .kn-left{
		width: 100%;
		text-align: center;	
	}
	.kingiseis .kn-left img{
		display: none;	
	}
	#boy4{
		display: none;	
	}
	.content, .content-r{
		width: 100%;
	}
	.content-r{
		padding: 0 1%;
		border: none;	
	}
	.content-r .product{
		width: 49%;	
	}
	.content-r h2{
		margin-left: 20px;	
	}
	.content-r .product:nth-child(2n+1){
		width: 49%;
		margin-right: 2%;
	}
	.remove{
		float: right;
	}
	.kn-list .remove{
		float: none;	
	}
	#breadcrumbs{
		display: none;	
	}
	.mobile-hidden{display: none;}
	.mobile-visible{display: block;}
	.toggle{
		cursor: pointer;	
	}
	#invoice-overlay, #invoice-data {
display: none;
}
	#mainnav .menu-features li{
		margin-top: 12px;
		width: 50%!important;
		text-align: left!important;
		padding-left: 5%!important;
	}
	.menu-features {margin-right: 0; padding-right: 5%;}

	#no1{
		display: none;
		width: 100%;
		margin-bottom: 8px;	
		text-align: center;
	}
	#flags{
		width: 100%;
		float: none;
		text-align: center;
	}
	.collapsemenus #search, .collapsemenus #mainnav{
		display: none;
	}
	.collapsemenus .main-header{
		margin-bottom: 0;	
	}
	.hover > a > img{
		position: absolute;
		display: inline-block;
		right: 10%;
			}
	#f-info, #f-media{
		width: 100%;	
	}
	#full-product .p-label{
		position: relative;
		margin-left: -5%;
	}
	.c-product .prices{
		width: 100%;
		text-align: center;	
	}
	.c-left{
		width: 100%;
		float: right;
	}
	.c-product .prices > div{
		float: none;
		display: inline-block;	
	}
	#cat-products .p-labels{
		float: left!important;
		margin-top: 24px;
	}
	#cat-products .p-info .left{
		width: 100%;	
	}
	#cat-products{
		width: 100%;
	}
	#cat-products .product{
		margin-left: 2%;	
	}
	#cat-products .product:nth-child(3n-1){
		margin-left: 0;
	}
	
	.cat-products.posts .product {
		width: 32.4%;
	}
	.cat-products.posts .product:nth-child(3n) {
		margin-right: 0;
	}
	.cat-products.posts .product:nth-child(4n) {margin-right: 1.4%;}
	
	nav#submenu, .sidebar{
		width: 100%;
		margin: 20px 0;
		border-left: none;
		border-right: none;
	}
	nav#submenu .banner{
		float: right;
		margin-top: 0;
	}
	nav#submenu ul{
		float: left;	
	}
	#submenu .readmore > div:first-of-type {
		display: none;	
	}
	#submenu .links{
		margin-top: 20px;	
	}
	.block{
		width: 23.5%;
		margin-right: 2%;
	}
	.block:nth-child(6n+1){
		margin-right: 2%!important;
	}
	.block:nth-child(4n+1){
		margin-right: 0!important;
	}
	.venti:first-of-type h4{
		margin-top: 0!important;	
	}
	.p-labels{
		float: right!important;
		margin-top: inherit;
	}
	.p-info .left{
		width: inherit;	
	}
	.venti a{
		float: none !important;
		line-height: 2;	
	}
	.venti{
		padding-bottom: 30px;	
	}
	.menuall{
		margin: 15px 0;
		float: none;	
	}
	#select{
		display: inline-block;
		padding-bottom: 0;	
	}
	
	#no1toys img:first-of-type{
		width: 30%;	
	}
	.venti, .qua{
		width: 100%;
		text-align:center;
		border-bottom: 1px #d7d7d7 solid;	
	}
	.venti h4{
		margin-top: 20px!important;	
	}
	.venti img{
		display: none!important;	
	}
	#fb-wrap, #emailoffer{
    	width: 100% !important;
	}
	.dropdown ul.d-menu{
		margin: 15px 0 0 0;
		width: 50%;
		float:left;
		padding-left: 5%;
	}
	#mainnav .dropdown ul.d-menu li{
		text-align: left;
	}
	.dropdown ul{
		width: 100%;
		margin-left: 0;
	}
	.dropdown li{
		margin-left: 0;
		margin-right: 0;
		padding: 5px 0!important;
	}
	.dropdown{
		right: 0!important;
		position:relative;
		width: 100%;
		margin-top: 0;
	}
	.dropdown > div{
		right: 0!important;
		width: 100%;
		-webkit-transition: height 0.3s ease-in; /* Safari */
    	transition:  height 0.3s ease-in;
	}
	.dropdown > div > img{
		display: none;	
	}
	#mainnav li:hover .dropdown>div{
		height: auto;
		display: none;	
	}
	/*#mainnav li:hover .dropdown>div,*/ .hover_effect .dropdown>div{
		height: auto;
		display: block!important;
	}
	.giftlist{
		width: 100%;	
		border: none;
		height: auto;
	}
	
	#sm-boxes-wrap{
		width: 90%;
		margin: 2% 5%;
	}
	/*.searchitem:nth-child(2){
	width: 100%;	
	}*/
	#legologo{
		display: none;	
	}
	#mainnav li{
		width: 100%;
		text-align: center;
		border: none;
		/*padding: 15px 0;*/
	}
	#mainnav #gift, #mainnav #basket{
		width: 50%;	
	}
	#mainnav-inner > ul{
		width: 100%;	
		max-height:none !important;
	}
	
	#basket button{
		float: none;
	}
	.searchitem:nth-child(2), .searchitem:nth-child(3){
		width: 30%;	
	}
	.searchitem{
		width: 30%;
		margin: 0.5%;
		text-align: left;
	}
	.sfirst{
		margin-top: 33px;	
	}
	.searchitem label{
		display: block;
	}
	.searchitem label[for="range-b"]{
		display: inline-block;
		line-height: 1;
	}
	/*#mainnav-inner > ul > li{
		padding: 15px 0;	
	}*/
	#searchbtn{
		float: none;
	}
	#gift a{
		float: none;	
	}
	#basket span{
		display: none;	
	}
	.btc{
		width: 100%!important;
		margin: 0;
		margin-top: 5px;
		padding-left: 0.5%;
	}
	#recommend .product{
		width: 49%;	
	}
	#recommend .product:nth-child(2n+1){
		margin-right: 0 !important;
		float: right;
	}
	#recommend .product:last-of-type{
		float: left;	
	}
	#logo #t-search,#logo #t-menu{
		display: inline-block;
		max-width: 100%!important;
		width: auto!important;
		margin-top: 29px;
		cursor: pointer;
	}
	#logo #t-search{
		margin-left: 10%;
		float: left;
	}
	#logo #t-menu{
		margin-right: 10%;	
		float: right;
	}
}
@media (max-width: 680px) {

	/* ehitusv6istlus */
	.ev-cat-option {display: block; height: auto !important; margin-bottom: 12px; width: auto;}
	.ev-cat-select {display: block; height: auto; padding: 20px 18px;}
	.ev-half {float: none; overflow: hidden; width: auto;}
	.ev-half label, .ev-half:last-of-type label {display: block; margin: 0 0 14px; width: auto; text-align: left;}
	.ev-half input, .ev-half:last-of-type input {display: block; margin: 0; width: 100%;}
	.ev-row input {float: none; width: 100%;}

	.ev-filters .inner {margin-left: 0;}
	.ev-filters .col {float: none; padding: 0 0 11px;}
	.ev-filters input[type="text"], .ev-filters .btn-sec {width: 100%;}

	.ev-result-bar, .pager-after {text-align: center;}
	.ev-result-bar {margin-bottom: 28px;}
	.ev-result-amount {display: inline-block; float: none; margin-bottom: 12px; vertical-align: top;}
	.ev-result-bar .right, .pager-after .right {float: none;}
	html[xmlns] .pager {display: inline-block; vertical-align: top;}
	.pager li {margin: 6px 3px 0;}
}
@media (max-width: 520px){
	.btn-cart > div:last-of-type {
		float: none;
		padding: 0;
		text-align: center;
		width: auto;
	}
	.btn-cart .btn-prim {
		padding-left: 22px;
		padding-right: 22px;
	}
	
	.ev-row label{
		width: 100%;
		margin-bottom: 10px;	
	}
	.ev-block{
        width: 48.5%;
        margin-right: 3%;
    }
    .ev-block:nth-child(2n){    
        margin-right: 0;
    }
    #addpics{
        padding-top: 10px;  
    }/*
    .ev-half{
        width: 100%;
        text-align: right;
    }
    .ev-cat-select{
        padding: 1%;
    }
	
    .ev-cat-option{
        height: auto;
        width: 48%;
        float: left;
        margin-bottom: 8px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .ev-cat-option:hover, .ev-cat-option.active{
        padding: 7px;
        
    }
    .ev-cat-option:nth-child(2n){
        margin-left:2%; 
    }*/
	.kinginimekiri .tabs li{
		width: auto;
		padding: 18px;
		font-size: 14px;
	}
	#submenu .banner{
		display: none;	
	}
	.readmore img{
		display: none;	
	}
	.readmore .links{
		margin-top: 30px;
		width: 100%!important;
		margin-left: 0!important;	
	}
	.names{
		width: 100%!important;
		margin-top: 10px!important;
		padding-left: 2%;
	}
	#signup > div{
		width: 150%;
	}
	.register .gl-wrap{
		overflow: hidden;
	}
	#passwords{
		margin-top: -13px;
		line-height: 3;	
	}
	#signup button{
		display:block;
		clear: both;
		margin-left: 0;
		width: 20%;
		margin-top: 8px;
	}
	#kn-pic{
		margin-top: 22px;	
	}
	#legohead{
		display: none;	
	}
	#no1toys h3{
		width: 100%;	
	}
	
	.tabs ul{
		width: 100%;
		display: table;
	}
	.tabs li{
		padding: 18px 0;
		text-align: center;
		display: table-cell;
		width: 33%;
	}
	#codes, #transports{
		width: 100%;	
	}
	#transports{
		border-top: 1px solid #d7d7d7;	
	}
	nav#submenu{
		text-align: center;	
	}
	nav#submenu ul{
		width:100%;
		text-align:center;
	}
	nav#submenu .banner{
		margin-top: 20px;
		float:none;
	}
	#cat-products .product{
		width: 49%;
		margin-left: 0;
	}
	#cat-products .product:nth-child(2n+1){
		margin-left: 2%!important;
	}
	.block{
		width: 49%;
		margin-right: 2%;
	}
	.block:nth-child(6n){
		margin-right: 2%!important;
	}
	.block:nth-child(4n+1){
		margin-right: 2%!important;
	}
	.block:nth-child(2n+1){
		margin-right: 0!important;
	}
	img.gifts{
		display: none;	
	}
	#recommend .p-labels{
		float: left!important;
		margin-top: 24px;
	}
	#recommend .p-info .left{
		width: 100%;	
	}
}

@media (max-width: 470px) { /* menüü-otsing läheb siit katki */
	#search{
		padding-left: 0;
		padding-right: 0;	
	}
	#search .smallbold, #search .bigbold{
		padding-left: 15px;	
	}
	.sfirst{
		width: 50%;
		position: absolute;
		margin-top: 84px;
		left: 0;
		text-align: right;
		padding-right: 3%;
	}
	#code{
		margin-right: -2px;	
	}
	label[for="code"]{
		margin-right: 3px;	
	}
	.sfirst > ul{
		display:inline-block;
		height: 28px;
		text-align: center;
	}
	.searchitem.double{
		width: 50%;
		margin: 0;
		text-align: right;
		padding-right: 3%
	}
	.searchitem.double.ranges{
		text-align: left;
		padding-left: 3%
	}
	.searchitem.btc{
		width: 50%!important;
		text-align: left;
		padding-left: 3%;
		margin-top: 20px;
	}
	.searchitem.btc button{
		width: 105px!important;
	}
	
	#uploadifive-addpics {
		height: auto !important;
		line-height: 1.2 !important;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 420px) {
	.ev-boxes{
        width: 100%;
    }
	#logo #t-search{
		margin-left: 5%;
		float: left;
	}
	#logo #t-menu{
		margin-right: 5%;	
		float: right;
	}
	#bestsellers{
		margin-bottom: 24px;	
	}
	.promo{
		width: 100%;	
	}
	.giftlist{
		height: auto;	
	}
	.giftlist > div{
		margin-left: 0!important;
		width: 100%!important;
		padding: 6%!important;
		float: right;
	}
	#seemore .inner{
		margin-bottom: 0;	
	}

	.cat-products.posts .product {
		width: 49.3%;
	}
	.cat-products.posts .product:nth-child(3n) {
		margin-right: 1.4%;
	}
	.cat-products.posts .product:nth-child(2n) {
		margin-right: 0;
	}

}
@media (max-width: 320px) {
	.bg {margin-top: 10px;}
	.video-wrap {margin: 0 4.4%;}
	.form_container input[type="reset"], .form_container input[type="submit"], .form_container input[type="button"] {-webkit-border-radius: 4px; border-radius: 4px; background: #e3161d;}
	
	.form_container input[type="reset"], .form_container input.grey[type="button"] {background: #919191;}
	
	/* cart */
	#codes {height: auto !important;}
	#codes .row1 {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	#codes label {
		font-size: 13px;
		width: 112px;
		float: left;
		line-height: 1.5;
		padding-top: 4px;
	}
	#codes input {
		float: left;
		padding-left: 10px;
		width: 150px;
		height: 30px;
		line-height: 30px;
	}
	#codes button {
		background-position: center center;
		height: 30px;
		line-height: 28px;
		text-indent: -9999px;
		width: 28px;
		margin-top: 0;
	}	
	.product .notif-popup {
		left: 0 !important;
		margin: 0 auto;
		right: 0 !important;
	}






}