/*FLEX GRID SYSTEM *******************/
/*@media only screen and (max-width: 48em) {*/
@media only screen and (max-width: 767px) {

    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-xs {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-xs-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-xs-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-xs-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-xs-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-xs-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-xs-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-xs-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-xs-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-xs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .row-reverse-xs {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -1rem;
        margin-left: -1rem;
    }

    /*FLEX GRID SYSTEM END ***************/

    /* ----- PADDING --------------------------*/

    .ph-0-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .ph-5-xs {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ph-10-xs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ph-15-xs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ph-20-xs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ph-25-xs {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ph-30-xs {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ph-50-xs {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pv-0-xs {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pv-5-xs {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pv-10-xs {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pv-15-xs {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pv-20-xs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pv-25-xs {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pv-30-xs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pv-50-xs {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .p-0-xs {
        padding: 0 !important;
    }

    .p-5-xs {
        padding: 5px;
    }

    .p-10-xs {
        padding: 10px;
    }

    .p-15-xs {
        padding: 15px;
    }

    .p-20-xs {
        padding: 20px;
    }

    .p-25-xs {
        padding: 25px;
    }

    .p-30-xs {
        padding: 30px;
    }

    .p-50-xs {
        padding: 50px;
    }

    .pr-0-xs {
        padding-right: 0;
    }

    .pr-5-xs {
        padding-right: 5px;
    }

    .pr-10-xs {
        padding-right: 10px;
    }

    .pr-15-xs {
        padding-right: 15px;
    }

    .pr-20-xs {
        padding-right: 20px;
    }

    .pr-25-xs {
        padding-right: 25px;
    }

    .pr-30-xs {
        padding-right: 30px;
    }

    .pr-50-xs {
        padding-right: 50px;
    }

    .pl-0-xs {
        padding-left: 0;
    }

    .pl-5-xs {
        padding-left: 5px;
    }

    .pl-10-xs {
        padding-left: 10px;
    }

    .pl-15-xs {
        padding-left: 15px;
    }

    .pl-20-xs {
        padding-left: 20px;
    }

    .pl-25-xs {
        padding-left: 25px;
    }

    .pl-30-xs {
        padding-left: 30px;
    }

    .pl-50-xs {
        padding-left: 50px;
    }

    .pt-0-xs {
        padding-top: 0;
    }

    .pt-5-xs {
        padding-top: 5px;
    }

    .pt-10-xs {
        padding-top: 10px;
    }

    .pt-15-xs {
        padding-top: 15px;
    }

    .pt-20-xs {
        padding-top: 20px;
    }

    .pt-25-xs {
        padding-top: 25px;
    }

    .pt-30-xs {
        padding-top: 30px;
    }

    .pt-50-xs {
        padding-top: 50px;
    }

    .pb-0-xs {
        padding-bottom: 0;
    }

    .pb-5-xs {
        padding-bottom: 5px;
    }

    .pb-10-xs {
        padding-bottom: 10px;
    }

    .pb-15-xs {
        padding-bottom: 15px;
    }

    .pb-20-xs {
        padding-bottom: 20px;
    }

    .pb-25-xs {
        padding-bottom: 25px;
    }

    .pb-30-xs {
        padding-bottom: 30px;
    }

    .pb-50-xs {
        padding-bottom: 50px;
    }

    /* ----- END PADDING --------------------------*/
    /* ----- MARGIN --------------------------*/
    /*
        m :margin
        mv :margin vertical
        mh :margin horizontal
        ml :margin left
        mr :margin right
        mt :margin too
        mb :margin bottom
        */


    .mh-auto-xs {
        margin-left: auto;
        margin-right: auto;
    }

    .mh-0-xs {
        margin-left: 0;
        margin-right: 0;
    }

    .mv-auto-xs {
        margin-top: auto;
        margin-bottom: auto;
    }

    .mv-0-xs {
        margin-top: 0;
        margin-bottom: 0;
    }

    .m-auto-xs {
        margin: auto;
    }

    .m-0-xs {
        margin: 0 !important;
    }

    .m-5-xs {
        margin: 5px;
    }

    .m-10-xs {
        margin: 10px;
    }

    .m-15-xs {
        margin: 15px;
    }

    .m-20-xs {
        margin: 20px;
    }

    .m-25-xs {
        margin: 25px;
    }

    .m-30-xs {
        margin: 30px;
    }

    .m-50-xs {
        margin: 50px;
    }

    .mr-auto-xs {
        margin-right: auto;
    }

    .mr-0-xs {
        margin-right: 0;
    }

    .mr-5-xs {
        margin-right: 5px;
    }

    .mr-10-xs {
        margin-right: 10px;
    }

    .mr-15-xs {
        margin-right: 15px;
    }

    .mr-20-xs {
        margin-right: 20px;
    }

    .mr-25-xs {
        margin-right: 25px;
    }

    .mr-30-xs {
        margin-right: 30px;
    }

    .mr-50-xs {
        margin-right: 50px;
    }

    .ml-auto-xs {
        margin-left: auto;
    }

    .ml-0-xs {
        margin-left: 0;
    }

    .ml-5-xs {
        margin-left: 5px;
    }

    .ml-10-xs {
        margin-left: 10px;
    }

    .ml-15-xs {
        margin-left: 15px;
    }

    .ml-20-xs {
        margin-left: 20px;
    }

    .ml-25-xs {
        margin-left: 25px;
    }

    .ml-30-xs {
        margin-left: 30px;
    }

    .ml-50-xs {
        margin-left: 50px;
    }

    .mt-auto-xs {
        margin-top: auto;
    }

    .mt-0-xs {
        margin-top: 0;
    }

    .mt-5-xs {
        margin-top: 5px;
    }

    .mt-10-xs {
        margin-top: 10px;
    }

    .mt-15-xs {
        margin-top: 15px;
    }

    .mt-20-xs {
        margin-top: 20px;
    }

    .mt-25-xs {
        margin-top: 25px;
    }

    .mt-30-xs {
        margin-top: 30px;
    }

    .mt-50-xs {
        margin-top: 50px;
    }

    .mb-auto-xs {
        margin-bottom: auto;
    }

    .mb-0-xs {
        margin-bottom: 0;
    }

    .mb-5-xs {
        margin-bottom: 5px;
    }

    .mb-10-xs {
        margin-bottom: 10px;
    }

    .mb-15-xs {
        margin-bottom: 15px;
    }

    .mb-20-xs {
        margin-bottom: 20px;
    }

    .mb-25-xs {
        margin-bottom: 25px;
    }

    .mb-30-xs {
        margin-bottom: 30px;
    }

    .mb-50-xs {
        margin-bottom: 50px;
    }

    /* ----- END MARGIN --------------------------*/

    /*font size*/
    .fs-9-xs {
        font-size: 9px
    }

    .fs-10-xs {
        font-size: 10px
    }

    .fs-13-xs {
        font-size: 13px
    }

    .fs-12-xs {
        font-size: 12px
    }

    .fs-14-xs {
        font-size: 14px
    }

    .fs-16-xs {
        font-size: 16px
    }

    .fs-18-xs {
        font-size: 18px
    }

    .fs-20-xs {
        font-size: 20px
    }

    .fs-22-xs {
        font-size: 22px
    }

    .fs-24-xs {
        font-size: 24px
    }

    .fs-26-xs {
        font-size: 26px
    }

    .fs-28-xs {
        font-size: 28px
    }

    .fs-36-xs {
        font-size: 32px
    }

    .fs-32-xs {
        font-size: 36px
    }

    /*font size end*/

    /* OTHER---------------------------------------------------------------------------------------*/

    .ws-nowrap-xs {
        white-space: nowrap;
    }


    .wrapper {
        width: 100%;
    }

    .show-xs {
        display: block;
    }




    .tab-fill::after {
        width: 75%;
    }

    .tabulator.full-xs {
        background-color: #1d9001;
    }

    .tabulator.full-xs .tab-fill {
        display: none;
    }

    .scroll-top-btn-container {
        right: 10px;
        bottom: 70px; 
    }
    /*product*/


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

    .products [class*="col-"]:nth-child(odd) .product {
        border-left: none;
    }

    .products .product {
        border-bottom: 1px solid #ddd;
        border-left: none;
    }

    .products .label+.label {
        margin-top: 0;
    }

    .products .label {
        margin-right: 5px;
        display: inline-flex;
    }
    .acana_sale_icon > img.abc-icon, .orijen_sale_icon > img.abc-icon {
        height: 17px !important;
    }

    /* .product-img{
        height: 120px;
    } */
    .h-90-xs {
        height: 90%
    }

    .h-80-xs {
        height: 80%
    }

    .h-100-xs {
        height: 100%
    }

    .table-wrap {
        overflow-x: scroll;
    }

    /********/
    .hide-xs {
        display: none !important;
        visibility: hidden !important;
    }

    /*header*/
    .main-header {

        background: #ffffff;
        height: 60px;
        position: fixed;
        transition: 0.4s;
        z-index: 4;
        transform: translateY(0);
    }

    .main-header.rollup {
        transform: translateY(-100%);
    }

    .header-search.rollup {
        transform: translateY(-250%);
    }

    .header-search {
        z-index: 4;
        position: fixed;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid #ddd;
        top: 60px;
        transition: 0.4s;
    }

    .main-header .wrapper .row {

        /*justify-content: space-around;*/
    }

    .clear-xs:before,
    .clear-xs:after {
        content: none !important;
    }

    .clear-a-xs:after {
        content: none !important;
    }

    .clear-b-xs:before {
        content: none !important;
    }

    .logo .logo-img {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo .logo-img .logo-img-href {
        height: 30px;
        width: auto;
    }

    .logo .logo-img .logo-img-href img {
        height: 100%;
        width: auto;
    }

    /********/
    /* .abc-icon {
        height: 25px;
    } */
    .abc-icon {
        height: 28px;
    }

    .abc-icon.icon-status {
        height: 15px;
    }

    .w-10-xs {
        width: 10%;
    }

    .w-20-xs {
        width: 20%;
    }

    .w-30-xs {
        width: 30%;
    }

    .w-40-xs {
        width: 40%;
    }

    .w-50-xs {
        width: 50%;
    }

    .w-60-xs {
        width: 60%;
    }

    .w-70-xs {
        width: 70%;
    }

    .w-80-xs {
        width: 80%;
    }

    .w-90-xs {
        width: 90%;
    }

    .w-100-xs {
        width: 100%;
    }

    .w-auto-xs {
        width: auto;
    }

    .fw-500-xs {
        font-weight: 500;
    }

    .fw-400-xs {
        font-weight: 400;
    }

    /* .subcategories [class*="col-xs-"]:nth-child(2n){
            border-right: none;
        } */
    .h-48px-xs {
        height: 48px !important;
    }

    .h-40px-xs {
        height: 40px !important;
    }

    .h-80px-xs {
        height: 80px;
    }



    .menu-icon {
        height: 30px;
    }



    /*footer*********/
    .footer-logo {
        margin-top: -22px;
    }

    .subfooter:before {
        left: -70px;
    }

    .subfooter:after {
        right: -70px;
    }

    .subfooter-links {
        display: block;
        color: white;
    }

    /*footer end*****/

    .bg-orange-xs {
        background-color: #ff7c00;
    }

    .bg-green-xs {
        background-color: #1d9001;
    }

    .bg-subgreen-xs {
        background-color: #0f4f00;
    }

    .bg-yellow-xs {
        background-color: #ffd900;
    }

    .bg-red-xs {
        background-color: #fd0002;
    }

    .bg-white-xs {
        background-color: #FFFFFF;
    }

    .bg-gray-xs {
        background-color: #f8f8f8;
        /*#e6e6e6;*/
    }

    /*award*/
    .award img {
        height: 30px;
    }

    /**/
    .text-right-xs {
        text-align: right;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .collapse.show-xs {
        height: 100%;
    }

    .br-5-xs {
        border-radius: 5px;
    }

    .top-bar {
        background: transparent;
    }

    .responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .responsive-table tr {
        border: 1px solid #ddd;
        border-bottom: 3px solid #ddd;
        display: block;
        border-radius: 5px;
    }

    .responsive-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .responsive-table td:last-child {
        border-bottom: none;
    }

    .responsive-table td::before {
        content: attr(data-label);
        float: left;
    }

    .cookies-content {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .tab-content.show-xs {
        display: flex !important;
    }

    .fd-column-xs {
        flex-direction: column;
    }

    .h-70px-xs {
        height: 70px;
    }

    .breadcrumb-wrap {
        border-bottom: 1px solid #e6e6e6;

        margin-left: -10px;
        margin-right: -10px;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .single-product .product-subimages .subimage {
        border: none;
    }

    .subfooter-links .link+.link:before {
        content: none;
    }

    .filter-wrap {
        margin-left: -10px;
        margin-right: -10px;
        border-left: none !important;
        border-right: none !important;
        border-radius: 0 !important;
    }

    /* .product-price{
            
            background-color: #f8f8f8;
        } */
    .banner-border {
        border: none !important;
    }

    .product-title {
        border-top: 1px solid #e6e6e6;
    }

    .o-hide-xs {
        overflow: hidden;
    }

    .nav-mobile-wrapper.open {
        /*border-left: 10px solid transparent;
            border-right: 10px solid transparent;*/

    }

    .filter-item:nth-child(even) {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .modal {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .modal-content {
        width: 90%;
    }

    .modal-product-img {
        height: auto;
        width: 85px;
    }

    .tab-content.show-xs {
        height: auto;
    }

    .dog-image img {
        max-width: 90px;
        /* Smaller image on mobile */
        top: -50px;
        /* Adjust position */
        left: -20px;
    }

    .banner-title {
        font-size: 20px;
        /* Smaller banner text */
    }

    .category-card {
        padding: 20px;
        /*  padding-bottom: 100%; */
        /* Make card taller for mobile */
    }

    .category-card-skeleton {
        padding: 20px;
        max-width: 165px;
    }

    .catg-img img {
        max-width: 80px;
        /* Smaller category image */
    }

    .category-text h2 {
        font-size: 12px;
        /* Smaller category title */
    }

    .category-text p {
        font-size: 9px;
        /* Smaller description text */
    }

    .cta-button {
        padding: 2px 5px;
        font-size: 8px;
    }

    .cta-button i {
        font-size: 6px;
        padding-right: 3px;
    }

    .crossSellItem .cta-button {
        width: 100%;
        padding: 0.5rem 0;
    }


    .crossSellItem .category-text {
        word-break: break-word;
    }

    .crossSellItem .cta-button {
        font-size: clamp(0.5rem, 1.5vw, 1rem);
    }

    .category-view {
        margin-bottom: -20px;
    }

    .category-info.collapse {
        position: relative;
        display: none;
    }

    .category-info.collapse.show {
        display: block;
    }

    .category-info .subcategory-show-more {
        display: flex;
    }

    .category-info.show .subcategory-show-more {
        display: none;
    }

    .shipping-banner+.shipping-banner {
        border-left: none;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;

    }

    .cart-pd-img img {
        padding: 0 !important;
    }
    .address-dropdown {
        max-height: 200px;
        max-width: 80%;
        margin-top: 15%;
    }
    .subheader-mobile {

        z-index: 3;
        margin-top: 106px;
    }

    .subcategories:after {
        content: none;
    }

    .shipping-banner-lightorange {
        background-color: #FFE4CB;
    }

    .shipping-banner-lightgreen {
        background-color: #D0F9C7;
    }

    .checkout-choice .payoption-img img,
    .checkout-choice .payoption-img {
        width: 40px;
        max-width: 40px;
        min-width: 40px;
        height: auto;
    }

    .banner-dot {
        width: 20px;
    }

    .footer-icons .payments img {
        height: 20px;
        width: auto;
    }

    /* START checkout product */
    .checkout-products-wrap {
        display: flex;
        flex-direction: column;
    }

    .checkout-products-wrap .checkout-product {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .checkout-products-wrap .checkout-product:last-child {
        margin-bottom: 0px;
    }

    .cart_quantity_delete {
        opacity: 1;
        color: #868686;
    }

    .checkout-products-wrap .checkout-product .checkout-product-td {
        display: flex;
        padding: 0px;
    }

    /* .cart-price-info{
            border-left: none;
            flex-direction: column;
            flex-wrap: wrap;
        } */
    .checkout-product+.checkout-product .checkout-product-td {
        border: none;
    }

    /* END checkout product */

    /* daktela fix */

    #daktela-web.dw-design-button-BOOKMARK .dw-body {
        width: 95px !important;
        max-width: 95px !important;
        bottom: 10px !important;
        border-radius: 50px !important;
    }

    #daktela-web.dw-design-button-BOOKMARK .dw-body.dw-visible {
        max-width: calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
        border-radius: 20px !important;
    }

    /* footer edits */

    .footer-block .collapse {
        /* border-bottom: 1px solid #0e4f006e; */

    }

    .footer-block .collapse.show {
        padding-bottom: 20px;
    }

    .footer-block .footer-headline {
        padding: 0px;
    }

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


    .footer-block-wrapper .footer-block:last-child {
        margin-bottom: 0px;
    }

    .footer-block-wrapper .footer-block:last-child .collapse {
        border-bottom: none;
    }


    /* BLOG */
    .blog-comming {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .blog-comming form {
        width: 100%;

    }

    .abcclub-logo {
        height: 40px;
        margin-top: -30px;
    }

    /* new categories */
    /* .subcategories [class*="col-"]{
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 10px;
        } */
    .sub-catg {
        display: flex;
        height: auto;
        justify-content: center;
    }

    .sub-catg .catg-name {
        position: relative;
    }

    .sub-catg .catg-img {
        height: 50px;
        width: 70px;
    }

    .blog-banner-wrapper {
        height: 220px;
        background-size: cover;
        padding: 10px;
    }

    .banner-content {
        max-width: 100%;
        padding: 20px 10px;
    }

    .banner-content h2 {
        font-size: 22px;
        padding-top: 15px;
    }

    .banner-content h2 span {
        font-size: 20px;
    }

    .banner-email-form {
        flex-direction: row;
        margin-top: 10px;
    }

    .banner-email-form input {
        width: 110px;
    }

    .banner-content p {
        width: 190px;
        font-size: 10px;
        margin-top: 5px;
    }

    .input-email {
        width: 150px;
    }

    .right-image {
        margin-left: 10%;
        padding: 0;
    }

    .loyalty_v2-info-page .banner .content {
        padding: 20px;
        position: relative;
    }


    /* remove borders of products in slider */
    .slider.no-borders-xs .product {
        border: none !important;
    }

    .slider .product {
        border: none !important;
    }

    .mobile-divider {
        background-color: #f0f0f0;
        padding-bottom: 15px;

    }

    .mobile-divider>div {
        background-color: white;
        border-bottom: 2px solid #ddd;
    }

    .justify-center-xs {
        justify-content: center;
    }

    .footer-block {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .blockcontact-wrapper .blockcontact-col+.blockcontact-col {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid var(--gray);
    }

    .benefit .benefit-icon {
        font-size: 25px;
    }

    .loyalty_v2-info-page .banner {
        background-image: url('/modules/loyalty_v2/img/banner.jpg');
    }

    .loyalty_v2-info-page .banner .content {
        padding: 20px;
        position: relative;
    }

    .section .row-reverse-xs {
        flex-direction: column-reverse;
    }

    /* headernotification module */
    .header_notification_on #header-wrapper {
        background-color: white;
    }

    .header_notification_on .header-search {
        top: 100px;
    }
}

/*toto tu je pre tablet aj mobile, nechcel som to pisat do oboch cssiek aby to nebolo zbytocne dvakrat pisat*/
/*ked tak to mozem presunut do tabletoveho csska*/
@media only screen and (max-width: 1024px) {
    .catalogue-trigger.bg-orange.active {
        background-color: #b15600 !important;
    }

    .catalogue-trigger.bg-green.active {
        background-color: #0f4f00 !important;
    }

    .catalogue-trigger i {
        transition: 0.1s;
    }

    .catalogue-trigger.active i {
        transform: rotate(180deg);
    }

    .profile-link .profile-icon {
        height: 80px;
    }

    .sub-items {
        display: none;
    }

    /*sidenav*/
    .nav-mobile-wrapper {
        position: fixed;
        z-index: 3;
        top: 0;

        width: 100%;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: 0.1s;
        left: 0;
    }

    .nav-top-margin {
        margin-top: 105px;
    }

    .nav-mobile-wrapper.category-clicked {
        position: fixed;
        margin-top: 122px;
    }

    .nav-wrapper.header-links {
        position: relative;
    }

    .nav-wrapper>.nav-items.header-links {
        display: block;
        position: relative;
        left: 0;
    }

    .nav-mobile-wrapper.open {
        height: 100dvh;
        padding-bottom: 20px;
        overflow-y: scroll;
        opacity: 1;
        padding-top: 15px;

    }

    .nav-mobile-wrapper.open.category-clicked {
        margin-top: 122px;
    }



    .nav-close-button {
        display: none;
    }

    .category-clicked.open .nav-close-button {

        display: flex;
        justify-content: end;
        align-items: center;

    }

    .nav-mobile-wrapper .side-navigation {
        display: block;
        position: relative;
        z-index: 3;
        transition: 0.2s;
    }

    /* .nav-mobile-wrapper .side-navigation.visible{
            display: block;
        } */
    .mobile-overlay {
        content: "";
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.7;
        z-index: 2;
        display: none;

    }

    .mobile-overlay.open {
        display: block !important;
    }

    .main-wrapper {
        position: relative;
        /* docastne fixy */
        padding-top: 107px;
    }

    .single-product .product-subimages .subimage {
        height: 50px;
    }

    .d-flex-xs {
        display: flex !important;
    }

    /*.
    selected-category:before,.selected-category:after{
           content: none;
       }*/
    .selected-category {
        background-color: red;
    }

    .nav-item:before,
    .nav-item:after {
        content: none;
    }

    .nav-item {
        background-color: #ffffff;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        justify-content: space-between;
        display: flex;
        flex-direction: row;
        position: unset;
        color: #686868;
    }

    .nav-item .nav-icon {
        margin-right: 10px;
    }

    .nav-item>.nav-trigger {
        flex: 2;

    }

    .sub-items>li {
        display: flex;
        border-bottom: 1px solid #e6e6e6;
    }

    .sub-items>li>a {

        border: none;
        text-align: left;
    }

    .sub-items .nav-trigger {
        flex: 2;
    }

    .sub-items .nav-next {
        flex: 1;
    }

    .nav-item>.nav-next {
        flex: 1;
    }

    .nav-img {
        height: 30px;
        width: auto;
    }

    .nav-show-mobile {
        display: block;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .nav-item a {
        /*justify-content: flex-end;
            flex-direction: row-reverse;*/
    }

    .dropdown-subcategory .img {
        height: 30px;
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-wrapper {
        position: unset;
    }

    .sub-items {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        background-color: white;
    }

    .sub-items .nav-img {
        display: flex;
    }

    .sub-header {
        position: relative;
        z-index: 4;
    }

    .nav-dropdown .dropdown-wrap {
        background-color: #ffffff;
    }

    .dropdown-wrap>[class*="col-"] {
        border-bottom: 1px solid #e6e6e6;
    }

    .nav-wrapper:after,
    .nav-header:before {
        content: none;
    }

    .sub-header .categories .category:first-child:before {
        content: "";
        position: absolute;
        width: 75%;
        left: 0;
        top: 0;
        height: 100%;
        border-top-left-radius: 5px;
        background-color: #ff7c00;
    }

    .b-gray-xs {
        border: 1px solid #ddd;
    }

    .b-b-gray-xs {
        border-bottom: 1px solid #ddd;
    }

    .bt-gray-xs {
        border-top: 1px solid #ddd;
    }

    .btn-sm-xs {
        padding: 4px 8px;
    }

    /********/
    .nav-item>a:before {
        content: none;
    }

    .level-depth-1>.sub-items {
        background-color: white;
    }

    .level-depth-2>.sub-items {
        background-color: white;
    }

    .level-depth-3>.sub-items {
        background-color: white;
    }

    .level-depth-4>.sub-items {
        background-color: white;
    }

    .nav-wrapper>.nav-items {
        position: absolute;
        left: 100%;
        width: 100%;
        top: 0;
        display: none;
    }

    .side-filter .nav-wrapper>.nav-items {
        left: 0;
        display: block;
        position: relative;

    }

    .category-clicked .nav-wrapper>.nav-items.show,
    .nav-wrapper>.nav-items.show {
        display: block;
    }

    .nav-items .selected,
    .nav-items .selected:before {
        background: white;
        color: inherit;
    }

    .nav-header {
        background: white !important;
        border-radius: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .nav-main-category {
        background-color: black;
        /* border: 1px solid #ddd; */
        border-radius: 5px;
        padding: 20px;
        display: flex;
        align-items: center;
        overflow: hidden;
        position: relative;

    }

    .nav-main-image {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0.6;
    }

    /* #navigation-categories .nav-wrapper:first-of-type .nav-header{
            padding-bottom: 20px;
        } */
    #navigation-categories .nav-wrapper:nth-child(-n+10) .nav-main-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nav-main-category-title {
        position: relative;
        z-index: 1;
    }

    .side-filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        display: none;
    }

    .side-filter.open {
        display: flex;
    }

    .p-fixed-xs {
        position: fixed;
    }

    .footer-icons-content:before {
        display: none;
    }

    .nav-mobile-wrapper {
        background-color: white;
    }

    #mobile-category-trigger.active {
        display: none;

    }

    .nav-link-headline {
        font-size: 18px;
        font-weight: 700;
        padding-left: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
        /* color: #686868; */
        color: #000000;
    }

    .nav-main-category-desc {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 85%;
    }

    .small-banner-title {
        width: 70%;
    }

    #daktela-web.dw-design-button-BOOKMARK .dw-body,
    #daktela-web .dw-button,
    #daktela-web .dw-body,
    #cookiescript_badge {
        z-index: 2 !important;
    }

    .breadcrumb-topwrap {
        position: relative;
        overflow: hidden;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: -10px;
    }

    .breadcrumb-topwrap:before,
    .breadcrumb-topwrap:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 23px;
        background: rgb(255, 255, 255);

    }

    .breadcrumb-topwrap:before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.774969362745098) 0%, rgba(255, 255, 255, 0) 100%);
        left: 0;
    }

    .breadcrumb-topwrap:after {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.774969362745098) 0%, rgba(255, 255, 255, 0) 100%);
        right: 0;
    }

    .breadcrumb-wrap {
        background-color: #f8f8f8;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .breadcrumb-wrap::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari and Opera */
    }

    .breadcrumb {
        white-space: nowrap;
    }

    .breadcrumb .breadcrumb-link {
        color: #9f9f9f;
    }

    .breadcrumb li:after {
        padding-left: 7px;
        margin-right: 7px;
    }


    .side-filter hr {

        height: 10px;
        width: 100%;
        border-top: 2px solid #ddd !important;
        border-bottom: none;
        background: #f0f0f0 !important;
    }

    .filter-label {
        padding: 5px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .filter-label .disabled {
        color: #ddd;
    }

    .petloyalty .filter-label .disabled {
        text-decoration: line-through;
    }

    .filter-label.active {
        border: 1px solid #ff9140;
        background-color: #FFF2E5;
    }

    .filter-label input,
    .filter-label div {
        display: none;
    }

    .mobile-filter-operation {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 4;
        box-shadow: 0px -10px 15px #0000002b;
    }

    .mobile-filter-operation {
        display: flex;
    }

    .mobile-filter-operation .show-products {
        flex: 5;
    }

    .mobile-filter-operation .reset-filter {
        flex: 1;
    }

    .mans-data-cntnt .hidden {
        display: inline-block;
    }

    .btn-new.btn-green-outline {
        border: 1px solid #1d9001;
        color: #1d9001;
    }

    .btn-new.btn-green-outline:hover {
        background: #1d9001;
        color: white;
    }

    #pds-fltrs {
        padding-bottom: 85px !important;
    }

    .filter-list-wrap {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 5px;

    }

    .products-filter-button-wrap {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
        display: flex;
    }

    .products-filter-button-wrap .product-filter-button {
        background: white;
        width: 70%;
        box-shadow: 0px -10px 15px #0000002b;
        padding: 10px;
        border-radius: 10px 10px 0 0;
    }

    .products-filter-button-wrap .product-filter-button .btn-new {
        width: 100%;
    }

    .main-content {
        padding-top: 10px;
    }

    .slider-navigation {
        background: transparent;
    }

    .checkout-tabs .checkout-tab {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #pds-ldr.sticked {
        top: 120px;
    }

    .newsletter img {
        right: -10px;
    }

    /* headernotification module */
    /* override header */
    .header_notification_on .main-header {
        height: 100px;
    }

    .header_notification_on .nav-top-margin {
        margin-top: 145px !important;
    }

    .header_notification_on #header-wrapper {
        height: 60px;
    }

    .header_notification_on .main-wrapper {
        padding-top: 147px !important;
    }

    .header_notification_on .header-search.rollup {
        transform: translateY(-450%);
    }

    .header_notification_off .main-wrapper {
        padding-top: 147px !important;
    }

    .loyalty_v2-info-page.categories .category-img {
        width: 60px;
    }


    .w-100-md-ch {
        width: 100%;
    }

    .loyalty_v2-info-page.categories .content.image_exist .col-wrap {
        display: inline-flex;
        align-items: flex-end;
        margin-top: 0px;
        z-index: 2;
    }

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

        .account-section .headline .title {
            font-size: 16px;

        }
    }
}

@media only screen and (max-height: 568px) {
    .categories .banner.custom-banner .row.subcategories.justify-center {
        top: -20px !important;
    }
}

@media (min-width: 768px) {
    #category div#mobile-menu-wrapper {
        display: none;
    }
}