@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,700,800,300,100&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,700&subset=latin,latin-ext,cyrillic);

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
html, body, input, textarea, select, button {
	font-family: 'Roboto', sans-serif;
}
BODY {
	margin:0 0 500px 0;
	padding:0;
	list-style:none;
	color:#415467;
	font-size:14px;
}
html, body {
	height: auto;
	min-height: 100%;
}

/* GRIDS */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix {
	clear:both;
	font-size:1px;
	height:1px;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
	display:block;
	padding-right:0;
}
.d-flex {
	display: flex;
}
.justify-content-between {
	justify-content: space-between;
}
.w-100 {
	width: 100%;
}
.mt-8 {
	margin-top:8px;
}
.mt-12 {
	margin-top:12px;
}
.mt-15 {
	margin-top:15px !important;
}
.mt-30 {
	margin-top:30px !important;
}
.mb-15 {
	margin-bottom:15px !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.pl-10 {
	padding-left:10px;
}
.pl-15 {
	padding-left:15px;
}
.rows {
	margin-right: -15px;
	margin-left: -15px
}
.rows-m5 {
	margin-right: -5px;
	margin-left: -5px
}
.rows-m0 {
	margin-right:0px;
	margin-left:0px
}
.rows:after, .rows:before {
    display: table;
    content: " "
}
.rows:after {
    clear: both
}
.col10,
.col125,
.col14,
.col15,
.col16,
.col20,
.col25,
.col30,
.col33,
.col35,
.col40,
.col45,
.col50,
.col60,
.col65,
.col66,
.col70,
.col75,
.col80,
.col85,
.col100 {
	float:left;
	padding:0 15px;
}
.col10 {
	width:10%;
}
.col14 {
	width:14.28%;
}
.col15 {
	width:15%;
}
.col16 {
	width:16.6666%;
}
.col125 {
	width:12.5%;
}
.col20 {
	width:20%;
}
.col25 {
	width:25%;
}
.col30 {
	width:30%;
}
.col33 {
	width:33.3333%;
}
.col35 {
	width:35%;
}
.col40 {
	width:40%;
}
.col45 {
	width:45%;
}
.col50 {
	width:50%;
}
.col55 {
	width:55%;
}
.col60 {
	width:60%;
}
.col65 {
	width:65%;
}
.col66 {
	width:66.6666%;
}
.col70 {
	width:70%;
}
.col75 {
	width:75%;
}
.col80 {
	width:80%;
}
.col85 {
	width:85%;
}
.col100 {
	width:100%;
	float:none;
}
.col-offset-25 {
	margin-left:25%;
}
.h30 {
	height:30px;
}
.h50 {
	height:50px;
}
.row-m5 .col50 {
	padding:0 5px;
}
.row-m0 .col125 {
	padding:0 0;
}
.paddingtop {
	padding-top:80px;	
}
.borderright {
	border-right:1px solid #dee3e8;
}
.borderleft {
	border-left:1px solid #dee3e8;
}
.pause20 {
	height:20px;
}
.pause30 {
	height:30px;
}
.pause40 {
	height:40px;
}
.pause50 {
	height:50px;
}
.pt-20 {
	padding-top:20px;
}
.pt-50 {
	padding-top:50px;
}
.pt-60 {
	padding-top:60px;
}
.h100 {
	height:100px;
}
.fw-300 {
	font-weight:300;
}
.f20 {
	font-size:16px;
}

/* PAGE */
.wrap {
	background:#fff;
	z-index:1000;
	position:relative;
}

/* HEADER */
header#mobile {
	display:none;
}
div#header-search {
	display:none;
}
header {
	background:#fff;
	z-index:120000;
	position:relative;
	font-weight:300;
}
ul.navmenu-mobile {
	display:none;
}
header ul {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
}
header div.top {
	height:115px;
}
header div.top div.logo,
header div.top div.center-left,
header div.top div.center-right,
header div.top div.right {
	float:left;
	display:block;
	height:85px;
	position:relative;
}
header div.top div.logo {
	margin:32px 0 0 0;
	width:35%;
}
header div.top div.center-left {
	width:30%;
	padding:15px 15px 0 15px;
}
header div.top div.center-right {
	width:20%;
	padding:15px 15px 0 15px;
}
header div.top div.right {
	width:15%;
	padding:15px 0 0 0;
}
header div.top div.logo div.img {
	float:left;
	padding-right:30px;
	border-right:1px solid #dfe0e0;
	height:50px;
}
header div.top div.logo h1 {
	font-size:13px;
	color:#818181;
	font-weight:400;
	text-transform:uppercase;
	margin:0 0 0 20px;
	width:50px;
	line-height:17px;
	float:left;
}
header div.top ul.menu-header-icons {
	display:table;
	width:100%;
	margin-bottom:2px;
	margin-top:8px;
}
header div.top ul.menu-header-icons li {
	display:table-cell;
	width:33.3333%;
	position:relative;
	height:30px;
}
header .account:after,
header div.top ul.menu-header-icons li a:after {
	position:absolute;
	width:20px;
	height:20px;
	display:block;
	content:'';
	top:1px;
	left:0;
}
header div.top ul.menu-header-icons li.phone a:after {
	background:url("../img/icons/phone.png") top left no-repeat;
}
header div.top ul.menu-header-icons li.email a:after {
	background:url("../img/icons/email.png") top left no-repeat;
}
header div.top ul.menu-header-icons li.location a:after {
	background:url("../img/icons/location.png") top left no-repeat;
}
header .account:after {
	background:url("../img/icons/account.png") top left no-repeat;
}
header div.top ul.menu-header-icons li a:link,
header div.top ul.menu-header-icons li a:visited,
header div.top ul.menu-header-icons li a:hover {
	font-size:14px;
	color:#415467;
	font-weight:300;
	text-decoration:none;
	padding:0 0 0 28px;
	position:relative;
	display:block;
}
form.header-search {
	position:relative;
}
form.header-search:after {
	position:absolute;
	left:15px;
	top:9px;
	color:#9aa9b8;
	content:'\f002';
	font-family:FontAwesome;
}
form.header-search input {
	width:100%;
	outline:none;
	border:1px solid #dbe0e6;
	padding:8px 8px 8px 40px;
	font-weight:300;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
form.header-search input:focus,
form.header-search input:active {
	border:1px solid #929da8;
}
form.header-search div.ajax-results {
	position:absolute;
	left:0;
	top:37px;
	width:100%;
	border:1px solid #dbe0e6;
	border-top:1px solid #929da8;
	background:#fff;
	z-index:99999999;
	display:none;
}
form.header-search div.ajax-results ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:31px;
	display:block !important;
	float:none !important;
}
form.header-search div.ajax-results ul li {
	font-size:14px;
	display:block !important;
	padding:0 !important;
	float:none !important;
	margin:0 !important;
}
form.header-search div.ajax-results ul li a:link,
form.header-search div.ajax-results ul li a:visited,
form.header-search div.ajax-results ul li a:hover {
	color:#344e64;
	display:block !important;
	padding:0 15px;
	margin:0 !important;
}
form.header-search div.ajax-results ul li a:hover {
	background:#f8f8f8;	
	text-decoration:none;
}
header .account {
	margin-top:8px;
	margin-bottom:23px;
	color:#9da4aa;
	padding-left:28px;
	position:relative;
}
header .account a:link,
header .account a:visited,
header .account a:hover {
	text-decoration:none;
	color:#33373b;
	display:block;
	margin-left:-30px;
	z-index:999;
	padding-left:30px;
	position:relative;
}
header .account a.inline:link,
header .account a.inline:visited,
header .account a.inline:hover {
	margin:0;
	padding:0;
	display:inline-block;
}
header div.top ul.menu-header-icons li a:hover,
header .account a:hover {
	color:#000;	
}
header .timeleft {
	font-size:12px;
	color:#415467;
}
header .timeleft span.timer {
	display:block;
	font-size:13px;
	font-weight:300;
	margin-top:1px;
	color:#33373b;
}
header .timeleft span.timer b {
	font-weight:400;
	font-size:18px;
	margin-left:14px;
}
header .timeleft span.timer b:first-child {
	margin-left:0;
}
header .right ul {
	display:block;
	text-align:right;
	margin:8px 0 36px 0;
	height:16px;
}
header .right ul li {
	float:right;
}
header .right ul li a:link,
header .right ul li a:visited,
header .right ul li a:hover {
	color:#657484;
	display:block;
	position:relative;
	padding:0 15px 0 15px;
	text-decoration:none;
}
header .right ul li a:after {
	font-family:FontAwesome;
	position:absolute;
	right:0;
	top:1px;
	content:'\f107';
	width:16px;
	height:16px;
	text-align:right;
}
header nav {
	background:#33373b;
	height:55px;
	line-height:55px;
	position:relative;
}
header nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	display:table;
	width:100%;
	border-left:1px solid #575b5f;
}
header nav ul li {
	display:table-cell;
	border-right:1px solid #575b5f;
	position:relative;
	text-align:center;
}
header nav ul li a:link,
header nav ul li a:visited,
header nav ul li a:hover {
	color:#b6b8ba;
	text-decoration:none;
	padding:0 15px;
}
header nav ul li.active a:link,
header nav ul li.active a:visited,
header nav ul li.active a:hover {
	color:#fff;
}
header nav ul li.active:before {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    border-right: 8px inset transparent;
    border-left: 8px inset transparent;
    border-bottom: 8px solid #f8f8f8;
    bottom:0;
    left:50%;
    margin-left: -8px;
    z-index: 99;
    content: '';
}
header .megamenu {
	position: absolute;
	width:100%;
	z-index:999;
	top:55px;
	margin-left:-15px;
	padding:0;
	line-height:29px;
	text-align:left;
}
header .megamenu .area {
	padding:35px 20px 20px 20px;
	background:#fff;
	margin:0 0 0 15px;
	color:#d7dce0;
	border:1px solid #d6dae0;
	border-top:none;
	display:none;
}
header .megamenu .area p {
	margin:0 0 6px 0;
	font-size:15px;
	line-height:20px;
}
header .megamenu .area p a:link,
header .megamenu .area p a:visited,
header .megamenu .area p a:hover {
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display:block;
	font-weight:400;
	line-height:20px;
}
.masonry {
    padding: 0;
    -moz-column-count:4;
    -webkit-column-count:4;
	column-count:4;
}
header .megamenu-box {
	display: inline-block;
	width:100%;
	padding-bottom:10px;
}
header .megamenu .area .megamenu-box:first-child {
	border-left:none;
}
header nav .megamenu-box ul {
	border:none;
	line-height:18px;
	margin-bottom:10px;
}
header nav .megamenu-box ul li {
	display:block;
	float:none;
	font-weight:300;
	font-size:14px;
	text-transform:none;
	padding:0;
	border:none;
	text-align:left;
}
header nav .megamenu-box ul li a:link,
header nav .megamenu-box ul li a:visited,
header nav .megamenu-box ul li a:hover {
	padding:0;
	color:#000;
	/*-webkit-transition: all 0.0s ease-in-out 0.1s;
	-moz-transition: all 0.0s ease-in-out 0.1s;
	transition: all 0.0s ease-in-out 0.1s;*/
	border:none;
	display:block;
	padding:3px 0 3px 15px;
	position:relative;
}
header nav .megamenu-box ul li a:after {
	position:absolute;
	font-family:FontAwesome;
	content: "\f105";
	left:5px;
	top:2px;
	color:#ccc;
	-webkit-transition: all 0.0s ease-in-out 0.1s;
	-moz-transition: all 0.0s ease-in-out 0.1s;
	transition: all 0.0s ease-in-out 0.1s;
}
header nav .megamenu-box ul li a:hover:after {
	color:#000;
	-webkit-transition: all 0.0s ease-in-out 0.1s;
	-moz-transition: all 0.0s ease-in-out 0.1s;
	transition: all 0.0s ease-in-out 0.1s;
}
header .megamenu .area p a:hover,
header nav .megamenu-box ul li a:hover {
	color:#000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header nav .megamenu-box ul li a:hover {
	background:#f1f1f5;
}
header nav .megamenu-box ul li a:hover {

}
div.dropdown-menu {
	display:none;
	position:absolute;
	top:17px;
	left:50%;
	margin:0 0 0 -135px;
	width:270px;
	padding:15px 0 0 0 !important;
	border-radius:0 !important;
	line-height:36px !important;
	box-shadow:none !important;
	border:none !important;
	background:none !important;
}
.header-replace div.dropdown-menu {
	top:35px;
	margin:0 0 0 -123px;
}
.header-replace li.dropdown-roll {

}

.header-replace ul li div.dropdown-menu ul,
div.dropdown-menu ul {
	background:#fff;
	border:1px solid #ccc;
	background:#fff;
	border-radius:0 !important;
	line-height:36px !important;
	padding:0 !important;
	border:1px solid #dbdfe2;
	box-shadow:none !important;
	width:270px;
	position:relative;
}
.header-replace ul li div.dropdown-menu ul {
	top:-14px;
	margin-left:-120px;
}
div.dropdown-menu ul:before {
    position: absolute;
    width: 16px;
    height: 8px;
    display: block;
    border-right: 8px inset transparent;
    border-left: 8px inset transparent;
    border-bottom: 8px solid #dbdfe2;
    top:-8px;
    left:50%;
    margin-left: -8px;
    z-index: 99;
    content: '';
}
div.dropdown-menu ul:after {
    position: absolute;
    width: 16px;
    height: 8px;
    display: block;
    border-right: 8px inset transparent;
    border-left: 8px inset transparent;
    border-bottom: 8px solid #fff;
    top:-7px;
    left:50%;
    margin-left: -8px;
    z-index: 99;
    content: '';
}
div.dropdown-menu ul li {
	display:block !important;
	float:none !important;
	width:100% !important;
	line-height:36px !important;
	height:36px !important;
	padding:0 !important;
}
div.dropdown-menu ul li span,
div.dropdown-menu ul li a:link,
div.dropdown-menu ul li a:visited,
div.dropdown-menu ul li a:hover {
	line-height:36px !important;
	height:36px !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	font-size:13px !important;
	font-weight:300 !important;
	display:block;
	padding:0 15px !important;
	color:#415467;
	text-decoration:none;
	margin:0 !important;
}
div.dropdown-menu ul li span {
	display:block;
	padding:0 20px;
}
div.dropdown-menu ul li a:after {
	display:none !important;
}
div.dropdown-menu ul li a:hover {
	background:#f8f8f8;
	color:#000 !important;
}
.container-cart  .descript-rolled {
	border-top:none !important;
}
.menu-promo {
	border-left:1px solid #d6dade;
	padding-left:25px;
	margin-left:-25px;
	color:#000 !important;
}
.menu-promo .thumb {
	height:150px;
	width:100%;
	display:table-cell;
	margin:10px auto;
	text-align:center;
	vertical-align:middle;
}
.menu-promo a:link,
.menu-promo a:visited,
.menu-promo a:hover {
	text-decoration:none;
	color:#000;
}
.menu-promo .thumb img {
	max-width:100%;
}
.menu-promo p {
	margin:10px 0;
	font-size:18px;
	line-height:21px;
	font-weight:300;
}
.menu-promo p small {
	display:block;
	font-size:14px;
	font-weight:400;
}
.menu-promo .price {
	margin-top:20px;
	font-size:18px;
	line-height:30px;
}
.menu-promo .price b {
	font-weight:100;
	color:#006eb8;
	font-size:30px;
}
.menu-promo .price em {
	font-style:normal;
	color:#415467;
	font-size:14px;
}
.menu-manufacturer {
	height:80px;
	padding-top:20px;
}
.menu-manufacturer p {
	line-height:10px;
	text-align:center;
	border-bottom:1px solid #d6dade;
	height:10px;
	margin:0 -10px;
}
.menu-manufacturer p span {
	display:block;
	margin:0 auto 0 auto;
	padding:5px 0 0 0;
	width:120px;
	background:#fff;
	color:#33373b;
	text-transform:uppercase;
	font-size:13px;
}
.menu-manufacturer ul {
	display:table;
	width:auto !important;
	border:none !important;
	margin:0 auto !important;
}
.menu-manufacturer ul li {
	border:none !important;
	padding:10px 20px 0 20px;
	line-height:40px;
}
.menu-manufacturer ul li a:link,
.menu-manufacturer ul li a:visited,
.menu-manufacturer ul li a:hover {
	padding:0 !important;
	margin:0 !important;
}
.menu-manufacturer ul li img {
	max-height:20px;
}
.manufacturer-logo {
	border-bottom:1px solid #e0e4e9;
	height:80px;
	display:table;
	top: 0;
	margin: 0;
	padding: 0;
}
.manufacturer-logo-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
header div.top div.right {
	float:right;
	text-align:right;
	font-size:13px;
}
header div.top div.right .address {
	margin-top:15px;
}
header div.top div.right .address li {
	float:left;
	line-height:30px;
	border-bottom:1px solid #dfe0e0;
	padding-left:70px;
	position:relative;
}
header div.top div.right .address li:after {
	position:absolute;
	left:50px;
	top:2px;
	font-size:14px;
	font-family:FontAwesome;
}
header div.top div.right .address li.phone:after {
	content: "\f095";
}
header div.top div.right .address li.mobile:after {
	content: "\f10b";
}
header div.top div.right .address li:first-child {
	padding-left:20px;
}
header div.top div.right .address li:first-child:after {
	left:0;	
}
header div.top div.right .account {
	line-height:30px;
	padding-top:15px;
}
header div.top div.right .account a,
header div.top div.right .account ul {
	float:right;
}
header div.top div.right .account ul li {
	float:left;
	position:relative;
	color:#006eb8;
	font-weight:700;
}
header div.top div.right .account li a:link,
header div.top div.right .account li a:visited,
header div.top div.right .account li a:hover {
	color:#006eb8;
	text-decoration:none;
	padding:0 10px;
	display:block;
}
header div.top div.right .account ul li:after {
	position:absolute;
	right:0;
	top:0;
	content:'a',
}
header div.top div.right .account a.cart {
	color:#006eb8;
	font-weight:400;
	text-decoration:none;
	margin-left:30px;
}
header a.btn-favourite:link,
header a.btn-favourite:visited,
header a.btn-favourite:hover,
header a.btn-compare:link,
header a.btn-compare:visited,
header a.btn-compare:hover {
	display:block;
	width:29px;
	height:29px;
	position:absolute;
	top:57px;
	color:#415467;
	line-height:29px;
	text-align:center;
	font-size:13px;
	text-decoration:none;
}
header a.btn-favourite:link span,
header a.btn-favourite:visited span,
header a.btn-favourite:hover span,
header a.btn-compare:link span,
header a.btn-compare:visited span,
header a.btn-compare:hover span {
	width:70px;
	position:absolute;
	left:25px;
	top:20;
}
header a.btn-compare:link span,
header a.btn-compare:visited span,
header a.btn-compare:hover span {
	left:35px;
}
header a.btn-favourite:link,
header a.btn-favourite:visited,
header a.btn-favourite:hover {
	background:url("../img/icons/favourite.png") center center no-repeat;
	left:10px;
}
header a.btn-compare:link,
header a.btn-compare:visited,
header a.btn-compare:hover {
	background:url("../img/icons/compare.png") center center no-repeat;
	left:50%;
	z-index:999;
}
/* REPLACE HEADER */
.header-replace {
	background:#f4f4f7;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:71px;
	line-height:70px;
	border-bottom:1px solid #dbe0e6;
	z-index:19999999999;
	display:none;
}
.header-replace .container {
	line-height:70px;
}
.header-replace .logo {
	height:36px;
	margin-top:0;
	padding:0;
	float:left;
	margin-top:17px;
}
.header-replace ul {
	display:block;
	float:right;
	margin-top:12px;
}
.header-replace ul li {
	float:left;
	padding-left:25px;
	color:#717f8d;
	font-size:13px;
	position:relative;
	line-height:40px;
	height:40px;
	display:block;
}
.header-replace ul li form.header-search {
	line-height:40px;
}
.header-replace form.header-search div.ajax-results {
	margin:0 20px;
	width:300px;
	top:40px;
}
.header-replace ul li form.header-search:after {
	top:3px;
	left:35px;
}
.header-replace ul li form.header-search input {
	height:40px;
	line-height:40px;
	width:300px;
	margin:3px 20px 0 20px;
}
.header-replace .container li .timeleft {
	line-height:20px;
}
.header-replace ul li i {
	position:relative;
	font-size:18px;
	display:block;
	margin:14px 30px 0 0;
}
.cart__sticky {
	position: absolute;
	top:89px;
	left:15px;
	right:15px;
}
.cart__summary {
	border: 1px solid #dbe0e6;
	padding:30px 20px;
	margin:0 0 20px 0;
}
@media (max-width: 768px) {
	.cart__sticky {
		position: relative;
		top:auto !important;
		left:auto;
		right:auto;
		margin-top:30px;
	}
	
	.cart__summary {
		position: fixed;
		bottom:0;
		left:0;
		right:0;
		background: #fff;
		border:none;
		border-top:1px solid #dbe0e6;
		background: #fff;
		z-index:1000;
		margin:0 0 0 0;
	}
}
.cart__summary .p-button {
	margin-top:20px;
}
.cart__summary__line {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 24px;
}
.cart__summary__border {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid  #dbe0e6;
}
.cart__summary__line .price {
	font-size:24px;
	color:#0c4da2;
}
.cart__summary small {
	font-size:11px;
	line-height: 14px;
	margin-top:15px;
	display: block;
}
.cart-header span.icon {
	width:29px;
	height:29px;
	position:absolute;
	right:20px;
	top:10px;
	line-height:29px;
	display:block;
}
.right .cart-header span.icon {
	top:7px;
}
.right .cart-header {
	height:29px;
	line-height:29px;
}
.cart-header span.icon span {
	position:absolute;
	top:-3px;
	right:-9px;
	width:18px;
	height:18px;
	line-height:18px;
	background:#006eb8;
	border-radius:18px;
	text-align:center;
	color:#fff;
	font-size:11px;
}
.cart-header {
	color:#006eb8;
	position:relative;
	z-index:99999999;
	height:45px;
}
.cart-header a.cart:link,
.cart-header a.cart:visited,
.cart-header a.cart:hover {
	display:block;
	float:right;
	height:45px;
	padding:0 55px 0 20px;
	position:relative;
	border:1px solid #fff;
	line-height:45px;
	z-index:999;
}
.header-replace .cart-header a.cart:link,
.header-replace .cart-header a.cart:visited,
.header-replace .cart-header a.cart:hover {
	border:1px solid #f4f4f7;
}
.cart-header:hover a.cart-roll:link,
.cart-header:hover a.cart-roll:visited,
.cart-header:hover a.cart-roll:hover,
.cart-header a.cart-roll:hover {
	border:1px solid #979ca2;
	border-bottom:1px solid #fff;	
}
.cart-header ul.header-cart-items {
	width:300px;
	background:#fff;
	border:1px solid #989c9f;
	height:auto;
	position:absolute;
	right:0;
	top:44px;
	font-weight:400;
	text-align:left;
	margin:0 !important;
	display:none;
}
.cart-header:hover ul.header-cart-items {
	display:block !important;
}
.cart-header ul.header-cart-items li {
	display:block !important;
	float:none !important;
	line-height:20px;
	color:#42505d;
	position:relative;
	font-size:13px;
}
.cart-header ul.header-cart-items li .thumb {
	width:65px;
	height:65px;
	display:table-row;
	vertical-align:middle;
	text-align:center;
	position:absolute;
	left:15px;
	top:15px;
	background:#fff;
}
.cart-header ul.header-cart-items li .thumb img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.cart-header ul.header-cart-items li a:link,
.cart-header ul.header-cart-items li a:visited,
.cart-header ul.header-cart-items li a:hover {
	padding:15px 15px 15px 95px;
	display:block;
	color:#42505d !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cart-header ul.header-cart-items li a:hover {
	background:#f8f8f8;	
}
.cart-header ul.header-cart-items li a:after {
	display:none;
}
.cart-header ul.header-cart-items li b {
	font-size:14px;
	color:#202020;
	font-weight:500;
	display:block;
	padding-bottom:3px;
}
.cart-header ul.header-cart-items li .text-right {
	color:#006eb8;
	font-size:15px;
	position:relative;
}
.cart-header ul.header-cart-items li .text-right small {
	color:#42505d;
	font-size:11px;
}
.cart-header ul.header-cart-items li .text-right span {
	font-size:10px;
	color:#777;
	position:absolute;
	top:-12px;
	right:15px;
	text-decoration:line-through;
}
.cart-header ul.header-cart-items li a.edit:link,
.cart-header ul.header-cart-items li a.edit:visited,
.cart-header ul.header-cart-items li a.edit:hover {
	padding:0;
	margin:15px 40px;
	background:#f4f4f6;
	text-align:center;
	padding:10px 0;
	font-size:15px;
	font-weight:300;

}
.cart-header ul.header-cart-items li a.edit:hover {
	color:#fff !important;
	background:#006eb8;
}
.header-replace ul li a:link,
.header-replace ul li a:visited,
.header-replace ul li a:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display:block;
	line-height:40px;
	height:40px;
}
.cart-header a:link,
.cart-header a:visited,
.cart-header a:hover {
	color:#006eb8 !important;
	text-decoration:none !important;
}
.cart-header b {
	font-weight:400;
	font-size:18px;
	display:inline-block !important;
}
.header-replace ul li.menu {
	text-transform:uppercase;
}
.header-replace ul li.menu a:link,
.header-replace ul li.menu a:visited,
.header-replace ul li.menu a:hover {
	color:#333;
	text-decoration:none !important;
}
.opacity-menu {
	background:rgba(0,0,0,.7);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10000;
	display:none;
}

/* PACZKOMATY */
.paczkomat__popup {
	font-size:14px;
}
.paczkomat__set {
	padding:10px 20px;
	text-transform: uppercase;
	color:#fff;
	font-size:16px;
	background: #006eb8;
	border:none;
	border-radius:2px;
}

/* TOP */
section.top {
	margin-bottom:30px;
	
}
section.top .container .top-line {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #dde1e7;
}
section.top.noborder .container .top-line {
	border-bottom:none;
}
section.top-white {
	background:#fff;
	border-bottom:1px solid #fff;
	margin-bottom:0;
}
h2.title {
	font-size:36px;
	color:#006eb8;
	margin:0 0 8px 0;
	padding:0 0 5px 0;
	line-height:40px;
	font-weight:300;
}
h2.title small {
	font-size:18px;
	font-weight:300;
}

/* LEAD */
section.lead-light {
	background:#fff;
	border:none;
}
section.lead-light h2 {
	color:#006eb8;
	font-size:36px;
	font-weight:300;
	margin:0;
	padding:5px 0 10px 0;
	line-height:42px;
}

/* BREADCRUMBS */
.breadcrumbs {
	margin-top:0;
	padding:0 0 0 0;
	line-height:20px;
	height:40px;
}
.breadcrumbs ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
	font-weight:300;
	display:table;
	height:40px;
}
.breadcrumbs ul li {
	position:relative;
	padding:0 0 0 30px;
	float:left;
	line-height:40px;
}
.breadcrumbs ul li:after {
	position: absolute;
	left:12px;
	top:0;
	content:'|';
	color:#a0aab3;
}
.breadcrumbs ul li:first-child,
.breadcrumbs ul li.first {
	padding:0;
}
.breadcrumbs ul li:first-child:after,
.breadcrumbs ul li.first:after {
	content:' ';
}
.breadcrumbs ul li a:link,
.breadcrumbs ul li a:visited,
.breadcrumbs ul li a:hover {
	color:#444;
	text-decoration:none;
}
.breadcrumbs ul li.active,
.breadcrumbs ul li b {
	font-weight:400;
	color:#000;
}

/* AUTH */
.auth__center {
	margin:0 auto;
	max-width: 480px;
	width:100%;
}
.auth__center h2 {
	font-size:24px;
	margin:20px 0 40px 0;
}

/* STEPS */
.steps {
	border-bottom:1px solid #dbe0e6;
	height:40px;
	margin-top:-60px;
}
.steps ul {
	float: right;
	margin:0;
	padding:0;
	list-style:none;
	height:50px;
}
.steps ul li {
	float:left;
	font-size:14px;
	text-transform:uppercase;
	color:#a5b1bd;
	margin-left:65px;
	position:relative;
	height:50px;
}
.steps ul li.active {
	color:#006eb8;
}
.steps ul li:after {
	width:20px;
	height:20px;
	left:50%;
	background:#fff;
	content:'';
	display:block;
	bottom:0;
	position:absolute;
	margin-left:-10px;
	border-radius:20px;
	outline:10px solid #fff;
	border:1px solid #dbe0e6;
}
.steps ul li.active:after  {
	background:#006eb8;
	border:1px solid #006eb8;
}
.steps__center {
	margin:0;
	display: flex;
	justify-content:center;
}
.steps__center ul {
	display: flex;
	float:none;
}

/* TYPOGRAPHY */
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.text-center h2 {
	font-weight:100;
	font-size:48px;
	color:#415467;
	line-height:62px;
	margin-top:30px;
	margin-bottom:20px;
}
.text-green {
	color:#0db14b;
}
img.img-responsive {
	max-width:100%;
}
.red {
	color:#ed1b2f !important;
}
.blue {
	color:#006eb8 !important;
}
.blue a:link,
.blue a:visited,
.blue a:hover {
	color:#006eb8 !important;
}
.black {
	color:#000 !important;
}
.normal {
	font-weight:normal !important;
}
a.link-black:link,
a.link-black:visited,
a.link-black:hover {
	color:#415467;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
a.link-black:hover {
	color:#ee1c2f;
	text-decoration:none;	
}
.alert {
	border-radius:0 !important;
}
.alert-body {
	position:fixed;
	top:20px;
	right:20px;
	padding:20px;
	z-index:9999999999999;
}
.alert-body-success {
	background:rgba(223,240,216, 0.8) !important;
}
.alert-body-warning {
	background:rgba(252,248,227, 0.8) !important;
}

/* BOX PRODUCT TOP */
#product-hit-box {
	position:relative;
	border:1px solid #e0e3e6;
	padding:25px;
	height:482px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
#product-hit-box a.more-promotions:link,
#product-hit-box a.more-promotions:visited,
#product-hit-box a.more-promotions:hover {
	position:absolute;
	bottom:15px;
	right:15px;
	background:#e4e8ed;
	color:#6b7884;
	padding:8px 25px;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	z-index:999;
	line-height:30px;
	border-radius:5px;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
#product-hit-box:hover {
	border:1px solid #929da8;
}
#product-hit-box a.more-promotions:hover {
	background:#6b7884;
	color:#fff;
}
#product-hit-box .item a,
#product-hit-box .item a:link,
#product-hit-box .item a:visited,
#product-hit-box .item a:hover {
	display:block;
	position:relative;
	padding:0;
	margin:0;
	height:430px;
}
.product-hit {
	position:relative;
}
#product-hit-box .owl-carousel .item:after,
#product-hit-box .add-slider-box ul li:after,
#product-hit-box .owl-carousel .item:hover:after,
#product-hit-box .add-slider-box ul li:hover:after {
	display:none;
	border:none;
}
#product-hit-box .owl-carousel .item {
	border:none;
	height:430px;
}
#product-hit-box .owl-theme .owl-controls {
	position:absolute;
	right:-10px;
	top:-10px;
	margin-top:0;
}
#product-hit-box .owl-theme .owl-controls .owl-page span {
	margin:5px 4px;
}
#product-hit-box .label {
	background:#ed1b2f;
	padding:15px;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	position: absolute;
	left:-10px;
	top:15px;
	z-index:999;
}
#product-hit-box .item .image {
	text-align:center;
	padding-bottom: 12px;
	height:300px;
	width:300px;
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
}
#product-hit-box .item .image img {
	vertical-align:middle;
}
#product-hit-box .item p {
	font-size:18px;
	color:#415467;
}
#product-hit-box .item p b {
	display:block;
}
#product-hit-box .owl-carousel .item span.price {
	font-weight:700;
	color:#006eb8;
	font-size:30px;
	left:0 !important;
}
#product-hit-box .item span.price small {
	font-size:18px;
}

/* FORM */
#register-form {
	margin:0 15px;
}
#register-form label {
	display:inline-block;
	width:33.33333333%;
	padding-right:15px;
}
#register-form .form-control {
	width:58.33333333%;
	display:inline-block;
}
#register-form .help-block {
	width:70%;
	margin-left:33.33333333%;
	display:block;
}
.form-group {
	margin-bottom:10px;
}
.form-control {
	width:100%;
	border:1px solid #dbe0e6;
	padding:10px 12px !important;
	color:#748595;
	outline:none;
	font-size:14px;
	height:auto !important;
	border-radius:0 !important;
}
.help-block {
	font-size:12px;
}
.form-horizontal label.control-label {
	font-weight:400;
	padding-top:10px;
}
.form-checkbox {
	padding-left:30px;
	padding-bottom:15px;
}
.checkbox-wrap-box {
	width:19px;
	height:19px;
	border:1px solid #dbe0e6;
	cursor:pointer;
}
.form-checkbox-area .checkbox-wrap-box {
	position:absolute;
	left:0;
	top:0;
}
.form-checkbox-area {
	position:relative;
}
#register-form .form-checkbox-area .form-group label {
	width:1px;
	height:1px;
	padding:0 !important;
}
#register-form .form-checkbox-area .form-group .help-block {
	margin-left:0 !important;
	width:100%;
}
#register-form .btn-block-area {
	margin-left:-15px;
	margin-right:-15px;
}
#register-form .btn-block-area button:hover {
	color: #fff !important;
}
.form-checkbox-area .has-error .checkbox-wrap-box {
	border:1px solid #a94442;
}
#register-form .form-checkbox-area .form-group {
	margin-left:33.33333333%;
	position:relative;
	padding-left:35px;
}
.form-checkbox-area .col-sm-7 {
	width:100%;
}
.checkbox-wrap-box input {
	display:none;
}
.checkbox-wrap-box.active {
	border:1px solid #006eb8;
}
.checkbox-wrap-box.active:after {
	position:absolute;
	left:3px;
	top:3px;
	width:11px;
	height:11px;
	content:'';
	background:#006eb8;
}
.form-control-suggest {
	height:42px !important;
	position:relative !important;
	z-index: 10 !important;
}
.btn-mini-from-gus {
	border:none;
	padding:7px 0;
	text-align:center;
	background:#006eb8;
	color:#fff;
}

/* HOME */
.section-home h3,
h3.subtitle-main {
	font-weight:400;
	font-size:24px;
	color:#33373b;
	margin:0;
	padding:18px 0;
	line-height:28px;
}
h3.subtitle-main {
	margin-bottom:50px;
	margin-top:-30px;
}
.banners img {
	max-width:100%;
}
.banners-2 {
	margin-top:25px;
}

.home-slide-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
}
.home-slide-nav ul li {
	display:table-cell;
	width:25%;
	text-align:center;
	position:relative;
}
.home-slide-nav ul li.active:after {
	display:block;
	height:20px;
	width:20px;
	position:absolute;
	left:50%;
	top:-20px;
	margin:0 0 0 -20px;
	content:'';
    border-right: 20px inset transparent;
    border-left: 20px inset transparent;
    border-bottom: 15px solid #fff;
}
.home-slide-nav ul li a:link,
.home-slide-nav ul li a:visited,
.home-slide-nav ul li a:hover {
	display:block;
	font-size:14px;
	color:#7c8a9c;
	line-height:40px;
	text-decoration:none;
}
.home-slide-nav ul li.active a:link,
.home-slide-nav ul li.active a:visited,
.home-slide-nav ul li.active a:hover {
	color:#000;
}
.home-box:first-child {
	margin-top:-25px;
}
.home-box {
	margin-bottom:20px;
}

/* GUIDES */
.guides {
	text-align:center;
	border-bottom:1px solid #dde2e7;
	padding-bottom:60px;
	margin-bottom:60px;
}
.guides-category {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:40px;
}
.guides .image {
	position:relative;
	padding:0 !important;
	max-width:100%;
}
.guides .image img {
	max-width:100%;
}
.guides .image p {
	position: absolute;
	bottom:15px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	left:0;
	width:100%;
	font-size:22px;
	margin:0;
}
.guides span {
	display:block;
	padding:20px 0;
}
.guides a.more {
	color:#006eb8;
	text-decoration:none;
}

/* SYSTEM */
.system a {
	display:block;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}
.system a img {
	width:100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index:910;
}
.system a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.system a p {
	background:rgba(0,0,0,.4);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:7px 15px;
	margin:0;
	font-size:22px;
	color:#fff;
	font-weight:300;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align:center;
}
.system a:hover p {
	background:rgba(0,0,0,.6);
}
.system a p b {
	display:block;
}

/* ICONGRAPHICS */
.icongraphics {
	text-align:center;
	margin-top:-40px;
}
.icongraphics .icon-area {
	width:122px;
	height:122px;
	margin:0 auto 0 auto;
	/*background:url("../img/icon_bg.jpg") center center no-repeat;*/
	line-height:122px;
	text-align:center;
	display:block;
	vertical-align:middle;
}
.icongraphics .col16 img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.icongraphics .col16.active img,
.icongraphics .col16:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.icongraphics p {
	font-size:24px;
	color:#b0b7bd;
	font-weight:300;
	margin:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icongraphics p b {
	font-size:18px;
	color:#b0b7bd;
	font-weight:500;
	display:block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icongraphics .col16 {
	cursor:pointer;
}
.icongraphics .col16.active p,
.icongraphics .col16:hover p {
	color:#000;
}
.icongraphics .col16.active b,
.icongraphics .col16:hover p b {
	color:#006eb8;
}

.icongraphics span {
	display:block;
	padding:20px 0;
}
.icongraphics a.more {
	color:#006eb8;
	text-decoration:none;
}
.icongraphics-text {
	height:44px;
	margin:20px 0 0 0;
	position:relative;
}
.icongraphics-text span {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:16px;
	line-height:22px;
}
.icongraphics-text span a:link,
.icongraphics-text span a:visited,
.icongraphics-text span a:hover {
	color:#006eb8;
}

/* UPPER FOOTER */
.upper-footer {
	padding:80px 0;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size:cover;
	overflow: hidden;
	text-align:center;
	margin:60px 0;
	font-size:18px;
	color:#fff;
	position:relative;
}
.bg-upper-footer {
	background:rgba(0,0,0,.3);
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:100;
}
.text-upper-footer {
	z-index:200;
	position:relative;
}
.upper-footer div.icon {
	padding:120px 0 40px 0;
	margin:0 0 20px 0;
	font-size:48px;
	height:48px;
	line-height:48px;
	color:#fff;
}

/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top:0;
	margin-top0;
	left: 0;
}

.video-wrap video {
	position: relative;
	z-index: 1;
	width: 100%;
}

.video-overlay,
.video-placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 5;
	background: transparent repeat;
	-webkit-backface-visibility: hidden;
}

.video-placeholder {
	z-index: 4;
	background-repeat: no-repeat !important;
}


/* FOOTER */
footer .copyright {
	text-align:center;
	padding:40px 0;
	color:#7c7c7c;
}
footer .copyright span {
	margin:0 10px;
}
footer .copyright a:link,
footer .copyright a:visited,
footer .copyright a:hover {
	color:#7c7c7c;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .links {
	border-top:1px solid #dfe0e0;
	border-bottom:1px solid #dfe0e0;
	padding:40px 20px;
}
footer .links p {
	font-weight:500;
	color:#000;
	margin:0 0 20px 0;
	font-size:18px;
}
footer .links .col16 {
	width:15.8%;
}
footer .links ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:18px;
}
footer .links ul a:link,
footer .links ul a:visited,
footer .links ul a:hover {
	color:#415467;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:2px 0;
	display:block;
}
footer .copyright a:hover,
footer .links ul a:hover {
	color:#006eb8;
	text-decoration:none;
}
footer .owl-logotype {
	margin:0 0 50px 0;
}
footer .owl-logotype {
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
}
footer .owl-logotype .owl-item {
	height:30px;
	line-height:25px;
	display:table-cell;
	width:9%;
	text-align:center;
}
footer .owl-logotype img {
	max-height:25px;
}
footer .logo {
	text-align:center;
	margin-bottom:10px;
}
.subcategory-box .logotype img,
footer .owl-logotype img,
footer .logo img,
header nav .menu-manufacturer img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.4;
    filter: alpha(opacity=47); /* For IE8 and earlier */
}
.subcategory-box .logotype img:hover,
footer .owl-logotype .owl-item:hover img,
footer .logo:hover img,
header nav .menu-manufacturer li:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
footer .society {
	margin:0;
	padding:0;
	list-style:none;
}
footer .society li {
	margin:0 3px 0 0;
	float:left;
}
footer .society li a:link,
footer .society li a:visited,
footer .society li a:hover {
	color:#fff;
	background:#c9c9c9;
	width:32px;
	height:32px;
	border-radius:32px;
	display:block;
	text-align:center;
	line-height:28px;
	font-size:18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
}
footer .society li a img {
	position:absolute;
	left:0;
	top:0;
	width:32px;
	height:32px;
}
footer .society li a.facebook:hover {
	background:#295396;
}
footer .society li a.youtube:hover {
	background:#db2723;
}
footer .society li a.twitter:hover {
	background:#1da1f2;
}
footer .society li a.instagram:hover {
	background:#b30ab5;
}
footer .society li a.ceneo:hover {
	background:#f7931d;
}
footer .society li a.allegro:hover {
	background:#ff5a01;
}
footer .society li a.opineo:hover {
	background:#7fba20;
}
.footer-email,
.footer-phone {
	font-size:18px;
	color:#000;
	padding-left:24px;
	position:relative;
}
.footer-email {
	margin-top:23px;
	margin-bottom:12px;
}
.footer-email i,
.footer-phone i {
	position:absolute;
	left:0;
	top:4px;
	font-size:20px;
}
.footer-email i {
	font-size:17px;
	top:3px;
}
.footer-email a:link,
.footer-email a:visited,
.footer-email a:hover {
	color:#000;
	text-decoration:none;
}
.footer-email:hover,
.footer-email a:hover {
	color:#006eb8;
}	

.adv {
	height:500px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:999;
}

/* CATEGORY */
.header-counter {
	height:60px;
	line-height:60px;
	font-size:18px;
	font-weight:300;
	border-top:1px solid #dbe0e6;
	border-bottom:1px solid #dbe0e6;
	color:#000;
	margin-bottom:45px;
}

/* MODULES */
.modules {
	color:#000;
}
.modules a:link,
.modules a:visited,
.modules a:hover {
	color:#000;
	text-decoration:none;
}
.modules .module {
	margin-bottom:45px;
}
.modules h2,
.modules h3 {
	border-bottom:1px solid #c3cbd2;
	font-weight:100;
	margin:0 0 15px 0;
	padding-bottom:10px;
}
.modules h2 {
	font-size:27px;
}
.modules h3 {
	font-size:27px;
}
.modules .category-list {
	margin:0;
	padding:0;
	list-style:none;
	line-height:22px;
}
.modules .category-list li {
	
}
.modules .category-list li span {
	font-weight:700;
	background:#eee;
}
.modules .category-list li span,
.modules .category-list li a {
	display:block;
	padding:8px 5px;
	font-size:16px;
	position:relative;
}
.modules .category-list li em {
	position:absolute;
	top:6px;
	right:10px;
	font-style:normal;
	color:#748595;
}
.modules .category-list li a:hover {
	background:#f9f9f9;
}
.modules .category-list li a:hover em {

}
.modules .category-list-level1 {
	margin:0;
	padding:0;
	list-style:none;
	line-height:36px;
	font-size:14px;
}
.modules .category-list-level1 li span,
.modules .category-list-level1 li a {
	font-size:14px;
	font-weight:300;
	padding:6px 12px;
	line-height:24px;
}
.modules .category-list-level1 li a {
	padding-right:24px;
	line-height:18px;
}
.modules .category-list-level1 li a.active {
	background:#f9f9f9;
	color:#111;
}
.modules .category-list-level1 li a.active em {
	color:#999;
}
.modules .module-buttons a:link,
.modules .module-buttons a:visited,
.modules .module-buttons a:hover,
.modules .module-buttons button {
	width:100%;
	text-align:center;
	font-size:14px;
	padding:10px 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:2px;
	font-weight:300;
	color:#888;
}
.modules .module-buttons a:link,
.modules .module-buttons a:visited,
.modules .module-buttons a:hover {
	display:block;
}
.module-filter p {
	padding:15px 15px 0 15px;
	color:#888;
}
.module-filter .col100 {
	position:relative;
}
.module-filter .col100 a.filtr-remove:link,
.module-filter .col100 a.filtr-remove:visited,
.module-filter .col100 a.filtr-remove:hover {
	position:absolute;
	right:10px;;
	top:-28px;
	display:block;
	padding-left:25px;
	z-index:9999;
	font-size:12px;
	color:#aaa;
	display:none;
}
.modules .module-buttons button[type="submit"] {
	color:#fff;
	background:#006eb8;
	font-weight:400;
	border:1px solid #006eb8;
}
.checkout-module {
	
}
.checkout-module-item {
	padding:5px 10px 5px 35px;
	cursor:pointer;
	position:relative;
}
.checkout-module-item img {
	position: absolute;
	left:10px;
	top:0;
}
.checkout-module .form .has-error label,
.checkout-module .form div .has-error label,
.checkout-module .has-error {
	font-weight:700 !important;
}
.checkout-module .form .has-error label {
	color:#f00 !important;
}
.checkout-module-item:hover {
	background:#f9f9f9;
}
.checkout-module-item-selected {
	position:relative;
}
.checkbox-rules {
	padding:0 0 10px 30px;
	font-size:13px;
	font-weight:300;
	position:relative;
}
.checkbox-rules .has-error {
	color:#ed1b2f;
	font-weight:400;
}
.checkbox-rules .has-error .checkbox-wrap-box {
	border:1px solid #ed1b2f;
}
.checkbox-rules .checkbox-wrap-box {
	position: absolute;
	left:0;
	top:3px;
}
.checkbox-rules b {
	font-weight:400;
}
.field-orders-invoice label {
	position:absolute !important;
	left:0 !important;
	top:10px !important;
}
.checkbox-invoices {
	padding-bottom:20px;
	display:none;
}
.box-data ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:24px;
}
.box-data-center {
	height:96px;
	border-left:1px solid #dbe0e6;
	border-right:1px solid #dbe0e6;
}
.box-data ul li {
	position:relative;
	color:#415467;
}
.box-data ul li strong {
	font-weight:400;
	color:#000;
	width:60%;
	display:block;
	position:absolute;
	top:0;
	left:40%;
}
.confirmation-note {
	padding-top:30px;
}
h3.title-bordered {
	color:#006eb8;
	font-size:27px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	line-height:32px;
	border-bottom:1px solid #006eb8;
	font-weight:300;
	padding-bottom:25px;
	position:relative;
}
h3.title-bordered i {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
h3.title-bordered span.toogle {
	position: absolute;
	right:0;
	top:0;
	cursor:pointer;
}
h3.noupper {
	text-transform:none;
}
h3.nopadding {
	padding-bottom:0;
}
h3.title-bordered:after {
	position:absolute;
	width:135px;
	height:4px;
	background:#006eb8;
	content:' ';
	left:0;
	bottom:0;
}
.assortment-descript h3.title-bordered {
	text-transform:none;
}
.box-toogle-close {
	display:none;
}

ul.view-icons {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:22px;
	font-size:14px;
	right:190px;
}
ul.view-icons li {
	border:1px solid #e0e4e9;
	height:32px;
	width:32px;
	line-height:32px;
	text-align:center;
	font-size:14px;
	float:left;
	margin-right:5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
ul.view-icons li:hover {
	border:1px solid #33373b;	
}
ul.view-icons li a:link,
ul.view-icons li a:visited,
ul.view-icons li a:hover {
	color:#e0e4e9;
}
ul.view-icons li.active a:link,
ul.view-icons li.active a:visited,
ul.view-icons li.active a:hover {
	color:#33373b;	
}
div.header-select {
	position:absolute;
	top:80px;
	right:0;
	width:189px;
	border:1px solid #e0e4e9;
	cursor:pointer;
	line-height:30px;
	z-index:9999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.header-select i {
	position:absolute;
	right:12px;
	top:8px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.header-select i.active {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
div.header-select.active {
	border:1px solid #33373b;
}
div.header-select span {
	padding:0 12px;
	color:#33373b;
	display:block;
	height:30px;
}
div.header-select ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#fff;
	display:none;
}
div.header-select ul li {
	border-top:1px solid #e0e4e9;
	padding:0 12px;
	font-size:13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
div.header-select ul li:hover {
	background:#f4f4f7;
}
/* CHECKBOX LIST */
ul.category-radio,
ul.category-checkbox {
	margin:0;
	padding:0;
	list-style:none;
}
ul.category-radio li,
ul.category-checkbox li {
	line-height:30px;
	position:relative;
	padding-left:30px;
	cursor:pointer;
}
ul.category-radio li span,
ul.category-checkbox li span {
	width:15px;
	left:5px;
	top:8px;
	height:15px;
	position:absolute;
	border:1px solid #dbe0e6;
}
ul.category-radio li span {
	border-radius:100%;
}
ul.category-radio li span input,
ul.category-checkbox li span input {
	display:none;
}
ul.category-radio li.active span,
ul.category-checkbox li.active span {
	background:#f4f5fb;
}
ul.category-radio li.active span:after,
ul.category-checkbox li.active span:after {
	background:#006eb8;
	width:7px;
	height:7px;
	position: absolute;
	left:3px;
	top:3px;
	content:' ';
}
ul.category-radio li.active span:after {
	border-radius:100%;
}

/* PRODUCTS GRID */
.products-grid .product {
	font-size:15px;
	padding-bottom:60px;
}
.products-grid .add-slider-box {
	border:none;
}
.products-grid .add-slider-box {
	display:block;
}
.products-grid .add-slider-box ul li,
.products-grid .add-slider-box ul li:first-child {
	display:block;
	width:25%;
	float:left;
	border-left:none;
	border-bottom:1px solid #dbe0e6;
	border-right:1px solid #dbe0e6;
	position:relative;
}
.products-grid .add-slider-box ul li i {
	position:absolute;
	right:0;
	top:0;
	z-index:9999999;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#dce1e6;
}
.products-grid .add-slider-box ul li i:hover {
	color:#006eb8;
}
.products-grid-5 .add-slider-box ul li {
	width:20% !important;
}
.add-slider .owl-carousel .item {
	border-left:none;
	border-bottom:none;
	border-right:1px solid #dbe0e6;
}
.owl-prev, owl-next {
	position:absolute;
}
.products-grid .add-slider-box ul li:nth-child(1),
.products-grid .add-slider-box ul li:nth-child(4n+1) {
	border-left:1px solid #dbe0e6;
}
.manufacturers-content .products-grid .add-slider-box ul.product-thumbs li:nth-child(4n+1),
.products-grid-5 .add-slider-box ul li:nth-child(4n+1) {
	border-left:none;	
}
.manufacturers-content .products-grid .add-slider-box ul.product-thumbs li:nth-child(5n+1),
.products-grid-5 .add-slider-box ul li:nth-child(5n+1) {
	border-left:1px solid #dbe0e6;
}
.products-grid .add-slider-box ul li:nth-child(1),
.products-grid .add-slider-box ul li:nth-child(2),
.products-grid .add-slider-box ul li:nth-child(3),
.products-grid .add-slider-box ul li:nth-child(4),
.products-grid-5 .add-slider-box ul li:nth-child(5),
.manufacturers-content .products-grid .add-slider-box ul.product-thumbs li:nth-child(5) {
	border-top:1px solid #dbe0e6;
}
.products-grid a:link,
.products-grid a:visited,
.products-grid a:hover {
	text-decoration:none;
}
.products-grid .thumb-area {
	position:relative;
}
.products-grid .thumb-slide {
	position:relative;
}
.products-grid .thumb {
	width:100%;
    position: relative;
}
div.product-cart-line2 .thumb,
.product-cart-line .thumb,
.products-grid .thumb-content {
	position:relative;
    vertical-align:middle;
    width:100%;
}
.product-cart-line2 .thumbs,
.product-cart-line .thumbs {
	width:90px;
	height:90px;
	display:table-cell;
	vertical-align:middle;
	background:#fff;
	position:relative;
}
.product-cart-line2 .thumbs .promotion-text,
.product-cart-line .thumbs .promotion-text {
	top:-5px;
	left:-10px;
	right:auto;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:16px;
}
.product-cart-line .thumbs span.discount {
	width:50px;
	height:50px;
	border-radius:50px;
	background:#62ab0e;
	position:absolute;
	left:-10px;
	top:0;
	text-align:center;
	font-size:18px;
	line-height:50px;
	font-weight:bold;
	color:#fff;
	letter-spacing:-1.5px;
}
.product-cart-line .thumbs span.discount-outlet {
	background:#006eb8;
}
.product-cart-line .thumbs span.discount small {
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	padding:0 0 10px 3px;
}
.product-cart-line2 .thumbs img,
.product-cart-line .thumbs img {
	width:90px;
}
.product-cart-line2 .thumb:before,
.product-cart-line .thumb:before, 
.products-grid .thumb-content:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
div.product-cart-line2 .thumb .d2,
.product-cart-line .thumb .d2,
.products-grid .thumb-content .d2{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	border:1px solid #fff;
}

.products-grid .thumb {
	width:195px;
	height:195px;
	vertical-align:middle;
	display:table-cell;
}
.products-grid .product-list .thumb {
	width:160px;
	height:160px;
}
.products-grid .product-list-small .thumb {
	width:50px;
	height:50px;
}
.products-grid .thumb img {
	max-width:100%;
	vertical-align:middle;
	max-height:195px;
}
.products-grid .add-slider-box .thumb span {
	bottom:15px;
}
.products-grid .add-slider-box .product-list .thumb span {
	bottom:-2px;
}
.products-grid li:hover .thumb-content img {

}
.product-cart-line2 span.count {
	display:block;
	text-align:center;
	line-height:14px;
	padding-top:12px;
}
/*.products-grid .thumb:before{
    content: "";
    display: block;
    padding-top: 100%;
}*/
.owl-carousel .item p,
.add-slider-box ul li p,
.products-grid p {
	font-size:18px;
	color:#000;
	font-weight:400;
	margin:2px 0 3px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height:20px;
	max-height:60px;
	overflow:hidden;
	text-align:left !important;
}



.owl-carousel .item:hover p,
.owl-carousel .item:hover span.price b,
.add-slider-box ul li:hover span.price b,
.add-slider-box ul li:hover p {
	color:#006eb8;
}
.products-grid .add-slider-box .price small {
	display:block;
	font-size:12px;
	position:absolute;
	top:-10px;
	text-decoration:line-through;
}
.products-grid .add-slider-box .product-list .price small {
	right:0;
	left:auto;
	top:-15px;
}
.products-grid .add-slider-box .product-list-small .price small {
	right:0;
	left:auto;
	top:-15px;
}
.owl-carousel .item span.category,
.add-slider-box ul li span.category,
.products-grid span.category {
	color:#415467;
	display:block;
}
.add-slider-box ul.product-list-small li span.category {
	display:inline-block;
	font-size:14px;
}
.product-list-small .assortment-technical {
	margin-top:2px;
	width:600px;
}
.owl-carousel .item span.category b,
.add-slider-box ul li span.category b,
.products-grid span.category b {
	display:block;
	font-weight:400;
	color:#748595;
}
.owl-carousel .item span.price,
.add-slider-box ul li span.price,
.products-grid span.price {
	color:#415467;
	margin-top:15px;
	display:block;
	height:28px;
	font-weight:300;
	position:absolute;
	bottom:20px;
	right:20px;
	left:20px;
	width:100%;
}
.owl-carousel .item span.price small {
	position: absolute;
	top:-12px;
	left:0;
	text-decoration:line-through;
	font-size:12px;
}
.owl-carousel .item span.price b,
.add-slider-box ul li span.price b,
.products-grid span.price b {
	color:#006eb8;
	font-size:24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight:300;
}
.products-grid a:hover p {
	color:#006eb8;
}

/* LIST ITEMS */
.products-grid .add-slider-box ul.product-list-small,
.products-grid .add-slider-box ul.product-list {
	border-top: 1px solid #dbe0e6;
}
.products-grid .add-slider-box ul.product-list-small li,
.products-grid .add-slider-box ul.product-list li {
	width:100%;
	padding-left:180px;
	position:relative;
	min-height:190px;
	border-top:none !important;
	border-left: 1px solid #dbe0e6 !important;
}
.products-grid .add-slider-box ul.product-list-small li {
	min-height:70px;
	padding-left:60px;
	height:auto !important;
	padding-bottom:12px;
}
.products-grid .add-slider-box ul.product-list-small li .thumb-area,
.products-grid .add-slider-box ul.product-list li .thumb-area {
	width:160px;
	height:160px;
	position:absolute;
	left:-165px;
	top:10px;
}
.products-grid .add-slider-box ul.product-list-small li .thumb-area {
	width:50px;
	height:50px;
	left:-55px;
}
.add-slider-box ul.product-list li a:link, .add-slider-box ul.product-list li a:visited, .add-slider-box ul.product-list li a:hover {
	height:190px;
}
.add-slider-box ul.product-list-small li a:link, .add-slider-box ul.product-list-small li a:visited, .add-slider-box ul.product-list-small li a:hover {
	height:70px;
	padding:10px;
}
.add-slider-box ul.product-list li span.price,
.add-slider-box ul.product-list-small li span.price {
	position:absolute;
	top:7px;
	right:15px;
	bottom:auto;
	left:auto;
	display:inline-block;
	width:300px;
	text-align:right;
}
.add-slider-box ul.product-list-small li span.price {
	right:65px;
	top:0;
	font-size:13px;
}
.add-slider-box ul.product-list-small li span.price b,
.add-slider-box ul.product-list li span.price b {
	display:block;
	line-height:23px;
}
.add-slider-box ul.product-list-small li span.price b {
	font-size:18px;
}
.assortment-technical {
	font-size:13px;
	color:#415467;
	margin:15px 0 0 0;
	width:600px;
}
.product-teaser {
	position:absolute;
	bottom:15px;
	left:20px;
	right:140px;
}
.product-teaser ul {
	margin:0;
	border:none !important;
	height:48px !important;
	overflow:hidden;
}
.products-grid .add-slider-box ul.product-list li .product-teaser ul li {
	height:auto !important;
	border:none !important;
	padding:0 !important;
	padding-left:15px !important;
}
.add-slider-box ul.product-list li .product-teaser {
	color:#000;
	font-size:12px;
	height:51px;
	overflow:hidden;
}
.product-teaser ul li:after {
	display:none !important;
}
.product-teaser ul li:before {
	content:"\2022";
	position:absolute;
	left:0;
	top:0;
	font-size:22px;
	color:#ccc;
	line-height:16px;
}

/* PRODUCT */
.content-product-top {
	border-top:1px solid #dce0e6;
	border-bottom:1px solid #dce0e6;
	padding:15px 0;
	position:relative;
}
.product-area-bg {
	background:#f4f4f7;
	height:220px;
	border-bottom:1px solid #dce0e6;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.product-area {
	height:540px;
}
.product-area span.assortment_price_catalog {
	display:block;
	height:30px;
}
.product-area span.assortment_price_catalog b {
	color:#006eb8;
	font-weight:400;
}
.image-area {
	border: 1px solid #dbe0e6;
	background:#fff;
}
.image {
	padding:10px;
	text-align:center;
}
.image img {
	max-height:420px;
	margin:0 auto;
}
.gallery-thumb {
	margin:0 10px 10px 10px;
	padding:0;
	list-style:none;
	display:table;
}
.gallery-thumb li {
	margin:0 7px 0 0;
	position:relative;
	width:72px;
	height:72px;
	float:left;
	display:table;
	line-height:70px;
	vertical-align:middle;
	text-align:center;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform:scale(1);
	transform:scale(1);
	z-index:80;
	background:#fff;
}
.gallery-thumb li div {
	width:72px;
	height:72px;
	display:table-cell;
	vertical-align:middle;
}
.gallery-thumb li:after {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px solid #dbe0e6;
	content:'';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.gallery-thumb li img {
	max-width:100%;
	max-height:100%;
}
.gallery-thumb li:hover:after {
	top:-7px;
	bottom:-7px;
	right:-7px;
	left:-7px;
	border:1px solid #006eb8;
}
.gallery-thumb li.active:after {
	border:1px solid #006eb8;
}
.content-product h2 {
	font-size:48px;
	font-weight:700;
	margin:0;
	line-height:48px;
	color:#006eb8;
}
.content-product h3 {
	color:#000;
	font-size:18px;
	margin:15px 0 25px 0;
	line-height:18px;
	font-weight:400;
}
.content-product .descript {
	line-height:24px;
	color:#415467;
	margin:30px 0;
}
.content-product .descript-rolled ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:24px;
}
.content-product .descript-rolled ul li {
	padding:0 0 0 15px;
}
.content-product .descript-rolled-icons ul {
	list-style:none;
	margin-top:-10px;
	position:relative;
}
.content-product .descript-rolled-icons ul li {
	height:117px;
}
.content-product .descript-rolled-pointed li {
	position:relative;
}
.content-product .descript-rolled-icons ul li p {
	position:absolute;
	left:0;
	top:120px;
	text-align:left;
	line-height:21px;
	display:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color:#333;
}
.content-product .descript-rolled-icons ul li div.icon {
	position:relative;
	width:72px;
	height:72px;
	margin:0 auto;
}
.content-product .descript-rolled-icons ul li div.icon img {
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.content-product .descript-rolled-icons ul li:hover div.icon img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.content-product .descript-rolled-icons ul li:hover p {
	display:block;
}
.content-product .descript-rolled-icons ul li { 
	padding-left:0;
}
.content-product .descript-rolled-red ul li,
.content-product .descript-rolled-red ul li a:link,
.content-product .descript-rolled-red ul li a:hover,
.content-product .descript-rolled-red ul li a:visited {
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	line-height:17px;
	color: #b0b7bd;
}
.content-product .descript-rolled-red ul li a b {
	display:block;
	font-weight:400;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.content-product .descript-rolled-red ul li a:hover {
	color:#000;
}
.content-product .descript-rolled-red ul li a:hover b {
	color:#006eb8;
}
.content-product .descript-rolled ul li:after {
	content:"\2022";
	position:absolute;
	left:0;
	top:0;
	font-size:22px;
	color:#006eb8;
}
.content-product .descript-rolled-icons ul li:after {
	display:none;
}
.content-product .tabs {
	border-bottom:1px solid #ed1b2f;
	margin:90px 0 0 0;
}
.content-product .tabs ul {
	height:60px;
	margin:0;
	padding:0;
	list-style:none;
	line-height:55px;
	display:table;
}
.content-product .tabs ul li.active a {
	border-bottom:5px solid #ed1b2f;
	color:#006eb8;
}
.content-product .tabs ul li {
	display:table-cell;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
.content-product .tabs ul li a:link,
.content-product .tabs ul li a:visited,
.content-product .tabs ul li a:hover {
	color:#a7adb3;
	display:block;
	margin-right:25px;.
	text-decoration:none;
}
.product-assortments {
	
}
.product-assortments {
	margin-top:90px;
}
.product-assortments.product-assortments-cart {
	margin-top:30px;
}
.product-cart-line {
	padding:10px 15px;
	border-bottom:1px solid #dbe0e6;
	position:relative;
	width:100%;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}
.product-cart-line2 {
	padding:10px 15px;
	border-bottom:1px solid #dbe0e6;	
}
.product-cart-line * {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.product-cart-line:hover {
	background:#f4f4f7;
}
.product-cart-line2 b,
.product-cart-line2 span,
.product-cart-line b,
.product-cart-line span {
	display:block;
}
span.price-discount {
	display:block;
	margin-bottom:-18px;
	text-decoration:line-through;
	font-size:14px;
	font-weight:300;
}
span.price-discount.price-discount-2 {
	text-decoration:none;
	font-weight:400;
	margin:0;
	font-size:12px;
	color:#999;
}
span.price-discount em {
	display:inline-block;
	padding:2px 6px;
	color:#fff;
	background:#f00;
	font-style:normal;
	font-weight:400;
	font-size:11px;
	border-radius:3px;
	margin:0 5px 0 0;
	line-height:11px;
	text-transform:uppercase;
}
.product-cart-line span span {
	display:inline-block;
	color:#415467;
	text-decoration:line-through;
}
.product-cart-line span em {
	font-style:normal;
	padding:0 8px;
	color:#415467;
}
.product-cart-line2 b.name,
.product-cart-line b.name {
	font-size:21px;
	color:#000;
	line-height:36px;
	margin-top:5px;
	font-weight:400;
}
.product-cart-line2 .thumb,
.product-cart-line .thumb {
	background:#fff;
}
.product-cart-line2 .thumb img,
.product-cart-line .thumb img {
	max-height:100%;
	max-width:100%;
}
span.tech {
	color:#415467;
	font-size:13px;
	display:block;
}
span.terms {
	font-size:15px;
	color:#006eb8;
	font-style:italic;
	display:block;
}
span.availability {
	display:block;
	margin-top:20px;
}
b.price {
	color:#006eb8;
	font-size:27px;
	line-height:40px;
	margin-top:10px;
	font-weight:300;
}
.product-cart-line:hover b.name,
.product-cart-line:hover b.price {
	color:#006eb8;
}




span.price {
	font-weight:400;
	font-size:15px;
	color:#000;
}
.product-assortments-header {
	border-bottom:1px solid #006eb8;
}
.product-assortments-header p {
	margin:0;
	font-size:24px;
	border-bottom:4px solid #006eb8;
	line-height:55px;
	font-weight:300;
	text-transform:none;
	color:#006eb8;
}
.product-assortments-header p.white {
	border-bottom:4px solid #fff;
}
.product-assortments-header p a:link,
.product-assortments-header p a:visited,
.product-assortments-header p a:hover {
	text-decoration:none;
	display:inline-block;
	padding-right:25px;
	color:#006eb8;
	position:relative;
}
.product-assortments-header p.white a:link,
.product-assortments-header p.white a:visited,
.product-assortments-header p.white a:hover {
	float:right;
}
.product-assortments-header p a:after {
	position:absolute;
	right:0;
	top:4px;
	font-size:22px;
	color:#b9c2ca;
	content: "\f106";
	font-family:FontAwesome;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.product-assortments-header p.active a:after {
	color:#006eb8;
}
.product-assortments-header p.active-desc a:after {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.product-assortments {
	position:relative;
}
.product-assortments b.price {
	
}
span.price small,
b.price small {
	font-size:15px;
	font-weight:400;
	color:#767a7e;
}
.count {
	margin-top:15px;
	line-height:60px;
}
.count input {
	border:1px solid #dbe0e6;
	width:100%;
	outline:none;
	text-align:center;
	font-size:18px;
	color:#000;
	padding:18px 0;
}
button.addcart,
a.addcart:link,
a.addcart:visited,
a.addcart:hover {
	height:40px;
	line-height:40px;
	position:relative;
	display:block;
	margin-top:15px;
	background:#f0f0f2;
	width:100%;
	padding:0 15px;
	color:#5c5e60;
	text-decoration:none;
	text-align:center;
	border:none;
}
a.addcart:hover,
.product-cart-line:hover button,
.product-cart-line:hover a.addcart:link,
.product-cart-line:hover a.addcart:visited,
.product-cart-line:hover a.addcart:hover {
	background:#006eb8;
	color:#fff;
}
a.addcart i {
	background:#006eb8;
	width:60px;
	height:60px;
	line-height:60px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	font-size:28px;
	text-align:center;
}

.product-cart-line-flex {
	display:flex;
}
.product-cart-line-flex .col10 {
	flex:0 0 10%;
	padding:0;
}
.product-cart-line-flex .col12 {
	flex:0 0 12%;
	padding:0;
}
.product-cart-line-flex .col15 {
	flex:0 0 15%;
	padding:0;
}
.product-cart-line-flex .col17 {
	flex:0 0 17%;
	padding:0;
}
.product-cart-line-flex .col22 {
	flex:0 0 22%;
	padding:0;
}
.product-cart-line-flex .col25 {
	flex:0 0 25%;
	padding:0 15px 0 0;
}
@media (max-width: 768px) { 
	.product-cart-line-flex .col17 {
		flex:0 0 40%;
		padding-left:15px;
	}
	.product-cart-line-flex .col22 {
		flex:0 0 40%;
		padding-left:15px;
	}
}
.product-cart-line-flex .col50 {
	flex:0 0 50%;
	padding-left:15px;
}
.product-cart-line-flex .col53 {
	flex:0 0 53%;
	padding-left:15px;
}
@media (max-width: 768px) { 
	.product-cart-line-flex .col53 {
		flex:0 0 50%;
	}

	.product-cart-line2 .col25.text-right.col-subsummary {
		flex:0 0 50%;
		display: block !important;
	}
}
.product-cart-line-flex .col63 {
	flex:0 0 63%;
	padding-left:15px;
}
.product-cart-line-flex .col20 {
	flex:0 0 20%;
}
.product-cart-line-flex .col5 {
	flex:0 0 5%;
	display:flex;
	justify-content: flex-end;
}
.product-cart-line-flex .col90 {
	flex:0 0 90%;
	padding:0;
	display: flex;
}
@media (max-width: 768px) { 
	.product-cart-line-flex .col90 {
		flex-wrap: wrap;
	}
}
.product-cart-line-null {
	padding:10px 0 !important;
}
.product-cart-line-flex .thumbs img {
	max-width:100%;
}
.product-cart-line-flex b.name {
	font-size:18px;
	line-height:26px;
}
.product-cart-line-flex .tech {
	margin:0;
	padding:0;
	list-style: none;
	display: flex;
	font-size:12px;
}
@media (max-width: 768px) {
	.product-cart-line-flex .tech {
		display: none;
	}
}
.product-cart-line-flex .tech li:after {
	content:',';
	padding-right:10px;
}
.product-cart-line-flex .tech li:last-child:after {
	content: '';
	padding-right: 0;
}
.product-cart-line-flex b.price {
	margin-top:5px;
	font-size:21px;
	line-height: 28px;
}
.product-cart-line-flex span.price small,
.product-cart-line-flex b.price small {
	font-size:12px;
}
.product-cart-line-flex .col-remove {
	font-size:24px;
	color:#ccc;
	cursor: pointer;
	transition: all .2s ease;
	padding-top:10px;
}
.product-cart-line-flex .col-remove:hover {
	color:#f00;
}
.product-cart-line-flex .box-number {
	display: flex;
	height:48px;
	align-items: center;
}
.product-cart-line-flex .box-number span {
	display: inline-flex;
}

.product-cart-line-flex .box-number span.p-inputnumber {
	margin-right:6px;
}

.add-slider {
	margin-top:60px;
}
div.add-slider.home-promo-box {
	margin-top:0;
}
div.add-slider.home-promo-box .add-slider-box {
	border:none;
	overflow:auto;
	border-right:1px solid #dbe0e6;
}
div.add-slider.home-promo-box .add-slider-box div.owl-wrapper {
	border-top:1px solid #dbe0e6;
	border-bottom:1px solid #dbe0e6;
	border-left:1px solid #dbe0e6;
}
div.add-slider.home-promo-box .add-slider-box .owl-carousel .item:hover:after,
div.add-slider.home-promo-box .add-slider-box ul li:hover:after {
	border:1px solid #929da8;
}
div.add-slider.home-promo-box .owl-carousel .item a:link,
div.add-slider.home-promo-box .owl-carousel .item a:visited,
div.add-slider.home-promo-box .owl-carousel .item a:hover,
div.add-slider.home-promo-box .add-slider-box ul li a:link,
div.add-slider.home-promo-box .add-slider-box ul li a:visited,
div.add-slider.home-promo-box .add-slider-box ul li a:hover {
	height:330px !important;
}
.add-slider {
	position:relative;
}
.add-slider h4 {
	color:#0374ba;
	font-size:27px;
	margin:0;
	padding:0;
	line-height:32px;
	font-weight:300;
	position:relative;
	padding-bottom:20px;
}
.add-slider span.nav-slider {
	display:block;
	font-size:42px;
	position:absolute;
	top:130px;
	cursor:pointer;
}
.add-slider span.nav-slider.prev {
	left:-30px;
}
.add-slider span.nav-slider.next {
	right:-30px;
}
.add-slider-red h4 {
	color:#006eb8;	
}
.add-slider-box {
	border:1px solid #dbe0e6;
	width:100%;
}
.add-slider .add-slider-box {
	overflow:hidden;
}
.add-slider-box ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	display:table;
	width:100%;
}
.manufacturers-content .add-slider-box ul li,
.manufacturers-content .products-grid .add-slider-box ul.product-thumbs li:first-child,
.add-slider-box ul li {
	width:20%;
	display:block;
	float:left;
	border-right: 1px solid #dbe0e6;
	position:relative;
}


.add-slider-box ul li:first-child {
	border-left:none;
}
.owl-carousel .item .thumb,
.add-slider-box ul li .thumb {
	text-align:center;
}
.owl-carousel .item .thumb {
	height:169px;
	display:table-cell;
	vertical-align:middle;
}
.owl-carousel .item .thumb img {
	max-width:100%;
	vertical-align:middle;
	max-height:170px;
	margin:0 auto;
	display:inline-block;
}
.add-slider-box .thumb {
	position:relative;
}
.add-slider-box .thumb span {
	display:block;
	width:60px;
	height:60px;
	border-radius:60px;
	line-height:60px;
	background:#62ab0e;
	color:#fff;
	font-weight:700;
	font-size:24px;
	padding-right:10px;
	position:absolute;
	left:0;
	bottom:0;
	letter-spacing:-1px;
}
.add-slider-box .thumb span.blue {
	background:#006eb8;
	color:#fff;
	text-decoration:none;
}
.add-slider-box a:link .thumb span.blue,
.add-slider-box a:visited .thumb span.blue,
.add-slider-box a:hover .thumb span.blue {
	color:#fff !important;
}
.home-promo-box-blue .add-slider-box .thumb span {
	background:#62ab0e;
}
.home-promo-box-blue .add-slider-box .thumb span.discount-outlet {
	background:#006eb8;
}
.add-slider-box .product-list-small .thumb span {
	width:32px;
	height:32px;
	border-radius:40px;
	line-height:32px;
	font-size:16px;
	left:25px;
	top:20px;
	bottom:auto;
}
.add-slider-box .thumb span small {
	font-size:14px;
	font-weight:400;
	position:absolute;
	top:-3px;
	right:7px;
}
.add-slider-box .product-list-small .thumb span small {
	font-size:11px;
	right:5px;
}
.add-slider .owl-carousel .item a:link,
.add-slider .owl-carousel .item a:visited,
.add-slider .owl-carousel .item a:hover,
.add-slider-box ul li a:link,
.add-slider-box ul li a:visited,
.add-slider-box ul li a:hover {
	display:block;
	padding:20px;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
	z-index:50;
	height:377px;
}
.add-slider-box ul li a:hover {

}
.add-slider .owl-carousel .item:after,
.add-slider-box ul li:after {
	position:absolute;
	top:2px;
	left:2px;
	right:2px;
	bottom:2px;
	display:block;
	content:' ';
	border:1px solid #fff;
}
.owl-carousel .item:hover:after,
.add-slider-box ul li:hover:after {
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border:1px solid #929da8;
	background:#fff;
}
/*.add-slider-box ul li a:hover,
.products-grid a:hover {
	border:1px solid #929da8;
	margin:-15px;
	background:#fff;
	z-index:99;
	padding:34px;
}*/
.content-assortment .descript {
	font-size:16px;
	line-height:24px;
	text-align:justify;
	margin:5px 0 0 0;
	min-height:165px;
	font-weight:300;
	position:relative;
	padding-bottom:45px;
}
.content-assortment .descript a#selected-models:link,
.content-assortment .descript a#selected-models:visited,
.content-assortment .descript a#selected-models:hover {
	position:absolute;
	display:block;
	color:#fff;
	background:#006eb8;
	padding:10px 25px;
	bottom:0;
	left:0;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content-assortment .descript a#selected-models:hover {
	background:#005c9a;
}
.content-assortment .descript-add-basket {
	margin-top:0;
	height:180px;
}
.descript-add-basket ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:24px;
}
.descript-add-basket span.price-catalog {
	font-size:48px;
	display:block;
	font-weight:300;
	line-height:50px;
	height:50px;
	color:#006eb8;
}
.descript-add-basket span.price-old {
	font-weight:100;
	text-decoration:line-through;
	color:#415467;
}
.descript-add-basket span.price-catalog small {
	text-decoration:none !important;
}
.descript-add-basket span.price-promo {
	font-size:36px;
	color:#62ab0e;
	display:block;
	line-height:40px;
	height:90px;
}
.descript-add-basket span.price-promo.price-promo-catalog {
	height:62px;
}
.descript-add-basket span.price-promo-outlet {
	color:#006eb8;
}
.descript-add-basket span.price-promo small {
	font-size:14px;
	color:#415467;
}
.content-assortment h4 {
	text-transform:uppercase;
	font-size:18px;
	color:#000;
	font-weight:700;
	margin:35px 0 15px 0;
}
.content-assortment .size {
	padding-top:70px;
}
.content-assortment .pause {
	border-bottom:1px solid #dbe0e6;
	height:60px;
	margin-bottom:60px;
}
.characteristic {
	border:1px solid #dbe0e6;
	padding:25px;
	text-align:center;
}
.dimensions {
	border:1px solid #dbe0e6;
	padding:15px 25px;
	text-align:center;
}
.dimensions img {
	max-width:100%;
}
.dimensions_html table {
	margin-top: 5px;
	width:100%;
	border:1px solid #dde2e8;
}
.dimensions_html table th,
.dimensions_html table td {
	padding:12px 15px;
	text-align:center;
	color:#415467;
	vertical-align:top;
	font-weight:400;
}
.dimensions_html table th strong {
	font-weight:400;
}
.dimensions_html table th {
	background:#f4f4f7;
	border-bottom:1px solid #dde2e8;
	font-weight:300;
}
.dimensions_html table tbody tr:nth-child(even) td {
   background-color: #f4f4f7;
}
.dimensions_html table th.text-left,
.dimensions_html table td.text-left {
	font-weight:400;
	color:#000;
	text-align:left;
}
.dimensions_html table td.text-left a:link,
.dimensions_html table td.text-left a:visited,
.dimensions_html table td.text-left a:hover {
	color:#000;
	text-decoration:none;
}
.availability-text {
	position: absolute;
	bottom:57px;
	left:20px;
}
.product-list .availability-text {
	right:15px;
	left:auto;
	bottom:auto;
	top:65px;
	text-align:right;
}
.availability-success {
	color:#1eac53 !important;
}
form.add-to-basket-small {
	z-index:9999;
	position:absolute;
	bottom:15px;
	right:15px;
}
form.add-to-basket-small button {
	width:28px !important;
	height:28px !important;
	background:#f0f0f2 !important;
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
}
form.add-to-basket-small button img {
	position:absolute;
	left:0;
	top:0;
}
form.add-to-basket-small button img.white {
	display:none;
}
.product-list-small form.add-to-basket-small {
	bottom:21px;
} 
.product-list-small .availability-text {
	right:180px;
	width:120px;
	text-align:center;
	bottom:15px;
	left:auto;	
}
form.add-to-basket-small button:hover {
	background:#006eb8 !important;
}

.info-border {

}
.info-border span.availability {
	margin-top:15px;
}
.info-border span.terms {
	margin-bottom:15px;
	margin-top:5px;
}
.info-addcart {

}
.info-addcart a.addcart:link,
.info-addcart a.addcart:visited,
.info-addcart a.addcart:hover {
	margin-top:0;
	background:#006eb8;
	color:#fff;
	font-weight:700;
}
.info-addcart .count {
	margin-top:0;
}
.info-addcart b.price {
	margin-top:0;
	line-height:61px;
	font-size:46px;
	text-align:left;
}
.product-info-options {
	padding:40px 0;
	line-height:30px;
	font-size:14px;
	margin-top:20px;
}
.product-info-options p {
	margin:0;
}
.product-info-options img {
	max-height:30px;
}
.product-info-options .note {
	font-size:16px;
	color:#006eb8;
}
.product-info-options  .note-text {
	font-size:13px;
	line-height:20px;
	margin-top:5px;
}
.product-info-options a:link,
.product-info-options a:visited,
.product-info-options a:hover {
	display:block;
	color:#6e7e90;
	padding:0 0 0 28px;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-info-options a.active:link,
.product-info-options a.active:visited,
.product-info-options a.active:hover {
	color:#006eb8;
}
.product-info-options a.danger:link,
.product-info-options a.danger:visited,
.product-info-options a.danger:hover {
	color:#f00;
}
.product-info-options a:link img,
.product-info-options a:visited img,
.product-info-options a:hover img {
	margin-left:-25px;
}
.product-info-options a:link i,
.product-info-options a:visited i,
.product-info-options a:hover i {
	font-size:19px;
	color:#6e7e90;
	position:absolute;
	left:0;
	top:6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-info-options a.btn-compare:link i,
.product-info-options a.btn-compare:visited i,
.product-info-options a.btn-compare:hover i {
	width:19px;
	height:19px;
	background:url("../img/icons/ico_compare.png");
	display:block;
}
.product-info-options a.btn-compare:hover i {
	background:url("../img/icons/ico_compare_hover.png");
}
.product-info-options a:link.active i,
.product-info-options a:visited.active i,
.product-info-options a:hover.active i,
.product-info-options a:hover,
.product-info-options a:hover i {
	color:#006eb8;
	text-decoration:none;
}
.product-info-options a.danger:link i,
.product-info-options a.danger:visited i,
.product-info-options a.danger:hover i {
	color:#f00;
}
.product-info-options a.btn-compare.danger:link i,
.product-info-options a.btn-compare.danger:visited i,
.product-info-options a.btn-compare.danger:hover i {
	background:url("../img/icons/ico_compare_active.png");
}
.descript-rolled {
	border-top:1px solid #dbe0e6;
	padding-top:25px;
	margin-left:-30px;
	padding-left:30px;
	padding-bottom:30px;
}
.descript-rolled-noborder {
	border-top:none;
}
.descript-rolled-vertical {
	border-top:none;
	padding-top:0;
	margin-left:0;
	padding-left:15px !important;
}
.descript-rolled-icons ul {
	margin:0;
	padding:0;
	list-style:none;
}
.descript-rolled-icons ul li {
	width:20%;
	text-align:center;
	float:left;
	font-weight:400;
	color:#95a2b0;
}
.descript-rolled-vertical ul li {
	width:100%;
	position:relative;
	height:93px;
	line-height:73px;
	padding-left:83px;
	float:none;
	text-align:left;
}
.descript-rolled-vertical ul li a:link,
.descript-rolled-vertical ul li a:visited,
.descript-rolled-vertical ul li a:hover {
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	line-height:18px;
	display:block;
	padding-top:18px;
	color: #b0b7bd;
}
.descript-rolled-vertical ul li:hover a {
	color:#000;
}
.descript-rolled-vertical ul li:hover a b {
	color: #006eb8;
}
.descript-rolled-vertical ul li p {
	line-height:18px;
	position:absolute;
	left:230px;
	top:18px;
	color: #415467;
	display:none;
}
.descript-rolled-vertical ul li:hover p {
	display:block;	
}
.descript-rolled-icons ul li img {
	display:block;
	margin:5px auto 15px auto;
}
.descript-rolled-vertical ul li img {
	position:absolute;
	left:0;
	top:0;
	margin:0;
}
.descript-rolled-vertical ul li b {
	display:block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.descript-rolled-vertical ul li div.icon {
	position:absolute;
	width:72px;
	height:72px;
	margin:0 auto;
	left:0;
	top:0;
}
.descript-rolled-vertical ul li div.icon img {
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.4;
    filter: alpha(opacity=47); /* For IE8 and earlier */
}
.descript-rolled-vertical ul li div.icon img.hover {
	opacity:0;
}
.descript-rolled-vertical ul li:hover div.icon img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.descript-more {
	position:absolute;
	bottom:-5px;
	left:0;
	width:50%;
	margin-left:50%;
	padding-left:15px;
	z-index:999999;
}
.descript-more a:link,
.descript-more a:visited,
.descript-more a:hover {
	border-bottom:none;
	line-height:35px;
	height:35px;
	padding:0 40px 0 0;
	display:inline-block;
	color:#006eb8;
	margin:0 auto;
	position:relative;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.descript-more a.roll-active:link,
.descript-more a.roll-active:visited,
.descript-more a.roll-active:hover {

}
.descript-more a i {
	position:absolute;
	right:17px;
	top:9px;
	font-size:18px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
i.roll {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.descript-more a i.roll {
	
}
.assortment-descript {
	padding:40px 0 60px 0;
	margin:0 -20px;
}
.product-descript.assortment-descript {
	padding-top:0;
}
.assortment-descript h4 {
	line-height:18px;
	font-size:18px;
	font-weight:400;
	color:#000;
	text-transform:uppercase;
	padding:64px 0 22px 0;
	margin:0;
}
.assortment-descript p {
	margin:0;
	padding:0;
	text-align:justify;
}
.descript-col1 {
	padding:40px 0 0 0;
}
.descript-col2, .boxnowrap,
.assortment-descript .boxnorwap {
	display:inline-block;
	padding:0 20px;
}
.assortment-descript .boxnorwap {
	display:block;
}
.assortment-descript h4.pause,
.assortment-descript h4.pause:first-child {
	padding-top:46px;
}
.product-descript-area {
	display:none;
	padding:40px 0 0 0;
}
.descript-col2 {
	margin:0 -40px;
}
.descript-col2,
.product-descript2 {
	column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside:avoid;
}
.product-descript1 {
	padding:40px 20px !important;
}
.product-descript3 {
	padding:0 20px 40px 20px;
}
.hrline {
	border-bottom:1px solid #dbe0e6;
	height:1px;
	font-size:1px;
	margin-top:-1px;
}


/* TABLE */
.table {
	border-top:1px solid #dbe0e6;
	border-left:1px solid #dbe0e6;
	border-right:1px solid #dbe0e6;
}
.table td {
	padding:12px 15px !important;
	border-bottom:1px solid #dbe0e6;
	color:#415467;
}
.table td.name {
	background:#f4f4f7;
}
.table td.value {
	font-weight:700;
	text-align:right;
}
.table td.unit {
	font-weight:700;
	color:#415467;
}
.table tr:nth-child(odd) td {
   background-color: #f0f0f2;
}
.table tr:nth-child(odd) td.name {
   background-color: #e7e7eb;
}

/* CATEGORIES */
.category-lead img {
	max-width:100%;
	margin-bottom:30px;
}
.subcategories-box {
	
}
.subcategory-box {
	width:33.3333%;
	border-bottom:1px solid #dbe0e6;
	border-right:1px solid #dbe0e6;
	float:left;
	position:relative;
	z-index:10;
	height:344px;
}
.subcategory-box:after {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
	z-index:100;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:1px solid #fff;
	background:#fff;
}
.subcategory-box:hover:after {
	background:#fff;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border:1px solid #929da8;
}
.subcategory-box:nth-child(1),
.subcategory-box:nth-child(2),
.subcategory-box:nth-child(3) {
	border-top:1px solid #dbe0e6;
}
.subcategory-box:nth-child(1),
.subcategory-box:nth-child(3n+1) {
	border-left:1px solid #dbe0e6;
}
.subcategory-box a:link,
.subcategory-box a:visited,
.subcategory-box a:hover {
	text-decoration:none;
	display:block;
	padding:20px;	
}
.subcategory-box a:hover {
	
}
.subcategory-box-body {
	position:relative;
	z-index:110;
}
.subcategory-box-body img {
	will-change: opacity;
	margin: 0 auto;
}
.subcategory-box-image {
	position:relative;
}
.products-grid li .thumb-content img.replace2x,
.subcategory-box-body img.replace2x {
	z-index: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 1 !important;
}
.products-grid li:hover .thumb-content img.replace2x,
.subcategory-box:hover img.replace2x {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	opacity: 0 !important;
}
.products-grid li .thumb-content img.hover-image,
.subcategory-box-body img.hover-image {
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0 !important;
	-moz-transform: scale(0) translateY(110%);
	-ms-transform: scale(0) translateY(110%);
	-o-transform: scale(0) translateY(110%);
	-webkit-transform: scale(0) translateY(110%);
	transform: scale(0) translateY(110%);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}
.products-grid li:hover .thumb-content img.hover-image,
.subcategory-box:hover img.hover-image {
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	opacity: 1 !important;
}  
.subcategory-box .logotype {
	position: absolute;
	right:20px;
	bottom:20px;
	width:20%;
	text-align:left;
	z-index:110;
}
.subcategory-box .logotype img {
	max-height:20px;
	display:block;
	margin-top:15px;
	max-width:100%;
}
.subcategory-box-body h3 {
	font-size:20px;
	color:#000;
	font-weight:100;
	margin:0 0 15px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:44px;
	line-height:22px;
}
.subcategory-box-body img {
	max-width:100%;
}
.subcategory-box-body div.price {
	font-size:15px;
	color:#415467;
	font-weight:300;
	line-height:34px;
	margin-top:15px;
	height:40px;
}
.subcategory-box-body div.price b {
	color:#006eb8;
	font-size:24px;
	font-weight:300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.subcategory-box-body:hover h3,
.subcategory-box-body:hover div.price b {
	color:#006eb8;
}
.delivery-timer {
	color:#415467;
	display:block;
	line-height:28px;
}
.delivery-timer b {
	font-size:24px;
	font-weight:400;
	color:#006eb8;
	padding-left:12px;
	padding-right:3px;
}
.row-add-basket {
	height:64px;
}
.row-add-basket .col-price {
	font-size:48px;
	color:#006eb8;
	font-weight:300;
	padding-top:8px;
	text-align:left !important;
}
.row-add-basket .col-price small {
	color:#6e7e90;
	font-size:15px;
}
.row-add-basket .col-price span.small-price {
	font-size:14px;
	margin-top:0;
	display:block;
	color:#415467;
	font-weight:400;
}
.row-add-basket .col-price span.small-price small {
	color:#415467;
	font-size:14px;
}
.row-add-basket .col-price span.small-price em {
	font-style:normal;
	margin-right:5px;
	text-decoration:line-through;
}
.row-add-basket .col-price span.small-price b {
	color:#000;
	font-weight:400;
	padding:0 5px;
}
.descript-add-basket form {
	height:90px;
	margin-top:20px;
}
.row-add-basket input {
	width:70px;
	float:left;
	padding:15px 0;
	text-align:center;
	outline:none;
	border:1px solid #dbe0e6;
	font-size:15px;
	color:#000;
}
.descript-add-basket form input {
	width:85%;
	padding:0;
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight:400;
	outline:none;
	font-size:18px;
	text-align:center;
	color:#000;
}
.descript-add-basket form button {
	background:#006eb8;
	border:none;
	font-size:16px;
	width:100%;
	line-height:50px;
	color:#fff;
	padding:0;
	position:relative;
	padding-right:50px;
}
.descript-add-basket form button img {
	height:50px;
	padding:7px;
	position:absolute;
	border-left:1px solid #549ecf;
	right:0;
	top:0;
}
.promotion-text {
	width:50px;
	height:50px;
	border-radius:50px;
	background:#62ab0e;
	display:block;
	position:absolute;
	right:30px;
	top:20px;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-size:20px;
}
.promotion-text-outlet {
	background:#006eb8;
}
.promotion-text small {
	font-size:13px;
}
.descript-add-basket .col40 {
	position:relative;
}
.descript-add-basket form span {
	display:block;
	position:absolute;
	top:5px;
	right:-5px;
	display:block;
	line-height:14px;
}
.row-add-basket .count {
	display:block;
	float:right;
	width:30%;
	line-height:52px;
	text-align:center;
	margin:0;
}
.row-add-basket button {
	background:#006eb8;
	width:100%;
	border:none;
	padding:15px;
	font-size:15px;
	color:#fff;
	text-align:left;
	position:relative;
}
.row-add-basket button img {
	position:absolute;
	top:0;
	right:0;
	padding:4px;
	border-left:1px solid #f36674;
}
.availability {
	color:#6e7e90;
	display:block;
	margin:8px 0 3px 0;
}
.box-count {
	padding:15px 0 0 0;
}
.box-count input {
	border:1px solid #dbe0e6;
	width:70%;
	float:left;
	padding:10px 0;
	text-align:center;
	outline:none;
}
.box-count span {
	display:block;
	width:30%;
	float:right;
	text-align:right;
	line-height:40px;
}
.col-remove {
	text-align:center;
	padding-top:15px;
}
.col-remove a:link,
.col-remove a:visited,
.col-remove a:hover {
	color:#cfcfcf;
	font-size:22px;
}
.col-remove a:hover {
	color:#ed1b2f;	
}
.col-check-descript {
	position:relative;
	padding-bottom: 30px;
}
.col-check-descript-minheight {
	overflow:hidden;
}
.box-resize-height {
	height:40px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:0 15px;
	margin-bottom:-24px;
}
.box-resize-height a:link,
.box-resize-height a:visited,
.box-resize-height a:hover {
	color: #006eb8;
	font-size:14px;
	line-height:14px;
	
	display:block;
	text-decoration:none;
	font-weight:400;
}
.breadcrumbs ul li a.breadcrumbs-dropdown:link,
.breadcrumbs ul li a.breadcrumbs-dropdown:visited {
	padding:0 15px 0 17px;
	margin:0 -15px 0 -17px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
	border:1px solid #fff;
	position:relative;
	height:40px !important;
	position:relative;
	line-height:40px !important;
	display:block;
}
.breadcrumbs ul li a.breadcrumbs-dropdown:hover {
	background:#fff;
	color:#000;
	padding:0 15px 0 17px;
	margin:0 -15px 0 -17px;
	z-index:200;
	border:1px solid #939ca6;
}
.breadcrumbs ul li a.breadcrumbs-dropdown:hover:after {
	display:block;
	width:100%;
	height:5px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9999999;
	content:'';
}
.breadcrumbs ul li {
	position:relative;
}
.breadcrumbs ul li a.breadcrumbs-dropdown ul {
	position:absolute;
	left:-1px;
	top:37px;
	background:#fff;
    z-index: 19999;
    display:none;
    border:1px solid #939ca6;
    height:auto;
}
.breadcrumbs ul li a.breadcrumbs-dropdown-products ul {
	width:1185px;
	z-index:999999;
}
.breadcrumbs ul li a.breadcrumbs-dropdown ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	border:none;
	border-top:none;
	font-size:13px;
	z-index:9999999;
	min-width:240px;
	white-space:nowrap;
	width:20% !important;
	line-height:32px !important;
	height:32px !important;
}

.breadcrumbs ul li a.breadcrumbs-dropdown ul li:first-child {
	border-top:none;
}
.breadcrumbs ul li a.breadcrumbs-dropdown ul li:after {
	display:none;
}
.breadcrumbs ul li a.breadcrumbs-dropdown ul li a:link,
.breadcrumbs ul li a.breadcrumbs-dropdown ul li a:visited,
.breadcrumbs ul li a.breadcrumbs-dropdown ul li a:hover {
	display:block;
	padding:0 17px;
	color:#000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index:9999999;
	line-height:32px !important;
	height:32px !important;
}
.breadcrumbs ul li a.breadcrumbs-dropdown ul li a:hover {
	background:#f4f4f7;	
}


.breadcrumbs ul li a.breadcrumbs-dropdown-products ul li {
	width:10% !important;
	float:left;
	display:block;
	border:none;
	min-width:10%;
	font-size:11px;
	font-weight:400;
	text-align:center !important;
	height:120px !important;
	position:relative;
}
.breadcrumbs ul li a.breadcrumbs-dropdown-products ul li a:link,
.breadcrumbs ul li a.breadcrumbs-dropdown-products ul li a:visited,
.breadcrumbs ul li a.breadcrumbs-dropdown-products ul li a:hover {
	display:block;
	height:120px !important;
	width:100%;
	border:1px solid #fff;
	text-align:center;
	background:#fff;
	border-bottom:1px solid #dbe0e6;
}
.breadcrumbs ul li a.breadcrumbs-dropdown-products ul li .thumb {
	height:82px;
	display:table-cell;
	vertical-align:middle;
}
.breadcrumbs ul li a.breadcrumbs-dropdown-products ul li span {
	position:absolute;
	bottom:5px;
	left:0;
	display:block;
	text-align:center;
	width:100%;
	white-space:normal;
	line-height:14px !important;
}
.breadcrumbs ul li a.breadcrumbs-dropdown-products ul li img {
	max-width:100%;
	max-height:100%;
}
.breadcrumbs ul li a.breadcrumbs-dropdown-products ul li a:hover {
	border:1px solid #006eb8;
}

/* CART */
.total-price-bottom {
	padding-right:60px;
	font-weight:400;
	color:#000;
}
.total-price-top {
	line-height:30px;
	font-size:16px;
	font-weight:300;
	margin-top:5px;
}
.container-cart .total-price-top {
	padding-right:60px;
	font-weight: 400;
	font-size:14px;
	color: #000;
}
.total-price-top small,
.total-price-bottom small {
	font-size:14px;
	color:#415467;
	padding:0 0 0 7px;
	width:80px;
	display:inline-block;
}
.total-price-top b {
	font-weight:400;
	font-size:21px;
	color:#006eb8;
	padding-left:10px;
	display:inline-block;
	width:180px;
}
.total-price-without-tax b, 
.total-price-bottom-l1 b {
	display:inline-block;
	width:180px;
	padding-left:10px;
}
.total-price-bottom-l1 {
	padding-top:10px;
}
.total-price-bottom-l1 b {
	font-weight:300;
	color:#006eb8;
	font-size:28px;
	padding:0 0 0 10px;
}
.container-checkout .total-price-bottom {
	padding-right:0;
}

a.btn-red:link,
a.btn-red:visited,
a.btn-red:hover,
button.btn-red {
	font-size:16px;
	padding:12px 15px;
	font-weight:300;
	border-radius:0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.btn-blue:link,
a.btn-blue:visited,
a.btn-blue:hover,
button.btn-blue {
	font-size:16px;
	padding:12px 15px;
	font-weight:300;
	border-radius:0;
	background:#006eb8;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
button.btn-red:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
a.btn-red,
button.btn-red {
	background:#ee1c2f;
	color:#fff;
}
button.btn-red:before {
	background:#ee1c2f;
}

button.btn-default,
a.btn-default:link,
a.btn-default:visited,
a.btn-default:hover {
	background:#f4f4f7;
	border:1px solid #dbe0e6;
	color:#415467;
}
button.btn-default.btn-default-animate,
a.btn-default-animate:link,
a.btn-default-animate:visited,
a.btn-default-animate:hover {
	border:1px solid #dbe0e6;
	color:#415467;
}
button.btn-blue,
a.btn-blue:link,
a.btn-blue:visited,
a.btn-blue:hover {
	color:#fff;
	border:none;
}
.buttons-bottom {
	text-align:center;
	margin-top:55px;
	height:54px;
	line-height:54px;
	font-size:16px;
	font-weight:300;
}
.buttons-bottom-no-padding {
	margin-top:0;
}
.buttons-bottom button.btn-default,
.buttons-bottom a.btn-default:link,
.buttons-bottom a.btn-default:visited,
.buttons-bottom a.btn-default:hover {
	height:54px;
	line-height:54px;
}
.buttons-bottom button,
.buttons-bottom a:link,
.buttons-bottom a:visited,
.buttons-bottom a:hover {
	display:block;
	text-decoration:none;
	width:100%;
	background:#f4f4f7;
	border:1px solid #c6d4e6;
	color:#637181;
}
.buttons-bottom button.btn-blue,
.buttons-bottom a.btn-blue:link,
.buttons-bottom a.btn-blue:visited,
.buttons-bottom a.btn-blue:hover {
	background:#006eb8;
	border:1px solid #006eb8;
	color:#fff;
}
.buttons-bottom button {
	height:56px !important;
	line-height:56px !important;
}

/* CHECKOUT */
.checkout-module-item-disabled,
.checkout-module-item-disabled:hover {
	opacity:0.3 !important;
	cursor:default !important;
	background:#fff !important;
	display:none;
}
.checkout-module-item p {
	color:#000;
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:22px;
	padding-right:50px;
}
.checkout-module-item span {
	color:#415467;
	font-size:14px;
	letter-spacing:-0.5px;
	font-weight:300;
}
.checkout-module-item b {
	display:block;
	color:#000;
	position:absolute;
	top:5px;
	right:0;
	font-weight:400;
	font-size:16px;
}
.checkout-module-item-selected b {
	color:#000;
}
.checkout-module-item:before {
	border:1px solid #9da1a9;
	position:absolute;
	top:8px;
	left:5px;
	width:18px;
	height:18px;
	content:'';
	background:#fff;
	border-radius:20px;
}
.checkout-module-item-selected:after {
	width:10px;
	height:10px;
	position:absolute;
	left:9px;
	top:12px;
	border-radius:10px;
	background:#006eb8;
	content:' ';
}
.checkout-module .form {
	padding-bottom:20px;
}
.checkout-module .form div.form-group {
	padding-top:10px;
	margin-bottom:0 !important;
}
.checkout-module .form div label {
	width:35%;
	float:left;
	font-weight:400;
	display:block;
	line-height:35px;
}
.checkout-module .form div .form-control {
	width:100%;
	padding:7px 10px !important;
	line-height:normal !important;
}
.checkout-module .form .has-error .form-control,
.checkout-module .form div .has-error .form-control {
	border:3px solid #f00;
	padding:5px 8px !important;
}
.checkout-module .form div input.form-control {
	width:65%;
	float:right;
	outline:none;
}
.checkout-module .form div .row {
	margin-right:0;
}
.checkout-module .form div .row input.form-control {
	width:100%;
}
.checkout-module .form div .row .col50-left {
	padding-left:0;
}
.checkout-module .form div .row .col50-right {
	padding-right:0;
}
.checkout-module .form div .row .col25-left {
	padding-right:0;
}
.checkout-module .form .row div.form-group {
	margin-top:0;
	padding-top:0;
}
.checkout-module .form div .row .col100 {
	padding:0;
}
.checkout-module .form div .row .col100 select {
	width:100%;
}
div.form-field-input {
	width:65%;
	float:right;
	position:relative;
}
div.form-field-input input {
	width:242px;
	padding:7px 10px !important;
	line-height:normal !important;
	outline:none;
	box-shadow:none !important;
	border: 1px solid #dbe0e6;
	font-size: 14px;
	height: auto !important;
	border-radius: 0 !important;
	color: #748595;
}
.checkout-module .form div.checkbox {
	position:relative;
	padding-left:30px;
	padding-top:0;
	margin:10px 0 10px 0;
	line-height:30px;
	height:30px;
}
.checkout-module .form div.form-group .help-block {
	display:block;
	padding-top:4px;
}
.checkout-module .form div.checkbox .checkbox-wrap-box {
	position:absolute;
	left:0;
	top:5px;
	height:19px !important;
}
.discount-code {
	margin-top:30px;
	margin-bottom:10px;
}
h3.title-small {
	margin:0;
	padding-bottom:30px;
	font-size:18px;
	color:#000;
}
.box-download {
	margin-top:60px;
}
.box-download ul {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
}
.box-download ul li {
	width:20%;
	float:left;
	position:relative;
	min-height:111px;
}
.box-download ul li div.icon {
	width:41px;
	height:41px;
	display:inline-block;
	margin-right:15px;
	position:absolute;
	left:10px;
	top:20px;
}
.box-download ul li div.icon img {
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box-download ul li a p,
.box-download ul li a span {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box-download ul li div.icon img.hover {
	opacity:0;
}
.box-download ul li a:hover div.icon img.hover {
	opacity:1;
}
.box-download ul li a {
	text-decoration:none;
	padding:20px 10px 20px 66px;
	display:block;
}
.box-download ul li a p {
	color:#415467;
	margin:0;
}
.box-download ul li a:hover p {
	color:#006eb8;
}
.box-download ul li a span {
	color:#95a2b0;
}
.box-download ul li a:hover span {
	color:#415467;
}
.manufacturer-lead {
	border:1px solid #e1e4eb;
	position:relative;
	margin-bottom:50px;
}
.manufacturer-lead img {
	max-width:100%;
}
.manufacturer-lead .manufacturer-intro {
	position:absolute;
	left:40px;
	bottom:30px;
	width:400px;
	color:#415467;
	font-size:16px;
	font-weight:300;
	line-height:22px;
	text-transform:uppercase;
}
.manufacturer-lead .manufacturer-intro ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:25px;
}
.manufacturer-lead .manufacturer-intro ul li {
	position:relative;
	padding:0 0 0 15px;
}
.manufacturer-lead .manufacturer-intro ul li:after {
	width:6px;
	height:6px;
	border-radius:10px;
	background:#ed1b30;
	content:'';
	position:absolute;
	left:0;
	top:10px;
}
.manufacturer-categories {
	margin:0;
	padding:0;
	list-style:none;
}
.manufacturer-categories li {
	float:left;
	width:33.3333%;
	position:relative;
	min-height:130px;
	border-bottom:1px solid #dbe0e6;
	border-right:1px solid #dbe0e6;
}
.manufacturer-categories li h3 {
	position:absolute;
	top:25px;
	left:25px;
	font-weight:300;
	font-size:30px;
	line-height:36px;
	margin:0;
}
.manufacturer-categories li span {
	color:#415467;
	font-size:14px;
	position: absolute;
	left:25px;
	bottom:15px;
	font-weight:300;
	display:block;
	line-height:36px;
}
.manufacturer-categories li span b {
	color:#006eb8;
	font-weight:300;
	font-size:30px;
	padding:0 5px;
}
.manufacturer-categories li a:link,
.manufacturer-categories li a:visited,
.manufacturer-categories li a:hover {
	color:#333;
	text-decoration:none;
	display:block;
}
.manufacturer-categories li img {
	width:100%;
	height:100%;
}
.manufacturer-categories li:nth-child(1),
.manufacturer-categories li:nth-child(3n+1) {
	border-left:1px solid #dbe0e6;
}
.manufacturer-categories li:nth-child(1),
.manufacturer-categories li:nth-child(2),
.manufacturer-categories li:nth-child(3) {
	border-top:1px solid #dbe0e6;
}
.empty-basket {
	border:1px solid #eee;
	padding:80px;
	margin:60px 0 0 0;
	text-align:center;
	font-size:30px;
	font-weight:100;
	color:#000;
}
.dropdown-roll-user {
	height:20px;
}
.dropdown-roll-user .dropdown-roll {
	float:left;
	position:relative;
}
.dropdown-roll-favourite {
	width:35px;
	z-index:9999999999 !important;
}
.dropdown-roll-favourite .dropdown-menu {
	top:37px !important;
	margin:0 0 0 -20px; !important;
	z-index:9999999999 !important;
}
.profil-username {
	font-size:27px;
	font-weight:300;
	line-height:50px;
}
.profil-tabs {
	border-top: 1px solid #dbe0e6;
	padding-top:20px;
}
.profil-tabs-data {
	margin:30px 0 30px 33.33333333%;;
	padding:0 0 0 15px;
	list-style:none;
}
.profil-tabs-data li {
	float:left;
}
.profil-tabs-data li a:link,
.profil-tabs-data li a:visited,
.profil-tabs-data li a:hover {
	font-size: 22px;
	line-height: 32px;
	margin: 0;
	padding:0 40px 0 30px;
	font-weight: 400;
	color: #b7c0c7;
	text-decoration:none;
	display:block;
	position:relative;
}
.form-registration-cart .profil-tabs-data li a:link,
.form-registration-cart .profil-tabs-data li a:visited,
.form-registration-cart .profil-tabs-data li a:hover {
	font-size:18px;
	padding-right:20px;
}
.form-registration-cart .profil-tabs-data {
	margin:0 0 30px 32%;
	height:40px;
}
.form-registration-cart h4 {
	height:70px;
	line-height:32px;
	font-size:18px;
	color:#000;
	margin:0;
}
.form-registration-cart .form-checkbox-area {
	margin-left:34%;
	padding-left:45px;
}
.profil-tabs-data li a:after {
	position:absolute;
	left:0;
	top:7px;
	border:2px solid #b7c0c7;
	content:'';
	width:19px;
	height:19px;
	border-radius:19px;
}
.profil-tabs-data li.active a:link,
.profil-tabs-data li.active a:visited,
.profil-tabs-data li.active a:hover {
	color:#33373b;
}
.profil-tabs-data li.active a:after {
	border:2px solid #ed1b2f;
}
.profil-tabs-data li.active a:before {
	position:absolute;
	left:4px;
	top:11px;
	background:#ed1b2f;
	border-radius:10px;
	width:11px;
	height:11px;
	content:'';
}
.profil-tabs ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:36px;
	font-weight:400;
}
.profil-tabs ul li a:link,
.profil-tabs ul li a:visited,
.profil-tabs ul li a:hover {
	padding:0 10px;
	display:block;
	color:#33373b;
	position:relative;
	text-decoration:none;
}
.profil-tabs ul li.active {
	background:#f4f4f7;
}
.profil-tabs ul li a:hover {
	background:#f9f9f9;
	color:#000;
}
.profil-tabs ul li a b {
	position: absolute;
	top:0;
	right:10px;
	font-weight:300;
	color:#748595;
}
.profil-descript {
	padding:20px;
	border: 1px solid #dbe0e6;
}
.profil-descript h3 {
	font-size: 24px;
	line-height:32px;
	margin:0;
	padding:20px 0;
	font-weight:300;
	color:#006eb8;
	text-transform:uppercase;
}
.profil-descript h3:first-child {
	padding-top:0;
}
.note-long {

}
.note-long label {
	display:block;
	color:#000;
	font-weight:400;
	line-height:30px;
}
.note-long textarea {
	width:100%;
	border:1px solid #dbe0e6;
	height:80px !important;
	resize:none;
	outline:none;
}
.confirmation-paragraph {
	padding:50px 0;
	margin:0;
}
.order-history td {
	padding:15px;
	border-top:1px solid #dbe0e6;
	color:#415467;
	vertical-align:top;
}
.order-history tr.open td {
	background:#f4f4f7;
	line-height:22px;
}
.order-history tr.open td p.title {
	font-size:18px;
	margin:0;
	padding:6px 0 10px 0;
	color:#000;
}
.order-history tr.open td b.subtitle {
	font-weight:400;
}
.order-history tr.open td span.light {
	font-weight:300;
}
.order-history tr.open td span.price {
	font-weight:400;
	color:#000;
	display:block;
	padding:6px 0 8px 0;
	font-size:18px;
}
.order-history tr.open td span.price-big {
	color:#006eb8;
	font-size:27px;
	font-weight:300;
}
.order-history tr.closed td {
	display:none;
}
.order-history tr.opened td {
	background:#edeff1;
}
.order-history tr.open td span.price-small {
	font-size:14px;
}
.order-history tr.open td span.price small {
	font-size:14px;
	color:#415467;
	font-weight:300;
}
.order-history tr.open td span.price-gray {
	color:#415467;
}
.order-history th {
	background:#f4f4f7;
	padding:15px;
	color:#33373b;
	font-weight:400;
	border-top:1px solid #929da8;
}
span.text-data {
	position:relative;
	display:block;
	padding:0 0 0 130px;
}
span.text-data b {
	position:absolute;
	left:0;
	top:0;
	width:130px;
	font-weight:400;
}
.order-history td.product-items {
	padding:0 15px;
}
.order-history td.product-items ul {
	margin:0;
	padding:0;
	list-style:none;
}
.order-history td.product-items ul li {
	float:left;
	padding:0 10px 0 0;
	position:relative;
}
.order-history td.product-items ul li.more {
	padding:0;
	line-height:50px;
	width:20px;
}
.order-history td.product-items ul li span.count {
	border:1px solid #ccc;
	border-radius:30px;
	width:24px;
	height:24px;
	display:block;
	text-align:center;
	font-size:12px;
	background:#fff;
	line-height:24px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.order-history td.product-items div.thumb {
	width:56px;
	height:56px;
	display:table-cell;
	vertical-align:middle;
}
.order-history td.product-items div.thumb img {
	width:56px;
}
.container-contact h3 {
	margin:0 0 10px 0;
	font-size:24px;
	font-weight:300;
	text-transform:uppercase;
	color:#115cab;
}
.container-contact ul {
	margin:0;
	padding:0;
	list-style:none;
}
.container-contact ul li {
	margin-top:30px;
	color:#8292a0;
	font-weight:300;
	position:relative;
}
.container-contact ul li b {
	color:#373f46;
}
.container-contact ul li span {
	position:absolute;
	left:150px;
	bottom:0;
}
.container-contact ul li a:link,
.container-contact ul li a:visited,
.container-contact ul li a:hover {
	color:#115cab;
	font-weight:400;
}
.container-contact ul.icons li {
	padding:0 0 0 30px;
}
.container-contact ul.icons li:after {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	content: '';
	top: 1px;
	left: 0;
}
.container-contact ul.icons li.location:after {
	background: url("../img/icons/location.png") top left no-repeat;
}
.container-contact ul.icons li.phone:after {
	background: url("../img/icons/phone.png") top left no-repeat;
}
.container-contact ul.icons li.email:after {
	background: url("../img/icons/email.png") top left no-repeat;
}
.container-contact ul.icons li.hours:after {
	background: url("../img/icons/clock.png") center center no-repeat;
}
.map {
	height:400px;
	margin:0 0 30px 0;
}
#contact-form {
	position:relative;
}
#contact-form:after {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:376px;
	background:#e0e4e9;
	content:'';
}
#contact-form .form-group {
	display:table;
	width:100%;
	margin-bottom:0;
}
#contact-form .form-group label {
	width:40%;
	padding-left:10%;
	float:left;
	font-weight:400;
	display:block;
	line-height:42px;
}
#contact-form .form-group input,
#contact-form .form-group textarea {
	width:60%;
	float:left;
}
#contact-form .form-group p.help-block {
	padding-top:3px;
	clear:both;
	margin-left:40%;
}
#contact-form .form-group .row {
	width:60%;
	float:left;
	margin:0;
}
#contact-form .form-group .col60 input {
	width:100%;
}
#contact-form .form-group .col60 {
	padding:0;
}
h5.category-manufacturer {
	font-size:32px;
	font-weight:100;
	padding:40px 0 10px 0;
	margin:0;
	color:#000;
}
ul.filter-predefined {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	display:table;
}
ul.filter-predefined li {
	display:table-cell;
	padding:0 10px 0 0;
}
ul.filter-predefined li a:link,
ul.filter-predefined li a:visited,
ul.filter-predefined li a:hover {
	border:1px solid #ddd;
	padding:0 17px;
	line-height:42px;
	color:#333;
	display:block;
	text-decoration:none;
}
ul.filter-predefined li a:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border:1px solid #929da8;
}
ul.filter-predefined li.active a,
ul.filter-predefined li.active a:link,
ul.filter-predefined li.active a:visited,
ul.filter-predefined li.active a:hover {
	background:#006eb8;
	border:1px solid #006eb8;
	color:#fff;
}

.auth-clients {
	margin:0;
	padding:0;
	list-style:none;
}
.auth-clients li {
	float:none;
}
.auth-icon {
	width:100%;
	height:48px;
	border-radius:0;
}
.auth-clients li {
	margin:0;
}
ul.auth-clients li a.facebook {
	background:#3b5998;
	display:block;
}
ul.auth-clients li a.facebook span {
	content:'Załóż konto przez facebooka';
	display:block;
	font-size:16px;
	color:#fff;
	font-weight:300;
}
ul.auth-clients li a.facebook span:after {
	content:'Załóż konto przez facebooka';
	display:block;
	line-height:48px;
}
.btn-login-fb ul.auth-clients li a.facebook span:after {
	content:'Zaloguj przez facebook';
}
ul.auth-clients li a.facebook span:before {
	content: "\f09a";
	position:absolute;
	left:15px;
	top:5px;
	font-size:30px;
	font-family:FontAwesome;
}
.auth-icon.facebook {
	background:none;
}
.categories-content .col80 {
	position:relative;
}
.categories-content .col80 .loader {
	width:300px;
	height:300px;
	background:url("/img/loader.gif") center 160px no-repeat rgba(255,255,255,0.7);
	position:absolute;
	left:15px;
	top:0;
	z-index:99999999999;
}

.loading {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(255,255,255,.3);
	z-index:999999999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* PROFIL ADDRESSES */
div.area-address ul {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #eee;
}
div.area-address ul li {
	border-left:1px solid #eee;
	display:n
}
div.area-address ul li p {
	margin:0;
	padding:10px 15px;
	font-size:15px;
	border-top:1px solid #fff;
	background:#eee;
}
div.area-address ul li form {
	margin:0;
	padding:30px 0 15px 0;
	display:none;
}
div.area-address ul li.show form {
	display:block;
}
.input-group-btn > .btn {
	padding:10px 15px;
	border-radius:0;
	background:#ee1c2f;
	border:1px solid #ee1c2f;
	color:#fff;
}
.form-horizontal .col-sm-1 .form-group,
.form-horizontal .col-sm-2 .form-group,
.form-horizontal .col-sm-3 .form-group,
.form-horizontal .col-sm-4 .form-group,
.form-horizontal .col-sm-5 .form-group,
.form-horizontal .col-sm-7 .form-group {
	padding:0 10px;
}
.alert-profil-data {
	padding:12px 0;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:400;
	background:#ed1b2f;
	z-index:10000000;
	top:0;
	left:0;
	width:100%;
	position:fixed;
}
.alert-profil-data a:link,
.alert-profil-data a:visited,
.alert-profil-data a:hover {
	color:#fff;
	text-decoration:none;
}

.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 3px
}

.selectboxit-container * {
    outline: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none
}

.selectboxit-container .selectboxit {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.selectboxit-container .selectboxit:focus {
    outline: 0
}

.selectboxit-container .selectboxit-options a, .selectboxit-container span {
    display: block;
    text-decoration:none;
    color:#748595;
}

.selectboxit-container .selectboxit-options {
    width: 100%;
    max-height: 250px;
    padding: 7px 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    text-align: left
}

.selectboxit-options .selectboxit-disabled, .selectboxit-options .selectboxit-disabled:focus,
.selectboxit-options .selectboxit-disabled:hover, .selectboxit.selectboxit-disabled,
.selectboxit.selectboxit-disabled:focus, .selectboxit.selectboxit-disabled:hover {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.selectboxit-rendering {
    display: inline-block !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}

.selectboxit-list {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 2px 0 0;
    width: 100%;
    min-width: 200px;
    list-style: none;
    position: absolute;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.selectboxit-optgroup-header, .selectboxit-option {
    margin: 0;
    list-style-type: none
}

.bootstrap-select.btn-group .dropdown-menu, .hot-container .ht_master .wtHolder {
    min-width: 100%
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    display: block;
    background-color: #f5f5f5;
    color: #333
}

.selectboxit-list > .selectboxit-selected > .selectboxit-option-anchor {
    background-color: #2196F3;
    color: #fff
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999;
    cursor: not-allowed
}

.selectbox-container[class * =border-] > .selectboxit-list {
    border-color: inherit
}

.selectbox-container[class * =bg-] > .selectboxit-list {
    background-color: inherit;
    border-color: inherit
}

.selectbox-container[class * =bg-] > .selectboxit-list .selectboxit-option-anchor {
    color: #fff
}

.selectbox-container[class * =bg-] > .selectboxit-list > .selectboxit-focus .selectboxit-option-anchor {
    background-color: rgba(0, 0, 0, .1)
}

.selectboxit-btn {
    background-color: #fff;
    border: 1px solid #dbe0e6;
    color: #748595;
    height: 36px;
    padding: 7px 29px 7px 12px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}

.selectboxit-btn:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .01) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .01) inset
}

.selectboxit-btn.selectboxit-open, .selectboxit-btn:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .03) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .03) inset
}

.selectboxit-container[class * =bg-] .selectboxit-btn {
    background-color: inherit;
    border-color: inherit;
    color: inherit
}

.selectboxit-container[class * =border-] .selectboxit-btn {
    border-color: inherit
}

.selectboxit-btn[class * =bg-]:hover, .selectboxit-container[class * =bg-] .selectboxit-btn:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
}

.selectboxit-btn[class * =bg-].selectboxit-open, .selectboxit-btn[class * =bg-]:focus,
.selectboxit-container[class * =bg-] .selectboxit-btn.selectboxit-open,
.selectboxit-container[class * =bg-] .selectboxit-btn:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.input-group .selectboxit-container > .selectboxit-btn {
    border-radius: 0
}

.input-group .selectboxit-container:last-child > .selectboxit-btn {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.input-group > select:first-child + .selectboxit-container > .selectboxit-btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.selectboxit-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left
}

.selectboxit-default-arrow {
    position: relative;
    font-style: normal
}

.selectboxit-default-arrow:after {
    content: "\f107";
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family:FontAwesome;
}

.selectboxit-open .selectboxit-default-arrow:after {
    content: "\f106";
    font-family:FontAwesome;
}

.selectboxit-option .selectboxit-option-anchor {
    padding: 7px 12px
}

.selectboxit-optgroup-header {
    padding: 7px 12px;
    font-weight: 700;
    color: #333;
    font-size: 11px;
    line-height: 1.82;
    text-transform: uppercase
}

.selectboxit-optgroup-header:hover {
    cursor: default
}

.bootstrap-select.btn-group .dropdown-menu > li.disabled a, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

.selectboxit-optgroup-option .selectboxit-option-anchor {
    padding-left: 24px;
    padding-right: 24px
}

.selectboxit-arrow-container {
    position: absolute;
    top: 50%;
    width: 16px;
    right: 12px;
    margin-top: -8px;
    text-align: right;
    line-height: 1
}

.selectboxit-arrow-container .selectboxit-arrow[class * =icon-] {
    top: 0
}

.selectboxit-arrow-container .caret:after {
    text-align: right
}

.selectboxit-option-icon-container {
    float: left
}

.selectboxit-option-icon-container > [class * =icon-] {
    margin-right: 10px;
    width: auto
}

.selectboxit-option-icon-container .selectboxit-option-icon-url {
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    display: block
}

.selectboxit-option-first {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.selectboxit-option-last {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.selectbox-fixed + .selectboxit-container, .selectbox-fixed + .selectboxit-options {
    width: 250px
}

.selectbox-auto + .selectboxit-container, .selectbox-auto + .selectboxit-options {
    width: auto
}

.bootstrap-select, .bootstrap-select.form-control:not([class * =col-]) {
    width: 100%
}

.selectbox-lg + .selectboxit-container .selectboxit {
    padding: 9px 30px 9px 15px;
    height: 40px;
    font-size: 14px
}

.selectbox-lg + .selectboxit-container .selectboxit .selectboxit-arrow-container {
    right: 15px
}

.selectbox-sm + .selectboxit-container .selectboxit {
    padding: 6px 22px 6px 11px;
    height: 34px
}

.selectbox-sm + .selectboxit-container .selectboxit .selectboxit-arrow-container {
    right: 11px
}

.selectbox-xs + .selectboxit-container .selectboxit {
    padding: 5px 25px 5px 10px;
    height: 32px;
    font-size: 12px;
    line-height: 1.6666667
}

.selectbox-xs + .selectboxit-container .selectboxit .selectboxit-arrow-container {
    right: 10px
}

.form-registration-cart .selectboxit-btn {
	height:42px;
	padding:9px 12px;
}

.form-registration-cart .has-error .selectboxit-btn {
	border-color:#a94442;
}

/* FORM */
.form__group {
	margin-bottom:17px;
}
.form__errors {
	margin:0;
	padding:0;
	list-style:none;
	color:#f44336;
	font-size:12px;
}

.form-control-radio {
	display: flex;
}
.form-control-radio .label {
	display: block;
	font-size:16px;
	color:#000;
	font-weight:500;
	padding-left:0;
	padding-right:0;
}
.form-control-radio small {
	font-size:14px;
	font-weight: 300;
	color: #415467;
}

.form-control-radio + .form-control-radio {
	margin-top:15px;
}

.control-label-radio {
	padding:0 0 0 30px;
	line-height:35px;
	position:relative;
}
.control-label-radio span {
	width: 19px;
	height: 19px;
	border: 1px solid #dbe0e6;
	position:absolute;
	top:9px;
	left:0;
	border-radius:50%;
	cursor:pointer;
}
.control-label-radio span input {
	display:none;
}
.control-label-radio span.active:after {
	width:11px;
	height:11px;
	position:absolute;
	left:3px;
	top:3px;
	border-radius:10px;
	background:#ed1b2f;
	content:' ';
}
.other-address-invoice-area,
.other-address-area {
	display:none;
}
.address-box {
	border:3px solid #eee;
	padding:20px 20px 20px 35px;
	border-radius:3px;
	margin-bottom:20px;
	line-height:24px;
	cursor:pointer;
}
.address-box.active {
	position:relative;
	border-color:#6eaf26;
}
.address-box.active:after {
	content: "\f00c";
	font-size:21px;
	color:#6eaf26;
	display:block;
	height:30px;
	line-height:30px;
	width:30px;
	background:#fff;
	position:absolute;
	left:-15px;
	text-align:center;
	top:50%;
	margin-top:-15px;
	font-family:FontAwesome;
}
p.par-address {
	font-size:18px;
	font-weight:500;
	color:#000;
}
#form-delivery-address-area .checkbox-wrap-box {
	position:relative;
}
.form-control-save-change {
	margin-left:35%;
	margin-top:15px;
	padding-left:30px;
	position:relative;
}
#form-delivery-address-area .form-control-save-change .checkbox-wrap-box {
	position:absolute;
	left:0;
	top:0;
}
.delivery-option {
	padding:20px 0 0 0;
}
.delivery-option p.label-title {
	font-size:18px;
	font-weight:400;
	color:#000;
	margin:0;
	padding-bottom:20px;
}
.cart-bottoms {
	border-top:1px solid #dbe0e6;
	padding:30px 0 0 0;
	margin:30px 0 0 0;
}
.cart-bottoms .buttons-bottom {
	margin-top:20px;
}
.cart-bottoms button {
	padding:0 !important;
}
.checkout-summary .total-price-top b {
	text-align:right;
}
.checkout-summary .total-price-top b {
	width:120px;
}
.container-checkout-login h4 {
	height:70px;
	line-height:32px;
	font-size:18px;
	color:#000;	
}
.checkout-summary-type {
	font-weight:300;
	font-size:16px;
	margin-bottom:10px;
}
.checkout-summary-type b {
	float:right;
	color:#000;
	font-weight:300;
}
.total-price-without-tax.checkout-summary-amount small,
.checkout-summary-amount.total-price-bottom-l1 small,
.checkout-summary-amount.total-price-top small {
	float:right;
	display:block;
	text-align:right;
}
.total-price-without-tax.checkout-summary-amount b,
.checkout-summary-amount.total-price-bottom-l1 b,
.checkout-summary-amount.total-price-top b {
	float:right;
	display:block;
	text-align:right;
	width:140px;
}
.checkout-summary-amount.total-price-bottom-l1 {
	line-height:51px;
	height:51px;
}
.checkout-summary-amount.total-price-bottom-l1 b {
	margin-top:-7px;
}
.total-price-without-tax {
	margin-top:-9px;
}
.google-maps {
	height:400px;
	margin:30px 0 0 0;
}

/* PRODUCTS COMPARE */
.compare {
	border-right:1px solid #dbe0e6;
}
.col-compare {
	width:20%;
	float:left;
	border:1px solid #dbe0e6;
	border-right:none;
}
.compare-products-1 .col-compare.col-compare-product {
	width:80%;
}
.compare-products-2 .col-compare.col-compare-product {
	width:40%;
}
.compare-products-3 .col-compare.col-compare-product {
	width:26.6666%;
}
.compare-products-4 .col-compare.col-compare-product {
	width:20%;
}
.col-compare-product:hover {
	border:1px solid #006eb8;
}
.col-compare-product:hover .compare-header p.name {
	color:#006eb8;
}
.compare-body .compare-data-header {
   background-color: #f4f4f7;
   color:#000;
   position:relative;
   padding-right:60px;
}
.compare-header .thumb {
	height:120px;
}
.compare-header .thumb img {
	width:160px !important;
}
.compare-header p.name {
	font-size:18px;
	color:#000;
	margin:30px 0 2px 0;
}
.compare-header div.logo {
	height:15px;
	margin-top:15px;
	margin-bottom:25px;
}
.compare-header div.logo img {
	height:15px;
}
.compare-header span.subname {
	font-size:14px;
	color:#425466;
	display:block;
}
.compare-price {
	position:relative;
}
.compare-price span {
	font-size:27px;
	display:block;
	color:#006eb8;
	line-height:29px;
	font-weight:300;
}
.compare-price small {
	display:block;
	font-size:14px;
	color:#425466;
	line-height:16px;
}
.compare-price button {
	position: absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	border:none;
	background:url("../img/icons/compare-cart.png") center center no-repeat #f4f4f6;
}
.compare-price button:hover {
	background:url("../img/icons/compare-cart-hover.png") center center no-repeat #006eb8;
}
.compare-header a.remove:link,
.compare-header a.remove:visited,
.compare-header a.remove:hover {
	position:absolute;
	top:15px;
	right:15px;
	color: #dbe0e6;
	font-size:20px;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	z-index:99999;
	cursor:pointer;
}
.compare-header a.remove:hover {
	color:#006eb8;
} 
.compare-body .compare-data-header em {
	color:#415467;
	position:absolute;
	right:20px;
	top:12px;
	font-style:normal;
}
.compare-body .compare-data-header:nth-child(even) {
   background-color: #e9e9ee;
}
.compare-body .compare-data-value:nth-child(even) {
   background-color: #f4f4f7;
}
.compare-header {
	padding:20px;
	border-bottom:1px solid #dbe0e6;
	position:relative;
}
.compare-title {
	font-size:24px;
	font-weight:300;
	color:#000;
	line-height:27px;
	margin-bottom:40px;
}
.compare-header ol {
	margin:0;
	padding:0 0 0 20px;
	color:#425466;
	line-height:22px;
}
.compare-header ol li {
	position:relative;
}
.compare-header ol li a:link,
.compare-header ol li a:visited,
.compare-header ol li a:hover {
	color:#dbe0e6;
	position:absolute;
	top:0;
	right:0;
}
.compare-data {
	padding:12px 20px;
}
.compare-data-value {
	color:#000;
}
.compare-header ol li a:hover {
	color:#f00;	
}
.compare-data.active {
	background:#dbe0e6 !important;
}
.popup-opacity {
	background:rgba(0,0,0,.6);
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:9999999999;
}
.popup-modal {
	position:fixed;
	width:540px;
	height:430px;
	background:#fff;
	border-radius:10px;
	z-index:99999999999;
	top:50%;
	left:50%;
	margin:-215px 0 0 -270px;
	overflow:hidden;
}
.popup-stages {
	position:absolute;
	left:0;
	top:0;
}
.popup-modal .stage {
	float:left;
	margin:50px;
}
.popup-title-1 {
	font-size:24px;
	margin:0;
}
.popup-logo {
	margin:30px 0;
	max-width:100%;
}
.popup-title-2 {
	font-size:16px;
	line-height:24px;
	font-weight:300;
	margin:0 0 30px 0;
}
.popup-modal a.btn-popup:link,
.popup-modal a.btn-popup:visited,
.popup-modal a.btn-popup:hover {
	border:1px solid #0c50a0;
	display:block;
	padding:12px 0;
	text-align:center;
	border-radius:6px;
	font-size:16px;
	font-weight:300;
	color:#0c50a0;
	text-decoration:none;
}
.popup-modal a.link:link,
.popup-modal a.link:visited,
.popup-modal a.link:hover {
	color:#0c50a0;
}
.popup-modal a.primary:link,
.popup-modal a.primary:visited,
.popup-modal a.primary:hover {
	background:#0c50a0;
	color:#fff;	
}
.popup-portion {
	margin:40px auto 0 auto;
	padding:0;
	list-style:none;
	display:table;
}
.popup-portion li {
	width:20px;
	height:20px;
	border:1px solid #0c50a0;
	border-radius:20px;
	float:left;
	display:table-cell;
	margin:0 8px;
	cursor:pointer;
}
.popup-portion li.active {
	background:#0c50a0;
}
ul.popup-text {
	margin:55px 0;
	line-height:24px;
	font-size:16px;
	font-weight:300;
	padding:0;
	list-style:none;
}
ul.popup-text li {
	padding-left:18px;
	position:relative;
}
ul.popup-text li:after {
	background:#eb2036;
	content: '';
	width:8px;
	height:8px;
	border-radius:9px;
	left:0;
	top:8px;
	position:absolute;
}
.popup-title-3 {
	margin-bottom:90px;
}
.body-cookie {
	position:fixed;
	left:0;
	right:0;
	width:100%;
	bottom:0;
	padding:8px 0;
	background:rgba(255,255,255,.8);
	z-index:99999999;
	text-align:center;
	border-top:1px solid #ccc;
	font-size:12px;
}
.body-cookie a:link,
.body-cookie a:visited,
.body-cookie a:hover {
	
}
.code-grid {
	border:1px solid #ccc;
	position:relative;
	margin:30px 0;
	height:40px;
}
.code-grid button {
	background:#006eb8;
	color:#fff;
	font-size:14px;
	padding:10px 20px;
	position:absolute;
	top:-1px;
	right:-1px;
	border:none;
}
.code-grid input {
	border:none;
	margin:8px 0 0 12px;
	width:calc(100% - 198px);
	outline:none;
}
.code-grid span {
	display:block;
	padding:6px 0 0 12px;
	font-size:18px;
	font-weight:500;
}
.code-grid a:link,
.code-grid a:visited,
.code-grid a:hover {
	display:block;
	color:#fff;
	font-size:14px;
	padding:10px 20px;
	position:absolute;
	top:-1px;
	right:-1px;
	background:#f00;
}

@media (max-width: 768px) {
	body {
		margin:0 0 0 0 !important;
		margin-bottom:0 !important;
		background:#fff;
	}
	div.adv {
		display:none;
	}
	.header-replace ul {
		display:none;
	}
	header div.top {
		height:auto;
	}
	header div.top div.logo {
		margin:18px 0 0 0;
	}
	header div.top div.logo {
		height:auto;
	}
	.box-download ul li {
		width:100%;
		min-height:auto;
	}
}
@media (max-width: 1200px) {
	.container {
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	header nav {
		display:block; /* CHOWANIE MENU */
		position:fixed;
		width:80%;
		max-width:280px;
		top:55px;
		left:0;
		background:#333;
		height:auto;
		line-height:48px;
		overflow-x:none;
		overflow-y:hidden;
	}
	header nav .container {
		padding:0;
	}
	header nav ul {
		display:block;
		border-left:none;
		position:absolute;
		left:0;
		top:0;
		right:0;
	}
	header nav ul li {
		display:block;
		text-align:left;
		border-right:none;
		border-bottom:1px solid #292929;
		position:relative;
	}
	header nav ul li:after {
		content: "\f054";
		color:#555;
		font-family:FontAwesome;
		position:absolute;
		right:15px;
		top:0;
	}
	header nav ul li a:link,
	header nav ul li a:visited,
	header nav ul li a:hover {
		color:#ccc;
	}
	header .megamenu {
		left:0;
		right:0;
		margin:0;
	}
	header .megamenu .area {
		position:absolute;
		left:70%;
		top:0;
		opacity:0;
		right: -70%;
	}
	header .megamenu .area {
		background:none;
		padding:0;
		margin:0;
		border:none;
	}
	.menu-manufacturer {
		display:none;
	}
	header .megamenu .area .col20 {
		display:none;
	}
	header .megamenu .area .col80 {
		width:100%;
		padding:0;
		margin:0;
	}
	header .megamenu .area .row {
		margin:0;
	}
	header .megamenu-box {
		display:block;
	}
	header .megamenu-box {
		padding:0;
	}
	header .megamenu .area p {
		padding:0 15px;
		border-bottom:1px solid #292929;
		margin:0;
		line-height:48px;
		color:#ccc;
		text-transform:uppercase;
	}
	header .megamenu .area p a:link,
	header .megamenu .area p a:visited,
	header .megamenu .area p a:hover {
		display:block;
		font-size: 14px;
		padding: 14px 25px 14px 0;
		line-height:19px;
		color:#ccc;
	}
	header .megamenu {
		top:49px;
	}
	header .megamenu .area h2 {
		position:absolute;
		height:48px;
		padding:0 15px 0 40px;
		top:-48px;
		left:0;
		right:0;
		margin:0;
		line-height:48px;
		font-size:14px;
		text-transform:uppercase;
		background:#292929;
		color:#aaa;
	}
	header .megamenu .area h2:after {
		content: "\f053";
		font-family:FontAwesome;
		position:absolute;
		left:15px;
		top:0;
		color:#888;
		cursor:pointer;
	}
	.masonry {
		-moz-column-count:1;
		-webkit-column-count:1;
		column-count:1;
	}
	.add-slider span.nav-slider {
		display:none;
	}
	#owl-home img {
		width:100%;
	}
	.body-categories .container {
		padding-left:34px;
	}
}
@media (max-width: 360px) {
	footer .links .col16,
	footer .links .col14,
	.row.icongraphics .col16 {
		width:100%;
	}
	footer .links .col16 {
		width:100%;
	}
}
@media (min-width: 360px) and (max-width: 600px) {
	footer .links .col16,
	footer .links .col14 {
		width:50%;
	}
	.row.icongraphics .col16 {
		width:50%;
	}
	footer .links .col16 {
		width:50%;
	}
}
@media (max-width: 800px) {
	.upper-footer {
		display:none;
	}
	.home-slide-nav {
		display:none;
	}
	#owl-home {
		display:none;
	}
	.breadcrumbs {
		display:none;
	}
	ul.view-icons {
		display:none;
	}
	div.header-select {
		position:relative;
		top:auto;
		right:auto;
		width:100%;
	}
	.row-m5 .col50 {
		padding-left:15px;
		padding-right:15px;
	}
	.profil .col20 {
		width:100%;
	}
	.profil .col80 {
		width:100%;
	}
	.profil .profil-tabs ul {
		margin:0 0 20px 0;
	}
	.profil .profil-tabs ul li {
		display:none;
	}
	.profil .profil-tabs ul li.active {
		display:block;
		position:relative;
	}
	.profil .profil-tabs ul li.active:after {
		position:absolute;
		top:0;
		font-family:FontAwesome;
		right:15px;
		content: "\f078";
	}
	.profil .profil-tabs ul li.active.open:after {
		content: "\f077";
	}
}
@media (max-width: 560px) {
	.form-horizontal .form-control,
	.form-horizontal label.control-label {
		width:100% !important;
	}
	.form-horizontal .form-checkbox-area .form-group {
		margin-left:0 !important;
	}
	.col16.text-center.manufacturer-logo {
		width:50%;
	}
	.profil-tabs-data {
		margin:15px 0;
		padding:0;
	}
	.profil-descript {
		padding:0;
		border:none;
	}
	form#data-form {
		padding:0 20px;
	}
	form#data-form .col-sm-5 {
		width:60%;
		padding-left:5px;
		float:left;
	}
	form#data-form .col-sm-1 {
		width:20%;
		padding-left:5px;
		float:left;
	}
	form#data-form .col-sm-2 {
		width:40%;
		padding-left:5px;
		float:left;
	}
}
@media (max-width: 500px) {
	div.row.system .col33 {
		width:100%;
		margin:15px 0;
	}
	header div.top div.logo h1 {
		display:none;
	}
	header div.top div.center-left,
	header div.top div.center-right,
	header div.top div.right {
		display:none;
	}
	header div.top div.logo div.img {
		padding:0;
		border:none;
	}
	.manufacturers-content .add-slider-box ul li,
	.manufacturers-content .products-grid .add-slider-box ul.product-thumbs li:first-child,
	.add-slider-box ul li,
	.products-grid .add-slider-box ul li,
	.products-grid .add-slider-box ul li:nth-child(1),
	.products-grid .add-slider-box ul li:nth-child(2),
	.products-grid .add-slider-box ul li:nth-child(3),
	.products-grid .add-slider-box ul li:nth-child(4),
	.products-grid-5 .add-slider-box ul li:nth-child(5),
	.products-grid .add-slider-box ul li:first-child {
		width:100%;
		border:none;
		border-bottom:1px solid #dbe0e6;
	}
	div.add-slider.home-promo-box .add-slider-box .owl-carousel .item:hover:after,
	div.add-slider.home-promo-box .add-slider-box ul li:hover:after {
		border:none;
	}
	ul.filter-predefined {
		display:block;
		border-top: 1px solid #ddd;
		margin:0;
	}
	ul.filter-predefined li {
		display:block;
		float:none;
		padding:0;
	}
	ul.filter-predefined li a:link,
	ul.filter-predefined li a:visited,
	ul.filter-predefined li a:hover {
		border-top:none;
	}
	.product-info-options .col33 {
		width:100%;
		float:none;
	}
	.subcategory-box {
		width:100%;
	}
	.subcategory-box:nth-child(1),
	.subcategory-box:nth-child(2),
	.subcategory-box:nth-child(3),
	.subcategory-box:nth-child(1),
	.subcategory-box:nth-child(3n+1) {
		border:none;	
	}
	.subcategory-box {
		border-top:1px solid #dbe0e6 !important;
		height:auto;
	}
	footer .links {
		padding:40px 0;
	}
	footer .links div.col16 {
		width:100% !important;
		padding:15px !important;
	}
	.cart-bottoms .buttons-bottom,
	.buttons-bottom {
		height: auto;
		margin-top:0;
	}
	.buttons-bottom .col50 {
		width:100%;
		margin-top:20px;
	}
}
@media (min-width: 500px) and (max-width: 800px) {
	div.row.system .col33 {
		width:50%;
		margin:15px 0;
	}
	div.row.system .col33:nth-child(3) {
		display:none;
	}
}
@media (max-width: 800px) {
	.product-assortments-header {
		display:none;
	}
	.descript-more {
		width:100%;
	}
	.product-assortments {
		margin-top:0;
	}
	.product-cart-line2 .col10,
	.product-cart-line .col10 {
		width:30%;
	}
	.product-cart-line2 .col35,
	.product-cart-line .col45 {
		width:70%;
	}
	.product-cart-line2 .col20.text-right,
	.product-cart-line .col20.text-right {
		width:100%;
	}
	.product-cart-line2 .col20.text-right.col-subsummary {
		display:none;
	}
	.product-cart-line .col15.text-center {
		display:none;
	}
	.product-cart-line .col10.text-price {
		width:100%;
	}
	.descript-add-basket span.price-promo {
		height:auto;
	}
	.content-assortment .product-info-options .col33 {
		width:50%;
		float:left;
	}
	.btn-col-compare {
		display:none;
	}
	.assortment-descript {
		padding:30px 15px 0 15px;
	}
	#cart-form .col30,
	#cart-form .col40 {
		width:100%;
	}
	.container-cart .total-price-top {
		padding-right:0;
	}
	.container-checkout-login .h100 {
		display:none;
	}
	.container-login .col50,
	.container-checkout-login .col50 {
		width:100%;
	}
	#register-form {
		padding:0 15px;
	}
	div.col50.borderleft {
		height:auto !important;
	}
	.container-checkout-login .col-md-12 div {
		padding-left:0 !important;
	}
	.container-checkout-login .col-md-12 div.col-md-7 {
		padding-left:15px !important;
		margin-top:50px;
	}
	.login-icons-teaser {
		display:none;
	}
	.total-price-bottom {
		padding-right:0;
	}
	.container-checkout .col50 {
		width:100%;
	}
	.container-checkout .row-address .col50 {
		width:50%;
	}
	.container-checkout .row-address .col100 {
	}
	.total-price-bottom-l1 b,
	.total-price-top b {
		font-size:18px;
		width:100px;
	}
	.total-price-bottom-l1 b {
		font-size: 21px;
	}
	#order-form .col30,
	#order-form .col40 {
		width:100%;
	}
	.box-resize-height {
		display:none;
	}
}
@media (max-width: 1000px) {
	.categories-content .col20,
	.categories-content .col80 {
		width:100%;
		float:none;
	}
	.product-area-bg {
		display:none;
	}
	.product-area {
		height:auto;
	}
	.product-area .col50 {
		width:100%;
	}
	.content-product .descript-rolled-icons {
		display:none;
	}
	.assortment-descript .col50 {
		width:100%;
	}
	.assortment-descript .col50 img {
		max-width:100% !important;
		max-height:100% !important;
		width:auto !important;
		height:auto !important;
	}
	.image-area {
		border:none;
	}
	.gallery-thumb {
		display:none;
	}
	h2.title {
		font-size:28px;
	}
	/* FILTR BOCZNY */
	.mobile-modules {
		position:fixed;
		top:55px;
		width:280px;
		left:0;
		background:#fff;
		right:0;
		border-right:1px solid #eee;
		display:block;
		z-index:9999;
		height:100%;
		left:-280px;
	}
	.mobile-modules a#open-left-filters:link,
	.mobile-modules a#open-left-filters:visited,
	.mobile-modules a#open-left-filters:hover {
		display:block;
		background:#e0e0e2;
		color:#474747;
		padding:6px 0;
		width:130px;
		text-align:center;
		position:absolute;
		right:-82px;
		top:50%;
		margin-top:-65px;
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Safari */
		transform: rotate(90deg); /* Standard syntax */
	}
	.mobile-modules-overflow {
		overflow:scroll;
		height:100%;
		width:100%;
		padding:20px;
	}
	.module.module-buttons {
		display:none;
	}
	.content-assortment .descript {
		height:auto;
	}
	
	.content-assortment .descript a#selected-models:link, .content-assortment .descript a#selected-models:visited {
		position:relative;
		bottom:auto;
		left:auto;
		width:100%;
		margin-top:20px;
		text-align:center;
	}
	.product-info-options .col50 {
		width:50%;
	}
	.steps {
		display:none;
	}
	.empty-basket {
		margin:0;
		padding:40px;
	}
	.row.box-data .col33 {
		width:100%;
		float:none;
	}
	.box-data-center {
		height:120px;
		border:none;
		border-top: 1px solid #dbe0e6;
		padding:15px 15px;
		float:none;
		margin-top:15px;
	}
	header#mobile ul li#li-compare {
		display:none;	
	}
}
@media (max-width: 1200px) {
	body {
		padding-top:65px;
	}
	body.open-search {
		padding-top:115px;
	}
	header#desktop {
		display:none;
	}
	header#mobile a.open-menu:link,
	header#mobile a.open-menu:visited,
	header#mobile a.open-menu:hover {
		width:55px;
		height:55px;
		background:#e0e0e2;
		display:block;
		position:absolute;
		top:0;
		left:0;
		text-align:center;
		line-height:55px;
		color:#474747;
	}
	header#mobile a.open-menu.active:link,
	header#mobile a.open-menu.active:visited,
	header#mobile a.open-menu.active:hover {
		background:#33373b;
		color:#fff;
	}
	header#mobile {
		background:#f1f1f5;
		height:55px;
		border-bottom:1px solid #e0e0e2;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		display:block;
	}
	header#mobile .logo-area {
		height:55px;
		padding:15px 0 15px 70px;
	}
	header#mobile .logo-area img {
		height:20px;
	}
	header#mobile ul {
		margin:0;
		padding:0;
		height:55px;
		line-height:55px;
		position:absolute;
		right:10px;
		top:0;
		list-style:none;
	}
	header#mobile ul li {
		float:left;
	}
	header#mobile ul li a:link,
	header#mobile ul li a:visited,
	header#mobile ul li a:hover {
		display:block;
		padding:0 10px;
	}
	div#header-search {
		padding:15px 15px 15px 15px;
		position:fixed;
		left:0;
		top:55px;
		width:100%;
		background:#fff;
		z-index:999999;
		display:none;
	}
	div#header-search:after {
		position:absolute;
		left:28px;
		top:26px;
		width:20px;
		height:20px;
		content:'';
		z-index:999999;
		background:url("../img/icons/icon-mobile-search.png") center center no-repeat #fff;
	}
	div#header-search input {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border:1px solid #d6d6da;
		border-radius:12px;
		outline:none;
		padding:10px 12px 10px 46px;
		width:100%;	
	}
	.module-ad {
		display:none;
	}
	header#mobile ul.navmenu-mobile {
		position:fixed;
		left:0;
		top:55px;
		background:#33373b;
		display:block;
		height:auto;
		line-height:40px;
		width:80%;
		max-width:220px;
		display:none;
	}
	header#mobile ul.navmenu-mobile li {
		display:block;
		float:none;
	}
	header#mobile ul.navmenu-mobile li a:link,
	header#mobile ul.navmenu-mobile li a:visited,
	header#mobile ul.navmenu-mobile li a:hover {
		text-transform:uppercase;
		color:#fff;
		font-size:14px;
		border-bottom:1px solid #575b5f;
		display:block;
		text-decoration:none;
	}
}
@media(max-width: 361px) {
	header#mobile ul li#li-compare {
		display:none;	
	}
	.icongraphics p {
		font-size:18px;
	}
	.icongraphics p b {
		font-size:14px;
	}
	.icongraphics-text {
		display:none !important;
		opacity:0;
	}
	.icongraphics {
		margin-bottom:40px;
	}
	.product-cart-line2 .thumbs img, .product-cart-line .thumbs img {
		max-width:100%;
	}
}
@media(max-width: 410px) {
	header#mobile ul li#li-favourite {
		display:none;	
	}
	header#mobile ul li#li-compare {
		display:none;	
	}
	.checkout-module .form div label {
		width:100%;
	}
	.checkout-module .form div input.form-control {
		width:100%;
	}
	.row-address {
		width:100% !important;
		float:none !important;
		padding-left:15px;
	}
	.cart-bottoms .buttons-bottom {
		padding:0 15px;
	}
	.cart-bottoms .buttons-bottom a {
		margin:10px 0;
	}
	.container-checkout .col40,
	.container-checkout .col60 {
		width:100%;
		float:none;
	}
	.container-checkout .product-cart-line2 .col10.col-count {
		width:100%;
		float:none;
		text-align:right;
	}
	.container-checkout .product-cart-line2 .col10.col-count span.count {
		text-align:right;
	}
	.container-checkout .product-cart-line2 .col20.col-hide {
		display:none;
	}
}
@media (max-width: 360px) {
	.box-data ul li strong {
		position:relative;
		top:auto;
		left:0;
		width:100%;
	}
}
@media and (max-width: 360px) and (max-width: 980px) {
	header#mobile ul li#li-compare {
		display:none;
		border-right:none !important;
	}
}
@media and (max-width: 410px) and (max-width: 1200px) {
	header#mobile ul li#li-favourite {
		display:block;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.descript-add-basket form {
		height:120px;
	}
	.descript-add-basket .col40 {
		width:80%;
	}
	.descript-add-basket .col60 {
		width:100%;
	}
	.descript-add-basket form input {
		height:40px;
		line-height:40px;
		margin-bottom:10px;
	}
	.descript-add-basket form span {
		top:0;
	}
	.content-assortment .descript-add-basket {
		height:220px;
	}
	.product-area-bg {
		height:260px;
	}
	.assortment-descript {
		margin:0;
	}
	header#mobile ul li#li-compare {
		display:block !important;
	}
}
@media (min-width: 600px) and (max-width: 920px) {
	.icongraphics {
		margin-bottom:30px;
	}
	.row.icongraphics .col16 {
		width:33.3333%;
	}
	.icongraphics-text {
		display:none !important;
		opacity:0;
	}
}