:root {
    --blue1: #3983B2;
    --blue2: #3EA3D9;
    --blueMenu: #66c8fd;
    --hoverLinkBlue: #23527c;
    --orange1: #E47911;
    --grayBackground: #f9f9f9;
    --grayBackgroundDarker: #f0f0f0;
    --grayBorder: #ddd;
    --grayAmazon: #37475a;
    --greenInfo: #00b67a;
    --text: #555;
    --textDark: #333;
    --textLight: #888;
    --red-color: #dc1f27;
    --dark-red-color: #ab0000;
    --green-color: #638d31;
    --light-green-color: #71bd1f;
    --gold-color: #ffae00;
    --orange-color: #ff8f19;
    --white: #fff;
}

body {
    /* font-family: Arial, Verdana, Tahoma; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

bit {
    color: #555;
    font-weight: bold;
    font-size: 110%;
    padding-left: 2px;
}

a {
    color: #3983B2;
}

h1 {
    font-size: 170%;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
}

h2 {
    font-size: 165%;
}

footer {
    line-height: 1.7;
    margin-top: 40px;
}

footer a {
    text-decoration: underline;
}

footer ul {
    padding: 0px;
}

form>ul.error>li {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

iframe.video {
    width: 100%;
}

input {
    font-size: 16px !important;
}

select {
    font-size: 16px !important;
}

textarea {
    font-size: 16px !important;
}

nav ul {
    padding: 0px;
}

nav#main-nav li>div>ul {
    display: none;
}

nav#catnav>ul {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
}

nav#catnav>ul>li {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
    border-radius: 4px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    font-size: 0.8em;
    min-height: 55px;
    padding: 6px 6px;
}

nav#catnav>ul>li>a {
    color: #555 !important;
    display: flex;
    align-self: center;
    flex-grow: 1;
    height: 100%;
    align-items: center;
}

nav#catnav>ul>li.active {
    background-color: #e8e8e8 !important;
    border-color: #c9c6c6 !important;
    color: #555 !important;
}

nav#catnav>ul>li img {
    margin-right: 6px;
    height: 43px;
    width: 50px;    
    object-fit: contain;
}

nav a {
    display: block;
}

nav a:hover,
a:focus {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

label[for=adresaProDoruceniStejna] {
    cursor: pointer;
}

.advanBar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 1rem 0;
}

.advanBar>a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0.3rem;
    text-decoration: none;
    color: #555;
    flex-basis: 20%;
}

.advanBarPic {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advanBarShowAll {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 1.2rem;
}

.advanBarText {
    flex-grow: 1;
    padding-left: 0.8rem;
}

.advanBarText>div:first-child {
    font-weight: bold;
}

.akce-sleva {
    color: #8A9C10;
    color: red;
    font-weight: bold;
}

.akce-puvodnicena {
    background: url(https://www.lasamba.cz/pics/_des/pricecross.png) no-repeat center center;
    margin-right: 0.3em;
    font-size: 1em;
    /* text-decoration: line-through;     */
}

.alert-box-green {
    margin: 22px 0px;
    line-height: 1.6;
    border: solid 1px #e1f2cc;
}

.alert-box-green>div {
    border: solid 1px #ffffff;
    background: #f2fde5;
    font-size: 110%;
    color: #7e9e00;
    padding: 14px;
}

.atHomeServiceBar {
    background-color: #00b67a;
    color: #fff;
    padding: 4px;
}

.atHomeServiceBar a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

#backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    background-color: #000;
    display: none;
}

#backdrop.fadein {
    display: block;
    opacity: .5;
}

.base-nav {
    position: relative;
}

.base-nav>ul {
    display: flex;
    margin: 0px;
}

.base-nav>ul>li {
    background-color: #3EA3D9;
    color: #fff;
    margin: 0 8px 0 0;
    padding: 4px 12px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.base-nav>ul>li.active {
    background-color: #3983B2 !important;
}

.besthomekarta {
    display: inline-block;
    border: 1px solid #3983B2;
    border-bottom-color: #ffffff;
    padding: 4px;
    cursor: pointer;
    background-color: #3983B2;
    color: #fff;
}

.besthomekarta>a {
    color: #fff;
    display: block;
}

#bc-navigation {
    padding: 7px 0px;
    margin: 0px;
}

#bc-navigation>li {
    display: inline-block;
}

.border-bottom-0 {
    border-bottom-width: 0px !important;
}

.besthkactiv {
    background-color: #3EA3D9;
    color: #fff;
    font-weight: bold;
    border-color: #3EA3D9;
}

.brothersSell {
    text-align: center;
}

.brothersSell>table {
    margin: auto;
    text-align: left;
    margin-top: 22px;
}

.brothersSell>table td {
    padding: 8px 4px;
}

.bublinaDoorColours {
    position: relative;
    font-size: inherit;
}

.bublinaDoorColours div {
    display: none;
}

.bublinaDoorColours:hover div {
    display: block;
    position: absolute;
    top: -8px;
    left: 0px;
    padding: 5px;
    border: 3px solid #E47911;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #555555;
    width: 464px;
    border-radius: 4px
}

.bucket {
    padding: 14px 0;
    margin: 22px 0;
}

.bucket-divider {
    border-top: 1px solid #ddd;
}

.cart-gift {
    border: solid 1px #e1f2cc;
    margin: 30px 0;
}

.cart-gift-inner {
    border: solid 1px #ffffff;
    background: #f2fde5;
    display: flex;
    align-items: center;
}

.cart-gift-img {
    padding: 6px;
    max-width: 150px;
}

.cart-gift-img img {
    width: 100%;
}

.cart-gift-text {
    padding: 6px 6px 6px 0;
}

.cart-gift-text span {
    color: #7e9e00;
}

.cart-item {
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0;
}

.cart-item-data-nazev {
    font-size: 13px;
}

.cart-item-data {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    flex-basis: 80%;
    justify-content: space-between;
}

.cart-item-delete {
    text-align: center;
    margin-top: 10px;
}

.cart-item-delete>a {
    width: 100%;
    padding: auto 16px;
    font-size: 130%;
}

.cart-item-data-others {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: flex-end;
    flex-grow: 1;
}

.cart-item-data-others1 {
    text-align: center;
    padding: 0;
    width: 150px;
}

.cart-item-data-others2 {
    padding: 6px 6px;
    min-width: 200px;
    text-align: right;
}

.cart-item-data-others2>div:first-child {
    font-size: 12px;
}

.cart-item-data-others3 {
    padding-left: 20px;
}

.cart-item-img {
    width: 15%;
    max-width: 80px;
}

.cartRecap {
    display: flex;
    padding: 5px 2px;
    font-size: 12px;
    line-height: 15px;
}

.cartRecap-holder {
    border: 1px solid #ccc;
    margin: 0px;
    padding: 6px;
    background-color: #fcfcfc;
}

.cartRecap-holder>h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    padding-left: 6px;
    margin: 10px 0;
}

.cartRecapAmount {
    border-top: 0px solid #ccc;
    padding-top: 6px;
    margin-top: 10px;
    display: flex;
}

.cartRecapAmountDelivery,
.cartRecapAmountPaymethod {
    border-top: 1px solid #eee;
    align-items: center;
}

.cat-grupa-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cat-grupa-wrapper a {
    flex: 0 1 350px;
    position: relative;
    margin: 4px;
}

.cat-grupa-img {
    width: 100%;
    max-height: 235px;
    min-height: 180px;
}

.cat-grupa-znacka {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 20%;
    max-width: 80px;
}

.cat-grupa-kolekce {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #bebebe;
    opacity: 0.8;
    padding: 12px 0;
    text-align: right;
}

.cat-grupa-kolekce span {
    opacity: 1 !important;
    color: #000;
    font-weight: bold;
    margin-right: 24px;
}

#cat-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cat-list-desc {
    padding: 15px 4px 4px;
    font-size: 90%;
}

.cat-list-img {
    height: 220px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.cat-list-img-cover {
    width: 100% !important;
    object-fit: cover !important;
}

.catLabelWrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.catLabelBox {
    padding: 2px;
    width: 50%;
    text-decoration: none !important;
}

.catLabelBoxInner {
    border: 1px solid #bbb;
    height: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catLabelBoxInner:hover {
    border-color: #3983B2;
    font-weight: bold;
}

.catLabelBoxInner div {
    padding: 0 2px;
}

.catLabelBoxInner img {
    max-height: 42px;
}

.catMapAllSections {
    background-color: #fafafa;
    margin-right: 0.5em;
}

.catMapAllSections::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -25px;
    height: 100%;
    width: 25px;
    background: linear-gradient(90deg, rgba(139, 167, 32, 0) 0%, #fafafa 100%);
    pointer-events: none;
}

.catTopProductsBox {
    padding-bottom: 12px;
}

.catTopProductsBoxHolder {
    display: flex;
    /*flex-wrap: wrap;*/
    overflow-x: auto;
}

.catTopProductsBoxItem {
    margin: 2px 10px 10px 2px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    padding: 12px;
    color: #555;
    min-width: 200px;
    max-width: 264px;
}

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

.catTopProductsBoxItem {
    font-size: 15px;
}

.catTopProductsDetail:hover {
    text-decoration: underline;
}

.catTopProductsBoxItem img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.catTopProductsPic {
    padding: 0 12px 12px 0;
}

.catTopProductsName {
    border-top: 1px solid #f5f5f5;
    padding: 12px 0 0;
    font-weight: bold;
    font-size: 13px;
}

.cleaner {
    clear: both;
}

.gridBasic {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.groupedColours {
    display: flex;
    flex-wrap: wrap;
}

.groupedColours>div {
    padding: 0.5em 2em 0 0;
}

.groupedColoursHead {
    display: flex;
    align-items: center;
    padding: 0.5em 0
}

.groupedColoursItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.groupedColoursItem {
    position: relative;
    /* border: 1px solid var(--grayAmazon); */
    margin-right: 5px;
    margin-bottom: 5px;
    max-width: 70px;
}

.groupedColoursItemName {
    background-color: var(--grayAmazon);
    color: #fff;
    font-size: 90%;
}

.groupedColoursItems img {
    width: 100%;
    height: 70px;
}

.gridBasicLoose {
    display: grid;
    gap: 1rem;
    grid-auto-flow: column;
}

.coloursCurtain {
    position: absolute;
    top: 0px;
    left: -2px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.coloursCurtain:hover {
    opacity: 0;
}

.colorSurfaceNameInTile {
    position: absolute; 
    left: 0; 
    bottom: 0; 
    padding: 2px; 
    width: 100%; 
    text-align: center; 
    background-color: var(--grayAmazon); 
    color: #fff; 
    line-height: 1; 
    font-size: 0.8em;
}

.comparisonTable {
    width: auto;
}

.comparisonColumn {
    width: 266px;
    vertical-align: middle !important;
}

.comparisonColumnFirst {
    width: 180px;
}

.cookies-info-small {
    border-bottom: 1px solid #E5E5E5;
}

.cookies-info {
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 15%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10002;
    min-height: 30%;
    color: #000;
    background-color: #ffe899;
}

.cookies-info>div {
    max-width: 1400px;
    margin: 0px auto;
}

.cookies-info>div>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 0 0;
}

.cookies-info-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
    padding: 12px;
}

.cookies-info-text {
    margin-bottom: 5px;
    max-height: 220px;
    flex-grow: 1;
    overflow-y: auto;
}

.cookies-switcher-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #eee;
    padding: 1em;
    margin-bottom: 2em;
}

.cookies-switcher-box>div:first-child {
    flex-basis: 80%;
    flex-grow: 1
}

.cookies-switcher-box>div:last-child {
    text-align: right;
    flex-basis: 20%;
    align-self: center;
    flex-grow: 1;
}

.checkoutButtons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 10px;
}

.checkoutButtonsBack {
    padding-top: 25px;
}

#checkout-dorucovaci {
    display: none;
}

.checkout-firma-input {
    display: none;
}

.checkout-firma-input-handler {
    border-top: 1px solid #ddd;
    cursor: pointer;
    color: #3983B2;
    padding: 6px 0 10px 4px;
}

.checkout-firma-input-closer {
    display: none;
}

.checkoutNavi {
    margin: 25px 0px;
    border: 1px solid #ccc;
    display: flex;
    color: #676767;
    font-family: 'Arial';
}

.checkoutNavi>div {
    border-right: 1px solid #eee;
    flex-basis: 25%;
}

.checkoutNavi a {
    text-decoration: none;
    color: #676767;
}

.checkoutNavi a:hover {
    text-decoration: none;
    color: #676767;
}

.checkoutNavi>div>div,
.checkoutNavi>div>a>div {
    display: flex;
    align-items: center;
    padding: 8px 8px;
    line-height: 1;
    text-align: center;
}

.checkoutNavi>div>div>div:first-child,
.checkoutNavi>div>a>div>div:first-child {
    font-size: 30px;
    font-weight: bold;
}

.checkoutNavi>div:not(.checkoutNaviActive)>div>div:first-child,
.checkoutNavi>div:not(.checkoutNaviActive)>a>div>div:first-child {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #676767
}

.checkoutNavi>div>div>div:last-child,
.checkoutNavi>div>a>div>div:last-child {
    margin-left: 5px;
}

.checkoutNavi>div:last-child {
    border-right-width: 0px;
}

.checkoutNaviActive {
    color: #E47911;
    background-color: #fcfcfc;
    font-weight: bold;
}

.checkoutPreInfoPopWrap .glyphicon {
    font-size: 130%;
}

.checkout-small-head {
    border-bottom: 1px solid #bbb;
    font-weight: bold;
    padding-left: 4px;
}

.checkout-left {
    padding-bottom: 30px;
}

.crossroads {
    display: grid; 
    gap: 1em; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    margin: 4rem 0 6rem;
}

.crossroads>div {
    border-radius: 10px; 
    border: 0px solid gray; 
    padding: 1em; 
    background-color: var(--grayBackgroundDarker);
}

.crossroads>div div {
    display: flex; 
    justify-content: space-between; 
}

.crossroads>div ul {
    margin: 0; 
    padding: 0.5em 0 0;
}

.crossroads>div img {
    max-width: 110px; 
    max-height: 150px;
}

.csell_outer {
    border: solid 1px #e1f2cc;
    margin: 0;
}

.csell_inner {
    border: solid 1px #ffffff;
    background: #f2fde5;
    padding: 8px;
    text-align: center;
}

.csell_box {
    text-align: center;
    font-size: 14px;
}

.csell_box img {
    max-width: 80px;
    max-height: 60px;
}

.csell_box table {
    margin: auto;
    text-align: left;
}

.csell_box table td {
    padding: 12px;
}

.csell-buttons-wrapper {
    margin: 20px 0;
}

.csell-vzorky-head {
    border-bottom: 4px solid #DBDBDB;
    padding-left: 3px;
}

.csell-vzorky-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.csell-vzorky-wrapper>div {
    flex-grow: 1;
    flex-basis: 200px;
    height: 330px;
    text-align: left;
    padding: 18px 12px;
}

#cuttingService input[type="text"] {
    width: 80px;
    margin: 8px;
    text-align: center;
    border: 2px solid #5cb85c;
    padding: 2px 4px;
    border-radius: 6px;
}

#cuttingService label {
    margin: 0px;
}

#cuttingService label>span {
    font-size: 130%;
}

#cuttingServiceAvailableWidths {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    padding: 0.5em;
    margin-bottom: 0.5em;
    align-items: flex-start;
}

#cuttingServiceAvailableWidths>div>span {
    display: inline-block;
    padding: 4px 2em 0 0;
}

.cuttingServiceInputHolder {
    border: 2px solid #5cb85c;
    background: #5cb85c25;
    border-radius: 5px;
    padding: 0.5em;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: column;
}

#cuttingServiceInputHolder.alert {
    border-color: red;
}

#cuttingServiceInputHolder.alert input {
    border-color: red;
}

#cuttingServiceInputHolder div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cuttingService button[name='doKosiku'] {
    font-weight: bold;
    width: 100%;
    min-width: 170px;
    max-width: 350px;
    font-size: 15px;
    padding: 12px 0 !important;
    height: auto !important;
    margin: auto;
}

.cuttingServiceInformations {
    padding: 1em;
    font-size: 90%;
}

.cuttingServiceInformations>div {
    padding-bottom: 0.6em;
}

.cuttingServicePrice span {
    color: red;
    font-size: 180%;
}

.db_testimonials_item_page {
    padding-top: 50px;
}

.db_testimonials_item_page_head {
    border-bottom: 4px solid #DBDBDB;
    padding-left: 3px;
}

.db_testimonials_item_page_holder {
    display: flex;
    flex-wrap: wrap;
}

.db_testimonials_item_page_holder>div {
    flex: 1;
    flex-basis: 100%;
    padding: 10px;
}

.db_bestsellers {
    margin-bottom: 20px;
}

.db_bestsellers_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.db_bestsellers_produkt {
    width: 130px;
    height: 130px;
    margin-right: 4px;
    margin-top: 4px;
    position: relative;
}

.db_bestsellers_produkt img {
    width: 130px;
    height: 130px;
}

.db_bestsellers-nazev {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    padding: 4px;
}

.db_bestsellers-pricetag {
    position: absolute;
    top: 20px;
    right: 0px;
}

.db_bestsellers-pricetag>img {
    position: absolute;
    height: 25px;
    width: auto;
    top: 0px;
    right: 0px;
}

.db_bestsellers-pricetag span {
    position: absolute;
    top: 3px;
    right: 0px;
    color: #fff;
}

.db-radce-item {
    display: flex;
    flex-direction: column;
    padding: 14px;
    max-width: 256px;
}

.db-radce-item .price {
    color: #8A9C10;
    font-size: 140%;
}

.db-radce-item>div {
    flex-grow: 1;
    align-self: center;
}

.db-radce-item img {
    height: 100px;
}

.db-mesta-container {
    height: 100%;
    font-size: 120%;
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.75) inset;
    -moz-box-shadow: 0 0 43px rgba(0, 0, 0, 0.75) inset;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.75) inset;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background: #287bbc;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #287bbc), color-stop(100%, #23639a));
    background-image: -webkit-linear-gradient(#287bbc, #23639a);
    background-image: -moz-linear-gradient(#287bbc, #23639a);
    background-image: -o-linear-gradient(#287bbc, #23639a);
    background-image: linear-gradient(#287bbc, #23639a);
    color: #fff;
    position: relative;
    padding: 15px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.db-mesta-container a {
    color: #fff;
}

.db-mesta-container ul {
    padding-left: 15px;
    list-style: none;
    line-height: 1.7;
}

.db-mesta-item {
    flex-basis: 100%;
    margin: 6px 0;
}

.deliveryName {
    display: flex;
    flex-direction: column;
}

.deliveryOptionsModal {
    display: flex;
    justify-content: flex-start;
}

.deliveryOptionsModal>div {
    padding: 4px 6px;
    border: 1px solid black;
}

#deliveryTabOpener {
    cursor: pointer;
    color: #555555;
    text-decoration: underline;
}

.deliveryTabPokracuj {
    background: #3983B2 url(/pics/_des/arrow-32-32.png) no-repeat 94% 2px;
    padding: 8px 54px 8px 20px;
    border: 2px solid #3983B2;
    color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.deliveryul {
    padding-left: 6px;
}

.deliveryul>li {
    list-style-type: disc;
}

#doKosikuForm .form-control {
    display: inline-block;
}

#doKosikuForm select {
    zoom: 1;
    padding: 6px 12px;
    border: 1px solid #ccc !important;
    width: auto;
    overflow: visible;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    outline: 0;
}

.doKosikuFormInlineVarDiv {
    padding: 10px 0;
}

#doKosikuDiv {
    background-color: var(--grayBackground);
    border: 1px solid #ddd;
    text-align: center;
    padding: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#doKosikuJednotka {
    font-weight: normal;
    font-size: 50%;
    position: relative;
}

#doKosikuSpanVcetneDph {
    color: #555555;
    font-size: 10px;
    position: absolute;
    padding-left: 2px;
    width: 60px;
    top: 22px;
    right: -4px;
}

.doorsLayoutColoursHolder {
    display: none;
}

.dp-holder {
    display: flex;
    flex-wrap: wrap;
}

.dp-holder>div {
    flex-basis: 100%;
}

.dp-methodPrice {
    padding-left: 12px;
    margin-left: auto;
    white-space: nowrap;
    color: #7e9e00
}

.dp-popis {
    font-size: 12px;
    padding: 0 15px 0 35px;
    position: relative;
    top: -10px;
}

.dp-option>label {
    padding: 6px;
    display: flex;
    align-items: center;
    margin: 0px;
    font-weight: normal;
    cursor: pointer;
}

.dp-option>label>div {
    padding: 6px;
}

.dp-option-img {
    width: 40px;
}

.dp-options-holder {
    border: 3px solid #fff;
    margin: 0px 0px 20px 0px;
}

.dp-options-holder>h2 {
    border-bottom: 1px solid #999;
    padding-bottom: 6px;
    padding-left: 6px;
}

.dp-option-disabled {
    color: #bbb;
}

.dp-option-disabled img {
    visibility: hidden;
}

.dp-option-disabled .dp-methodPrice {
    color: #bbb;
}

.dropSubMenuMainHead {
    white-space: normal;
}

.dropSubMenuMoreHead {
    background-color: #3983B2;
    display: none;
    padding: 10px 25px;
}

.dvere-spec-itempage-div {
    background: url(/pics/_des/hr_down.png) no-repeat 50% 0%;
    padding: 12px 12px 70px;
    text-align: center;
}

.dvere-spec-itempage-div h2 {
    font-weight: normal;
    font-size: 30px;
}

.dvere-spec-itempage-div-inner {
    display: inline-block;
    margin: 0px 4px 25px;
    border: 0px solid #dddddd;
}

.extendedDelivery {
    display: inline-block;
    color: red;
}

#faqs .panel {
    border-radius: 0px;
    margin-top: 0px;
}

#faqs .panel-heading {
    border-radius: 0px;
}

#faqs .panel-heading>h4 {
    line-height: 1.2 !important;
}

#faqs h2 {
    padding: 1.5em 0.5em 0.5em;
    margin: 0px;
    font-size: 100%;
    font-weight: bolder;
}

.fav-foto {
    text-align: center;
}

.fav-foto img {
    max-width: 100%;
    max-height: 180px;
    margin: auto;
}

.fav-odebrat {
    text-align: right;
    padding: 0 8px 8px;
}

.fav-odebrat a {
    color: #555;
    text-decoration: underline;
}

.fav-text {
    padding: 8px;
}

.fav-unit {
    flex-grow: 1;
    flex-basis: 250px;
    height: 300px;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.filter-checkboxlike {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-style: solid;
    border-width: 1px;
    border-color: #747474 #8d8d8d #8d8d8d;
    border-radius: 0.33em;
    margin-right: 0.5em;
    flex-shrink: 0;
}

.filter-checkboxlike.checked {
    color: #fff;
    border-color: #747474 #8d8d8d #8d8d8d;
    background-color: #3EA3D9;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12.34'%3E%3Cpath fill='%23FFF' d='M6.973 11.654a.937.937 0 0 1-.665-.276L1.276 6.347a.94.94 0 1 1 1.331-1.331l4.366 4.366 8.42-8.421a.94.94 0 1 1 1.331 1.331l-9.086 9.086a.938.938 0 0 1-.665.276z'/%3E%3C/svg%3E");
    border-width: 0;
    background-position: 53%;
    background-repeat: no-repeat;
    background-size: 70%;
}

.mobileLeftModalPanel {
    background-color: #fff;
    padding: 0 0.6em 0 0.6em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1036;
    width: 90%;
    display: none;
    flex-direction: column;
    height: 100%;    
    over
}

.mobileLeftModalPanel .body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
}

.mobileLeftModalPanel header>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 0 1em 0.3em;
}

.mobileLeftModalPanel header>div>div {
    align-self: center;
}

.mobileLeftModalPanel footer {
    margin-top: 0px;
    padding: 1em;
}

.mobileLeftModalPanel footer button {
    background-color: #3EA3D9;
    height: 40px;
    color: #fff;
    font-size: 1.3em;
}

#filters {
    margin-right: 20px;
}

#filters>div {
    border-bottom: 1px solid #ddd;
}

#filters .filtersScrollDiv {
    max-height: 370px;
    overflow-y: auto;
    margin-bottom: 1em;
}

#filters .filtersHead {
    position: relative;
    font-weight: bold;
    padding: 1em 0 1em;
    cursor: pointer;
}

#filters .filtersHead:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 5px;
    border: 2px solid #ddd;
    width: 7px;
    height: 7px;
    border-width: 2px 0 0 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#filters .filtersHead.collapsed:before {
    border-width: 0 2px 2px 0;
    top: 18px;
}

#filters .supernumControl {
    text-decoration: underline;
    cursor: pointer;
    color: #3983B2;
    padding-left: 1.5em;
    position: relative;
}

#filters .supernumControl:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    border: 2px solid #3983B2;
    width: 7px;
    height: 7px;
    border-width: 2px 0 0 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#filters .supernumShow:before {
    border-width: 0 2px 2px 0;
    top: 5px;
}

#filters ul {
    padding: 0 15px 0 0;
}

#filters ul>li {
    margin: 0px 0px;
    padding: 0px;
    display: block;
}

#filters ul>li img {
    vertical-align: text-top;
    margin-right: 4px;
}

#filters ul>li a {
    cursor: pointer;
    display: flex;
    margin-bottom: 0.4em;
    color: #555;
    text-decoration: none;
}

#filters ul>li div.colourCat {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 1em;
    top: 1px;
    align-self: center;
    position: relative;
    margin-right: 4px;
}

#filters ul>li a:hover>span:first-child {
    border-color: #3EA3D9;
}

#filters ul>li a.inactive {
    color: #ccc;
    cursor: text;
}

#filters ul>li a.inactive>span:first-child {
    border-color: #ccc;
}

#filterSorterHolder {
    display: flex;
    justify-content: space-around;
    padding: 1em 0;
}

#filterSorterHolderWrapper {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0px;
    background-color: #fff;
}

.flex {
    display: flex !important;
}

.footerBankLogos {
    padding-top: 10px;
    padding-bottom: 6px;
}

.footerEet {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 85%;
    color: gray;
    line-height: 1.4;
}

.footerBankLogos img {
    height: 24px;
    padding: 0px;
    margin: 6px;
}

.guidepost {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.guidepost a {
    text-align: center;
    display: block;
    min-height: 60px;
    position: relative;
}

.guidepost button {
    background: #3983B2 url(https://1.lasamba.cz/pics/_des/arrow-32-32.png) no-repeat 95% 2px;
    padding: 8px 40px 8px 8px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.guidepost img {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.guidepost h2 {
    background-color: #E47911;
    color: #fff;
    margin: 5px 5px 0 5px;
    padding: 2px 5px;
    font-size: 130%;
}

.guidepost-item {
    flex-basis: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px dotted #ddd;
}

.guidepost-lead-text {
    padding: 0 10px;
}

.home_vyhody {
    margin-bottom: 25px;
    padding: 0 12px;
}

.home_vyhody h2 {
    margin: 10px 0;
    display: inline-block;
}

.main {
    margin: 0px auto;
    max-width: 1400px;
    background-color: #fff;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    /*    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;*/
}

.mainMenuInfoDiv li {
    padding: 8px 18px;
    border-top: 1px solid var(--grayBorder);
}

.mainMenuInfoDiv li>a>img {
    margin-right: 0.5em;
}

.limited {
    margin: 0px auto;
    max-width: 1400px;
}

.faf input,
.faf select {
    width: 100%;
    padding: 1em;
    height: 60px;
    margin: 0.5em 0;
}

.faf input[type=submit] {
    background: #484848;
    color: #fff;
    border: 1px solid #484848;
}

.fafResults {
    display: flex;
    flex-flow: row wrap;
}

.fafResults>div {
    width: 100%;
}

.fafResults>div:first-child {
    background: #e7e7e7;
    padding: 2em;
    text-align: center;
    display: flex;
    align-items: center;
}

#foot-box-2 {
    border-right: 1px dotted #BBBBBB;
    border-left: 1px dotted #BBBBBB;
}

.foot-box-head {
    font-weight: bold;
    font-size: 15px;
}

#foot-box-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
}

#footer-pasek {
    min-height: 38px;
    background-color: #3983B2;
    color: #ffffff;
    text-align: center;
    padding: 12px 40px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 2rem;
}

#footer-pasek a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em 0;
}

#footer-pasek span {
    display: inline-block;
}

.getGIFT {
    display: block;
    position: fixed;
    top: 170px;
    right: -730px;
    width: 900px;
    height: 85px;
    background: #49b749 url(https://www.huramobil.cz/_1mgHP/bgGiftForYou.png) no-repeat 14px 12px;
    z-index: 2;
    color: #fff;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    border-radius: 3px;
    -webkit-radius: 3px;
    -moz-radius: 3px;
}

#getGIFTbutton {
    display: inline-block;
    padding: 11px 18px;
    border: 1px solid #555555;
    background-color: #E47911;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    letter-spacing: 2px;
}

#getGIFTbuttonRozumim {
    display: inline-block;
    padding: 11px 18px;
    border: 1px solid #555555;
    background-color: #E47911;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    letter-spacing: 2px;
}

#getGIFTinput {
    height: 26px;
    width: 250px;
    font-size: 14px;
    color: #555;
}

.getGIFTclose {
    float: right;
    width: 50px;
    height: 54px;
    padding: 31px 0 0;
}

.getGIFTclose>img {
    cursor: pointer;
}

.getGIFTclaimer {
    font-size: 19px;
    float: right;
    height: 54px;
    padding: 31px 0 0;
}

.getGIFTformholder {
    float: right;
    height: 54px;
    padding: 22px 30px 0;
}

.getGIFTtext {
    float: left;
    height: 50px;
    font-size: 15px;
    padding: 20px 0 0 70px;
    cursor: pointer;
}

.infosite-loose-item {
    padding: 4px;
}

.infosite-panel-navidiv {
    padding: 4px 0px;
}

.infosite-panel-updiv {
    padding: 10px 15px;
}

.inspgrid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(51%, 1fr));
}

.inspgridImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inspgridOverlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.inspgridOverlayText {
    background-color: var(--greenInfo);
    color: var(--white);
    font-size: 16px;
    padding: 1rem 1rem;
}

.inspgridContainer {
    position: relative;
    max-height: 500px;
}

.inspgridContainer:hover .inspgridImage {
    opacity: 0.5;
}

.inspgridContainer:hover .inspgridOverlay {
    opacity: 1;
}

#itemAtribTable {
    border: 1px solid #ddd;
    margin-top: 25px;
}

#itemInfoBox {
    margin: 25px 1px 0 0;
    padding: 8px;
    background: #FDF988;
    border: 1px solid #dad552;
    color: #f00000;
    font-weight: bold;
}

#itemInfoBox2 {
    padding: 8px;
    background: #FDF988;
    border: 1px solid #dad552;
    color: #555;
    font-size: 95%;
}

#mnozslvlink {
    text-decoration: underline;
    color: #f00000;
    font-weight: bold;
}

#item-add-fav {
    padding: 10px 0;
    cursor: pointer;
    text-decoration: underline;
}

#item-cena-za {
    padding: 10px 0;
}

#item-cena-za>span {
    color: #8A9C10;
    font-size: 140%;
}

#item-delivery {
    margin: 10px auto;
}

#item-delivery td:first-child {
    padding: 0 8px 6px 0;
}

#item-delivery td:last-child {
    text-align: left;
    color: #3983B2;
    line-height: 1.3;
}

#item-free-shipping {
    padding: 10px 0;
}

.item-box-white {
    margin-top: 22px;
    margin-bottom: 22px;
    line-height: 1.6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.item-box-gray {
    background-color: var(--grayBackground);
    margin-top: 22px;
    margin-bottom: 22px;
    line-height: 1.6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.item-box-gray img {
    max-width: 200px;
    max-height: 200px;
}

.item-door-main-selector a {
    text-decoration: none;
    display: block;
}

.item-door-main-selector div {
    margin: 8px 2px 8px 15px;
}

.item-door-main-selector input {
    position: relative;
    top: 2px;
}

.item-door-main-selector label {
    cursor: pointer;
    color: #555;
}

.item-main-price {
    color: #8A9C10;
    font-size: 300%;
    font-weight: bold;
    padding: 5px 0px 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
}

#item-potrebujete-poradit {
    padding: 10px 0;
    color: #999999;
}

#item-photo-space {
    padding: 0px;
}

.item-priplatky {
    display: none;
    text-align: right;
}

.item-short-desc {
    margin-bottom: 15px;
}

#item-sku {
    padding: 10px 0;
    font-size: 90%;
}

.itemSmallPic {
    max-height: 75px;
    max-width: 200px;
    margin: 2px;
    cursor: pointer;
}

.optionHolderWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.optionHolder   {
    padding: 3px;
    margin: 3px; 
    cursor: pointer;
    border: 2px solid transparent;
    width: 210px;
    position: relative;
}

.optionHolder:hover   {
    border: 2px solid #555;
}        

.optionHolder>img   {
    width: 200px; 
    height: 200px; 
    margin: 0px;
}

.item-doporucujeme {
    margin: 0;
    display: flex;
    overflow-x: scroll;
    height: 200px;
}

.item-doporucujeme>div {
    display: flex;
    flex-direction: column;
    padding: 6px 0px 6px 15px;
    width: 200px;
    flex-shrink: 0;
}

a.item-doporucujeme-catlink {
    display: block;
    text-align: center;
    border: 1px solid #3983B2;
    border-radius: 4px;
    margin: 24px 12px 0;
    padding: 24px 4px;
}

.item-doporucujeme-img {
    flex-grow: 1;
    max-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.item-doporucujeme-img img {
    max-width: 80%;
    max-height: 110px;
}

#item-gallery-big {
    width: 470px;
    height: 350px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#item-gallery-small {
    width: auto;
    overflow-x: scroll;
    position: relative;
    display: flex;
    padding: 12px 0 14px;
    margin-bottom: 10px;
}

.item-gallery-small-wrap {
    padding-bottom: 24px;
}

#item-photo-space {
    margin: auto;
    border-width: 0px;
    border-collapse: collapse;
}

#item-photo-space td {
    padding: 0px;
    border-width: 0px;
}

.iVariantList {
    padding-top: 0.5em;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.iVariantList>a {
    text-decoration: none;
    display: inline-block;
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 2px 3px 0px;
    margin: 0px 4px 4px 0;
    color: #555;
    font-size: 90%;
}

.kalkulator {
    text-align: left;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #cccccc;
    background: #ffffff;
}

.kalkulator td {
    border-width: 0px !important;
}

.kalkulator th {
    font-size: 130%;
    border-width: 0px !important;
}

#kalkulator-poctu-baleni input {
    width: 55px;
}

#kalkulatorSplatekDiv {
    margin: 10px 0 20px;
}

#kalkulatorSplatekDiv img {
    max-width: 160px;
    cursor: pointer;
}

.kategorie-popis-div {
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.knowwhat {
    color: #fff;
    padding: 8px 8px 6px;
    margin: 16px 0px 8px;
    position: relative;
    cursor: pointer;
}

.knowwhat>button {
    position: absolute;
    top: 14px;
    right: 14px;
}

.knowwhat>h3 {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}

.knowwhat>span {
    font-size: 14px;
}

.knowwhat>.close {
    opacity: .5;
    font-size: 25px;
    color: inherit;
}

.kosik-kupon {
    text-align: center;
    margin: 2em 0 1em;
}

.kosikMnozstviWraper {
    display: flex;
    flex-direction: column;
}

.kosikMnozstviSubInfo {
    display: flex;
    color: var(--textLight);
    font-size: 12px;
    padding: 0;
}

.kosikSklademSubInfo {
    margin-top: 4px;
}

.kosik-upravit-mnozstvi-text {
    width: 60px !important;
    margin: 0px !important;
    text-align: right;
    display: inline-block;
}

#kosik-soucty {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

#kosik-soucty table {
    width: auto;
    margin: 20px 0 0;
}

#kosik-soucty td {
    border-width: 0px;
}

.kosik-overeno {
    margin: auto;
}

#kosik-vyber-postovneho {
    background-color: #fcf8e3;
    margin-top: 20px;
    padding: 20px;
    border: 1px dotted #bbb;
    border-radius: 12px;
}

#kosik-vyber-postovneho table {
    width: 100%;
    margin: auto;
}

#kosik-vyber-postovneho td {
    border-width: 0px;
}

.kosik-pokracujte-button {
    max-width: 300px;
    float: right;
    font-size: 16px;
    height: 50px;
}

#logo-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 0;
}

#logo-wrapper img {
    width: 100%;
    max-width: 212px;
}

.mktModal {
    display: flex;
    flex-direction: column;
}

.mktModal>.modal-header {
    background-image: url(https://1.lasamba.cz/pics/_des/happy-mkt1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    height: 220px;
    max-width: 417px;
    border-bottom: 0;
    display: flex;
    justify-content: space-around;
}

.mktModal {
    border-radius: 0px !important;
}

.mktModal>.modal-body {
    flex: 1 0 50%;
}

.nav-basicElements {
    display: block !important;
}

.nav-level-1 a {
    color: #fff;
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #fff;
}

.nav-level-1 .glyphicon {
    top: 4px;
}

.nav-level-2 {
    background-color: #3EA3D9;
}

.nav-level-2 a {
    padding-left: 25px;
}

.nav-level-3 {
    background-color: #6eb4df;
    display: none;
}

.nav-level-3 a {
    padding-left: 40px;
}

.nav-level-3-showmore a {
    color: #E47911 !important;
}

#main-nav {
    display: none;
    background-color: #3983B2;
    color: #fff;
}

#main-nav-2 {
    /* background-color: #f5f5f5; */
    background-color: transparent;
    padding: 0px;
}

#main-nav-2>ul {
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

#main-nav-2>ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
}

#main-nav-2>ul>li>a {
    padding: 0 11px;
    height: 38px;
    /* color: #FFF; */
    color: var(--text);
}

#main-nav-2>ul>li>b {
    line-height: 38px;
    padding: 0 11px;
}

#main-nav-2>ul>li>a>span {
    line-height: 38px;
}

/* .main-nav-3 {
    background-color: #fdfdfd;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 0px;
    display: none;
    position: relative;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.main-nav-3>ul {
    margin: 0px;
    font-size: 12px;
    padding: 0px 0px;
    color: #333;
}

.main-nav-3>ul>li {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.main-nav-3>ul>li>a {
    padding: 0 11px 0 22px;
    height: 38px;
    color: #333;
    text-decoration: underline;
}

.main-nav-3>ul>li>a:hover {
    color: #E47911;
}

.main-nav-3>ul>li>a>span {
    line-height: 38px;
}

.main-nav-3>ul>li>a>div.colourCat {
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    align-self: center;
    position: relative;
    top: 0.6em;
    margin-right: 4px;
} */


/* #main-navigation-home {
    width: 35px;
    height: 43px;
    float: left;
} */

#main-navigation-fav {
    float: right;
    position: relative;
    height: 43px;
    -moz-top-right-border-radius: 2px;
    -moz-bottom-right-border-radius: 2px;
    -webkit-top-right-border-radius: 2px;
    -webkit-bottom-right-border-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#main-navigation-fav span {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 4px;
    color: #fff;
}

.mainNaviPic {
    width: 130px;
    margin: 6px 0 0;
    border-radius: 4px;
}

/* .mazonarrow {
    display: none;
    font-size: 120%;
    position: absolute;
    top: -9px;
    right: 7px;
    z-index: 3;
    color: var(--grayAmazon);
    text-shadow: -2px 0 rgba(0, 0, 0, .1), 0 0px rgba(0, 0, 0, .1), 2px 0 rgba(0, 0, 0, .1), 0 -2px rgba(0, 0, 0, .1);
} */

.mazonHolder {
    position: relative;
}

#catAllSectionsModal .mazonLabelHolder {
    padding: 0 3em 2em 0; 
    min-width: 200px;
}

.my-light-box {
    border-bottom: 0px solid #ddd;
}

.my-light-box-head {
    padding: 6px 0;
    font-weight: bold;
    width: 100%;
}

#nav-panel {
    padding: 0px 15px 0px 0px;
}

#nav-panel ul {
    padding: 0px;
    margin: 0px;
}

#nav-panel li {
    display: inline-block;
}

#nav-panel>ul a {
    background: url(https://1.lasamba.cz/pics/_des/res/nav-icons2.svg) no-repeat;
    background-size: 281.25px;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

#menu-dr>a.active {
    background-position: -47.25px 100%;
}

#kosik-dr>a {
    background-position: -189px 0 !important;
    position: relative;
}

#kosik-dr>a.active {
    background-position: -236.25px 0 !important;
}

#customerZone-dr>a {
    background-position: -93.85px 0 !important;
    position: relative;
}

#customerZone-dr>a.active {
    background-position: -141.1px 0 !important;
}

.NameDeliverySpan {
    font-size: 12px;
    font-weight: normal;
}

.NamePaymethodSpan {
    font-size: 12px;
    font-weight: normal;
}

#nav-panel .badge {
    background-color: #3983B2;
    border: 1px solid #fff;
}

.next-pics {
    padding: 24px 28px;
    margin: 2px;
    cursor: pointer;
    color: #3983B2;
    font-size: 16px;
}

.labelNavLevel3 {
    display: block;
    color: #fff;
    padding: 10px 10px 10px 25px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #fff;
}

.list-view-box {
    border-bottom: 1px solid #BBBBBB;
    border-left: 0px dotted #BBBBBB;
    border-right: 0px dotted #BBBBBB;
    flex-basis: 100%;
    padding: 6px 0.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-view-box--mobile2cols {
    flex-basis: 50%;
}

.list-view-box a:has(> h2) {
    text-decoration: none !important;
}

.list-view-box h2:hover {
    color: var(--hoverLinkBlue) !important;
}

.list-view-box h2 {
    color: var(--textDark);
    font-size: 1.2em;
    margin: 0.1em 5px 0.8em;
    line-height: 1.4;
    font-weight: normal;
}

.list-view-box h2 span:first-child {
    color: var(--textLight);
}

.list-view-box h2 span:last-child {
    font-weight: bold;
}

/* .list-view-box-empty {
    border-width: 0px;
    flex-basis: 250px;
    padding: 0px;
    flex-grow: 1;
} */

.list-view-box-cena {
    font-size: 1.4em;
    color: var(--red-color);
}

.list-view-box-cena-akce {
    font-size: 1.4em;
    color: var(--red-color);
    font-weight: bold;
}

.list-view-box-dodani {
    color: #3983B2;
}

.list-view-box table td {
    border-width: 0px !important;
}

.lvProdHolder {
    width: auto;
    overflow-x: scroll;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.lvProdHolderHead {
    border-bottom: 4px solid #DBDBDB;
    padding-left: 3px;
}

.lvProdHor {
    position: relative;
}

.lvProdHorItem {
    width: 210px;
    float: left;
    border: 0px solid black;
}

.lvProdHorItem img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.lvProdHorItem img.cover {
    object-fit: cover !important;
}

.lvProdHorItem table {
    text-align: center;
}

.lvProdHorItem table .price {
    color: #F00000;
    font-size: 140%;
    font-weight: bold;
}

.lvProdHorItem table .imgHolder {
    height: 220px;
}

.lvptlacitko {
    display: none;
    width: 20px;
    height: 70px;
    background-color: #3EA3D9;
    cursor: pointer;
    position: absolute;
    top: 70px;
}

.lvpback {
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    left: 0px;
}

.lvpnext {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    right: 0px;
}

.outofsell {
    color: #ff581c;
    font-size: 20px;
    font-weight: 700;
}

.panel-heading {
    color: #555 !important;
}

.popColors {
    color: #3983B2;
    cursor: pointer;
}

.panel-radce {
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
}

.panel-radce>.panel-heading {
    border-width: 0px !important;
}

.panel-radce>.panel-heading a {
    color: var(--hoverLinkBlue) !important;
    text-decoration: underline;
}

.panel-radce .panel-body {
    border-width: 0px !important;
}

.plusOne {
    background-color: var(--orange1);
    position: absolute;
    width: auto;
    bottom: 55px;
    left: 33%;
    padding: 0.5em 0.7em;
    border-radius: 0.75em;
    font-weight: bold;
}

.plusOneTip {
    background: var(--orange1);
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    bottom: -0.3em;
    left: 35%;
    rotate: 45deg;
}

.puProdTable {
    display: flex;
    flex-wrap: wrap;
}

.puProdTableHeadline {
    padding-bottom: 1em;
    font-size: 120%;
}

.puProdTableItem {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 6px;
}

.puDescHolder {
    display: flex;
    padding-bottom: 2em;
    flex-direction: column;
}

.puDescHolderDesc {
    padding-left: 0;
}

.puDescHolderImg {
    flex-basis: 100%;
}

.puDescHolderImg>img {
    max-width: 100%;
}

.puDescHolderDescSpec {
    border: 1px solid #3983B2;
    padding: 1em;
    margin: 1em 0;
    color: #3983B2;
}

.demandButton {
    border-radius: 0px !important;
    color: #484747;
    font-weight: bold;
    font-size: 15px !important;
    height: auto !important;
    background-color: #fff;
    border: 1px solid #484747;
    padding: 6px;
    max-width: 300px;
}

.demandButton:hover {
    background-color: #f3f2f2;
    border-color: #313030;
    color: #313030;
}

.demandItem {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.demandItemHolder>div:first-child {
    border-top: 1px solid #eee;
}

.demandItemPic {
    width: 60px;
}

.demandItemAmount {
    width: 50px;
    text-align: center;
}

.demandItemControls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.demandItemControls>div:first-child {
    display: flex;
    align-items: center;
}

.demandItemControls>div {
    padding-bottom: 6px;
}

.demandItemControls>div:last-child {
    padding-bottom: 0px;
}

.demandItemName {
    width: 50%;
}

.demandItemName a {
    color: #555;
}


/* .bottomOpenerHolder {
    position: fixed;
    bottom: 0;
    left: 10%;
    display: flex;
    z-index: 1051;
}

.bottomOpenerHolder .badge {
    background-color: #fff;
    color: #555;
}

.demandOpener {    
    width: auto;        
    margin: 0 0.5em;
    background: #E47911;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;        
}

.demandOpener>a {
    color: #fff;
    font-weight: bold;    
    display: inline-block;
    padding: 1rem 3rem;  
    text-decoration: none;  
}

.comparisonOpener {    
    width: auto;        
    margin: 0 0.5em;
    background: #3983B2;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;        
}

.comparisonOpener>a {
    color: #fff;
    font-weight: bold;    
    display: inline-block;
    padding: 1rem 3rem;    
    text-decoration: none;  
} */

.paramSpecificImageAvailableIcoBg {
    background: #3983B2;
    position: absolute;
    padding: 6px 6px 3px 6px;
    text-align: left;
    font-size: 85%;
    color: #fff;
}

.priceHolder {
    padding: 0 8px 21px 0px;
}

.priceHolderNoBottomPadding {
    padding-bottom: 0;
}

.sampleButton {
    border-radius: 0px !important;
    color: #fff;
    font-weight: bold;
    font-size: 15px !important;
    height: auto !important;
    background-color: #484747;
    border: 1px solid #484747;
    padding: 6px;
    max-width: 300px;
}

.sampleButton:hover {
    background-color: #313030;
    border-color: #313030;
    color: #fff;
}

.scrollTopButton {
    z-index: 800;
    opacity: 0.8;
    background-color: var(--blue2);
    color: #fff;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.7;
    font-size: 150%;
}

.showroom-left-widget {
    display: none;
    position: fixed; 
    left: -464px; 
    top:50%; 
    background-color: var(--blue1); 
    color: var(--white); 
    padding: 6px 10px; 
    width: 500px;
    height: 150px; 
    border-radius: 0 10px 10px 0;
    transition: left 0.3s ease;
    z-index: 2147483647
}

.showroom-left-widget.open {
    left: 0px;
}

.showroom-left-widget>div.head {
    display: block; 
    width: 36px; 
    height: 134px; 
    padding: 6px; 
    position: absolute; 
    right: 2px;
    top: 6px;
}

.showroom-left-widget>div.head>a {
    rotate: 90deg; 
    margin: auto; 
    font-size: 160%;
    font-weight: bold;
    display: block; 
    color: var(--white); 
    text-decoration: none;
}

#specificImageNotAvailable {
    display: none;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 80%;
    text-align: center;
}

#specificImageNotAvailable>div {
    background: #000;
    color: #fff;
    position: relative;
    display: inline-block;
    width: auto;
    margin: auto;
    top: 50%;
    padding: 1em;
}

.read-more {
    cursor: pointer;
    color: #3983B2;
    font-style: italic;
}

.recommender__tipImg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
}

.remainingphotos_head {
    border-bottom: 4px solid #DBDBDB;
    padding-left: 3px;
}

.remainingphotos_holder {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.remainingphotos_holder>a {
    padding: 5px;
}

.remainingphotos_holder img {
    max-height: 130px;
}

#sb-cezar-premium-komponenty img {
    max-width: 90px;
    max-height: 90px;
}

#sb-heureka-overeno table td {
    padding: 12px 6px 0;
    font-size: 12px;
}

#sb-heureka-overeno table td span {
    color: #999999;
    margin-left: 8px;
    display: inline-block;
}

#sc_home_table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0px;
}

#sc_home_table img {
    vertical-align: baseline;
}

#sc_home_table td {
    vertical-align: top;
    width: 20%;
    border-right: 1px dotted #BBBBBB;
    text-align: center;
    padding: 8px;
    position: relative;
    cursor: pointer;
    line-height: 1.3;
}

#sc_home_table td:last-child {
    border-right-width: 0px;
}

.searchNextWrap {
    padding: 20px 0;
}

.searchNextWrap a {
    width: 100%;
    max-width: 300px;
    background-color: #E47911;
    border-color: #E47911;
    margin: auto;
}

.searchNextWrap a {
    width: 100%;
    max-width: 300px;
    background-color: #E47911;
    border-color: #E47911;
    margin: auto;
}

.searchNextWrap a:hover {
    background-color: #E47911;
    border-color: #E47911;
}

#selected-filters {
    padding: 10px 0;
    margin: 0;
    background-color: transparent;
}

#selected-filters a {
    text-decoration: underline;
}

#selected-filters strong {
    display: block;
}

.selectedFilterUnselect {
    cursor: pointer;
    border: 2px solid #5cb85c;
    border-radius: 15px;
    margin: 4px 0 4px 4px;
    padding: 4px 6px;
    display: inline-block;
    color: #5cb85c;
}

#selectedFilterEraser {
    cursor: pointer;
    border-color: #d9534f;
    border-width: 1px;
}

#selectedFilterEraser>a {
    color: #d9534f;
    text-decoration: none;
}

#skladem_itempage_table {
    margin: 10px auto;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
}

#skladem_itempage_table td {
    padding: 2px 4px;
    border-bottom: 1px solid #bbbbbb;
}

#skladem_itempage_table td tr:last-child {
    border-bottom-width: 0px;
}

.skupina-produktu-description {
    margin: 6px 0px 20px;
}

.skupina-produktu-description td {
    padding-right: 30px;
    font-size: 16px !important;
}

.skupina-produktu-description img {
    width: 65px;
    height: 65px;
    padding: 2px;
    float: left;
}

.skupina-produktu-podle-variant {
    width: 100%;
    padding-bottom: 6px;
    display: flex;
    overflow-x: scroll;
}

.skupina-produktu-podle-variant img {
    width: 80px;
}

.skupina-produktu-podle-variant-inner {
    float: left;
    margin: 0px;
    padding: 12px 4px;
    border-bottom: 1px dotted #DDDDDD;
    min-width: 134px;
    white-space: normal;
    flex: 0 0 12.5%;
}

.skupina-produktu-podle-variant-inner-name {
    padding: 2px 0px;
}

.skupina-produktu-min-price {
    color: #8A9C10;
    font-weight: bold;
}

.skupina-produktu-min-price span {
    color: #555555;
}

#solo_volitelne_parametry_table {
    margin-top: 0px;
}

.sort-items-div {
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 10px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.sort-items-div a {
    color: #3983B2;
    margin-left: 5px;
    padding-left: 14px;
    background: transparent url(https://1.lasamba.cz/pics/_des/filter-unselected.jpg) no-repeat 0 3px;
}

.sort-items-div strong {
    display: block;
}

.sort-items-div a.active {
    color: #555555 !important;
    background: transparent url(https://1.lasamba.cz/pics/_des/filter-selected.jpg) no-repeat 0 3px !important;
}

#sortingMobileOptionsHolder {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#sortingMobileOptionsHolder>a {
    margin: 1em 0;
}

#ssContent ul {
    list-style-type: circle;
    padding-left: 20px;
}

.stav-objednavky-formholder {
    max-width: 700px;
}

#superfiltrwrapper {
    border: 1px solid #CECECE;
    padding: 2px;
    position: relative;
    top: -1px;
    background-color: #3EA3D9;
    border-color: #3EA3D9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#superfiltrwrapper>div {
    padding: 2px;
    flex-grow: 1;
}

#superfiltrwrapper button {
    font-size: 16px !important;
    background-color: #E47911;
    border-color: #E47911;
}

#superfiltrwrapper label {
    display: block;
    color: #fff;
}

#superfiltrwrapper select {
    width: 100%;
}

#superfiltrresults {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0;
}

.superfiltrresults-box-info {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    text-align: left;
    z-index: 2;
    width: 100%;
}

.superfiltrresults-box-info span {
    background-color: #E47911;
    opacity: 0.7;
    font-size: 120%;
    padding: 2px 5px;
    margin: 0;
    color: #ffffff;
    display: block;
}

.sfbox {
    flex-basis: 130px;
    flex-grow: 1;
    margin: 2px;
    position: relative;
}

.sfbox a {
    color: inherit;
    text-decoration: none;
}

.sfbox img {
    height: 165px !important;
    object-fit: cover;
}

.sfbox .price {
    line-height: 1.2
}

.sfbox a:hover .price {
    text-decoration: underline;
    color: #3983B2;
}

.sfbox .dostupnost {
    color: #7e9e00;
    text-decoration: none !important;
}

#sf-dalsi-vysledky {
    width: 100%;
    max-width: 300px;
    background-color: #E47911;
    border-color: #E47911;
    margin: auto;
}

.table-nobordered td {
    border-width: 0 !important;
}

.tag {
    padding: 2px 5px;
    font-weight: bold;
    /* font-size: 11px; */
    margin-right: 1px;
    margin-bottom: 3px;
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
}

.tag1 {
    background-color: #008200;
}

.tag2 {
    background-color: #a2c7f6;
    color: #0063dc;
    border: 1px solid #0063dc;
}

.tag3 {
    background-color: #ff1493;
}

.tag4 {
    color: #FFF;
    background-color: #d9534f;
    border: 1px solid #d9534f;
}

.tag5 {
    background-color: #FFF;
    color: #ff1493;
    border: 1px solid #ff1493;
}

.tagVzorky {
    background-color: #FF660026;
    color: #FF6600;
    border: 1px solid #FF6600;
    font-size: 85%;
    font-weight: normal;
    padding: 4.72px 5px 2px;
}

.tile-atribs-table {
    font-size: 85%;
    color: var(--textLight);
    margin-bottom: 10px;
}

.tile-atribs-wrapper {
    margin: 0.5em 5px;
    font-size: 85%;
    color: var(--textLight);
    text-align: center;
}

.tile-atribs-wrapper>div {
    display: inline;
}

.tile-atribs-wrapper>div>span:first-child:before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--text);
    display: block;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: -0.2em;
    border-radius: 5px;
}

.tile-atribs-wrapper>div>span {
    white-space: nowrap;
}

.tile-atribs-wrapper>div>span:last-child {
    font-weight: bold;
    margin-right: 1em;
    /* color: var(--textDark);    */
}

.tile-image-wrapper .tagsWrapper {
    line-height: 1.3;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

.tile-availability-wrapper {
    padding: 1em 0 1em;
}

.tile-image-wrapper {
    position: relative;
}

.tile-image-wrapper .roomvo-stimr {
    position: absolute;
    bottom: 1.5em;
    right: 0px;
    background-color: #fff;
    padding: 0.4em 0.4em 0.3em;
    text-decoration: none;
    width: 29px;
    white-space: nowrap;
    overflow-x: hidden;
    transition: 0.6s;
    max-width: 100%;
}

.tile-image-wrapper .roomvo-stimr>img {
    position: relative;
    bottom: 1px;
    width: 20px;
}

.tile-image-wrapper .roomvo-stimr:hover {
    width: 200px;
}

.tile-price-wrapper {
    display: flex;
    margin: 0.5rem 0.5rem 0 0.5rem;
    /* flex-direction: column;  */
    align-items: flex-end;
}

.tileToolsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 0.5em 0;
}

.tileToolsWrapper>span {
    cursor: pointer;
    margin-left: 0.3em;
    margin-right: 0.5em;
}

.tileToolsWrapper>span>a {
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: var(--blue1);
}

.tileToolsWrapper>span>a>span {
    margin-left: 0.3em;
}

.tileToolsWrapper>span>span {
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: var(--blue1);
}

.tileToolsWrapper>span>span>span {
    margin-left: 0.3em;
}

.tlacitko {
    border-color: #5d7d1d;
    background: #729331;
    color: #fff;
    letter-spacing: 1px;
}

.tlacitko:hover {
    background: #5d7d1d;
}

.tlacitko {
    background: #7e9e00;
    background: -webkit-gradient(linear, left top, left bottom, from(#91c71d), to(#7e9e00));
    background: -webkit-linear-gradient(top, #91c71d, #7e9e00);
    border-radius: 0px;
}

.tlacitko:hover {
    background: -webkit-linear-gradient(top, #91c71d, #69920f);
}

.topNotificationBlock {
    font-size: 12px;
    display: block;
    background: #F1F1F1;
    background: #fdfdfd;
    background: #fffdce;
    /*border-bottom: 0.5px solid #E5E5E5;*/
    color: #555;
    padding: 10px 0;
}

.topNotificationBlockBullet {
    width: 10px;
    height: 10px;
    background-color: #7e9e00;
    border-radius: 10px;
    display: inline-block;
    margin-right: 4px;
}

.topNotificationBlockInner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    height: 17.6px;
    overflow: auto;
    white-space: nowrap;
}

.topNotificationMessage {
    margin-right: 10px;
    display: none;
}

.topNotificationMessage:last-child {
    margin-right: 0px;
}

.topNotificationMessage a {
    color: #555;
    font-weight: bold;
}

#virtualCatNext {
    width: 100%;
    max-width: 300px;
    background-color: #E47911;
    border-color: #E47911;
    position: relative;
    outline: none;
}

.button--loading>span {
    visibility: hidden;
    opacity: 0;
  }

.button--loading::after {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 2.5px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
  
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.vol-param {
    margin: 20px auto;
    border: 2px solid #ffffff;
    border-collapse: collapse;
}

.vol-param-td {
    padding: 6px 0 0 0;
}

#zaklad_priplatky {
    display: none;
    text-align: right;
}

.zasoby {
    margin: 4px 0px 8px;
    padding: 6px 0px;
    background-color: #f8f8f8;
    background-color: var(--grayBackground);
    background-color: #fff;
    display: inline-block;
    /* line-height: 1.9; */
}

.zasoby span {
    display: inline-block;
}

.z1s {
    font-size: 105%;
    margin: 4px 4px 6px 0;
}

.z3 {
    font-size: 95%;
    line-height: 1;
}

.zmenMnozstviHolder {
    display: flex;
    justify-content: flex-end;
    float: left;
    padding-top: 10px;
}

.zmenMnozstviHolder input {
    border-radius: 0px;
    border-width: 0px;
    margin: 0px;
    float: left;
    display: inline-block;
    width: 50px;
    padding: 6px;
    text-align: center;
}

.zmenMnozstviHolder button {
    width: 34px;
    padding: 6px;
    margin: 0px;
    float: left;
    display: inline-block;
    border: 1px solid #bbb;
    background-image: -webkit-linear-gradient(to top, #ebf1f5, #fff 60%);
    background-image: -moz-linear-gradient(to top, #ebf1f5, #fff 60%);
    background-image: linear-gradient(to top, #ebf1f5, #fff 60%);
}

.zmenMnozstviHolder div {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.zmenUnit {
    padding: 0px 6px 0px 6px;
    line-height: 1.0;
    text-align: right;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    width: 30px;
}

.zmenUnitWrap {
    display: inline-block;
    text-align: left;
}

@media (min-width: 450px) {

    /* value selected by myself */
    .list-view-box {
        flex-basis: 50%;
    }
}


@media (max-width: 767px) {
    .advanBar>a {
        font-size: 90%;
    }

    .advanBarPic {
        width: 50px;
        height: 50px;
    }

    .advanBarShowAll {
        display: flex;
    }

    #catAllSectionsModal a {
        padding: 0.5em 0;
    }

    #filterSorterHolderWrapper {
        z-index: 1020;
    }

    #main-nav-2>ul {
        margin: 0px;
        padding: 0px 0.5em;
        overflow: scroll;
    }

    #main-nav-2>ul>li {
        border: 1px solid #ddd;
        border-radius: 1.5em;
        margin-right: 0.2em;
        background-color: var(--grayBackground);
    }

    .mazonHolder {
        /* padding: 0 15px; */
        padding: 0;
    }

    .mobileLeftModalPanel {
        border-right: 1px solid var(--grayBorder);
    }
}

@media (min-width: 768px) {
    nav .active {
        background-color: #555555 !important;
    }

    nav .active>a {
        color: #fff !important;
    }

    nav .activeLight {
        background-color: #fafafa;
    }

    nav .activeLight a {
        color: #333;
    }

    iframe.video {
        width: 560px;
        height: 315px;
    }

    #bc-navigation {
        padding: 10px 15px;
    }

    .besthomekarta {
        padding: 4px 12px
    }

    .bottomOpenerHolder {
        left: 20%;
    }

    .catLabelBox {
        width: 25%;
    }

    .cart-item {
        min-height: 90px;
    }

    .cart-item-data {
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: 100%;
    }

    .cart-item-data-others {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .cart-item-data-others2 {
        padding: 0 0 0 12px;
        min-width: 200px;
        display: flex;
        justify-content: flex-end;
        align-items: baseline
    }

    .cart-item-data-others2>div {
        display: inline-block;
    }

    .cart-item-data-others2>div:last-child {
        width: 93px;
    }

    .cart-item-data-others3 a {
        display: inline-block;
        padding: 4px 10px;
    }

    .cart-item-img {
        width: 8%;
        max-width: 60px;
    }

    .cartRecapAmount {
        border-top: 0px solid #ccc;
    }

    .cartRecap-holder {
        display: block;
        margin: 20px;
        padding: 20px;
    }

    .catMapAllSections {
        position: sticky; 
        right: 0px;
        padding-right: 15px; 
        margin-right: 0;
    }

    #cat-list-wrapper {
        border-left: 1px solid #ddd;
    }

    .checkoutButtons {
        flex-direction: row;
        margin: 0px 25px;
    }

    .checkoutButtonsBack {
        margin-top: 0px;
    }

    .checkout-left {
        padding: 0 5%;
    }

    .checkoutPreInfoPopWrap .glyphicon {
        font-size: 100%;
        color: #555;
    }

    .checkoutNavi>div>div,
    .checkoutNavi>div>a>div {
        font-size: 18px;
        padding: 8px 20px;
        text-align: left;
    }

    .checkout-right {
        padding: 0 5%;
    }

    .csell_inner {
        text-align: left;
        font-size: 14px;
        padding: 20px;
    }

    .coloursCurtain {
        opacity: 0.5;
    }

    .cookies-info {
        width: 35%;
        min-width: 400px;
        margin: auto;
        top: 20%;
        box-shadow: 0 20px 40px rgb(0 0 0 / 40%) !important;
        bottom: auto;
    }

    .cookies-info>div>div {
        padding: 25px 0;
    }

    .crossroads>div.cols-2 {
        grid-column: span 2
    }

    .db_testimonials_item_page_holder>div {
        flex-basis: 25%;
    }

    .db-mesta-item {
        flex-basis: 25%;
    }

    .deliveryTabMessage {
        font-size: 130%;
    }

    .deliveryul {
        padding-left: 20px;
    }

    .demandItemControls {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        flex-basis: 20%;
    }

    .demandItemControls>div {}

    .doorsLayoutColoursHolder {
        display: block;
    }

    .dp-options-holder {
        margin: 20px;
    }

    .dp-holder>div {
        flex-basis: 50%;
    }

    .dropSubMenu {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: #555;
        padding: 11px;
    }

    .dropSubMenu a:hover {
        text-decoration: underline;
    }

    .dropSubMenuMain {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
    }

    .dropSubMenuMain>.basicElements>.labelNavLevel3 {
        display: flex !important;
    }

    .dropSubMenu .nav-level-3 {
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .dropSubMenuMainHead {
        font-size: 170%;
        padding: 6px 0px 12px;
        flex-basis: 100%;
    }

    .dropSubMenuMainHead>a {
        display: inline-block;
        color: #3983B2 !important;
        font-size: 14px;
        padding: 0px;
        text-decoration: none;
    }

    .dropSubMenuMain>li {
        width: 200px;
        padding-right: 28px;
    }

    .dropSubMenuMain>li>span {
        font-size: 120%;
    }

    .dropSubMenuMore {
        background-color: var(--grayBackground);
        margin: -11px -22px -11px 0;
        padding: 22px 44px 22px 22px;
    }

    .dropSubMenuMore a {
        color: #3EA3D9 !important;
        padding: 4px 0 0;
        white-space: nowrap;
    }

    .dropSubMenuMoreHead {
        display: block;
        background-color: inherit;
        padding: 0;
    }

    .fafResults>div {
        width: 50%;
    }

    #footer-pasek span {
        border-left: 1px solid #91b8e1;
        padding: 2px 12px;
    }

    #footer-pasek span:first-child {
        border-left-width: 0px;
    }

    .groupedColoursItems img {
        height: auto;
    }

    .guidepost-item {
        flex-basis: 33%;
    }
    
    .infg {
        display: flex;
    }

    .infg>label {
        width: 150px;
    }

    .infg>span {
        top: 0 !important;
    }

    .inspgrid {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    }

    .inspgridOverlayText {
        padding: 16px 32px;
    }

    .item-doporucujeme {
        overflow-x: hidden;
        overflow-y: hidden;
        margin: 6px 0;
    }

    .item-doporucujeme>div {
        padding: 6px;
    }

    #item-gallery-small {
        overflow: auto;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-bottom: 0;
        justify-content: center;
    }

    #item-gallery-small2 {
        text-align: center;
    }

    #itemAtribTable {
        margin-top: 0px;
    }

    #itemInfoBox {
        margin: 0 1px 8px 0;
    }

    .itemThreeColl h2 {
        padding-bottom: 25px;
    }

    #main-nav-2 {
        background-color: #fafafa;
        border-top: 1px solid #ddd;        
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    #main-nav-2>ul>li {
        border-bottom: 0px solid rgba(0, 0, 0, .1);
        border-left: 0px solid rgba(0, 0, 0, .1);
        border-right: 0px solid rgba(0, 0, 0, .1);
    }

    #main-nav-2>ul>li>a {
        height: 30px;
        color: #333;
    }

    #main-nav-2>ul>li>a>span {
        line-height: 30px;
    }

    #main-nav-2>ul>li>a:hover {
        color: #E47911;
    }

    /* .main-nav-3 {
        background-color: var(--grayAmazon);
        position: absolute;
        top: 31px;
    }

    .main-nav-3>ul {
        padding: 0px 15px;
        margin: 0 auto;
    }

    .main-nav-3>ul>li {
        border-top: 0px solid rgba(0, 0, 0, .1);
        display: inline-block;
    }

    .main-nav-3>ul>li>a {
        color: #fff;
        padding: 0 11px;
        height: 50px;
    }

    .main-nav-3>ul>li>a>span {
        line-height: 50px;
    } */

    .mainMenuInfoDiv {
        grid-column-start: 1;
        grid-column-end: -1;
        margin: 0 -1em -1em;
        border-top: 1px solid var(--grayBorder);
        display: flex;
        background-color: var(--grayBackground);
        width: auto;
        justify-content: center;
        align-items: center;
    }

    .mainMenuInfoDiv li {
        padding: 1em;
        display: flex;
        border-top-width: 0;
    }

    .mainMenuInfoDiv li>a {
        text-decoration: underline;
    }

    .mktModal {
        flex-direction: row;
    }

    .mktModal>.modal-header {
        height: auto;
        flex: 1 0 50%;
    }

    nav span.glyphicon {
        display: none;
    }

    nav span.glyphicon.deskarrow {
        display: inline-block;
        top: -0.5px;
        margin-left: 1px;
    }

    #kosik-soucty {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .kosik-overeno {
        margin: 10px 50px 0 0
    }

    #kosik-vyber-postovneho table {
        width: 80%;
    }

    .kosikMnozstviWraper {
        flex-direction: column-reverse;
    }

    .kosikMnozstviWraperDown {
        position: relative;
        top: 10px;
    }

    .kosikMnozstviSubInfo {
        padding: 2px 0 0 0;
    }

    .labelNavLevel3 {
        color: inherit;
        padding: inherit;
        border-bottom-width: inherit;
        border-bottom-style: inherit;
        border-bottom-color: inherit;
    }

    .list-view-box {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        flex-basis: 33%;
    }

    .lvProdHolder {
        overflow-x: hidden;
        margin-right: 0;
        margin-left: 0px;
    }

    .mazonHolderInvoked {            
        position: sticky;
        top: 107.2px;       
        z-index: 1035;     
    }

    .nav-basicElements {
        display: flex !important;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .nav-basicElements>li {
        padding-right: 28px;
        padding-bottom: 6px;
    }

    .nav-basicElements>li>a {
        padding: 0px;
        color: #3983B2;
    }

    .nav-level-1 {
        /* margin: 0 12px 0 38px; */
        /* margin: 0 12px; */
        white-space: nowrap;
        overflow-x: auto;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .nav-level-1>li>a {
        padding: 0 18px;
        margin: 0px;
        font-size: 120%;
    }

    .nav-level-1>li {
        height: 43px;
        line-height: 43px;
        margin: 0px;
        text-decoration: none;
    }

    .nav-level-1 a {
        border-bottom-width: 0px;
    }

    .nav-level-2 {
        line-height: 1.5;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        border: 4px solid #555;
        background-color: #fff;
        z-index: 1060;
        display: none;
        flex-wrap: wrap;
        padding: 0px 11px
    }

    .nav-level-2>li {
        display: inline-block;
        padding: 11px 20px;
    }

    .nav-level-2>li>a {
        font-weight: bold;
        font-size: 17px;
        padding: 4px;
        color: #555;
        /*max-width: 230px;*/
        text-decoration: none;
    }

    .nav-level-2>li>a:hover {
        text-decoration: none;
        color: #999;
    }

    .nav-level-3 {
        background-color: inherit;
        display: block !important;
    }

    .nav-level-3 {
        padding-left: 4px;
        /*        padding-top: 6px;*/
        /*border-top: 2px solid #555;*/
        color: #555
    }

    .nav-level-3>li {
        color: #555;
        /*list-style-type: square;*/
        /*        height: 23px;*/
        /*        line-height: 23px;*/
    }

    .nav-level-3>li>a {
        color: #3EA3D9;
        font-weight: normal;
        padding: 4px 0px 0px;
    }

    .nav-level-3>li>a:hover {
        text-decoration: underline;
    }

    nav#main-nav>div>ul>li {
        display: inline-block
    }

    #nav-panel {
        padding: 10px 15px;
    }

    #nav-panel>ul a {
        background: none;
        width: auto;
        vertical-align: middle;
    }

    #foot-box-wrap {
        display: flex;
        text-align: left;
    }

    #foot-links-wrap {
        padding: 22px 0px;
    }

    #main-nav {
        display: block;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: relative;
    }

    #logo-wrapper {
        margin: 5px 0 11px;
        padding-right: 15px;
    }

    #logo-wrapper img {
        /* margin-bottom: 10px; */
    }

    #logo-wrapper span:last-of-type {
        position: absolute;
        bottom: -3px;
        left: 30%;
        color: #555;
        color: #E47911;
        font-size: 14px;
        font-weight: bolder;
        font-style: italic;
    }

    .plusOne {
        width: 100%;
        bottom: -35px;
        left: 0;
        padding: 0.5em;
    }

    .plusOneTip {
        top: -0.3em;
        left: 1em;
    }

    .puProdTableHeadline {
        font-size: 160%;
        text-align: center;
    }

    .puProdTableItem {
        flex-basis: 16.6%;
    }

    .puDescHolder {
        flex-direction: row;
    }

    .puDescHolderDesc {
        padding-left: 2em;
    }

    .puDescHolderDesc h1 {
        margin-top: 0px;
    }

    .puDescHolderImg {
        flex-basis: 50%;
        max-height: 400px;
        overflow-y: hidden;
    }

    .puDescHolderImg>img {
        max-width: 100%;
    }

    .header-contacts {
        display: inline;
        margin-right: 20px;
    }

    .header-contacts span:nth-child(odd) {
        color: #3983B2;
    }

    .header-contacts span:nth-child(even) {
        color: #E47911;
    }

    .search-wrapper {
        padding: 12px 0 10px;
        margin: 0px;
    }

    .sfbox {
        flex-basis: 220px;
        margin: 4px 8px;
    }

    #shoppingcart {
        position: relative;
        padding-right: 55px;
        height: 100%;
        background: transparent url(https://1.lasamba.cz/pics/_des/cart.png) no-repeat;
        background-position: right 0px top 2px;
        text-align: left;
        color: #555;
    }

    .skupina-produktu-podle-variant {
        flex-wrap: wrap;
        overflow-x: auto;
    }

    #superfiltrwrapper select {
        height: 28px;
    }

    .superfiltrresults-box-info {
        position: absolute;
        display: block;
        top: 8px;
        left: 0px;
        text-align: left;
        z-index: -1;
    }

    .superfiltrresults-box-info span {
        background-color: #fff;
        padding: 2px 3px;
        margin: 3px 10px 0 0;
        color: #555;
        display: inline-block;
        opacity: 0.7;
        font-size: 100%;
    }

    #thankyoudiv {
        padding: 30px;
    }

    #thankyoudiv p {
        line-height: 1.5;
        font-size: 16px;
        margin-left: 12px;
    }

    #kosik-dr>a .badge {
        background-color: #E47911;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #selected-filters {
        padding: 10px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    div.selected-filters-doors>#selected-filters {
        border-width: 0px;
    }

    #selected-filters strong {
        display: inline;
    }

    .sort-items-div strong {
        display: inline;
    }

    .vol-param {
        width: 90%;
    }

    .vol-param-td {
        padding: 6px 6px 0px 6px;
    }

    .zmenMnozstviHolder {
        padding: 0px;
    }

    .zmenUnit {
        text-align: left;
    }
}

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

@media (min-width: 992px) {

    div.mobileLeftModalPanelHorizontal>div.body>#filters {
        display: none;
    }

    div.mobileLeftModalPanelHorizontal>div.body>#filters.doorsFilterActive {
        display: flex;
    }

    input {
        font-size: inherit !important;
    }

    select {
        font-size: inherit !important;
    }

    textarea {
        font-size: inherit !important;
    }

    .cart-item-data-nazev {
        flex-basis: 45%;
    }

    .cart-wrapper {
        margin: 0px 36px;
    }

    .catLabelBox {
        width: 20%;
    }

    .csell_outer {
        margin: 30px 80px 0;
    }

    .deliveryName {
        align-items: center;
        flex-direction: row;
    }

    .deliveryTerm {
        margin-left: 12px;
    }

    .list-view-box {
        flex-basis: 25%;
    }

    .kosik-upravit-mnozstvi-text {
        padding-right: 0px;
    }

    #item-buy-space {
        width: 30%;
        left: 30%;
    }

    #item-gallery-small {
        justify-content: flex-start;
    }

    #item-gallery-small2 {
        text-align: left;
    }

    #item-info-space {
        width: 30%;
        right: 70%;
    }

    #item-photo-space {
        width: 40%;
        left: 30%;
    }

    nav#catnav>ul>li {
        /* -ms-flex: 0 1 calc(12%);
        flex: 0 1 calc(12%); */
    }

    #filters .filtersScrollDiv {
        max-height: none;
    }

    #filters {
        display: block;
        margin-right: 0px;
    }

    #filters ul {
        padding: 0px;
    }

    #filters ul>li {
        margin: 0px;
        padding: 0px;
        display: block;
    }

    #filters img {
        margin: 0px;
    }

    .mobileLeftModalPanel {
        z-index: 1;
        display: flex;
        position: relative;
        width: 100%;
        padding: 0;
    }    

    .mobileLeftModalPanel#sortingMobileWrapper {
        display: none;        
    }        

    .mobileLeftModalPanelHorizontal>.body>#filters {
        display: flex;            
    }

    .mobileLeftModalPanelHorizontal>.body>#filters>div {
        
        padding-left: 0.5em;
        padding-right: 0.5em;        
        border-bottom-width: 0px;
        flex-grow: 1;
        flex-shrink: 1; 
    }


    /* #leftCategoryPanel  {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
    } */
    #sec input {
        padding: 5px 8px;
        font-size: 13px !important;
    }

    .topNotificationMessage {
        margin-right: 40px;
        display: inline;
    }

    .topNotificationBlock {
        font-size: 15px;
    }

    .topNotificationBlockInner {
        height: 22.4px;
        overflow: hidden;
    }
}


@media (min-width: 1450px) {
    .showroom-left-widget {
        display: block;
    }
}