<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catdesc {
    /*border: 1px #EEEEEE solid;*/
    padding-bottom: 0px;
    margin-bottom:0px;

}
.catdesc.catclosed {
    height: 50px;
    overflow: hidden;
}
.catmore {
    margin-top:0px;
    /*color: var(--bs-body-color);*/
}

.redstar {
    color: red;
    font-size: 1.0em;
    top: initial;
}

.su-email, .si-email {
    text-transform: lowercase;
}

ul.parsley-errors-list {
    padding-left: 1rem!important;
}
ul.parsley-errors-list li {
    list-style-type: none;
    padding-left: 0!important;
    margin-left: 0!important;
    color: #fe696a;
    font-size: 12px;
}
.ct {
    letter-spacing: 0.1px!important;
}
.widget-list-link table {
    border: none;
}
.contentminheight {
    min-height: 400px;
}
.dtdc {
    border-bottom: 1px dotted #fe696a;
    text-decoration: none;
}
.text-right {
    text-align: right!important;
}

#invoicing_wrapper {

}
.wh {
    display: none;
}

.btn-success2 {
    background-color: #469759;
    border-color: #469759;
    box-shadow: unset;
    color: #ffffff;
}
.btn-success2:hover {
    background-color: #47AD7C;
    border-color: #47AD7C;
    box-shadow: unset;
    color: #ffffff;
}

.btn-cartremove {
    border: 1px #dae1e7 solid;
    padding: 0.730rem 1rem;
}
.btn-cartremove::after {
    margin-left: 0.05rem!important;
    color: #d2d2d2;
}
.cart-alt-menu {
    min-width: 1rem;
    border-color: #dae1e7;
}
.cart-alt-menu a {
    padding: 5px 10px 5px 15px;
}
.menu-section-title {
    text-transform: uppercase;
    font-weight: 600;
}
.mr-0 {
    margin-right: 0px;
}
.pr-0 {
    padding-right: 0px;
}
.widget-list-item {
    margin-bottom: 0.1rem;
}
.li-inline {
    display: inline-block;
}
.text-bold {
    font-weight: bolder;
}
.vendor-item {
    /*margin-right: 30px;*/
    font-size: 14px;
}
.veitp p {
    margin: 0px;
}
.menu2 {
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0px!important;
    -webkit-border-top-right-radius: 0px!important;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px!important;
    -moz-border-radius-topright: 0px!important;
    border-radius: 5px;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; !important;

    border-right: 1px rgba(0, 0, 0, 0.1) solid!important;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid!important;
    border-left: 1px rgba(0, 0, 0, 0.1) solid!important;
    margin: 0 auto!important;
    z-index: 10000;
}

.pl05 {
    padding-left: 0.5rem!important;
}

/* slide in menu */

.img-thumbnail2 {
    /*margin-right: 10px;*/
    width: 65px;
    max-width: 65px;
    /*height: 65px!important;*/
}

.mobilemenuclose {
    color: white;
}
.mobilemenuclose .dark {
    color: #d2d2d2!important;
}

.mobilemenuclose::before,
.icon32 {
    font-size: 32px;
}
.ml-20 {
    margin-left: 20px;
}
.mnav-icon {
    font-size: 32px;
    color: #d2d2d2;
}
.fright {
    float: right;
}
.fleft {
    float: left;
}
.mnav-arrow::before {

}
.mobile-close {
    font-size: 32px;
    color: #d2d2d2;
}
.pointer {
    cursor: pointer;
}

.ga-box {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.ga-title {
    position: absolute;
    bottom:0;
    margin: 0px 0px 15px 15px;
}

.ga-woman {
    background-image: url(/img/darkovyradce/gw2.jpg);
    position:relative;
}

.ga-man {
    background-image: url(/img/darkovyradce/gm1.jpg);
    position:relative;
}

.ga-kid {
    background-image: url(/img/darkovyradce/gk1.jpg);
    border: 1px #EEEEEE solid;
    position:relative;
}

.top_products_wrapper,
.tpw {
    margin: 15px 0px 10px 0px;
    /*border: 1px #ccc solid;*/
}

.tpw div.card {
    padding: 15px;
    border: 1px #ffffff solid;
}

.top_products_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tpi_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 590px;
    margin-right: 20px;
}

.tpi_image {
    width: 250px;
    margin-right: 15px;
    text-align: center;
}

.tpi_image img {
    /*width: 90px!important;*/
    max-width: 100px!important;
    max-height: 100px!important;
    max-width: initial;
}

.tpi_stock {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    max-width: 100px;
}
.tpi_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 80px;
    margin-right: 10px;
}
.tpi_price p {
    margin: 0px;
}
.tpi_buy {
    width: 100%;
    max-width: 170px;
    padding: 14px;
}
.tpi_desc {
    padding-top: 10px;
    width: 100%;
}
.tpi_desc p {
    font-size: 0.8em;
}
.tpw .tpi_desc p {
    font-size: 0.9em;
}
.tpi_desc h3 {
    font-weight: bold;
    margin-bottom: 5px;
}
.lt {
    text-decoration: line-through;
}
.promo_price {
    color: #469759;
    font-weight: bold;
    font-size: 1.1em;
}

.ac_badge {
    margin-left: 25px
}
.ac_title a {
    font-size: 0.9rem!important;
}
.ac_price {
    font-weight: bold;
    font-size: 0.9rem;
}
.ac_img {
    text-align: center;
}
.ac_stock {
    font-weight: bold;
    color: #469759;
}

@media only screen and (max-width: 640px) {
    .hidem {
        display:none;
    }
    .fixm,
    .tpi_buy {
        width: initial!important;
    }
    .sm {
        display: initial;
    }
    .hm {
        display:none;
    }
}

@media only screen and (min-width: 641px) {
    .sm {
        display: none;
    }
    .hm {
        display: initial;
    }
}

.btn-xs {
    padding: 0.225rem 1rem;
    font-size: 0.7125rem;
    border-radius: 0.25rem;
}

.vam {
    vertical-align: middle;
}
.nom {
    margin-left: 0px;
    margin-right: 0px;
}
.autocomplete-items div {
    border: none!important;
    background: none!important;
}

.autocomplete-items div.row {
    border-top: 1px #ccc solid !important;
}
.autocomplete-items div.row:last-child {
    border-bottom: 1px #ccc solid !important;
}

.autocomplete-items div.row:hover {
    background-color: #EEEEEE!important;
}
#searchboxautocomplete-list,
#searchbox_mobileautocomplete-list {
    background-color: #ffffff;
}

.nbb {
    border-top: 0px!important;
    /*border-bottom: 0px!important;*/
}
.athome {
    text-align:center;
}
.hp-img-height {
    width: auto!important;
    max-width: initial!important;
    max-height:400px!important;
    margin-right: 15px;
}
@media only screen and (max-width: 500px) {
    .hp-img-height {
        margin: 0 auto!important;
    }
}

/* BLOG */
h2.blog-entry-title {
    margin: 15px 20px 0px 20px;
}


.blog_article {

}
.blog_article h2 {
    margin-top: 35px;
}
.blog_article h3 {
    margin-top: 35px;
}
.blog_article blockquote {
    position: relative;
    /*font-family: "Montserrat", serif;*/
    font-size: 16px;
    font-weight: 400;
    /*color: #b2b2b2;*/
    background-color: #F9F4EB;
    padding:25px 25px 25px 15px;
    border:none;
}
.blog_topmenu_container {
    margin-top: 5px;
}
.btn-tag {
    margin-left: 5px;
}

nav.toc {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px #ccc solid;*/
    background-color: #F9F4EB;
    margin-bottom: 25px;
    padding: 25px;
}
nav.toc h2 {
    margin-top: 0px;
    font-size: 18px;
}
ol.toc-container {
    padding-left: 20px;
    margin-bottom: 0px;
}
ol.toc-container li {
    /*display:inline;*/
    margin-right: 25px;
    /*list-style-type: none;*/
}
ol.toc-container li a {
    white-space: nowrap;
}

/* CERT */
.card-cert {
    cursor: pointer;
    margin-top: 25px;
}
.card-cert h5 {
    height: 50px;
}
.card-cert .card-text {
    min-height: 84px;
}
.cert-logo {
    background-size: 150px;
    width: 180px;
    height: 180px;
    /*border: 1px #ccc solid;*/
    background-size: contain;
    background-repeat: no-repeat;
    resize: both;
    margin: 0 auto;
}
.linkinarticle {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.product_video_wrapper {
    margin-left: 25px;
    margin-bottom: 25px;
    border: 1px #ccc solid;
    /*padding: 10px 15px 8px 15px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    /*padding-top: 56.25%;*/ /* Aspect ratio of 16:9 */
    height: 0;
    float: right; /* Float the iframe to the right */
    width: 530px; /* Adjust this width as needed */
    height: 315px;
    margin-left: 20px; /* Add some space between the text and the iframe */
}

.product_video_wrapper::after {
    content: "";
    display: table;
    clear: both;
}

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

.product_video_wrapper p {
    margin-bottom: 5px;
}

@media (max-width: 640px) {
    .product_video_wrapper {
        float: none; /* Remove float for small screens */
        margin: 0 auto; /* Center the iframe on small screens */
        margin-bottom: 25px;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
}

.table-product {
    width: auto!important;
}
.table-product th {
    background-color: #fafafa;
}
.breadcrumb-product {
    color: #ffffff;
}

/* CATEGORY V2 */
a.card-img-top img {
    max-height: 200px!important;
}
h3.product-title {
    height: 50px;
}
.tpw h3 {
    height: initial;
}
.product-card {
    padding: 15px;
    border: 1px #ffffff solid!important;
}
.product-card:hover {
    border: 1px #eeeeee solid!important;
}

.loaded_products {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.btn-scroll-top2 {
    display: block;
    transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
    color: #493d3d;
}
span.title_total {
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    white-space: nowrap;
}
@media only screen and (max-width: 640px) {
    select.sorting2 {
        margin-top: 15px;
    }
    .page-title-overlap + * {
        /* margin-top: -4.875rem; */
        margin-top: -5.575rem;
    }
}
.cat_shoe_size {
    color: #949494;
    font-weight: 500;
    font-size: 0.75rem;
    padding-right: 0.375rem;
}
.width-default {
    width: initial;
}
.top-products-title {
    margin-bottom: 5px!important;
    height: auto!important;
}
.pia-image-wrapper {
    /*height:170px!important;*/
    text-align:center;
}
.pia-product-name {
    height: 80px;
}
.cartbox {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, 0.03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, 0.05);
}
.change-group-product {
    line-height: 1;
    padding-bottom: 8px;
    font-size: 0.8em;
}
.group-product-small-price {
    font-size: 0.9em;
}

@media only screen and (max-width: 991.98px) {
    .navbar-light .nav-item {
        border: 1px #30673d solid;
        background: transparent!important;
    }
}

.breadcrumb-light .breadcrumb-item::before {
    color:var(--bs-body-color)!important;
}


ul.topsimplemenu li a,
ul.topsimplemenu2 li a {
    font-size: 0.9rem;
    padding-top: 0px!important;
}
ul.topsimplemenu li:first-child a {
    padding-left:0px!important;
}
ul.topsimplemenu2 li:last-child a {
    padding-right:0px!important;
}


@media only screen and (max-width: 768px) {
    .img-thumbnail2 {
        width: 100% !important;
        height: auto !important;
    }
    .menu-img-col {
        padding: 0px!important;
    }
}
.topgreenmenu {
    background-color: #469759 !important;
    color:#ffffff;
}
.topgreenmenu a.dropdown-toggle, .topgreenmenu i {
    color: #f2f5fc!important;
}

@media only screen and (max-width: 991.98px) {
    .menu-section-title,
    .widget-list-link {
        color: #ffffff;
    }
    .widget-categories {
        margin-bottom:0px!important;
    }
}

.widget-list-category {
    color:var(--bs-body-color)!important;
}

.lang-widget-bottom {
    background-color: #ffffff;
    padding: 10px;
    color: #4b566b;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
}

#product-availability {
    text-align: center;
}</pre></body></html>