@charset "utf-8";

/* ------------------- reset ----------------------- */ 


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

img {
	border:0;
}

body {
	line-height:1;
}



/* ------------------- general styles ----------------------- */ 


* {
	position:relative;
}


a {
	text-decoration:none;
	color:#4d4d4d;
	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

a:hover, a:active {
	text-decoration:underline;
}

html {
	font-family:"Roboto", sans-serif !important;
	font-weight:normal;
	font-size:15px;
	color:#4d4d4d;
}

html, body {
	height:100%;
	min-width:260px;
}

h1 {
    font-size: 24px !important;
    color: #5F5F61 !important;
    font-weight: 700 !important;
				
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

h2 {
	font-size:20px;
	margin:0 0 20px;
	font-weight:normal;
	line-height:32px;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}


h3 {
	font-size:16px;
	margin:0 0 15px;
	font-weight:bold;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

h4, h5, h6 {
	font-size:14px;
	margin:0 0 15px;
	font-weight:bold;
	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

p, li {
	line-height:140%;
}

p {
	margin:0 0 20px;
	font-size:14px;
	line-height:23px;
}

ol, ul {
	padding:0 0 20px 50px;
}

.floatR {
	float:right;
}

.floatL {
	float:left;
}

.hidden {
	display:none !important;
	width:0;
	height:0;
	overflow:hidden;
}

input, textarea, select, button, .sisuala, .sisuala font, .sisuala span, .sisuala p {
	font-family:"Roboto", sans-serif !important;
	font-size:inherit !important;
}

.sisuala, .sisuala font, .sisuala span, .sisuala p {
}

.prodDetailsTable ul li {
	list-style-image:url("../img/liArr.png");
}



/* ------------------- sisu wrapperid ----------------------- */



.wrap {
	width:100%;
	min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto;
	overflow-x:hidden;
	background-color:#e9e9eb;
	padding:2.5px;
	box-sizing:border-box;
}

.leftSideMenu {
	border:1px solid #fff;
	border-bottom:none;
	background-color:#fff;
}

.sideSearch {
	margin-bottom:1px;
}

.sideSearch input {
    width: 100%;
    border: none;
    background-color: #3c3c3d;
    color: #fff;
    padding: 12px 52px 12px 20px;
}
.sideSearch .searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background-color: transparent;
    border: none;
    background-image: url("../img/search.png");
	background-repeat:no-repeat;
	background-position:center center;
}

.sideBanners {
	margin:5px 0;
	z-index:2;
}

.sideBanners img {
	margin:5px 0;
}

.sideMenu {

}

.sideMenu ul {
	padding:0;
	margin:0;
	display:block;
}

.sideMenu ul li {
	list-style:none;
	display:block;
}

.sideMenu ul li a {
	display:block;
	color:#3c3c3d;
	font-size:16px;
	font-weight:300;
	padding: 10px 20px;
	background-color:#f5f5f5;
	border-bottom:1px solid #fff;
}

.sideMenu ul li a:focus,
.sideMenu ul li a:hover {
	background-color:#E5E5E5;
	text-decoration:none;
	outline:none;
}

.sideMenu ul li.active a {
    color: #fff;
    font-weight: 500;
    background-color: #406ae0;
    border-color: #406ae0;
}
	.show-more{
		float: right;
		color: #ff8600;
		font-weight: bold;
	}

.sideMenu > ul > li.active > a {

background: rgba(64,107,224,1);
background: -moz-linear-gradient(-45deg, rgba(64,107,224,1) 0%, rgba(64,107,224,1) 42%, rgba(29,76,194,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(64,107,224,1)), color-stop(42%, rgba(64,107,224,1)), color-stop(100%, rgba(29,76,194,1)));
background: -webkit-linear-gradient(-45deg, rgba(64,107,224,1) 0%, rgba(64,107,224,1) 42%, rgba(29,76,194,1) 100%);
background: -o-linear-gradient(-45deg, rgba(64,107,224,1) 0%, rgba(64,107,224,1) 42%, rgba(29,76,194,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(64,107,224,1) 0%, rgba(64,107,224,1) 42%, rgba(29,76,194,1) 100%);
background: linear-gradient(135deg, rgba(64,107,224,1) 0%, rgba(64,107,224,1) 42%, rgba(29,76,194,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406be0', endColorstr='#1d4cc2', GradientType=1 );

}
/* filtrid */

.filterHead {
	display:block;
	background-color:#919194;
	padding:4px 20px 4px 30px;
	color:#fff;
	font-weight:500;
}

.filterContent {
	padding:10px 20px 10px 30px;	
}

.filterContent ul {
    margin: 0;
    padding: 0;
}

.filterContent ul li {
    list-style: outside none none;
}

.filterContent ul label span {
	font-weight:300;
	font-size:14px;
	color:#3c3c3d;
	cursor:pointer;
	display:block;
}

.filterContent ul input {
    display:none;
}

.filterContent ul label span:hover {
	color:#4670e6;
}
.filterContent ul input[type="checkbox"]:checked + span {
	color:#4670e6;
	font-weight:900;
}




/* ------------------- header --------------------- */


.rightSideWrapper, .leftSideWrapper {
	float:left;
}

.rightSideWrapper {
    width: calc(100% - 252px) !important;
}

.headerBarWrap, .headerActionsWrap, .headerBannersWrap, .leftSideMenuWrap, .rightSideWrapper {
	padding:2.5px !important;
}

.headerBannersWrap {
    width: calc(100% - 250px);
}

.headerLeftSide {
	float:left;
    padding: 0px !important;
    width: calc(100% - 240px) !important;
}
.headerActionsWrap {
    width: 240px;
    float: left;
}

.leftSideMenuWrap {
    width:250px;
    float:left;
	z-index:1;
}

.headerBar {
	background-color:#3c3c3d;
	display:table;
	width:100%;

background: rgba(60,60,61,1);
background: -moz-linear-gradient(-45deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60,60,61,1)), color-stop(42%, rgba(60,60,61,1)), color-stop(100%, rgba(37,37,38,1)));
background: -webkit-linear-gradient(-45deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
background: -o-linear-gradient(-45deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
background: linear-gradient(135deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3d', endColorstr='#252526', GradientType=1 );

}

.logo, .mainMenu {
    display: table-cell;
    vertical-align: middle;
}

.logo {
	width:250px;
    padding: 20px 25px;
}

.logo a {
	display:block;
	line-height:100%;
}

.logo img {
	left:4px;
}

.mainMenu ul {
	border-left:1px solid #AFAFB1;
	padding:0 0 0 10px;
	margin:0 0 0 2px;	
}

.mainMenu ul li {
    list-style: none;
    float: left;
}

.mainMenu ul li a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #AFAFB1;
    padding: 5px 10px;
}

.mainMenu ul li a:focus,
.mainMenu ul li a:hover,
.mainMenu ul li.active a {
	color:#fff;
	text-decoration:none;
	outline:none;
}

.headSocial {
	padding:0 10px 0 0;
	
}

.headSocial a {
    color: #D2D2D4;
    font-size: 25px;
    padding: 14px 15px;
    float: left;
    display: block;
}

.headSocial a:hover,
.headSocial a:focus {
    color: #fff;
	outline:none;
	text-decoration:none;
}

.headerActions {
	background-color:#4670e6;
	color:#fff;
}

.headerActions .lang {
    background-color: #3D63CC;
    text-align: center;
    padding: 14px 0;
}

.headerActions .lang ul {
	display:inline-block;
	padding:0;
	margin:0;
} 

.headerActions .lang ul li {
	list-style:none;
	float:left;
}

.headerActions .lang ul li a {
	color:#fff;
	font-size:14px;
	font-weight:400;
	opacity:0.5;
	display:block;
	text-transform:uppercase;
	padding:8px;
}

.headerActions .lang ul li a:hover,
.headerActions .lang ul li a:focus,
.headerActions .lang ul li.active a {
	opacity:1;
	text-decoration:none;
	color:#fff;
	outline:none;
}

.headTel {
	text-align:center;
	margin:30px 0;
}

.headTel span {
    font-size: 25px;
    font-weight: 500;
    background-image: url("../img/tel.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 3px 0px 3px 45px;
}

.headTel a {
	display:block;
	color:#fff;
	font-size:31px;
	font-weight:300;
}

.headTel a.mobileTel {
	display:none;
}

.headTel a:focus,
.headTel a:hover {
	color:#fff;
	text-decoration:none;
	outline:none;
}

.headCartWrap {
	margin:30px 0 0;
	padding:0 10px;
}

.headCart {
	border-bottom:1px solid #819adf;
	border-top:1px solid #819adf;
	text-align:center;
}

.headCart a {
    text-align: left;
    color: #FFF;
    background-image: url("../img/cart.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 50px;
    display: inline-block;
	font-size:20px;
	font-weight:300;
	line-height:1;
}

.headCart a span {
	text-transform:uppercase;
	font-size:11px;
	font-weight:700;
}

.headCart a:hover,
.headCart a:focus {
    color: #FFF;
	opacity:0.7;
	text-decoration:none;
	outline:none;
}

/* header banner */

#headerimgs {
	z-index:1;
}

.headBanners, #headerimgs, .headerimg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	background-position:center center;
	background-repeat:repeat-x;
	background-size:cover;
	box-sizing:border-box;
}
.headBanners {
	position:relative;
	width:100%;
	height:100%;
}


#headertxt {
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 3;
}

#secondline,
#secondline p {
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
	line-height:1.2;
}


/* SISUALA */

.sisualaWrap {
	padding:5px 0;
	margin:-5px 0 0;
}

.sisuala {
	min-height:200px;
	background-color:#fff;
	padding:10px 30px 30px;
}

.toolBar {
	background-color:#fafafa;
	display:block;
	width:100%;
	padding:10px 30px;
}

.viewSelection .input-group {
	width:86px;
}

.viewSelection .input-group-addon {
	background-color:#fff;
	border-color:#d6d6d6;
	padding: 4px 6px;
	border-right:1px solid #d6d6d6 !important;
}

.viewSelection label,
.viewSelection label span {
    font-size: 18px;
    margin: 0;
	color:#d6d6d6;
	cursor:pointer;
}

.viewSelection input {
    display:none;
}

.viewSelection label span:hover {

}
.viewSelection input[type="radio"]:checked + span {
	color:#787878;
}

.selectionLabel {
    padding: 5px 10px;
	font-size:14px;
	color:#4c4c4c;
}

.viewCountWrap, .sortWrap {
	padding-right:30px;
}

.styledSelect select {
   background: transparent;
   width: 208px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   font-size:14px;
   font-weight:300;
}

.styledSelect { 
	width: 180px;
	height: 30px;
	overflow: hidden; 
	background: url("../img/select.png") no-repeat right center #fff; 
	border: 1px solid #ccc; 
	border-radius:2px;
}

.viewCountWrap .styledSelect select {
   width: 138px;
}

.viewCountWrap .styledSelect { 
	width: 110px;
}

.pageTitleWrap {
    padding: 20px 0;
}
.sisuala .pageTitleWrap h1, .sisuala .pageTitleWrap h2 {
    font-size: 24px;
    color: #5F5F61;
    font-weight: 700;
    margin: 0px;
    background-color: #FFF;
    padding: 10px 30px 10px 0px;
    float: left;
}

.sisuala .pageTitle {
    height: 1px;
	background-color:#E9E9EB;
	right:0;
	left:0;
	position:absolute;
	top:52%;
}

/* PRODUCTS/TOOTED */

.productsWrapper {
	margin:0 -5px;
}

/* grid */

.prodWrap {
	padding:5px !important;
}

.prodBox {
	background-color:#f7f7fa;
	border:1px solid #e9e9eb;
	overflow:hidden;
}

.prodBox a, .prodBox a:hover{
	text-decoration: none;
}

.imageBox {
	height:0px !important;
	width:100%;
	padding-bottom:110%;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}

.textBox .title,
.textBox .title h3 {
	color:#3d3d3d;
	font-size:16px;
	font-weight:500;
	text-align:center;
	line-height:1;
	margin:0;
}
.textBox .title h3 a, .textBox .title h3 a:hover {
  text-decoration: none;
  color: #3d3d3d;
  height: 18px;
  z-index: 1;
  display: block;
}

.textBox .title {
	padding: 20px;
}

.productsWrapper.grid .textBox .description, .grid .short_desc {
	display:none;
}

.adInfoWrap {
	width:100%;
	display:table;
	width:100%;
	min-height:56px;
}

.adInfoWrap .pricesWrap,
.adInfoWrap .cart-button{
	width:50%;
	text-align:center;
	background-color:#919194;
	color:#fff;
	display:table-cell;
	padding:0 10px;
	vertical-align:middle;
	height:50px;
}

.adInfoWrap .cart-button {
	background-color:#4670e6;
	font-size:15px !important;
	color:#fff;
	text-transform:uppercase;
	font-weight:700 !important;
}

.adInfoWrap .cart-button span {
    background-image: url("../img/cart_add.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 33px;
	
	font-size:15px !important;
	color:#fff;
	text-transform:uppercase;
	font-weight:700 !important;
	
}

.adInfoWrap .cart-button:focus,
.adInfoWrap .cart-button:hover {
	background-color:#3d63cc;
	text-decoration:none;
	color:#fff;
	outline:none;
}

.adInfoWrap .pricesWrap span {
	display:block;
	font-size:15px !important;
	font-weight:500 !important;
	line-height:1.2;
}

.adInfoWrap .pricesWrap span.oldPrice {
	width:100%;
	font-size:12px !important;
	font-weight:300 !important;
	text-decoration:line-through;
}
/*.list .oldPrice {
	bottom:12px !important;
}*/

.prodMark {
    background-color: #FF6D0C;
    color: #FFF;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 8px 11px;
    line-height: 1.2;
}

.prodMark span {
	display:block;
	font-size:19px;
}

/* list */

.productsWrapper.list .prodWrap {
	width:100% !important;
}

.productsWrapper.list .prodBox {
	height:180px;
	display:block;
	width:100%;
}

.productsWrapper.list .prodBox .imageBox {
	position:absolute;
	left:1px;
	top:1px;
	bottom:1px;
	width:300px;
	padding-bottom:0 !important;
	height:auto !important;
}

.productsWrapper.list .prodBox .adInfoWrap, 
.productsWrapper.list .prodBox .textBox{
	display:block;
	vertical-align:middle;
}

.productsWrapper.list .prodBox .textBox {
	padding:0 140px 0 310px;
	width:100%;
	height:180px;
	overflow:hidden;
}

.productsWrapper.list .textBox .title,
.productsWrapper.list .textBox .description {
	display:table-cell;
	vertical-align:middle;
	height:180px;
	text-align:left;
	padding:0 10px;
	overflow:hidden;
}

.productsWrapper.list .textBox .description,
.productsWrapper.list .textBox .description p {
	font-size:14px;
	font-weight:300;
	line-height:1.1;
}

.productsWrapper.list .textBox .description p  {
	margin:15px 0;
}

.productsWrapper.list .textBox .title {
    /*width: 150px;*/
}

.productsWrapper.list .prodBox .adInfoWrap {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:130px;
}

.productsWrapper.list .adInfoWrap .pricesWrap,
.productsWrapper.list .adInfoWrap .cart-button{
	width:100%;
	display:table;
	vertical-align:middle;
	height:50%;
}
.productsWrapper.list .adInfoWrap .cart-button span {
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
}
.productsWrapper.list .adInfoWrap .pricesWrap span {
	font-size:21px;
}

.productsWrapper.list .adInfoWrap .pricesWrap span.oldPrice {
	font-size:17px;
}

.productsWrapper.list .adInfoWrap .pricesWrap {
    display: table-cell;
    width: 130px;
    height: 90px;
}

/* thin-list */

.productsWrapper.thin-list .prodWrap {
	width:100% !important;
}

.productsWrapper.thin-list .adInfoWrap .pricesWrap,
.productsWrapper.thin-list .adInfoWrap .cart-button{
	width:100%;
	display:table;
	vertical-align:middle;
	height:50%;
}
.productsWrapper.thin-list .adInfoWrap .cart-button span {
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
}
/*
.productsWrapper.thin-list .short_desc,
.thin-list .prodBox .imageBox {
    display: none;
}*/
.thin-list .prodBox .imageBox {
    display: block;
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 53px !important;
    width: 75px !important;
    padding-bottom: 0px;
}
.productsWrapper.thin-list .short_desc {
    height: 22px !important;
    overflow: hidden;
}
.productsWrapper.thin-list .prodBox .textBox {
    padding: 0px 15px 0 90px;
	float:left;
	width:calc(100% - 160px);
	height:100%;
}
.productsWrapper.thin-list .textBox .title {
    display: block;
    text-align: left;
    height: 50px !important;
    overflow: hidden;
    background-image: none !important;
    padding: 5px 0px;
}
.productsWrapper.thin-list .textBox .title h3 {
	text-align:left;
}
.productsWrapper.thin-list .prodBox .adInfoWrap {
    position: relative;
    float: right;
    width: 260px;
}
.productsWrapper.thin-list .adInfoWrap .pricesWrap, .productsWrapper.thin-list .adInfoWrap .cart-button {
    width: 130px;
    height: 53px;
    float: left;
}
.productsWrapper.thin-list .prodBox {
    height: 55px;
    display: block;
    width: 100%;
}
.productsWrapper.thin-list .short_desc:after,
.productsWrapper.thin-list .prodBox .title:after {
    content: "";
    position: absolute;
    bottom: 0;
	top:0;
    right: 0;
	width:60px;
	z-index:1;
	left:auto;
background-image: url("../img/fade-bg-nt.png");
background-repeat:no-repeat;
background-position:right center;
}
.productsWrapper.thin-list .adInfoWrap .pricesWrap {
    display: table;
}
.productsWrapper.thin-list .adInfoWrap .pricesWrap span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.thin-list .prodWrap {
    padding: 2px 5px !important;
}

.thin-list .textBox .title, .thin-list .textBox .title h3,
.list .textBox .title, .list .textBox .title h3 {
    line-height: 1.3;
	text-align:left;
}

/* --- prodMark --- */

.prodMark-wrap {
    position: absolute !important;
    top: 0;
    left: 0;
}
.prodMark-offer, .prodMark-new {
    background-color: #3D63CC;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    line-height: 1;
    margin: 0px 0px 2px;
    width: 120px;
}

.prodMark-offer {
	background-color:#FF6D0C;
}

.thin-list .prodMark-offer,
.thin-list .prodMark-new {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
	width:auto;
}


/* toote vaade */



.prodDetailsWrap {
	/*background-color:#fafafa;
	border:1px solid #e9e9eb;*/
	background-color:#fff;
	border:none;
}

.prodBox-left, .prodBox-right {
	padding:10px !important;
}

.prodBox-left{
	padding-right:5px !important;
}

.prodBox-right {
	padding-left:30px !important;
}

.prodGallery .imageBox {
    padding-bottom: 65%;
	background-color:#fff;
	border:1px solid #e9e9eb;
	margin:0 0 10px;
}

.prodGallery .imageBox.small {
    width: 20.155%;
    padding-bottom: 15%;
    float: left;
    margin: -1px 0px 0px -1px;
}

.prodGallery .smallGallery {
	margin:10px 0 0;
	padding-left:1px;
}
/* 
.prodDetailsTable table {
	background-color:#fff;
	border:1px solid #e9e9eb;
	width:100%;
	margin: 0 0 10px;
} */
.prodDetailsTable table {
	background-color:#fff;
	border:none;
	width:100%;
	margin: 15px 0;
}
.prodDetailsTable table:last-child {
	margin: 0;
}
/* 
.prodDetailsTable table tr td {
	border-top:1px solid #e9e9eb;
	font-size:15px;
	font-weight:600;
	padding:3px 14px;
} */
.prodDetailsTable table tr td {
	border-top:none;
	font-size:15px;
	font-weight:300;
	padding:3px 0;
}/* 
.prodDetailsTable table tr td.subheader {
	font-weight:300;
	border-right:1px solid #e9e9eb;
	width:30%;
} */
.prodDetailsTable table tr td.subheader {
	font-weight:300;
	border-right:none;
	width:30%;
	padding-right:15px;
}
.prodDetailsTable table tr td.subheader p {
	font-size:16px;
	font-weight:300;
	line-height:1.5;
}
/* .prodDetailsTable table tr td.detailsHeadWrap {
	background-color:#fcfcfc;
	padding:0;
} */
.prodDetailsTable table tr td.detailsHeadWrap {
	background-color:#transparent;
	padding:0;
}/* 
.prodDetailsTable .detailsHead  {
	padding:8px 14px;
	border-bottom:1px solid #e9e9eb;
	border-right:1px solid #e9e9eb;
} */
.prodDetailsTable .detailsHead  {
	padding:8px 0;
	border-bottom:none;
	border-right:none;
}
.prodDetailsTable .detailsHead h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 70px 0 0;
}
.prodDetailsTable .detailsHead  h3 span {
	color:#adadad;
	font-size:12px;
	font-weight:300;
	vertical-align:middle;
}

.laosTag {
	background-color:#ff6d0c;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	padding:10px 10px 10px 42px;
	background-image:url("../img/checkicon.png");
	background-repeat:no-repeat;
	background-position:10px center;
}

.jarelmaksWrap {
	padding:15px 0;
}

.jarelmaksWrap img {
    margin: 10px 15px 10px 0;
}

.jarelmaksWrap p {
	font-size:18px;
	line-height:1.2;
	font-weight:300;
}
.jarelmaksWrap p strong {
	font-weight:normal;
}

.jarelmaksWrap a {
	font-size:14px;
	font-weight:600;
	color:#4670e6;
}

.priceWrapper {
	background-color:#919194;
	color:#fff;
	text-align:center;
	font-weight:600;
	font-size:22px;
	line-height:52px;
	height:52px;
}

.priceWrapper .price {
    display: block;
    float: left;
    width: 50%;
	height:50px;
}
.kuumaks-wrapper {
    float: right;
    width: 50%;
    text-align: center !important;
    font-size: 13px;
    text-transform: uppercase;
    height: 52px;
    background-color: #FF6D0C;
}
.kuumaks-div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    text-align: left !important;
}
.kuumaks-wrapper .price {
    display: block;
    text-align: center;
    float: none;
    width: auto;
	height:auto;
}
.kuumaks-wrapper .liisi_calck{
	cursor: pointer;
}

.priceWrapper .oldPrice {
	font-size:12px !important; 
	font-weight:300;
	text-decoration:line-through;
	padding:10px;
}

.cartbuttons-wrap {
	padding:0 !important;
	background-color:#4670e6;
}

.cartbuttons-wrap .btn {
	margin:0;
}

.cartbuttons-wrap .add-sub-btn {
    font-size: 2em !important;
    font-weight: 300;
    background-color: #3657b2;
    color: #fff !important;
    line-height: 0.8;
    border: none !important;
    border-radius: 0 !important;
    height: 1.6em;
}

.cartbuttons-wrap .add-sub-btn:hover {
	background-color:#4670e6;
}

.cartbuttons-wrap .cartBtn {
    background-color: #3B64D7;
    border: medium none !important;
    color: #FFF;
    background-image: url("../img/cart_add.png");
    background-repeat: no-repeat;
    background-position: 1em center;
    height: 4em;
    padding: 3px 1em 3px 4em;
    text-transform: uppercase;
    font-weight: 600;
    width: 9em;
    white-space: pre-wrap;
    font-size: 1em !important;
    text-align: left;
}
.cartbuttons-wrap .cartBtn:hover,
.cartbuttons-wrap .cartBtn:focus {
	background-color:#3657b2;
	color:#fff;
	outline:none;
}
.cartbuttons-wrap input.form-control {
    background-color: #4670e6;
    border: none !important;
    color: #fff;
    height: 2.2em;
    font-size: 1.5em !important;
    font-weight: 300;
    float: right;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.askLink {
	text-align:center;
	margin:15px 0;
}

.askLink a {
	text-decoration:underline;
	font-weight:600;
	font-size:18px;
	color:#e6630b;
}

.askLink a:hover,
.askLink a:focus {
	color:#919194;
}

.pdfLink {
	background-image:url("../img/pdficon.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.price-cart-wrap {
	background-color:#fcfcfc;
	border:1px solid #e9e9eb;
	margin-bottom:10px;
}


/* ------------------- muud stiilid ----------------------- */

.table {
	display:table;
}

.table-row {
	display:table-row;
}

.table-cell {
	display:table-cell;
}

.cLink {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	outline:none !important;
	text-decoration:none !important;
}

.btn {
	display:inline-block;
	font-size:13px;
	padding:13px;
	font-weight:bold;
	color:#fff;
	border:2px solid #fff;
	margin: 0 15px;

	cursor:pointer;
	text-align:center;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.btn:hover {
	text-decoration:none;
}

/* ------------------- clearfix ----------------------- */


.clearfix:before,
.clearfix:after {
    content:" ";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    *zoom:1;
}


/*-------*/


.clear {
	clear:both;
	width:100%;
	display:block;
}



/* ------------------- footer ----------------------- */


.footerWrap {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:5px 5px 0 250px;
	z-index:0;	
}

.footer {
	background-color:#3c3c3d;
}

.footerKontakt {
	padding:20px 155px 20px 60px;
}
.footerKontakt {
    padding: 14px 155px 15px 60px;
}

.footerKontakt p, .footerKontakt a {
	color:#A8A8AA;
	font-size:11px;
	font-weight:300;
	margin:0;
}

.footerKontakt a:hover {
	color:#A8A8AA;
}

.upperFooter {
    padding: 45px 30px 0 55px;
}

.footerMenu {
	margin:15px -5px;
}

.footerMenu ul {
	padding:0;
	margin:0;
}

.footerMenu ul li {
	list-style:none;
	float:left;
}

.footerMenu ul li a {
	color:#e9e9eb;
	font-size:14px;
	font-weight:300;
	padding:5px;	
}

.footerKontakt img {
	top:-8px;
}

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


.fb-facepile {
    border-radius: 2px;
    padding: 10px;
    overflow: hidden;
    height: 245px;
}

._4s7c {
	border:none !important;
}



/* asukoht */

.asukohtWrap {
	padding:0 5px 10px !important;
	color:#e9e9eb;
    height: 150px;
}

.asukohtWrap p {
	color:#e9e9eb;
	line-height:1.2;
	font-weight:300;
	font-size:11px;
}

.asukohtWrap a {
	color:#e9e9eb;
}

.asukohtWrap a:hover,
.asukohtWrap a:focus {
	color:#fff;
}



/* NEWS */

.newsWrapper {
	padding:5px 0 !important;
	margin:0 -5px;
}

.newsWrapper .row {
	margin:0 -10px !important;
}

.newsBoxWrap {
	padding:5px !important;
}

.newsBox {
	background-color:#3c3c3d;
	color:#fff !important;
	display:flex;
	width:100%;
	padding: 25px 20px;
	min-height:127px;
}

.newsBox .newsTitle,
.newsBox .newsContent {
	display:table-cell;
	vertical-align:middle;
}

.newsTitle h3 {
	margin:0;
	font-size:16px;
	font-weight:700;
}

.newsContent,
.newsContent p, .newsContent p span {
	font-size:12px;
	font-weight:400;
	line-height:1.4;
	color:#fff !important;
}
.newsBox .ellipsis {
    overflow: hidden;
    height: 50px;
    padding: 0px 0px 0px 20px;
}

.newsBox a {
	color:#fff !important;
	font-size:12px;
	font-weight:300;
	line-height:1.4;
}

/* ------------------- popplogo footeris ----------------------- */



.popplogo {
    height: 17px;
    position: absolute;
    right: 30px;
    bottom: 25px;
    width: 38px;
	text-align:right;
}

.popplogo a {
	display:inline-block;
	width:24px;
	height:24px;
	opacity:0.5;
	background:url(../img/weblogo.png) center no-repeat;
}

.popplogo a:hover {
	opacity:1;
	
transform:rotate(-360deg);
-ms-transform:rotate(-360deg); /* IE 9 */
-webkit-transform:rotate(-360deg); /* Opera, Chrome, and Safari */
}






/* ------------------- other styles ----------------------- */



.error_1_frame {
	border: 1px solid #ACF01F;
	padding: 10px;
	vertical-align: middle;
}
.error_2_frame {
	border: 1px solid #FF3300;
	padding: 10px;
	vertical-align: middle;
}
.error_3_frame {
	border: 1px solid #FFCC00;
	padding: 10px;
	vertical-align: middle;
}
.error_4_frame {
	border: 1px solid #FF3300;
	padding: 10px;
	vertical-align: middle;
}
.error_5_frame {
	border: 1px solid #4876FF;
	padding: 10px;
	vertical-align: middle;
}

.pageingLinks{
	text-align: center;
	height: 22px;
	line-height: 22px;
}
.pageingLinks .nr{
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.pageingLinks .nr:hover{
	background-color: #f5f5f5;
}
.pageingLinks .act{
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
.pageingLinks .act:hover{
	background-color: #f5f5f5;
}
.pageingLinks a{
	text-decoration: none;
}
.pageingLinks a:hover{
	text-decoration: none;
}

.image_album_border {
	border: 1px solid #D9D9D9;
	padding: 10px;
	text-align: center;
	line-height: normal;
}
.image_album_border:hover {
	border: 1px solid #aeaeae;
}


/* LOGIN */

.loginBtn {
	padding:20px 10px;
	cursor:pointer;
	text-align:center;
}

.loginBtn span {
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	background-image:url("../img/arr_d.png");
	background-position:right center;
	background-repeat:no-repeat;
	padding:0 20px 0 0;
}

.loginContentWrap {
    position: absolute;
    background-color: #3D63CC;
    z-index: 10;
    width: 230px;
    padding: 10px;
	
	display:none;
}
.loginBox input.form-control {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px !important;
}
.loginBox .btn {
    width: 100%;
    margin: 7px 0px;
    background-color: #919191;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px;
	z-index:2;
}
.loginBox .btn:focus,
.loginBox .btn:hover {
	color:#fff;
	background-color:#A4A4A4;
}

.loginLinks a {
	color:#fff;
	font-size:12px;
}

.loginLinks a:hover {
	color:#fff;
}



/* ---- Row with equal height columns ---- */


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* menu toggle stuff */

.mobileMenuToggle, .sideMenuToggle {
	display:none;
}


#toggle-menu {
    cursor: pointer;
    display: block;
    height: 15px;
    left: 0px;
    padding: 9px 16px;
    position: absolute;
    top: 0px;
    width: 15px;
}
#toggle-menu div {
    width: 15px;
    height: 15px;
    position: relative;
}
#toggle-menu span {
    display: block;
    width: 15px;
    height: 3px;
    background: #fff;
    position: absolute;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#toggle-menu span.top {
    top: 0px;
}
#toggle-menu span.middle {
    top: 6px;
}
#toggle-menu span.bottom {
    top: 12px;
}
.mobileMenuToggle.toggleVisible #toggle-menu span.top,
.sideMenuToggle.toggleVisible #toggle-menu span.top {
    -webkit-animation: inTop 0.8s forwards;
    -moz-animation: inTop 0.8s forwards;
    animation: inTop 0.8s forwards;
}
.mobileMenuToggle.toggleVisible #toggle-menu span.middle,
.sideMenuToggle.toggleVisible #toggle-menu span.middle {
    -webkit-animation: inMiddle 0.8s forwards;
    -moz-animation: inMiddle 0.8s forwards;
    animation: inMiddle 0.8s forwards;
}
.mobileMenuToggle.toggleVisible #toggle-menu span.bottom,
.sideMenuToggle.toggleVisible #toggle-menu span.bottom {
    -webkit-animation: inBottom 0.8s forwards;
    -moz-animation: inBottom 0.8s forwards;
    animation: inBottom 0.8s forwards;
}   
.mobileMenuToggle.toggleHidden #toggle-menu span.top,
.sideMenuToggle.toggleHidden #toggle-menu span.top {
    -webkit-animation: outTop 0.8s backwards;
    -webkit-animation-direction: reverse;
    -moz-animation: outTop 0.8s backwards;
    -moz-animation-direction: reverse;
    animation: outTop 0.8s backwards;
    animation-direction: reverse;
}
.mobileMenuToggle.toggleHidden #toggle-menu span.middle,
.sideMenuToggle.toggleHidden #toggle-menu span.middle {
    -webkit-animation: outMiddle 0.8s backwards;
    -webkit-animation-direction: reverse;
    -moz-animation: outMiddle 0.8s backwards;
    -moz-animation-direction: reverse;
    animation: outMiddle 0.8s backwards;
    animation-direction: reverse;
}
.mobileMenuToggle.toggleHidden #toggle-menu span.bottom,
.sideMenuToggle.toggleHidden #toggle-menu span.bottom {
    -webkit-animation: outBottom 0.8s backwards;
    -webkit-animation-direction: reverse;
    -moz-animation: outBottom 0.8s backwards;
    -moz-animation-direction: reverse;
    animation: outBottom 0.8s backwards;
    animation-direction: reverse;
}   

@-webkit-keyframes inMiddle {
    25% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@-moz-keyframes inMiddle {
    25% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(45deg);
    }
}

@keyframes inMiddle {
    25% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outMiddle {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@-moz-keyframes outMiddle {
    50% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(45deg);
    }
}

@keyframes outMiddle {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inTop {
    0% {
        top: 0;
    }
    25% {
        top: 6px;
        -webkit-transform: rotate(0deg);
    }
    100% {
        top: 6px;
        -webkit-transform: rotate(135deg);
    }
}

@-moz-keyframes inTop {
    0% {
        top: 0;
    }
    25% {
        top: 6px;
        -moz-transform: rotate(0deg);
    }
    100% {
        top: 6px;
        -moz-transform: rotate(135deg);
    }
}

@keyframes inTop {
    0% {
        top: 0;
    }
    25% {
        top: 6px;
        transform: rotate(0deg);
    }
    100% {
        top: 6px;
        transform: rotate(135deg);
    }
}

@-webkit-keyframes outTop {
    0% {
        top: 0;
    }
    50% {
        top: 6px;
        -webkit-transform: rotate(0deg);
    }
    100% {
        top: 6px;
        -webkit-transform: rotate(135deg);
    }
}

@-moz-keyframes outTop {
    0% {
        top: 0;
    }
    50% {
        top: 6px;
        -moz-transform: rotate(0deg);
    }
    100% {
        top: 6px;
        -moz-transform: rotate(135deg);
    }
}

@keyframes outTop {
    0% {
        top: 0;
    }
    50% {
        top: 6px;
        transform: rotate(0deg);
    }
    100% {
        top: 6px;
        transform: rotate(135deg);
    }
}

@-webkit-keyframes inBottom {
    0% {
        top: 12px;
    }
    25% {
        top: 6px;
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        top: 6px;
        -webkit-transform: rotate(135deg);
        opacity: 0;
    }
}

@-moz-keyframes inBottom {
    0% {
        top: 12px;
    }
    25% {
        top: 6px;
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        top: 6px;
        -moz-transform: rotate(135deg);
        opacity: 0;
    }
}

@keyframes inBottom {
    0% {
        top: 12px;
    }
    25% {
        top: 6px;
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        top: 6px;
        transform: rotate(135deg);
        opacity: 0;
    }
}

@-webkit-keyframes outBottom {
    0% {
        top: 12px;
    }
    50% {
        top: 6px;
        -webkit-transform: rotate(0deg);
        opacity: 0;
    }
    100% {
        top: 6px;
        -webkit-transform: rotate(135deg);
        opacity: 1;
    }
}

@-moz-keyframes outBottom {
    0% {
        top: 12px;
    }
    50% {
        top: 6px;
        -moz-transform: rotate(0deg);
        opacity: 0;
    }
    100% {
        top: 6px;
        -moz-transform: rotate(135deg);
        opacity: 1;
    }
}

@keyframes outBottom {
    0% {
        top: 12px;
    }
    50% {
        top: 6px;
        transform: rotate(0deg);
        opacity: 0;
    }
    100% {
        top: 6px;
        transform: rotate(135deg);
        opacity: 1;
    }
}





/*------------------ table > div ---------------------------*/


.div_table, table.order_form {
	display:table;
	width:100%;
	margin:0 0 10px;
	word-wrap:break-word;
	background-color:#fafafa;
	border:1px solid #e9e9eb;
	border-bottom:none;
	border-right:none;
}

.div_tableRow, table.order_form tr {
	display:table-row;
	word-wrap:break-word;
}

.div_tableCellHeader, table.order_form th {
	display:table-cell;
	padding:10px 20px;
	font-weight:600;
	word-wrap:break-word;
	border-right:1px solid #e9e9eb;
	border-bottom:1px solid #e9e9eb;
}

.div_tableCell, .div_tableCell_Pro {
	display:table-cell;
	padding:10px 20px;
	word-wrap:break-word;
	border-right:1px solid #e9e9eb;
	border-bottom:1px solid #e9e9eb;
}
.div_tableCell{
	width:50%;
}

table.order_form td {
	display:table-cell;
	padding:10px 20px;
	word-wrap:break-word;
	border-right:1px solid #e9e9eb;
	border-bottom:1px solid #e9e9eb;
}

.div_tableCaption {
	display:table-caption;
}

/*
.div_tableCellHeader:last-child, .div_tableCell:last-child {
	border-right:none;
}
*/



textarea {
	resize:vertical !important;
}

input, select, textarea {
	background-color:#fff;
	border:1px solid #e9e9eb;
	padding:6px;
	color:#666;
	font-weight:400 !important;	
}

.div_table label {
	font-size:15px;
}

.bank_linksWrap {
	display:inline-block;
	padding:10px 20px;
}

.cart_total_price {
	font-size:120%;
}

.cartTableHead {
	background-color:#fcfcfc;
	padding:16px 20px;
	border:1px solid #e9e9eb;
	border-bottom:none;
}

.cartTableHead h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    padding: 0 70px 0 0;
}


input.buttonOther, .shoppingcart_order_form_button {
	background-color:#4670e6;
	font-size:15px;
	color:#fff;
	padding:10px 20px;
	text-transform:uppercase;
	font-weight:700;
	border:none;
	cursor:pointer;
	
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;	
}

input.buttonOther:hover, .shoppingcart_order_form_button:hover {
	background-color:#1C48CC;
}



.widthAuto {
	width:auto !important;
}


.divInlineBlock {
	display:inline-block;
	margin:0 20px 0 0;
	padding:10px 0 20px;
}



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



.close_button_area a {
	display:block;
	position:absolute;
	right:-40px;
	top:-40px;
	padding:10px;
	background-color:#ff6d0c;
	color:#fff;
	z-index:1
	
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	-ms-border-radius:1px;
	border-radius:1px;	
}

.close_button_area a:hover {
	color:#fff;
	text-decoration:none;
}

.calc_form label {
	width:40% !important;
	font-size:12px;
}

.calc_form select, .calc_form input {
	width:50% !important;
	background-color:#fff;
	border:1px solid #e9e9eb;
	padding:4px 6px;
	color:#666;
	margin:0 0 3px;
}

.calc_form .formHeader {
	font-size:110%;
	margin:0 0 20px;
}


.calc_form {
	position:fixed;
	top:15% !important;
	background-color:#fff;
	border:10px solid #e9e9eb;
	padding:30px;
	width:304px;
	margin-left:-152px;
	z-index:10;
	
	-webkit-box-shadow: 0px 0px 350px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    0px 0px 350px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         0px 0px 350px 0px rgba(0, 0, 0, 0.8);	
}


/*---------------- FB -------------------------------*/



.rightBorder_fb {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:22px;
	background-color:#fff;
}

.leftBorder_fb {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:22px;
	background-color:#fff;
}

.topBorder_fb {
	position:absolute;
	right:0;
	left:0;
	top:0;
	height:22px;
	background-color:#fff;
}

.bottomBorder_fb {
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	height:26px;
	background-color:#fff;
}
.sisuala table.kaubamargid_table {
    max-width: 100% !important;
}

.grid .title-mark {
  position: absolute;
  bottom: -49px;
  left: -90px;
  right: -90px;
  z-index: 22;
  width: auto !important;
}

.list .title-mark {
    font-size: 12px;
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.thin-list .title-mark {
    float: left;
    font-size: 10px !important;
    margin-right: 7px;
}
.productsWrapper.thin-list .prodBox .adInfoWrap {
    position: relative;
    float: right;
    width: 160px;
}
.productsWrapper.thin-list .adInfoWrap .pricesWrap, .productsWrapper.thin-list .adInfoWrap .cart-button {
    width: 100%;
    text-align: right;
    height: 27px;
    float: left;
    background-color: transparent;
    color: #4670E6;
}
.productsWrapper .adInfoWrap .cart-button span i {
	display:none;
}
.productsWrapper.thin-list .adInfoWrap .cart-button span i {
	display:initial;
	margin-right:5px;
}
.productsWrapper.thin-list .adInfoWrap .cart-button span {
    background: none;
    color: #666;
    font-size: 12px !important;
}
.productsWrapper.thin-list .adInfoWrap .pricesWrap span.oldPrice {
	color:#AAAAAA;
}

.list .short_desc {
    padding: 0;
}


/* MEDIA */

@media screen and (min-width:1400px) {

.grid .prodWrap {
	width:20% !important;
}

}

@media screen and (min-width:1670px) {

.grid .prodWrap {
	width:16.66% !important;
}

}

@media screen and (max-width:1300px) {

.mainMenu ul li a {
    font-size: 13px;
}

.footerKontakt img.pull-right {
    float: none !important;
    position: absolute;
    top: -35px;
    left: 0;
}

.footerKontakt {
    padding: 40px 155px 20px 60px;
}

.selectionLabel {
    display: none;
}

}

@media screen and (max-width:1200px) {

.list .title-mark {
    font-size: 10px;
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: 0;
    padding: 5px 10px 3px;
}

.leftSideMenuWrap {
	margin-top:0 !important;
}

.headerLeftSide {
	width:100% !important;;
}

.headerBannersWrap.pull-right {
    float: left !important;
    height: 287px !important;
}

.headerActionsWrap {
    width: 250px;
    float: left;
    position: absolute;
    top: 69px;
    right: 0;
    z-index: 3;
}
.loginContentWrap {
    width: 240px;
}
.headerActions .lang {
    padding: 3px 0px 0;
}
.headTel {
    margin: 15px 0px;
}
.headCartWrap {
    margin: 15px 0px 0px;
}

.productsWrapper.list .prodBox .imageBox {
	width:200px;
}

.productsWrapper.list .prodBox .textBox {
	padding:15px 140px 15px 210px;
}
.productsWrapper.list .textBox .title, .productsWrapper.list .textBox .description {
    height: auto !important;
	padding-bottom:10px;
}

.price-cart-wrap.row-eq-height {
    display: block;
}
/*
.price-cart-wrap {  
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}*/

}

@media screen and (max-width:992px) {

.sisuala table.kaubamargid_table img {
    max-width: 60px !important;
    width: auto;
    height: auto;
}

.mobileMenuToggle {
    display: block;
    position: absolute;
    left: 235px;
    top: 15px;
}

.mainMenu {
    position: absolute;
    top: 16px;
    left: 270px;
    background-color: #3C3C3D;
    z-index: 4;
	display:none;
}

.mainMenu ul li {
	float:none;
}

.mainMenu ul li a {
    font-size: 15px;
    font-weight: 500;
}

.footer .rightSide {
    padding: 0 0 30px;
}

.upperFooter {
    padding: 45px 30px 0px 30px;
}

.footerKontakt {
    padding: 20px 80px 20px 35px;
}
.productsWrapper.list .prodBox .imageBox {
	width:0;
}

.productsWrapper.list .prodBox .textBox {
	padding:15px 140px 15px 10px;
}

.productsWrapper.list .textBox .title {
    width: 100%;
    padding-left: 10px;
    text-align: left;
    height: 43px !important;
}

.productsWrapper.list .textBox .title h3 {
    text-align: left;
}

.otsi-sort-wrap {
    padding: 10px 0 0;
    width: 100%;
}
.otsi-sort-wrap .styledSelect,
.otsi-sort-wrap input {
	width:100%;
}

}


@media screen and (max-width:870px) {

.row-eq-height.price-cart-wrap {
	display:block;
}

}

@media screen and (max-width:767px) {

.loginContentWrap {
    width: 100%;
}

.loginLinks {
	text-align:center;
}

.footerWrap {
    padding: 5px 5px 0px 5px;
}

.footerWrap .newsWrapper  {
	display:none;
}

.footerWrap .footerKontakt img.pull-right{
	display:none;
}

.sideBanners {
	display:none;
}

.sideMenuToggle {
    display: block;
    background-color: #4670E6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 10px 13px 47px;
	cursor:pointer;
}

.sideMenuToggle #toggle-menu {
    top: 8px;
}

.sideMenu, .filtridWrap {
}

.leftSideMenuWrap, .rightSideWrapper {
    width: 100% !important;
    float: none;
}

.headerActionsWrap {
    width: 100%;
    float: left;
    position: relative;
    top: auto;
    right: auto;
    z-index: 3;
}

.headerBannersWrap.pull-right {
    float: left !important;
    height: 0px !important;
    width: 100% !important;
    padding-bottom: 35% !important;
	overflow:hidden;
}
.headBanners {
    position: absolute;
    width: auto;
    height: auto;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
#secondline, #secondline p, #secondline div {
    font-size: 20px !important;
}
#secondline > div {
	width:100% !important;
	float:none !important;
}
.nonMobileTel {
	display:none;
}
.mobileTel, .headTel a {
	display:initial;
	font-size:26px;
	padding:0 15px;
}

#headertxt {
    right: 15px;
	bottom:10px;
}

.viewCountWrap {
	display:none;
}

.sortWrap.pull-right {
	float:none !important;
}

/* list */

.productsWrapper.list .prodWrap {
	width:50% !important;
}

.productsWrapper.list .prodBox {
	height:auto;
}

.productsWrapper.list .prodBox .imageBox {
	position:relative;
	left:auto;
	top:auto;
	bottom:auto;
	height:0px !important;
	width:100%;
	padding-bottom:110% !important;
}

.productsWrapper.list .prodBox .textBox {
	padding:0;
	width:100%;
	height:auto;
}

.productsWrapper.list .textBox .title{
	display:block;
	height:auto;
	text-align:center;
	padding:0 10px;
}

.productsWrapper.list .textBox .description {
	display:none !important;
}

.productsWrapper.list .textBox .title h3,
.productsWrapper.list .textBox .title {
    width: 100%;
	text-align:center;
	height:auto !important;
}

.productsWrapper.list .textBox .title  {
	padding:20px;
}

.productsWrapper.list .prodBox .adInfoWrap {
	position:relative;
	width:100%;
	display:table;
}

.productsWrapper.list .adInfoWrap .pricesWrap,
.productsWrapper.list .adInfoWrap .cart-button{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	height:auto;
}
.productsWrapper.list .adInfoWrap .cart-button span {
	display:initial;
	vertical-align:middle;
	font-size:15px;
}
.productsWrapper.list .adInfoWrap .pricesWrap span {
	font-size:16px;
}

.productsWrapper.list .adInfoWrap .pricesWrap span.oldPrice {
	font-size:13px;
}

.sortWrap.sort-sort-wrap {
    height: 30px;
}
.sortWrap.sort-sort-wrap .styledSelect {
    width: 100%;
}

}

@media screen and (max-width:700px) {

.div_tableCellHeader, table.order_form th, .div_tableCell, .div_tableCell_Pro {
    padding: 5px;
    font-size: 12px;
}

table.order_form td.formHeader > div {
    height: auto !important;
}

}

@media screen and (max-width:500px) {

.productsWrapper.thin-list .prodBox .adInfoWrap {
    float: right;
    display: block;
    width: 100% !important;
}
.productsWrapper.thin-list .adInfoWrap .cart-button,
.productsWrapper.thin-list .adInfoWrap .pricesWrap {
    width: 50%;
}
.productsWrapper.thin-list .prodBox .textBox {
    width: 100%;
}

}
@media screen and (max-width:500px) {

table.kaubamargid_table td {
	display:block !important;
	width:33.33% !important;
	float:left;
	text-align:center;
	padding:5px;
	height:60px;
	line-height:60px;
}
table.kaubamargid_table td a {
	display:inline-block;
	vertical-align:middle;
}

table.kaubamargid_table td img {
	max-width:100%;
	max-height:100%;
	height:auto;
	width:auto;
	vertical-align:middle;
}

.headSocial {
	display:none;
}

.logo {
    display: block;
}

.mobileMenuToggle {
    display: block;
    position: absolute;
    left: auto;
    top: 16px;
    right: 15px;
}

.mainMenu {
    text-align: right;
    top: 50px;
    right: 0;
    padding: 10px 15px;
	left: auto;
	max-width: 100%;
}
#toggle-menu {
    position: relative;
}

.sideMenuToggle #toggle-menu {
    position: absolute;
}

.prodWrap {
	/*width:100% !important;*/
}
/* list */

.productsWrapper.list .prodWrap {
	width:100% !important;
}


}

@media screen and (max-width:460px) {

.shoppingcart_invoice_form {
    margin: 0 -20px;
}
.shoppingcart_invoice_form .normal-cart-input {
    width: 20px !important;
}

.priceWrapper {
    height: 105px;
}
.priceWrapper .price,
.kuumaks-wrapper {
    width: 100%;
    display: block;
}

}

@media screen and (max-width:400px) {


.div_tableCellHeader, table.order_form th, .div_tableCell, .div_tableCell_Pro {
    padding: 5px;
    font-size: 10px;
}
.shoppingcart_invoice_form label {
    font-size: 11px;
}
.order_form .div_tableCell input, .order_form .div_tableCell button, .order_form .div_tableCell select, .order_form .div_tableCell textarea,
table.order_form input, table.order_form button, table.order_form select, table.order_form textarea {
    width: 100% !important;
}
.div_table.order_form .div_tableCell {
    width: 100% !important;
    display: block;
}
.bank_linksWrap {
    text-align: center;
}
label[for="maksmisviis1"],
label[for="maksmisviis2"] {
	display:block;
	text-align:center;
}
table.order_form {
    margin: 0 -20px;
    width: calc(100% + 40px);
}
table.order_form td {
    font-size: 13px;
    padding: 5px;
    display: block !important;
}
table.order_form td.formHeader {
    height: auto !important;
    padding: 15px 5px;
	font-size:16px;
}
.headerBannersWrap.pull-right {
    padding-bottom: 180px !important;
}

.mobileTel, .headTel a {
	display:block;
}

.asukohtWrap  {
	width:100% !important;
	height:auto;
}

.upperFooter {
    padding: 45px 15px 0px 15px;
}

.footerKontakt {
    padding: 20px 20px 60px;
	text-align:center;
}

.popplogo {
    right: 50%;
    bottom: 20px;
    margin-right: -14px;
}

.cartbuttons-wrap .cartBtn {
    width: 100px;
    white-space: initial;
    text-align: left;
}

.productsWrapper.thin-list .adInfoWrap .cart-button, .productsWrapper.thin-list .adInfoWrap .pricesWrap {
    width: 100%;
}

}

@media screen and (max-width:340px) {

.logo {
    width: 200px;
}

.logo img {
	max-width:100%;
	width:auto;
	height:auto;
}

.mobileMenuToggle {
    top: 13px;
}

table.kaubamargid_table td {
	width:50% !important;
	height:80px;
	line-height:80px;
}

}




/* 02.04 */
.cart_form_loader{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.6);
	display: none;
	overflow: hidden;
}
	.cart_form_loader .cart_form_gif{
		margin-top: 146px;
		width: 100%;
		height: 100px;
		background: url(../img/ajax_load.gif) center center no-repeat;
	}

/* .sideMenu ul li.active > ul li a {
	background-color:#DDDDDD;
	color:#3C3C3D;
	font-size:13.5px;
	font-weight:400;
	padding:7px 20px 7px 30px;
} */
.sideMenu ul li.active > ul li a {
    background-color: #244EC4;
    font-size: 13.5px;
    font-weight: 400;
    padding: 7px 20px 7px 30px;
    border-color: #406AE0;
}

.sideMenu ul li.active > ul li a:hover {
	background-color:#406AE0;
}
.sideMenu ul li.active > ul li a:focus {
	background-color:#244EC4;
}
.sideMenu ul li.active > ul li.active a {
    background-color: #3C3C3D;
    color: #fff;
    font-weight: 500;
    border-color: #3C3C3D;
}
.sideMenu ul li.active > ul li.active > ul li a {
    background-color: #515151;
    border-color: #5E5E5E;
}
.sideMenu ul li.active > ul li.active > ul li a:hover {
    background-color: #646464;
}
.sideMenu ul li.active > ul li.active > ul li.active a {
    background-color: #646464;
}
.sideMenu ul li.active > ul li.active .categori_link{
	background: none;
	padding: 0px;
	margin: 0px;
	
	font-weight: 300;
    font-size: 14px;
    color: #3c3c3d;
    cursor: pointer;
    display: block;
}
.ui-widget-header {
    border: 1px solid #4670E6 !important;
    background: url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #4670E6 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #a1b6f2 !important;
    background: url("images/ui-bg_glass_100_fdf5ce_1x400.png") repeat-x scroll 50% 50% #e5ebfb !important;
}
.ui-slider-handle {
	border-radius:15px !important;
}
.filterContent .id-amount {
	color: #4670E6 !important;
	padding-bottom: 10px;
}
.textBox .title {
  padding: 20px;
  display: block;
  vertical-align: middle;
  height: 62px !important;
  margin-bottom: 20px;
  overflow: visible;
  background-image: url("../img/txtfade.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
.toolBar {
    width: calc(100% + 60px);
    margin: -10px -30px 30px;
}
.pages {
    margin-top: 30px;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
}
ul.paging {
    display: inline-block;
    padding: 0px;
}

.pages ul li {
	list-style:none;
    display: inline-block;
	margin:0 3px;
}
  
.pages ul li a {
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    color: rgb(61, 99, 204);
    padding: 3px 12px;
    font-size: 18px;
    font-weight: 400;
	outline:none !important;
	text-decoration:none !important;
}
.pages ul li.active a, .pages ul li a:hover {
    background-color: rgb(61, 99, 204);
    color: #FFF;
}

.prodBox .imageBox a {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
}

@media screen and (max-width:600px) {
.pages ul li a {
    padding: 3px 5px;
    font-size: 16px;
}

.div_tableCellHeader {
	padding:4px;
}

.div_tableCell {
	padding:4px;
}

.div_table {
	font-size: 80%;
}

}

@media screen and (max-width:320px) {

.cartbuttons-wrap .cartBtn {
    background-image: none;
    padding-left: 10px;
    width: 60px;
}

}

@media screen and (min-width:1400px) {

.priceWrapper {
    width: 100% !important;
}

}
.pdfLink {
    background-image: url("../img/pdficon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.title {
    overflow: hidden;
    position: relative;
}
.title:after {
    content: "";
    height: 30px;
    position: absolute;
	z-index:20;
    bottom: 0;
    right: 0;
	left:0;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmYiIgc3RvcC1vcGFjaXR5PSIwLjc3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(249,249,251,0.77) 80%, rgba(247,247,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(249,249,251,0.77)), color-stop(100%,rgba(247,247,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,251,0.77) 80%,rgba(247,247,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,251,0.77) 80%,rgba(247,247,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,251,0.77) 80%,rgba(247,247,250,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(249,249,251,0.77) 80%,rgba(247,247,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f7f7fa',GradientType=0 ); /* IE6-8 */

}

/* J.S styles */
.shoppingcart_invoice_form .normal-cart-name{
	width: 40%;
}
.shoppingcart_invoice_form .normal-cart-input{
	width: 50px;
}
.shoppingcart_invoice_form label{
	color: #333;
}

.loading-screen {
    position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(255,255,255,0.5);
	z-index:9999;
	background-image:url('../img/ajax_load.gif');
	background-repeat:no-repeat;
	background-position:center center;
}



.newsBoxWrap {
    width: 100% !important;
    float: none !important;
}
.newsBox {
    display: block;
}
.newsBox .newsTitle, .newsBox .newsContent {
    display: block;
    vertical-align: middle;
    width: 100%;
}
.newsBox .ellipsis {
    overflow: hidden;
    height: auto;
    padding: 10px 0px 0px 0;
}
.sideBanners {
    margin: 5px -5px;
}
.sideBanners img {
	margin:5px;
}




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


.buttonLine {
	padding:30px 0 20px;
	text-align:center;
}

.buttonNormal  {
	text-align:center;
	background-color:#4670e6;
	color:#fff;
	font-size:18px !important;
	display:inline-block;
	padding:14px 18%;
	vertical-align:middle;
	font-weight:normal !important;
}

.buttonNormal span {
	font-size:18px !important;
	font-weight:normal !important;
}

.buttonNormal:hover {
	background-color:#3d63cc;
	text-decoration:none;
	color:#fff;
	outline:none;
}

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

.colorBlu h2 {
	color:#4670e6 !important;
}

.colorOra h2 {
	color:#FF8600 !important;
}

.colorOra .cart-button {
	background-color:#FF8600 !important;
}

.colorOra .cart-button:hover {
    background-color: #C46700 !important;
}

.buttonOra{
	background-color:#FF8600;
}	

.sideMenu span.show-more {
    color: #FFF;
    font-size: 10px;
}

.sideMenu ul.left_group_menu>li>a>span.show-more {
	color:#DADADA;
}

.sideMenu ul.left_group_menu>li.active>a>span.show-more {
	color:#fff;
}


@media screen and (max-width:767px) {

.viewSelection.pull-right {
	z-index:1;
}

.viewSelection.pull-right .input-group > span:nth-child(2) {
    display: none;
}

.sortWrap.sort-sort-wrap .styledSelect {
    width: calc(100% - 80px);
}

}


@media screen and (max-width:500px) {

.productsWrapper.thin-list .prodBox .adInfoWrap {
    min-height: auto;
}

.productsWrapper.thin-list .adInfoWrap .cart-button, .productsWrapper.thin-list .adInfoWrap .pricesWrap {
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    text-align: center;
}
.thin-list .adInfoWrap .cart-button span {
    padding: 0;
}
.productsWrapper.thin-list .adInfoWrap .cart-button, .productsWrapper.thin-list .adInfoWrap .pricesWrap {
    width: 50%;
}

}

@media screen and (max-width:360px) {

.thin-list .prodBox .imageBox {
	display:none;
}
.productsWrapper.thin-list .prodBox .textBox {
    padding: 0px 15px;
}

.productsWrapper.thin-list .adInfoWrap .cart-button, .productsWrapper.thin-list .adInfoWrap .pricesWrap {
    width: 100%;
}

.productsWrapper.thin-list .adInfoWrap .cart-button {
	color:#fff;
	background-color:#4670E6;
}

.productsWrapper.thin-list .adInfoWrap .cart-button span {
	color:#fff;
}

}



/* 17.02 */

.shoppingcart_invoice_form label p {
    display: inline-block;
}
.inline-input-wrap {
    display: inline-block;
}

.bank_linksWrap {
    display: inline-block;
    padding: 10px 0;
}

.redCell input, .redCell .div_tableCell input, .redCell .div_tableCell select {
	border-color: #ff0000;
}

/* 13.12.16 ws-kp */

.upperFooter {
    padding-top: 0;
    background-color: #313132;
}

.upperFooterNew {
    color: #fff;
    padding-right: 200px;
	
    display: flex;
    width: 100%;
    padding: 25px 20px;
}
.footer-menu-ws-wrapper {
    padding-top: 18px;
    width: 100%;
    text-align: center;
    padding-right: 200px;
    padding-left: 20px;
}
.upperFooterNew > .col-xs-12 {
    padding: 20px 15px !important;
}
.upperFooterNew a {
	color:#fff;
}
.upperFooterNew a:focus,
.upperFooterNew a:hover {
	color:#fff;
	
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}
.upperFooterNew h3, .upperFooterNew h2 {
    padding: 0;
    margin: 9% 0 20px;
}
.upperFooterNew ol,
.upperFooterNew ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.2;
    display: inline-block;
}

.open-hours-footer {
    display: inline-block;
    text-align: left;
    background-color: #3c3c3d;
    border-left: 4px solid #f36f21;
    padding: 10px 15px;
}
.open-hours-footer p {
    margin: 0;
    padding: 0;
}

.foot-new-logo img {
    max-width: 100%;
    width: 220px;
    height: auto;
    margin: 6px 0 20px;
}

.turvaline-ost-img {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 35px;
}
.turvaline-ost-img img {
	max-width:100%;
	width:auto;
	height:auto;
}
.foot-sns-block a {
    font-size: 20px;
    margin: 0 12px 0 0;
}
.upperFooterNew .row {
    padding: 0;
}

.ws-store-wrap > div {
    float: left;
    max-width: 50%;
}
.ws-store-wrap .wssw-image-map {
    width: 230px;
}
.wssw-image-map img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.wssw-info {
    padding-left: 6%;
}
.ws-store-wrap {
    border-bottom: 1px solid #e9e9eb;
    padding-bottom: 30px;
}
.ws-store-wrapper {
    margin: 30px 0;
}
.wssw-info h2 {
    color: #5f5f61;
    font-size: 16px;
    font-weight: bold;
    margin: 4% 0 15px;
    display: block;
}
.wssw-info h2 span {
    display: block;
}

.store-row {
	margin:0 -15px;
}	
.ws-store-wrapper {
    padding: 0 15px;
	float:left;
	width:50%;
}
	
.footer-menu-ws {
}
.footer-menu-ws ul li {
    list-style: none;
    display: block;
    float: left;
}
.footer-menu-ws ul li a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    padding: 10px 20px;
    display: block;
    float: left;
    color: #a5a5a5;
}
.foot-main-block ul li {
    line-height: 1.2;
    font-size: 12px;
}
	
.footer-menu-ws ul li i {
    font-size: 1.5em;
    margin: 0 -7px;
}
	
@media screen and (max-width:1200px) and (min-width:768px) {
	
.ws-store-wrapper {
	width:100%;
}

}
@media screen and (max-width:1200px) {
	
.upperFooterNew h3, .upperFooterNew h2 {
    font-size: 18px;
    margin-top: 2px;
}

	
}

@media screen and (max-width:992px) {
	
.footerKontakt {
    padding-top: 50px;
}
.footer-menu-ws ul {
	display:block;
	text-align:center;
}
.footer-menu-ws ul li {
	display:inline-block;
	float: none;
}
.footer-menu-ws ul li a {
    font-size: 16px;
    padding: 5px 10px;
}
.upperFooterNew {
    flex-wrap: wrap;
}
.footer-menu-ws-wrapper {
    padding-left: 0;
    margin-left: -15px;
}
	
}

@media screen and (max-width:767px) {
	
.headTel a {
	display:none !important;
}

.headTel a.mobileTel {
	display:block !important;
}
.ws-store-wrap > div {
    max-width: 100%;
}
.wssw-image-map {
	display:none;
}
.wssw-info {
    padding-left: 0;
}
.wssw-info h2 {
    font-size: 16px;
}
.footerWrap .footerKontakt img.pull-right {
    display: block;
}
.footerWrap .footerKontakt img.pull-right {
    display: block;
    max-width: 105%;
    width: auto;
    height: auto;
}
.foot-main-block ul li {
    line-height: 1.4;
}
.footer-menu-ws ul li a {
    color: #fff;
}
	
}

@media screen and (max-width:550px) {
	
.turvaline-ost-img {
    width: 100%;
	float:left;
    text-align: center;
    position: relative;
    top: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 35px 15px;
}
.turvaline-ost-img img {
	max-width:150px;
}
.upperFooterNew {
    padding-right: 0;
}
.footer-menu-ws {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
	
	float:left;
	width:100%;
}
.foot-block.foot-main-block {
    text-align: center;
}
.footer-menu-ws ul li {
    vertical-align:middle;
	display:block;
	width:100%;
}
.footer-menu-ws ul li a i {
    font-size: 2em;
}
.footer-menu-ws ul li a {
    float:none;
	display:inline-block;
	vertical-align:middle;
}
.store-info-side {
    width: 100%;
}
.footer-menu-ws-wrapper {
    padding: 25px 0 0 30px;
}
	
}

@media screen and (max-width:480px) {
	
.foot-block {
	width:100% !important;
	text-align:center;
    padding: 0 0 20px;
}
.upperFooterNew .row {
    padding: 0;
}
	
}
@media screen and (max-width:430px) {
	
.ws-store-wrapper {
	width:100%;
}
.ws-store-wrapper {
    margin: 5px 0;
}
.ws-store-wrap {
    border-bottom: 1px solid #e9e9eb;
    padding-bottom: 10px;
}
	
}

/* 30.01.2017 ws-kp FIX 

.filtridWrap-wrapper {
	margin:0 -25px 20px;
}
.filtridWrap {
	margin:0;
	display:table;
	width:100%;
}

.filtridWrap > div {
	padding:0 5px;
	display:table-cell;
}

.filterContent-wrapper .filterContent  {
    height: 100px;
    overflow-y: auto;
	background-color:#fafafa;
}

.price .filterContent-wrapper .filterContent {
    overflow-y: visible;
}

.price .filterContent .id-amount {
	background-color:transparent;
}
@media screen and (max-width:767px) {
	
.filtridWrap {
	display:block;
}
.filtridWrap > div {
	display:block;
	width:100%;
}
.filterContent-wrapper .filterContent  {
    height: auto;
    padding: 10px 20px;
}
.filterContent ul li {
    display: inline-block;
    margin-right: 20px;
}
.filterContent ul {
    margin-right: -20px;
}
.price .filterContent ul {
    margin-right: 0;
}
	
}
*/


/* 06.02.2017 ws-kp FIX */

.sideMenu ul li ul.sub_menu3 li a {
	padding:7px 20px 7px 40px;
}
.sideMenu ul li ul.sub_menu3 li.active a {
    background-color: #25449b;
}


.prod-filters-tabs-wrap {
    margin: -10px -30px 10px;
    background-color: #3c3c3d;
    border-bottom: 1px solid #515151;
	
background: rgba(60,60,61,1);
background: -moz-linear-gradient(-45deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60,60,61,1)), color-stop(42%, rgba(60,60,61,1)), color-stop(100%, rgba(37,37,38,1)));
background: -webkit-linear-gradient(-45deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
background: -o-linear-gradient(-45deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
background: linear-gradient(135deg, rgba(60,60,61,1) 0%, rgba(60,60,61,1) 42%, rgba(37,37,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3d', endColorstr='#252526', GradientType=1 );

}
.filterContent {
    padding: 5px 15px;
    background-color: #515151;
}
.filter.price .filterContent {
    padding-bottom: 15px;
}
.filterContent ul:before,
.filterContent ul:after {
    content:" ";
    display:table;
}
.filterContent ul:after {
    clear:both;
}
.filterContent ul {
    *zoom:1;
}
.filterContent ul li {
    float: left;
    margin-right: 25px;
}
.nav-tabs {
    padding: 0;
    border-bottom: 1px solid #515151 !important;
}
.prod-filters-tabs-wrap .nav-tabs > li > a {
	color:#fff;
}
.prod-filters-tabs-wrap .nav-tabs > li > a:hover,
.prod-filters-tabs-wrap .nav > li > a:hover, .prod-filters-tabs-wrap .nav > li > a:focus,
.prod-filters-tabs-wrap .nav-tabs > li.active > a, .prod-filters-tabs-wrap .nav-tabs > li.active > a:hover, .prod-filters-tabs-wrap .nav-tabs > li.active > a:focus {
    background-color: #515151;
    border: 1px solid #515151;
    border-radius: 0;
    outline: none;
    text-decoration: none;
    color: #fff;
}
.prod-filters-tabs-wrap .nav-tabs > li.active > a, .prod-filters-tabs-wrap .nav-tabs > li.active > a:hover, .prod-filters-tabs-wrap .nav-tabs > li.active > a:focus {
    font-weight: bold;
}
.filter.price input {
    background-color: transparent;
}
.prod-filters-tabs-wrap .filterContent ul label span {
    color: #d5d5d5;
}
.prod-filters-tabs-wrap .filterContent ul input[type="checkbox"]:checked + span {
    color: #fff;
}
.prod-filters-tabs-wrap .filterContent .id-amount {
    color: #fff !important;
}

/* 10.02 ws-kp */

@media screen and (max-width:767px) {
.sortWrap.sort-sort-wrap {
    width: 50%;
}
.otsi-sort-wrap {
    width: 50%;
    margin: 0;
    padding: 0;
}
.sortWrap.sort-sort-wrap .styledSelect {
    width: 100%;
}
.styledSelect select {
    width: calc(100% + 50px);
    padding-right: 90px;
}
}

@media screen and (max-width:400px) {
.sortWrap.sort-sort-wrap {
    width: 100%;
	padding:0; 
}
.otsi-sort-wrap {
    width: 100%;
	padding:5px 0 0;
}
}

/* NEW PRODUCTS JMS 18.10.17 */

.headerActions {
    background-image: url("../img/head-info-gradient.png");
    background-size: cover;
    background-position: bottom right;
}

.ws-product {
    padding:15px;
    border:1px solid transparent;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
}
.ws-product:hover {
    border-color: #b2c2f0;
-webkit-box-shadow: 0px 0px 13px 0px rgba(70,112,230,0.47);
-moz-box-shadow: 0px 0px 13px 0px rgba(70,112,230,0.47);
box-shadow: 0px 0px 13px 0px rgba(70,112,230,0.47);
}
.ws-imagebox {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.product-title h3 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
	margin:0 !important;
	line-height:1.2;
}

.product-title h3 a {
    color:#3d3d3d;
    font-weight: normal;
    display: block;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-title h3 a:focus,
.product-title h3 a:hover {
    text-decoration: none;
    outline:none;
}

.ws-price-wrapper {
    display: flex;
    padding-top: 10px;
    min-height: 95px;
}

.ws-price-wrapper > div {
    align-self:center;
}

.ws-price-wrapper .pricesWrap {
    width:66.66%;
}
.ws-price-wrapper .prices-mark-wrap {
    width: 33.33%;
    max-width: 74px !important;
}
.sisuala .ws-price-wrapper .pricesWrap .newPrice {
    display: block;
    font-size: 26px !important;
    color:#3d3d3d;
    line-height: 1;
}
.sisuala .ws-price-wrapper .pricesWrap .newPrice.red-price {
    color:#ff7e00;
}
.sisuala .ws-price-wrapper .pricesWrap .oldPrice {
    color:#a6a6a6;
    text-decoration: line-through;
    font-size: 18px !important;
}

.ws-title-mark {
    background-image: url('../img/soodus-mark-bg.png');
    border-radius: 300px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    background-position: center center;
    background-size: cover;
    color:#fff;
}
.ws-title-mark.product-mark-sale {
    background-image: url('../img/prod-sale-button.png');
}
.ws-title-mark.product-mark-sale span {
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.ws-title-mark.product-mark-new {
    background-image: url('../img/new-mark-bg.png');
}
.ws-title-mark span {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    width: 100%;
	
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	
    font-weight: bold;
    font-size: 18px !important;
}
.product-mark-offer.ws-title-mark span {
    font-size: 22px !important;
}
.footer-menu-ws-line p {
    padding: 0 20px;
    color:#a5a5a5;
}

.tk-price {
    color: #a6a6a6;
    line-height: 1;
    font-size: 12px;
	padding:3px 0 0;
}

.abs-link {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:block;
	width:100%;
	height:100%;
}

/*  UUS TOOTE DETAIL  */

.price-cart-wrap {
    padding: 15px 20px;
}

.askLink {
    margin: 0;
    float: right;
    text-align: right;
}
.askLink p,
.askLink a {
	/* color:#4670e6; */
	color:#686868;
    font-size: 14px;
    font-weight: normal;
	margin:0;
}
.askLink a {
	color:#4670e6;
	text-decoration:none;
	font-weight:400;
}
/* .ws-kuumaks-wrapper {
    float: left;    
	text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
	color:#ff7e00;
	cursor:pointer;
} */
.ws-kuumaks-wrapper {
    float: left;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    color: #686868;
    cursor: pointer;
}

.ws-price {
    font-size: 32px;
}
.ws-price .red-price {
    color: #ff7e00;
	line-height:1;
}

.ws-price .oldPrice {
    color: #a6a6a6;
	text-decoration:line-through;
	font-size:22px !important;
	display:block;
	line-height:1;
}
.price-cart-wrap-block {
    display: flex;
    width: 100%;
	align-item:center;
	justify-content:space-between;
	padding-bottom:15px;
}

.price-cart-wrap-block > div {
    align-self: center;
    padding: 0;
    min-height: 0;
}
.price-cart-wrap-block > div.ws-price-wrapper {
    display: block;
    padding-right: 10px;
}

.cartbuttons-wrap {
    font-size: 15px;
}
.price-cart-wrap-block > div.cartbuttons-wrap {
    max-width: 21em;
}

.prodGallery .prices-mark-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 75px;
}

.price-add-item-cart-wrapper {
    display: flex;
}
.cartbuttons-wrap .input-group {
    display: block;
}
.cartbuttons-wrap .input-group > * button,
.cartbuttons-wrap .input-group > * {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
}
.price-cart-amount-wrapper > div {
    font-size: 1em;
}
.price-cart-amount-wrapper {
    width: 40px;
}
.price-cart-amount-wrapper span .btn {
    padding: 0;
    height: 1.3em;
    font-size: 15px !important;
}
.price-cart-amount-wrapper span .btn:focus {
    padding: 0;
    height: 1.3em;
    font-size: 15px !important;
	background-color:#3657b2 !important;
}
.price-cart-amount-wrapper input.form-control {
    height: 1.5em;
    font-size: 1em !important;
	background-color:#3657b2 !important;
	padding:0 !important;
}

.no-wrap {
	white-space:nowrap;
}

@media screen and (min-width:1300px) {
    
	.prodBox-left, .prodBox-right {
		float: none !important;
	}
	.prodDetailsWrap {
		display: flex;
	}
	.prodBox-left {
		min-width: 500px !important;
		width: 500px !important;
	}
	.prodBox-right {
		width: 100% !important;
		width: calc(100% - 500px) !important;
	}
		
}


@media screen and (max-width:1200px) and (min-width:993px) {
    
	.price-cart-wrap-block > div.cartbuttons-wrap {
		max-width: 100%;
		width: 100%;
		margin-top:15px;
	}
	.price-cart-wrap-block {
		flex-wrap: wrap;
	}

}

@media screen and (max-width:1130px) {
    
    .upperFooterNew > .col-xs-12 {
        padding: 60px 15px !important;
    }

}

@media screen and (max-width:992px) {
    
	.footer-menu-ws-line p {
		padding: 0;
		text-align: center;
	}
		
}

@media screen and (max-width:767px) {
	
	.ws-price-wrapper {
		min-height: 115px;
	}
		
}
@media screen and (max-width:550px) {
    
	.price-cart-wrap-block > div.cartbuttons-wrap {
		max-width: 100%;
		width: 100%;
		margin-top:15px;
	}
	.price-cart-wrap-block {
		flex-wrap: wrap;
	}
			
	.ws-price-wrapper {
		min-height: 80px;
	}
		
}

@media screen and (max-width:500px) {
    
    .sisuala .ws-price-wrapper .pricesWrap .newPrice {
        font-size: 20px !important;
    }
    .sisuala .ws-price-wrapper .pricesWrap .oldPrice {
        font-size: 14px !important;
    }
    .product-title h3 {
        font-size: 14px;
    }
		
	.askLink {
		margin: 0;
		float: none;
		text-align: left;
	}
	.ws-kuumaks-wrapper {
		float: none;
	}
	.ws-title-mark span {
		font-size: 11px !important;
	}
	.product-mark-offer.ws-title-mark span {
		font-size: 13px !important;
	}
		
}


@media screen and (max-width:450px) {
    
	.cartbuttons-wrap {
		font-size: 10px;
	}
	.prodBox-right, .prodBox-left {
		padding: 0 0 10px !important;
	}
	.add-to-cart-btn {
		font-size: 1.5em;
	}
    
}

@media screen and (max-width:340px) {
    
    .prodWrap {
        width:100% !important;
    }

	.ws-title-mark span {
		font-size: 14px !important;
	}
	.product-mark-offer.ws-title-mark span {
		font-size: 16px !important;
	}
    
}

/* UUS TOOTE VAADE */

.new-price-area .ws-price {
	display:flex;
	align-items:center;
	flex-direction:row-reverse;
}
.new-price-area .oldPrice {
	padding-right:10px;
}

.new-product-cart-area .price-cart-wrap {
    background-color: transparent;
    border: none;
    padding: 0;
}
.new-product-cart-area .askLink {
	float:none;
	text-align:center;
}
.new-product-cart-area .cartbuttons-wrap {
    max-width: 100% !important;
    width: 100%;
}
.new-product-info-area-wrapper {
    display: flex;
}
.new-product-info-area {
    width: 100%;
    padding-right: 20px;
}
.askLink p {
    margin: 0;
}
.turvaline-ost-cart {
	text-align:center;
}
.turvaline-ost-cart img {
    margin: 10px auto 30px;
    max-width: 100%;
    height: auto;
    width: 100px;
}
.ws-kuumaks-wrapper-block {
    margin-bottom: 15px;
}
.prod-details-area {
    border-top: 1px solid #e9e9eb;
    padding-top: 20px;
}
.prod-details-area table {
	word-break: break-word;
}
.product-var-row {
    display: flex;
    align-items: center;
	padding-bottom:15px;
}
.product-var-row > div:first-child {
	padding-right:15px;
	font-weight:600;
}
.new-product-info-area h1 {
    margin-top: 0;
	margin-bottom:30px;
}
.new-product-cart-area {
    width: 340px;
    min-width: 195px;
}
.new-price-area .ws-price-wrapper {
    padding-top: 0;
    min-height: 0;
    margin-bottom: 6px;
}
.add-to-cart-btn > button {
    width: 100% !important;
    text-align: center !important;
}
.product-title-list {
    display: none;
}
.ws-textbox {
    min-height: 3.2em;
}

/* UUS TOOTE VAADE -- LIST */

@media screen and (min-width:768px) {
	
.productsWrapper.list .ws-product {
    display: flex;
	align-items:center;
}
.productsWrapper.list .ws-imagebox {
    width: 200px;
    display: block;
    height: 200px;
    box-sizing: border-box;
    padding-bottom:0;
}
.productsWrapper.list .ws-price-wrapper {
    width: 150px;
}
.productsWrapper.list .ws-textbox {
    width: 100%;
    width: calc(100% - 350px);
    padding-left: 30px;
    padding-right: 30px;
}
.productsWrapper.list .ws-price-wrapper {
    width: 150px;
    display: block;
}
.productsWrapper.list .ws-price-wrapper .pricesWrap {
    width: 100%;
	margin:15px 0;
}
.productsWrapper.list .ws-price-wrapper .prices-mark-wrap {
    width: 55%;
	margin:15px 0;
}

.productsWrapper.list .product-title {
	display:none;
}
.productsWrapper.list .product-title-list {
    display: block;
}
.list .short_desc {
    padding: 0 20% 0 0;
}

}
@media screen and (max-width:767px) {
	
.list .short_desc {
	display:none;
}
	
}

@media screen and (max-width:767px) and (min-width:550px) {
	
.list .ws-price-wrapper {
    min-height: 115px;
}
	
}


/* UUS TOOTE VAADE -- MEDIA */

@media screen and (max-width:1200px) and (min-width:993px) {
	
.prodBox-left {
    width: 40% !important;
}
.prodBox-right {
    width: 60% !important;
}
	
}

@media screen and (max-width:992px) and (min-width:768px) {
	
.productsWrapper.list .ws-imagebox {
    width: 100px;
}
.productsWrapper.list .ws-textbox {
    width: calc(100% - 250px);
}
.product-title-list h3 {
    font-size: 20px;
}
.list .short_desc p {
    line-height: 1.3;
}
	
}


@media screen and (max-width:992px) {
	
.prodBox-right {
    padding-left: 10px !important;
}
	
}


@media screen and (max-width:500px) {
	
.new-product-info-area-wrapper {
    display: block;
}
.new-product-cart-area {
    width: 100%;
    min-width: 100%;
}
	
}


/* uus galerii 220618 */


.nt-galerii {
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.nt-galerii_block {
    width:25%;
    padding-bottom:15px;
    padding-right:15px;
}
.nt-galerii_block a {
    display: block;
}
.nt-galerii_block h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    background-color: #fafafa;
    padding: 10px 15px;
    border: 1px solid #ededed;
}
.nt-galerii_image {
    width:100%;
    height:0;
    padding-bottom:70%;
    background-size: cover;
    background-position: center center;
}

.inner_galerii .nt-galerii_block {
    width:25%;
    padding-right:15px;
}

.nt-galerii_block.nt-galerii_block-hidden {
	display: none;
}
.nt-galerii_block.nt-galerii_block-shown {
	display: block;
	animation: expand-gallery 0.5s linear forwards; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@keyframes expand-gallery {
    0% {
		opacity: 0;
    }

    100% {
		opacity: 1.0;
    }
}

@media screen and (max-width:1100px) {
	.nt-galerii_block {
		width:33.33%;
	}
	.inner_galerii .nt-galerii_block {
		width:33.33%;
	}
}
@media screen and (max-width:540px) {
	.nt-galerii_block {
		width:100%;
		padding-right:0;
	}
	.inner_galerii .nt-galerii_block {
		width:100%;
		padding-right: 0;
	}
}
