:root {
    --offer-image-height: 243px;
    /*TODO */
    /*--offer-card-height: 452px;*/
    --offer-card-height: 100%;
    --list-image-height: 240px;
    --list-wrapper-height: 470px;
    --menu-icon-color: #888888;
    --lh-title: 1.4rem;
    --lh-text: 1.1rem;
    --lh-category-text: 1.06rem;
    --max-lines-text: 5;
}

#category {
    --active-vertical-filter: defaultValue;
    --active-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(198deg) brightness(104%) contrast(99%);
}

#category .nocontent-wrapper {
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#category .nocontent-text {
    font-size: var(--font-14);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin: 2rem auto 0;
}
#category .phone-link {
    font-size: var(--font-14);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin-bottom: 0;
}
#category .phone-icon {
    width: 13.8px;
    height: 15px;
    object-fit: contain;
}
#category .nocontent-icon {
    width: 171px;
    height: 181px;
    object-fit: contain;
}
#category .basket-panel.sticky-top,
#category .cat-navigation.sticky-top {
    top: 110px;
}
#category .cat-navigation {
    display: block;
    max-height: calc(100vh - 135px);
    overflow-y: auto;
    transition: all 0.3s;
}
#category .basket-panel.sticky-top.scrolled .basket-scroll-y {
    height: auto;
}
#category .basket-panel.sticky-top .basket-scroll-y {
    height: auto;
    max-height: calc(100vh - 390px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    padding-left: 1rem;
    padding-right: 1rem;
}
#category .basket-panel.sticky-top .basket-scroll-y::-webkit-scrollbar {
    width: 5px;
}
#category .basket-panel.sticky-top .basket-scroll-y::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#category .basket-panel.sticky-top .basket-scroll-y::-webkit-scrollbar-thumb {
    background: #888;
}
#category .basket-panel.sticky-top .basket-scroll-y::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#category .basket-panel.sticky-top .basket-scroll-y.sticky_div,
#category .basket-panel.sticky-top.scrolled.sticky_div {
    max-height: unset;
}
#category .cat-nav-col.sticky-top {
    top: 0;
}
#category {
    margin-top: 2.5rem;
    min-height: calc(100vh - 460px);
}
#category .nav-link.disabled {
    pointer-events: none;
}
#category .nav-item:hover {
    cursor: pointer;
}
#category .nav-link svg g:not(#MainDish),
#category .nav-link svg path {
    fill: var(--font-color);
}
#category .nav-link svg g#MainDish,
#category .nav-link svg g#merides {
    fill: none;
}
#category .nav-link.active svg g#merides circle,
#category .nav-link.active svg g#merides path {
    stroke: #FFFFFF;
}
#category .nav-link .best-sellers-icon path {
    stroke: var(--font-color);
}
#category .nav-link.active svg g,
#category .nav-link.active svg path,
#category .nav-link.active svg polygon {
    fill: #ffffff;
}
#category .nav-link.active .best-sellers-icon path {
    stroke: #ffffff;
}
#category .nav-link.active img.cat-nav-img {
    filter: var(--active-filter);
}
#category .nav-link.active .catNavTitle {
    font-family: var(--bold-font);
    color: var(--color);
}
#category .nav-link.active .svgOval {
    background-color: var(--color);
}
#category .cat-navigation .nav-link {
    font-size: var(--font-16);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--font-color);
    padding: 5px 0;
    display: flex;
    align-items: center;
}
#category .cat-navigation .nav-link .svgOval {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
#category .cat-navigation .nav-link .catNavTitle {
    padding-left: 0.5rem;
    width: calc(100% - 50px);
}
#category .cat-navigation .nav-link .cat-nav-img,
#category .cat-navigation .nav-link svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
#category .card-panel.card {
    border-radius: 6px;
    border-color: #fff;
    padding: 1.5rem 1rem;
    box-shadow: var(--shadow);
}
#category .card-panel.card-title {
    font-size: var(--font-20);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: left;
}
#category .tiles-heading {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#category .row.offers {
    margin-top: 1rem;
}
#category .offers .col-16.col-md-8.col-xl-4.pb-3 {
    flex: unset;
    max-width: unset;
    padding-bottom: unset !important;
}
#category .offers .col-5.offer-col {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
#category .offers .card {
    width: 245px;
    /*height: var(--offer-card-height);*/
    height: 100%;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}
#category .offers .card-img-top {
    width: 100%;
    height: var(--offer-image-height);
    object-fit: contain;
    border-radius: 8px 8px 0 0;
}
#category .offers .card-img-overlay {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 0;
}
#category .categories .offers .favorites-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0;
}
#category .offers .card-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0;
}
#category .offers .card-title {
    /*height: 36px;*/
    font-size: var(--font-18);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    /*display: -webkit-box;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*white-space: normal;*/
    /*margin-bottom: 0.75rem;*/
    margin-bottom: 0;
}

#category .offers .card-text {
    /*TODO*/
    font-size: var(--font-14);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #3e3d3f;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
#category .offers .card-text p {
    margin-bottom: 0;
}

#category .offers .card-text.with_toppings {
    /*height: 35px;*/
    /*-webkit-line-clamp: 2;*/
    /*height: 100%;*/
}
#category .offers .card-footer {
    background-color: #fff;
    border: none;
    border-radius: 0 0 8px 8px;
    padding: 0.7rem;
    width: calc(100% - 15px);
    margin: auto;
}
#category .offers input.productQuantity.form-control {
    width: 44px;
    height: 26px;
    border-radius: 1.9px;
    background-color: #fff;
    border: none;
    font-size: var(--font-14);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #3e3d3f;
}
#category .offers .cart-data {
    width: 217px;
    height: 37.2px;
    border-radius: 3.7px;
}
#category .offers .card-footer .addToBasketBtn,
#category .offers .card-footer .basketDisabled {
    width: calc(100% - 75px);
    height: 37px;
    position: absolute;
    background: 0 0;
    z-index: 1;
    right: 0.5rem;
}
#category .categories .offers .offer-link,
#category .categories .offers .from_tag,
#category .categories .offers .price {
    font-size: var(--font-15);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#category .categories .offers .cart-icon {
    width: 21.8px;
    height: 23px;
    object-fit: cover;
    margin-right: 0.25rem;
}
#category .offers .cart-icon:hover {
    cursor: pointer;
}
#category .offers .cart-icon.opacity {
    opacity: 0.7;
}
#category .offers .cart-data .col-5:nth-child(2) {
    padding-right: 0;
}
#category .offers .cart-data .col-5:last-child {
    padding-right: 0.3rem;
}
#category .categories[data-type="offers"] .card:hover {
    cursor: pointer;
}
#category .product-list.tiles .menu-category-row {
    margin-top: 1rem;
    justify-content: center !important;
}
#category .offers .edit_section {
    background-color: rgba(0, 0, 0, 0.3);
    width: 90px;
    margin-left: -10px;
    height: 37px;
    border-radius: 4px 0 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#category .edit_info {
    width: 50px;
    position: absolute;
    height: 38px;
    top: 0;
    z-index: 2;
}

#category .offers .edit_info {
    width: 80px;
}
#category .offers .info-icon {
    z-index: 2;
    cursor: pointer;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: -1px;
}
#category .offers .info-icon.info-dark {
    display: none;
}
#category .cart_info {
    width: 30px;
    position: absolute;
    height: 38px;
    top: -6px;
    z-index: 2;
    right: 0;
}
#category .offers .cart_info {
    top: -8px;
}

#category .categories .icons-col .position-relative {
    width: calc(100% - 30px);
    text-align: center;
    z-index: 1;
}
#category .categories .icons-col .cart_label {
    display: none;
}
#category .categories .icons-col .position-relative .info-icon {
    margin-top: -3px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
#category .categories .cat-img {
    width: 93.3px;
    height: auto;
    border-radius: 6px;
}
#category .categories .cat-title {
    font-size: var(--font-15);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #3e3d3f;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
#category .categories .cat-text {
    font-size: var(--font-14);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #3e3d3f;
    margin-bottom: 0;
}
#category .categories .cat-text p {
    margin-bottom: 0;
}
#category .categories .favorites-icon {
    width: 22.8px;
    height: 20.8px;
    object-fit: contain;
    margin-right: 0.75rem;
}
#category .categories .cart-icon:hover,
#category .categories .favorites-icon:hover {
    cursor: pointer;
}
#category .categories .favorites-icon path {
    fill: #2f322c;
    fill-opacity: 0.6;
    stroke: #fff;
    stroke-width: 1.5;
}
#category .categories[data-type="bestSellers"] .favorites-icon path,
#category .categories[data-type="featured"] .favorites-icon path,
#category .categories[data-type="latest"] .favorites-icon path,
#category .categories[data-type="offers"] .favorites-icon path {
    fill-opacity: 0.4;
}
#category .categories .cart-icon {
    width: 25.7px;
    height: 20.5px;
    object-fit: contain;
    margin-right: 0.75rem;
    margin-top: -2px;
}
#category .categories .from_tag,
#category .categories .price {
    font-size: var(--font-18);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #2f322c;
}
#category .categories .from_tag {
    font-size: var(--font-16);
    font-family: var(--normal-font);
}
#category .categories .organic {
    width: 21px;
    height: 21px;
    object-fit: contain;
    margin-left: 0.5rem;
}
#category .categories .chili {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-left: 0.5rem;
}
#category .categories .col-sm-13.col-right {
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
}
#category .categories .divider {
    margin-top: 25px;
    border-bottom: 1px solid #ededed;
}
#category .categories .row:last-child .divider {
    display: none;
}
#category .basket-header,
#category .basket-panel {
    width: 100%;
}
#category .basket-header .edit-icon {
    width: 22px;
}
#category .slick-list.draggable .col- {
    padding-left: 10px;
    padding-right: 10px;
}
#category .categories .product-list .icons-col .form-control.quantity {
    display: none;
}
#category .categories .product-list.tiles {
    display: flex;
    flex-wrap: wrap;
}
#category .categories .product-list.tiles .wrapper {
    position: absolute;
    width: 240px;
    flex-basis: 100%;
    max-width: 100%;
    height: var(--list-wrapper-height);
    left: 10px;
    border: solid 1px #f1f1f1;
    border-radius: 8px;
    pointer-events: none;
}
#category .categories .product-list.tiles .wrapper .divider {
    display: none;
}
#category .categories .product-list.tiles .row.product-row.product {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    margin: 0 0 1.5rem 0;
    position: relative;
}
#category .categories .product-list.tiles .favorites-icon {
    position: absolute;
    top: -380px;
    right: -5px;
    width: 33px;
    height: 28.8px;
    object-fit: contain;
}
#category .categories .product-list.tiles .col-right,
#category .categories .product-list.tiles .col-sm-10.col-md-11.col-lg-12.col-xxl-13.mt-2,
#category .categories .product-list.tiles .title-col.col-8 {
    flex-basis: 100%;
    max-width: 100%;
}
#category .categories .product-list.tiles .title-col.col-8 {
    order: 0;
}
#category .categories .product-list.tiles .col-sm-10.col-md-11.col-lg-12.col-xxl-13.mt-2 {
    order: 1;
    margin-bottom: 0.5rem;
}
#category .categories .product-list .edit-col.col-8 {
    display: none;
}
#category .categories .product-list.tiles .edit-col.col-8 {
    display: flex;
    order: 2;
    flex-basis: 25%;
    max-width: 25%;
    margin: 0;
    height: 37.2px;
    border-radius: 3.7px 0 0 3.7px;
}
#category .categories .product-list.tiles .edit-col.col-8 .card-img-overlay {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3.7px 0 0 3.7px;
}
#category .categories .product-list.tiles .edit-col.col-8 .edit-icon {
    z-index: 1;
    width: 17px;
    height: 17px;
    object-fit: contain;
}
#category .categories .product-list.tiles .icons-col.col-8 {
    order: 3;
    flex-basis: 60%;
    max-width: 60%;
    margin: 0;
    height: 37.2px;
    border-radius: 0 3.7px 3.7px 0;
    padding: 0;
    justify-content: flex-start !important;
}
#category .categories .product-list.tiles .col-auto.img-col {
    flex-basis: 100%;
    max-width: 100%;
    height: var(--list-image-height);
    display: flex;
    justify-content: center;
    align-items: center;
}
#category .categories .product-list.tiles .cat-img {
    width: calc(100% + 1px);
    height: auto;
    max-height: var(--list-image-height);
    object-fit: contain;
    border-radius: 10px 10px 0 0;
    margin-right: -1px;
}
#category .categories .product-list.tiles .cat-title {
    font-size: var(--font-18);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    height: 56px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--max-lines-title);
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 90%;
    margin: auto;
}
#category .categories .product-list.tiles .cat-text {
    text-align: center;
    height: calc(var(--lh-category-text) * var(--max-lines-text));
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--max-lines-text);
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 90%;
    margin: auto;
}
#category .categories .product-list.tiles .icons-col .cart-icon {
    width: 21.8px;
    height: 23px;
    object-fit: contain;
    margin-right: 0;
}
#category .categories .product-list.tiles .icons-col .form-control.quantity {
    z-index: 2;
    position: absolute;
    left: 10px;
    display: block;
}
#category .categories .product-list.tiles .icons-col .cart-icon path {
    fill: #fff;
}
#category .categories .product-list.tiles .icons-col .addToBasketBtn,
#category .categories .product-list.tiles .icons-col .basketDisabled {
    order: 2;
    text-align: right;
    padding-right: 5px;
    margin-top: -2px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#category .categories .product-list.tiles .icons-col .from_tag,
#category .categories .product-list.tiles .icons-col .price {
    order: 1;
    font-size: var(--font-15);
    color: #fff;
    width: calc(100% - 30px);
    text-align: center;
    padding-left: 2px;
}
#category .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
    width: 45px;
    height: 45px;
    border-radius: 29.6px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.21);
    background-color: #fff;
    padding: 0;
    z-index: 3;
    position: absolute;
    cursor: pointer;
}
#category .slick-arrow svg {
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center;
}
#category .slick-arrow.prev-arrow {
    left: -15px;
}
#category .slick-arrow.prev-arrow svg {
    margin-left: -2px;
}
#category .slick-arrow.next-arrow {
    right: -15px;
}
#category .slick-arrow.next-arrow svg {
    margin-left: 2px;
}
.card-panel[data-type="favorites"] .toppings.active {
    /*height: 40px;*/
    height: auto;
    font-size: var(--font-14);
    line-height: normal;
    text-align: center;
    margin-top: 0.5rem;
    overflow-y: hidden;
    /*-webkit-transition: height 0.5s;*/
    /*-moz-transition: height 0.5s;*/
    /*-ms-transition: height 0.5s;*/
    /*-o-transition: height 0.5s;*/
    /*transition: height 0.5s;*/
}
.card-panel[data-type="favorites"] .toppings span::after {
    content: ", ";
}
.card-panel[data-type="favorites"] .toppings span:last-child::after {
    content: "";
}
/*.card-panel[data-type="favorites"] .toppings:hover {*/
    /*min-height: 45px;*/
    /*height: auto;*/
    /*overflow-y: auto;*/
    /*max-height: 100px;*/
/*}*/
#category .tags_nav.sticky-top {
    top: 90px;
    z-index: 800;
}
#category .tags_nav .tags_bg {
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    z-index: -1;
    margin-left: -15px;
}
#category .tags_nav .nav-link {
    font-size: var(--font-16);
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--font-color);
    display: flex;
    align-items: center;
}
#category .tags_nav .nav-link.active {
    font-family: var(--bold-font);
}
#category .tags_nav .nav-link .tag_img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 50%;
}
@media (max-width: 1439px) {

    :root {
        --offer-image-height: 193px;
        /*TODO*/
        /*--offer-card-height: 410px;*/
        --list-image-height: 220px;
        --list-wrapper-height: 450px;
    }
    #category .offers .card {
        width: 195px;
    }
    #category .offers .card-footer .addToBasketBtn,
    #category .offers .card-footer .basketDisabled {
        width: calc(100% - 50px);
        right: 0;
    }
    #category .categories .product-list.tiles .wrapper {
        width: 192px;
        border-radius: 6px;
    }
    #category .categories .product-list.tiles .cat-img {
        border-radius: 6px 6px 0 0;
    }
    #category .categories .product-list.tiles .favorites-icon {
        top: -332px;
    }
}
@media (max-width: 1199px) {

    :root {
        --offer-image-height: 212px;
        --offer-card-height: 422px;
        --container-left: calc(100vw - 950px);
        --offeset-left: calc(((-1)*(100vw - 950px))/2);
        --list-image-height: 210px;
        --list-wrapper-height: 440px;
        --active-line: calc((100vw - 350px)/6);
    }

    #category .offers .card {
        width: 214px;
    }
    #category .bg-white {
        width: calc(100% + var(--container-left));
        height: calc(100% - 1px);
        position: absolute;
        left: var(--offeset-left);
        z-index: -1;
        border-bottom: 1px solid var(--menu-icon-color);
    }
    #category .offers .card-footer .addToBasketBtn,
    #category .offers .card-footer .basketDisabled {
        width: calc(100% - 60px);
    }
    #category .categories .product-list.tiles .wrapper {
        width: 210px;
    }

    #category {
        /*margin-top: 1.5rem;*/
        margin-top: 0.5rem;
    }

    #category .categories .product-list.tiles .row.product-row.product {
        flex-basis: 25%;
        max-width: 25%;
    }

    #category .cat-nav-col.sticky-top {
        /*top: 90px;*/
        top: 75px;
        margin-top: -24px;
        position: sticky;
        position: -webkit-sticky;
    }

    #category .cat-navigation .nav-item {
        display: flex !important;
        justify-content: center;
        align-items: center;
        min-width: 200px;
        position: relative;
    }

    #category .cat-navigation .nav-link {
        font-size: var(--font-16);
        padding: 4px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: max-content;
    }

    #category .cat-navigation .nav-link .cat-nav-img,
    #category .cat-navigation .nav-link svg {
        width: 37px;
        height: 37px;
    }
    #category .cat-navigation .nav-link .svgOval {
        /*width: 64px;*/
        /*height: 64px;*/
        width: auto;
        height: auto;
    }
    #category .nav-link svg g,
    #category .nav-link svg path {
        fill: var(--menu-icon-color);
    }
    #category .nav-link .best-sellers-icon path {
        stroke: var(--menu-icon-color);
    }

    #category .cat-navigation .nav-link .catNavTitle {
        padding-left: 0;
        width: auto;
        margin-top: 0.5rem;
        font-size: var(--font-12);
        font-weight: 600;
        color: var(--menu-icon-color);
        padding-bottom: 0.25rem;
    }
    #category .cat-navigation .nav-item:hover .nav-link:before,
    #category .cat-navigation .nav-link.active:before {
        content: '';
        width: var(--active-line);
        height: 3px;
        background-color: var(--color);
        position: absolute;
        bottom: 0;
    }
    #category .cat-navigation .nav-item:hover .catNavTitle,
    #category .cat-navigation .nav-link.active .catNavTitle {
        color: var(--font-color);
    }
    #category .nav-item:hover svg g,
    #category .nav-link.active svg g,
    #category .nav-item:hover svg path,
    #category .nav-link.active svg path,
    #category .nav-item:hover svg polygon,
    #category .nav-link.active svg polygon {
        fill: var(--color);
    }
    #category .nav-item:hover .best-sellers-icon path,
    #category .nav-link.active .best-sellers-icon path {
        stroke: var(--color);
    }
    #category .nav-link.active .svgOval {
        background: none;
    }
    #category .nav-item:hover img.cat-nav-img,
    #category .nav-link.active img.cat-nav-img {
        filter: var(--active-vertical-filter);
    }
    #category .cat-navigation {
        /*display: flex;*/
        overflow: hidden;
        /*flex-wrap: nowrap;*/
        /*overflow-x: scroll;*/
        /*overflow-y: hidden;*/
        /*margin-right: -150px;*/
        /*white-space: nowrap;*/
        /*margin-bottom: 0.75rem;*/
        /*margin-top: -24px;*/
        padding-top: 25px;
        /*padding-bottom: 10px;*/
        /*-webkit-overflow-scrolling: touch;*/
        margin: 0 -20px;

    }
    #category .cat-navigation .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #category .cat-navigation .slick-slide:has(.nav-item.d-none) {
        display: none !important;
    }
    #category .cat-navigation .slick-arrow.next-arrow {
        right: 5px;
    }
    #category .cat-navigation .slick-arrow.prev-arrow {
        left: 5px;
    }
    #category .categories .product-list.tiles .favorites-icon {
        top: -352px;
    }

}
@media (max-width: 969px) {

    :root {
        --container-left: calc(100vw - 750px);
        --offeset-left: calc(((-1)*(100vw - 750px))/2);
        --list-image-height: 220px;
        --list-wrapper-height: 450px;
        --active-line: calc((100vw - 350px)/5);
    }

    #category .row.offers {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-right: -15px;
    }
    #category .card-panel.card[data-type="bestSellers"],
    #category .card-panel.card[data-type="favorites"],
    #category .card-panel.card[data-type="featured"],
    #category .card-panel.card[data-type="latest"],
    #category .card-panel.card[data-type="offers"] {
        margin-right: -120px;
    }
    #category .offers .col-5.offer-col {
        flex-basis: 45%;
        max-width: 45%;
    }
    #category #categories-panels .slick-list.draggable {
        padding: 0 10% 0 0;
    }
    #category .offers .card-footer .addToBasketBtn,
    #category .offers .card-footer .basketDisabled {
        width: calc(100% - 60px);
        right: 0;
    }
    #category .categories .product-list.tiles .row.product-row.product {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    #category .categories .product-list.tiles .wrapper {
        width: 220px;
    }
    #category .tags_nav .tags_bg {
        width: 150%;
        margin-left: 0;
    }
    #category .cat-navigation .slick-arrow.next-arrow {
        right: 15px;
    }
    #category .cat-navigation .slick-arrow.prev-arrow {
        left: 15px;
    }
    #category .categories .product-list.tiles .favorites-icon {
        top: -362px;
    }
}
@media (max-width: 749px) {

    :root {
        --container-left: calc(100vw - 480px);
        --offeset-left: calc(((-1)*(100vw - 480px))/2);
        --lh-responsive-text: 1rem;
        --max-lines-responsive-text: 4;
        --active-line: calc((100vw - 250px)/4);
    }

    #category {
        margin-top: 0;
    }

    #category .cat-nav-col.sticky-top {
        top: 80px;
        margin-top: -30px;
    }
    #category .cat-navigation {
        margin-bottom: 0;
        padding-top: 0;
    }
    #category .cat-navigation .nav-link .svgOval {
        width: 50px;
        height: 50px;
    }
    #category .cat-navigation .nav-link .cat-nav-img,
    #category .cat-navigation .nav-link svg {
        width: 25px;
        height: 25px;
    }
    /*#category .nav-link.active {*/
        /*background-color: var(--color);*/
        /*border-radius: 20px;*/
        /*margin-bottom: 0.2rem;*/
    /*}*/
    #category .cat-navigation .nav-link .catNavTitle {
        /*margin-top: 0.2rem;*/
        margin-top: 0;
        padding: 2px 15px 2px 15px;
    }


    #category .nav-link.active .catNavTitle {
        color: #ffffff;
    }

    #category .card-panel.card[data-type="bestSellers"],
    #category .card-panel.card[data-type="favorites"],
    #category .card-panel.card[data-type="featured"],
    #category .card-panel.card[data-type="latest"],
    #category .card-panel.card[data-type="offers"] {
        margin-right: -150px;
    }
    #category .offers .col-5.offer-col {
        flex-basis: 57%;
        max-width: 57%;
    }
    #category #categories-panels .slick-list.draggable {
        padding: 0 42% 0 0;
    }
    #categoriesDropdown {
        width: 341.5px;
        height: 56.7px;
        border-radius: 5.7px;
        background-color: transparent;
        font-size: var(--font-22);
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: var(--font-color);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        position: relative;
    }
    #categoriesDropdown:after {
        position: absolute;
        right: 15px;
        top: 25px;
    }
    #categories-dropdown-menu.show {
        width: 341.5px;
        transform: none !important;
        top: 558px !important;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 500px;
        overflow-y: auto;
    }
    #categories-dropdown-menu .dropdown-item:hover {
        color: #fff;
    }
    #categoriesDropdown:focus {
        outline: 0;
        box-shadow: none;
    }
    .spacer {
        height: 30px;
    }
    .spacer-sm {
        height: 10px;
    }
    #category .categories .product-list.tiles .wrapper {
        width: 195px;
    }
    #category .tags_nav.sticky-top {
        top: 180px;
    }
    #category .tiles-heading {
        padding-left: unset;
        padding-right: unset;
    }
    #category .categories .icons-col .position-relative {
        width: unset;
    }
    #category .categories .cat-img {
        width: 150px;
    }
    #category .categories .col-sm-13.col-right {
        flex-basis: calc(100% - 170px);
        max-width: calc(100% - 170px);
        display: flex;
        padding-right: 0;
    }
    #category .categories .menu-category-row {
        width: 100%;
    }
    #category .categories .cat-title {
        height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        display: inline-block;
        width: 300px;
    }
    #category .categories .title-col {
        display: flex;
        align-items: center;
        flex-basis: 100%;
        max-width: 100%;
    }
    #category .categories .icons-col {
        flex-basis: 100%;
        max-width: 100%;
        justify-content: flex-start;
        order:2;
        margin-top: 0.5rem;
    }
    #category .categories .product-list .col-sm-10.col-md-11.col-lg-12.col-xxl-13.mt-2 {
        flex-basis: 100%;
        max-width: 100%;
    }
    #category .categories .cat-text {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        white-space: normal;
        height: calc(var(--lh-responsive-text) * var(--max-lines-responsive-text));
        -webkit-line-clamp: var(--max-lines-responsive-text);
    }
}
@media (max-width: 575px) {
    :root {
        --active-line: calc((100vw - 60px)/4);
    }
    #category .categories .cat-title {
        width: 280px;
    }
}
@media (max-width: 480px) {

    :root {
        --offeset-left: 0;
        --active-line: calc((100vw - 80px)/4);
        --max-lines-responsive-text: 2;
    }

    #category .bg-white {
        width: 100%;
    }

    #category .cat-nav-col.sticky-top {
        overflow-x: hidden;
    }

    #categories-panels {
        overflow-x: hidden;
    }
    #category .card-panel.card[data-type="bestSellers"],
    #category .card-panel.card[data-type="favorites"],
    #category .card-panel.card[data-type="featured"],
    #category .card-panel.card[data-type="latest"],
    #category .card-panel.card[data-type="offers"] {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 20px);
    }
    #category .card-panel.card {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
    #category .offers .col-5.offer-col {
        flex-basis: 88%;
        max-width: 88%;
    }
    /*#category .product-list .menu-category-row {*/
        /*margin-top: 1rem;*/
    /*}*/
    /*#category .categories .title-col,*/
    /*#category .categories .icons-col {*/
        /*flex-basis: 50%;*/
        /*max-width: 50%;*/
    /*}*/
    /*#category .categories .icons-col {*/
        /*justify-content: flex-end;*/
        /*order: unset;*/
        /*margin-top: unset;*/
    /*}*/
    #category .categories .title-col.addToBasketBtn,
    #category .categories .product-list .col-sm-10.col-md-11.col-lg-12.col-xxl-13.mt-2,
    #category .categories .title-col {
        padding-left: 0;
        padding-right: 0;
    }
    #category .categories .img-col {
        flex-basis: 100%; /* TODO*/
        max-width: 100%; /* TODO*/
        text-align: center; /* TODO*/
    }
    #category .categories .icons-col {
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0;
    }
    #category .categories .icons-col .cart_label {
        display: block;
        color: #FFFFFF;
        font-family: var(--bold-font);
        font-size: var(--font-14);
    }
    #category .categories .product-row .addToBasketBtn {
        display: flex;
        width: 100%;
        background: var(--color);
        height: 42px;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        margin-top: 1rem;
    }
    #category .categories .product-row .price {
        color: var(--color);
        font-family: var(--normal-font);
        font-size: var(--font-25);
        display: flex;
        margin-top: 1rem;
    }
    #category .categories .product-row .addToBasketBtn .cart-icon path {
        fill: #FFFFFF;
    }
    #category .categories .cat-img {
        width: 100%;
        height: auto;
    }
    #category .categories .menu-category-row {
        width: calc(100% - 10px);
        margin: 0;
    }
    #category .categories .col-sm-13.col-right {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 1rem;
    }
    #category .categories .cat-text {
        /*margin-top: 0.5rem;*/
        /*height: auto;*/
        /*display: block;*/
        /*overflow: unset;*/
        /*text-overflow: unset;*/
        /*-webkit-box-orient: unset;*/
        /*-webkit-line-clamp: unset;*/

    }
    #category .categories .cart-icon {
        margin-right: 0.3rem;
    }
    #category .categories .favorites-icon {
        margin-right: 0.3rem;
    }
    #category #categories-panels .slick-list.draggable {
        width: 440px;
        padding: 0;
    }
    #category #categories-panels .slick-list .slick-slide {
        width: 240px;
    }
    #categories-dropdown-menu.show,
    #categoriesDropdown {
        width: calc(100% - 40px);
    }
    #categories-dropdown-menu.show {
        top: 410px !important;
        height: 350px;
        text-align: center;
    }
    #category .categories .product-list.tiles .row.product-row.product {
        flex-basis: 100%;
        max-width: 100%;
    }
    #category .categories .product-list.tiles .wrapper {
        width: 247px;
    }
    #category .tags_nav.sticky-top {
        top: 90px;
    }
    #category .tags_nav .nav-link {
        font-size: var(--font-14);
    }
    #category .tags_nav .tags_bg {
        width: 100%;
        overflow: hidden;
    }
    #category .cat-navigation .slick-arrow.next-arrow {
        right: 25px;
    }
    #category .cat-navigation .slick-arrow.prev-arrow {
        left: 25px;
    }
    /*#category .cat-navigation .slick-slide {*/
        /*width: 50wv;*/
    /*}*/
    #category .cat-navigation .nav-item {
        min-width: 120px;
        width: 120px !important;
    }
    #category .cat-navigation .nav-link {
        width: 120px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    #category .categories .cat-title {
        width: 100%;
    }

    #category .categories:not([data-type="offers"]) .offers .cart-data .col-5:first-child {
        display: none !important;
    }

    #category .categories:not([data-type="offers"]) .offers .cart-data {
        height: 80px;
        background: none !important;
    }

    #category .categories:not([data-type="offers"]) .offers .cart-data .col-8.justify-content-center,
    #category  .categories:not([data-type="offers"]) .offers .cart-data .col-3.justify-content-end {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center !important;
    }
    #category  .categories:not([data-type="offers"]) .offers .cart-data .col-3.justify-content-end {
        background: var(--color);
        height: 42px;
        align-items: center;
        border-radius: 4px;
    }
    #category  .categories:not([data-type="offers"]) .offers .cart-data .col-3.justify-content-end .cart_label {
        display: block !important;
        color: #FFFFFF;
        font-family: var(--bold-font);
        font-size: var(--font-14);
        padding-left: 0.25rem;
    }
    #category .categories:not([data-type="offers"]) .offers .cart-data .col-8.justify-content-center .price {
        color: var(--color);
        font-family: var(--normal-font);
        font-size: var(--font-25);
        margin-bottom: 0.5rem;
    }
    #category .categories:not([data-type="offers"]) .offers .addToBasketBtn {
        width: calc(100% - 20px);
        left: 0;
        bottom: 12px;
        right: 0;
        margin: auto;
    }
}
@media (max-width: 380px) {
    /*#category .cat-navigation .slick-slide {*/
        /*width: 50vw !important;*/
    /*}*/
    #category .cat-navigation .slick-list {
        width: calc(100% - 40px) !important;
        margin: auto;
    }

}
@media (max-width: 320px) {
    #categoriesDropdown {
        font-size: var(--font-16);
    }
}
