
html, body {

    /*background-color: #eceff1;*/
    background-color: white;

}

h1, h2, h3, h4, h5, h6 {
    color: #2B2D42;
}

.card .card-body.no-padding {
    padding: 0;
}

@media only screen

and (max-device-width: 480px) {
    html, body {
        background-color: #eceff1;
    }
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #3a3d42;
}

a:not {
    color: #3a3d42;
}

a:hover {
    text-decoration: none;
    color: #D10024;
    opacity: 0.7;
}

a:hover .product-hover-overlay {
    opacity: 0.30;
}

.under-shadow {
    box-shadow: 0 18px 15px -15px rgba(0, 0, 0, 0.19);

}





.card {

    background: none;
    border: none;
    width: 100%;
    padding: 5px;
    overflow: hidden;
}

.card .card-body {
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    overflow: hidden;
    position: relative;

}

[class*='col-'] {

    padding-right: 0px;
    padding-left: 0px;
}


.p-0 {
    padding-right: 0;
    padding-left: 0;
}


/*PRODUCT VIEW**********************/
.product {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    background-color: white;


}

.products [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

.product:hover {
    /* border: 1px solid rgba(209, 0, 36, 0.5);*/
}

.product .product-body {
    padding: 15px;
    height: 100%;
    width: 100%;
    position: relative;

}

.product-img {
    height: 200px;
    position: relative;
    display: block;
    text-align: center;
    align-items: center;
    align-content: center;


}

.product-img picture {
    position: relative;
    display: block;
    height: 100%;
}

.product-img picture img {


    vertical-align: center;
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;


}

.product-title {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    /*max height dat prec ked cely napis
    max-height: 2.5rem;*/
    line-height: 1.25rem;
    font-size: .875rem;
    margin-top: 3px;
    margin-bottom: 0;
    /*font-weight: 500;*/
}

.product-sub-title {
    color: #828282;
    font-size: .75rem;
}

.product-price {
    font-size: 18px;
    color: #3a3d42 !important;
    line-height: 1;
    margin-top: 5px;
}

.product-footer {
    color: #3caf33;
}

.cart-icon a,.cart-icon .a,.cart-icon button {
    font-size: 26px;
    color: #3caf33;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.cart-icon a:hover,.cart-icon .a:hover,.cart-icon button:hover {
    opacity: 0.8;
    cursor: pointer;
}

a:hover .product {
    opacity: 0.1;
}

.product-labels {

    position: absolute;
    z-index: 1;
    right: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-right: 10px;

}

.product-labels .single-label {

    padding: 5px 8px;
    font-size: .75rem;
    color: white;
    float: right;
    display: block;
    margin-bottom: 5px;
    border-radius: 5px;
}

/*PRODUCT END**********************/
.bg-pumps {
    background-color: #D31838;
}

.p-sm {
    font-size: .75rem !important;
}

/*PAGINATION**********************/
.store-pagination {
    float: right;
}

.store-pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #E4E7ED;
    transition: 0.2s;
}

.store-pagination li:hover {
    color: #D10024;
    background-color: #E4E7ED;
}

.store-pagination li a {
    display: block;
    transition: 0.2s;
}

.store-pagination li.active {
    background-color: #D10024;
    border-color: #D10024;
    color: #FFF;
    font-weight: 500;
    cursor: default;
}

.products-count {

    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

/*PAGINATION END**********************/

/*Product subcategory********************/
.cat-info {
    margin-bottom: 10px;
}

.product-subcategory {
    background-color: white;
    padding: 10px;
    color: #3a3d42;
    border-radius: 5px;
    transition: 0.2s;
    border: 1px solid #e2e2e2;
    margin-top: 5px;
    line-height: 1;
    font-size: .875rem;
    text-align: center;
    height: 100%;
}
.product-subcategories > .container{
    padding-left: 10px;
    padding-right: 10px;
}
.product-subcategories > .container > .card > .card-body{
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 3px solid rgba(209, 0, 36, 0.6);

}
.product-subcategory p {
    margin-top: 5px;

}

.product-subcategory i {
    font-weight: 600;
    font-size: 14px;
}

.product-subcategory:hover {

    border: 1px solid #E93654;
    color: #E93654;
}

.product-subcategory .sub-img {
    height: 50px;
    text-align: center;
    align-items: center;
    align-content: center;

    position: relative;
    display: block;


}

.product-subcategory .sub-img img {
    vertical-align: center;
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;


}

.product-subcategories {
    padding-bottom: 15px;
}

.product-subcategories h1 {
    font-size: 30px;
}

.product-subcategories [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
@media only screen

and (max-device-width: 480px) {
    .product-subcategories [class*='col-'] {

        padding-bottom: 0;
    }
}
.r-p-10 [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.r-p-15 [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.category-desc {
    font-size: 14px;
    width: 70%;
}

@media only screen

and (max-device-width: 480px) {
    .product-subcategory p {

        text-align: left;

    }
    .category-desc {
        width: 100%;
    }
}

/*Product subcategory end****************/
/*CATEGORY ******************************/

.cat-desc-box {
    display: flex;
}

.category-img {
    height: 150px;
    float: right;
    margin-left: auto;

}

.category-img img {
    height: 100%;
}

.read-more-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
}

.read-more-block .overlay {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    position: absolute;
    height: 100px;
    bottom: 0;
    z-index: 1;

}

.read-more-block button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    z-index: 2;
}

.read-more-block button i {
    display: block;
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

@media only screen

and (max-device-width: 480px) {
    .cat-info h1 {
        font-size: 24px;
    }

    .cat-info {
        padding-top: 10px;
    }
}

/*CATEGORY END **************************/
.products-sort {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

label select {
    padding: 0px 15px;
    background: #FFF;
    border: 1px solid #E4E7ED;
    height: 40px;

}

.banner-img {
    z-index: 0;
    position: static;
    background-color: white;
    height: 20rem;
}

/*breadcrumb ********************************/
.breadcrumb {
    padding: 5px;
}


.breadcrumb .card-body {
    padding: 5px 15px;
}

.breadcrumb-list {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    margin: 0;
    color: #8D99AE;
    padding: 0;
}

.breadcrumb-list li {
    display: inline-block;

}

.breadcrumb-list li + li {
    margin-left: 4px;
}

.breadcrumb-list li + li:before {
    content: '>';
    display: inline-block;
    color: #d10025;
    margin-right: 5px;
    text-align: center;
    align-items: center;
}
@media only screen
and (max-device-width: 480px) {
    .breadcrumb{
        overflow-x: auto !important;
    }
    .breadcrumb-list{
        display: flex;
    }
    .breadcrumb-list li{
        white-space: nowrap;
    }
    .breadcrumb-list li + li:before {
        margin-right: 2px;
    }
}
li.active {
    color: var(--gray-dark);
    font-weight: bold;
}

/*breadcrumb end*****************************/
@media only screen
and (max-device-width: 480px) {
    .card.info-card {
        padding:20px  15px ;
    }
}
.card.onas-card .card-body{
    padding: 0;
}
.onas-img img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.onas-logo{
    text-align: center;
    padding: 25px 0;
}
.onas-logo img{
    height: 50px;

}
@media only screen
and (max-device-width : 480px) {
    .card.onas-card{
        padding: 0;

    }
    .card.onas-card .card-body .onas-img img{
        border-radius: 0;
    }
}
/*sort **************************/

.products-sort {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e2e2e2;
}

.products-sort label {
    margin: 0;
    border-radius: 5px;

}

.products-sort label select {

    border-radius: 2.5px;
}

/*sort end **************************/

/*filter ******************************/
.filters .card .card-body {
    padding: 10px 15px;
}

.filters .card .card-body .filter-name {
    font-weight: 600;
}
.filter-name-wrap{
    display: flex;
    justify-content: space-between;
}
.parameter-desc{
    font-size: 12px;
}


.custom-checkbox {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.custom-checkbox li {

    margin: 0;
    padding-left: 10px;
    text-align: left;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 14px;

}

.checkbox label small {
    color: #828282;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 2.5px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    margin-top: 2px;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
    margin-top: 2px;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 0;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #D10024;
    border-color: #D10024;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.card .card-body.filter-button {
    padding: 0;
}

.card .card-body.filter-button button {
    width: 100%;
    border-radius: 5px;
    background-color: #D10024;
    color: white;
    border: none;
    padding: 5px 10px;
}

.card .card-body.filter-button button.unactive {
    opacity: 0.25;
}

@media only screen
and (max-device-width: 480px) {
    .filter-mobile button {
        width: 100%;
        border: none;
        background-color: #D10024;
        color: #FFFFFF;
        padding: 15px 20px;
    }
}


/*filter end ***************************/


/*Mobiles*/
@media only screen
and (max-device-width: 480px) {
    html {
        font-size: 14px;
    }

    /*PRODUCT VIEW**********************/
    .product {
        border: none;
        border-radius: 0;
        margin-bottom: 0px;
    }

    .products [class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
    }

    .product .product-body {
        padding: 10px;

    }

    .product-img {
        height: 120px;

    }

    .product-title {
        font-size: 1rem;
    }

    .product-sub-title {
        font-size: .875rem !important;

    }

    .products [class*='col-'] {
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    /*END OF PRODUCT VIEW**************/
    /*Product subcategory*************/
    .product-subcategory {
        background-color: white;
        border: solid 1px #e2e2e2;
        border-radius: 5px;

    }

    .product-subcategory p {
        margin-top: 0px;
        font-size: 14px;
        margin-left: 15px;
    }

    .product-subcategory .sub-img {
        width: 70px;
        height: 40px;
    }

    .product-subcategories h1 {
        font-size: 1.5rem;
    }

    @media only screen
    and (max-device-width: 480px) {
        .product-subcategories {
            padding-top: 10px;
        }

        .product-subcategories [class*='col-'] {
            margin-bottom: 10px;
        }
    }
    /*Product subcategory end*************/
    /*card*/
    .card {
        padding: 0px 15px;
        background-color: white;
        border-radius: 0;
    }

    .card .card-body {
        border-radius: 0;
        padding: 0;
    }

    /*card end*/
    /*breadcrumb************************/
    .card.breadcrumb .card-body {
        background-color: #eceff1;
        padding: 10px;
        margin: 0;
    }

    .card.breadcrumb {
        margin: 0;
        padding: 0;

    }

    /*breadcrumb end********************/
    .bg-white-mobile {
        background-color: white;
    }

    .p-sm {
        font-size: .875rem !important;
    }

}

.nav-logo {
    position: relative;
    display: block;
    height: 100%;


}

.nav-logo img {
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 40px;
}


.top-header {
    background-color: #D10024;
    color: #FFFFFF;
}

.main-header {
    background-color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;

}

.header-logo a img {
    display: block;
    width: 170px;
}

.drawer--navbarTopGutter.top-padding-fix {
    padding-top: 0;
}



.header-search input {
    font-size: 15px;
}

.header-search form {
    margin-bottom: 0;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.header-search form .search-btn {
    background: #D10024;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #FFF;
    border: none;
}

.header-search form input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header-icons {
    float: right;

    font-size: 12px;
}

.header-icons > div > a {
    display: block;
    position: relative;
    width: 90px;
    text-align: center;
    color: black;
}

.header-icons > div > a > i {
    display: block;
    font-size: 18px;
}

.header-icons > div {
    display: inline-block;
}

.header-icons > div + div {
    margin-left: 15px;
}

.qty {
    position: absolute;
    right: 15px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: #FFF;
    background-color: #D10024;
}

@media only screen
and (max-device-width: 480px) {

    .drawer--navbarTopGutter.top-padding-fix {
        padding-top: 3.75rem;
    }

    .qty {
        right: 5px;
        top: -3px;
    }
}


.pumps-nav {
    background-color: transparent;
    border: none;
    margin-bottom: -30px;
    position: relative;
}

.pumps-nav .main-nav {
    background-color: #D10024;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(244, 67, 54, .3);
}

.ul-nav {
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
}

.ul-nav li {
    display: inline-block;
}

.ul-nav > li > a {
    padding: 20px 15px;
    color: #FFFFFF;
    display: block;
}


.drawer--left.drawer-open .drawer-nav {
    left: 0;
    width: 100%;
}

.drawer--left.drawer-closed .drawer-nav {
    left: -16.25rem;
    width: 16.25rem;
}

ul.drawer-menu.mobile-nav {
    padding-bottom: 0 !important;
}

.drawer-menu.mobile-nav li .drawer-menu-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.2;
    transition: 0.15s;
    padding: 15px;
}

.drawer-menu.mobile-nav li .drawer-menu-item[aria-expanded=true] .fa-chevron-down {
    display: none;
}

.drawer-menu.mobile-nav li .drawer-menu-item[aria-expanded=false] .fa-chevron-up {
    display: none;
}

.drawer-menu.mobile-nav li a:focus {
    text-decoration: none;
    opacity: 1;
    color: #222;
}

.drawer-menu.mobile-nav li a:active {
    color: #222;
    text-decoration: none;
    background-color: rgba(209, 0, 36, 0.3);
}

.drawer-menu.mobile-nav li a i {
    float: right;
    padding-top: 3px;
}


.ul-nav li .mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    /* padding-top: 5px;*/
    z-index: 5;
    height: 100%;

}

.ul-nav li .mega-menu .container {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.10);
    padding: 15px 20px;
    border-bottom: 3px solid #D10024;


}

.ul-nav li .mega-menu .container .row {
    padding-left: 10px;
    padding-right: 10px;
}

ul.mega-menu-ul {
    margin: 0;
    padding: 0;
}

ul.mega-menu-ul li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: block;
    line-height: normal;
    margin-bottom: 5px;

}

ul.mega-menu-ul li a {
    margin: 0;
    padding: 0;
    color: #212529;
}

ul.mega-menu-ul li a:hover {
    color: #D31838;
}

ul.mega-menu-ul li a img {
    height: 30px;
}

ul.mega-menu-ul li a:before {

}

ul.mega-menu-ul li.head {
    font-weight: 700;
    /* font-size: 18px;*/
    margin-bottom: 10px;

}

.ul-nav li .mega-menu .container .row [class*='col-'] {

    padding-left: 5px;
    padding-right: 5px;

}

.ul-nav li .mega-menu {
    display: none;
    opacity: 0;
    transition: 0.2s;
}

.ul-nav li:hover .mega-menu {
    display: block;
    opacity: 1;

}

/*mega menu item*/
.mega-menu-item {
    display: flex;

}

.mega-menu-item ul {
    padding: 0;
    margin: 0;
}

.mega-menu-item ul li {
    display: block;
}

.mega-menu-item .heading {
    margin-bottom: 10px;

    font-size: 14px;
}

.mega-menu-item .heading a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #212529;
    line-height: normal;
    font-weight: bold;
}

.mega-menu-item a:hover {
    color: #D31838;
    opacity: 1;
}

.mega-menu-item .side-categories {
    padding-top: 10px;
}

.mega-menu-item ul li {
    margin-bottom: 5px;
}

.mega-menu-item ul li a {
    font-size: 13px;
    color: #212529;
    padding: 0;
    margin: 0;

}

.mega-menu-item ul li a:before {
    /*content: "> ";*/
}

.side-categories ul li a:hover {
    color: #D31838;
    opacity: 0.85;
}

.mega-menu-item a {
    padding: 0;
    margin: 0;
}

.mega-menu-item a img {
    width: 75px;
    padding: 0;
    margin-right: 10px;
}

/**/


.wrapper {
    padding-top: 15px;
    padding-bottom: 50px;
    background-color: #eceff1;
}
@media only screen and (min-width: 1025px) {
    .wrapper {
        padding-top: 50px;
    }
}

@media only screen
and (max-device-width: 480px) {
    .wrapper {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #eceff1;
    }
}


.card .card-body {
    border: 1px solid #ddd;
}

button:focus {
    outline: 0;
}

input {

    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;

}

input.form-control {
    border: 1px solid #E4E7ED;
}

@media only screen

and (max-device-width: 480px) {
    .p-15-mobile {
        padding-left: 15px;
        padding-right: 15px;

    }
}


@media only screen
and (max-width: 1224px) {
    .only-pc {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}


@media only screen
and (max-device-width: 480px) {
    .card .card-body {
        border: none;
    }
}
.disable-hover {
    pointer-events: none;
}


.slick-next:before {
    color: #D10024;
}

.slick-prev:before {
    color: #D10024;
}


.card.text-card .card-body {
    padding: 20px 30px;
}


.card .card-body .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.card.text-card .card-body .form-group {
    font-size: 14px;
}

.card.text-card .card-body .sub-title {
    font-size: 18px;
    font-weight: bold;
}

@media only screen

and (max-device-width: 480px) {
    .card .card-body .title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .card.text-card {
        padding: 0;
    }

    .card.text-card .card-body {
        padding: 0;
    }
}


@media only screen

and (max-device-width: 480px) {
    .mobile-shadow {
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
    }
}


.input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    width: 100%;
    margin-bottom: 20px;
}

.pumps-btn.width-auto {
    width: auto;
}

.pumps-btn {
    background-color: #D10024;
    color: #FFFFFF;
    border: none;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
}

.pumps-btn:hover {
    opacity: 0.7;
}

.ul-with-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul-with-icons li {
    padding: 0;
    font-size: 16px;
}

.card.card-in-card .card-body {
    padding: 0;
    /*border: none;*/
}

.card-wrapper {
    padding: 5px;
}

.card-wrapper > .card-body {
    background-color: #FFFFFF;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.card-wrapper .card > .card-body {
    border: 0;
}


.servis-padding > .card-body {
    padding: 15px;
}

.red-href {
    color: #D10024;
    padding: 10px;
    background-color: transparent;
    border: none;
}

.red-href:hover {
    color: black;
}

.servis-imgs img {
    width: 150px;
}

@media only screen

and (max-device-width: 480px) {
    .card-wrapper {
        padding: 0;

    }

    .card-wrapper > .card-body {
        border: 0;
        border-radius: 0;
        background-color: #eceff1;
    }

    .card-wrapper .card > .card-body {
        padding: 30px 0;
    }

    .card.mobile-card-padding .card-body {
        padding: 30px 0;
    }

    .servis-padding > .card-body {
        padding: 0;
    }

    .servis-imgs img {
        width: 100px;
    }

    .mobile-border {
        border-bottom: 1px solid #ddd;
    }
}


.billing-details .form-group table {
    font-size: 14px;
}

.tabulecka {
    overflow-x: auto;
}

@media only screen

and (max-device-width: 480px) {
    table.zig-zag-table tbody tr:nth-child(odd) {
        background-color: #dddddd;
    }
}


input:focus, input.form-control:focus {
    outline-color: none !important;
    border-color: #a2a2a2 !important;
}


.input-number {
    position: relative;
}

.input-number input[type="number"] {
    -moz-appearance: textfield;
    height: 40px;
    width: 100%;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
}

.input-number .qty-up {
    right: 0;
    top: 0;
    border-bottom: 0px;
}

.input-number .qty-down {
    right: 0;
    bottom: 0;
}

.input-number .qty-up, .input-number .qty-down {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-img {
    height: 40px;
    width: 40px;
    display: inline-block;


}

.cart-img img {
    height: 100%;

}

.cart-name {
    display: inline-block;

}

.cart-name span {
    margin-top: auto;
    margin-bottom: auto;
}

.xbutton {
    color: #D10024;
    background-color: transparent;
    border: none;
}

.cart-price-sumary {
    padding: 10px;
    margin-top: 10px;
}

.cart-price-sumary .sdph {
    color: #2B2D42;
    font-weight: bold;
    font-size: 20px;
}

.cart-buttony button:hover {
    opacity: 0.8;
}

.cart-buttony button {
    border: none;
    padding: 5px 10px;
    background-color: transparent;
}

.cart-buttony button.objednat {
    background-color: #3caf33;
    color: #FFFFFF;
    border-radius: .25rem;

}

.card .card-body .section-title .title.no-margin {
    margin: 0;
}

table.pumps-header thead tr {
    background-color: #ddd;

}

.cart-cards .card {
    opacity: 0.3;
}

.cart-cards .card .card-body {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cart-cards .active-card {
    z-index: 1;
    opacity: 1;
}

.cart-cards .section-title .title,.cart-cards .section-title h6 {
    display: inline-block;
}

.poradie {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #2B2D42;
    border: 2px solid #2B2D42;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
}

@media only screen

and (max-device-width: 480px) {
    .cart-cards .card {
        padding: 10px 0 20px 0;

    }

    .cart-cards .card .section-title {
        text-align: center;
    }

    .poradie {

        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .cart-cards .section-title .title,.cart-cards .section-title h6 {
        font-size: 10px;
        display: none;
    }
}


.breadcrumb {
    margin-bottom: 0;
}


@media only screen
and (min-device-width: 480px) {

    .pc-hide {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}


@media only screen

and (max-device-width: 480px) {
    .mobile-hide {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}


.collapse-chevron {
    border: none;
    box-shadow: none;
    background: transparent;
    float: right;

}


@media only screen

and (max-device-width: 480px) {

    .card.collapse-card .card-body .card-title {
        padding: 15px;
        margin: 0;
    }
}


@media only screen

and (max-device-width: 480px) {
    .card .card-body .single-product-img {
        height: 250px;
    }
}


.product .product-price .sale-from {
    opacity: 0.5;
    text-decoration: line-through;
}


/* Product Tech Table ------------------------------------------------------------ */

.card .card-body .card-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.card.tech-info .card-body .card-title {
    padding-left: 10px;
}

.product-tech-table {
    width: 100%;
}

.product-tech-table table {
    width: 100%;
    font-size: 16px;
}

/* .product-tech-table table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.product-tech-table table tr:nth-child(even) {
    background-color: white;
} */
.product-tech-table table tr:hover {
    background-color: #dc35451a;
}


.product-tech-table table tr td {
    padding: 10px 12px;
    border-bottom: 1px solid #efefef
}
@media only screen and (min-width: 768px) {
    /* .parameter-name{
        white-space: nowrap;
    } */
    .single-product-section .product-tech-table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    .single-product-section .product-tech-table table {
        width: 100%;
        border-collapse: collapse;
        table-layout: auto;
    }

    .single-product-section .product-tech-table td {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
}
.tech-label{
    background: var(--gray-dark);
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}

@media only screen and (max-device-width: 480px) {
    .card.tech-info .card-body .card-title {
        padding: 15px;
        margin: 0;
    }
}

@media only screen and (max-device-width: 992px) {
    .product-tech-table {
        width: 100%
    }
    .product-tech-table table tr td{
        padding: 10px 0px;
    }
    .product-tech-table table {
        font-size: 14px;
    }
}


/* END Product Tech Table ------------------------------------------------------------ */

/*single product main*/
.single-product-main .single-product-title {
    font-size: 24px;
}

.single-product-main .single-product-category {
    font-size: 14px;
    display: block;
}

.delitel {
    padding-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.price {
    font-size: 33px;
    font-weight: bold;

    line-height: 1;

}

.price small {
    font-size: 16px;
}

.sale {
    color: #D10024;
    line-height: 1;
    font-size: 14px;
}

.sale .price-from {

    text-decoration: line-through;
}

.product-status-align {
    margin: auto;
    width: 50%;
    text-align: right;
}

.product-status span {
    /*  background-color: rgb(84, 164, 13);
      color: white;*/
    color: rgb(84, 164, 13);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;

}

.buy-product a {
    width: 100%;
}

.buy-product .col-6:first-child {
    padding-right: 10px;
}

.buy-product a button {
    width: 100%;
    border-radius: 2.5px;
    padding: 5px 10px;
    height: 100%;

}

.buy-product button.buy-button {

    background-color: #54a40d;
    color: white;
    border: none;
}

.buy-product button.show-info-button {
    background-color: #00afd8;
    color: white;
    border: none;
    float: right;
}

.buy-product button i {
    margin-right: 5px;
}

.single-product-main .brand-img {
    overflow: hidden;
    text-align: center;
}

.single-product-main .brand-img img {
    height: 150px;
}

/*end*/

/*single product img*/
.single-product-img {
    height: 350px;
    position: relative;
    display: block;
    text-align: center;
    align-items: center;
    align-content: center;
}

.single-product-img img {

    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media only screen

and (max-device-width: 480px) {

    .single-product-section {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #FFF;

    }

    div.single-product-title {
        font-size: 18px;
        text-align: center;
        line-height: 1;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .buy-product a button {
        margin-bottom: 5px;
        padding: 5px 10px;
        border-radius: 0;
    }

    .buy-product a button.buy-button {

    }

    .single-product-card {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .single-product-card, .single-product-card .card-body{
        overflow: visible!important;
    }

    .single-product-card .price-col {
        text-align: right;
    }

    .single-product-card .sale {
        font-size: 13px;
    }

    .single-product-card .price {
        font-size: 24px;
    }

    .single-product-card .price small {
        font-size: 12px;
    }

    .mobile-p-15 {
        padding-bottom: 15px;
    }

    .product-status {
        bottom: 0;
        position: absolute;
    }

    .product-status span {
        padding: 0;
    }

    .back-to-category {
        padding-top: 15px;

    }
}


.product.acces .product-img {
    height: 120px;
}

.product.acces {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0;
    border-radius: 0;
}

.product.acces:last-child {

    border-bottom: none;
}

.product.acces {
    text-align: center;
}

.product.acces .buynow button {
    width: 100%;
    border: none;
    background-color: rgb(84, 164, 13);
    color: white;
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
}

.too-wide-buynow-button-prevent {
    max-width: 150px;
    width: 100%;
}

.product.acces .product-title {
    font-size: 13px;
}

.product.acces .product-price {
    font-size: 16px;
}


.single-product-section .single-product-labels {
    position: absolute;
}

.single-product-section .single-product-labels .label {
    margin-bottom: 12px;
}

.single-product-section .single-product-labels .label span {
    padding: 5px 10px;
    border-radius: 2.5px;
}

.single-product-section .single-product-labels .label.label-red span {
    background-color: #D10024;
    color: white;
}

.single-product-section .single-product-labels .label.label-green span {
    background-color: rgb(84, 164, 13);
    color: white;
}

@media only screen

and (max-device-width: 480px) {

}


@media only screen

and (max-device-width: 480px) {
    .mobile-chevron-open {
        width: 100%;
        padding: 15px 25px;
        margin: 0;
        border: 0;
        background-color: white;
        border-bottom: 1px solid #ddd;
        transition: 0.15s;
        color: #212529;
    }

    .chevron-title {
        font-size: 18px;


        font-weight: bold;
    }

    .mobile-chevron-open[aria-expanded=true] span .fa-chevron-down {
        display: none;
    }

    .mobile-chevron-open[aria-expanded=false] span .fa-chevron-up {
        display: none;
    }

    .mobile-chevron-open:active {
        background-color: rgba(209, 0, 36, 0.3);
    }

    .collapse.chevron-info .card,.collapsing.chevron-info .card {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .collapse.chevron-info.show {
        border-bottom: 1px solid #ddd;
    }
}

.general-chevron-open {
    width: 100%;
    padding: 15px 25px;
    margin: 0;
    border: 0;
    background-color: white;
    border-bottom: 1px solid #ddd;
    transition: 0.15s;
    color: #212529;
}

.general-chevron-title {
    font-size: 18px;
    font-weight: bold;
}

.general-chevron-open[aria-expanded=true] span .fa-chevron-down {
    display: none;
}

.general-chevron-open[aria-expanded=false] span .fa-chevron-up {
    display: none;
}

.general-chevron-open:active {
    background-color: rgba(209, 0, 36, 0.3);
}

.general-collapse.general-chevron-info .card {
    padding-top: 15px;
    padding-bottom: 15px;
}

.general-collapse.general-chevron-info.show {
    border-bottom: 1px solid #ddd;
}

@media only screen

and (max-device-width: 480px) {
    .mobile-product-info {
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
        padding-bottom: 15px;
    }

}


@media only screen
and (min-device-width: 480px) {
    .collapse.chevron-info {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}


 .dokument:hover{
     opacity: 0.5;
 }
.dokument{
    color: #D10024;
}
.dokument i{
    font-size: 12px;
}


.alter-products .product {
    border: none;
}


.alter-products .alter-product {
    padding: 0 30px;
    border-right: 1px solid #ddd;
}


 .slick-design.alter-products-slick .slick-prev, .slick-design.alter-products-slick .slick-next{
     width: 45px;
     background-color: white;
     height: 100%;
 }


.alter-products .alter-product .ap-body .ap-img {
    height: 100px;
    padding-right: 15px;
}

.alter-products .alter-product .ap-body .ap-img img {
    height: 100%;
    width: auto;
}

.alter-products .alter-product .ap-body .ap-text .ap-title {
    line-height: 1;
    margin-bottom: 5px;
    font-weight: normal;
}

.alter-products .alter-product .ap-body .ap-text .ap-desc {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.alter-products .alter-product .ap-body .ap-text .show-alter button {

    background-color: #54a40d;
    /* background-color: #D10024;*/
    padding: 5px 15px;
    border-radius: 2.5px;
    color: white;
    border: none;
    font-size: 12px;
}


*:focus {
    outline: none;
}


.card .card-body .slider-nav .single-product-img {
    height: 50px;
}

.single-product-img img:hover {
    opacity: 0.5;
    cursor: pointer;
}

.slider-nav-product {
    padding: 0 40px;
}

@media only screen

and (max-device-width: 480px) {
    .card .card-body .slider-nav .single-product-img {
        height: 75px;
    }

    .single-product-img img:hover {
        opacity: 1;
        cursor: pointer;
    }
}


/*foooooter*/


footer {
    background-color: white;
}

footer .footer-links {
    padding: 30px 0;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col .ft-head {
    font-size: 18px;
    color: #D10024;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-col ul .ft-link {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.footer-col ul .ft-link:nth-child(2) {
    margin-top: 0;
}

footer .footer-pay {
    text-align: center;
    font-size: 12px;

}

footer .footer-pay p {
    display: inline-block;
}

footer .footer-pay p.footer-credits {
    display: block;
    margin-top: 5px;
}

footer .newsletter {
    background-color: #D10024;
    padding: 40px 0;
    color: white;
}


 .img-certif{
     height: 60px;
     display: inline-block;
 }
.img-certif img{
    height: 100%;
}
.footer-certifikaty{
    overflow: hidden;
    border-right: 1px solid #ddd;


    text-align: center;
    font-size: 12px;
}
footer .bottom-footer{
    padding: 30px 0;
    border-top: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
    footer .bottom-footer{
        padding: 15px 0;
        border-top: 1px solid #ddd;
        background-color: white;
    }
    footer .bottom-footer .footer-certifikaty{
        border-right: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }
    footer {
        background-color: #eceff1;
    }

    footer .footer-links {
        padding: 30px 15px;
        background-color: white;
    }

    footer .footer-links .container {
        border: 1px solid #ddd;
    }

    .footer-col ul .ft-link {
        padding: 0 25px;
    }

    .mobile-chevron-open.ft-chevron {
        padding: 10px 15px;
        /* color:#b71c1c;*/
        border-bottom: 0;
    }

    .mobile-bottom-border {
        border-bottom: 1px solid #ddd;
    }

    footer .mobile-bottom-border:last-child {
        border-bottom: none;
    }

    footer .footer-col {
        padding-bottom: 10px;
    }

    footer .footer-pay {
        font-size: 14px;
        background-color: white;
    }

    footer .footer-pay p.footer-credits {
        margin-top: 20px;
    }

    footer .footer-mobile-logo {
        overflow: hidden;
        text-align: center;
        padding-bottom: 20px;
        background-color: white;
    }

    footer .footer-mobile-logo img {
        height: 50px;
    }

    footer .footer-hotline {
        font-size: 16px;
        margin-top: 15px;

    }

    footer .footer-hotline .footer-number {
        font-weight: bold;
    }

}


@media only screen
and (min-device-width: 480px) {
    .collapse.pc-collapse-show {
        display: block;
        height: auto !important;
        visibility: visible;
    }

}


.newsletter .newsletter-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.newsletter form {
    position: relative;
    max-width: 520px;
    margin: 15px auto;

}

.newsletter form input {
    border: 1px solid white;
}

.newsletter .newsletter-button {
    background-color: #D10024;
    color: white;
    border: 1px solid white;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    transition: 0.2s;
    box-shadow: none;
}

.newsletter .newsletter-button:hover {
    background-color: white;
    color: #D10024;
}

@media only screen and (max-width: 767px) {
    .newsletter .newsletter-title {
        line-height: 1.2;
        font-size: 20px;
    }
}


/*end of footer*/


/*navigation*/

     /*.drawer-menu-item .drawer-item-img{
         display: inline-block;
         width: 9%;
     }*/

 .drawer-menu-item .drawer-item-text{
     /*  width: 89%;
       display: inline-block;
       margin-top: auto;
       margin-bottom: auto;*/
 }
.drawer-menu-item .drawer-item-img img{
    height: 30px;
}


.mega-menu .mega-menu-name{
    font-weight: normal;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: black;
    /* background-color: #ddd;*/
    border-radius: 2.5px;
    width: auto;
}
/*.mega-menu .mega-menu-name:after{
  font: normal normal normal 14px/1 FontAwesome;
   content: "\f054";
   color: #ddd;
   margin-right: 5px;
}*/
.mega-menu-item li a:before{

    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    font-size: 10px;
    margin-right: 5px;
}
.mega-menu-item .heading a:before{

    /*font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    font-size: 14px;
    margin-right: 5px;*/
}
.drawer-menu li .drawer-menu  a:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    font-size: 10px;
    margin-right: 5px;

}
li.ft-link a:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    font-size: 10px;
    margin-right: 5px;

}
/* li.drop > a:after{
     font: normal normal normal 14px/1 FontAwesome;
     content: "\f078";
     font-size: 10px;
     margin-left: 5px;

 }*/


/*end of navigation*/

/* servis order*/



 .error-input{
     border: 1px solid red;
 }
.good-input{
    border: 1px solid greenyellow;
}


.ob-title p{
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;

}
.objednavka-form label{
    padding-left: 10px;
}
.objednavka-form .ob-line{

    padding: 10px;
    font-size: 14px;
}

.objednavka-form .ob-line label{
    width: 39%;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.objednavka-form .ob-line select,.objednavka-form .ob-line input{
    width: 59%;
    padding: 0;
    margin-bottom: 10px;
}
.servis-order{
    border: 1px solid #ddd;
}
.servis-order .row [class*='col-'] {
    background-color: #fafafa;
}
.servis-order > .row > [class*='col-']:nth-child(odd){
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.servis-order > .row > [class*='col-']:nth-child(even){
    border-bottom: 1px solid #ddd;
}
.servis-order > .row > [class*='col-']:last-child{
    border: 0;
}

/*addd*/



 .side-floating-info{

     position: absolute;
     left: 0;
     width: 100%;
     margin-top: 30px;
 }
.lava-gen{

    margin-left: -170px;
}
.prava-gen{
    float: right;
    margin-right: -170px;
}


.slick-arrow.slick-next::before{
    font-family: 'FontAwesome';
    content: "\f054";
}

.slick-arrow.slick-prev:before{
    font-family: 'FontAwesome';
    content: "\f053";
}

/*slider fix*/
.noUi-base div.noUi-connect{
        background: #D10024;
}

.noUi-base div.noUi-handle {
    width: 20px;
    height: 20px;
    left: -6px;
    top: -4px;
    border-radius: 50%;
}
.noUi-base div.noUi-handle:after,.noUi-base div.noUi-handle:before{
    content: none;
}
.collapse.show input{
    padding: 0;
}


.noUi-horizontal .noUi-handle {
   /* width: 5px;
    height: 5px;
    left: -6px;
    top: -4px;
    border: none;
    background: #D10024;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;*/
}


/*AKCIE*/

 .akcie .akcie-title{
     text-align: center;
     margin-bottom: 20px;
 }
.akcie .akcie-title h4{
    font-size: 26px;
    text-transform: uppercase;
}
.akcie .akcia{
    margin-bottom: 15px;
}
.akcie .akcia img{
    width: 100%;
    height: auto;

}




 .ml-auto{
     margin-left: auto;
 }
.w-auto{
    width: auto;
}
.mv-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.btn-clear{
    background-color: transparent;
    border: none;
}
.modal_addproduct .btn-clear{
    color: #313131;
}

.modal_addproduct{
    padding: 20px;
    will-change: auto;
}
.modal_addproduct .modal__header{
    margin-bottom: 20px;
}
.modal_addproduct .modal__title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #232323;

}
.modal_addproduct .modal_img{
    position: relative;
}
.modal_addproduct .modal_img img{
    width: 55%;
    margin: auto;

}
.modal_addproduct .modal_product{
    border: 1px solid #ddd;

    margin-bottom: 20px;
    border-radius: 5px;

}
.modal_addproduct .modal_product_name{
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.modal_addproduct .buy-button{
    border-radius: 2.5px;
}
.modal_addproduct .modal_product_price{
    background-color: #d32f2f;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 50px;
    padding: 5px 7px;
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.loading-order{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
    display: none;
}
.loading-order.show{
    display: flex;
}
.loading-wrap{
    margin: auto;
    flex-direction: column;
    display: flex;
}

.loading-wrap i {
    font-size: 80px;
    color: #dc3545;
    margin: auto;
    animation: rotation 3s linear;
    animation-iteration-count: infinite;
}
.loading-text{
    border-radius: 50px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin: auto;
    padding-top: 20px;

}



/* ALERTY *********************************************************/
.alert-box {


    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;

    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    z-index: 150;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
}
/* ALERTY END*********************************************************/

/*hide sm hide md hide lg newww*/
@media only screen and (max-width: 767px) {
    .hide-sm{
        display: none!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hide-md{
        display: none!important;
    }
}
@media only screen and (min-width: 1025px) {
    .hide-lg{
        display: none!important;
    }
}

/* navigacka --------------------------------------------------------------*/
     /*PC*/
@media only screen and (min-width: 1025px) {
    .hide-lg{
        display: none;
    }
}
.nav-wrapper {
    display: flex;
    margin-bottom: -26px;
}


.nav-container {
    padding: 0;
    background-color: #D10024;
    z-index: 2;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(244, 67, 54, 0.3);
}

.nav-list {
    /*vseobecne + prve*/
    display: flex;
    margin: 0;
    padding-left: 0px;
}

.nav-list .nav-list {
    /*dalsie navlisty*/
    flex-direction: column;
}

.nav-list.level-1 {
    /*justify-content: space-around;*/
}
.nav-list.level-1 > .nav-link{
    /*flex: auto;*/

}
.nav-list.level-1 > .nav-link .nav-target{
    width: 100%;
    border-radius: 5px;
    transition: 0.1s;
}
@media only screen and (min-width: 1025px) {
    .nav-list.level-1{
        flex-wrap: wrap;
        padding: 12px 15px;
        gap: 7.5px;
    }
    .nav-list.level-1 > .nav-link > .nav-target:hover{
        background-color: #b80021;
        opacity: 1 !important;
        cursor: pointer;
    }
    .nav-list.level-1 > .nav-link > .nav-target:hover span{
        cursor: pointer;
    }
}
.nav-list.level-1 > .nav-link > .nav-target > .nav-link-name{
    margin-left: auto;
    margin-right: auto;
}
.nav-link {
    padding: 0;
    display: flex;
}
.menu-pc-wrapper.fixed .menu-pc{
    margin-bottom: 15px;
}
.menu-pc .nav-list:first-of-type .nav-link{
    margin-bottom: 10px;
}
.menu-pc .nav-list:first-of-type .nav-link .nav-target .nav-link-name:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    font-size: 10px;
    margin-right: 5px;
}
.menu-pc .nav-list:first-of-type .nav-link .nav-target:hover .nav-link-name,.menu-pc .nav-list:first-of-type .nav-link .nav-target:hover{
    color: #d10024;
}
.nav-link .nav-link-img {
    height: 80px;
    width: auto;
    display: none;
}

.nav-link .nav-target {
    color: white;
    display: flex;
    padding: 7px 10px;
}

.nav-link .nav-link .nav-target {
    color: #222;
    display: flex;
    padding: 0;
}

.nav-link .nav-link-chevron {
    display: none;
}

.nav-shadow {
    display: none;
}

.nav-link .nav-menu-wrapper.show {
    display: flex;
}

.nav-menu-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 10px;
}

.nav-menu {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #D10024;
}

.nav-menu {
    transition: 0.2s;
}

@keyframes navUp {
    0% {
        opacity: 0;
        transform: translateY(-2%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);

    }
}


.nav-menu-wrapper.show .nav-menu {

    animation: navUp 0.2s ease-out;

}


.nav-link .nav-target .nav-link-name.navbar-name {
    color: white;
}

.nav-link, .nav-link .nav-target .nav-link-name {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
    color: #222;
}

.menu-pc .menu-pc-sub > .nav-target .nav-link-name{

    font-size: 16px; /*toto by som dal prec*/
    margin-bottom: 10px;
    font-weight: bold;
}


.nav-link-name-again .nav-target .nav-link-name {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.nav-link .nav-link-name-again .nav-target {
    padding: 0;
}


.menu-pc {
    display: flex;
}

.menu-pc-img {
    margin-right: 10px;
    width: 80px;
    overflow: hidden;
}

.menu-pc-img img {
    width: 100%;
}

.menu-pc-wrapper {
    display: flex;
}

.menu-pc-wrapper .menu-pc {
    /* do troch kategorii */
    flex: 1;

}

.menu-pc-wrapper.fixed {
    flex-wrap: wrap;

}

.menu-pc-wrapper.fixed .menu-pc {
    /* ked je viac ako 3 kategorie*/
    flex: 0;
    flex-basis: 25%;

}

.menu-pc .nav-list .nav-list {
    display: none;
}

.doprava-zdarma-mobile{
    display: none;
}

/*Mobile*/
@media only screen and (max-width: 767px) {
    .hide-xs{
        display: none;
    }
}
/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hide-md{
        display: none;
    }
}

/*Mobile + Tablet */
@media only screen and (max-width: 1024px) {


    .doprava-zdarma-mobile{
        display: flex;
        background-color: #d32f2f;
        color: white;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        padding-top: 60px;
    }
    .doprava-zdarma-mobile .doprava{
        padding: 10px;
        margin: auto;
    }

    .nav-wrapper {
        transform: translateX(-100%);
        margin-bottom: 0;
    }
    .nav-wrapper.open{
        transform: translateX(0);
    }
    .nav-wrapper.open .nav-container{
        transform: translateX(0%);
    }

    /*font size 18 PX*/

    .menu-pc .nav-list:first-of-type .nav-link .nav-target .nav-link-name:before{
        content: "";
        margin: 0;
    }
    .menu-pc-wrapper.fixed .menu-pc{
        margin-bottom: 0;
    }
    body{
        position: relative;
    }
    .nav-shadow {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0;
        transition: 0.2s;
        z-index: 2;
    }
    .nav-shadow.open{
        opacity: 0.6;
        display: flex;
    }




    .nav-link .nav-link-img {

        display: block;
    }

    .nav-link .nav-target, .nav-link .nav-link-name-again .nav-target {
        color: #222;
        display: flex;
        width: 100%;
    }
    .nav-link .nav-target:hover{
        opacity: 1!important;
    }

    .nav-link .nav-target .nav-link-name {
        margin-top: auto;
        margin-bottom: auto;
        padding-bottom: 0;
        border-bottom: none;
        margin-left: 10px!important;
        font-weight: normal !important;
        color: #222;
    }

    .nav-link .nav-target .nav-link-name.navbar-name {
        color: #222;
    }

    .nav-link .nav-link-chevron {
        margin-left: auto;
        transition: 0.2s;
    }

    .nav-link.has-child > .menu-pc-sub > .nav-target .nav-link-chevron {
        display: flex;
    }
    .nav-link.has-child > .nav-target .nav-link-chevron {
        display: flex;
    }

    .nav-link .nav-link-img {
        width: 40px;
        height: 40px;
    }

    .nav-link .nav-link-chevron i {
        margin: auto;
    }

    .nav-link-name-again, .nav-link {
        border-top: 1px solid #ddd;
        border-bottom: none;
    }


    .nav-container {
        max-width: 93%;
        width: 93%;
        height: 100%;
        border-radius: 0;
        padding: 0;
        margin-left: 0;
        transform: translateX(-100%);
        box-shadow: none;
        transition: 0.2s ease-out;
    }

    .nav-wrapper {
        position: fixed;
        padding-top: 59px;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    .nav-list {
        flex-direction: column;
        background-color: white;
    }

    .nav-container {
        background-color: white;
    }

    .nav-menu-wrapper {
        position: relative;
        width: 100%;
        padding-top: 0;
    }

    .nav-menu {
        border-bottom: none;
        border-radius: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        box-shadow: none;
    }

    .nav-link {
        flex-direction: column;
        background-color: white;
    }

    .nav-link-name-again, .nav-link .nav-link {border-left: 15px solid #ddd}
    .nav-link .nav-link .nav-link {border-left: 15px solid #ddd}
    .nav-link .nav-link .nav-link .nav-link {border-left: 15px solid #ddd}
    .nav-link .nav-link .nav-link .nav-link .nav-link {border-left: 15px solid #ddd}



    /*.nav-link-name-again, .nav-link .nav-link {background-color: #f3f3f3;}
    .nav-link .nav-link .nav-link {background-color: #dddd;}
    .nav-link .nav-link .nav-link .nav-link {background-color: #c3c3c3;}
    .nav-link .nav-link .nav-link .nav-link .nav-link {background-color: #ababab;}*/


    .nav-link-name-again {
        display: flex;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .nav-link .nav-link-name, .nav-link {
        font-size: 18px !important; /*fs of links*/
    }

    .nav-target {
        padding: 15px 10px !important; /*padding*/
    }

    .nav-link-name-again .nav-target {
        width: 100%;
        display: flex;
    }

    .nav-list.level-1 .nav-list .nav-link:first-child {
        font-weight: normal;
    }

    .menu-pc .nav-list {
        width: 100%;
    }

    .menu-pc-img {
        display: none;
    }

    .menu-pc-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap!important;
    }

    .menu-pc-wrapper .menu-pc {
        flex-basis: 100%;
    }

    .menu-pc .nav-list  {
        display: none;
    }
    .menu-pc .nav-list.show {
        display: flex;
    }
    .menu-pc .nav-list:first-of-type .nav-link{
        margin-bottom: 0;
    }
    .menu-pc .nav-list.show > .nav-link{
        animation: navUp 0.2s ease-out;
    }
    .nav-menu-wrapper.show .nav-menu {
        animation: none;
    }
    .nav-menu-wrapper.show .nav-menu > .nav-link-name-again,  .nav-menu-wrapper.show .menu-pc-wrapper  > .nav-link{
        animation: navUp 0.2s ease-out;
    }

    .nav-target.clicked {
        opacity: 1;
    }

    .nav-link .nav-target.clicked > .nav-link-name{
        color: #d10024;
        text-decoration: underline;
    }
    .nav-link .nav-target.clicked .nav-link-chevron{
        transform: rotate(180deg);
    }
    .nav-link .nav-target .nav-link-chevron > i:before{
        transition: 0.2s;
        color: #757575;
    }
    .nav-link .nav-target.clicked .nav-link-chevron > i:before{
        content:  "\f00d";
        color: #fb939d;
    }

}


    .akcie .akcia-wrap{
        padding: 10px;
    }
    .akcie .akcia{
        border-radius: 5px;
        border: 1px solid #bebebe;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: white;
    }
    .akcie .akcia-more{
        height: 100%;
        display: flex;
    }
    .akcie .akcia-more .akcia{
        background-color: #d10024;
        margin: auto;
    } 
   
   
    .akcie .akcia:hover{
        opacity: 1!important;
        cursor: pointer;
        border: 1px solid #fd848b;
    }
    .akcie .akcia:hover .akcia-name{
        color: #d10024;
        text-decoration: underline;
    }
    .akcie .akcia-more .akcia-name,.akcie .akcia-more .akcia:hover .akcia-name{
        color: white;
    }
    .akcie .akcia:hover img{
        opacity: 0.85;
    }

    .akcie .akcia-img{
        height: 180px;
        overflow: hidden;
        position: relative;
    }
    .akcie .akcia-img img{
        height: auto;
        width: 100%;
    }
    .akcie .akcia-name{
        font-size: 18px;
        font-weight: bold;

        margin: 0;
    }
    .awrap{
        padding: 10px;
    }
    .akcie .akcia-date, .akcie .akcia-type{
        font-size: 12px;
        margin-top: 5px;
        display: flex;
        position: relative;
    }

    .featured-title{
        margin-bottom: 15px;
        position: relative;
      
    }
    .featured-title span{
        position: relative;
        padding-right: 15px;
        background-color: #eceff1;
        z-index: 1;
    }
    .featured-title:before{
        position: absolute;
        height: 1px;
        width: 100%;
        content: "";
        background-color: #ddd;
        top: 60%;
        z-index: 1;
        left: 0;
    }

    .card.slick-card{
        padding-top: 20px;
    }
    .card.slick-card .card-body{
        padding: 10px 15px;
    }
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
        .card.slick-card{
            padding-top: 10px;
        }
        .card.slick-card p.cat-title{
            font-weight: bold;
            font-size: 18px;
        }
        .card.slick-card .card-body{
            padding: 10px 15px;
        }
    }
    .mh-15{
        margin-left: 15px;
        margin-right: 15px;
    }

    /* Recombee search */
    #rcmbSearchResults{
        background: white;
        width: 700px;
        position: absolute;
        top: calc( 100% + 5px);
        left: -100px;
        z-index: 99;
        border: 1px solid #ddd;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0px 6px 14px 2px #00000054;
        padding: 10px;
        border-top: 6px solid #d10024;
    }
    #rcmbSearchResults .rcmb_product{
        
        padding: 10px;
        cursor: pointer;
        display: flex;
        width: 100%;
    }
    #rcmbSearchResults .rcmb_product .rcmb_name{
        font-size: 14px;
    }
    #rcmbSearchResults .rcmb_product .rcmb_price{
        font-size: 14px;
        font-weight: 700;
        margin-top: 5px;
    }
    #rcmbSearchResults .rcmb_product mark{
        padding: 0 !important;
        background-color: #ffcdd6;
    }
    #rcmbSearchResults .col-6:nth-child(2n){
        border-right: 1px solid #ddd;
    }
    #rcmbSearchResults .col-6:nth-child(n+4){
        border-top: 1px solid #ddd;
    }
    #rcmbSearchResults .rcmb_product:hover{
       opacity: 0.6;
    }
    #rcmbSearchResults .rcmb_product .img{
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        min-height: 80px;
        max-height: 80px;
        overflow: hidden;
        margin-right: 5px;
        display: inline-block;
        position: relative;
    }
    #rcmbSearchResults .rcmb_product .img img{
        vertical-align: center;
        display: block !important;
        max-width: 100% !important;
        max-height: 100% !important;
        position: absolute !important;
        height: auto !important;
        width: auto !important;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
    @keyframes shine {
        to {
            background-position-x: -300%;
        }
        }
       
        .spin{
            animation: 2s shine linear infinite;
        }
        .product.skeleton .product-head,.product.skeleton .product-title,.product.skeleton .product-sub-title, .product.skeleton .product-price{
            background: #eee;
            background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
            border-radius: 5px;
            background-size: 300% 200%;
            animation: 2s shine linear infinite;
            
        }
        
    .product.skeleton .product-head{
        height:250px;
        border-radius: 10px;
    }
    .product.skeleton .product-title{
        width: 100%;
        height: 20px;
        margin-top: 10px;
        border-radius: 50px;
    }
    .product.skeleton .product-sub-title{
        width: 60%;
        height: 15px;
        margin-top: 5px;
        border-radius: 50px;
    }
    .product.skeleton .product-price{
        width: 40%;
        height: 30px;
        margin-top: 20px;
        border-radius: 50px;

        
    }
    .service-hotline{
        color: #828282;
        font-size: 12px;
    }
    .header-hamburger-col{
        display: none;
    }
    .header-icons-col,.header-search-col,.header-logo-col {
        margin-top: auto;
        margin-bottom: auto;
    }



    @media only screen and (max-width: 1024px) {
        .header-wrapper{
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            width: 100%;
            height: 60px;
            z-index: 3;
            box-shadow: 0 18px 15px -15px rgba(0,0,0,0.19);
        }

        .header-wrapper .main-header{
            width: 100%;
            height: 100%;
            padding:0;
        }
        .header-wrapper .main-header .container{
            width: 100%;
            max-width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
        }
        .header-wrapper .main-header .container .row{
            height: 100%;
            margin: 0;
            justify-content: space-between;

        }
        /*cols*/
        .header-hamburger-col{
            display: flex;
            padding-left: 15px;
            width: 50px;
            transition: 0.2s;
        }
        .header-hamburger-col i{
            margin-top: auto;
            margin-bottom: auto;
            font-size: 28px;
            transition: 0.2s;
        }
        .header-hamburger-col.open{
            transform: rotate(90deg);
        }
        .header-hamburger-col.open i:before{
            content: "\f00d";
        }
        .header-wrapper .main-header .header-search-col{
            display: none;
        }
        .header-logo-col{
            flex: 0 0 50%;
            max-width: 50%;
            display: flex;
            margin-left: auto;
        }
        .header-logo-col .header-logo{
            height: 80%;
            margin: auto;
        }
        .header-logo a{
            display: block;
            height: 100%;
        }
        .header-logo a img{
            height: 100%!important;
            width: auto!important;
        }
        .header-logo-col,.header-hamburger-col{
            height: 100%;
        }



        /*ikonky*/
        .header-icons-col{
            height: 100%;
        }
        .header-wrapper .main-header .header-icons{
            display: flex;
            height: 100%;
            padding-right: 15px;
        }
        .header-icons .header-icon{
            display: flex;
        }
        .header-icons > div > a{
            width: auto!important;
        }
        .header-icons .header-icon i{
            font-size: 24px;
        }
        .header-icons .header-icon a{
            margin: auto;
            display: flex;
        }
        .header-wrapper .main-header .header-icon-name{
            display: none;
        }
        .header-wrapper .main-header .header-icons > div + div{
            margin-left: 20px;
        }
        .header-wrapper .main-header .header-icons .qty{
            right: -10px;
            top: -10px;
        }


    }
    /* level */
    .level_price_label{
        font-size: 12px;
        background: #858585;
        border-radius: 5px;
        color: white;
        padding: 2px 6px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .customer_level_label{
        display: inline-block;
        font-size: 10px;
        padding: 2px 5px;
        border-radius: 3px; 
    }

    /* customer profile in navigation */
    .navigation-profile{
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
    .navigation-profile .user-icon{

        font-size: 20px;
        background: #ddd;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 7px;
  
    }
    .navigation-profile .profile-wrap{
        display: flex;
        align-items: center;
    }

    .header-icon-name{
        text-transform: capitalize;
    }

    /* new page-loader */
    #page-loader{
        position:fixed;
        width:100%;
        height:100%;
        z-index:100000;
        display:none;
        background-color: rgba(255, 255, 255, 0.535);
        left: 0;
        top: 0;
    }
    #page-loader.active{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* delivery choices */
    .alert-only-pickup{
        color: #da8200;
        font-size: 12px;
        text-transform: none;
        padding: 0.7em 1em;
        border-radius: 5px;
        background: #fff4e3;
        border:1px solid #fdddae;
    }
    .delivery-choice label{
        width: 100%;
        border-radius: 5px;
        padding: 0.7em 1em;
        border: 1px solid #e5e7ed;
        cursor:pointer;
    }
    @keyframes shine {
        to {
            background-position-x: -300%;
        }
    }
    .delivery-choice.loading label{
        /* css gradient skeleton loading */
        background: linear-gradient(110deg, #f0f0f0 8%, #f5f5f5 18%, #ececec 33%);
        border-radius: 5px;
        background-size: 300% 200%;
        animation: 2s shine linear infinite;
        border: none !important;
    }
    .delivery-choice.loading .delivery-checkmark{
        opacity: 0;
    }

    .delivery-choice label.disabled{
        background: #e5e7ed;
        opacity: 0.4;
    }
    .delivery-choice label:hover{
        border-color: #3daf32;
    }
    .delivery-choice label.disabled:hover{
        border-color:#e5e7ed;
        cursor: default;
    }
    .delivery-choice label .delivery-checkmark .unactive{
        color: #e5e7ed;
    }
    .delivery-choice label .delivery-checkmark .active{
        color: #3daf32;
    }
    .delivery-choice label .delivery-checkmark .active{
    display:none;
    }
    .delivery-choice .delivery-input{
        display: none;
    }
    .delivery-choice .delivery-input:checked ~ label{
        border-color: #3daf32;
        background-color: #f2fff1;
    }
    .delivery-choice .delivery-input:checked ~ label .delivery-checkmark .active{
    display: inline-block;
    }
    .delivery-choice .delivery-input:checked ~ label .delivery-checkmark .unactive{
    display: none;
    }
    .delivery-choice .payment-input{
        display: none;
    }
    .delivery-choice .payment-input:checked ~ label{
        border-color: #3daf32;
        background-color: #f2fff1;
    }
    .delivery-choice .payment-input:checked ~ label .delivery-checkmark .active{
    display: inline-block;
    }
    .delivery-choice .payment-input:checked ~ label .delivery-checkmark .unactive{
    display: none;
    }
    .delivery-choice .delivery-price{
        margin-top: auto;
        margin-bottom: auto;
    }
    .delivery-choice .delivery-desc{
        font-size:12px;
        color:#707070;
    }
    .scrollable-table {
        max-height: 300px;
        overflow-y: auto;
    }
    .no-wrap {
        white-space: nowrap;
    }

    /* loading button */
    @keyframes spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    .btn-with-loading .loading-icon{
        display: none;
    }
    .btn-with-loading.loading{
        /* cursor: not-allowed; */
    }
    .btn-with-loading.loading .loading-icon{
        display: inline-block;
        animation: spin 1s linear infinite;
    }
    .btn-with-loading.loading span{
        display: none;
    }

    .checkout-wrapper .title{
        text-transform: none !important;
    }

    /* free shipping notice */
    .doprava-zdarma-mobile{
        background-color: #d32f2f;
        color: white;
        padding:10px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }
    @media (min-width: 576px){
        .doprava-zdarma-mobile{

        }
    }
    
    /* footer social links */
    .ft-link.socials{
        display: flex;
    }
    .ft-social{
        height: 30px;
        width: 30px;
        display: flex;
        border-radius: 50px;
        color: white;
        background-color: #D10024;
        font-size: 15px;
    }
    .ft-social:hover{
        background-color: #af001d;
        opacity: 1!important;
        color: white;
        
    }
    .ft-social + .ft-social{
        margin-left: 10px;
    }
    .ft-social i{
        margin: auto;
    }
    li.ft-link a.ft-social:before{
        content: none;
    }

    /* product variants view */
    .product-variants{
        max-height: 400px;
        position: relative;
        overflow: hidden;
    }
    .product-variants.show{
        max-height: unset;
        overflow: auto;
    }
    .product-variants-more-trigger{
        cursor: pointer;
        color:#D10024;
        margin-top: 20px;
    }
    .product-variants-more-trigger:hover{
        opacity: 0.5;
    }
    .product-variants.show .product-variants-more{
        display: none;
    }
    .product-variants .product-variants-more{
        position: absolute;
        bottom:0;
        left: 0;
        width: 100%;
        height: 120px;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 100%);
        background: linear-gradient(0deg, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-variants .product-img{
        height: 70px;
        width: 70px;
    }
    .ws-nowrap{
        white-space:nowrap;
    }
    .product-variants-parameters{

    }
    .product-variants-parameters .parameter{
        padding: 2px 5px;
        border-radius: 3px;
        border: 1px solid #ddd;
        margin-right: 3px;
        margin-bottom: 5px;
        white-space: nowrap;
        display: inline-block;
    }

    /* splide rewrite */
    .splide__arrow {
        transform: translateY(-50%) !important;
        z-index: 10 !important;
    }
    .splide__arrow--prev {
        left: -1rem !important;
    }
    .splide__arrow--next {
        right: -1rem !important;
    }
    .splide__slide.alter-product {
        padding: 0 10px !important;
        margin: 0 10px !important;
        border-right: 1px solid #e0e0e0 !important;
    }
    .splide-same-products .splide__slide.alter-product {
        border-right: none !important;
    }
    @media (max-width: 768px) {
        .splide__slide.alter-product {
            border-right: none !important;
        }
    }

    /* newsletter checkbox */
    .checkbox-newsletter{
        border-radius: 5px;
        background-color: #ffe9ed;
        padding: 10px;
        margin:0px;
        position: relative;
        min-height: 100px;
    }
    .checkbox-newsletter label{
      width: 85%;
    }
    .checkbox-newsletter img{
        width: 120px;
        position: absolute;
        bottom:0;
        right: -10px;
        height: auto;
    }
    @media (max-width: 767px) {
        .checkbox-newsletter label{
            width: 60%;
          }
    }
    
    .doprava-zdarma-mobile-spacer{
        height: 60px;
    }

    /* blog */
    .akcie.blog-articles .akcia-wrap{
        height: 100%;
    }
    .akcie.blog-articles .akcia-wrap .akcia{
        height: 100%;
    }
    .akcie.blog-articles .akcia-img{
     height: auto;
     width: 100%;
    }
    .single-article .title{
        font-size: 28px !important;
        color: rgb(52, 58, 64) !important;
        font-weight: bold;
        text-transform: none !important;
        margin-bottom: 0px !important;
    }
    .single-article .article-content, .single-article .article-content span{
        font-size: 16px !important;
        color: rgb(68 75 82)  !important;
        font-weight: 400;
        text-transform: none !important;
        margin-bottom: 0px !important;
        /* line-height: 1.5rem !important; */
    }
    .single-article .article-content p{
        margin-bottom: 16px !important;
        margin-top: 0px !important;
        /* line-height: 2rem !important; */
        line-height: 28px !important;
    }
    .single-article .article-content h1,
    .single-article .article-content h2,
    .single-article .article-content h3,
    .single-article .article-content h4,
    .single-article .article-content h5,
    .single-article .article-content h6{

        color: rgb(52, 58, 64) !important;
        font-weight: bold;
        text-transform: none !important;
    }
    /* end blog */

    /* service */
    .city-results {
        position: absolute;
        border: 1px solid #ccc;
        background: #fff;
        max-height: 200px;
        overflow-y: auto;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        display: none;
        z-index: 1000;
    }
    .city-results div {
        padding: 8px;
        cursor: pointer;
    }
    .city-results div:hover {
        background-color: #f0f0f0;
    }
    .city-option-other {
        border-top: 1px solid #ccc;
        font-style: italic;
    }
    /* end service */
    /* custom navigation */

    @media only screen and (max-width: 1024px){
        .nav-link.mobile-no{
            display: none;
        }
    }
    @media only screen and (min-width: 1024px){
        .nav-link.pc-no{
            display: none;
        }
        .mobile-search{
            display: none;
        }
    }
    .mobile-search{
        padding:10px;
    }

    /* shift input */
    .shift-group {
        position: relative;
    }
    .shift-input:placeholder-shown + .shift-label  {
      opacity: 0;
    }
    .shift-input:focus + .shift-label,
    .shift-input + .shift-label {
      /* no value in input */
      position: absolute;
      left: 10px;
      top: -10px;
      font-size: 12px;
      background-color: white;
      padding-left: 5px;
      padding-right: 5px;
      opacity: 1;
      transition: all 0.15s ease-in-out;
      color: #959596;
    }
    .shift-input:focus::placeholder {
      opacity: 0;
    }

    #pay-button i {
        display: none;
    }
    #pay-button:disabled .text-content {
        display: none;
    }
    #pay-button:disabled i {
        display: inline-block;
    }
    #product_add_cart_modal.loading .modal__header
    {
        display: none;
    }
    #product_add_cart_modal.loading #add_to_cart_modal_content, #product_add_cart_modal #add_to_cart_modal_content_loading
    {
        display: none ;
    }
    #product_add_cart_modal.loading #add_to_cart_modal_content_loading{
        display: flex;
    }

    #product_add_cart_modal .loading-icon{
        color: #dc3545;
        font-size: 3em;
    }
    #product_add_cart_modal .modal__container{
        border-radius:15px;
    }
    #add_to_cart_modal_content_loading{
        min-height: 150px;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    @media screen and (min-width: 1024px) {
        #product_add_cart_modal .modal__container {
            min-width: 950px;
            width: 950px;
            max-width: 950px;
          
        }
        #product_add_cart_modal .modal-close-button{
            height: 0px;
        }
        #product_add_cart_modal  .cta{
        padding: 10px 20px !important;
        }
    }
    @media screen and (max-width: 1024px) {
        #product_add_cart_modal .modal__container {
                min-width: 90%;
          
        }
       #product_add_cart_modal  .cta{
        padding: 5px 10px !important;
       }
    }

    @media screen and (max-width: 768px) {
        .modal_addproduct{
            padding: 10px !important;
        }
    }

    .modal-img {
        height: 100px;
        width: 100px;
        position: relative;
        display: block;
        text-align: center;
        align-items: center;
        align-content: center;
    
    
    }
    .modal-img picture {
        position: relative;
        display: block;
        height: 100%;
    }
    .modal-img picture img {
    
    
        vertical-align: center;
        display: block !important;
        max-width: 100% !important;
        max-height: 100% !important;
        position: absolute !important;
        height: auto !important;
        width: auto !important;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    
    
    }
    .add-to-cart-accessories .splide__slide{
        padding:5px !important;
        border-radius: 5px;
        /* background-color:white; */
        border:none !important;
        margin:0px !important;
    }

    .add-to-cart-accessories .splide__slide .ap-wrap {
        height: 100%;
        background-color: white;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0px 3px 2px -1px #0000001c;
        /* border: 1px solid #ddd; */
    }

   
    .filter-modal .card-body{
        overflow: visible;
    }

    @media only screen and (max-width: 991px){

        .filter-modal .modal-content{
            border-radius: 10px 10px 0 0;
            border:none;
            overflow: hidden;
        }
        .filter-modal .modal-header{
            background: #f8f9fa;
            border: none;
            padding-bottom: 5px;
        }
        .filter-modal .modal-dialog{
           margin-left: 0 !important;
           margin-right: 0 !important;
           margin-top:100px !important;
           margin-bottom: 0 !important;
        }
        .filter-modal .modal-body{
            background-color: #f8f9fa;
        }
        .filter-modal .card {
            padding-left: 10px;
            padding-right: 10px;
            background-color: transparent;
            overflow: visible;
        }
        .filter-modal .card .card-body{
            background-color: #fff;
        border: 1px solid #e9e9e9;
        margin-top: 10px;
        border-radius: 5px;
        padding: 10px;
        overflow: visible;
        box-shadow: 0px 3px 3px -2px #bbb6b6;
        }
        .filter-modal .card .card-body .filter-name{
            font-weight: bold;
            margin-bottom: 10px;
            display: inline-block;
        }
        .filter-modal .modal-footer{
            margin-top:15px;
        }
    }
    @media only screen and (min-width: 992px){
        .filter-modal-button{
            display: none !important;
        }
        .filter-modal.modal{
            position: relative;
            display: block;
            opacity: 1;
            z-index: 1;
        }
        .filter-modal.modal .modal-dialog{
            transform:none;
            margin:0;
            width:100%;
        }
        
        .filter-modal.modal .modal-content{
            background-color: transparent;
            border:none;

        }
        .filter-modal.modal .modal-header,
        .filter-modal.modal .modal-footer{
            display:none;
        }
    }

.jumbotron {
    background: transparent !important;
}
.cursor-pointer:hover{
    cursor: pointer !important;
}

/* product view */
body.productPage .single-product-section .col, body.productPage #breadcrumb .col{
    background-color: white !important;
}
body.productPage .single-product-section .col .card .card-body, body.productPage #breadcrumb .col .card .card-body{
    border: none;
}

body.productPage #breadcrumb .col{
    border-bottom: 1px solid #e2e2e2;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

/* tabs */
.tab-wrapper{
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.tab-wrapper .tab{
    padding: 1rem 1.5rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    transition: all 0.15s ease;
    white-space: nowrap;
}
.tab-wrapper .tab:hover, .tab-wrapper .tab.active{
    color: #D10024;
    border-bottom: 2px solid #D10024;
}

/* rich text formatting */
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6{
    /* font-weight: bold; */
    margin-bottom: 0.7rem;
    /* color: #2B2D42; */
    color: #141823;
}
.rich-text p,
.rich-text ul,
.rich-text ol,
.rich-text img,
.rich-text table{
    /* color: #2c333d; */
    color: #141823;
    margin-bottom: 2rem;

}
.rich-text strong{
    color: #390000;
}
.rich-text img{
    max-width: 100%;
}

.rich-text ul li::marker{
    color: #D10024;
}

.single-product-section button.prislusny-button{
    background-color: #54a40d;
    color: white;
    font-size: 12px;
    border: none;
    padding: 5px 7.5px;
    border-radius:2.5px;
}
.single-product-section .modal-dialog img{
    width: 85%;
    height: auto;
}

.single-product-section .rating-container{
    display:flex;
    margin:10px auto 10px 0;
    width: fit-content;
    cursor:pointer;
}
.single-product-section .star{
    color: #cfcfcf;
    margin:auto 0;
}
.single-product-section .star.active{
    color: orange;
}
.single-product-section .rating-container .star{
    margin:auto 0;
}

.single-product-section .rating-container .count{
    border:1px solid #ddd;
    font-size:10px;
    padding: 0px 3px;
    margin-top:auto;
    margin-bottom:auto;
    margin-left:5px;
    border-radius:2.5px;
    
}
.single-product-section .rating-container .text{
    margin-top:auto;
    margin-bottom:auto;
    margin-right:5px;
}
.single-product-section .product-special-links{
    display:flex;
    margin-top: 15px;
    display: flex;
    justify-content: end;
    align-items: center;

}
.single-product-section .product-special-link{
    font-size:14px;
}
.single-product-section .product-special-link span{
    text-decoration: underline;
}
.single-product-section .variant-select{
    display: inline-flex;
    align-items: center;
    background-color: #E1EFFE;
    padding: 5px;
    border-radius: 5px;
    padding-left: 10px;
}
.single-product-section .variant-select .dropdown{
    margin-left:10px;
}
.single-product-section .variant-select .dropdown .dropdown-toggle{
    border:1px solid #bbd3ea;
}
.single-product-section .variant-select .dropdown .dropdown-menu{
    padding:5px;
}
.single-product-section .variant-select .dropdown .dropdown-menu .dropdown-item{
    border-radius:3.5px;
    padding: 3.5px 7px;
}
.single-product-section .variant-select .dropdown .dropdown-menu .dropdown-item:hover{
    background-color: #E1EFFE; 
    opacity: 1 !important;
}

.single-product-section .variant-select .dropdown .dropdown-menu {
    transform: translate3d(0, 0, 0) !important;
    top: 100% !important;
    bottom: auto !important;
    max-height: calc(14.4rem);
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-device-width: 480px) {
    .single-product-section .variant-select{
        margin-bottom:10px;
    }
}

.btn-NEW{
    border: none;
    padding: 15px;
    border-radius: 5px !important;
    transition: all 0.s ease;
}
@media only screen and (max-width: 767px) {
    .btn-NEW{
        padding: 10px;
    }  
}
.btn-CTA{
    background-color: #54a40d;
    color: white;
    box-shadow: 0px 2px 3px -1px #dddddd;
}
.buy-button:hover,.btn-CTA:hover{
    background-color: #62ad20;
}
.buy-button:active,.btn-CTA:active{
    transform: scale(0.98);
}

    .tab-content{
        width: 100%;
    }
@media only screen and (min-width: 480px) {
    .tab-content{
        display: none;
    }
    .tab-content.active{
        display: block;
    }

    .separator-top{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
    }
    .separator-bottom{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .visible-md{
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .visible-md{
        display: none;
    }
}
.p-relative{
    position: relative;
}
/* featured parameters start --------------------------------------------------------------- */
.featured-product-parameters{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .featured-product-parameters{
        left: 10px;
        top: 10px;
    }
}
.featured-product-parameter{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    background: #5e6973;
    border-bottom: 2px solid #00000049;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
    color: white;
}
@media only screen and (max-width: 767px) {
    .featured-product-parameter{
        font-size: 11px;
    }
}

/* featured parameters end --------------------------------------------------------------- */
/* Homepage */
#home-page-content .side-floating-info a:hover{
    opacity: 1;
}

#home-page-content .card.home-right-card{
    height: 165px;
}
#home-page-content .container.header-container{
    margin-bottom: 15px;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #home-page-content .container.header-container{
        margin-bottom: 0;
    }
}
#home-page-content .card.home-right-card .card-body{
    overflow: hidden;
    -webkit-box-shadow: -1px 1px 13px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 1px 13px -5px rgba(0,0,0,0.3);
    box-shadow: -1px 1px 13px -5px rgba(0,0,0,0.3);
    border: none;
    padding: 0;
    transition: 0.15s;
}
#home-page-content .card.home-right-card .card-body:hover{
    opacity: 0.8;
}
#home-page-content .card.home-right-card .card-body a:hover{
    opacity: 1;
}
#home-page-content .card.home-right-card .card-body .home-right-img{
    position: relative;
    background-color: #E4E7ED;
}
#home-page-content .card.home-right-card .card-body img{
    width: 100%;
    height: auto;
}
#home-page-content .card.home-right-card .card-body h3{
    color: #FFF;
}
#home-page-content .card.home-right-card .card-body .home-right-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #D10024;
    opacity: 0.9;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    margin-left: -100px;
}
#home-page-content .card.home-right-card .card-body .home-right-text{
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 30px 30px 10px 30px;
}
#home-page-content .card.home-right-card .card-body .home-right-text h3{
    font-size: 24px;
}

#home-page-content .card.header-card .card-body{
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
}
#home-page-content .single-header-banner .header-img{
    max-height: 438px;
    height: 438px;
}
#home-page-content .single-header-banner .header-img img{
    width: 100%;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #home-page-content .card.header-card{
        padding: 0;
        /*border-bottom: 1px solid #ddd;*/
    }
    #home-page-content .single-header-banner .header-img{
        max-height: 190px;
        height: 190px;
    }
    #home-page-content .single-header-banner .header-img img{
        width: 100%;
    }
}

#home-page-content .categories-slick .card.single-slick-category{
    padding: 15px;
}
#home-page-content .categories-slick .card.single-slick-category .card-body{
    webkit-box-shadow: -1px 1px 13px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 1px 13px -5px rgba(0,0,0,0.3);
    box-shadow: -1px 1px 13px -5px rgba(0,0,0,0.3);
    border: none;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
#home-page-content .categories-slick .card.single-slick-category .card-body .s-s-c-img{
    padding: 35px;
    overflow: hidden;
    height: 300px;
    text-align: center;
}
#home-page-content .categories-slick .card.single-slick-category .card-body .s-s-c-img img{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#home-page-content .categories-slick .card.single-slick-category .card-body .s-s-c-text{
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
}
#home-page-content .categories-slick .card.single-slick-category .card-body .s-s-c-text p{
    background-color: rgba(209,0,36,0.9);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #FFFFFF;
    padding: 35px 15px;
}

#home-page-content .card.main-header-card {
    margin-bottom: 5px;
}
#home-page-content .card.header-banner .card-body{
    border: 0;
}
#home-page-content .card.card-header{
    padding: 0 15px;
}
#home-page-content .card.card-header .card-body{
    text-align: center;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    padding: 22px 0;
}

#home-page-content .card.card-header:last-child .card-body{
    border: none;
}
#home-page-content .card.card-header .card-body .icon{
    font-size: 30px;
    margin-bottom: 0px;
}
#home-page-content .card.card-header .card-body .icon i{
    width: 40px;
    height: 40px;
    margin: 8px auto;
    box-sizing: border-box;
    padding: 3px;
}
#home-page-content .card.card-header .card-body .icon .icon-circle{
    display: block;
    width: 56px;
    height: 56px;
    margin: 11px auto;
    border-radius: 100%;
    border: 2px solid #D10024;
}

#home-page-content .card.card-header .card-body p{
    font-weight: bold;
}

#home-page-content .card.home-ctg-slick .card-body{
    border: 0;
    border-radius: 0;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #home-page-content .card.home-ctg-slick .card-body{
        border: none;
    }
}
#home-page-content .card.home-ctg-slick .home-ctg-slick-img{
    height: 80px;
}
#home-page-content .card.home-ctg-slick .home-ctg-slick-img img{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#home-page-content .card.home-ctg-slick .home-ctg-slick-text{
    text-align: center;
    margin-top: 10px;
}
#home-page-content .categories-slick{
    margin: 0 15px;
}

#home-page-content .card.slick-card{
    padding-top: 20px;
}
#home-page-content .card.slick-card .card-body{
    padding: 10px 15px;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #home-page-content .card.slick-card{
        padding-top: 10px;
    }
    #home-page-content .card.slick-card p.cat-title{
        font-weight: bold;
        font-size: 18px;
    }
    #home-page-content .card.slick-card .card-body{
        padding: 10px 15px;
    }
}

#home-page-content .categories-slick button.slick-next:before{
    color: black;
}
#home-page-content .categories-slick button.slick-prev:before{
    color: black;
}

#home-page-content .card-main-title{
    /*width: 100%;
    text-align: left;
    border-bottom: 1px solid #D10024;
    line-height: 0.1em;
    margin: 10px 0 20px;*/
    margin-top: -20px;
}
#home-page-content .card-main-title span{
    /*background:#fff;
    padding:0 10px;
    color: #D10024;*/
    color: #FFFFFF;
    background-color: #666666;
    padding: 5px 10px;
    border-radius: 5px;
}
#home-page-content .bnr-txt .home-icons-icon {
    font-size: 5rem;
    vertical-align: middle;
    padding-bottom: 15px;
}
#home-page-content .bnr-txt .home-icons-icon div {
    width: 90px;
    height: 90px;
    background-color: #D31838;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: 0.2s;
}
#home-page-content .bnr-txt .home-icons-icon div img {
    margin-top: 18px;
    width: 50px;
    height: auto;
    margin-left: 8px;
}
#home-page-content .bnr-txt .home-icons-icon div i{
    font-size: 50px;
    color: snow;
}
#home-page-content .bnr-txt p.home-icons-title {
    text-transform: uppercase;
    color: #2B2D42;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
#home-page-content .bnr-txt p{
    font-size: 16px;
    line-height: 1.2;
}

#home-page-content .h1hide{
    text-indent: 100%;
    font-size: 0;
    color: transparent;
}
#home-page-content .featured-category-img{
    width:25px;height:25px;background:white;display:inline-flex;border-radius:3.5px;
}
#home-page-content .featured-category-head{
    font-size:18px;
    display:flex;
    align-items:center;
}
#home-page-content .main-header-slick .slick-dots{
    bottom: 0;
    display: block;
    position: relative;
    margin-top: 15px;
    text-align: right;
}
#home-page-content a.dot p{
    border: 1px solid #D10024;
    text-align: center;
    color: #D10024;
    font-weight: bold;
    transition: 0.1s;
}
#home-page-content a.dot p:hover{
    background-color: #D10024;
    color: white;
}
#home-page-content .card-body.featured-products{
    background-color: transparent;
    border: none!important;
}
#home-page-content .featured-title{
    margin-bottom: 15px;
    position: relative;
}
#home-page-content .featured-title span{
    position: relative;
    padding-right: 15px;
    background-color: #eceff1;
    z-index: 1;
}
#home-page-content .featured-title:before{
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #ddd;
    top: 60%;
    z-index: 1;
    left: 0;
}
#home-page-content .featured-products-slick .slick-track{
    display: flex;
    margin-left:0;
}
#home-page-content .featured-products-slick .product{
    height: 100%;
}
