/*
 Theme Name:   ElectroCare 2016
 Description:  Theme for ElectroCare based on Moose theme
 Author:       Ryan Skov
 Author URI:   http://www.klee.dk
 Template:     moose
 Version:      32
 Text Domain:  eltd
*/

html {
	height: auto !important;
	overflow-y: visible !important;
}

/* START - firefox fix */
input::-moz-focus-inner { 
  border: 0; 
}
/* END - firefox fix */

/* top margin */
.klee-full-width-inner {
	margin-top: 100px;
}

@media only screen and (max-width: 1000px) {
	.klee-full-width-inner {
		margin-top: 0px !important;
	}
}

/* START - login */
.widget_klee_partner_customer_widget_login .login {
	background: url('images/login11.png') no-repeat;
	height: 19px;
	width: 30px;
	margin: 4px 3px 0 17px;
}
.widget_klee_partner_customer_widget_login .login:hover {
	background: url('images/login11i.png') no-repeat;
}
.login_outer .partner_login {
    background-color: rgba(254, 181, 91, 1);
    border-top: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    left: auto;
    padding: 14px;
    position: absolute;
    right: -1px;
    top: 100%;
    transition: opacity 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 284px;
    z-index: 1000;
}
.login_outer:hover .partner_login {
    display: block;
    visibility: visible !important;
    text-align: left;
}
.partner_login_dropdown_inner p {
	clear: both;
	float: left;
	width: 100%;
}
.partner_login_dropdown_inner p label {
	float: left;
}
.partner_login_dropdown_inner p input {
	float: right;
	width: 150px;
	
}
.partner_login_dropdown_inner .error {
	margin-bottom: 20px;
	font-size: 20px;
}
.partner_login_dropdown_inner .button {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.partner_login_dropdown_inner .button a {
	width: 99%;
}
.partner_login_dropdown_inner .button .text_holder {
	width: 164px;
	text-align: center;
}
.partner_login_dropdown_inner .icon_holder {
    border-left-color: #000 !important;
}
.partner_login_dropdown_inner .forgot {
	float: right;
}
.partner_login_dropdown_inner .register {
	float: left;
	clear: both;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 20px;
	width: 100%;
}
.partner_login_dropdown_inner .register span:hover {
	color: #717171;
}
/* END - login */
/* START - loggedin */
.widget_klee_partner_customer_widget_loggedin p {
	font-size: 0.8em;
	line-height: 1.3;	
	padding-right: 20px;
}
/* END - loggedin */
/* START - lost password */
.lost-password {
	float: left;
}
.lost-password label, .lost-password input {
	float: left;
	clear: both; 
}
.lost-password .wpcf7-text {
	width: 300px !important;
}
.lost-password .button {
	margin-top: 15px;
}
.lost-password-message {
	padding-bottom: 20px;
	font-size: 20px;
}
/* END - lost password */
/* START - signup */
.partner-signup {
	max-width: 300px;
}
.partner-signup .row {
	float: left;
	clear: both;
	width: 100%;
}
.partner-signup .row label, .partner-signup .row value {
	clear: both !important;
	width: 100% !important;
	float: left;
}
.partner-signup .row #zip {
	width: 100px;
	clart: both;
}
.partner-signup .row value #address1 {
	margin-bottom: 5px;
}
.partner-signup .row #address {
    position: absolute;
    right: 5000px;
}
.partner-signup .button {
	float: right;
	margin-bottom: 50px;
}
/* END - signup */

/***************** KLEEKAT ******************/

/* START - group header */
.kleekat-product-group-top {
	max-width: 700px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
	.kleekat-product-group-top p {
		clear: both;
	}
}

.klee-breadcrum-mobile {
	display: none;
	position: relative;
	text-align: center;
	background-color: rgba(133,193,234,1);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 40px;
	margin-top: -20px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	clear: both;
	width: 100%;
}
.klee-breadcrum-mobile:before {
  /* make two squares (before and after), looking similar to the button */
  content: "";
  position: absolute;
  top: 6px;
  /* move it down because of rounded corners */
  width: 31px;
  /* same as height */
  height: 31px;
  /* button_outer_height / sqrt(2) */
  background: inherit;
  /* use parent background */
  border: inherit;
  /* use parent border */
  border-left-color: transparent;
  /* hide left border */
  border-bottom-color: transparent;
  /* hide bottom border */
  border-radius: 0px 4px 0px 0px;
  /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
  left: -16px;
  /* rotate left arrow squares 225 deg to point left */
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg); 
}

@media only screen and (max-width: 660px) {
	.klee-breadcrum-desktop {
		display: none;
	}
	.klee-breadcrum-mobile {
		display: block;
	}
}

.kleekat-product-group-top .img {
	float: left;
	width: 200px;
	height: 180px;
	margin-right: 25px;
}

.kleekat-product-group-top .img img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
}
/* END - group header */

/* START - group list */
.kleekat-product-group-main {
	width: 540px;
	float: left;
	height: 210px;
	border: 1px solid #818181;
	margin: 5px 0px 10px 0px;
	cursor: pointer;
}

.kleekat-product-group-main:nth-child(odd) {
	margin: 5px 0px 10px 0px;
	float: right;
}

.kleekat-product-group-main:hover {
	border: 1px solid #01567c;
	background-color: #efefef;
}

@media only screen and (max-width: 1200px) {
	.kleekat-product-group-main {
		width: 100%;
		margin-right: 0px;
	}
	.kleekat-product-group-main:nth-child(odd) {
		float: left;
	}
}

@media only screen and (max-width: 760px) {
	.kleekat-product-group-main {
		/*		width: auto !important; */
		
	}
}

@media only screen and (max-width: 600px) {
	.kleekat-product-group-main {
		height: auto;
		min-height: 210px;
	}
}

.kleekat-product-group-main div.kleekat-product-group {
	margin: 10px;
}

.kleekat-product-group-main div.kleekat-product-group .text {
	color: #818181;
}
@media only screen and (max-width: 480px) {
	.kleekat-product-group-main div.kleekat-product-group .text {
		clear: both;
	}
}
.kleekat-product-group-main div.kleekat-product-group .img {
	float: left;
	margin: 5px 20px 5px 0;
	height: 155px;
	width: 190px;
}

@media only screen and (max-width: 250px) {
	.kleekat-product-group-main div.kleekat-product-group .img {
		float: none !important;
	}
}

.kleekat-product-group-main div.kleekat-product-group .img img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
}

/* format bullet list in group desctiptions */
.kleekat-product-group-main ul li {
        list-style-position: outside;
}
@media only screen and (min-width: 480px) {
        .kleekat-product-group-main ul li {
                margin-left: 223px !important;
        }       
}
@media only screen and (max-width: 480px) {
        .kleekat-product-group-main ul li {
                margin-left: 1em !important;
        }       
}
/* END - group list */

/* START - parameter header */
.parameter-image {
	float: left;
	width: 224px;
	height: 180px;
	margin-right: 25px;
}
@media only screen and (max-width: 660px) {
	.parameter-image {
		width: 100%;
		margin-bottom: 10px;
	}
}
.parameter-image img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
}

@media only screen and (min-width: 600px) {
	.parameter-description {
		float: left;
		width: 40%;
		padding-right: 30px;
	}
}
/* END - parameter header */

/* START - parameter documents */
@media only screen and (min-width: 1000px) {
	.parameter-documents {
		float: right;
		width: 30%;
	}
}
@media only screen and (max-width: 660px) {
	/* do not show documents on mobile, go to the variant to sse them */
	.parameter-documents {
		display: none;
	}
}

.parameter-documents .documents, .parameter-documents .headline {
	float: left;
	width: 100%;
}

.parameter-documents .headline {
	margin-bottom: 10px;
}

.parameter-documents .documents .download_file {
	float: left;
	width: 100px;
	min-height: 110px;
	text-align: center;
}

.parameter-documents .documents .download_file div {
	max-width: 100%;
	line-height: 1.4em;
}

.parameter-documents .documents .download_file div:hover {
	font-weight: bold;
	text-decoration: underline;
}

.parameter-documents .documents .notice {
	clear: both;
	width: 100%;
	font-style: italic;
	font-size: 12px;
	line-height: 1em;
	padding-top: 10px;
}
/* END - parameter documents */

.productlist {
	margin-top: 20px;
}
.itemList h3 {
	line-height: 2em;
	float: left;
}
@media only screen and (max-width: 660px) {
	.itemList h3 {
		display: none;
	}
}

/* START - parameter filters */
.mobile-filter-menu {
    display: none;
    background: #3b86b0;
    height: 40px;
    width: 150%;
    z-index: 4000;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    margin-left: -88px;
	margin-top: 20px;	
    padding-top: 14px;
    color: #fff;
    font-size: 1em; 
}
@media (max-width: 660px) {
	.mobile-filter-menu {
		display: block; 
	} 
	.productlist {
/*		margin-left: -48px; */
		margin-top: 0px;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}
	.productlist .filter {
		z-index: 1000;
		display: none; 
		position: absolute;
/*		margin-left: -222px; */
		left: -222px;
	}
	.itemList {
		padding-left: 25px !important;
	}
	.itemList .add-to-basket {
		width: 100%;
	}
	.itemList .item .button {
		float: none !important;
	}
}
.mobile-filter-menu .filters-show {
	padding-left: 77px;
	cursor: pointer;
	font-size: 1.5em;
	float: left;
	font-weight: 600; 
}
.mobile-filter-menu .filters-show i,
.mobile-filter-menu .filters-hide i {
	margin-left: 10px;
	margin-right: 10px;
}
.mobile-filter-menu .filters-hide {
	padding-left: 77px;
	cursor: pointer;
	font-size: 1.5em;
	float: left;
	font-weight: 600;
	display: none; 
}
.mobile-filter-menu .filters-reset {
	cursor: pointer;
	margin-left: 15%;
	float: left;
	margin-top: 6px; 
}
.mobile-filter-menu .filters-count {
	 float: right;
	 margin-top: 6px; 
}



.filter {
    -moz-user-select: none;
    background: rgb(246, 246, 246) none repeat scroll 0 0;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 2px;
    float: left;
    width: 220px;
	margin-bottom: 20px;
}
.filter fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgb(203, 203, 203) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    clear: both;
    display: block;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
    width: 200px;
}
.filter fieldset legend {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) url("images/downFilter.png") no-repeat scroll right top;
    cursor: pointer;
    font-size: 16px;
    left: 0;
    line-height: 11px;
    padding: 0 25px 10px 0;
    position: absolute;
    top: 17px;
	font-weight: bold;
}
.filter fieldset label {
    -moz-user-select: none;
    display: block;
    font-size: 14px;
    line-height: 12px;
    margin: 4px 0 10px;
    padding: 5px 0 3px 25px;
    width: 180px;
/*    word-break: break-all; */
}
.filter input[type="checkbox"] {
    left: -10000px;
    position: absolute;
}
.filter input[type="checkbox"] + label {
    background: rgba(0, 0, 0, 0) url("images/check.png") no-repeat scroll left center;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 22px;
}
.filter input[type="checkbox"]:checked + label {
    background: rgba(0, 0, 0, 0) url("images/check_selected.png") no-repeat scroll left center;
}
.filter input.max, .filter input.min {
    background: rgb(246, 246, 246) none repeat scroll 0 0;
    border: none;
    color: #000;
    font-size: 10px;
    height: 12px;
    margin: 0 0 15px;
    padding: 0;
    width: 80px;
}
.filter input.min {
	float: left;
}
.filter input.max {
	text-align: right;
	float: right;	
}
.filter .slider-select-value {
	width: 92%;
	margin-bottom: 4px;
}
.filter .slider-select-caption {
	clear: both;
	width: 100%;
}
.filter .slider-select-caption span {
    display: none;
    font-size: 10px;
}
#slider-suggestions {
    z-index: 30;
}
#suggestions, #slider-suggestions {
    display: none;
    min-height: 17px;
    overflow: visible;
    position: fixed;
    top: 73px;
    width: 470px;
    z-index: 3019;
}
#slider-suggestions > div {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
    max-height: 120px;
    overflow: hidden;
    position: relative;
}
#suggestions a,
#slider-suggestions a {
    background: #FFF;
    color: rgb(51,51,51);
    display: block;
    font-size: 12px;
    line-height: 2em;
	padding-left: 5px;
    text-decoration: none;
}
#suggestions a:hover,
#slider-suggestions a:hover,
#slider-suggestions a.active {
    background: rgb(203,203,203);
}

.filter .count {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.filter a.reset {
	float: right;
	padding: 2px 10px 0 0;
	font-size: 11px;
}
/* END - parameter fileters */

/* START - parameter variant order */
.productlist #sortOrder {
    margin-left: 10px;
}
.productlist #sortOrder, .productlist #sortOrderby {
    clear: none;
    display: inline-block;
    float: right;
    width: 120px;
}
.productlist #sortOrderby {
    width: 240px;
	height: 46px;
	margin-right: 1px;
}

.productlist .form-select.hidden {
    display: none !important;
}
.productlist .hidden {
    display: none;
}
.productlist .form-select, .productlist .quickSelect {
    clear: both;
    height: 36px;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    position: relative;
    z-index: 400;
}
.productlist .form-select > span {
    overflow: hidden;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productlist .form-select span {
    font-weight: normal;
}
.productlist .form-select > span, .productlist .quickSelect > span {
    background: #ffffff url("images/select.png") no-repeat scroll right top;
    border: 1px solid rgb(203, 203, 203);
    color: #000000;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    padding: 10px;
	display: block;
}
.productlist .form-select > div, .productlist .quickSelect > div {
    border: 1px solid rgb(203, 203, 203);
    border-radius: 2px;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    top: 35px;
    width: 100%;
}

/* END - parameter variant order */

/* START - parameter variant list */
.itemList {
    border-bottom: 1px solid rgb(203, 203, 203);
/*    float: right; */
    overflow: visible;
    position: relative;
/*    width: 850px; */
	padding-left: 40px;
	width: auto;
	min-width: 0px;
	display: table;
}
.itemList .devider {
	border-bottom: 1px solid rgb(203, 203, 203);
}
/* view variant button */
.itemList .item {
	padding: 10px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
/*	cursor: pointer; */
}
/* 
.itemList .item:hover {
	background-color: #efffff;
}
*/
.itemList .item .button{
	float: right;
	border-color: #01567c;
	margin: 12px 2px 0 0;
	border-size: 1px;
	height: 42px;
}
.itemList .item .button:hover {
	background-color: #fff;
	color: #01567c;
}
.itemList .item .view_product {
	height: 40px !important;
	line-height: 43px;
	margin-top: 27px;
}
.itemList .item .note {
	float: left;
	max-width: 420px;
}
.itemList .item .note > p {
	font-family: inherit !important;
}
.itemList .item .price {
	float: left;
	clear: both;
}
.itemList .item .price > p {
	float: left;
	margin-right: 4px;
	font-size: 130%;
	font-family: inherit !important;
}
.itemLiat .item, .stock {
	float: left;
	margin-right: 20px;
	font-weight: bold;
	font-size: 80%;
	color: #858585;
}
.itemList .item .stock .external, .itemList .item .stock .own {
	font-weight: bold;
}
.itemList .item .add-to-basket {
	float: right;
	margin-top: 15px;
}

/* END - parameter variant list */

/* START - add to basket */
.add-to-basket .amount {
	width: 85px;
	text-align: center;
	border: 1px solid rgb(203, 203, 203);
	background: #fff;
	color: #01567c;
	margin: 12px 0 0 0;
	border-left: none;
	border-right: none;
	height: 42px;
	line-height: 42px;
	font-weight: 800;
	padding-left: 2px;
	padding-right: 2px;
}
.add-to-basket .amount:hover {
	background-color: #fff;
	color: #01567c;
	border-top: 1px solid rgb(203, 203, 203);
	border-bottom: 1px solid rgb(203, 203, 203);
}
.add-to-basket .amount-change {
	border: 1px solid rgb(203, 203, 203);
	background: #fff;
	color: #818181;
	margin: 12px 0 0 0;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	outline: 0;
	cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
	letter-spacing: 2px;
    overflow: hidden;
    padding: 0 22px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
	box-sizing: initial !important;
}
.add-to-basket .amount-change:hover, .itemList .item .add-to-basket .basket-add:hover {
	background-color: rgba(254, 181, 91, 1);
	outline: 0;
}
.add-to-basket .basket-add {
	background: rgba(254, 181, 91, 1);
	margin: 12px 3px 0 3px;
	border: 1px solid rgb(203, 203, 203);
	width: 50px;
	line-height: 43px;
}
.add-to-basket .qbutton.animate_button .text_holder, .qbutton.icon_right .text_holder, .load_more.icon_right a .text_holder, .load_more.animate_button a {
    padding: 0px;
}
.add-to-basket .qbutton.icon_right.transparent .icon_holder, .load_more.icon_right.transparent a .icon_holder {
    border-left: none;
}
.add-to-basket .qbutton.transparent.animate_button.rotate_icon .icon_holder .hidden_icon, .load_more.transparent.animate_button.rotate_icon a .icon_holder .hidden_icon, .qbutton.transparent.animate_button.rotate_text_and_icon .icon_holder .hidden_icon, .load_more.transparent.animate_button.rotate_text_and_icon a .icon_holder .hidden_icon, .qbutton.transparent.animate_button.fill_text_rotate_icon .icon_holder > span:not(.hidden_icon), .load_more.transparent.animate_button.fill_text_rotate_icon a .icon_holder > span:not(.hidden_icon) {
    color: rgba(254, 181, 91, 1) !important;
	font-weight: bold;
}
/* END - add to basket */

/* START - variant */
.variant. images {
	float: left;
	width: 30%;
}
.variant .images .current {
	width: 30%;
	height: auto;
	float: left;
}
.variant .info {
	float: left;
}
.variant .info .value  {
	float: left;
	margin-left: 10px;
}
.variant .info .label {
	float: left;
}
.variant .info .datasheet {
	width: 100%;
	clear: both;
}
.variant .info .description {
	width: 100%;
	clear: both;
	font-weight: bold;
	font-size: 110%;
	margin-top: 50px;
}
.variant .info .sku .value {
	font-weight: bold;
}
.variant .info .availability {
	float: left;
	margin-top: 30px;
}
.variant .basket {
	float: right;
}
.variant .basket .price {
	float: right;
	width: 270px;	
}
.variant .basket .price p {
	font-family: "PT Sans",sans-serif;
}
.variant .basket .price label {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-right: 8px;
	width: 80px;
}
.variant .basket .price price {
	font-size: 18px;
}
.variant .basket .price price wv {
	float: left;
	width: 120px;
	text-align: right;
}
.variant .basket .price price vat {
	font-size: 13px;
	clear: both;
	float: left;
	font-style: italic;
}
.variant .basket .price price quote {
	font-weight: bold;
	font-size: 14px;
}
.variant .basket .price price p {
	margin-bottom: 4px;
	font-size: 14px;
}
.variant .basket .price price p:last-of-type {
	color: #01567c;
	font-size: 14px;
}
.variant .basket .price price p:last-of-type > label {
	font-size: 13px;
	width: 80px;
	font-weight: normal;
}
/*.variant .basket .price price p:last-of-type > i, 
.variant .basket > .price > .wv {
	text-align: right;
	width: 300px;
}*/
.variant .basket .add-to-basket {
	float: right;
	clear: right;
	width: 270px;
}
.variant .basket .add-to-basket .button {
	height: 42px;
	border-color: #01567c;
}
.variant .basket .add-to-basket .log {
	width: 100%;
	float: left;
	height: 20px;
	color: red;
}
.variant .headline {
	color: #01567c;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.variant .availability .list .stock label {
	font-weight: bold;
}
.variant .description-extended {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	font-family: "PT Sans",sans-serif;
}
.variant .description-extended p {
	font-family: "PT Sans",sans-serif;	
}
.variant .measurements {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	
}
.variant .measurements .measure .measure-data {
	/* Chrome, Safari, Opera */
	-webkit-column-width: 170px;
	-webkit-column-gap: 40px; 
	-webkit-column-rule-style: solid;
	-webkit-column-rule-color: #bbb;
	/* Firefox */
    -moz-column-width: 170px;
	-moz-column-gap: 40px;
	-moz-column-rule-style: solid;
	-moz-column-rule-color: #bbb;
	/* other */
    column-width: 170px;
	column-gap: 40px;
	column-rule-style: solid;
	column-rule-color: #bbb;

	background-color: #f9f9f9;
	padding: 10px;
	color: #777;
}
.variant .measurements .measure .measure-data > div {
	margin-bottom: 4px;
	width: 100%;
	clear: left;
}
.variant .measurements .measure .measure-data > div > label {
	float: left;
	font-weight: bold;
}
.variant .measurements .measure .measure-data > div > value {
	float: right;
}
.variant .documents-drawings {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 20px;
}
.variant .documents-drawings .documents {
	float: left;
	width: 48%;
	margin-right: 15px;
}
.variant .documents-drawings .files > file {
    cursor: pointer;
    display: inline-block;
    height: 92px;
    padding: 0 3px;
    text-align: center;
    width: 85px;
	vertical-align: top;
}
.variant .documents-drawings .files > file > label {
	color: #01567c;
	line-height: 1;
	display: block;
	margin-top: -4px;
	word-wrap: break-word;
}
.variant .documents-drawings .drawings {
	float: right;
	width: 48%;
	margin-left: 15px;
}
.variant .documents-drawings .drawings .files, 
.variant .documents-drawings .documents .files  {
	min-height: 105px;
}
.variant .documents-drawings > notice {
	clear: both;
	float: left;
	width: 100%;
}
/* END - variant */

/* START - widget shopping chart */
.shopping_cart_header .header_cart_span {
	background-color: #01567c !important;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 10px;
	height: 18px;
	line-height: 16px;
	position: absolute;
	right: 1px  !important;
	text-align: center;
	/*    top: -5px; */
	margin-right: 17px;
	transition: background-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 19px !important;
}
.shopping_cart_outer .header_cart_span {
	margin: -3px 5px 0 0;
	padding: 2px 2px 0 0;
}
.shopping_cart_header .header_cart {
	padding: 0 30px 0 0 !important;	
}
.shopping_cart_header .item_image_holder {
	max-width: 100%;
	margin-top: 6px !important;
}
.shopping_cart_header .item_image_holder > div {
	border: 1px solid #909090;
	background-color: #fff;
}
.shopping_cart_dropdown ul li .item_info_holder .item_left > sku {
	font-weight: bold;
	clear: both;
	width: 100%;
	text-transform: uppercase;
}
.shopping_cart_dropdown ul li .item_info_holder {
	margin-top: 0px !important;
}
.shopping_cart_dropdown .subtotal_holder:first-of-type {
	margin-bottom: 0px !important;
}
/* END - widget shopping chart */

/* START - basket */
input[type="submit"],
input[type="button"] {
	background-color: #85c1ea;
    border-color: rgba(133, 193, 234, 1);
}
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #464646;
    border-color: rgba(70, 70, 70, 1);
    color: #ffffff;
}
.basket .headline {
	font-family: Oswald; 
	font-size: 30px; 
	font-style: normal; 
	font-weight: 800; 
	color: #01567c; 
	text-decoration: none; 
	padding: 0; 
	margin: 30px 0 15px 0; 
	text-transform: uppercase; 
	text-align: left
}
.basket .header-text {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
.basket .empty {
	width: 200px;
	margin: 100px auto 0 auto;
}
.basket .empty > p {
	padding-bottom: 10px;
	font-size: 14px;
}
.basket .empty > a {
	border: none;
}

.basket .basketcontent {
	float: left;
	clear: both;
	width: 100%;
}
.basket .basketcontent .line {
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	float: left;
	width: 100%;
	padding: 5px;
}
.basket .basketcontent .line:last-of-type {
	border-bottom: 1px solid #ebebeb;
}
.basket .basketcontent .col-image {
	width: 85px;
	float: left;
	padding: 0 30px 0 15px;
	color: #fff;
}
.basket .basketcontent .col-desc {
	float: left;	
}
.basket .basketcontent .col-desc .line-delete {
	float: left;
	clear: both;
}
.basket .basketcontent .col-desc .line-delete > div {
	float: left;
	color: #818181;
	text-transform: uppercase; 
	font-size: 10px;
}
.basket .basketcontent .col-desc .line-delete > img {
	margin: 6px 5px 0 0;
}
.basket .basketcontent .col-price {
	float: right;
	margin-right: 60px;
}
.basket .basketcontent .col-price .price_discount {
	min-height: 60px;
}
.basket .basketcontent .col-price .price_discount .price > label,
.basket .basketcontent .col-price .price_discount .price > value {
	float: left;
	padding-right: 5px;
	font-weight: 600;
	color: #838383;
}
.basket .basketcontent .col-price .price_discount .price > text {
	clear: both;
	float: left;
	font-size: 10px;
	line-height: 10px;
}
.basket .basketcontent .col-total {
	float: right;
	width: 160px;
	text-align: right;
	font-weight: 600;
	color: #838383;
	margin-right: 4px;
}
.basket .update {
	float: right;
	clear: both;
	margin-top: 20px;
}
.basket .update p {
	margin-top: 5px;
	clear: both;
}
.basket currency {
	font-size: 11px;
}
.basket .update .update_chart {
	border: none;
	margin-top: 10px;
}
.basket .summery {
	float: right;
	width: 240px;
}
.basket .summery > div {
	width: 100%;
	float: right;
	font-weight: 600;
	color: #838383;
}
.basket .summery label {
	float: left;	
}
.basket .summery value {
	float: right;
}
.basket .summery > div:last-of-type {
/*	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;*/
	margin-top: 10px;
	font-size: 20px;
}
.basket h2 {
	font-size: 22px !important;
	margin-bottom: 6px !important;
}
.basket .customer {
	width: 100%;
	float: left;
	clear: both;
}
.basket .customer .order-information {
	float: right;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.basket .customer .delivery-msg {
	font-weight: bold;
}
.basket .customer table tr {
	border: none;
}
.basket .customer table td {
	text-align: left;
}
.basket .conditions {
	margin-bottom: 40px;
}
.basket .conditions input[type=submit] {
	border: none;
}
.basket .errors h1 {
	color: red;
}

label.delivery_method, label.payment_method {
	float: left;
}
#delivery-method, #payment-method {
	border-bottom: 1px solid #eaeaea;
	float: left;
	width: 100%;
	height: 90px;
}

.basket-confirm .line {
	border-bottom: 1px solid #ababab;
	float: left;
	width: 100%;
}
.basket-confirm .image {
	float: left;
	width: 12%;
	margin: 0 6% 10px 0;
}
.basket-confirm .stock label {
	vertical-align: top;
}
.basket-confirm .stock img {
	padding: 4px 0 0 5px;
}
.basket-confirm .price_discount {
	float: left;
	clear: both;
}
.basket-confirm .line .price {
	float: right;
	font-size: 18px;
	margin-top: 20px;
}
.basket-confirm .sum {
	float: right;
	width: 40%;
	clear: both;
	border-bottom: 1px solid #ababab;
	padding: 5px 0 2px 5px;
}
.basket-confirm .sum value {
	float: right;
	font-size: 18px;
}
.basket-confirm .total {
	border-top: 1px solid #ababab;
	border-bottom: 2px solid #ababab;
	font-weight: bold;
}
.basket-confirm .accept {
	float: left;
	width: 100%;
	clear:both;
}
.basket-confirm .accept #accept {
	float: left;
	width: auto;
}
/* END - basket */

/* START -search */
/* search 0 */


/* search 1 */
.search1-header {
	width: 100%;
	float: left;
}
.search1-header-image {
	float: left;
	width: 260px;
}

.search1-header-content {
	float: left;
	max-width: 700px;
}

@media only screen and (max-width: 760px) {
	.search1-header-content {
		float: left;
		max-width: 500px;
	}
}

@media only screen and (max-width: 600px) {
	.search1-header-content {
		float: left;
		max-width: 300px;
	}
}

.search1-header-name {
	float: left;
	clear: both;
	width: 100%;
}
.search1-header-description {
	float: left;
	width: 100%;
}
.search1-product-list {
	width: 100% !important;
}
.search1-spinner {
	width: 100%;
	text-align: center;
}
.search1-spinner .pagination div.page {
	float: left;
	border: 1px solid #01567c;
	padding: 10px 20px 12px 20px;
	margin: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #01567c;
}
.search1-spinner .pagination div.select:hover {
	background-color: #fff;
	color: #01567c;
}
.search1-spinner .pagination div.select {
	background-color: #01567c;
	color: #fff;
	cursor: pointer;
}
.search1-more {
	margin-bottom: 55px;
}
/* search 2/3 */ 


/* END -search */


