#category {
    --active-vertical-filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(240%) hue-rotate(38deg) brightness(102%) contrast(82%);
}
#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-weight: 900;
    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 .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-weight: 700;
    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;
}
#category .basket-panel.sticky-top.scrolled .basket-scroll-y {
    height: auto;
    max-height: calc(100vh - 280px);
}
#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,
#category .nav-link svg path {
    fill: var(--font-color);
}
#category .nav-link .best-sellers-icon path {
    stroke: var(--font-color);
}
#category .nav-link.active svg g,
#category .nav-link.active svg path {
    fill: #e4e7de;
}
#category .nav-link.active .best-sellers-icon path {
    stroke: #e4e7de;
}
#category .nav-link.active .catNavTitle {
    font-weight: 700;
}
#category .nav-link.active img.cat-nav-img {
    filter: var(--active-vertical-filter);
}
#category .cat-navigation .nav-link {
    font-size: 16px;
    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 .row.menu-row {
    padding-bottom: 10rem;
}
#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;
}
#category .card-panel.card-title {
    font-size: 20px;
    font-weight: 700;
    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 .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-weight: 700;
    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-weight: 700;
    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-weight: 700;
    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-weight: 700;
    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-weight: 700;
    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;
    height: fit-content;
}
#category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) {
    margin: 1.5rem 0 1.5rem 0;
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
#category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
}
#category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] {
    border: none;
    border-radius: 8px;
    min-height: 93px;
}
#category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"]:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ededed;
    position: absolute;
    left: 0;
    bottom: -20px;
}
#category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] {
    height: 430px;
    border: solid 1px #f1f1f1;
    min-height: unset;
    cursor: pointer;
}
#category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"]:after {
    display: none;
}
#category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-img-top {
    width: 93.3px;
    height: 93.3px;
    object-fit: cover;
    border-radius: 6px;
    position: absolute;
}
#category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-img-top {
    width: 100%;
    height: 222px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}
#category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-title {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #3e3d3f;
}
#category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-title {
    font-size: 18px;
    font-weight: 700;
    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:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-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 .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-text {
    width: 90%;
    height: 90px;
    line-height: 1.3;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 0 auto;
}
#category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-body {
    padding: 0 0 0.75rem 1.25rem;
    margin-left: 93.3px;
    width: calc(100% - 250px);
}
#category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-body {
    padding: 1.25rem 0.25rem 0 0.25rem;
    margin-left: 0;
    width: 100%;
}
#category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-footer {
    background: none;
    border: none;
    padding: 0;
    width: 150px;
    position: absolute;
    right: 0;
}
#category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-footer {
    padding: 0.65rem 0.5rem;
    width: 100%;
    position: unset;
    right: unset;
}
#category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .cart-data {
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .cart-data {
    height: 37.2px;
}
#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-weight: 700;
    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 .tags_nav .nav-link {
    font-size: 16px;
    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-weight: 700;
}
#category .tags_nav .nav-link .tag_img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 50%;
}
#category .tags_nav .nav-link > .form-check {
    z-index: -1;
}
#category .tags_nav .form-check.checkbox-group .form-check-label:before {
    background-color: #fff;
    border: 1px solid var(--color);
    top: 0;
    bottom: 0;
    margin: auto;
}
#category .tags_nav .form-check.checkbox-group .form-check-input:checked + .form-check-label:before {
    background-color: var(--color);
    border: 1px solid var(--color);
}
#category .tags_nav .form-check.checkbox-group .form-check-input:checked + .form-check-label:after {
    top: 0;
    bottom: 0;
    margin: auto;
}
@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 .cat-navigation .nav-link {
        font-size: 14px;
        padding: 4px 0;
    }
}
@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,
    #category .categories .product-list.tiles:not(.offers) .col-16:has([data-type="offers"]) {
        flex-basis: 50%;
        max-width: 50%;
    }
    #category .categories .product-list.tiles .wrapper,
    #category.no_commerce .categories .product-list.tiles .wrapper {
        width: 235px;
    }
    #category .tags_nav .tags_bg {
        width: 150%;
        margin-left: 0;
    }
}
@media (max-width: 749px) {
    #category {
        margin-top: 1.5rem;
    }
    #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 .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) {
        padding: 0 0 1rem 0 !important;
        margin: 1.5rem 0 0 0;
        position: relative;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]):after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ededed;
        position: absolute;
        left: 0;
        bottom: -5px;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] {
        border: none;
        min-height: 95px;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"]:after {
        display: none;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-img-top {
        width: 93.3px;
        height: 93.3px;
        object-fit: cover;
        border-radius: 6px;
        position: absolute;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-body {
        margin-left: 93.3px;
        padding-top: 0;
        padding-right: 0;
        width: inherit;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-title {
        font-size: 15px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: normal;
        color: #3e3d3f;
        text-align: left;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-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 .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-footer {
        width: inherit;
        border: none;
        background: none;
        margin-left: 93.3px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 1.75rem;
        position: unset;
        top: unset;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .cart-data {
        width: auto;
        height: 32px;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-right: auto;
    }
    #category .card-panel .card-text {
        font-size: 15px;
    }
    #category .offers .card-footer .addToBasketBtn {
        width: calc(100% - 80px);
        right: 0.5rem;
    }
    #category .cat-navigation {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-right: -150px;
        white-space: nowrap;
        margin-bottom: 1rem;
        margin-top: -24px;
        padding-top: 25px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }
    #category .cat-navigation .nav-item {
        margin-right: 30px;
    }
    #category .cat-navigation .nav-item:last-child .nav-link {
        margin-right: 100px;
    }
    #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;
    }
    #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: 315px !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;
    }
}
@media (max-width: 480px) {
    #notif_section {
        width: calc(100% - 40px);
    }
    #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 .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: 240px !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:not(.offers) .col-16:has([data-type="offers"]) {
        flex-basis: 100%;
        max-width: 100%;
    }
    #category .categories .product-list.responsive_double_col:not(.offers) .col-16:has([data-type="offers"]) {
        flex-basis: 50%;
        max-width: 50%;
        margin-top: 1.5rem;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] {
        width: 100%;
        border: none;
        height: 100%;
        margin: auto;
    }
    #category .categories .product-list.responsive_double_col:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] {
        width: calc(100% - 20px);
        height: calc(100% - 4px);
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]):after {
        display: none;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"]:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ededed;
        position: absolute;
        left: 0;
        bottom: -20px;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-body {
        padding: 1rem 0 0 0;
        margin-left: 0;
        width: 100%;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-img-top {
        height: 259px;
        position: relative;
        width: 100%;
    }
    #category .categories .product-list.responsive_double_col:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-img-top {
        height: calc((100vw / 2) - 50px);
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-footer {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        width: 100%;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .cart-data {
        width: 100%;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-title {
        width: 100%;
        height: 35px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        font-size: 15px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: normal;
        color: #3e3d3f;
        margin-bottom: 0;
        text-align: left;
    }
    #category .categories .product-list:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-text {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.21;
        display: block;
        letter-spacing: normal;
        color: #3e3d3f;
        margin-bottom: 0.5rem;
        text-align: left;
    }
    #category .categories .product-list.responsive_double_col:not(.offers) .col-16:has([data-type="offers"]) .product-card.product[data-type="offers"] .card-text {
        height: 50px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        margin-bottom: 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 .icons-col {
        justify-content: flex-start !important;
        padding-top: 0.5rem;
    }
    #category .categories .product-list.responsive_double_col .icons-col .cart-icon {
        margin-left: -3px;
    }
    #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;
    }
}
