@CHARSET "UTF-8";

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf')  format('truetype'), url('../fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf')  format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

body, input, textarea, button{
	font: 17px 'Roboto', Arial, Tahoma, Verdana;
}

body{
    min-width: 300px;        /* Suppose you want minimum width of 1000px */
    width: auto !important;  /* Firefox will set width as auto */
}

ul, ol{ list-style-type: none; }
input, textarea, select{ outline: none; }

a{ text-decoration: none; }
a:hover{ text-decoration: underline; }

.clear{ clear: both; }

/* --------------------------- header --------------------------- */
header{
    margin: 0 15px;
    border-bottom: solid 1px #f4f3f3;
    position: relative;
}

header .inner{ width: 100%; }

header h1, header p.header{
    background: url("../images/logo.png") center center no-repeat;
    background-size: 100% 100%;
    width: 117px;
    height: 23px;
    margin: 20px auto 15px;
}

header h1 > a, header p.header > a{
    display: block;
    text-indent: -9999px;
    width: 100%;
    /* height: 85px; */
}

#cart-button{
    position: absolute;
    top: -1px;
    right: 0;
}

#cart-button .quick-cart-buy{
    background: url("../images/cart.png") center center no-repeat;
    width: 28px;
    height: 26px;
    display: block;
    text-indent: -9999px;
}

#cart-button .summary{
    position: absolute;
	top: 0;
}

#cart-button .summary .qty{
    color: #ff3c00;
    position: absolute;
    text-align: right;
    font-weight: bold;
    right: 4px;
    font-size: 0.9em;
}

#cart-list tbody td.qty,
#cart-list thead td.qty{
	padding-right: 20px;
}

#menu-button{
    position: absolute;
    top: 0;
    left: 0;
}

#menu-button .quick-menu{
    background: url("../images/menu.png") center center no-repeat;
    width: 30px;
    height: 23px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

#menu-button .quick-menu.opened{
    background-image: url("../images/menu-close.png");
}

nav > ul{
    padding: 0 0 10px 0;
}

nav > ul li a:hover{
    background: #f4f3f3;
}

nav > ul li a{
    display: block;
    color: #000;
    padding: 8px 0;
}

nav > ul > li{
    position: relative;
}

nav > ul li.products ul > li > a{
    padding-left: 30px;
}

nav > ul li a:hover{
    text-decoration: none;
}

nav > ul li.products ul.topmenu{
    display: none;
}

nav > ul > li .submenu {
    display: none;
}

nav > ul > li .submenu li {
    padding-left: 30px;
}

/* --------------------------- homepage --------------------------- */
#home{
    margin-top: 65px;
    margin-bottom: 0;
}

#searchbox{
	display: none;
    margin: 15px 0 0;
	position: absolute;
    width: 100%;
}

body.content-home #searchbox{
	display: block;
}

#searchbox p{
    border-bottom: solid 1px #111111;
    padding-bottom: 5px;
}

#searchbox p button{
    background: url("../images/search.png") center center no-repeat;
    border: 0;
    display: inline-block;
    text-indent: -9999px;
    width: 25px;
    height: 28px;
    float: right;
}

#searchbox p input{
    border: 0;
    color: #111111;
    width: 80%;
    height: 27px;
}

#searchbox p input::placeholder{
    color: #111111;
}

#searchbox label, #searchbox legend{ display: none; }

.home-boxes {
    margin: 20px 0 15px;
}

.home-boxes .banners-container{
    position: relative;
}

.home-boxes .banners-container .arrows a{
    display: block;
    width: 10%;
    cursor: pointer;

    top: 0;
    bottom: 0;
    position: absolute;

    z-index: 9;
}

.home-boxes .banners-container .open-video{
    cursor: pointer;
}

.home-boxes .banners-container .arrows a.left{
    left: 0;
    background: url("../images/product-arrow-new2.png") 0% 50% no-repeat;
}

.home-boxes .banners-container .arrows a.right{
    right: 0;
    background: url("../images/product-arrow-new.png") 100% 50% no-repeat;
}

/*
.home-boxes .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.home-boxes .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.home-boxes a{
    display: block;
    line-height: 0;
}

.home-boxes img {
    width: 100%;
    height: auto;
}

.mini-products{
    margin-left: -1.5%;
    padding: 15px;
}

.mini-products li{
    float: left;
    margin: 0 0 2% 1.5%;
    width: 48.5%;
    position: relative;

    text-align: center;
    padding: 10px 0;
}

.mini-products li a img{
    width: 70%;
    height: 70%;
}

.mini-products:after {
    content: '';
    clear: both;
    display: block;
}

.mini-products h2{
    font-size: 1em;
    margin: 5px 0 10px;
    font-weight: normal;
}

.mini-products h2 a{
    color: #000;
}

/* --------------------------- content --------------------------- */
.blog{
    margin-top: 20px;
}

.blog-entry {
    margin-bottom: 10px;
}

.blog-entry img{
    width: 100%;
}

.m-content .text{
    margin: 0 auto;
    max-width: 1000px;
    line-height: 150%;
}

.m-content .text p{
    margin-top: 20px;
    padding: 0 10px;
}

.m-content .text > ul,
.m-content .text > ol{
    list-style-type: circle;
    padding: 20px 20px 20px 40px
}

.m-content .text a{
    color: #ff3c00;
}

/* --------------------------- content --------------------------- */
.cols-contact .cbox{
    margin-top: 30px;
    line-height: 150%;
}

.cols-contact .cbox h3{
    margin-bottom: 10px;
}

.cols-contact .cbox .cinfo{
    color: #ff3c00;
}

/* --------------------------- products --------------------------- */
.filters-container{
    margin: 15px 0;
}

.filters-container:after{
    content: '';
    display: block;
    clear: both;
}

.filters-container > a{
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.filters-container .filters{
    clear: both;
}

.filters .filter > p{
    padding-bottom: 5px;
    font-weight: bold;
}

.filters .filter > ol{
    line-height: 150%;
}

.filters .filter > ol > li{
    list-style-type: none;
    display: inline;
}

.filters .filter > ol > li > a{
    display: inline-block;
    margin-right: 3px;
    color: #111;
}

.filters .filter > ol > li > a.selected{
    background: #111;
    color: #fff;
    padding: 0px 4px;
}


ul.products{
    padding: 0;

    display: flex;
    flex-flow: row wrap;
    margin-left: -1.5%;
}

ul.products li{
    position: relative;
    text-align: center;

    padding: 10px 0;

    width: 48.5%;
    float: left;
    margin: 0 0 2% 1.5%;
}

ul.products li .sold-out{
    background: url("../images/sold-out.jpg") 0 0 no-repeat;
    
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

    /* position */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: -15px;
    height: 30px;
    vertical-align: middle;
}

ul.products li.error{
	width: 100%;

    font-size: 1.8em;
    padding: 80px 10px 20px;
    font-weight: lighter;
}

ul.products li .product-sizes{
    position: absolute;
    display: none;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #111;
    right: 0;
    left: 0;
    margin-top: -42px;
    height: 21px;
}

ul.products li:hover .product-sizes{
    display: block;
}

ul.products .price.old, ul.mini-products .price.old {
    text-decoration: line-through;
    padding-left: 10px;
}

.price.displayed_net:after{
    content: '/netto';
    padding-left: 10px;
    color: #333;

    font-size: 0.6em;
    vertical-align: top;
    padding-left: 4px;

}

ul.products .price.promotion, ul.mini-products .price.promotion {
    color: #ff3c00;
}

ul.products li .price-container{
    padding-top: 10px;
    font-weight: bold;
}

ul.products li a.image{
    display: block;
}

ul.products li a img{
    width: 100%;
    height: 100%;
    float: left;
}

ul.products li a:after{
    content: '';
    display: block;
    clear: both;
}

.pagination{
    text-align: center;
    padding: 20px 0 40px;
    clear: both;
}

.pagination .pages{
    font-size: 1em;
}

.pagination .pages li{
    display: inline-block;
    margin: 0 3px;
}

.pagination li a, .pagination li > span{
    margin: 0 10px 0 0;
    display: inline-block;
    color: #000;
    padding: 0 3px;
    margin: 0 6px;
    line-height: 100%;
    font-size: 1.2em;
}

.pagination li a:hover{ text-decoration: none; }

.pagination li.selected a, .pagination li.selected > span{
    background: #000;
    color: #fff;
}

.pagination li.next, .pagination li.prev{
    display: none;
}

#s_results ol {
    background: #fff;
}
#s_results ol  li{
    border-top: solid 1px #dfdfdf;
}
#s_results ol li h4 {
    font-size: 0.8em;
    font-weight: normal
}

#s_results ol li h4 a{
    color: #000;
    display: block;
    padding: 4px;
}

/* --------------------------- banners --------------------------- */

.home-boxes .banners-container .banners{
    margin-bottom: 15px;
}

.home-boxes .banners-container .banners .next{
    display: none;
}

/* --------------------------- product page --------------------------- */
.product-left{
    margin-top: 20px;
    position: relative;
}

.product-left .image img{
    width: 100%;
    height: inherit;
}

.product-left .s-images{
    clear: both;
    text-align: center;
    padding: 12px 0;

    display: none;
}

.product-left .s-images li{
    border: solid 2px #fff;
    display: inline-block;
    line-height: 100%;
}

.product-left .preloader{
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    right: 0;

	background: #FFF url("../images/preloader-white.gif") center center no-repeat;
	opacity: 0.9;
}

.product-left .navigation{
    position: relative;
}

.product-left .navigation a{
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.product-left .navigation a:hover{
    opacity: 0.8;
}

.product-left .extra-discount{
    display: none;
    position: absolute;
    font-weight: 300;
    font-size: 1.4em;
    margin-top: 100px;
}

.product-left .extra-discount strong{
    font-weight: bold;
}

.product-left .navigation a.prev{
    left: 0;
    background: url("../images/product-arrow-new2.png") 0% 50% no-repeat;
}

.product-left .navigation a.next{
    right: 0;
    background: url("../images/product-arrow-new.png") 100% 50% no-repeat;
}

.product-right{
    margin: 20px 15px 10px 15px;
    position: relative;
}

.product-right .product-id{
    position: absolute;
    right: 30px;
    top: -50px;
    color: #dfdfdf;
}

section.std .product-right h1{
    font-weight: normal;
    font-size: 1.4em;
    text-align: left;
	margin: 0;
	border: 0;
	padding: 0;
}

.product-right .prices{
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.4em;
}

.product-right .prices .unit, .unit{
    font-size: 0.6em;
    vertical-align: top;
    padding-left: 4px;
}

.product-right .prices .promotion{
    color: #ff3c00;
}

.product-right .price-lowest {
    margin-bottom: 10px;
    color: #a6a6a6;
}

.product-right .prices .old{
    text-decoration: line-through;
    font-size: 0.6em;
    vertical-align: top;
    padding-left: 10px;
    font-weight: normal;
}

.product-right .product-description{
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #111;
    line-height: 150%;
}

.product-right .select-to-links{
    margin: 30px 0 40px;
}

.product-right .buy, .product-right .sold{
    background: #111;
    color: #fff;
    width: 100%;
    border: 0;
    height: 60px;
    text-align: center;
    font-size: 1.1em;
    cursor: pointer;

    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    text-decoration: none;
    outline: none;
}

.product-right .sold{
    margin-top: 20px;
    background: #b9b9b9;
}

.product-right .quick-buy{ margin-top: 15px; }

.product-right .buy:hover{
    background: #222;
}

.product-right .select-links{
    padding: 5px 0;
    margin-top: 5px;
    line-height: 200%;
}

.product-right .select-links li{
    display: inline-block;
    margin-right: 10px;
}

.product-right .select-links li a{
    cursor: pointer;
    padding: 1px 5px;
    text-decoration: none;
}

.product-right .select-links li.selected a{
    background: #111;
    color: #fff;
}

.m-product{
    padding-bottom: 40px;
}

.m-product .recommended:before{
    display: block;
    content: '';
    clear: both;
}

.m-product .recommended .simple, .product-tables h2, .product-data h2{
    font-size: 1.7em;
    text-align: center;
    font-weight: 300;
    margin: 0 15px;
    padding: 20px;
    margin-top: 25px;
}

.go-back{
    margin: 100px 0 40px;
    text-align: center;
    padding-bottom: 20px;
}

.go-back a{
    color: #111;
    background: url("../images/go-back-arrow.png") left center no-repeat;
    padding: 0 0 0 20px;
}

.search-phrase{
    margin: 20px;
}

.search-phrase span{
    text-decoration: underline;
}


/* --------------------------- common --------------------------- */

section{
	margin-bottom: 80px;
}

section.home-bottom{
    margin-bottom: 45px;
}

section, header, footer{
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
}

section.std h1, .text-form legend{
    font-size: 1.7em;
    text-align: center;
    font-weight: 300;
    margin: 0 15px;
    border-bottom: solid 1px #f3f3f3;

    padding: 20px;
    margin-top: 25px;
}

.text-form legend{
	display: block;
    margin: 0 0 20px 0;
    width: 100%;
    padding: 30px 0;
}

.one-step-terms-of-use{
    margin-bottom: 20px;
}

.text-form .cut-terms label{
    overflow: auto;
    height: 80px !important;
}

/* --------------------------- cart --------------------------- */
.quick-cart {
    display: none;
}

/* --------------------------- cart responsive --------------------------- */

@media (max-width: 720px){
    table.responsive{
        width: 100%;
        padding: 0 15px;
    }

    table.responsive tr td{
		border: 0 !important;
		padding: 0 !important;
	}

    table.responsive thead{
        display: none;
    }

    table.responsive tbody tr{
        display: block;
        margin-bottom: 20px;
        border-bottom: solid 1px #f3f3f3;
        position: relative;
        padding-bottom: 20px;
    }

    table.responsive tbody td{
        display: block;
    }

    table.responsive tbody td.tinput,
    table.responsive tbody td.ttitle,
    table.responsive tbody td.tprice,
    table.responsive tbody td.tnum{
        margin-left: 90px;
    }

    table.responsive .holder{
        display: inline-block;
        margin-right: 25px;
    }

    table.responsive .timage{
        position: absolute;
        top: 20px;
    }

    table.responsive .tinput{
        position: absolute;
        right: 0;
        top: 20px;
    }

    table.responsive tbody td.ttitle p{
        line-height: 150%;
    }

    table.responsive .ttitle{
        padding-top: 20px !important;
        font-size: 0.9em;
    }

    table.responsive .tprice{
        padding: 20px 0px !important;
    }

    table.responsive tfoot tr{
        display: block;
        text-align: right;
        font-weight: bold;
        font-size: 1.4em;
        padding: 10px 40px 30px;
        border-bottom: solid 1px #f3f3f3;
    }

    table.responsive tfoot tr span{
        font-weight: normal;
        font-size: 0.7em;
        padding-right: 20px;
    }

    table.responsive tfoot td{
        display: inline;
    }
}

.cart-coupon-box{
    padding: 30px 0;
}

.cart-coupon-box p{
    padding-bottom: 10px;
    display: flex;
    border-bottom: solid 1px #111111;
}

.cart-coupon-box p input.text{
    border: 0;
    color: #111111;
    width: 80%;
    height: 27px;
    flex: 14;
}

.cart-coupon-box p input.button{
    color: #111111;
    text-transform: uppercase;
    border: 0;
    background: #fff;
    color: #111111;
    margin-top: 4px;
    cursor: pointer;
    flex: 1;
}

.cart-coupon-box p input::placeholder{
    color: #111111;
}

table.cart tfoot tr.cart-modifications {
    background: #f3f3f3;
    padding: 0 30px 0 0;
    margin: 0;
}

table.cart tfoot tr.cart-modifications td{
    padding: 0;
}

table.cart tfoot tr.cart-modifications .discount {
    color: red;
    font-weight: bold;
}

.cart-modifications .alerts{
    display: table;
    float: right;
}

.cart-modifications .alerts li{
    display: table-row;
}

.cart-modifications .alerts li span{
    display: table-cell;
    padding: 5px 10px;
}

.cart .before_discount {
    margin-left: 10px;
    text-decoration: line-through;
    color: #999;
}

.cart .item-delete {
    margin-top: 20px;
}

.cart .item-delete a {
    border: solid 1px #d0d0d0;
    padding: 4px 8px;
}

.cart .item-delete a:before{
    display: inline-block;
    content: "\00d7";    
    margin-right: 5px;
    font-size: 23px;
    vertical-align: middle;
}

.cart .item-delete a:hover {
    background: #ebebeb;
    text-decoration: none;
}

.cart-coupons{
    padding-top: 10px;
}

.cart-coupons a{
    color: #000;
    text-decoration: underline;
}

.cart-coupons .coupons p,
.cart-coupons .coupons ul{
    padding-top: 10px;
}

.button.cartorder, .button.cartback{
    display: block;
    margin: 50px 15px;
    text-align: center;
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    text-decoration: none;
    color: #111;
}

.button.cartorder{
    background: #ff3c00;
    color: #fff;
}

.button.cartorder:hover{
    background: #ff4812;
}

.button.cartback:hover{
    background: #f3f3f3;
}

.button.cartback{
    margin-bottom: 100px;
}

/* --------------------------- form --------------------------- */
.text-form .lab50, .text-form .radios, .text-form .poll, .text-form .field{
    margin-bottom: 20px;
}

.text-form .profiles{ margin-bottom: 20px; }

.text-form a{
	color: #111;
	text-decoration: underline;
}

.text-form .syminput label{
	display: block;
	padding-bottom: 10px;
}

.text-form .syminput span{
	font-weight: bold;
}

.text-form a:hover{
	text-decoration: none;
}

.text-form .text::placeholder{
    color: #111;
}

.text-form h3{
    font-weight: normal;
    color: #ff3c00;
    margin: 40px 0;
}

.text-form .text.error{
	border-color: #ff3c00;
	background: #fff0eb;
}

.text-form .errors, .globalerror, .text-form .gerrors{
	background: #ff3c00;
	color: #fff;
	padding: 10px;
	font-size: 0.8em;
}

.text-form .errors.empty{
    display: none;
}

.globalerror{
	margin: 30px 15px 0;
	font-size: 1em;
	padding: 20px 10px;
}

.text-form .text{
    border: 0;
    border-bottom: solid 1px #111;
    width: 100%;
    padding: 15px 0;
}

.text-form .info{
	line-height: 51px;
    display: inline-block;
    padding-left: 20px;	
}

.text-form .text.small{
    width: 40%;
    float: left;
}

.text-form .field p:after{
	content: '';
	display: block;
	clear: both;
}

.text-form textarea.text{
	min-height: 25px;
	height: 25px;
}

.text-form textarea.text.large{
    height: 150px;
}

.text-form select.text{
    -webkit-appearance:none;
    background: #fff url("../images/select-arrow.png") center right no-repeat;
	font-size: 17px;
    border-radius: 0;
}

.text-form .text.small.last{
    float: right;
}

.text-form .house{
    position: relative;
}

.text-form .house span{
    position: absolute;
    left: 50%;
    top: 14px;
}

.text-form .cols .lab50.house p:after, .text-form .cols:after{
    content: '';
    display: block;
    clear: both;
}

.text-form .cols .lab50{
    width: 46%;
    float: left;
    margin-right: 4%;
}

.text-form .option{
	margin: 10px 0 20px;
}

.text-form .option input, .text-form .option label{
    vertical-align: middle;
    line-height: 150%;
    display: inline-block;
	font-size: 0.9em;
}

.text-form .option label{
    padding: 1px 0 0 7px;
}

.text-form .cols .lab50.last{
    width: 46%;
    float: left;
    margin-left: 4%;
    margin-right: 0;
}

.text-form .hmenu label{
    padding: 0 15px 0 5px;
    vertical-align: middle;
}

.text-form .hmenu input{
    vertical-align: middle;
}

.text-form .radios label{
	padding-right: 30px;
}

.text-form .poll{
	font-size: 0.9em;
}

.text-form .empty { display: none; }

.text-form .poll img{
	height: 18px;
}

.text-form .poll label{
	margin-top: -3px;
}

.text-form .poll .description{
	display: block;
	font-size: 0.9em;
	color: #757575;
	padding: 5px 0 0 30px;
}

.text-form .button{
    background: #111;
    color: #fff;
    width: 100%;
    border: 0;
    height: 60px;
    text-align: center;
    font-size: 1.1em;
    cursor: pointer;
	outline: 0;
}

.text-form .g-recaptcha{ margin-bottom: 15px; }

.text-form .button:hover{
	background: #3c3c3c;
}

/* checkboxes */
.text-form input[type=checkbox] {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

.text-form input[type=checkbox] + label {
	padding-left:36px;
	height:24px; 
	display:inline-block;
	line-height:24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	cursor:pointer;

}

.text-form input[type=checkbox]:checked + label {
	background: url("../images/radio-checked.png") 0 0 no-repeat;
}

.text-form input[type=checkbox] + label {
	background: url("../images/radio-empty.png") 0 0 no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.one-step-terms-of-use label{
	font-size: 0.8em;
}

.text-form .note{
	margin-bottom: 40px;
}

.one-step-terms-of-use label a{
	color: #111;
	text-decoration: underline;
}

/* radios */
.text-form input[type=radio] {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

.text-form input[type=radio] + label {
	padding-left: 30px;
	height: 20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	cursor:pointer;

}

.text-form input[type=radio]:checked + label {
	background: url("../images/checkbox-checked.png") 0 0 no-repeat;
}

.text-form input[type=radio] + label {
	background: url("../images/checkbox-empty2.png") 0 0 no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* --------------------------- payment code --------------------------- */
.code-payment-container {
    line-height: 180%;
}

.code-payment-container > div {

}

.code-payment h2{
    font-size: 1.7em;
    text-align: center;
    font-weight: 300;
    margin: 0 15px;
    padding: 20px;
    margin-top: 25px;
    line-height: 150%;
}

.code-payment .order-info {
    margin-top: 10px;
}

.code-payment .order-number {
    background: #f3f3f3;
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 10px;
}

.code-payment .info {
    margin: 5px 15px;
    line-height: 180%;
    color: #535353;
    font-style: italic;
}

.code-payment .code-area {
    margin: 10px 0;
}

.rules-payment {
    line-height: 180%;
    font-size: 0.9em;
}

.rules-payment img {
    margin: 0 10px 10px 0;
}

.rules-payment a {
    color: red;
    text-decoration: underline;
}

.rules-payment ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.code-box {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 600px;
    border: solid 5px #f1f1f1;
    padding: 10px;
}

.code-box .code-field {
    background: #f1f1f1;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
}

.code-box .code-field label {
    padding: 25px 22.5px 25px 25px;
}

.code-box .code-field .input {
    padding: 25px 25px 25px 12.5px;
    width: 100%;
}

.code-box .code-field .input .text{
    font-size: 32px;
    padding: 5px 0;
    border: 0;
    border-bottom: solid 4px #000;
    text-align: center;
    background: transparent;
    width: 100%;
}

.code-box .code-field .input .text.error{
    background: #ffd0d0;
}

.code-box .code-field .errors {
    color: red;
}


.code-box .finish {
    background: #111;
    color: #fff;
    width: 100%;
    border: 0;
    height: 60px;
    text-align: center;
    font-size: 1.1em;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    text-decoration: none;
    outline: none;
}

.code-payment .accept-area {
    position: relative;
    background: #bedbff;
    background: linear-gradient(57deg, #bedbff 0%, #d9e6f5 100%);
    margin-bottom: 10px;
    padding: 15px 20px;
    padding-right: 120px;
    min-height: 150px;
    line-height: 180%;
}

.code-payment .accept-area p { margin-bottom: 10px; }
.code-payment .accept-area .state {
    display: inline-block;
    background: #88a8ce;
    padding: 8px 12px;
    margin-top: 5px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    line-height: 35px;
}

.code-payment .accept-area .small-spinner {
    width: 20px;
    height: 20px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    animation: small-spinner 1s linear infinite forwards;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

@keyframes small-spinner {
    0% {
        transform: rotate(0deg)
    }
    
    100% {
        transform: rotate(360deg)
    }
}

.code-payment .accept-area .refresh {
    color: #ec0000;
    font-weight: bold;
}

.code-payment .accept-area .ringing-mobile {
    position: absolute;
    right: 20px;
    top: 30px;
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.code-payment .accept-area .icon-mobile {
    display: block;
    width: 120px;
    height: 120px;

    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-size: auto;
}


@keyframes ring{
    0%{
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2%{
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4%{
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6%{
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8%{
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10%{
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12%{
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14%{
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16%{
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18%{
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

/* --------------------------- simple table --------------------------- */
.cols-2, .container{
	margin: 0 15px;
}

.cols-2 > .col{
    box-sizing: border-box;
    padding: 0 15px;
}

.cols-2:after{
    content: '';
    display: block;
    clear: both;
}

table.simple-table{
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
}

table.simple-table tr td{
	border-bottom: solid 1px #f3f3f3;
	padding: 30px 0;
	vertical-align: top;
	line-height: 150%;
}

table.simple-table tr td.header{
    background: #fffefe;
    text-align: center;
    font-size: 1.2em;
    padding: 50px 10px 10px !important;
    font-weight: 300;
}

table.simple-table tr td.all-totals {
}

table.simple-table tr td.all-totals td{
    padding: 5px 10px;
}

table.simple-table tr td.all-totals table {
    margin-left: auto;
    min-width: 25%;
}

table.simple-table tr td.all-totals table .legend-alert{
    padding-left: 40px;
}

table.simple-table .ttitle h3{
	margin-bottom: 10px;
	line-height: 150%;
}

table.simple-table .ttitle a{
	color: #111;
}

table.simple-table tr td.header a{
	color: #ff3c00;
}

table.simple-table .right-label, table.simple-table .ctitle{
	text-align: right;
	padding-right: 20px;
}

table.simple-table .value{
	white-space: nowrap;
    padding-left: 10px;
    text-align: right;
}

table.simple-table .right-label{
	text-align: right;
}

table.simple-table thead tr td{
	color: #757575;
	font-size: 0.9em;
}

table.simple-table a.red{
	color: #ff3c00;
	text-decoration: none;
}

table.simple-table a.red:hover{
	text-decoration: underline;
}

table.simple-table .table-message{
	text-align: center;
	font-size: 1.2em;
}


/* --------------------------- order form --------------------------- */
.one-step-order .intro,
.one-step-order .login{
    margin: 25px 15px 10px 15px;
    line-height: 150%;
}

.one-step-order .intro a,
.one-step-order .login a{
    color: #ff3c00;
}

#passwords-container{
    margin: 0 0 20px 0;
}

#cart-list{
	margin-bottom: 40px;
}

#cart-list table{
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
}

#cart-list h3{
	font-size: 1em;
	color: #111;
	margin: 0;
}

#cart-list thead td{
	border-bottom: solid 1px #dbdbdb;
	color: #757575;
	padding-bottom: 20px;
	font-size: 0.8em;
}

#cart-list tbody td,
#cart-list tfoot td{
	padding: 25px 0;
	border-bottom: solid 1px #dbdbdb;
}

#cart-list .qty, #cart-list .value{
	text-align: right;
	word-wrap: wrap
}

#submit-order-button{
	margin: 40px 0 80px;
	background: #ff3c00;
}

#submit-order-button:hover{
    background: #ff4812;
}


#cart-list table.totals{
	width: auto;
	float: right;
}

#cart-list:after{
	content: '';
	clear: both;
	display: block;
}

#cart-list table.totals .legend{
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
}

.inpost-data, .dpdpickup-data{
    background: #ffcd00 url("../images/inpost.png") 25px 50% no-repeat;
    padding: 20px 20px 20px 150px;
    min-height: 85px;
}

.dpdpickup-data{
    background: #e4e4e4 url("../images/dpdpickup-small.png?3") 25px 50% no-repeat;
    min-height: 110px;
}

.inpost-data .information, .inpost-data label,
.dpdpickup-data .information, .dpdpickup-data label { font-size: 0.9em; display: block; }

.inpost-data select{ background: #f8b12a url("../images/select-arrow.png") center right no-repeat !important; padding: 15px 20px 15px 10px !important; }
.dpdpickup-data select{ background: #fff url("../images/select-arrow.png") center right no-repeat !important; padding: 15px 20px 15px 10px !important; }

.inpost-data input, .dpdpickup-data input{ background: #f8b12a; margin-top: 5px; }
.inpost-data input::placeholder,
.inpost-data input::-webkit-input-placeholder ,
.dpdpickup-data input::placeholder,
.dpdpickup-data input::-webkit-input-placeholder {
    color: #7b550c !important;
} 

.inpost-data > p, .dpdpickup-data > p{ margin-top: 3px; margin-bottom: 5px; }
.one-step-order .inpost-data .option,
.one-step-order .dpdpickup-data .option { padding: 0; color: #000; }

.inpost-data .select-button, .inpost-data .selected-machine,
.dpdpickup-data .select-button, .dpdpickup-data .selected-machine{
    margin-top: 10px;
    box-sizing: border-box;
    height: 50px;
    min-height: 50px;
    white-space: nowrap;
    padding: 0 15px;
    cursor: pointer;
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    width: 100%;
    text-align: center;
}

/* --------------------------- number box --------------------------- */
.number-box{
    border: solid 1px #d0d0d0;
    padding: 4px;

    width: 75px;

    vertical-align: middle;

    position: relative;
}

.number-box input[type=number]::-webkit-inner-spin-button,
.number-box input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-box input[type=number] {
    -moz-appearance: textfield;
}

.number-box input{
    border: 0;
    width: 40px;
    height: 50px;
    text-align: right;
}

.quantity-button {
    position: absolute;
    cursor: pointer;

    width: 30px;
    height: 20px;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 0;
    right: 0;

    background: url("../images/quantity-arrows.png") 8px 10px no-repeat;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    right: 0;

    background: url("../images/quantity-arrows.png") 8px -33px no-repeat;
}

/* --------------------------- user --------------------------- */
.accountinfo{
	margin-left: 15px;
}

.accountinfo strong{
	margin: 8px 0;
	display: block;
}

.content-menu{
	margin: 0 15px 15px 15px;
}

.content-menu li{
	font-weight: bold;
}

.content-menu li.selected{
	padding: 15px;
	background: url("../images/go-back-arrow.png") 95% 50% no-repeat;
}

.content-menu li a{
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #111111;
	background: #f3f3f3 url(images/go-back-arrow.png) 95% 50% no-repeat;
	padding: 15px;
    margin-bottom: 1px;
}

.content-menu li a:hover{
	background-color: #f4f4f4;
}

/* --------------------------- order--------------------------- */

.success-message{
    line-height: 200%;
    padding: 40px 15px;
}

.order-id{
    text-align: center;
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
    margin: 0 15px;
    border-bottom: solid 1px #f3f3f3;
    padding: 20px;
    margin-top: 25px;
}

.order-action{
    color: #ff3c00;
}

/* --------------------------- payment --------------------------- */
.payment-success .tip{
    line-height: 200%;
    margin: 15px;
    margin-bottom: 0;
}

.payment-success .success-message h3{
    font-weight: normal;
}

.payment-methods ul{
    margin-top: 50px;
}

.payment-methods ul li{ 
    text-align: center;
    margin-bottom: 40px;
}

.payment-methods ul li img{
    display: inline-block;
    margin: 0 auto;
    max-width: 50%;
} 

/* --------------------------- content --------------------------- */
section .content{
	margin: 0 15px;
}

section .content .message{
	margin: 15px 0 0 0;
	padding: 30px 15px;
	border: solid 1px #f3f3f3;
	background: #f2f2f2;
	text-align: center;
	font-size: 1.2em;
}

section:after{
	content: '';
	clear: both;
	display: block;
}

/* --------------------------- messages --------------------------- */
.messages{
    margin-top: 20px;
    width: 100%;
}

.messages li{
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
}

.messages li.error {
    color: red;
}

/* --------------------------- product tables --------------------------- */

.product-tables, .product-data{
    clear: both;
    margin: 0 10px;
}

.product-tables .header, .product-data .header{
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
}

.product-tables .table{
    overflow-x: auto;
    width: 100%;
}

.product-tables table, .product-data table{
    border: solid 1px #ccc;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}

.product-tables table th,
.product-tables table td,
.product-data table th,
.product-data table td{
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}

.product-tables table th, .product-data table th{
    background: #EFEFEF;
}

a.show-sizes, a.show-data{ color: #000; margin-top: 20px; display: inline-block; text-decoration: underline; }
a.show-sizes:hover, a.show-data:hover{ text-decoration: none; }

a.show-data { margin-left: 10px; }

.product-data dl, .product-data dt, .product-data dd, .product-data p {
    margin-bottom: 5px;
    line-height: 150%;
}

.product-data dt{ font-weight: bold; }

.product-data h3 {
    margin: 20px 0px 5px;
}

/* --------------------------- read more --------------------------- */
.product-right div.description{
    line-height: 150%;
}

.product-right div.sold-out-description{
    margin-top: 10px;
}

.product-right div.read-more{
    height: 204px;
    overflow: hidden;
    line-height: 150%;
}

.product-right a.read-more{
    display: inline-block;
    margin: 0 auto;
    color: #000;
    margin-top: -14px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.product-right a.read-more:hover{
    text-decoration: none;
}

.videoWrapper {
    position: relative;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------- blog --------------------------- */
/* .blog::after{
    content:'';
    display:table;
    clear:both;
}

.blog-entry{
    padding: 7.5px 0;
    float:left
}

.blog-entry.blog-entry-youtube{
    width: 100%;
}

.blog-entry.blog-entry-youtube .embed{
    width:100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.blog-entry.blog-entry-youtube .video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-entry:nth-child(3n+1), .blog-entry:nth-child(7n+1){
    float:right
}

.blog-entry-image .image{
    width:100%;
    opacity:1;
    -webkit-transition:opacity ease-in 0.6s;
    -o-transition:opacity ease-in 0.6s;
    transition:opacity ease-in 0.6s
}

.blog-entry-image .image[data-src]{opacity:0}
*/

/* --------------------------- error 404 --------------------------- */
section.error h1{
    text-align: center;
    padding: 70px 20px 20px;
    font-size: 5em;
}

.products .error{
    box-sizing: border-box;
    width: 100%;
    padding: 30px 30px;
    margin: 0;
    text-align: center;
    font-size: 1.1em;
}

section.error .error-message{
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

/* --------------------------- footer --------------------------- */
footer{
    border-top: solid 1px #f4f3f3;
    font-size: 0.9em;
}

footer .right-box{
    /*max-width: 450px;*/
    margin-top: 10px;
}

footer .right-box a.telephone {
    display: none;
}

footer .right-box fieldset{
    margin-top: -8px;
}

footer .right-box fieldset legend {
    display: none;
}

footer .right-box fieldset p {
    clear: both;
    line-height: 150%;
    margin-top: 8px;
}

footer .right-box fieldset input,
footer .right-box fieldset button {
    vertical-align: middle;
    line-height: 32px;
    margin: 0;
}

footer .right-box fieldset input,
footer .right-box fieldset button {
    border: solid 1px #a0a0a0;
    vertical-align: middle;
    padding: 0 4px;
    outline: none;
    display: inline-block;
    font-size: 0.9em;
    color: #cecece;
}

footer .right-box fieldset input{
    width: 55%;
}

footer .right-box fieldset button {
    cursor: pointer;
    width: 208px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    font-size: 1.3em;
    font-weight: lighter;
    border: solid 1px #000;
    width: 39%;
}

.footer{
    padding: 10px 0;
}

.footer .col{
    width: 50%;
    float: left;
}

.footer .col .social li{
    display: inline-block;
    margin: 5px 15px 15px 0;
}

.footer .col .social li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #000000;
    border-radius: 25px;
    padding: 5px;
    fill: #fff;
}

.footer .col .telephone {
    text-align: center;
    display: block;
    margin-right: 70px;
    max-width: 150px;
    font-size: 1.2em;
}

.footer .col .social li a:hover{
    background: #222;
}

.footer .col li{
    margin: 15px 0;
}

.footer .col a{
    color: #111;
    text-decoration: none;
}

.footer .col a:hover{
    color: #444;
}

.footer:after{
    content: '';
    clear: both;
    display: block;
}

footer .info{
    font-size: 0.8em;
    line-height: 140%;
    border-top: solid 1px #f4f3f3;
    padding: 25px 0 40px;
    color: #cacaca;
}

footer .info a{
    color: #cacaca;
}

/* cookies */
.bottom-notice {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    background: #dfdfdf;
    line-height: 150%;
    text-align: center;
    flex: 0 0 100%;
    display: none;
    z-index: 10;
    font-size: 0.9em;
}

.bottom-notice p{
    color: #000;
    padding: 10px;
}

.bottom-notice .icon-close{
    color: #000;
    float: right;
    text-decoration: none;
    margin: 10px 15px;
    font-size: 1.5em;
    cursor: pointer;
}

.bottom-notice .icon-close:after{
    content: "\00d7";
}

.bottom-notice a{
    color: #000;
    border-color: #000;
}

.bottom-notice .cookie-consent-button {
    margin: 0 4px 10px 4px;
    border: 0;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
}

.bottom-notice .cookie-consent-options {
    margin-bottom: 10px;
}

.bottom-notice .cookie-consent-options label {
    margin: 0 5px;
    cursor: pointer;
}

.bottom-notice .cookie-consent-options label input {
    cursor: pointer;
    margin-right: 3px;
}

/* ----------------------------------------------------------------------------- remote auth */

.remote-auth label {
    display: block;
    margin-bottom: 10px;
}
.remote-auth-provider {
    padding: 10px;
    border: solid 1px #000;
    display: inline-block;
    margin-right: 10px;
}

.remote-auth-provider svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.remote-auth-provider.google {
    background: red;
    background: #fff;
}
.remote-auth-provider:hover {
    background: #dfdfdf;
}

/* ----------------------------------------------------------------------------- popup */
.popup-overlay{
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
}

.popup-center{
    position: fixed;
    top:50%;
    left:50%;
    background-color: #fff;
    z-index: 9999999;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.46);
}

.popup-center .inner-image{
    width: 100%;
    height: 100%;
}

.popup-center .close{
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -40px;
    cursor: pointer;

	background: url("../images/closepopup.png") no-repeat center;
}

.popup-center .newsletter{
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    height: 26%;
    width: 100%;
}

.popup-center p{
    padding: 10px;
    width: 70%;
    margin: 0 auto;
}

.popup-center .note{
    position: absolute;
    bottom: 0;
    font-size: 0.8em;
}

.popup-center .newsletter .text{
    background: #c7c7c7;
    border: solid 1px #0b74b5;
    min-height: 41px;
    color: #0e0e0e;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
    width: 69%;
}

.popup-center .newsletter .button{
    border: 0;
    height: 41px;
    font-size: 1em;
    padding: 0 18px;
    width: 29%;
    margin-left: 1%;
    cursor: pointer;
    background: #0b74b5;
    color: #fff;
    text-transform: uppercase;
}

#doctrineQueries{
	border-top: solid 6px #FFEDF1;
	font: 9px Tahoma;
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}

.new-inpost-popup-center p{
    padding:0;
    margin: 0;
    width: auto;
}

.extras-holder {
    position: absolute;
    right: 0;
}

.colours {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.colours li {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    border-bottom: solid 4px #fff;
    
}

.smart-products h2{
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 1px #000;
    padding: 20px;
}

#doctrineQueries td{ padding: 10px; border-bottom: solid 1px #ccc; vertical-align: bottom; }
#doctrineQueries td:nth-child(1){ word-break: break-all; }

@CHARSET "UTF-8";

@media (max-width: 1410px){
    section, header, footer{
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* small devices (iphone 4) */
@media (max-width: 320px){
}

@media (max-width: 330px){
}


/* ------- */
@media (min-width: 490px){
    .mini-products li {
        width: 31.83%;
    }
}

@media (max-width: 720px){
    .blog-entry-youtube {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .blog-entry-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .smart-products ul.products li{
        width: 48.5%;
        float: left;
        margin: 0 0 2% 1.5%;
    }

    .smart-products ul.products li.additional-item {
        display: none;
    }
}

@media (min-width: 720px){
    
    .blog{ margin-left: -1%; }

    .blog-entry{
        float: left;
    }

    .blog-entry img{
        width: 100%;
    }

    .blog-entry{
        max-width: 32.33%;
        margin-left: 1%;
    }

    .blog-entry-youtube {
        width: 65.66%;
        max-width: 65.66%;
        margin-left: 1%;
    }

    .blog-entry-youtube:nth-child(even) {
        float: right;
    }

    .blog-entry-youtube:after{
        clear: both;
        content: '';
    }

    .blog-entry-youtube .video {
        position: relative;
        padding-bottom: 56.25%; 
        height: 0;
    }

    .blog-entry-youtube .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    nav > ul > li > .submenu {
        background: #fff;
        position: absolute;
        z-index: 10;
        left: 50%;

        border: 1px solid #f0f0f0;
        margin-left: -85px;
        width: 170px;
        margin-top: 5px;

        padding: 5px 0;
        font-size: 0.8em;
    }

    nav > ul > li .submenu li {
        padding-left: 0;
    }

    .home-boxes .banners-container{
        width: 49.25%;
        float: left;
    }

    .home-boxes .banners-container{
        margin-right: 0.75%;
    }

    .home-boxes .banners-container:nth-child(2){
        margin-left: 0.75%;
        margin-right: 0;
    }
}

@media (min-width: 720px){
    .mini-products li {
        width: 23.5%;
    }

    .product-left .extra-discount{
        display: block;
    }

    /* --------------------------- cols --------------------------- */
    .cols-2 > .col{
        width: 50%;
        float: left;
    }

    .cols-2 > .col .globalerror{
        margin: 30px 0 0;
    }

    .one-step-order .column1{
        width: 32%;
        margin-left: 4%;
        float: left;
    }

    .one-step-order form{
        margin-left: -4%;
    }

    .one-step-order .column2,
    .one-step-order .column3{
        width: 28%;
        margin-left: 4%;

        float: left;
    }

    .one-step-order > .intro,
    .one-step-order > .login,
    .one-step-order > .globalerror{
        margin-left: 0;
        margin-right: 0;
    }

    .cart-coupon-box{
        width: 300px;
    }

    /* --------------------------- buttons --------------------------- */
    .button.cartorder, .button.cartback{
        width: 25%;
    }

    .button.cartorder{ float: right; }
    .button.cartback{ float: left; }

    /* --------------------------- header --------------------------- */
    header > h1, header > p.header {
        width: 400px;
        height: 135px;
        float: left;
        margin: 0;
    }

    header > h1 > a, header > p.header > a {
        margin-top: 47px;
        height: 65px;
    }

    header{
        border-color: #111111;
        min-height: 187px;
    }

    nav{
        clear: both;
    }

    nav > ul{
        padding-bottom: 15px;
    }

    #searchbox {
        display: block;
        width: 210px;
        top: 57px;
        right: 0;
        margin-top: 10px;
    }

    #home{
        margin-top: 0;
        margin-bottom: 80px;
    }

    #cart-button{
        float: right;
        margin-right: 280px;
        margin-top: 74px;
    }

    nav > ul.topmenu{ 
        display: block !important;
        text-align: center;
        margin-top: 35px;
    }

    nav > ul > li{
        padding-left: 20px;
        padding-right: 20px;
    }

    nav > ul > li a:hover{
        background: none;
    }

    nav > ul.mainmenu{ 
        display: none;
        top: 64px;
        left: 400px;
        position: absolute;
    }

    nav > ul.mainmenu a:hover{ 
        text-decoration: underline;
    }

    nav > ul > li.products{
        display: none;
    }

    nav > ul > li{
        display: inline-block;
    }

    #menu-button{
        display: none;
    }

    #cart-button .quick-cart-buy {
        text-indent: 0;
        display: inline-block;
        width: auto;
        height: auto;
        background: none;
        color: #111;
        margin-right: 4px;
    }

    #cart-button .summary, #cart-button .summary .qty{
        display: inline-block;
        position: relative;
    }

    #cart-button .summary .qty{
        font-size: 0.8em;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        top: -4px;
    }

    /* --------------------------- products --------------------------- */
    .filters-container > a{
        display: none;
    }

    .filters .filter > p, .filters .filter > ol{
        line-height: 150%;
        display: inline;
    }

    ul.products{
        margin-left: -1.5%;
    }

    ul.products li{
        width: 23.5%;
        float: left;
        margin: 0 0 2% 1.5%;
    }

    ul.products li.error{
        width: 100%;
        float: none;
        margin: 0;
    }


    ul.products:after{
        content: '';
        clear: both;
        display: block;
    }

    /* --------------------------- product view --------------------------- */
    div.product-view{
        margin: 35px 0;
    }

    .product-view .product-left{
        width: 55%;
        float: left;
    }

    .product-view .product-right{
        width: 40%;
        float: right;
        margin: 120px 0 0 0;
    }

    .product-left .s-images{
        display: block;
    }

    .product-left .s-images li a{
        border: solid 2px #fff;
    }

    .product-left .s-images li.selected a{
        border: solid 2px #111;
        display: inline-block;
        line-height: 0;
    }

    .m-product .go-back{
        display: none;
    }

    /* --------------------------- other --------------------------- */
    .payment-methods ul li{ 
        float: left;
        width: 25%;
        text-align: center;
        margin-bottom: 0;
    }

    .payment-methods ul li:nth-child(4n+1){
        clear:left;
    }

    #accountbox{
        display: none;
    }
    
    .content-menu li {
        width: 20%;
        float: left;
        box-sizing: border-box;
    }

    /* --------------------------- footer --------------------------- */
    footer{
        padding: 15px 0;
        position: relative;
    }

    .footer .col .telephone{
        max-width: none;
        min-width: 190px;
        max-width: none;
        padding-right: 70px;
    }

    footer:after{
        content: '';
        clear: both;
        display: block;
    }

    footer .info{
        border: 0;
        padding: 0;
    }

    .footer .col{
        width: 20%;
    }

    .footer .col ul li{
        padding-right: 0px;
    }

    .footer .col .social{
        margin-top: 30px;
        width: 270px;
    }
}

@media (min-width: 1020px){
    #home-new-products.mini-products{
        margin-top: -30px;
    }

    .mini-products li {
        width: 18%;
    }

    #home-new-products.mini-products li a img {
        width: 100%;
        height: 100%;
    }

    #home-new-products.mini-products li{
        width: 19.5%;
        margin: 0 0 2% 0.5%;
    }

    #home-new-products.mini-products {
        padding-right: 0;
    }

    footer .right-box{
        margin: 0;
        position: absolute;
        top: 40px;
        right: 0;
        min-height: 70px;
        width: 35%;
    }

    footer .right-box fieldset{
        float: right;
    }
}

@media (min-width: 1280px){
    nav > ul.mainmenu{ 
        display: block !important;
    }

    footer .telephone{
        display: block;
    }

    footer .right-box{
        width: 40%;
    }

    .footer .col .telephone{
        padding-right: 0;
    }
}

@media (min-width: 950px){
}

@media (min-width: 1024px){

    .inpost-data{
        background: #ffcd00 url("../images/inpost3.png") 25px 50% no-repeat;
        padding: 20px 20px 20px 180px;
    }
}

@media (min-width: 1100px){

}

@media (min-width: 1200px){
}

@media (max-width: 420px){
}

@media (max-width: 1020px){
}

header h1, header p.header {
    background: url("../images/palto-logo.png") center center no-repeat;
    width: inherit;
    height: 30px;
    margin-left: 45px;
    margin-right: 45px;
    background-size: contain; 
}

@media (min-width: 720px) {
    header, header .inner {
        min-height: 70px;
        display: flex;
        align-content: center;
        align-items: center;
    }

    header h1, header p.header {
        margin: 0 20px 0 15px;
        width: 61px;
        height: 41px;
        float: none;
        background-size: auto;
    }

    header h1 > a, header p.header > a {
        height: 41px;
        margin-top: 0;
    }

    header nav {
        display: flex;
        flex: 1 1 auto;
    }

    nav > ul.mainmenu {
        float: none;
        position: relative;
        top:auto;
        left:auto;
        order: 2;
        margin: 0 10px 0 0;
        padding: 0;
    }

    #cart-button {
        float: none;
        margin: 0 30px 0 0;
        position: relative;
        order: 3;
        line-height: 36px;
        white-space: nowrap;
    }

    nav > ul.topmenu {
        text-align: left;
        margin: 0 0 0 40px;
        padding: 0;
        order: 1;
        flex: 1 1 auto;
    }

    nav > ul.topmenu a:hover{
        text-decoration: underline;
    }

    nav > ul > li > .submenu{
        text-align: center;
    }

    #searchbox {
        width: auto;
        top: auto;
        position: relative;
        margin: 0 15px 0 0;
    }

    .home-boxes.home-hero .banners-container {
        width: 100%;
        float: none;
    }

    .home-boxes.home-3 .banners-container {
        width: 32.33%;
        margin-right: 1.5%;
    }

    .home-boxes.home-3 .banners-container:nth-child(2) {
        margin-right: 1.5%;
        margin-left: 0;
    }

    .home-boxes.home-3 .banners-container:nth-child(3) {
        margin-right: 0;
    }
}

.home-boxes img {
    height: auto;
}

section.std h1, .text-form legend, article.category h1{
    font-size: 41px;
    font-weight: 300;
    border: 0;
}

article.category .category-description-top {
    text-align: center;
    text-align: justify;
    margin: 0 auto;
}

article.category .category-description-top h2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

article.category .category-description-top p {
    margin-bottom: 20px;
    line-height: 140%;
}

li.product h2{
    margin: 15px 0 0 0;
    font-size: 17px;
}

li.product h2 a{ color: #000; }

ul.products li .price-container {
    font-size: 14px;
}

header .topmenu a.promoted {
    color: red;
    font-weight: bold;
}
/* dynamic css */ xyz