<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* filter kategorie - stary dizajn */
/*
.eshop-category-filter {
     font-weight: bold;
     overflow: auto;
     margin-bottom: 20px;
     border: 1px solid #bbbbbb;
     background: #eeeeee;
     padding: 7px;
     color: #000000;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.eshop-category-filter a {
     font-weight: normal;
     color: #B21F0C;
     display: inline-block;
     padding: 3px 6px;
     margin: 10px 10px 0px 0px;
     text-decoration: none;
     border: 1px solid #ccc;
     background: #fff;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.eshop-category-filter a:hover {
    border: 1px solid #999;
    color: #000;
}
.eshop-category-filter a:active {
    border: 1px solid #000;
    color: #000;
}
*/

/* filter kategorie - novy dizajn */
.eshop-category-filter {
    
}
.eshop-category-filter h2 {
     display: none;
}

.eshop-category-filter a {
     font-weight: normal;
     color: #B21F0C;
     display: inline-block;
     margin: 9px;
     text-decoration: none;
     border: 1px solid #ccc;
     background: #fff;

    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 5px #bbb;
}

.eshop-category-filter a .img {
    margin: 5px;
}
.eshop-category-filter a .img,
.eshop-category-filter a img {
    width: 150px;
    height: 150px;
    box-sizing: border-box;
}
.eshop-category-filter a .name {
    background: #eee;
    padding: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 150px;
}

.eshop-category-filter a:hover {
    border: 1px solid #999;
    color: #000;
    box-shadow: 0px 0px 10px #bbb;
}

















/* BASKSET maly */

#eshop-basket-content-little,
#eshop-basket-content-little-link {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 20px;
    width: 230px;
    height: 40px;
    border: 1px solid #bbb;
    
}
 
#eshop-basket-content-little-link {
    z-index: 100;
    display: block;
}

#eshop-basket-content-little &gt; .inner {
    padding: 13px 13px;
    text-align: right;
    background: url('../images/_/basket_little.png') no-repeat 10px center ;
}
#eshop-basket-content-little &gt; .inner &gt; div {
    display: inline-block;
}
#eshop-basket-content-little .title a {
    font-weight: bold;
    color: #555;
}

#eshop-basket-content-little {
    
}

#eshop-basket-content-little .content {
    margin-left: 8px;
    padding-left: 8px;
    text-align: right;
}
#eshop-basket-content-little .content a {
    color: #555;
    width: 105px;
    display: inline-block;
}
#eshop-basket-content-little .content b {
    color: #428BCA;
    font-weight: bold;
}

#eshop-basket-content-little.no-empty {
    background: #6caa03;
    color: #fff;
    
}

#eshop-basket-content-little.no-empty a,
#eshop-basket-content-little.no-empty b {
    color: #fff;
}

















/* PRODUCT PREVIEW */

.eshop-product.preview {
    float: left;
    border: 1px solid #dadada;
    width: 31%;
    height: 420px;
    height: 380px;
    margin-right: 2%;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #ddd;
    background: #fff;
    border: 1px solid #ddd;
}

.eshop-product.preview:hover {
    border: 1px solid #bbb;
    box-shadow: 0px 0px 15px #ddd;
}

.eshop-product.preview &gt; .inner {
    padding: 5px;
    text-align: center;
}

.eshop-product.preview a.picture {
    text-align: center;
    margin-bottom: 5px;
    display: block;
    padding: 10px;
    min-height: 194px;
}
.eshop-product.preview a.picture img {
    max-height: 205px;
}


.eshop-product.preview .bottom {
    border-top: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px;
    height: 180px;
    HEIGHT: 125PX;
    position: relative;
}

.eshop-product.preview a.name {
    display: block;
    color: #428BCA;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0px;
    height: 36px;
    overflow: hidden;
}

.eshop-product.preview .trademark {
    color: #000;
    font-size: 14px;
}
.eshop-product.preview .price {
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    font-size: 20px;
    margin-bottom: 5px;
}

.eshop-product.preview .price .price-WithoutTax {
    font-size: 10px;
    color: #555;
    display: block;
}

.eshop-product.preview .price .old {
    color: #c00;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    text-decoration:line-through;
}
.eshop-product.preview .description {
    height: 60px;
    line-height: 18px;
    color: #555;
    font-size: 14px;
    
    DISPLAY: NONE;
}

.eshop-product.preview .stock1,
.eshop-basket table td .stock1 {
    color: #080;
}
.eshop-product.preview .stock0,
.eshop-basket table td .stock0 {
    color: #555;
}

.eshop-product.preview .order-form {
    display: block;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    overflow: auto;
    text-align: center;
}

.eshop-product.preview .order-form &gt; * {
    
    margin: 0px 1px;
}

.eshop-product.preview .order-form span {
    padding-top: 5px;
    display: inline-block;
}

.eshop-product.preview .order-form .form-text {
    width: 30px;
    height: 28px;
    padding: 0px;
    text-align: center;
}
.eshop-product.preview .order-form .form-button,
.eshop-product.preview .order-form a.detail {
    padding: 5px 15px;
    display: inline-block;
    font-weight: normal;
}

.eshop-product.preview .order-form a.detail {
    background: #4A4A4A;
    color: #fff;
    margin: 0px auto;
    margin-left: 5px;
} 
.eshop-product.preview a:hover {
    
} 

.eshop-product.preview a.detail {
}






/* preview */
.div-web-search-input .quicksearchResult .eshop-product.preview {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.div-web-search-input .quicksearchResult .eshop-product.preview &gt; .inner {
    text-align: left;
}
.div-web-search-input .quicksearchResult .eshop-product.preview a.picture {
    display: inline-block;
    width: 25%;
    float: left;
    min-height: auto;
}
.div-web-search-input .quicksearchResult .eshop-product.preview .bottom {
    float: left;
    border: 0px;
    display: inline-block;
    width: 60%;
    height: auto;
}
.div-web-search-input .quicksearchResult .eshop-product.preview a.name {
    text-align: left;
    height: auto;
    display: block;
    overflow: auto;
    font-size: 20px;
    margin-top: 5px;
}
.div-web-search-input .quicksearchResult .eshop-product.preview a.name &gt; span {
    color: #555;
}
.div-web-search-input .quicksearchResult .eshop-product.preview .order-form,
.div-web-search-input .quicksearchResult .pager {
    display: none;
}



/* PRODUCT PREVIEW 2 */
.eshop-product.preview2 {
    float: left;
    border: 1px solid #dadada;
    width: 100%;
    box-sizing: border-box;
    height: 220px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #ddd;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}

.eshop-product.preview2:hover {
    border: 1px solid #bbb;
    box-shadow: 0px 0px 15px #ddd;
}

.eshop-product.preview2 &gt; .inner {
    padding: 5px;
    text-align: center;
}

.eshop-product.preview2 a.picture {
    position: absolute;
    left: 10px;
    top: 10px;
    margin-bottom: 5px;
    height: 200px;
    width: 200px;
    display: block;
}
.eshop-product.preview2 a.picture img {
    height: 200px;
}
.eshop-product.preview2 .parameters {
    position: absolute;
    left: 220px;
    width: 200px;
    height: 200px;
    top: 60px;
    font-size: 13px;
    text-align: left;
    height: 145px;
    overflow: hidden;
    line-height: 125%;
}
.eshop-product.preview2 .parameters span {
    color: #000;
}

.eshop-product.preview2 a.name {
    display: block;
    color: #428BCA;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0px;
    position: absolute;
    left: 220px;
    width: 450px;
    height: 20px;
    text-align: left;
    /* aby ellipsis fungovalo musi mat element vsetky tieto tri vlastnosti */
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eshop-product.preview2 .trademark {
    color: #000;
    font-size: 14px;
    position: absolute;
    left: 220px;
    top: 35px;
}
.eshop-product.preview2 .price {
    position: absolute;
    top: 60px;
    right: 150px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: right;
}

.eshop-product.preview2 .price .price-WithoutTax {
    font-size: 10px;
    color: #555;
    display: block;
}

.eshop-product.preview2 .price .old {
    color: #c00;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    text-decoration:line-through;
}
.eshop-product.preview2 .description {
    height: 60px;
    line-height: 18px;
    color: #555
    font-size: 14px;
}

.eshop-product.preview2 .order-form {
    display: block;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    overflow: auto;
    position: absolute;
    right: 10px;
    top: 62px;
    width: 200px;
    height: 100px;
}

.eshop-product.preview2 form .form-text {
    width: 30px;
    height: 28px;
    padding: 0px;
    text-align: center;
}
.eshop-product.preview2 .order-form .form-button,
.eshop-product.preview2 .order-form a.detail {
    padding: 5px 14px;
    display: inline-block;
    font-weight: normal;
    bottom: 10px;
}

.eshop-product.preview2 .order-form form {
    position: relative;
    text-align: right;
}
.eshop-product.preview2 .order-form a.detail {
    position: absolute;
    top: 50px;
    right: 0px;
    display: inline-block;
    height: 20px;
    border-radius: 5px;
    width: 
}

.eshop-product.preview2 a.detail {
    background: #4A4A4A;
    color: #fff;
    margin: 0px auto;
    top: 
} 
.eshop-product.preview2 a:hover {
    
} 

.eshop-product.preview2 a.detail {
}


















/* PRODUCT DETAIL */

.eshop-product-detail {
    position: relative;
    /*
    min-height: 500px;
    */
    border: 0px solid blue;
}

.eshop-product-detail &gt; .div-left {
    float: left;
    width: 390px;
    border: 0px solid red;
    z-index: 100;
}
.eshop-product-detail &gt; .div-right {
    float: left;
    width: 300px;
    border: 0px solid red;
    right: 0px;
    margin-top: 10px;
    z-index: 200;
}

.eshop-product-detail .eshop-product-detail-pictures {
    margin-bottom: 10px;
    border: 0px solid red;
    position: relative;
    left: -8px;
}

.basket-table td .price {
    font-weight: bold;
    font-size: 16px;
}

.basket-table td .price-old {
    font-weight: bold;
    color: #e00;
    text-decoration: line-through;
    margin: 5px 0px;
}

.eshop-product-detail .eshop-product-trademark {
    color: #000;
    font-size: 16px;
}












/* BASKET */

.eshop-basket {
    position: relative;
    border: 1px solid #aaa;
    background: #f5f5f5;
    padding: 10px;
    text-align: right;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.eshop-basket &gt; .inner {
    text-align: right;
}

.eshop-basket .input-count .form-text {
    width: 30px;
    padding: 3px 5px;
    text-align: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.basket-table .input-count {
    margin-top: 10px;
    margin-bottom: 10px;
}

.eshop-basket table {
    float: right;
}

.eshop-basket table tr.price-row td {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    white-space:nowrap;
}

.eshop-basket table tr.price-row td.td1 {
    padding: 10px 0px;
    width: 20px;
}

.eshop-basket table td .code {
    /*display: none;*/
}

.eshop-basket table tr.price-row:hover {
    background: #ddd;
} 

.eshop-basket table td .price {
    text-align: right;
    font-size: 20px;
    color: #428BCA;
}

.eshop-basket table td .price-old {
    text-align: right;
    color: #d00;
    font-weight: normal;
    font-size: 18px;
}

















































/* ORDER */
.eshop-order-links {
    margin-top: 10px;
    margin-right: 5px;
    padding-bottom: 5px;
}
.eshop-order-links .form-button {
    background: #00743C; /*ff4924;*/
    color: #ffffff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #ccc;
    font-size: 14px;
}

.eshop-order-links .button-left {
    float: left;
    background: #9EAAB7;
    border: 2px solid #fff;
}

.eshop-order-links .button-right {
    float: right;
    background: #428BCA;
    border: 2px solid #fff;
}


.eshop-order-product-link {
     color: #19428D;
}









/* ORDER STEP INFO */
.eshop-order-step-info {
    border-bottom: 2px solid #6caa03;
    margin-bottom: 20px;
    border-radius: 0px;
}

.eshop-order-step-info a {

-webkit-border-radius: 5px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;

    margin-right: 10px;
    display: inline-block;
    padding: 7px 5px;
    border: 1px solid #00743C;
    border-bottom: 0px;
    cursor: default;
    color: #777;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.eshop-order-step-info a:hover {
    text-decoration: none;
}
.eshop-order-step-info a.sel {
    background: #6caa03;
    color: #fff;
    border-color: #6caa03;
    cursor: pointer;
}
.eshop-order-step-info a.passed {
    cursor: pointer;
    background: #62E18D;
    background: #C3EA7E;
    color: #222;
    border-color: #6caa03;
    position: relative;
}

.eshop-order-step-info a.passed span.passed {
    display: block;
    width: 22px;
    height: 20px;
    position: absolute;
    top: -12px;
    right: -8px;
    background: url('../images/_/eshop_order_step_passed.png') no-repeat;
}

.eshop-order-step-info a span.mobile {
    display: none;
}


td.order-step-1-td-1,
td.registration-td-1 {
    width: 80px;
}
td.order-step-2-td-1 {
    width: 170px;
}

.div-order-outer td {
/*
    white-space:nowrap;
    */
}

.div-order-outer td.delivery.description {
    white-space:normal;
}












/* ORDER SUMMARY */

.eshop-order-summary {
     border: 0px !important; 
     text-align: right;
     vertical-align: middle;
}
.eshop-order-summary &gt; b {
     color: #428BCA;
     font-size: 20px;
}

.td-order-send .form-button {
     background: #5F9E16;
     padding: 10px;
}

.eshop-order-summary .price-WithoutTax {
    display: block;
    font-size: 14px;    
    color: #555;
}












/* LOGIN */
#eshop-login-box-outer {
    margin-top: 15px;
}

#eshop-login-box-outer h3 {
    margin-bottom: 0px;
    border-bottom: 5px solid #eee;
    padding-bottom: 5px;
    margin-top: 10px;
    border-radius: 0px;

}
#eshop-login-box-outer form {
    padding: 0px 0px 20px 0px;
}

#eshop-login-box-outer .form-text {
}


#eshop-login-box-outer table td {
}
#eshop-login-box-outer .form-table .form-button {
     
}
#eshop-login-box-outer .form-table .form-button:hover {
      
}
#eshop-login-box-outer a {
}
#eshop-login-box-logged {
     
}


#eshop-login-box-outer .form-table {
    
}
#eshop-login-box-outer .form-table .form-text {
    width: 100%;
}
.eshop-order-td-right {
     text-align: right;
}

.eshop-login-box-td-login {
     width: 260px;
}










/* ORDER HISTORY */

.order-history-outer {
     
}
.order-history-outer th, .order-history-outer td {
     border: 1px solid #ccc;
     padding: 5px;
}
.order-history-outer th {
     background: #f5f5f5;
     text-align: left;
}
.order-history-outer .price-total {
     font-size: 14px;
     font-weight: bold;
     text-align: right;
}
.order-history-outer .price-total span {
     font-size: 12px;
     font-weight: normal;
}
.div-discount {
     border: 1px solid #008800;
     background: #ccffcc;
     padding: 6px 10px;
     margin-bottom: 10px;
     float: right;
}














/* BASKET CONTENT */
.eshop-order table {
    width: 735px;
    width: 100%;
}

.table-basket-content th {
    padding: 8px;
    background: #798A9B;
    color: #fff;
    white-space:nowrap;
}
.table-basket-content a.eshop-order-product-link {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    display: inline-block;
    margin: 0px 0px;
}

.table-basket-content td {
    padding: 5px;
}

.table-basket-content tr:nth-child(even) {background: #EBEEF0}
.table-basket-content tr:nth-child(odd) {background: #F8F9FA}

.table-basket-summary td {
    text-align: right;
    padding-top: 10px;
}

.label-sel {
    font-weight: bold;
    color: #00743C;
}














/* FILTRE */
.div-products-sort {
    position: relative;
}
.div-products-sort &gt; form {
     text-align: right;
     position: absolute;
     top: -35px;
     right: 2px;
}








#div-order-step-4-newsletter,
#div-order-step-4-heureka {
    border: 1px solid #ccc;
    background: url('../images/_/envelope.gif') no-repeat 10px center #f5f5f5;
    margin-top: 20px;
    padding: 10px 10px 10px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#div-order-step-4-heureka {
    background: url('../images/_/heureka.png') no-repeat 10px center #f5f5f5;
}








.eshop-product-parameters {
    margin-top: 40px;
    padding: 15px;
    border: 1px solid #bbb;
    box-shadow: 0px 0px 10px #ccc;    
}
.eshop-product-parameters h2 {
    margin-top: 0px;
}
.eshop-product-parameters table {
    min-width: 400px;
}

.eshop-product-parameters td:first-child {
    border-right: 1px dotted #888;
    width: 250px;
}
.eshop-product-parameters td {
    border-bottom: 1px dotted #aaa;
    padding: 5px;
    border-radius: 0px;
}

.eshop-product-parameters &gt; div {
    overflow: auto;
}
.eshop-product-parameters &gt; div &gt; div.left {
    float: left;
}
.eshop-product-parameters &gt; div &gt; div.right {
    float: right;
}



.eshop-product-detail-thumbs a {
    margin-top: 5px;
    margin-right: 8px;
    float: left;
    width: 80px;
    height: 80px;
}






.delivery.selected {
    font-weight: bold;
    color: black;
    color: #428BCA;
}


h2.delivery {
    margin-bottom: 5px;
}




.div-order-outer .loginbox fieldset {
    float: left;
    width: 48%;
    box-sizing: border-box;
    padding: 20px;
    height: 300px;
}

.div-order-outer .loginbox fieldset legend {
    font-weight: bold;
    border: 1px solid #6CAA03;
    padding: 3px;
    border-radius: 5px;
}

.div-order-outer .loginbox fieldset.no-account {
    float: right;
}





.share-buttons {
    margin-top: 50px;
    overflow: hidden;
    height: 50px;
}
















.eshop-product.pricelist {
    background: #eee;
    overflow: auto;
    margin-bottom: 1px;
}
.eshop-product.pricelist &gt; div {
    float: left;
    display:table-cell;
    vertical-align:middle;
}
.eshop-product.pricelist &gt; div.picture {
    width: 150px;
    height: 160px;
} 
.eshop-product.pricelist &gt; div.picture img {
    width: 140px;
    margin: 10px;
}
.eshop-product.pricelist &gt; div.name {
    width: 250px;
    text-align: center;
    padding-top: 40px;
}
.eshop-product.pricelist &gt; div.name b,
.eshop-product.pricelist &gt; div.price b {
    color: #000;
}
.eshop-product.pricelist &gt; div.amount {
    width: 150px;
    text-align: center;
    padding-top: 55px;
}
.eshop-product.pricelist &gt; div.price {
    width: 150px;
    padding-top: 65px;
    font-weight: bold;
    text-align: center;
}



.delivery.description {
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 12px;
}




#conditions-agreement-error {
    margin-top: 10px;
}



.order-delivery-options .item {
    padding: 20px 20px 20px 50px;
    background-position:  40px center;
    background-repeat: no-repeat;
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}
.order-delivery-options .item:hover {
    border-color: #bbb;
    background-color: #ddd;
}
.order-delivery-options .level1.kurier {
    background-image: url('../images/_/delivery_kurier.png');
}
.order-delivery-options .level1.osobny-odber {
    background-image: url('../images/_/delivery_osobny-odber.png');
}

.order-delivery-options .level1 .checkbox {
    background: url('../images/_/checkbox.png') no-repeat center center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 20px;
}
.order-delivery-options .level1.item {
    padding-left: 90px;
}
.order-delivery-options .level1.expanded .checkbox {
    background: url('../images/_/checkbox_sel.png') no-repeat center center;
}

.order-delivery-options .level2 {
    margin-left: 50px;
}
.order-delivery-options .level1.expanded,
.order-delivery-options .level2.selected {
    border-color: #059540;
    background-color: #C3EA7E;
}

.order-delivery-options .price {
    float: right;
    font-weight: bold;
    color: #000;
}
.order-delivery-options .name {
    font-weight: bold;
    color: #000;
}

.order-delivery-options .level2 input {
    position: absolute;
    left: 20px;
    top: 17px;
}




/* TEPLOEMR: DOPRAVA ZADARMO */
.nakupte-este-doprava-zadarmo {
    background: url('../images/_/courier_ico.png') no-repeat left center;
    padding: 10px 10px 10px 40px;
    position: relative;
    top: -10px;

}
.nakupte-este-doprava-zadarmo .teplomer {
    width: 400px;
    max-width: 100%;
    border: 1px solid #ccc;
}

.nakupte-este-doprava-zadarmo .teplomer &gt; div {
    width: 1px;
    height: 10px;
    background: #6CAA03;
}

.nakupte-este-doprava-zadarmo.ok .teplomer &gt; div {
    width: 100%;
}</pre></body></html>