/*html {*/
    /*scroll-behavior: smooth;*/
/*}*/
.breadcrumb {
    margin-bottom: 0;
}
#notif_section {
    position: fixed;
    width: 400px;
    z-index: 1048;
    top: 20px;
    right: 20px;
}
#notif_section .card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
}
#notif_section .card-header {
    background-color: var(--color);
    border-radius: 8px 8px 0 0;
    border: none;
    position: relative;
}
#notif_section .card-header .close {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 1;
}
#notif_section .card-title {
    width: 100%;
    font-size: 17px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
#notif_section .card-text {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #292929;
    margin-bottom: unset;
}
#category .nat-nav-col.cat-navigation {
    position: sticky;
    position: -webkit-sticky;
    top: var(--header-height);
    background: var(--color);
    z-index: 5;
}
#category .cat-navigation.horizontal-menu .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 80px;
    align-items: center;
}
#category .container:has(.scroller) {
    position: relative;
}
#category .scroller {
    width: 80px;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    backdrop-filter: blur(0.05em);
    -webkit-backdrop-filter: blur(0.05em);
}
#category .scroller .next-arrow {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
#category .scroller .next-arrow path {
    stroke: #ffffff;
}
#category .cat-navigation.horizontal-menu .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    height: 50px;
}
#category .cat-navigation.vertical-menu .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
    display: flex;
    align-items: center;
    height: 46px;
    position: relative;
    z-index: 0;
}
#category .cat-navigation.vertical-menu .nav-link > * {
    z-index: 2;
}
#category .cat-navigation.vertical-menu .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    border-radius: var(--radius-big);
    z-index: 1;
}
#category .cat-navigation.vertical-menu .nav-link.active:before {
    background: var(--color);
    opacity: 0.2;
}
#category .cat-navigation.horizontal-menu .nav-link.active {
    background: #ffffff;
    border-radius: var(--radius-bigger);
}
#category .cat-navigation .nav-link .svgOval svg,
#category .cat-navigation .nav-link .svgOval img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
#category .cat-navigation .nav-link .catNavTitle {
    margin-left: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#search_menu {
    height: 44px !important;
    background: #FFFFFF;
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
    color: var(--font-color);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding-left: 48px;
    border: none;
}
#search_menu::placeholder {
    color: var(--font-color);
    opacity: 0.5;
}
#search_menu:focus::placeholder {
    color: transparent;
}
#category .menu-title {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    color: var(--font-color);
}
#category .menu-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--font-color);
}
.search-label {
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 15px;
}
.search-label svg {
    width: 23px;
    height: 23px;
    object-fit: contain;
}
.search-label svg path {
    fill: var(--font-color);
    fill-opacity: 0.5;
}
#category .products-list[data-type="offers"] .product-card,
#category .products-list .product-card[data-type="offers"] {
    cursor: pointer;
}
#category .basket_col {
    display: none;
}
#category.full_basket .basket_col {
    display: block;
}
#category.menu_horizontal.full_basket .menu_col {
    flex: 0 0 75%;
    max-width: 75%;
}
#category.menu_vertical.full_basket .menu_col {
    flex: 0 0 56.25%;
    max-width: 56.25%;
}
#category.menu_horizontal.full_basket .search_col,
#category.menu_horizontal.full_basket .tags_col {
    flex: 0 0 100%;
    max-width: 100%;
}
#category .basket-panel.sticky-top {
    top: 190px;
    margin-top: 1rem;
    background: #FFFFFF;
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
    padding: 1rem 1rem 0 1rem;
    z-index: 1;
}
#category.menu_vertical .basket-panel.sticky-top {
    top: 120px;
}
#category .basket-panel.sticky-top .basket-scroll-y {
    height: auto;
    max-height: calc(100vh - 300px);
    /*padding-bottom: 40px;*/
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
#category .basket-panel.sticky-top.scrolled .basket-scroll-y {
    height: auto;
    max-height: calc(100vh - 280px);
}

#category .basket-panel.sticky-top .basket-scroll-y::-webkit-scrollbar {
    width: 3px;
}
#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.menu_horizontal .tags_nav {
    justify-content: flex-end;
}
#category.menu_horizontal.full_basket .tags_nav {
    justify-content: flex-start;
}
.card.order-card {
    background: #fff;
    box-shadow: 0 0 10px #e5e5e5;
    border-radius: var(--radius-big);
    border: none;
}
.card.order-card .card-body {
    max-height: 135px;
    overflow-y: auto;
    padding: 1rem;
}
.card.order-card .card-body::-webkit-scrollbar-track {
    margin-top: 15px;
}
.card.order-card .addOrderBtn {
    width: 100%;
    height: 40px;
    background: var(--color);
    border-radius: var(--radius-bigger);
    color: #fff;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card.order-card .addOrderBtn .cart-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.card.order-card .card-header:before,
.card.order-card .favorites-wrapper:before {
    content: "";
    height: 100%;
    border-radius: 50%;
    background: var(--color);
    opacity: 0.2;
    z-index: 0;
}
.card.order-card .favorites-wrapper {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}
.card.order-card .favorites-wrapper:before {
    width: 100%;
    position: absolute;
}
.card.order-card .favorites-wrapper .favorites-icon {
    z-index: 2;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 1px;
}
.card.order-card .favorites-wrapper .favorites-icon path {
    stroke: var(--color);
    fill-opacity: 1;
    fill: transparent;
    stroke-width: 2;
}
.card.order-card .favorites-wrapper .favorites-icon.addedToFavorites path {
    fill: var(--color) !important;
    stroke-width: 0;
}
.card.order-card .orderDescription {
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color);
}
.card.order-card .raw-materials {
    font-size: 14px;
    line-height: 18px;
}
.card.order-card .orders-list {
    width: calc(100% - 35px);
    margin-bottom: 0;
}
.card.order-card .card-footer {
    background: #fff;
    border-color: transparent;
    border-radius: 0 0 28px 28px;
    padding: 0 1rem 1rem 1rem;
}
.card.order-card .orders-list .single-material:after {
    content: ', ';
}
.card.order-card .orders-list .single-material:last-child::after {
    content: '';
}
#category .basket-header .edit_address_btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8F8F8F;
}
#category .basket-header .details-wrapper {
    width: calc(100% - 30px);
    padding-right: 0.5rem;
}
#category .basket-header .edit_address_btn svg {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
#category .tags_nav .nav-link {
    height: 45px;
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: var(--radius-big);
    position: relative;
    z-index: 0;
}
#category .tags_nav .nav-item {
    margin-bottom: 1rem;
}
#category .tags_nav .nav-link:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: var(--radius-big);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
}
#category .tags_nav .nav-link:has(input:checked):before {
    opacity: 1;
}
#category .tags_nav .nav-link .form-check.checkbox-group {
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
#category .tags_nav .nav-link .form-check.checkbox-group .form-check-input {
    position: absolute;
    width: 100%;
    height: 100%;
}
#category .tags_nav .nav-link label.form-check-label {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    font-stretch: normal;
    letter-spacing: normal;
}

#category .tags_nav .nav-link .tag_img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    position: absolute;
    left: 12px;
    border-radius: 50%;
    z-index: 3;
    background-color: #ffffff;
}
#category .tags_nav .nav-link > .form-check,
#category .tags_nav .form-check.checkbox-group .form-check-label:before {
    top: 0;
    bottom: 0;
    margin: auto;

}
#category .tags_nav .form-check.checkbox-group .form-check-label:before {
    opacity: 0;
}
#category .tags_nav .form-check.checkbox-group .form-check-input:checked + .form-check-label:after {
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
#category .tags_nav .form-check.checkbox-group .form-check-input:checked + .form-check-label {
    color: #ffffff;
}
#category .no_results {
    font-weight: 400;
    font-size: 16px;
    color: #525252;
    text-align: center;
}
#category .filter-toggle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px #E5E5E5;
}

#category .filter-toggle svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
#category .filter-toggle svg.filter-icon path {
    stroke: var(--color);
}
#filterCollapse.collapse:not(.show) {
    display:block;
}
#category .search_results {
    position: absolute;
    width: 100%;
    top: 50px;
    background: #FFFFFF;
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
    z-index: 3;
    display: none;
    padding: 0 8px;
}
#category .search_results ul.list-unstyled {
    max-height: 380px;
    overflow-y: auto;
}
#category .search_results ul.list-unstyled::-webkit-scrollbar-track{
    margin-top: 10px;
    margin-bottom: 10px;
}
#category .search_results ul.list-unstyled::-webkit-scrollbar-thumb {
    height: 50%;
}
#category .search_results .search_product_title {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--font-color)
}
#category .search_results .nav-link {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#category .search_results .nav-item:last-child .nav-link {
    border-bottom: 0;
    padding-bottom: 0;
}
#category .search_results .search_product_description,
#category .search_results .search_product_description p {
    height: 42px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: var(--font-color);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 0.25rem;
}
#category .search_results .search_product_image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--radius-small);
}
#category .search_results .price {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--font-color);
}
#category .search_col .clear_search_btn {
    background: none;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    display: none;
}
#category .search_col .clear_search_btn svg {
    width: 35px;
    height: 35px;
}

#category .horizontal-menu .nav-link svg g,
#category .horizontal-menu .nav-link svg path {
    fill: #ffffff;
}
#category .horizontal-menu .nav-link svg g#MainDish,
#category .horizontal-menu .nav-link svg g#merides {
    fill: transparent;
}
#category .horizontal-menu .nav-link svg g#merides circle,
#category .horizontal-menu .nav-link svg g#merides path {
    stroke: #FFFFFF;
}
#category .horizontal-menu .nav-link.active svg g#merides circle,
#category .horizontal-menu .nav-link.active svg g#merides path {
    stroke: var(--color);
}
#category .horizontal-menu .nav-link .best-sellers-icon path {
    stroke: #ffffff;
}
#category .vertical-menu .nav-link svg g,
#category .vertical-menu .nav-link svg path {
    fill: #525252;
}
#category .vertical-menu .nav-link .best-sellers-icon path {
    stroke: #525252;
}
#category .horizontal-menu .nav-link.active svg g,
#category .horizontal-menu .nav-link.active svg path {
    fill: var(--color);
}
#category .horizontal-menu .nav-link.active .best-sellers-icon path {
    stroke: var(--color);
}
#category .horizontal-menu .nav-link.active .catNavTitle {
    /*font-family: var(--bold-font);*/
    color: var(--color);
}
#category .vertical-menu .nav-link.active svg g,
#category .vertical-menu .nav-link.active svg path {
    fill: var(--color);
}
#category .vertical-menu .nav-link svg g#MainDish,
#category .vertical-menu .nav-link svg g#merides {
    fill: transparent;
}
#category .vertical-menu .nav-link.active svg g#merides circle,
#category .vertical-menu .nav-link.active svg g#merides path {
    stroke: var(--color);
}
#category .vertical-menu .nav-link.active .best-sellers-icon path {
    stroke: var(--color);
}
#category .vertical-menu .nav-link.active .catNavTitle {
    font-family: var(--bold-font);
    font-weight: 400;
    color: var(--color);
}
#category #vertical-navigation {
    padding-top: 15px;
    flex-wrap: nowrap;
    max-height: calc(100vh - var(--header-height) - 30px);
    overflow-y: auto;
    position: sticky;
    position: -webkit-sticky;
    top: var(--header-height);
}

#category.menu_vertical.full_basket .menu_col .order_item,
#category.menu_vertical.full_basket .menu_col .product_item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
#category.menu_vertical .products-list.list_view .product_item,
#category.menu_horizontal .products-list.list_view .product_item,
#category.menu_horizontal.full_basket .products-list.list_view .product_item {
    flex: 0 0 50%;
    max-width: 50%;
}
#category.menu_vertical.full_basket .products-list.list_view .product_item {
    flex: 0 0 100%;
    max-width: 100%;
}
#category .products-list.list_view .card-footer .row {
    justify-content: flex-end;
}
#category .products-list.list_view .card-footer .col-4.d-none.d-md-block {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: 85px;
}
#category .products-list.list_view .card-footer .col-16 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: 160px;
}
#category.menu_vertical .products-list.list_view .product-card.card {
    min-height: 160px;
    padding-bottom: 0.45rem;
}
#category.menu_horizontal.full_basket .products-list.list_view .product-card.card {
    min-height: 170px;
}
#category.menu_horizontal.full_basket .products-list .card-img-top.mainBgColor h6 {
    font-size: 20px;
}
#category.menu_horizontal .products-list.list_view .product-card.card {
    min-height: 198px;
    padding-bottom: 0.45rem;
}
#category.menu_vertical .products-list.list_view .card-img-top.mainBgColor h6,
#category.menu_horizontal .products-list.list_view .card-img-top.mainBgColor h6 {
    font-size: 25px;
}
#category.menu_horizontal.full_basket .products-list.list_view .card-img-top.mainBgColor h6 {
    font-size: 20px;
}
#category.menu_vertical.full_basket .products-list.list_view .product-card.card {
    min-height: 180px;
}
#category.menu_vertical .products-list.list_view .product-card.card .card-img-top,
#category.menu_horizontal .products-list.list_view .product-card.card .card-img-top {
    width: calc(25% - 1rem);
    height: unset;
    aspect-ratio: 1 /1;
    position: absolute;
    left: 1.25rem;
}
#category.menu_vertical .products-list.list_view .product-card.card .card-body,
#category.menu_vertical .products-list.list_view .product-card.card .card-footer,
#category.menu_horizontal .products-list.list_view .product-card.card .card-body,
#category.menu_horizontal .products-list.list_view .product-card.card .card-footer {
    width: 75%;
    margin-left: auto;
}
#category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-img-top {
    width: calc(20% - 1rem);
}
#category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-body,
#category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-footer {
    width: 80%;
}
#category.menu_vertical .products-list.list_view .card-title,
#category.menu_horizontal .products-list.list_view .card-title {
    margin-top: 0;
    margin-bottom: 0.55rem;
}

#category.menu_vertical.full_basket .category-item.list_view {
    background: #FFFFFF;
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
    margin: 0 0 1rem 0;
}
#category.menu_vertical.full_basket .category-item.list_view > .col-16:first-child {
    text-align: center;
}
#category.menu_vertical.full_basket .products-list.list_view .product-card.card {
    box-shadow: none;
}
#category.menu_vertical.full_basket .products-list.list_view .product_item {
    padding-left: 0;
    padding-right: 0;
}
#category.menu_vertical.full_basket .products-list.list_view .product_item::before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    top: -6px;
    left: 20px;
}
#category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-img-top {
    width: calc(28% - 1rem);
    /*height: unset;*/
    /*aspect-ratio: 1 /1;*/
    /*position: absolute;*/
    /*left: 1.25rem;*/
}
#category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-body,
#category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-footer {
    width: 72%;
    /*margin-left: auto;*/
}

@media (min-width: 970px) {
    #category.full_basket .search_results .nav-link.product .col-lg-10 {
        flex: 0 0 81.25%;
        max-width: 81.25%;
    }
    #category.full_basket .search_results .nav-link.product .col-lg-6 {
        flex: 0 0 18.75%;
        max-width: 18.75%;
    }
}
@media (min-width: 1200px) {
    #category.menu_horizontal.full_basket .products-list .product_item,
    #category.menu_horizontal.full_basket #recent-orders-row .order_item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width: 1439px) {
    /*#category.menu_vertical.full_basket .menu_col {*/
    /*flex: 0 0 62.5%;*/
    /*max-width: 62.5%;*/
    /*}*/
    #category.menu_vertical .menu_col .order_item,
    #category.menu_vertical .menu_col .product_item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    #category.menu_vertical.full_basket .menu_col .order_item,
    #category.menu_vertical.full_basket .menu_col .product_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #category.menu_vertical.full_basket .basket_col {
        flex: 0 0 25%;
        max-width: 25%;
    }
    #category.menu_vertical .products-list.list_view .product-card.card {
        padding-bottom: 0;
    }
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card {
        min-height: 178px;
    }
    #category.menu_vertical .products-list.list_view .card-img-top.mainBgColor h6 {
        font-size: 20px;
    }
    #category.menu_horizontal .products-list.list_view .product-card.card {
        min-height: 195px;
    }
    #category.menu_horizontal .products-list.list_view .card-img-top.mainBgColor h6 {
        font-size: 20px;
    }
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card {
        min-height: 165px;
    }
    #category.menu_horizontal .products-list.list_view .card-img-top.mainBgColor h6 {
        font-size: 18px;
    }

    #category.menu_vertical .products-list.list_view .product-card.card .card-img-top,
    #category.menu_horizontal .products-list.list_view .product-card.card .card-img-top {
        width: calc(30% - 1rem);
    }#category.menu_vertical .products-list.list_view .product-card.card .card-body,
     #category.menu_vertical .products-list.list_view .product-card.card .card-footer,
     #category.menu_horizontal .products-list.list_view .product-card.card .card-body,
     #category.menu_horizontal .products-list.list_view .product-card.card .card-footer {
         width: 70%;
     }
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-img-top {
        width: calc(25% - 1rem);
    }
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-body,
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-footer {
        width: 75%;
    }
    #category.menu_vertical.full_basket .products-list.list_view .product_item::before {
        top: -4px;
    }
}
@media (max-width: 1199px) {

    #category.menu_vertical .category-item.list_view {
        background: #FFFFFF;
        box-shadow: 0 0 10px #E5E5E5;
        border-radius: var(--radius-big);
        margin: 0 0 1rem 0;
    }
    #category.menu_vertical .category-item.list_view > .col-16:first-child {
        text-align: center;
    }
    #category.menu_vertical .products-list.list_view .product-card.card {
        box-shadow: none;
    }
    #category.menu_vertical .products-list.list_view .product_item {
        padding-left: 0;
        padding-right: 0;
    }
    #category.menu_vertical .products-list.list_view .product_item::before {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        background: #DDDDDD;
        position: absolute;
        top: -4px;
        left: 20px;
    }

    #category.menu_vertical .basket_col,
    #category.menu_vertical.full_basket .basket_col {
        display: none;
    }
    #category.menu_horizontal.full_basket .menu_col {
        flex: 0 0 68.75%;
        max-width: 68.75%;
    }
    #category.menu_vertical.full_basket .menu_col {
        flex: 0 0 75%;
        max-width: 75%;
    }
    #category.menu_vertical .menu_col .order_item,
    #category.menu_vertical .menu_col .product_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #category.menu_vertical .products-list.list_view .product_item,
    #category.menu_horizontal.full_basket .products-list.list_view .product_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #category.menu_vertical .products-list.list_view .product-card.card .card-footer {
        padding-top: 0.25rem;
    }
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card {
        min-height: 205px;
    }
    #category.menu_vertical .products-list.list_view .product-card.card .card-img-top {
        width: calc(20% - 1rem);
    }
    #category.menu_vertical .products-list.list_view .product-card.card .card-body,
    #category.menu_vertical .products-list.list_view .product-card.card .card-footer {
        width: 80%;
    }
    #category.menu_vertical .products-list.list_view .card-img-top.mainBgColor h6 {
        font-size: 25px;
    }
    #category.menu_horizontal .products-list.list_view .product-card.card {
        min-height: 160px;
    }
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-img-top {
        width: calc(25% - 1rem);
    }
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-body,
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-footer {
        width: 75%;
    }
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card {
        min-height: 180px;
    }

    #category.menu_vertical .products-list.list_view .product_item:nth-child(odd)::before,
    #category.menu_vertical .products-list.list_view .product_item:nth-child(even)::before {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        background: #DDDDDD;
        position: absolute;
        top: -4px;
        left: 20px;
    }
}

@media (max-width: 969px) {
    #category.menu_horizontal .basket_col,
    #category.menu_horizontal.full_basket .basket_col {
        display: none;
    }
    #category.menu_horizontal.full_basket .menu_col,
    #category.menu_vertical.full_basket .menu_col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #category.menu_horizontal .tags_nav {
        justify-content: flex-start;
    }
    #category.menu_vertical .products-list.list_view .product-card.card .card-footer {
        padding-top: 0;
    }
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card {
        min-height: 200px;
    }
    #category.menu_horizontal .products-list.list_view .product_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #category.menu_horizontal .products-list.list_view .product-card.card .card-img-top {
        width: calc(20% - 1rem);
    }
    #category.menu_horizontal .products-list.list_view .product-card.card .card-body,
    #category.menu_horizontal .products-list.list_view .product-card.card .card-footer {
        width: 80%;
    }
    #category.menu_horizontal .products-list.list_view .product-card.card {
        min-height: 162px;
        padding-bottom: 0;
    }
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card {
        min-height: 205px;
        padding-bottom: 0.45rem;
    }
}

@media (max-width: 749px) {
    #category.menu_vertical .menu_col .order_item,
    #category.menu_vertical .menu_col .product_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #category.menu_vertical .products-list.list_view .card-title,
    #category.menu_horizontal .products-list.list_view .card-title {
        margin-bottom: 0.25rem;
    }
    #category.menu_vertical .products-list.list_view .product-card.card {
        min-height: 155px;
    }
    #category .products-list.list_view .card-footer .col-16 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #category.menu_vertical .products-list.list_view .product-card.card .card-img-top {
        width: calc(30% - 1rem);
    }
    #category.menu_vertical .products-list.list_view .product-card.card .card-body,
    #category.menu_vertical .products-list.list_view .product-card.card .card-footer {
        width: 70%;
    }
    #category.menu_vertical .products-list.list_view .card-img-top.mainBgColor h6 {
        font-size: 19px;
    }
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-img-top {
        width: calc(30% - 1rem);
    }
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-body,
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card .card-footer {
        width: 70%;
    }
    #category.menu_vertical.full_basket .products-list.list_view .product-card.card {
        min-height: 150px;
    }
    #category.menu_horizontal .products-list.list_view .product-card.card .card-img-top {
        width: calc(30% - 1rem);
    }
    #category.menu_horizontal .products-list.list_view .product-card.card .card-body,
    #category.menu_horizontal .products-list.list_view .product-card.card .card-footer {
        width: 70%;
    }
    #category.menu_horizontal .products-list.list_view .product-card.card {
        min-height: 154px;
    }
    #category.menu_horizontal .products-list.list_view .card-img-top.mainBgColor h6 {
        font-size: 18px;
    }
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-img-top {
        width: calc(30% - 1rem);
    }
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-body,
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card .card-footer {
        width: 70%;
    }
    #category.menu_horizontal.full_basket .products-list.list_view .product-card.card {
        min-height: 162px;
    }
}

@media (max-width: 480px) {
    #category.menu_vertical .products-list.list_view .product-card.card {
        min-height: 145px;
    }
    #category.menu_vertical .products-list.list_view .card-title,
    #category.menu_horizontal .products-list.list_view .card-title {
        margin-bottom: 0.75rem;
    }
}
@media (max-width: 400px) {
    #category.menu_vertical .products-list.list_view .product-card.card {
        min-height: auto;
    }
}

#category .nocontent-wrapper {
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#category .nocontent-text {
    font-size: 14px;
    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: 14px;
    font-family: var(--bold-font);
    font-weight: 400;
    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 .cat-nav-col.sticky-top {
    top: 0;
}
#category {
    min-height: calc(100vh - 460px);
}
#category .nav-link.disabled {
    pointer-events: none;
}
#category .nav-item:hover {
    cursor: pointer;
}

#category .card-panel.card {
    border-radius: 6px;
    border-color: #fff;
    padding: 1.5rem 1rem;
}
#category .card-panel.card-title {
    font-size: 20px;
    font-family: var(--bold-font);
    font-weight: 400;
    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 .card-panel .card-text {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
#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: 238px;
    height: 440px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}
#category .offers .card-img-top {
    width: 100%;
    height: 222px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
#category .products-list .card-img-top.mainBgColor {
    display: flex;
    justify-content: center;
    align-items: center;
}
#category .products-list .card-img-top.mainBgColor h6 {
    font-size: 30px;
    color: #ffffff;
    font-family: var(--bold-font);
    font-weight: 400;
    text-align: center;
    padding: 0.5rem;
}
#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: 18px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    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.25rem;
}
#category .offers .card-text {
    height: 88px;
    font-size: 14px;
    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-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 0;
}
#category .offers .card-text.with_toppings {
    height: 35px;
    -webkit-line-clamp: 2;
}
#category .offers .card-footer {
    background-color: #fff;
    border: none;
    border-radius: 0 0 8px 8px;
    padding: 0.7rem;
}
#category .offers input.productQuantity.form-control {
    width: 44px;
    height: 26px;
    border-radius: 1.9px;
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-family: var(--bold-font);
    font-weight: 400;
    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.no_commerce .offers .cart-data {
    width: 100%;
}
#category .offers .card-footer .addToBasketBtn {
    width: calc(100% - 80px);
    height: 37px;
    position: absolute;
    background: 0 0;
    z-index: 1;
    right: 1.5rem;
}
#category .categories .offers .offer-link,
#category .categories .offers .price {
    font-size: 15px;
    font-family: var(--bold-font);
    font-weight: 400;
    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 .categories .cat-img {
    width: 93.3px;
    height: 93.3px;
    object-fit: cover;
    border-radius: 6px;
}
#category .categories .cat-title {
    font-size: 15px;
    font-family: var(--bold-font);
    font-weight: 400;
    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: 14px;
    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 .price {
    font-size: 18px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #2f322c;
}
#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 .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: 232px;
    flex-basis: 100%;
    max-width: 100%;
    height: 430px;
    left: 10px;
    border: solid 1px #f1f1f1;
    border-radius: 8px;
    pointer-events: none;
}
#category.no_commerce .categories .product-list.tiles .wrapper {
    width: 260px;
}
#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.no_commerce .categories .product-list.tiles .row.product-row.product {
    flex-basis: 25%;
    max-width: 25%;
}
#category .categories .product-list.tiles .col-auto.img-col {
    flex-basis: 100%;
    max-width: 100%;
}
#category .categories .product-list.tiles .favorites-icon {
    position: absolute;
    top: -365px;
    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.no_commerce .categories .product-list.tiles .icons-col.col-8 {
    flex-basis: 83%;
    max-width: 83%;
    border-radius: 3.7px;
}
#category .categories .product-list.tiles .cat-img {
    width: 100%;
    height: 222px;
    border-radius: 10px;
}
#category .categories .product-list.tiles .cat-title {
    font-size: 18px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    height: 38px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 90%;
    margin: auto;
}
#category .categories .product-list.tiles .cat-text {
    text-align: center;
    height: 90px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.3;
    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 {
    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 .price {
    order: 1;
    font-size: 15px;
    color: #fff;
    width: calc(100% - 30px);
    text-align: center;
    padding-left: 4px;
}
#category.no_commerce .categories .product-list.tiles .icons-col .price {
    width: 100%;
    padding-left: 0;
}
#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.next-arrow {
    right: -15px;
}
.card-panel[data-type="favorites"] .toppings.active {
    height: 40px;
    font-size: 14px;
    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.menu_vertical .search_col {
    flex: 0 0 25%;
    max-width: 25%;
}
#category.menu_vertical .tags_col {
    flex: 0 0 75%;
    max-width: 75%;
    align-self: center;

}
#category.menu_horizontal .tags_col,
#category.menu_vertical .tags_col {
    margin-top: 1rem;
}
#category.menu_horizontal.full_basket .tags_col {
    margin-top: 0;
}
#category.menu_vertical.full_basket .search_col,
#category.menu_vertical.full_basket .tags_col {
    flex: 0 0 100%;
    max-width: 100%;
}
#category.menu_vertical.full_basket .tags_col {
    margin-top: 0;
}
#category.menu_vertical .tags_col .tags_nav {
    justify-content: flex-end;
}
#category.menu_vertical.full_basket .tags_col .tags_nav {
    justify-content: flex-start;
}
#category.menu_vertical.full_basket .search_results .nav-link.product .col-lg-10 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
}
#category.menu_vertical.full_basket .search_results .nav-link.product .col-lg-6 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

@media (min-width:970px) and (max-width:1200px) {
    .search_col.col-lg-5 {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
    .tags_col.col-lg-10 {
        flex-basis: 66.6666%;
        max-width: 66.6666%;
    }
}​
@media (max-width: 1439px) {
    #category .offers .card {
        width: 190px;
        height: 425px;
    }
    #category .offers .card-img-top {
        height: 210px;
    }
    #category .offers .card-footer .addToBasketBtn {
        width: calc(100% - 60px);
        right: 0.1rem;
    }
    #category .categories .product-list.tiles .wrapper {
        width: 185px;
        border-radius: 6px;
    }
    #category.no_commerce .categories .product-list.tiles .wrapper {
        width: 206px;
    }
    #category .categories .product-list.tiles .cat-img {
        border-radius: 6px;
    }
}
@media (max-width: 1199px) {
    #category .offers .card {
        width: 225px;
    }
    #category .offers .card-footer .addToBasketBtn {
        width: calc(100% - 70px);
        right: 0.2rem;
    }
    #category.no_commerce .categories .product-list.tiles .row.product-row.product {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    #category .categories .product-list.tiles .wrapper,
    #category.no_commerce .categories .product-list.tiles .wrapper {
        width: 220px;
    }
    #category.menu_vertical .search_col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #category.menu_vertical .tags_col {
        flex: 0 0 100%;
        max-width: 100%;
        align-self: center;
        margin-top: 0;
    }
    #category.menu_vertical .tags_col .tags_nav {
        justify-content: flex-start;
    }
    #category.menu_vertical .search_results .nav-link.product .col-lg-10 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }
    #category.menu_vertical .search_results .nav-link.product .col-lg-6 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    #category.menu_vertical.full_basket .search_results .nav-link.product .col-lg-10 {
        flex: 0 0 81.25%;
        max-width: 81.25%;
    }
    #category.menu_vertical.full_basket .search_results .nav-link.product .col-lg-6 {
        flex: 0 0 18.75%;
        max-width: 18.75%;
    }
}
@media (max-width: 969px) {
    #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 .slick-list.draggable {
        padding: 0 10% 0 0;
    }
    #category .offers .card-footer .addToBasketBtn {
        width: calc(100% - 60px);
        right: 0;
    }
    #category .categories .product-list.tiles .row.product-row.product,
    #category.no_commerce .categories .product-list.tiles .row.product-row.product {
        flex-basis: 50%;
        max-width: 50%;
    }
    #category .categories .product-list.tiles .wrapper,
    #category.no_commerce .categories .product-list.tiles .wrapper {
        width: 235px;
    }
    #category.menu_horizontal .tags_col {
        margin-top: 0;
    }
    #category .tags_nav .tags_bg {
        width: 150%;
        margin-left: 0;
    }
    #category.menu_vertical .search_results .nav-link.product .col-lg-10 {
        flex: 0 0 81.25%;
        max-width: 81.25%;
    }
    #category.menu_vertical .search_results .nav-link.product .col-lg-6 {
        flex: 0 0 18.75%;
        max-width: 18.75%;
    }
}
@media (max-width: 749px) {

    #category .search_col.has_tags .form-group {
        display: flex;
        justify-content: space-between;
    }
    #category .search_col .filter-toggle-wrapper {
        width: 45px;
        display: none;
    }
    #category .search_col.has_tags .filter-toggle-wrapper {
        width: 45px;
        display: block;
    }

    #category .search_col.has_tags .search-wrapper {
        width: calc(100% - 55px);
    }

    #filterCollapse.collapse:not(.show),
    #category .filter-toggle[aria-expanded="false"] .remove-icon,
    #category .filter-toggle[aria-expanded="true"] .filter-icon {
        display: none;
    }
    #category .filter-toggle[aria-expanded="true"] .remove-icon,
    #category .filter-toggle[aria-expanded="false"] .filter-icon {
        display: block;
    }
    #category .filter-toggle[aria-expanded="true"] {
        background: var(--color);
    }

    #category .cat-nav-col.sticky-top {
        top: 90px;
        margin-top: -24px;
        position: sticky;
        position: -webkit-sticky;
    }
    #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 .card-panel .card-text {
        font-size: 15px;
    }
    #category .offers .card-footer .addToBasketBtn {
        width: calc(100% - 80px);
        right: 0.5rem;
    }
    #category .offers .col-5.offer-col {
        flex-basis: 57%;
        max-width: 57%;
    }
    #category .row.menu-row {
        padding-bottom: unset;
    }
    #category .slick-list.draggable {
        padding: 0 42% 0 0;
    }
    #category.menu_vertical.full_basket .menu_col .order_item,
    #category.menu_vertical.full_basket .menu_col .product_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #categoriesDropdown {
        width: 341.5px;
        height: 56.7px;
        border-radius: 5.7px;
        background-color: transparent;
        font-size: 21.3px;
        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,
    #category.no_commerce .categories .product-list.tiles .wrapper {
        width: 195px;
    }
    #category .tags_nav.sticky-top {
        top: 180px;
    }
    #category .tiles-heading {
        padding-left: unset;
        padding-right: unset;
    }
    #category .products-list .card-img-top.mainBgColor h6 {
        font-size: 17px;
    }
}
@media (max-width: 480px) {
    #notif_section {
        width: calc(100% - 40px);
    }
    #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 .img-col {
        flex-basis: 100%;
        max-width: 100%;
    }
    #category .categories .cat-img {
        width: 100%;
        height: 259px;
    }
    #category .categories .col-sm-13.col-right {
        flex-basis: 100%;
        max-width: 100%;
    }
    #category .categories .title-col {
        flex-basis: 60%;
        max-width: 60%;
    }
    #category .categories .icons-col {
        flex-basis: 40%;
        max-width: 40%;
    }
    #category .categories .cat-text {
        margin-top: 0.5rem;
    }
    #category .categories .cart-icon {
        margin-right: 0.3rem;
    }
    #category .categories .favorites-icon {
        margin-right: 0.3rem;
    }
    #category .slick-list.draggable {
        width: 440px;
        padding: 0;
    }
    #category .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.responsive_double_col {
        display: flex;
        flex-wrap: wrap;
    }
    #category .categories .product-list.responsive_double_col .row.product-row.product,
    #category .categories .product-list.tiles.responsive_double_col .row.product-row.product {
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;
    }
    #category .categories .product-list.responsive_double_col .cat-img {
        height: calc((100vw / 2) - 50px);
    }
    #category .categories .product-list.responsive_double_col .icons-col,
    #category .categories .product-list.responsive_double_col .title-col {
        flex-basis: 100%;
        max-width: 100%;
    }
    #category .categories .product-list.responsive_double_col .title-col .cat-title {
        height: 35px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    #category .categories .product-list.responsive_double_col .cat-text {
        height: 50px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    #category .categories .product-list.tiles .row.product-row.product,
    #category.no_commerce .categories .product-list.tiles .row.product-row.product {
        flex-basis: 100%;
        max-width: 100%;
    }
    #category .categories .product-list.tiles .wrapper,
    #category.no_commerce .categories .product-list.tiles .wrapper {
        width: 247px;
    }
    #category .tags_nav.sticky-top {
        top: 90px;
    }
    #category .tags_nav .nav-link {
        font-size: 14px;
    }
    #category .tags_nav .tags_bg {
        width: 100%;
        overflow: hidden;
    }
    #category .categories .product-list.responsive_double_col .row:last-child .divider {
        display: block;
    }
    #category .categories .product-list.responsive_double_col .divider {
        margin-top: 18px;
    }
}
@media (max-width: 320px) {
    #categoriesDropdown {
        font-size: 16px;
    }
}
