
body { 
    font-family: 'Montserrat', sans-serif; 
    background: url(/img/background.jpg) fixed; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top center;
    padding: 0;
    margin: 0;
}
body.subpage { background: white; }

input, button, select { font-family: 'Montserrat', sans-serif; }

/*html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}*/

.pointer { cursor: pointer; }
.pointer.search { display: none; }

header { height: 79px; position: fixed; background-image: linear-gradient(to right, black , black, rgba(0, 0, 0, 0)); top: 0; width: 100%; z-index: 5; }
header:before, header:after { content: ""; position: absolute; bottom: -2px; left: 0; }
  header:before { top: -2px; width: 2px; }
  header:after {
    right: -8px;
    height: 2px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#97b40a), to(rgba(220, 223, 214, 0.5)));
    background-image: -webkit-linear-gradient(left, #97b40a, rgba(220, 223, 214, 0.5));
    background-image: -moz-linear-gradient(left, #97b40a, rgba(220, 223, 214, 0.5));
    background-image: -o-linear-gradient(left, #97b40a, rgba(220, 223, 214, 0.5));
  }
body.subpage header, body.subpage header div.icons { background: white; }

header img.logo { padding: 28px 40px 18px 40px; float: left; }
header img.logo-mobile { display: none; }
header div.ten-years { background-image: url(/img/deset-let.png); min-width: 150px; margin-left: 20px; background-position-x: 45px; background-repeat: no-repeat; color: white; float: left; padding: 25px 0 0; position: relative; }
header div.ten-years span { font-size: 23px; display: block; }
header span.ten-years-left { font-weight: bold; padding: 0 50px 0 0; position: relative; top: -10px; right: -20px; }
header span.ten-years-right { position: relative; bottom: 10px; right: 20px; }
header div.icons span.search { display: none; }
header nav.hamburger { display: none; }
header #checkbox1, header .mobile-menu { display: none; }

body.subpage header div.ten-years { color: black; }

header ul { font-size: 16px; list-style: none; text-transform: uppercase; float: left; margin-top: 25px; }
header ul > li { color: #00b1d9; display: inline-block; font-weight: 500; padding: 10px 25px; cursor: pointer; position: relative; }
header ul > li a { color: #00b1d9; text-decoration: none; }
header ul > li.button { color: white; background-color: #00b1d9; cursor: pointer; }
header ul > li.button a { color: white; }
header ul ul { display: none; position: absolute; background: #000000d5; left: -175px; width: 520px; z-index: 1; top: 15px; }
header > ul > li:hover > ul, header > ul > li > ul > li:hover > ul { display: block; }
header ul ul > li { width: 23%; }

div.icons { float: right; padding: 32px 40px 0 40px; z-index: 5; }
div.icons > span.customer { padding-right: 40px; float: left; font-family: 'Montserrat', sans-serif; color: #00b1d9; text-transform: uppercase; font-size: 13px; font-weight: 500; }
div.icons > span.customer-mini { padding-right: 40px; float: left; display: none; }
div.icons img.more { padding: 0 0 5px 10px; }
div.icons > div.cart { cursor: pointer; background-color: #b1dd03; width: 52px; display: block; line-height: 44px; float: right; position: relative; bottom: 10px; margin: 0 0 0 40px; text-align: center; }
div.icons > div.cart img { position: relative; top: 5px; }
div.icons > div.cart > span { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; top: -10px; right: -7px; color: white; font-size: 12px; background: red; height: 9px; line-height: 9px; padding: 4px; min-width: 9px; }
div.icons > div.cart div.justAdded { position: absolute; min-width: 200px; right: 0; background: white; font-size: 12px; top: 47px; text-align: left; border: 2px solid #d8a3a3; z-index: 10; padding: 5px; line-height: 25px; transform: scale(0); transition: .6s ease opacity,.6s ease transform; }
div.icons > div.cart div.justAdded > span { width: 100%; display: block; }
div.icons > .flag { position: relative; cursor: pointer; float: left; }
div.icons > .flag > div { left: -10px; display: none; position: absolute; z-index: 5; background: rgba(255, 255, 255, 0.5); }
div.icons > .flag > div a { margin: 10px; display: block; }

section#welcome { margin: 150px 0; }
h1 { padding: 0 25px; font-size: 91px; font-weight: 100; color: white; margin: 0 0 40px 30px; }
#welcome div { font-size: 20px; margin: 0 0 0 56px; background-color: rgba(0, 0, 0, 0.3); padding: 30px 60px; width: 45%; color: white; position: relative; }
#welcome ul { padding: 0; margin: 0; }
#welcome ul > li { line-height: 35px; }
#welcome div.create-account { position: absolute; right: 42px; bottom: 42px; line-height: 50px; background: url(/img/ico-array-right-white.png); border: 1px solid #ccc; padding: 0 0 0 30px; width: 240px; background-repeat: no-repeat; background-position: 230px 17px; }
#welcome div.create-account a { text-decoration: none; color: white; display: flex; }

section#partners { width: 100%; background: white; padding-top: 110px; text-align: center; }
#partners h2 { color: #00b1d9; font-size: 77px; font-weight: 200; margin: 0 0 80px; padding: 0; }

#partners div.partner { width: 24%; height: 120px; vertical-align: middle; line-height: 120px; margin-bottom: 30px; display: inline-block; }
#partners div.partner img { max-width: 200px; max-height: 100px; }
#partners div.more { float: initial; display: block; width: 100%; clear: both; font-weight: 200; padding: 100px 0; margin: 100px 0 0 0; height: 50px; }
#partners div.more > span { text-transform: uppercase; color: white; background-color: #bdd73c; padding: 20px; top: 50px; position: relative; }

section#articles { background: white;  padding-top: 60px; padding-bottom: 80px; border-top: 2px solid #dfdfdf; text-align: center; }
#articles h2 { color: #00b1d9; font-size: 77px; font-weight: 200; margin: 15px 0 80px; padding: 0; }
#articles .article { width: 45%; display: inline-block; margin: 30px; }
#articles .article .article-content { display: flex; flex-direction: column; text-align: left; }
#articles .article .article-content > .more { text-align: right; }
#articles .article img { margin: 20px; width: 180px; float: left; border: 1px solid black; }
#articles .article a, #articles .article a > span { color: #00b1d9; font-weight: bold; text-decoration: none; }
section#article { background: white; margin: 80px 0 0 0; padding: 60px; }
section#article h2 { color: #00b1d9; font-size: 77px; font-weight: 200; margin: 15px 0 80px; padding: 0; }
section#article a { color: #00b1d9; font-weight: bold; text-decoration: none; }
section#article div.article-content { max-width: 75%; min-width: 75%; }
#articles .more-news a { font-weight: 500; font-size: larger; text-decoration: none; }
#article .article { display: flex; justify-content: space-between; padding-bottom: 40px; }
#article .article .article-image { width: 210px; }
#articles .article .article-image { width: 210px;  float: left; margin-right: 40px; }
#article .article img { max-width: 200px; border: 1px solid black; max-height: 200px; margin: 20px; }
#article .download-document img { width: 40px; margin: 0 25px 0 0; }
#article .download-document a { position: relative; bottom: 10px; }
#article h2 { position: relative; }
#article h2 .articles-year-switch { position: absolute; right: 0; top: 0; }
#article .articles-filtration { position: relative; }
#article .pagination { font-size: 23px; text-align: right; }
#article .pagination span { color: #00b1d9; font-weight: 800; padding: 0 15px 0; }
#article .pagination a { font-weight: 400; padding: 0 15px 0; }
#article .article-meta { display: flex; justify-content: space-between; line-height: 25px; padding-bottom: 15px; }
#article .article-meta .article-search input { padding: 10px; margin: 0 15px 0 0; border: 0; border-bottom: 1px solid; background: #eee; }

section#contact { border-top: 2px solid #dfdfdf; width: 100%; background: white; text-align: center; padding-top: 110px; padding-bottom: 210px; line-height: 32px; }
#contact h2 { color: #00b1d9; font-size: 77px; font-weight: 200; margin: 15px 0 80px; padding: 0; }

#contact div.contact-item { width: 32%; display: inline-block; height: 200px; vertical-align: middle; }
#contact br { clear: both; }

#login { text-align: center; }
#login h1 { font-size: 77px; font-weight: 100; color: #00b1d9; margin: 40px 0 50px; text-transform: uppercase; }
#login p { font-size: 14px; }
#login h2 { font-size: 14px; font-weight: 800; margin: 30px 0; }
div.login-header { display: flex; flex-direction: column; width: 100%; align-items: center; }
div.login-header span { color: #00b1d9; font-weight: 600; font-size: 20px; margin: 20px; }
div.login-header img { width: 500px; padding-top: 40px; }
div.login-form { width: 20%; margin: 0 auto; min-width: 300px; min-height: 450px; position: relative; }
div.login-form input { width: 100%; background: #f1f1f1; padding: 15px 10px; border: 0; margin: 5px 0; font-size: 13px; color: #00b1d9; font-weight: 700; text-align: center; }
div.login-form input::placeholder { color: #ccc; }
div.login-form #mainContent_u_KosikInfo1_loginbutton { width: 70%; margin: 0 0 30px 30px; background-color: #bdd73c; color: white; }
div.login-form > a { margin: 0 0 150px 30px; color: black; font-style: italic; font-size: 14px; text-decoration: underline; cursor: pointer; }
div.login-form .container { display: block; position: relative; padding-left: 40px; margin: 20px 0 82px 0; cursor: pointer; font-size: 12px; text-align: left;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
div.login-form .container input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
div.login-form .checkmark { position: absolute; top: 0; left: 0; height: 30px; width: 30px; background-color: #eee; }
div.login-form .container:hover input ~ .checkmark { background-color: #ccc; }
div.login-form .container input:checked ~ .checkmark { background-color: #00b1d9; }
div.login-form .checkmark:after { content: ""; position: absolute; display: none; }
div.login-form .container input:checked ~ .checkmark:after { display: block; }
div.login-form .container .checkmark:after { left: 12px; top: 7px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
div.login-form span.required:after { content:" *"; color: firebrick; position: absolute; margin: -50px -10px 0px 0; font-size: xx-large; right: 0px; }
div.login-form span.asterisk { color: firebrick; font-size: xx-large; display: block; position: absolute; }
#mainContent_tbForgotPass { width: 300px; margin: 20px 15px; line-height: 30px; padding: 0 10px; }
#mainContent_Button2 { border: 0; text-align: center; margin: 5px 0; font-weight: 700; cursor: pointer; font-size: 13px; width: 200px; margin: 40px 0 40px 30px; background-color: #bdd73c; color: white; padding: 15px 10px; }

div#create-account { margin: 0 0 100px 0; }

div.content { display: flex; margin-top: 100px; min-height: 400px; }
div.column { flex-direction: column; }
div.content .filter-left { width: 15%; margin: 0 40px 50px; min-width: 250px; }
div.content .main-content { width: 100%; padding-right: 40px; display: flex; flex-direction: column; }
.filter-left .filter-group { cursor: pointer; background-color: #f0f0ef; line-height: 50px; height: 50px; padding: 0 0 0 20px; background-image: url(/img/ico-more-black.png);
    background-repeat: no-repeat; background-position-x: 90%; background-position-y: 50%; margin-bottom: 15px; }
.filter-left .filter-group.less { background-image: url(/img/ico-less-black.png); }
.filter-left .filter-group-content div { margin: 0 0 0 20px; padding: 0 0 0 35px; line-height: 35px; background-position-y: 7px; }
.filter-left .filter-group-content { display: block; font-size: 14px; }
.filter-left .filter-group-content .filter-row { display: none; }
.filter-left .filter-group-content .filter-row.on { display: block; }
.filter-left .filter-group-content.all .filter-row { display: block; min-height: 35px; }
.filter-left .filter-row { cursor: pointer; background: url(/img/filter-off.png) no-repeat; background-position-y: 7px; }
.filter-left .filter-row.on { background: url(/img/filter-on.png) no-repeat; background-position-y: 7px; }
.filter-left .filter-row.not-available { display: none !important; }

.filter-top { width: 100%; display: flex; line-height: 30px; margin: 12px 0 25px 0; position: relative; border-bottom: 2px solid #f0f0ef; padding-bottom: 30px; }
.filter-top-item { position: relative; background: url(/img/filter-off.png) no-repeat; padding: 0 30px 0 30px; background-position-y: 3px; cursor: pointer; }
.filter-top-item.check-box { background: url(/img/filter-check-off.png) no-repeat; background-position-y: 3px; }
#filter-top-damage::after { content: "NEW"; color: white;     background-color: red; position: absolute; line-height: 13px; padding: 2px 5px; font-size: 10px; right: 15px; top: -15px; }
.filter-top > .filter-on { background: url(/img/filter-on.png) no-repeat; background-position-y: 3px; }
.filter-top > .filter-check-on { background: url(/img/filter-check-on.png) no-repeat; background-position-y: 3px; }
.filter-top input { position: absolute; right: 0; background-color: #f0f0ef; background-image: url(/img/ico-search.png); border: 0;
    background-repeat: no-repeat; background-position-x: 95%; background-position-y: 50%; line-height: 40px; width: 30%; max-width: 470px;
    padding: 0 20px 0 20px; top: -5px; }

.promoted-items-title { width: 100%; display: flex; font-size: 16px; font-weight: 700; padding: 10px 0 0 0; }
.promoted-items-title > span { left: 50%; position: relative; }
.promoted-items { width: 100%; display: block; position: relative;border-bottom: 1px solid black; padding: 15px 0 40px 0; margin: 0 0 30px 0; }
.promoted-item img { max-width: 150px; float: left; }
.promoted-item { display: block; text-align: center; cursor: pointer; float: left; width: 25%; }
.promoted-item > span { width: 100%; display: block; text-align: left; }
.promoted-item .promoted-title { font-size: 16px; font-weight: 700; margin: 0 0 20px 0; text-align: left; }

.loading-wrapper { width: 100%; text-align: center; margin-top: 70px; }
.product-list-total { min-width: 190px; position: fixed; left: 20px; bottom: 20px; padding: 15px; background: rgba(255, 255, 255, 0.7); z-index: 3; }
.all-to-cart { z-index: 2; cursor: pointer; background: url('/img/ico-cart.png') #bdd73c no-repeat; display: none; position: fixed; right: 20px; bottom: 20px; padding: 10px 5px 10px 50px; color: white; background-position: 5% 50%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.cancel-filter { min-width: 160px; position: fixed; left: 20px; bottom: 130px; padding: 15px 15px 15px 45px; background: rgba(255, 255, 255, 0.7); cursor: pointer; display: none; z-index: 2; }
.cancel-filter > img { opacity: 0.4; position: absolute; top: 9px; left: 5px; }
.export-list { min-width: 160px; position: fixed; left: 20px; bottom: 75px; padding: 15px 15px 15px 45px; background: rgba(255, 255, 255, 0.7); cursor: pointer; z-index: 2; }
.export-list > img { opacity: 0.4; position: absolute; top: 9px; left: 5px; width: 30px; }

.product-row { width: 100%; display: flex; line-height: 50px; height: 50px; margin: 2px 0; border-left: 2px solid white; }
.product-row .product-row-title { display: flex; flex-wrap: nowrap; width: 75%; position: relative; }
.product-row .product-row-eshop { display: flex; flex-wrap: nowrap; width: 30%; }
.product-row:nth-child(odd) { background-color: #f7f7f7; }
.product-row:hover { background: #e2e2e2; border-left: 2px dotted #868686; }
.product-row > img { max-width: 80px; margin: 0 30px 0 0; }
.product-row .product-image { min-width: 112px; text-align: center; background: white; width: 16%; }
.product-row .product-image img { max-height: 50px; }
.product-row .product-title { font-weight: 700; width: 60%; position: relative; padding-left: 15px; width: 62%; padding-right: 70px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.product-row .product-title .tags { position: absolute; right: 0; top: 0; height: 100%; width: 70px; flex-direction: column; justify-content: center; display: flex; }
.product-row .product-title span.tag { color: white; font-weight: 300; font-size: 10px; height: 12px; line-height: 11px; padding: 4px; display: flex; justify-content: center; margin-bottom: 2px; margin-right: 5px; }
.product-row .product-title span.news { background-color: palevioletred; }
.product-row .product-title span.top { background-color: forestgreen; }
.product-row .product-title span.sale { background-color: cornflowerblue; }
.product-row .product-title span.damage { background-color: orange; }
.product-row .product-title span.eol { background-color: #ffd04f; }
.product-row .product-code { width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-row .product-count { width: 30%; padding: 0 0 0 5px; font-weight: bold; color: #f32323; }
.product-row .product-count.instock { color: #a9c51f; }
.product-row .product-price { width: 30%; overflow: hidden; }
.product-row .product-row-amount { width: 30%; text-align: right; }
.product-row .product-row-cart { text-transform: uppercase; color: white; background-color: #bdd73c; height: 30px; width: 40px; position: relative; margin: 10px 5px 10px 0; text-align: center; }
.product-row .product-row-cart > img { position: relative; top: -8px; left: 1px; width: 20px; }
.product-row input.inputBuy { text-align: center; line-height: 40px; border: 0; background: #ededed; padding: 0 0 0 10px; width: 34px; margin: 0 20px 0; }
.product-row .image-skipper { display: none; }

.product-detail { width: 100%; display: flex; }
.product-detail-images { width: 40%; }
.product-detail-content { width: 60%; position: relative; }
.product-detail-images .main-image {
    width: 95%;
    text-align: center;
    max-height: 1000px;
    padding-bottom: 25px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}
.product-detail-images .main-image > a > img { max-width: 100%; width: 100%; }
.product-detail-images .images-list { width: 100%; display: block; margin: 30px 0 0 0; }
.product-detail-images .images-list img { margin: 0 30px 0 0; display: inline; max-width: 150px; max-height: 150px; width: auto; height: auto; }

h1.mobile-title { display: none; padding: 0; font-size: 32px; color: black; font-weight: 600; text-transform: uppercase; margin-left: 30px; }
.product-detail-content h1 { padding: 0; font-size: 32px; color: black; font-weight: 600; margin-left: 30px; }
.product-detail-content .product-codes { width: 100%; display: flex; margin: 0 0 40px 30px; }
.product-detail-content .product-codes > div { width: 50%; }
.product-detail-content .product-codes span { width: 150px; margin-right: 20px; display: inline-block; }
.product-detail-content .product-codes div.code-value { float: right; text-align: left; width: 43%; display: flex; }
.product-detail-content .product-info-row { padding: 0 20px 0 0; margin-bottom: 5px; line-height: 80px; text-align: right; position: relative; font-weight: 600; font-size: 26px; }
.product-detail-content .price { color: #00b1d9; }
.product-detail-content .stock { color: #d90000; background-color: #ffeaea; }
.product-detail-content .ontheway { color: #bdd73c; background-color: #fcfcd8; }
.product-detail-content .damaged { height: 50px; }
.product-detail-content .damaged a { color: black; text-decoration: none; }
.product-detail-content .product-info-row span { position: absolute; left: 30px; font-size: 20px; color: black; }
.product-detail-content .product-info-row span.gpsr { position: inherit; font-size: 12px; left: initial; font-weight: 300; }
.product-detail-content .to-the-cart-button { position: relative; text-align: left; margin: 0 0 45px; color: white; font-size: 22px; font-weight: 600; background-color: #b1dd02; padding: 0 30px; width: 250px; }
.to-the-cart-button > div { right: 0; top: 0; width: 80px; background-color: #90b400; position: absolute; }
.to-the-cart-button > div > img { width: 40px; margin: 10px 20px 0 0; top: 10px; position: relative; left: 20px; }
.product-detail-content .tags { padding: 0 0 0 30px; margin: 20px 0 0 0; text-align: left; }
.product-info-row > .tag { cursor: pointer; background: url(/img/ico-array-right.png); background-repeat: no-repeat; background-position-x: 90%; background-position-y: 50%; display: inline-flex; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 70px; padding: 0 100px 0 20px; margin: 0 40px 20px 0; }
.product-info-row > .tag:hover { background-color: #eee; }
.product-info-row > .tag a { text-decoration: none; color: #777777; }
.product-cart-controls { display: flex; margin-top: 45px; }
.product-cart-controls input { text-align: center; line-height: 52px; height: 52px; border: 0; background: #ededed; padding: 0 0 0 10px; width: 44px; margin: 0 20px 0; }
.product-detail-content > h2 { font-size: 48px; font-weight: 100; padding: 0 0 0 30px; }
.product-detail-content > .product-description { padding: 0 0 0 30px; line-height: 25px; }
.product-detail-content > .product-description img { max-width: 100% !important; height: initial !important; }
div.filter-left div.back-button { cursor: pointer; display: block; position: fixed; width: 100px; background: url(/img/ico-array-left.png); background-repeat: no-repeat; background-position-x: 10%; background-position-y: 50%; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 50px; padding: 0 20px 0 100px; margin: 0 40px 20px 0; background-color: rgba(255,255,255,0.8); bottom: 20px; }
div.main-content div.back-button-desktop { position: absolute; right: 0; background: url(/img/ico-array-left.png); background-repeat: no-repeat; background-position-x: 10%; background-position-y: 50%; font-size: 16px; color: #777777;  border: 1px solid #777777; line-height: 48px; }
div.main-content div.back-button-desktop:hover { background-color: #eee; }
div.main-content div.back-button-desktop a, div.filter-left div.back-button a { text-decoration: none; color: #777777; display: flex; align-items: center; justify-content: center; height: 100%; width: 150px; font-size: 12px; font-weight: 600; }
div.main-content div.back-button-desktop { display: none; }
.product-detail div.detail-labels { position: absolute; display: flex; flex-direction: column; z-index: 2; }
.product-detail div.detail-labels > span.tag { margin: 0 0 15px 0; padding: 8px 15px; color: white; }
.product-detail div.detail-labels > span.news { background-color: #db7093ba; }
.product-detail div.detail-labels > span.top { background-color: #228b22ba; }
.product-detail div.detail-labels > span.sale { background-color: #6495edba; }
.product-detail div.detail-labels > span.damage { background-color: #ffa500ba; }
.product-detail div.detail-labels > span.eol { background-color: #ffd04f; }

.cart-top-menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    position: relative;
}
.cart-top-menu div { padding: 0 20px; font-size: 16px; font-weight: 600; line-height: 40px; margin: 20px 0; position: relative; left: 44%; }
.cart-top-menu .active { background-color: #ededed; }
.cart h1, .order h1 { color: #00b1d9; font-weight: 200; font-size: 68px; text-align: center; margin-top: 13px; margin: 0 0 10px 30px; }
div.cart-list { margin: 20px 40px; display: flex; flex-direction: row; }
div.cart-list > div.cart-column { display: flex; flex-direction: column; }
div.cart-list .cart-column-row { height: 90px; position: relative; }
div.cart-list .cart-column-row a#mainContent_u_Kosik1_hlUlozitPocet { color: #777777; border: 1px solid #777777; line-height: 50px; margin: 10px 40px 20px 0; display: block; text-align: center; text-decoration: none; max-width: 100px; }
div.cart-list .cart-column-row a:hover { background-color: #eee; }
div.cart-list .cart-column-row.cart-product-name:hover { text-decoration: underline; cursor: pointer; }
div.cart-list img.product-preview { max-width: 80px; height: 80px; top: 5px; position: relative; }
div.cart-list div.cart-column-row { border-top: 1px solid #efefef; line-height: 90px; }
div.cart-list div.cart-column-header { font-size: 16px; font-weight: 700; text-align: left; line-height: 50px; }
div.cart-list > div.image { width: 10%; }
div.cart-list > div.name { width: 30%; }
div.cart-list > div.amount { width: 15%; }
div.cart-list > div.stock { width: 15%; }
div.cart-list > div.pricewithoutvat { width: 10%; }
div.cart-list > div.pricewithvat { width: 10%; }
div.cart-list > div.cancel { width: 10%; }
div.cart-list > div.stock div, div.cart-list > div.image div, div.cart-list > div.cancel div { text-align: center; }
div.cart-list > div.cancel img { position: relative; top: 15px; }
div.cart-list > div.pricewithvat div, div.cart-list > div.name div { font-weight: 700; }
div.cart-list > div.cart-column.name > div > span { font-weight: 300; position: absolute; top: 22px; left: 0; }
div.cart-list > div.cart-column.amount > div > input { line-height: 40px; border: 0; background: #ededed; padding: 0 20px; width: 60px; }

.cart .price-total { font-size: 16px; text-transform: uppercase; font-weight: 700; width: 100%; text-align: right; margin-right: 100px; }
.cart .price-total > div { padding: 20px 50px; }
.cart .price-total > div > span { padding-left: 20px; font-size: 26px; text-transform: initial; }
.cart .cart-navigation { display: flex; flex-direction: row; position: relative; margin: 0 0 50px; }
.cart .cart-navigation a { text-decoration: none; }
.cart .cart-navigation > .back { min-width: 250px; position: relative; left: 40px; background: url(/img/ico-array-left.png); background-repeat: no-repeat; background-position-x: 10%; background-position-y: 50%; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 50px; padding: 0 20px 0 0; margin: 0 40px 20px 0; text-align: center; }
.cart .cart-navigation > .back:hover { background-color: #eee; }
.cart .cart-navigation > .forward { position: relative; left: 67%; background: url(/img/ico-array-right-white.png) #ffc500; background-repeat: no-repeat; background-position-x: 90%; background-position-y: 50%; font-size: 16px; color: white; border: 0; line-height: 50px; padding: 0 0 0 20px; margin: 0 40px 20px 0; min-width: 205px; cursor: pointer; }
.cart .cart-navigation > .forward:hover { background-color: #f1ba00; }
.cart .cart-navigation > .back a { color: #777777; display:inline-block; width:100%; height:100%; }
.cart .cart-navigation > .forward a { color: white; display:inline-block; width:100%; height:100%; }
.cart .cart-navigation > .no-limit { position: relative; left: 67%; background: #ff8084; font-size: 16px; color: white; border: 0; line-height: 50px; padding: 0 20px 0 20px; margin: 0 40px 20px 0; min-width: 205px; cursor: pointer; }
.cart .cart-navigation > .no-limit span { color: white; display:inline-block; width:100%; height:100%; }
.cart .cart-multiload { display: flex; flex-direction: row; position: relative; margin-top: 20px; padding: 10px 0 150px 0; }
.cart .cart-multiload > p { padding-left: 40px; font-weight: 700; }
.cart .cart-multiload .cart-multiload-submit { text-decoration: none; background: url(/img/ico-array-right-white.png) #b1dd03; background-repeat: no-repeat; background-position-x: 90%; background-position-y: 50%; font-size: 16px; color: white; border: 0; line-height: 50px; padding: 0 100px 0 20px; margin: 0 40px 20px 0; }
.cart .cart-multiload .cart-multiload-submit:hover { background-color: #99bf04; }
.cart .upload-btn-wrapper { position: relative; overflow: hidden; display: inline-block; cursor: pointer; margin: 0 40px 20px 30px; }
.cart .btn { background: url(/img/ico-array-right.png); background-repeat: no-repeat; background-position-x: 90%; background-position-y: 50%; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 50px; padding: 0 100px 0 20px; }
.cart .upload-btn-wrapper:hover { background-color: #eee; }
.cart .upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; }
.cart > p { margin: 10px 40px 30px; }

.order .cart-info-row { width: 100%; line-height: 70px; display: flex; flex-direction: row; }
.order .cart-info-row > .title { width: 25%; text-align: right; margin: 0 80px 0 0; font-weight: 600; }
.order .cart-info-row > span { font-weight: 600; }
.order .cart-info-row img { height: 30px; margin: 20px 20px 0 0; float: left; }
.order .cart-info-row img.second { margin-left: 40px; }
.order .cart-info-row input { background-color: #ededed; border: 0; height: 40px; margin: 15px 0; width: 41%; padding: 0 0 0 1%; }
.order .cart-info-row select { background-color: #ededed; border: 0; height: 40px; margin: 15px 0; width: 42%; padding: 0 0 0 1%; }
.order .cart-info-row textarea { background-color: #ededed; border: 0; height: 120px; margin: 15px 0; width: 40%; padding: 10px 1% }
.order .cart-info-row input[type=email] { background-image: url('/img/ico-email.png'); background-repeat: no-repeat; background-position-x: 30px; background-position-y: 12px; padding-left: 5%; width: 37%; font-style: italic; }
input.column-two { width: 15% !important; }
.cart-info-row > span { width: 5%; margin-left: 5%; }
.order .cart-navigation { display: flex; flex-direction: row; position: relative; margin: 80px 0 80px 30px; }
.order .cart-navigation > .back { position: relative; left: 40px; background: url(/img/ico-array-left.png); background-repeat: no-repeat; background-position-x: 10%; background-position-y: 50%; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 50px; padding: 0 20px 0 100px; margin: 0 40px 20px 0; }
.order .cart-navigation > .back:hover { background-color: #eee; }
.order .cart-navigation > .submit { position: relative; left: 67%; background: url(/img/ico-array-right-white.png) #ffc500; background-repeat: no-repeat; background-position-x: 90%; background-position-y: 50%; font-size: 16px; color: white; border: 0; line-height: 50px; padding: 0 100px 0 20px; margin: 0 40px 20px 0; }
.order .cart-navigation > .submit:hover { background-color: #f1ba00; }
.order #shipping-address { cursor: pointer; }
.order .shipping-address { display: none; }
.shipping-select, .sendconfirmation-select { cursor: pointer; }

.order-confirm { margin: 10px 40px; }
.order-confirm h1 { color: #00b1d9; font-size: 28px; font-weight: 300; }
.order-confirm p.tkpokr { position: relative; background: url(/img/ico-array-left.png); background-repeat: no-repeat;  background-position-x: 10%; background-position-y: 50%; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 50px; padding: 0 20px 0 100px; margin: 0 40px 20px 0; width: 160px; }
.order-confirm p.tkpokr a { text-decoration: none; color: #777777; }

#contact-us { text-align: center; }
#contact-us input[type=submit] { margin: 40px 200px; background: url(/img/ico-array-right.png) rgba(0, 0, 0, 0); background-repeat: no-repeat; background-position-x: 90%; background-position-y: 50%; border: 1px solid #ccc; width: 150px; color: #ccc; font-size: 20px; line-height: 48px; top: -10px; position: relative; text-align: left; position: relative; padding: 0 0 0 30px; }
#contact-us input[type=submit]:hover { border: 1px solid #bdd73c; color: white; background: url(/img/ico-array-right-white.png) #bdd73c; background-repeat: no-repeat; background-position-x: 90%; background-position-y: 50%; }
#contact-us .cart-info-row { width: 100%; line-height: 70px; display: flex; flex-direction: row; }
#contact-us .cart-info-row > .title { width: 25%; text-align: right; margin: 0 80px 0 0; font-weight: 600; }
#contact-us .cart-info-row img { height: 30px; margin: 20px 20px 0 0; }
#contact-us .cart-info-row img.second { margin-left: 40px; }
#contact-us .cart-info-row input { background-color: #ededed; border: 0; height: 40px; margin: 15px 0; width: 41%; padding: 0 0 0 1%; }
#contact-us .cart-info-row input[type=email] { background-image: url('/img/ico-email.png'); background-repeat: no-repeat; background-position-x: 30px; background-position-y: 12px; padding-left: 5%; width: 37%; font-style: italic; }
#contact-us input.column-two { width: 15% !important; }
#contact-us .cart-info-row > span { width: 5%; margin-left: 5%; }

.holiday-info {
    background: rgba(210, 7, 7, 0.9);
    color: white;
    border-radius: 10px;
    width: 75%;
    position: relative;
    left: 12.5%;
    padding: 10px 0;
}

footer { width: 100%; background: black; color: white; display: flex; flex-direction: column; }
footer div.footer-row { display: flex; flex-direction: row; padding: 91px 40px 30px 40px; line-height: 25px; }

footer div.footer-logo { width: 30%; float: left; }
footer div.footer-contact { width: 18%; float: left;  text-align: left; }
footer div.footer-social { width: 18%; float: left; text-align: left; }
footer div.footer-final { width: 20%; text-align: right; }
footer div.footer-final img { margin: 15px; }
footer div.footer-bottom { padding: 0 215px 40px 215px; font-size: 12px; }
footer div.footer-bottom > .footer-column { width: 50%; }
footer div.footer-bottom div.right { text-align: right; }

.socials { position: relative; float: left; padding: 30px 0 0 0; }
.socials a svg { height: 20px; float: left; color: white; padding: 0; margin: 0; width: 20px; padding-left: 25px; fill: #00b1d9; }

/* *** alert *** */
#cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ccc; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; z-index: 1000; display: none; }
#alert { position: absolute; width: 400px; border: 1px solid black; background-color: #ddd; text-align: right; z-index: 1001; display: none; }
.alertobsah { margin: 0; padding: 5px 10px 0 10px; background-color: #eee; color: #333; text-align: left; }
.alertobsah a { color: #333; }

/* *** alert lite *** */
#coverlite { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ccc; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; z-index: 1000; display: none; }
#alertlite { position: absolute; width: 400px; border: 1px solid black; background-color: #e9383d; text-align: right; z-index: 1001; display: none; }

.boxkosik { text-align: center; }
.boxkosik h1 { padding-top: 100px; color: black; font-size: 40px; }
.boxkosik h1.top { padding-top: 10px; }
.boxkosik .tabkosik { padding: 0 50px; }
.boxkosik .tabkosik table { font-size: 12px; }
.boxkosik .tabkosik.wide table { width: 100%; }
.boxkosik .tabkosik table tr { line-height: 22px; }
.boxkosik .tabkosik table tr.unpayed { background: #f7a8a8; }
.boxkosik .tabkosik table tr.tkdark.unpayed { background: #fa9898; }
.boxkosik .tabkosik table tr.tkdark { background-color: #eee; }
.boxkosik .tabkosik table tr td:nth-child(2) { width: 200px; }
.boxkosik .tabkosik table tr td:nth-child(7) { width: 450px; }
.boxkosik .tabkosik table tr td:nth-child(8) { width: 50px; }
.boxkosik .tabkosik table td { text-align: left; padding: 0 10px; }
.boxkosik .tabkosik table .tkhead { font-weight: bold; text-align: center; background-color: #eee; }
.boxkosik .tabkosik table td a { text-decoration: none; cursor: initial; color: black; }
.boxkosik .tabkosik table td a[title="zobraz položky objendávky"] { cursor: pointer; }
.boxkosik p.tkzpet { float: left; background: url(/img/ico-array-left.png); background-repeat: no-repeat; background-position-x: 10%; background-position-y: 50%; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 50px; padding: 0 20px 0 100px; margin: 50px 40px 20px 0; width: 150px; cursor: pointer; }
.boxkosik p.tkzpet a { cursor: pointer !important; }
.boxkosik p.tkexport { float: left; margin: 0; }
.boxkosik p.tkexport a { cursor: pointer !important; display: block; background:initial; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 50px; padding: 0 20px 0 100px; margin: 50px 40px 20px 0; width: 150px; }
.boxkosik .tktopbottom { position: absolute; }
.boxkosik .tktopbottom .tkzpet { margin: 0; float: left; }
.boxkosik .tktopbottom .tklogout { float: left; margin: 0 0 0 20px; background: url(/img/ico-array-left.png); background-repeat: no-repeat; background-position-x: 10%; background-position-y: 50%; font-size: 16px; color: #777777; border: 1px solid #777777; line-height: 50px; padding: 0 20px 0 100px; width: 150px; cursor: pointer; }
.boxkosik .tktopbottom .tklogout a { cursor: pointer; }
.boxkosik .tdDate { font-family: system-ui;}

.tkbottom .pagination {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.tkbottom .pagination a {
    display: block;
    float: left;
    padding: 20px 30px 0 0;
    cursor: pointer !important;
    font-size: 20px;
}

.tkbottom .pagination a.selected {
    font-weight: 900;
}


.hidden-order {
    display: none;
}
.hoverable-darker:hover, .hoverable-darker.tkdark:hover {
    background-color: #bababa !important;
}
.orders-tabs {
    padding: 15px 0 0 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
}

    .orders-tabs > div {
        padding: 0 40px;
        margin: 85px 0 0 0;
        height: 70px;
        min-width: 150px;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-radius: 15px 15px 0 0;
    }

    .orders-tabs > div a {
        padding-top: 20px;
        color: black;
        font-size: 30px;
        font-weight: 300;
        text-decoration: none;
        display: block;
        padding-bottom: 15px;
    }

        .orders-tabs > div.active {
            background: #eee;
        }

    .orders-tabs > div.inactive a {
        color: #ccc;
        font-weight: 200;
    }

div.instagram-wrapper {
    padding-bottom: 25px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    width: 99.5%;
    padding-left: 0.5%;
    padding-top: 0.5%;
    max-height: calc(100vh + 115px);
    bottom: 0px;
    background-color: white;
    box-shadow: 0 2px 38px #c8cfd6;
    -moz-box-shadow: 0 2px 38px #c8cfd6;
    -webkit-box-shadow: 0 2px 38px #c8cfd6;
    -o-box-shadow: 0 2px 38px #c8cfd6;
    -ms-box-shadow: 0 2px 38px #c8cfd6;
    overflow: hidden;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

.pdf-canvas {
    border: 1px solid black;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px;
}

.homepage-block:first-of-type { top: 80px; position: relative; }
.homepage-block { min-height: 450px; background-color: white; padding-left: 5%; padding-right: 5px; padding-bottom: 50px; padding-top: 50px; }
.homepage-block h1 { font-size: 30px; color: #141414; }
.homepage-block > div { font-size: 55px; color: #141414; font-weight: 600; }
.homepage-block.align0 { text-align: left; }
.homepage-block.align1 { text-align: center; }
.homepage-block.align2 { text-align: right; }
.homepage-block div.video { position: absolute; }

.to-the-top {
    bottom: 17px;
    right: 200px;
    position: fixed;
    width: 35px;
    cursor: pointer;
    display: none;
}

    .to-the-top > img {
        width: 35px;
    }

@media screen and (max-width: 1815px) {
    header ul > li { padding: 10px 15px; }
    div .cart-list div.cart-column-header { font-size: 14px; }
    .socials a svg { padding-left: 15px; }
    .product-row .product-title { max-width: 555px; }
}

@media screen and (max-width: 1755px) {
    .socials { display: none; }
}

@media screen and (max-width: 1665px) {

    .socials { display: block; }

    header img.logo { padding: 28px 25px 18px 25px; }
    header div.ten-years span { font-size: 23px; padding: 0; }
    header div.ten-years span:first-child { font-size: 23px; padding: 0 45px 0 0; }

    header ul { font-size: 13px; margin-top: 23px; padding: 0 0 0 10px; }

    div.icons { padding: 33px 25px 0 25px; }
    div.icons > span.customer { padding-right: 20px; float: left; }
    div.icons > span.customer img { width: 16px; }
    div.icons > .flag img:first-child { width: 25px; }
    div.icons > .flag img:nth-child(2) { width: 12px; }
    
    div.content .main-content { padding-right: 30px; }
    div.content .filter-left { margin: 0 40px 50px 20px; }

    .promoted-item, .promoted-item .promoted-title, .product-row { font-size: 13px; }

    .cart .cart-navigation > .forward { left: 55%; }
    .cart .cart-navigation > .no-limit { left: 55%; }
    .order .cart-navigation > .submit { left: 55%; }
    .order .cart-info-row { font-size: 13px; }
    div.cart-list, div.cart-column-header { font-size: 13px; }
    .cart .price-total { font-size: 13px; }
    .cart .price-total > div > span { padding-left: 16px; }
    .cart .cart-navigation > .back, .cart .cart-navigation > .forward { font-size: 14px; }
    .cart .cart-navigation > .back, .cart .cart-navigation > .no-limit { font-size: 14px; }
    .cart .cart-multiload .cart-multiload-submit { font-size: 14px; }
    div.cart-list div.cart-column-header { font-size: 11px; }

    #contact div.contact-item { font-size: 18px; }

    .filter-top, .filter-left .filter-group-content { font-size: 13px; }
    .filter-group-content.all { background: #f7f7f7; }
    .product-detail-content h1 { font-size: 20px; }
    .product-detail-content { font-size: 12px; }
    .product-detail-content .product-info-row, .product-detail-content .product-info-row span { font-size: 14px; }
    .product-detail-content .product-info-row { line-height: 50px; }
    .product-detail-content .to-the-cart-button { font-size: 16px; }
    .to-the-cart-button > div {  width: 50px; height: 50px; }
    .to-the-cart-button > div > img { width: 30px; margin: 10px 10px 0 0; top: 2px; left: 12px; }
    .product-detail-images .images-list > img { max-width: 100px; height: 100px; }
    .product-info-row > .tag { font-size: 12px; line-height: 50px; padding: 0 80px 0 20px; cursor: pointer; }

    footer div.footer-social { font-size: 14px; }
    footer div.footer-contact { font-size: 14px; }
    footer div.footer-row { padding: 91px 25px 30px 25px; }
    footer div.footer-bottom { padding: 0 215px 40px 215px; }
}

@media screen and (max-width: 1414px) {
    header ul > li { padding: 10px 9px; }
}

@media screen and (max-width: 1533px) {
    .socials { display: none; }
    .product-row .product-title { width: 5500px; }
}

@media screen and (max-width: 1355px) {

    .socials { display: block; float: right;  right: 400px; }

    body { background-position: center center; min-height:100%; }
    div.main-content { overflow: hidden; }

    header { background: black; border-bottom: 2px solid grey; height: 78px; }
    header:before, header:after { background: initial;}
    header ul { display: none; }
    header div.ten-years { position: absolute; right: 50%; }
    header div.icons { width: 55%; text-align: right; padding-right: 140px; position: absolute; left: 30%; }
    header div.icons span.search { display: inline; }
    header div.icons span.search > img { width: 20px; margin: 0 10px 0 0; }
    input#search { display: none; }
    body.subpage header div.icons { width: 210px; padding-right: 100px; left: 72%; }   
    header nav.hamburger { left: 0; display: block; position: relative; top: 32px; width: 100%; transition: all .1s linear; }
    header nav.hamburger > label { width: 100%; display: block; }
    header #checkbox1:checked + label .mobile-menu li { opacity: 1; visibility: visible; transition: all .7s linear; border-bottom: 1px solid #aaa; }
    header #checkbox1:checked + label .mobile-menu { height: 300px; overflow: hidden; }
    header .mobile-menu { width: 100%; display: flex; flex-direction: column; justify-content: space-around; align-items: center; height: 0px; transition: height .3s linear; }
    header .mobile-menu li { display: flex; align-self: center; width: 100%; margin-right: 30px; opacity: 0; visibility: hidden; }
    header .mobile-menu li a {
        width: 95%;
        text-align: center;
        align-self: center;
        align-content: center;
        color: black;
        line-height: 40px;
    }
    header span.toggle { left: 93%; position: absolute; cursor: pointer; z-index: 10; }
    div.icons > div.cart { margin: 0 0 0 18px; }
    header ul.mobile-menu { background: #efefef; position: relative; top: -57px; }

    section#welcome { text-align: center; margin: 80px 0; }
    #welcome h1 { padding: 35px 25px 25px; margin: 10px 0 40px 0; background: black; font-size: 39px; }
    #welcome div { color: white; background: black; width: 100%; margin: 200px 0 0; text-align: left; box-sizing: border-box; }
    #welcome div.create-account { width: 280px; }

    body.subpage #login h1 { margin: 180px 0 50px; }
    body { background-position-y: 150px; }

    #partners div.partner { width: 49%; }

    #contact div.contact-item { width: 49%; }

    #partners h2, #contact h2 { margin: 60px 0 80px; }

    .filter-top { border-bottom: initial; display: flex; flex-direction: column-reverse; text-align: left; width: 100%; position: relative; left: 20px; }
    .filter-top-item { width: 90%; float: left; }

    .product-row .product-row-cart { position: relative; right: 0; width: 40px; top: -2px; padding: 10px 0 0 6px; height: 25px; }
    .product-row .product-row-cart > img { top: -15px; left: -2px; }
    div.filter-left div.back-button { display: block; background-color: #eee; border: 1px solid #aaa; line-height: 40px; }

    .product-detail { display: flex; flex-flow: row wrap; }
    .product-detail-images { width: 100%; text-align: center; }
    .product-detail-images .main-image > img { width: 250px; }
    h1.mobile-title { display: block; font-size: 22px; text-align: center; margin: 0 0 0 20px; width: 100%; }
    .product-detail-content { width: 100%; margin: 0 0 20px 15px; }
    .product-detail-content h1 { display: none; }
    .product-detail-content .product-codes { flex-direction: column; margin: 20px 0 20px 30px; }
    .product-detail-content .product-codes span { display: initial; }
    .product-detail-content .product-codes > div.multirow { margin: 20px 0 0 0; }

    .order .cart-navigation { display: flex; flex-direction: row; justify-content: space-around; position: initial; margin: 30px 0 50px; padding: initial; }
    .order .cart-navigation > .back { position: initial; left: initial; margin: 0 0 20px 0; }
    .order .cart-navigation > .submit { left: initial; position: initial; }

    footer { position: relative; padding-top: 60px; }
    footer div.footer-logo { width: 30%; }
    footer div.footer-contact { width: 30%; text-align: center; margin-bottom: 50px; line-height: 24px; }
    footer div.footer-social { width: 30%; text-align: center; margin-bottom: 50px; line-height: 24px; }
    footer div.footer-final { position: absolute; left: 78%; top: 90px; }
}

@media screen and (max-width: 1280px) {

    body.subpage header div.icons { left: 72%; }   
    .promoted-items, .promoted-items-title { display: none; }

    .product-detail-content .to-the-cart-button { width: 150%; }

    .product-row { height: 100px; flex-wrap: wrap; }
    .product-row .product-row-title { width: 100%; }
    .product-row .product-row-eshop { width: 100%; position: relative; top: -22px; }
    .product-row .image-skipper { display: block; min-width: 112px; text-align: center; background: white; width: 152px; height: 300px; }
    .product-row .product-image { width: 137px; }
    .product-row .product-title { overflow: initial; }
    .product-row .product-title .tags { top: 30px; } 
    .product-row .product-image img { position: absolute; height: 75px; max-height: 80px; left: 20px; z-index: 2; }

    div.cart-list div.cart-column-header { line-height: 25px; height: 50px; }
}

@media screen and (max-width: 1200px) {
    #articles .article { width: 90%; }
}

@media screen and (max-width: 1150px) {
    
    div.cart-list div.cart-column.name > .cart-column-row { line-height: 20px; display: flex; flex-flow: column; justify-content: center; }
    div.cart-list div.cart-column.name > .cart-column-row > span { position: initial; top: initial; left: initial; }
    .cart .cart-navigation { display: flex; flex-direction: row; justify-content: space-around; position: initial; margin: 0 0 50px; padding: initial; }
    .cart .cart-navigation > .back { position: initial; left: initial; margin: 0 0 20px 0; }
    .cart .cart-navigation > .forward { position: initial; left: initial; margin: 0 0 20px 0; }
    .cart .cart-navigation > .no-limit { position: initial; left: initial; margin: 0 0 20px 0; }
}

@media screen and (max-width: 1000px) {

    header div.ten-years { display: none; }
    ul.mobile-menu li.first { padding: 25px 0; }
    ul.mobile-menu li.last, header #checkbox1:checked + label .mobile-menu li.last { border-bottom: none; }
    body.subpage header div.icons { left: 63%; }

    #partners div.partner { width: 100%; }
    #contact div.contact-item { width: 100%; }

    div.content { flex-direction: column; }
    div.content .main-content { width: 93%; }

    .product-row .product-image img { max-width: 90px; }

    footer div.footer-row { flex-direction: column; }
    footer div.footer-logo, footer div.footer-contact, footer div.footer-social { width: 100%; }
    footer div.footer-logo { margin-bottom: 60px; }
    footer div.footer-bottom > .footer-column { width: 100%; text-align: center; }
    footer div.footer-bottom div.right { text-align: center; }

    .product-row .product-title { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: initial; }
    .product-row .product-title .tags { right: 105px; }

    .cart .btn { line-height: 25px; }
    .cart-top-menu { display: flex; justify-content: center; }
    .cart-top-menu div { position: initial; left: initial; }

    .order .cart-info-row .shipping-select { line-height: 25px; }
    .order .cart-info-row > .title { margin: 0 40px 0 0; }
    .order .cart-info-row input, .order .cart-info-row textarea { width: 54%; }
    .order .cart-info-row input.column-two { width: 20% !important; }
    .order .cart-info-row > span { width: 8%; }

    section#article div.article-content { max-width: 70%; min-width: 70%; }
}

@media screen and (max-width: 950px) {
    div.cart-list .cart-column-row a#mainContent_u_Kosik1_hlUlozitPocet { line-height: 23px; }
}

@media screen and (max-width: 880px) {
    div.cart-list > div.image { display: none; }
    div.cart-list > div.name { width: 38%; }
    div.cart-list > div.amount { width: 17%; }
    div.cart-list > div.pricewithvat div { overflow: hidden; }

    section#article div.article-content { max-width: 65%; min-width: 65%; }
}

@media screen and (max-width: 840px) {
    div.icons > span.customer { display: none;  }
    div.icons > span.customer-mini { display: block; }
    body.subpage header div.icons { width: 170px; }   
}

@media screen and (max-width: 820px) {
    .socials { right: 300px; }
    .product-row .product-title .tags { display: none; }
    div.cart-list > div.cart-column.amount > div > input { padding: 0 5px 0 15px; width: 30px; }
    .cart .cart-multiload { display: flex; flex-direction: column; padding: 10px 0 150px 0; margin-left: initial; }
    .cart .cart-multiload .cart-multiload-submit { line-height: 50px; padding: 0 100px 0 20px; margin: 0 40px 20px 40px; width: 104px; }
    .cart .btn { line-height: 50px; margin: 0 40px 20px 40px; }
    #articles .article { display: flex; flex-direction: column; }
}

@media screen and (max-width: 720px) {
    .socials { right: 266px; }
}

@media screen and (max-width: 700px) {

    body { background: initial; }

    .socials { right: 400px; }

    header img.logo { display: none; }
    header span.toggle { left: 86%; }
    header div.icons { width: 38%; }
    header ul.mobile-menu { top: 24px; }
    header img.logo-mobile { cursor: pointer; display: block; position: absolute; left: 40px; height: 40px; top: 20px; z-index: 5; }

    #login h1 { font-size: 60px; }
    body.subpage header div.icons { left: 54%; }
    body.subpage #login h1 { margin: 100px 0 20px; }
    #login h2 { margin: 20px 0 10px 0; }
    div.login-form .container { margin: 20px 0 26px 0; }
        
    section#welcome { margin: 83px 0; }
    #welcome div { margin: 0; }
    #welcome h1 { margin: 10px 0 1px 0; }
    #welcome div.create-account { position: relative; top: 15px; margin: 10px 20%; }

    section#partners { padding-top: 0; }
    #partners h2, #contact h2 { font-size: 55px; }
    #partners div.more { margin: 30px 0 10px 0; }
    #contact-us span { color: #00b1d9; }
    #contact-us button { border: 1px solid #00b1d9; color: #00b1d9; }
    #contact-us button:hover { color: white; }
    #contact-us button { margin: 20px 0; }

    #articles { overflow: hidden; }
    #articles .article { width: 85%; display: flex; flex-direction: column; align-items: center; text-align: center; }
    #articles .article .article-content { text-align: center; }
    #articles .article .article-image { margin-right: 0; }
    #article .article { flex-direction: column; text-align: center; }
    #article .article .article-image { width: initial; }
    section#article div.article-content { max-width: initial; min-width: initial; }
    #article h2 .articles-year-switch { position: relative; }

    section#contact { padding-top: 0; }

    .product-row .product-title .tags { display: initial; top: 35px; }

    div.content .filter-left { position: relative; width: 80%; margin: 55px 30px 0; z-index: 3; background-color: #ffffff; }
    div.content.product-list .filter-left { margin: 0px 30px 0; }
    .filter-top { flex-direction: column-reverse; margin: 12px 0 0 30px; width: 95%; left: 0; }
    .filter-top input { position: relative; width: 100%; }
    .product-list-total { left: 0; bottom: 0; padding: 20px; background: rgba(255, 255, 255, 1); z-index: 10; width: 100%; border-top: 1px solid #cecece; }
    .all-to-cart { right: 20px; bottom: 10px; z-index: 12; }
    .cancel-filter { left: 40%; bottom: 10px; z-index: 12; }
    .filter-group-content { font-size: 13px; }
   
    .product-detail { flex-direction: column; }
    .product-detail-images .images-list img { max-width: 40%; }

    div.filter-left div.back-button { position: relative; background-color: rgba(255,255,255,0.8); bottom: initial; width: 51%; }

    footer { flex-direction: column; overflow: hidden; }
    footer div.footer-row { flex-direction: column; text-align: center; }
    footer div.footer-bottom { padding: 0 0 40px 0; }
    footer div.footer-bottom > .footer-column { width: 100%; }
    footer div.footer-bottom div.right { text-align: center; }
    footer div.footer-final { position: relative; text-align: center; top: 0; left: 40%; }
    footer div.footer-logo { margin: 0 0 50px 0; }
}

@media screen and (max-width: 660px) {
    body.subpage header div.icons { left: 50%; }
    div.cart-list > div.stock { display: none; }
    div.cart-list > div.amount { width: 24%; }
    div.cart-list > div.pricewithoutvat { display: none; }
    div.cart-list > div.pricewithvat { width: 25%; }
}

@media screen and (max-width: 606px) {

    .order .cart-info-row > .title { line-height: 25px; }
}

@media screen and (max-width: 580px) {

    .socials { right: 300px; }
    .order .cart-info-row > .title { line-height: 25px; }
    .order .cart-navigation { flex-direction: column; justify-content: space-around;  align-items: center; }
    .order .cart-navigation > .back { position: initial; left: initial; margin: initial;  width: 31%; margin: 0 0 20px 0; }
    .order .cart-navigation > .submit { margin: initial; }
    div.login-header img { width: 400px; }
}

@media screen and (max-width: 550px) {
    .socials { right: 340px; }
    .filter-top input { position: relative; top: 0; width: 80%; }
    body.subpage header div.icons { left: 38%; }
    .cancel-filter { left: 10px; }
    .product-list-total { padding: 20px 20px 60px 20px; }
    div.cart-list .cart-column-row a#mainContent_u_Kosik1_hlUlozitPocet { margin: 10px 0 20px 0; }

    .order h1 { font-size: 60px; }
    .order .cart-navigation > .back { width: 45%; }
    .order .cart-info-row { width: 100%; flex-direction: column; align-items: center; }
    .order .cart-info-row > .title { width: 80%; text-align: center; }
    .order .cart-info-row img { margin: 20px 20px 0 40px; }
    .order .cart-info-row .shipping-select { line-height: 70px; }
    .order .cart-info-row select, .order .cart-info-row input, .order .cart-info-row textarea, .order .cart-info-row input[type=email] { width: 80%; }
    .order .cart-info-row input.column-two { width: 80% !important; }
    .order .shipping-select, .sendconfirmation-select { text-align: left; width: 100%; }
    .order .cart-info-row > span { width: 23%; }
}

@media screen and (max-width: 500px) {
    .socials { right: 310px; }
    .socials a svg { padding-left: 15px; }
    .pdf-canvas, #articles .article img { float: initial; width: 70%; }
}

@media screen and (max-width: 450px) {
    .socials { display: none; }
    body.subpage header div.icons { left: 33%; }
    .product-row .product-title .tags { display: none; }
    div.cart-list div.cart-column-header { min-height: 80px; }
    .cart .cart-navigation { flex-direction: column; justify-content: space-around; padding: 0 20px; }
    .cart .price-total > div > span { min-width: 105px; display: block; }
    div.cart-list > div.amount { width: 22%; }
    div.cart-list > div.cancel img { top: 5px; width: 20px; }
    div.cart-list { margin: 20px 20px; }
}

/* only for chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    @media screen and (max-width: 700px) {

        body.subpage { background: white; }
    }
}