@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto');

h1{
    margin-top: 50px;
}

.login-link.toggle-window{
    /*
     display:none;
    */
}

.extended-banner-texts{
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 6px;
}
.shp-tabs-holder ul.shp-tabs li a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.form-group:last-child {
    margin-bottom: 0;
    font-weight: bold;
}

input[type="checkbox"]:checked+label::before, input[type="radio"]:checked+label::before {
    border-color: #e01414;
}

.next-step-back {
    padding-left: 20px;
}
.widget-parameter-more span{
    color: red;
}

.products-block > div .p > a img {
    margin-top: 0;
    margin-bottom: 0;
    /* padding-bottom: 15px; */
    height:  100%;
}

.navigation-buttons a[data-target="login"] {
    color: #000;
    background-color: #fff;

}


.Melky_slick{
    max-width:99%;
    padding-left:20px;

}


#cboxOverlay {
    background-color: #fff;
}


.flag {
    color: #000;
    font-weight: bold;
    font-size: 11px !important;
    float: left!important;
    clear: left!important;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}

.nav01 {
    background: white;
    position: relative;
    width: 100%;
    z-index: 999;
    height: 65px;
    line-height: 65px;
    opacity: 1;
}


flags {
    position: absolute;
    left: -1px;
    top: 0px;
}


.flag.flag-r-eco-nsider {
    line-height: 14px;
    position: relative;
    padding: 0 5px 0 0!important;
    top: 90%;
    font-weight: 100;

}








.js-cookies-settings {
    display: flex;
    color: #828282;
}
.siteCookies__link:hover {
    background: #606060;
    color: #fff;
}

.js-cookies-settings{
    color:navy;
}

.hlavicka_farebna li a {
    padding: 10px;
    font-size: 20px;
}
.siteCookies__form {
    background-color: #a9a9a9;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    opacity:0;
}

#footer .footer-newsletter{
    display: inline-grid;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.customer-logos, .slider{
    display: flex;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto,sans-serif;

}

.cart-heading::before, .cart-heading.h1::before {
    content: '\e921';
    font-size: 28px;
}

#cboxOverlay {
    background-color: #fff;
}

.pagination{
    opacity:0;

}

.pagination-top>a{
    color: white;
    background-color: #4c5258;
    position: fixed;
    right: 16px;
    bottom: 32px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    z-index:2;
}

.pagination-link:hover {
    color: inherit;
    background-color: #4c5258;
}

.pagination-link.up::before {
    font-size: 14px;
}

.pagination-top strong{
    display:none;
}


.index-content-wrapper, .ordering-process .content-wrapper-in, .type-search .content-wrapper-in, .type-manufacturers-listing .content-wrapper-in, .type-manufacturer-detail .content-wrapper-in, .type-posts-listing .content-wrapper-in, .type-post .content-wrapper-in, .type-page .content-wrapper-in, .type-glossary .content-wrapper-in, .next-to-carousel-banners, .type-category .content, .p-detail-inner, .p-detail-tabs-wrapper {
    /*margin-left: 20px !important; 
    margin-right: 20px !important; 
    padding: 0px !important; */
    max-width: 100% !important;

}

.p-thumbnails a img {
    border-color: rgba(230, 230, 230, 0);
}

.img-menu {
    width: 100%;
    max-width: 400px;
    height: 300px;
    object-fit: cover;
    opacity: 1;
}

.image img {
    max-width: 100%;
    height: 100%;
}

.category-header {

    opacity: 0;
    margin-bottom: 70px;
    margin-top: 20px;
}


.category-title {

    opacity: 1;
    padding-bottom:60px;
}

h1, .h1 {
    font-size: 24px !important;
    font-weight: 700;
}

.breadcrumbs {

    margin-right: 0px !important;
    /*padding: 0px !important; */
    max-width: 100% !important;
    margin-top: 50px;
    z-index:2;

}

.breadcrumbs > span > a::after{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(115, 114, 114,);
}

#content .filters-wrapper > div:first-of-type, #footer .filters-wrapper > div:first-of-type {
    margin-top: -150px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    display: flex;
    align-items: center;
    font-family: Roboto,Trebouchet,Helvetica,Arial,sans-serif;
    cursor: pointer;
    right: 5%;
    position: absolute;

}

.category-perex.empty-content, .category__secondDescription.empty-content {
    text-align: center;

}
.products-block > div .p .name {
    height: 35px;
    margin-top: 25px !important;
    margin-left: -15px!important;
    margin-bottom: 20px;
    font-size: 13px;
}

.products-block > div .p .p-bottom .p-desc {
    margin-bottom: -140px !important;
    margin-top: -140px;
    font-weight: bold;
    margin-left: -5px;
}


.products-block .p {
    border-style: solid;
    border-width: 0px !important;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}

.body {
    font-family: sans-serif;
    font-size: 11px !important;
    line-height: 1.4 !important;
    color: #333;
    background-color: #fff;
}

.products-block > div .p {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    height: 100%;
    padding-bottom: 5px;
}

.products-block .p > a img {
    display: block;
    margin-left: 0px !important;
    margin-right: auto;
    /*margin-bottom: 10px;*/
}


.flags {
    position: absolute;
    bottom: 0px !important;
    right: 0% !important;
    top: -1px ;
    left:-1px ;
}



.flag {
    color: #000;
    font-weight: bold;
    font-size: 11px !important;
    float: right!important;
    clear: right!important;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
}
.flags-extra .flag {
    width: 66px;
    height: 66px;
    margin-left: -8px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.flag.flag-discount {
    background-color: transparent;
}
.widget-parameter-wrapper.justified {
    justify-content: center;
    margin-top: -160px;
    margin-bottom: 140px;
    border-style: solid;
    border-width: 0px;
    position: relative;
    background: white;
    opacity: 0.7;
    transition: opacity 0.3s ease-out;
    width: 90%;
    left: 5%;
}

p {
    margin: 0 -10px 10px!important;
}

.products-block > div .p .p-bottom.single-button .prices {
    position: relative;
    /*left: -8px!important;*/
    bottom: auto;
    top: -15px;
} 
.flags-default .flag {
    line-height: 14px;
    position: relative;
    font-size: 14px !important; 
    border-radius: 10% !important;
    padding: 8px !important;
    margin: 11px !important;
}

.flags-default .flag::before, .flags-default .flag:after {
    position: absolute;
    /* content: '';*/
    right: -12px;
    height: 12px;
    width: 12px;
    padding-bottom: inherit;
    background-color: inherit;
    display:none;
}
.btn.btn-default, a.btn.btn-default {
    color: #000;
    border-color: #e6e6e6;
    background-color: #f1f1f1;
    padding: 5px !important;
}

.btn.unveil-button_1, .btn.unveil-button_1 {
    display: inline-block;
    color: transparent;
    font-size: 1.5px;
    padding: 1px;
    background-color: white;
    height: 50%;
}
.btn_1.btn-default_1, a.btn_1.btn-default_1 {
    color: transparent;
    border-color: #ffffff;
    background-color: #fff;
    padding: 5px !important;
    height: 24px;
    background-image: url('/user/documents/upload/filtericon.svg') !important;
    opacity: 0.5;
    z-index: 2;
}

.btn_1, a.btn_1 {
    display: inline-block;
    padding: 13px 26px;
    border-style: solid;
    border-width: 0px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-top: 160px;
    text-align: center;
    text-transform: uppercase;
    font-size: 2px;
    line-height: 20px;
    color: #333;
    display: flex;
    align-items: center;
    font-family: Roboto,Trebouchet,Helvetica,Arial,sans-serif;
    cursor: pointer;
    right: 3.5%;
    position: absolute;
    z-index: 2;
}

#content .btn.unveil-button, #footer .btn.unveil-button {
    display: inline-block;
    background-color: white;
    border-color: white;
    opacity: 0.7;
    z-index: 2;
}

.btn, a.btn {
    font-size: 12px !important;
}

.external-fonts-loaded h1 {
    font-family: Roboto,Trebouchet,Helvetica,Arial,sans-serif !important;
}

h1,.h1 {
    color: #333333 !important;
}

.slider-wrapper {
    padding: 40px 0 19px;
    max-width: 650px;
    margin: 0 auto;
}

.p:hover .flag {
    opacity: 1;
    /*filter: alpha(opacity=0);*/
}


.price-final {
    color: #e12e2e;

}

@media screen and (min-width:1900px){
    .products-block > div .p .name {
        height: 35px;
        /* margin-top: 5px !important;*/
        margin-left: -15px!important;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .flags-extra .flag.price-standard, .flags-extra .flag .price-save{
        /* left: -310px; */
        font-size: 12px;
        position: relative;
        margin-top: 272px;
        color: #878b8f;
        line-height: 20px;
        right:130px;
    }


    .widget-parameter-wrapper.justified {
        justify-content: center;
        margin-top: -170px;
        margin-bottom: 140px;
        border-style: solid;
        border-width: 0px;
        position: relative;
        background: white;
        opacity: 0.7;
        transition: opacity 0.3s ease-out;
        width: 90%;
        left: 3%;
    }
}


@media screen and (max-width: 1900px){
    .flags-extra .flag.price-standard, .flags-extra .flag .price-save {
        /* left: -225px; */
        font-size: 12px;
        position: relative;
        margin-top: 272px;
        color: #878b8f;
        line-height: 20px;
        right:80px;
    }
}



@media screen and (min-width: 992px){
    .subcategories {
        display: none;
        align-items: stretch;
        flex-wrap: wrap;
        margin-bottom: 19px;
        padding: 0;
        list-style: none;
    }

    .breadcrumbs > span > a, .breadcrumbs > span > span {
        padding: 10px 0 10px 20px;
        display: block;
        color: #666;
    }

    .breadcrumbs>span>a::after {
        content: '\e90c';
        font-size: 1px;
        color: #666;
        padding: 10px 0 10px 20px;
    }

    #header .container {
        position: relative;
        width: 94%;
    }


    .fitted .navigation-in ul {
        justify-content: center !important;
    }
}

@media screen and (max-width:991px){
    .logoWS {
        border-bottom: thin solid rgba(181,181,181,1.00);
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 20px;
        background-color: white;
        margin-top: -70px;
    }
    .wrapper_1 .logo01 {
        margin-top: -70px;
    }

    #content .btn.unveil-button, #footer .btn.unveil-button {
        display: inline-block;
        background-color: white;
        border-color: #101820;
        opacity: 0.7;
        z-index: 2;
    }

    .btn_1, a.btn_1 {
        display: none;
    }
    .btn_1.btn-default_1, a.btn_1.btn-default_1 {
        display: none;
    }

    .flags-extra .flag .price-standard, .flags-extra .flag .price-save{
        /*left: 70px;*/
        font-size: 12px;
        position: absolute;
        margin-top: 185px;
        color: #878b8f;
        line-height: 20px;
    }
}

@media screen and (max-width: 780px){
    .flags-extra .flag .price-standard, .flags-extra .flag .price-save{
        /*left: 70px;*/
        font-size: 12px;
        position: absolute;
        margin-top: 175px;
        color: #878b8f;
        line-height: 20px;
    }
}

@media (min-width: 768px){
    .pagination-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 70px;
    }
}

@media screen and (max-width:767px){
    .products-block > div .p .name {
        height: 35px;
        margin-top: 5px !important;
        margin-left: -15px!important;
        margin-bottom: 20px;
        font-size: 13px;
    }
    @media screen and (max-width: 767px){
        #header .container {
            padding-left: 0;
            padding-right: 0;
            height: 60px;
        }

        .columns-mobile-2 .products-block {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 50px;
        }

        .navigation-buttons {
            font-size: 0;
            position: sticky;
            right: 0;
            top: 10px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-grow: 1;
            flex-shrink: 0;
            flex-basis: auto;
            justify-self: flex-end;
            -webkit-transition: right 0.3s ease-out;
            -o-transition: right 0.3s ease-out;
            transition: right 0.3s ease-out;
            align-items: center;
        }
    }

    @media screen and (max-width: 1999px){
        .flags-extra .flag.price-standard, .flags-extra .flag .price-save {
            left: -305px;
            font-size: 12px;
            position: relative;
            top: -15px;
            color: #878b8f;
            line-height: 20px;
        }
    }

    @media screen and (min-width: 1900px){
        .flag.flag-custom2 {
            background-color: transparent;
            color: #000;
            font-weight: bold;
            float: right!important;
            font-size: 11px !important;
            clear: right!important;
            transform: rotate(-90deg);
            transform-origin: right bottom 0;
            left: -30px;
        }

        .flags-extra .flag.price-standard, .flags-extra .flag .price-save {
            left: -305px;
            font-size: 12px;
            position: relative;
            top: -35px;
            color: #878b8f;
            line-height: 20px;
        }
    }
    @media screen and (max-width: 1900px){
        .flags-extra .flag.price-standard, .flags-extra .flag .price-save {
            left: -230px;
            font-size: 12px;
            position: relative;
            top: -15px;
            color: #878b8f;
            line-height: 20px;
        }
    }

    @media screen and (max-width:1300px){
        .Melky_slick{
            max-width:99%;
            padding-left:20px;
            display:none;
        }
        .flags-extra .flag.price-standard, .flags-extra .flag .price-save {
            left: -190px;
            font-size: 12px;
            position: relative;
            margin-top: 242px;

            color: #878b8f;
            line-height: 20px;
        }
    }

    @media screen and (min-width: 1200px){
        .columns-4 .wide .products-block>div {
            width: 25%!important;
        }

    }

    @media screen and (max-width:1000px){
        .flags-extra .flag.price-standard, .flags-extra .flag .price-save {
            left: -125px;
            font-size: 12px;
            position: relative;
            margin-top: 242px;
            color: #878b8f;
            line-height: 20px;
        }
        .container.navigation-wrapper .site-name {
            flex: 0 1 200px;
        }
        .claros {
            display: none
        }
    }

    @media screen and (min-width: 991px){
        .navigation-in>ul>li.menu-item-1942{
            display: none;
        }

        .navigation-in>ul>li.menu-item-2047{
            display: none;
        }
        .pagination-loader {
            border-color: #101820;
            width:243px !important;
            border-style: solid;
            border-width: 1px;
            border-radius: 0;

            font-weight: 400;
            line-height: 30px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            white-space: normal;

            transition: all 0.3s ease-out;

            appearance: none;
            cursor: pointer;

        }
    }





    @media screen and (max-width: 991px){

        .navigation-in {
            background-image: url("https://www.myclaros.sk/user/documents/upload/OBR_V_KAT/01_01.jpg")
        }
        #content .btn.unveil-button, #footer .btn.unveil-button {
            display: inline-block;
            background-color: white;
            border-color: #101820;
            opacity: 0.7;
            z-index: 2;
            width: 120px;
        }

        .pagination{
            display:none;
        }

        .navigation-in {
            font-size: 18px;
            line-height: 18px;
        }
    }

    @media screen and (max-width: 780px){
        #header .container {
            padding-left: 0;
            padding-right: 0;
            height: 60px;
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        }
        .flags-extra .flag.price-standard, .flags-extra .flag .price-save {
            left: -105px;
            font-size: 12px;
            position: relative;
            margin-top: 242px;
            color: #878b8f;
            line-height: 20px;
        }



        .tab-pane .products-block .product {
            width: 50% !important;

        }
        .pagination{
            display:none;
        }

    }


    @media screen and (max-width:576px){

        .products-block > div .p .p-in {
            clear: both;
            /* padding-top: 10px;*/
            padding-bottom: 20px;
        }

        .flags-extra .flag.price-standard, .flags-extra .flag .price-save {
            left: 0px;
            font-size: 12px;
            position: relative;
            top: 82px;
            color: #878b8f;
            line-height: 20px;
        }
        .widget-parameter-wrapper.justified {
            justify-content: center;
            margin-top: -180px;
            margin-bottom: 140px;
            border-style: solid;
            border-width: 0px;
            position: relative;
            background: white;
            opacity: 0.7;
            transition: opacity 0.3s ease-out;
            width: 90%;
            left: 5%;
        }
    }

    .index-content-wrapper {
        margin-top: -50px;
    }