body{
    --c-dark:black;
    --c-dark-elem: #0e0e0e;
    --c-dark-btn: #232323;
    --c-dark-btn-hover: #1b1b1b;
    --c-red: #ff3b3b;
    --c-red-hover:#b71c1c;
    --basket-free-delivery-bg: var(--c-dark-elem);
    --basket-free-delivery-top-bg: var(--c-dark-btn);
    --basket-bg: #0e0e0e;
}

/* dakr background */
#header, body, .homepage-box
{
    background: var(--c-dark) !important;
}

#header{
    z-index: 20 !important;
}



h1,h2,h3,h4,h5,h6, p{
    color: white !important;
}

.highlight{
    color: var(--c-red) !important;
}

.btn,
.next-step-back,
.back-to-shop{
    background: var(--c-dark-btn) !important;
    border: 0px solid !important;
    color: white !important;
}
.btn:hover,
.next-step-back:hover,
.back-to-shop:hover{
    background: var(--c-dark-btn-hover) !important;
}
.btn.btn-conversion, a.btn.btn-conversion{
    background: var(--c-red) !important;
    border: 0px solid !important;
    color: white !important;
}
.btn.btn-conversion:hover, a.btn.btn-conversion:hover{
    background: var(--c-red-hover) !important;
}

input, input:hover, input:focus {
    box-shadow: none !important;
}

/* fixing header*/
@media screen and (min-width: 768px){
    #header .site-name a img {
        max-width: 205px;
    }
    #header{
        position: sticky;
        top: -40px;
        z-index: 10;
        -webkit-transition: all 500s ease-in-out;
        -moz-transition:    all 500s ease-in-out;
        -o-transition:      all 500s ease-in-out;
        -ms-transition:     all 500s ease-in-out;
        transition:         all 500s ease-in-out;
    }
    .user-action-login,.user-action-cart{
        position: fixed;
        z-index: 10000;
    }
    html.scrolled .admin-logged .popup-widget.login-widget,
    html.scrolled .admin-logged .popup-widget.cart-widget {
        top: 80px !important;
    }
}
@media screen and (min-width: 992px){
    html.scrolled .admin-logged .popup-widget.login-widget,
    html.scrolled .admin-logged .popup-widget.cart-widget {
        top: 72px !important;
    }    
}

/* mobile menu */
.navigation-in{

}
.navigation-in-bottom .top-navigation-contacts a{
    border: 0px;
    background: #242323;
    padding: 20px 15px;
}
.navigation-in-bottom .top-navigation-contacts a span,
.navigation-in-bottom .top-navigation-contacts a:hover span{
    color: white;
}
.navigation-in-bottom .top-navigation-contacts a:before{
    color: var(--c-red) !important;
}
.navigation-in-bottom .top-navigation-bar-menu{
    border-top: 0px solid;
}
.navigation-in>ul>li{
    border-color: var(--c-dark-btn) !important;
}
/* header style */


#header .navigation-buttons a,
#header .navigation-buttons a:after{
    color: white !important;
}

.navigation-in>ul>li>a{
    color: white !important;
}
.navigation-in>ul>li>a:hover{
    color: var(--c-red) !important;
}
#header .navigation-buttons a:before{
    color: var(--c-red) !important;
}
.top-navigation-bar{
    background: var(--c-dark) !important;
    color: white;
}
.top-navigation-bar a, .top-navigation-bar .dropdown button{
    color: white;
}
.top-navigation-bar .container>div.top-navigation-contacts{
    border-radius: 0px;
    background: var(--c-dark) !important;
}
.top-navigation-bar .container>div.top-navigation-contacts a span{
    color: white;
}
.top-navigation-bar .container>div.top-navigation-contacts a:before{
    color: var(--c-red) !important;
}

.search .btn{
    background: var(--c-dark-elem) !important;
    color: transparent !important;
}
.search .query-input{
    background: var(--c-dark-btn) !important;
    border: 0px solid !important;
    color: white !important;
}
.search .btn:before{
    color: white !important;
}

/* Mobile menu */
@media screen and (max-width:768px) {
    .navigation-in{
        background: var(--c-dark-elem) !important;
        color: white;
    }
    .navigation-in a{
        color: white !important;
    }
    .navigation-in-bottom{
        background: var(--c-dark-elem) !important;
        color: white;
    }
    .login-window-visible .responsive-tools>a[data-target="login"],
    .navigation-window-visible .responsive-tools>a[data-target="navigation"]{
        background: var(--c-dark) !important;
        color: white;
    }
}
/* login modal */
.login-widget{
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid !important;
}
.popup-widget.login-widget .form-group label{
    color: white !important;
}

.login-window-visible #header .top-nav-button-login{
    background: var(--c-dark-elem) !important;
    color: white !important;
    border: 0px solid !important;
}

/* cart modal */
.click-cart > a,.click-cart > a:hover,.click-cart > a:hover span{
    background-color: transparent !important;
    color: white !important;
}
.cart-widget{
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid !important;
}
.cart-widget .cart-widget-title{
    color: white !important;
}
.cart-widget .popup-widget-inner{
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid !important;
}
.popup-widget-inner:not(.full) .cart-widget-product{
    color: white !important;
}
.cart-widget .cart-widget-button{
    background: var(--c-dark) !important;
    color: white !important;
    border: 0px solid !important;
}
.cart-widget .cart-free-shipping:after{
    background: white !important;
    color: white !important;
}
.cart-free-shipping.is-free-shipping div strong{
    color: white !important;
}
.cart-free-shipping.is-free-shipping div:before{
    color: white !important;
}
.cart-widget .btn-conversion{
    background: var(--c-dark-btn) !important;
    color: white !important;
    border: 0px solid !important;
}
.cart-widget .btn-conversion:hover{
    background: var(--c-dark-btn-hover) !important;
}
.cart-widget .cart-widget-product-name a{
    color: white !important;
}
.cart-widget-product:hover{
    background: var(--c-dark-elem) !important;
}
.cart-widget .quantity input{
    background: var(--c-dark-elem) !important;
    color: white !important;
    border: 0px solid !important;
}
.cart-widget .quantity .increase,
.cart-widget .quantity .decrease{
    background: var(--c-dark) !important;
    color: white !important;
    border: 0px solid !important;
}
/* register form */
#register-form{
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid !important;
}
.form-group.consents label,.form-group.consents label a{
    color: white !important;
}

/* Footer */
#footer{
    background: var(--c-dark) !important;
}
#footer.is-white .footer-bottom-bg:before{
    background: var(--c-dark) !important;
    
}
#footer ul a{
    color: white !important;
}

#footer .copyright .js-cookies-settings{
    float: right;
}
#footer .copyright .developed-by{
    color: #32a862;
}

/* block preloading */
.banners-top-block .next-to-carousel-banners:before,
.products-block:before,
.p-detail-inner:before,
.ordering-process #content:before,
.before-carousel:before,
.in-registracia #content-wrapper:before, 
.in-registrace #content-wrapper:before, 
.in-kontakt #content-wrapper:before, 
.in-kontakty #content-wrapper:before, 
.in-hodnotenie-obchodu #content-wrapper:before, 
.in-hodnoceni-obchodu #content-wrapper:before,
.affiliate-page #content-wrapper:before, 
.customer-page #content-wrapper:before{
    border:5px solid var(--c-red) !important;
    border-right-color: transparent !important;
}
.before-carousel:after,
.p-detail-inner:after,
.products-block:after,
.banners-top-block .next-to-carousel-banners:after,
.ordering-process #content:after,
.in-registracia #content-wrapper:after, 
.in-registrace #content-wrapper:after, 
.in-kontakt #content-wrapper:after, 
.in-kontakty #content-wrapper:after, 
.in-hodnotenie-obchodu #content-wrapper:after, 
.in-hodnoceni-obchodu #content-wrapper:after,
.affiliate-page #content-wrapper:after, 
.customer-page #content-wrapper:after{
    background: var(--c-dark-elem) !important;
}



/* Homepage styles */
.welcome{
    background: var(--c-dark-elem) !important;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}
.welcome h1,.welcome h2{
    color: var(--c-red) !important;
}
.welcome p{    
    color: white !important;
    line-height: 1.2;
    font-weight: 300;
    font-size: 16px;
}
.welcome .welcome__left-panel{
    text-align: left;
    position: relative;
    z-index: 10;
}
/* action link about us hp */
.welcome .welcome__left-panel a{
    background: white;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    font-size: 14px;
    margin-top: 25px;
    padding: 15px 45px;
    margin-top: 15px;
    display: inline-block;
}
.welcome:after{
    clear: both;
    position: absolute;
    width: 70%;
    background: url(https://cdn.myshoptet.com/usr/www.dkrace.cz/user/documents/git/images/hp/o-nas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 0;
    mask-image: linear-gradient(to right, transparent 0%, black 50%);
}
@media screen and (max-width: 991px){
    .welcome{
        padding-bottom: 0 !important;
    }
    .welcome:after{
        display: none;
    }
}

@media screen and (max-width: 991px){
    .welcome__right-panel{
        clear: both;
        background: url(https://cdn.myshoptet.com/usr/www.dkrace.cz/user/documents/git/images/hp/o-nas.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: right;
        height: 100%;
        bottom: 0;
        right: 0;
        z-index: 0;
        mask-image: linear-gradient(to bottom, transparent 0%, black 30%);
        width: 100%;
        transform: scale(1.2);
    }
}
.welcome__right-panel img{
    visibility: hidden;
}
.extended-banner-link:hover{
    background: var(--c-red) !important;
    color:white !important;
}
h4.homepage-group-title, .h4.homepage-group-title{
    color: white !important;
}


/* .product */
.product .image{
    overflow: hidden;
}
.product .image img{
    transition: all 400ms ease-out !important;
}
.product .p{
    background: var(--c-dark-elem) !important;
    color: white;
    padding: 0;
}
.p-info-headline .h1, .p-info-headline h1{
    color: white !important;
}
.product .availability-amount{
    color: white !important;
}
.product .p-in{
    padding: 30px;
    padding-top: 0;
    padding-bottom: 70px;

}
.product  .p-desc{
    color: white !important;
}
.product .product-btn{
    padding-bottom: 0;
    bottom: 0;
    display: flex;    
}
.products-block .p .flags-default{
    left: 10px;
    top: 10px;
}
.product .product-btn a,.product .product-btn form,.product .product-btn form button{
    max-width: none !important;
    width: inherit;
    border: 0px solid;
    border-radius: 0;
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
}
.product .price-final{
    color: #ffffff !important;
}
.products-block.products .p .name{
    color: white !important;
}
.product .p:hover .name{
    color: white !important;
}
.product .p:hover .image img{
    opacity: 1;
}
.product .p:hover .product-btn a,.product .p:hover .product-btn form button{
    color: white !important;
}
/* product tabs */
.p-detail .shp-tabs-wrapper p,
.p-detail .shp-tabs-wrapper p span,
.p-detail .shp-tabs-wrapper li{
    color: white !important;
}


.p-detail  .shp-tabs-wrapper ul li a{
    background: var(--c-dark-elem) !important;
    border-radius: 0;
}
.p-detail .detail-tab-item{
    display: none !important;
}


.p-detail-tabs-wrapper .detail-parameters tr:last-child td, .p-detail-tabs-wrapper .detail-parameters tr:last-child th,
.p-detail-tabs-wrapper .category-link a{
    color: white !important;
}

.p-detail-tabs-wrapper .detail-parameters tr,
.extended-description,
.shp-tabs-wrapper .tab-pane.active .detail-tab-item{
    border-color: var(--c-dark-elem) !important;
}
.extended-description .category-link__icon span{
    background: white !important;
}
.p-detail .link-icon.chat{color: white;background: var(--c-dark-btn);padding: 10px 15px;text-decoration: none;}
.p-detail .link-icon.chat:hover{
    background: var(--c-dark-btn-hover) !important;
}
.p-detail .link-icon.chat span{
    text-decoration: none;
}
.social-buttons-wrapper{
    border: 0px solid;
}
.p-detail .social-buttons{
    display: none !important;
}

/* product description */
.p-detail .basic-description *{
    font-family: inherit !important;
}
.p-detail .basic-description h2,
.p-detail .basic-description h3 {
    color: var(--c-red) !important;
}

.p-detail .basic-description ul{
    padding: 0;
}
.p-detail .basic-description ul li{
    position: relative;
    padding-left: 15px;
    margin-left: 20px;
}
.p-detail .basic-description ul li::marker{
    display: none;
    opacity: 0;
}
.p-detail .basic-description ul li:before{
    width: 11px;
    height: 11px;
    background: var(--c-red);
    content: "";
    position: absolute;
    top: 7px;
    left: -17px;
}
.p-info-headline .stars-wrapper {
    background: transparent;
    color: white;
    border: 1px solid #2d2d2d;
    border-radius: 0;
}

/* overlay content style */
#cboxLoadedContent, #cboxLoadingGraphic{
    background: var(--c-dark-elem) !important;
    color: white;
}
#cboxClose{
    background: var(--c-dark-elem) !important;
    border: 0px solid;
}
#cboxLoadedContent .validator-msg{margin-left: 0;}
#cboxLoadedContent input[type="submit"]{
    background: var(--c-dark-btn) !important;
    color: white;
    border: 0px solid;
}
#cboxLoadedContent input[type="submit"]:hover{
    background: var(--c-red-hover) !important;
}

/* slider style */
.swiper-arrow-content:hover, .thumbnail-next:hover,.thumbnail-prev:hover{
    background: var(--c-red) !important;
}
.swiper-pagination-bullet-active:after{
    background: var(--c-red) !important;
}
.swiper-button-disabled{
    transform: scale(0);
}

/* breadcrumb */
.breadcrumbs, .breadcrumbs a{
    color: white !important;
}
/* product detail */
.shp-tab-link, .shp-tabs-wrapper .tab-pane{
    background: var(--c-dark) !important;
    color: white;
    border: 0px solid !important;
}
.shp-tab-link{
    color: var(--c-red) !important;
}
.shp-tabs-holder ul.shp-tabs li.active::after{
    background: var(--c-red) !important;
}
#product-detail-form,
#product-detail-form .detail-grid-title,
#product-detail-form .detail-parameters th,
#product-detail-form h1, 
#product-detail-form .p-detail-info,
#product-detail-form .p-detail-info a,
#product-detail-form .p-code{
    color: white !important;
}
#product-detail-form .price-final-holder{
    color: var(--c-red) !important;
}
#product-detail-form .detail-parameters-block select{
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid;
}

/* category and filters */

.sidebar-inner .contact-box ul li{
    padding: 10px 0;
}
.sidebar-inner .box-rating, .sidebar-inner .box-sale, .sidebar-inner>div {
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid;
}
.mobile.one-column-body .slider-wrapper, .desktop.one-column-body .slider-wrapper, .mobile.multiple-columns-body .slider-wrapper,
.mobile .filter-section:not(.filter-section-count) {
    background-color: var(--c-dark-elem) !important;
}
.mobile .filter-section:before{
    background-color: var(--c-dark-btn) !important;
    transition: all 400ms ease-out !important;
}
.mobile .filters-wrapper .slider-wrapper h4:after{
    color:white;
}
.box.box-filters>h4{
    color: white !important;
    
}
.filters-wrapper .slider-wrapper{
    border: 0px solid;
}
.category-top p, .category-top h1{
    color: white !important;
}

.category-header input[type="radio"]+label{
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid;
}

@media screen and (min-width:769px) {
    .desktop .filter-section:not(.filter-section-button){
        border-top: 1px solid var(--c-dark) !important;

    }
}
.filters-wrapper .filter-section-button a{
    color: var(--c-red) !important;
}

input[type="checkbox"]:checked+label::after, input[type="radio"]:checked+label::after, input[type="checkbox"]:checked+label::before, input[type="radio"]:checked+label::before{
    border-color: var(--c-red) !important;
}

.ui-slider-horizontal .ui-slider-handle{
    background: var(--c-red) !important;
    border: 0px solid;
}
.ui-slider-horizontal .ui-slider-handle:after{
    background: var(--c-dark-elem) !important;
    border: 0px solid;
}
.ui-slider .ui-slider-range{
    background: var(--c-red) !important;
}
.slider-header{
    color: white !important;
}


    /* checked red */
.category-header input[type="radio"]:checked+label{
    background: var(--c-red) !important;
    color: white;
    border: 0px solid;
}

input[type="checkbox"]+label, input[type="radio"]+label{
    color: white !important;
}

.empty-content h2::before{
    color: var(--c-dark-elem) !important;
}

/* overlay spinner */
.overlay, .loader-overlay, .loader-wrapper::after{
    background-color: rgba(0,0,0,0.3) !important;
    transition: all 400ms ease-out !important;
}

.loader, .ajax-pending .loader-wrapper::before, .ajax-pending-element::before{
    border-color: var(--c-red) !important;
    border-right-color: transparent !important;
}

/* Cart */
.cart-inner{
    background: var(--c-dark) !important;
    color: white;
    border: 0px solid;
}
.cart-inner.cart-empty .cart-heading:before{
    color: white !important;
}
.checkout-box-wrapper{
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid;
}
.checkout-box-wrapper .contact-box ul li>span,
.checkout-box-wrapper .contact-box ul li>span:before{
    color: var(--c-red) !important;
    font-weight: bold;
}
.checkout-box-wrapper .contact-box ul li a{
    color: var(--c-red) !important;
    font-weight: bold;
    font-size: 20px;
}

.cart-header-block .next-step-back{
    background: transparent !important;
}
.cart-header__headline .h4{
    color: white !important;
}
.site-msg-custom, .site-msg{
    background: var(--c-dark-btn-hover) !important;
    color: white;
    border: 0px solid;
}
/* cart/checkout steps */

ol.cart-header li{
    border: 0px solid;
    border-radius: 0;
    background: var(--c-dark-elem) !important;
}
ol.cart-header li:hover a span:before, ol.cart-header li:hover strong span:before{
    background-color: var(--c-red) !important;
}
ol.cart-header li a:hover span{
    color:white !important;
}
ol.cart-header li.active{
    border: 0px solid;
    border-radius: 0;
    background: var(--c-dark-btn) !important;
}
ol.cart-header li.active strong
{
    color: white !important;
}
ol.cart-header li.active a span:before, ol.cart-header li.active strong span:before{
    background-color: var(--c-red) !important;
}

/* cart free shipping */
.extras-wrap .extra-item.is-free-shipping .extra-content, .summary-wrapper{
    background: var(--c-dark-elem) !important;
    color: white;
}
.extras-wrap .extra span{
    color: white !important;
}


/* client zone design */
.is-client-zone #content,.is-client-zone #content div, .is-client-zone .client-title{
    color: white;
    border: 0px solid;
}

.is-client-zone .content-inner form{
    background: var(--c-dark-elem) !important;
    border:0px solid;
    width:100%;
    max-width: none;
}

.is-client-zone table.cart-table, table.table{
    background: var(--c-dark-elem) !important;
}


/* thanky you page */
.recapitulation-wrapper-box, .order-summary-heading, .recapitulation-wrapper,
.recapitulation-wrapper:not(.recapitulation-wrapper-box) table.cart-table, .recapitulation-wrapper:not(.recapitulation-wrapper-box) table.table{
    background: var(--c-dark-elem) !important;
    color: white;
}

.recapitulation-wrapper-box .order-summary-item,
.is-client-zone table.cart-table thead>tr>th, table.table thead>tr>th, .is-client-zone table.cart-table tbody>tr>th, table.table tbody>tr>th, .is-client-zone table.cart-table thead>tr>td, table.table thead>tr>td, .is-client-zone table.cart-table tbody>tr>td, table.table tbody>tr>td{
    color: white;
    border:0px solid;
}


/* cart table */
.cart-table tr{
    background: var(--c-dark-elem) !important;
    color: white;
}
.cart-table tr td{
    border: 0px solid;
}
.cart-table tr .p-name .main-link, 
.cart-table tr .p-name a,
.cart-table tr .p-total .price-final,
.cart-table tr .p-price .price-final,
.cart-table tr .p-price .unit-value,
.cart-table tr .p-name .main-link span, .cart-table tr .p-name a span
{
    color: white !important;
}
.cart-table tr .p-name .main-link.show-related, .cart-table tr .p-name a.show-related{
    color: var(--c-red) !important;
}
.cart-table .cart-p-image a{
    padding: 10px 0;
    display: block;
    background: #323232;
}
.cart-table .cart-p-image{
    padding: 0;
    background: #323232 !important;
}
.cart-table .cart-p-image img{
    width: 100px;
}

/* cart related products */
.cart-related-product{
    background: var(--c-dark-elem) !important;
    color: white;
    margin: 15px;
    width: auto;
    border-radius: 0px;
}
.cart-table tr.related.visible td{
    background: var(--c-dark-btn) !important;
    color: white;
}
.cart-related-img{
    border-radius: 0px;
}
.cart-table tr a.cart-related-name,
.cart-table tr a.cart-related-name, .cart-related-button .price, .cart-table .price-final small{
    color: white !important;
}

/* cart price review */
.price-wrapper .price-label.price-primary,
.price-wrapper .price-label,
.price-wrapper .price.price-secondary
{
    color: white !important;
    opacity: 0.9 !important;
}
/* benefitBanner, vyhody */
.benefitBanner .benefitBanner__item .benefitBanner__title,
.benefitBanner .benefitBanner__item .benefitBanner__data{
    color: white !important;
    width: 100%;
}
.benefitBanner__content{
    text-align: center;
    padding: 0 5px;
    padding-top: 10px;
    width: 100%;
}
.benefitBanner__data{
    font-weight: 300;
}
.benefitBanner__item{
    flex-wrap: wrap;
}

.benefitBanner .benefitBanner__picture{
    height: 55px;
    margin-bottom: 5px;
    flex: 100%;
}
.benefitBanner .benefitBanner__picture img{
    height: 39px;
    max-height: none;
    width: auto;
    max-width: none;
    mix-blend-mode: normal;
}

.benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture img{
    height: 55px;
}


/* payment type / delivery type */
.order-summary-top,
.order-summary-bottom{
    background: var(--c-dark-elem) !important;
    color: white;
    border: 0px solid;
}
.order-summary-top div,
.order-summary-top div, 
.order-summary-top strong, 
.order-summary-top a,
.order-summary-bottom div,
.order-summary-bottom div, 
.order-summary-bottom strong, 
.order-summary-bottom a
{
    color: white !important;
}

.radio-wrapper input[type="checkbox"]:checked+label, .radio-wrapper input[type="radio"]:checked+label{
    background: var(--c-dark-btn) !important;
    border: 0px;
}
.radio-wrapper input[type="radio"]+label{
    background: var(--c-dark-elem) !important;
    border: 0px;
}
.radio-wrapper input[type="radio"]+label .sublabel a{
    color: white !important;
}
.payment-info b{
    color: white !important;
}

.cart-content input[type="checkbox"]:checked+label::after, 
.cart-content input[type="radio"]:checked+label::after, 
.cart-content input[type="checkbox"]:checked+label::before, 
.cart-content input[type="radio"]:checked+label::before
{
    border-color: var(--c-red) !important;
    background-color: var(--c-red) !important;
}

.co-box h4:before{
    color: white !important;
}

/* checkcout review */
#checkoutContent{
    background: var(--c-dark-elem) !important;    
    padding: 20px 25px 25px;
}
.co-box.co-shipping-address h4::before, .co-box.co-billing-address h4::before,
.co-box.co-contact-information h4::before{
    color: white !important;
}

/* login form */
#formLogin, #formForgottenPassword{
    background: var(--c-dark-elem) !important;    
    padding: 20px 25px 25px;
    border: 0px solid;
}
.login-wrapper .password-helper a:nth-child(1){
    background: var(--c-dark-btn) !important;
}
.login-wrapper .password-helper a:nth-child(1):hover{
    background: var(--c-dark-btn-hover) !important;
}
.login-wrapper .password-helper a:nth-child(2):hover{
    color: white !important;
}
.form-group label{
    color: white !important;
}

/* 404 page */
.in-404 .content-inner{
    background: var(--c-dark-elem) !important;    
    padding: 20px 25px 25px;
    border: 0px solid;
}
.in-404 .content-inner h1::before{
    color: white !important;
}


/* carousel homepage */
.carousel-inner > .item{
    max-height: 550px;
}

#carousel .extended-banner-texts .extended-banner-title,
#carousel .extended-banner-texts .extended-banner-text,
#carousel .extended-banner-texts .extended-banner-link{
    max-width: 700px !important;
    border-radius: 0px !important;
}

@media screen and (min-width: 1200px){
    #carousel .extended-banner-texts .extended-banner-title{
        font-size: 44px;
    }
}
#carousel .extended-banner-link,
.banners-top-block .extended-banner-link{
    background: white;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .carousel .extended-banner-title:not(:empty) {
        font-size: 36px;
    }
}



/* Homepage two sided banners */

.banners-top-block .extended-banner-texts{
    position: relative;   
    padding: 50px 30px ;
    display: block;
    transform: none;
    top:0;
}
.banners-top-block .banner-wrapper{
    margin: 10px 0;
    flex: auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    padding-bottom: 0;
}
@media screen and (min-width: 768px){
    .banners-top-block .banner-wrapper{
        width: 50%;
    }
}
.banners-top-block .banner-wrapper img{
    inset: 0;
    object-fit: cover;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.7;
    -webkit-transition: all 300ms;
    -moz-transition:    all 300ms;
    -o-transition:      all 300ms;
    -ms-transition:     all 300ms;
    transition:         all 300ms;
    border-radius: 0 !important;
}
.banners-top-block .banner-wrapper:hover img{
    transform:scale(1.1);
}
.banners-top-block .extended-banner-link:not(:empty), .next-to-carousel-banners .extended-banner-link:not(:empty) {
    border-radius: 0px !important;
}


/* Cookie consent */
.siteCookies__form{
    background: white;
    color: black;
}
.siteCookies__form .siteCookies__text a{
    color:black;
}

.siteCookies__form .siteCookies__button{
    background: black !important;
    color: white;
    border: 0px solid;
}
.siteCookies__form .siteCookies__link{
    background: #d0d0d0 !important;
    color: black;
}
.cookiesSetting__form h2,
.cookiesSetting__form p{
    color: black !important;
}
.cookiesSetting__button--green{
    background: var(--c-red) !important;
    color: white;
    border: 0px solid;
}

.siteCookies--bottom{
    --cookies-notice-background: white;
}
.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:before{
    left:6px !important;
}
.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state{
    color: black !important;
}
.colorbox-html-content{
    background: white !important;
}

/* Article */

.type-page .content-inner article ol>li, .type-page .content-inner article ul>li{
    color:white !important;
}
.type-page .content-inner table th,
.type-page .content-inner table td{    
    border: 1px solid white;
    color:white;
    padding: 5px 10px;
}

.type-page .content-inner table th[bgcolor="#eee"],
.type-page .content-inner table td[bgcolor="#eee"],
.type-page .content-inner table tr[bgcolor="#eee"]{
    background: var(--c-dark-elem);
    color:white;
}






/* Category */
.category-header{
    border-top: 0px solid;
}


/* kombinezy customization 

div[data-micro-product-id="75"] .price-final:before,
div[data-micro-product-id="60"] .price-final:before,
.p-info-grid .detail-price-block.zaloha-75:before,
.p-info-grid .detail-price-block.zaloha-60:before
 {
    content: "Záloha";
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.p-info-grid .detail-price-block.zaloha-75 .detail-grid-title,
.p-info-grid .detail-price-block.zaloha-60 .detail-grid-title{
    display: none;
}

*/


.container.breadcrumbs-wrapper{
    background: transparent !important;
}


/* Contact form - ecomail custom design */
.ec-v-forms-form-control, input[type="text"].ec-v-forms-form-control, input[type="email"].ec-v-forms-form-control,
.ec-v-form-regular button, .ec-v-form-close button, .ec-v-form-submit button, .ec-v-form-button button{
    border-radius: 0px;
    border-color: #505050 !important;
    color: #ffffff !important;
    background-color: var(--c-dark-btn) !important;
}
.ec-v-form-error{
    background-color: rgb(255 60 60 / 35%) !important;
    color: #ff3c3c !important;
}
.ec-v-form-submit button{
    background: #16a34a !important;
    color: white !important;
    font-size: 18px !important;
    letter-spacing: 1px;
}

/* other forms */
.form-control, select {
    border-color: #505050 !important;
    color: #ffffff !important;
    background-color: var(--c-dark-btn) !important;
}