.header {
    background-color: var(--clr-light)
}

.header .logo-container img {
    margin: 0 auto
}

.header .logo-container img[src*=".svg"] {
    height: 100%;
    width: 100%
}

.basket-number-badge {
    position: absolute;
    background-color: var(--clr-k-brown);
    color: var(--clr-light);
    font-size: 14px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.basket-number-badge.n-0 {
    display: none
}

.mobile-header-1001-sticky #mobile-header-1001 .header nav,
.desktop-header-1001-sticky #desktop-header-1001 .header nav {
    border-bottom: 1px solid #D4D4D4
}

.mobile-header {
    z-index: 4000
}

.mobile-header .header {
    z-index: 4000;
    position: relative
}

.mobile-header .header-item {
    float: left
}

.header-trigger-mobile {
    background-color: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    color: #666666
}

.header-trigger-mobile>.inset {
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.no-flexboxlegacy .header-trigger-mobile {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-trigger-mobile .icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto
}

.no-flexboxlegacy .basket-number-badge {
    padding-top: 4px;
    padding-bottom: 4px
}

.mobile-header .header-search-container,
.mobile-header .header-languages-container {
    z-index: 2900;
    transition: transform var(--transition)
}

.mobile-header .header-languages-container ul {
    margin-bottom: 0
}

.mobile-header .header-languages-container ul li a {
    display: block;
    line-height: 1;
    padding: 15px 15px;
    font-size: 16px;
    border-bottom: 1px solid #dedede
}

.mobile-header .header-languages-container ul li.language-active a {
    color: var(--clr-primary)
}

@media (min-width:992px) {
    .mobile-header {
        display: none
    }
}

.desktop-header {
    display: none
}

.desktop-header .header {
    position: relative;
    z-index: 2000
}

.desktop-header .header-inset {
    position: relative;
    z-index: 2010
}

@media (min-width:992px) {
    .desktop-header {
        display: block
    }
}

.desktop-header #mini-basket-button #basket-total-items.basket-number-badge {
    display: inline;
    background: none;
    position: relative;
    color: inherit;
    top: auto;
    right: auto
}

#desktop-header-1001 .wrap-header-bar.collapsed {
    transform: scale(1, 0);
    position: absolute !important;
    width: 100%;
    z-index: -1
}

#desktop-header-1001 .wrap-header-bar {
    background-color: var(--clr-k-red);
    color: #808080;
    min-height: 24px;
    font-size: 14px;
    transform: scale(1);
    transform-origin: top;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

#desktop-header-1001 .wrap-header-middle {
    border-bottom: 1px solid #e1e2e5;
    padding: 0px 16px
}

#desktop-header-1001 .swiper-slide .html-output {
    line-height: 28px;
    text-align: center;
    color: var(--clr-white);
    position: unset;
    font-size: 19px;
    padding: 6px 0
}

#desktop-header-1001 #desktop-menu-a1+.wrap-header-bar {
    position: relative
}

#desktop-header-1001 .header-slider-top-bar .icon-close {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 16px;
    height: 16px;
    color: var(--clr-white);
    transform: translateY(-50%);
    cursor: pointer
}

#desktop-header-1001 .top-header-list {
    float: right;
    margin-right: -10px
}

#desktop-header-1001 .language-active>a,
#desktop-header-1001 .currency-active>a {
    color: var(--clr-primary)
}

#desktop-header-1001 .top-header-list>li {
    padding-left: 0;
    padding-right: 0;
    display: block;
    float: left
}

#desktop-header-1001 .top-header-list>li>a,
#desktop-header-1001 .top-header-list>li>button {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    color: #808080
}

#desktop-header-1001 .top-header-list>li>a .icon,
#desktop-header-1001 .top-header-list>li>button .icon {
    height: 6px;
    width: 10px;
    margin-left: 4px;
    vertical-align: middle;
    transform: rotate(0deg);
    transition: transform 350ms ease-in-out
}

#desktop-header-1001 .top-header-list>li>a:hover,
#desktop-header-1001 .top-header-list>li>button:hover,
#desktop-header-1001 .top-header-list>li>a.show #desktop-header-1001 .top-header-list>li>button.show {
    color: #000
}

#desktop-header-1001 .top-header-list>li>a.show .icon,
#desktop-header-1001 .top-header-list>li>button.show .icon {
    transform: rotate(180deg)
}

#desktop-header-1001 .col-search {
    width: 300px
}

#desktop-header-1001 .col-actions {
    width: 330px
}

#desktop-header-1001 .col-logo {
    width: calc(100% - 630px);
    display: flex;
    align-items: center
}

#desktop-header-1001 .logo-link {
    height: 80px;
    display: block;
    width: 100%;
    transform: translateY(0px)
}

#desktop-header-1001 .logo-container img {
    margin: 0;
    height: 70px;
    width: auto
}

.desktop-header-1001-sticky #desktop-header-1001 .logo-link {
    height: 23px;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms;
    transform: translateY(62px)
}

.desktop-header-1001-sticky #desktop-header-1001 .desktop-pages-ul {
    display: none
}

.desktop-header-1001-sticky #desktop-header-1001 .logo-container img {
    height: 70px
}

#desktop-header-1001 .row-header-middle>.col {
    height: 90px
}

#desktop-header-1001 .col-search .inset {
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 400px;
    margin: 0 auto
}

#desktop-header-1001 .col-actions .inset {
    float: right;
    padding: 13px 0;
    margin-right: -15px
}

#desktop-header-1001 .col-actions .dropdown {
    float: left
}

#desktop-header-1001 .col-actions .icon-action {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-right: 8px
}

#desktop-header-1001 .col-actions :is(.dropdown-toggle, .modal-toggle) {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    padding: 11px 16px;
    line-height: 1
}

#desktop-header-1001 .col-actions .search-action {
    padding: 11px 16px;
    float: left;
    cursor: pointer
}

#desktop-header-1001 .col-actions :is(.dropdown-toggle, .modal-toggle):hover {
    color: var(--clr-k-brown)
}

#desktop-header-1001 .col-actions .dropdown-menu {
    padding: 0;
    z-index: 3550
}

#desktop-header-1001 #smallLogin {
    padding: 15px 20px;
    min-width: 220px
}

#desktop-header-1001 #miniBasket .items-price {
    color: #9a9a9a
}

#desktop-header-1001 .col-actions .dropdown {
    transition: none
}

#desktop-header-1001 .basket-number-badge {
    right: 3px;
    top: 5px
}

html:not(.desktop-header-1001-sticky) #desktop-header-1001 .basket-number-badge:not(.n-0) {
    display: none
}

.desktop-header-1001-sticky #desktop-header-1001 .col-search .opened {
    display: block
}

.desktop-header-1001-sticky #desktop-header-1001 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3500
}

.desktop-header-1001-sticky #desktop-header-1001 .col-actions .inset {
    margin-right: 0
}

.desktop-header-1001-sticky #desktop-header-1001 .top-header-list .dropdown-menu {
    display: none
}

.desktop-header-1001-sticky .col-actions :is(.dropdown-toggle, .modal-toggle) .name,
.desktop-header-1001-sticky .col-actions :is(.dropdown-toggle, .modal-toggle) .items-price,
.desktop-header-1001-sticky .col-actions :is(.dropdown-toggle, .modal-toggle) .items .text {
    display: none
}

.desktop-header-1001-sticky #desktop-header-1001 .col-actions .dropdown {
    transform: translateY(62px);
    transition: transform 375ms ease-in-out;
    z-index: 3550
}

.desktop-header-1001-sticky #desktop-header-1001 .col-search:not(.opened) {
    display: none
}

#desktop-header-1001 .col-actions .search-action {
    transform: translateY(0px);
    transition: color 375ms, transform 375ms ease-in-out;
    z-index: -1;
    visibility: hidden;
    padding: 0px;
    width: 0px;
    height: 0px
}

.desktop-header-1001-sticky #desktop-header-1001 .col-actions .search-action {
    width: 48px;
    height: 48px;
    visibility: visible;
    display: block;
    z-index: 3550;
    transform: translateY(62px);
    color: #666666
}

.desktop-header-1001-sticky #desktop-header-1001 .col-actions .search-action:hover {
    color: var(--clr-k-brown)
}

#desktop-header-1001 .col-actions .search-action svg {
    margin: 0px
}

.desktop-header-1001-sticky #desktop-header-1001 .col-actions :is(.dropdown-toggle, .modal-toggle) {
    height: 48px;
    width: 48px;
    padding: 0
}

.desktop-header-1001-sticky #desktop-header-1001 .col-actions .icon-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.desktop-header-1001-sticky #desktop-header-1001 .col-search {
    top: calc(100% + 8px);
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 4000
}

.desktop-header-1001-sticky #desktop-header-1001 .col-search .inset {
    max-width: 200px;
    padding: 0px
}

.desktop-header-1001-sticky #desktop-header-1001 .col-search #smallSearchCriteriaField {
    height: 32px;
    border: none;
    background-color: var(--clr-white);
    border-bottom: 1px solid black;
    border-radius: 0px
}

.desktop-header-1001-sticky #desktop-header-1001 #smallSearchSubmit .icon {
    width: 24px;
    height: 24px
}

.desktop-header-1001-sticky #desktop-header-1001 #smallSearchSubmit:hover .icon {
    color: var(--clr-k-brown)
}

.desktop-header-1001-sticky #desktop-header-1001 #smallSearchSubmit {
    width: 24px;
    height: 24px;
    top: 4px
}

.desktop-header-1001-sticky #desktop-header-1001 .col-search #smallSearchCriteriaField {
    padding-left: 40px
}

.desktop-header-1001-sticky #desktop-header-1001 .row-header-middle>.col {
    height: auto
}

#desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1>a {
    padding-left: 10px;
    padding-right: 10px
}

#desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1:not(:last-child) {
    margin: 0px
}

.desktop-pages-ul li {
    margin: 0px
}

#desktop-header-1001 .desktop-pages-ul .desktop-menu-page:not(:first-child) {
    margin-left: 16px
}

@media(max-width:1149px) {
    .desktop-header-1001-sticky #desktop-header-1001 .col-search {
        width: 157px
    }

    .desktop-header-1001-sticky #desktop-header-1001 .col-actions .search-action,
    .desktop-header-1001-sticky #desktop-header-1001 .col-actions :is(.dropdown-toggle, .modal-toggle) {
        width: 40px
    }

    #desktop-header-1001 .col-actions .icon-action {
        width: 20px;
        height: 20px
    }

    #desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1>a:not(:last-child) {
        padding-right: 12px !important
    }

    .desktop-header-1001-sticky #desktop-header-1001 .logo-container img {
        height: 70px
    }
}

@media(max-width:1029px) {

    #desktop-menu-a1 .desktop-pages-ul .desktop-menu-page a,
    #desktop-menu-a1 .desktop-menu-lvl-1>a {
        font-size: 13px !important
    }
}

@media(max-width:1320px) {
    #desktop-menu-a1 .desktop-pages-ul li:not(:first-child) span {
        display: none
    }
}

@media(max-width:1089px) {
    #desktop-header-1001 .desktop-pages-ul .desktop-menu-page:not(:first-child) {
        margin-left: 6px
    }

    #desktop-menu-a1 .desktop-menu-lvl-1>a {
        font-size: 14px
    }
}

@media (min-width:1200px) {
    #desktop-menu-a1 .desktop-menu-lvl-1>a {
        font-size: 16px
    }
}

@media(min-width:992px) {
    .header-user-dropdown #d-label-small-login span.name {
        overflow: hidden;
        max-width: 115px;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 18px
    }
}

@media(min-width:1200px) {
    .header-user-dropdown #d-label-small-login span.name {
        max-width: 185px
    }
}

@media(min-width:1400px) {
    .header-user-dropdown #d-label-small-login span.name {
        max-width: 250px
    }
}

#desktop-header-1001 .preheader-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: white
}

#desktop-header-1001 .preheader-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
    justify-content: center
}

#desktop-header-1001 .btn-category {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    color: white;
    padding: 6px 14px;
    border: none;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap
}

#desktop-header-1001 .btn-category span {
    background-color: white;
    color: #333;
    border-radius: 50%;
    padding: 2px 6px;
    font-weight: bold;
    font-size: 12px
}

#desktop-header-1001 .top-header-list .btn {
    color: #fff;
    border-color: transparent;
    padding: 0px;
    border-radius: 8px;
    width: 110px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    flex-direction: row;
    align-items: center;
    gap: 1px
}

#desktop-header-1001 .header-top .top-header-list {
    float: none;
    display: flex;
    justify-content: center
}

#desktop-header-1001 .top-header-list .btn svg.icon {
    width: 12px;
    height: 12px;
    position: relative;
    bottom: 1px
}

#desktop-header-1001 .top-header-list .btn-print {
    background: linear-gradient(90deg, #f2703f, #49c5b6)
}

#desktop-header-1001 .top-header-list .btn-ecommerce {
    background: #c98a45
}

#desktop-header-1001 .top-header-list .btn-bottle {
    background: #7a9654
}

#desktop-header-1001 .top-header-list .btn-mudanza {
    background: #3a73b3
}

#desktop-header-1001 .top-header-list .btn-isotermico {
    background: #7fd0f0
}

#desktop-header-1001 .top-header-list .btn-office {
    background: #8c8c8c
}

#desktop-header-1001 .top-header-list .btn-octapack {
    background: #d6ccb2
}

#desktop-header-1001 .top-header-list .btn-planchas {
    background: #a16b44
}

#desktop-header-1001 .top-header-list .btn-palets {
    background: #53331f
}

#desktop-header-1001 .top-header-list .btn-takeaway {
    background: #d95c41
}

#desktop-header-1001 .top-header-list .btn-eventos {
    background: #e57a59
}

#desktop-header-1001 .header-top .top-header-list {
    float: none;
    display: flex;
    justify-content: center
}

#desktop-header-1001 .top-header-list .btn-print:hover {
    background: linear-gradient(90deg, #f2703f, #49c5b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#desktop-header-1001 .top-header-list .btn-print:hover svg.icon {
    color: #f2703f
}

#desktop-header-1001 .top-header-list .btn-ecommerce:hover {
    background: #fff;
    color: #c98a45
}

#desktop-header-1001 .top-header-list .btn-bottle:hover {
    background: #fff;
    color: #7a9654
}

#desktop-header-1001 .top-header-list .btn-mudanza:hover {
    background: #fff;
    color: #3a73b3
}

#desktop-header-1001 .top-header-list .btn-isotermico:hover {
    background: #fff;
    color: #7fd0f0
}

#desktop-header-1001 .top-header-list .btn-office:hover {
    background: #fff;
    color: #8c8c8c
}

#desktop-header-1001 .top-header-list .btn-octapack:hover {
    background: #fff;
    color: #d6ccb2
}

#desktop-header-1001 .top-header-list .btn-planchas:hover {
    background: #fff;
    color: #a16b44
}

#desktop-header-1001 .top-header-list .btn-palets:hover {
    background: #fff;
    color: #53331f
}

#desktop-header-1001 .top-header-list .btn-takeaway:hover {
    background: #fff;
    color: #d95c41
}

#desktop-header-1001 .top-header-list .btn-eventos:hover {
    background: #fff;
    color: #e57a59
}

.desktop-header-1001-sticky #desktop-header-1001 .header-top {
    top: 75px;
    position: relative
}

#desktop-header-1001 .header-top {
    overflow-x: auto;
    white-space: nowrap
}

#desktop-header-1001 .top-header-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px;
    margin: 0
}

#desktop-header-1001 .top-header-list li {
    flex: 0 0 auto;
    margin-right: 0
}

#desktop-header-1001 .header-top::-webkit-scrollbar {
    display: none
}

#desktop-header-1001 .header-top {
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media(max-width:1260px) {
    #desktop-header-1001 .header-top .top-header-list {
        float: none;
        display: flex;
        justify-content: flex-start
    }
}

.desktop-menu {
    position: relative
}

.desktop-menu .mega-dropdown {
    box-shadow: 0px 8px 10px 0px #00000026
}

.desktop-menu-ul {
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start
}

.desktop-pages-ul {
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.desktop-menu-ul>li {
    padding-left: 0;
    padding-right: 0;
    float: left
}

.desktop-menu .mega-dropdown {
    left: 0;
    right: 0;
    top: 100%;
    padding: 0;
    border-width: 1px 0 1px 0;
    z-index: 4050
}

.desktop-menu.menu-nav .dropdown>.dropdown-menu:before {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    cursor: pointer
}

.desktop-menu .mega-dropdown-wrap,
.custom-layout .container-fluid.mega-dropdown-wrap.subchildren-wrapper {
    padding: 32px 0px 36px
}

.desktop-menu .custom-layout .mega-dropdown-wrap .col-menu-categories {
    padding: 0px
}

#desktop-menu-a1 .custom-layout .col-list-categories:not(.sub) {
    gap: 0px
}

.desktop-menu .custom-layout .mega-dropdown-wrap .col-menu-categories .custom-layout {
    flex: 1;
    background: var(--clr-bg-content)
}

.dropdown-menu .mega-dropdown-row {
    margin: 0
}

@media (min-width:1200px) {}

#desktop-menu-a1 .col-menu-categories .row-menu-categories {
    flex-direction: column;
    justify-content: center
}

#desktop-menu-a1 .desktop-menu-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0px 32px
}

#desktop-menu-a1 .col-menu-categories .row-menu-categories .col-list-categories:not(:first-child) {
    padding-top: 32px
}

#desktop-menu-a1 .desktop-menu-list-lvl-3>a {
    display: block
}

#desktop-menu-a1 .dropdown-menu.mega-dropdown {
    border-radius: 0px;
    border: none
}

#desktop-menu-a1 .col-list-categories {
    width: 100%
}

#desktop-menu-a1 .desktop-menu-lvl-1>a {
    font-family: var(--ff-medium);
    color: #666666;
    height: 48px;
    text-align: center;
    line-height: 16px;
    display: flex;
    align-items: center;
    position: relative
}

#desktop-menu-a1 .desktop-menu-lvl-1>a span.name {
    text-transform: lowercase
}

#desktop-menu-a1 .desktop-menu-lvl-1>a span.name::first-letter {
    text-transform: uppercase
}

#desktop-menu-a1 .desktop-menu-lvl-1>a:after {
    margin: 0px;
    border: none;
    display: block;
    bottom: 8px;
    left: calc(50% - 8px);
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border: none;
    border-radius: 50%;
    position: absolute;
    content: "";
    background-color: var(--clr-k-brown);
    visibility: hidden;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

#desktop-menu-a1 .desktop-menu-lvl-1.open>a:after,
#desktop-menu-a1 .desktop-menu-lvl-1>a:hover:after {
    visibility: visible;
    opacity: 1
}

#desktop-menu-a1 .desktop-menu-list-lvl-2 .name {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    padding: 4px 16px;
    margin-top: 8px;
    border-radius: 100px;
    text-align: center
}

#desktop-menu-a1 .desktop-menu-list-lvl-2>a:hover .name {
    color: #222222;
    background-color: var(--clr-bg-content)
}

#desktop-menu-a1 .desktop-menu-list-lvl-2:not(.custom-layout)>a:hover .catid {
    transform: scale(1.1)
}

#desktop-menu-a1 .desktop-menu-list-lvl-2 .catImgContainer {
    position: relative;
    width: 100%
}

#desktop-menu-a1 .desktop-menu-list-lvl-2 a:not(.btn-active) .catImgContainer svg {
    fill: var(--clr-white)
}

#desktop-menu-a1 .desktop-menu-list-lvl-2.custom-layout a.second-lvl svg {
    color: #fff;
    transition: none
}

.custom-layout .container-fluid.mega-dropdown-wrap {
    padding: 0px
}

#desktop-menu-a1 .desktop-menu-list-lvl-2 .second-lvl {
    padding: 16px 0px;
    background-color: var(--clr-bg-content);
    width: 100%;
    border: none;
    height: 100%;
    display: flex;
    justify-content: center
}

#desktop-menu-a1 .desktop-menu-list-lvl-2 *:not(button) .catImgContainer * {
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms;
    border-radius: 16px;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#desktop-menu-a1 .desktop-menu-list-lvl-2 .catImgContainer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    z-index: 1;
    border-radius: 16px
}

.custom-layout .second-lvl+.dropdown-menu.active {
    display: block
}

.custom-layout .second-lvl+.dropdown-menu {
    border: none
}

#desktop-menu-a1 .desktop-menu-list-lvl-2.custom-layout .second-lvl>.catImgContainer:before {
    background-color: transparent
}

#desktop-menu-a1 .desktop-menu-lvl-1>a.active-anchor {
    color: var(--clr-k-brown)
}

.no-flexboxlegacy #desktop-menu-a1 .desktop-menu-lvl-1>a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block
}

#desktop-menu-a1 .desktop-menu-lvl-1>a:hover span.name:not(.title-marked),
#desktop-menu-a1 .desktop-pages-ul .desktop-menu-page a:hover span.name:not(.title-marked),
#desktop-menu-a1 .desktop-menu-lvl-1.open>a span.name:not(.title-marked),
#desktop-menu-a1 .desktop-pages-ul .desktop-menu-page a:hover * {
    color: var(--clr-k-brown) !important
}

#desktop-menu-a1 .desktop-pages-ul .icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    color: #666666
}

#desktop-menu-a1 .desktop-pages-ul .desktop-menu-page a {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px
}

#desktop-menu-a1 .col-list-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center
}

#desktop-menu-a1 .desktop-menu-list-lvl-2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 16px
}

#desktop-menu-a1 .desktop-menu-list-lvl-3 a:not(:hover) {
    color: #3c4043
}

#desktop-menu-a1 .col-image {
    padding-top: 7px;
    padding-bottom: 7px
}

#desktop-menu-a1 .desktop-menu-ul>li.dropdown {
    position: static
}

.desktop-header-1001-sticky #desktop-menu-a1 .desktop-menu-wrap {
    justify-content: center
}

#desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1>a:not(:last-child),
#desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1>a.force-padding {
    padding: 0px;
    padding-right: 16px
}

#desktop-menu-a1 .col-list-categories .desktop-menu-list-lvl-2:not(.custom-layout) {
    max-width: 160px;
    flex: 1 0 auto
}

#desktop-menu-a1 .title-marked {
    border-radius: 8px;
    padding: 2px 10px
}

#desktop-menu-a1 .title-marked:hover,
#desktop-menu-a1 .title-marked:focus {
    color: white !important
}

#desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1>a span svg,
#desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1>a span img {
    width: 16px;
    height: 16px
}

#desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1>a span.title-marked {
    display: flex;
    align-items: center;
    gap: .5rem
}

#desktop-header-1001 .desktop-menu-ul .desktop-menu-lvl-1>a span .aux-cat-name {
    text-transform: capitalize
}

@media(max-width:1199px) {
    .desktop-pages-ul li.desktop-menu-page.list-inline-item:first-child {
        margin-right: 2px
    }

    #desktop-menu-a1 .desktop-menu-list-lvl-2 .name {
        padding: 4px 16px
    }
}

@media(max-width:1304px) {
    #desktop-menu-a1 .col-list-categories {
        gap: 18px
    }

    #desktop-menu-a1 .col-list-categories .desktop-menu-list-lvl-2:not(.custom-layout) {
        max-width: 120px
    }
}

@media (min-width:1200px) {
    #desktop-menu-a1 .desktop-menu-list-lvl-2 {
        font-size: 12px
    }
}

.mobile-menu {
    background-color: var(--clr-bg-content);
    font-size: 16px
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    z-index: 4009
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top,
.mm-wrapper_background .mm-menu_position-bottom,
.mm-wrapper_background .mm-menu_position-front,
.mm-wrapper_background .mm-menu_position-top {
    z-index: 4014
}

.mobile-menu:not(.mm-menu) {
    display: none
}

.mobile-menu.mm-menu_fullscreen {
    max-width: 400px
}

.mobile-menu .mm-navbar {
    height: 60px;
    padding: 0 60px
}

.mobile-menu .mm-panels {
    top: 60px;
    background-color: #1a1413
}

.mobile-menu .mm-btn {
    width: 60px;
    height: 60px
}

.mobile-menu .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
    width: 60px
}

.mobile-menu .mm-navbar {
    line-height: 40px;
    text-align: left
}

.mobile-menu .mm-listitem .mm-btn_next:before {
    display: none
}

.mobile-menu .mm-navbars_top {
    background-color: var(--clr-bg-content)
}

.mobile-menu .mm-listitem>a:not(.mm-btn_next),
.mobile-menu .mm-listitem>span:not(.mm-btn_next) {
    padding: 12px 12px 12px 16px;
    font-family: var(--ff-medium)
}

.mobile-menu .mm-listitem_vertical>.mm-btn_next {
    height: 48px
}

.mobile-menu.mm-menu .mm-navbar a,
.mobile-menu.mm-menu .mm-navbar>* {
    color: var(--clr-light)
}

.mobile-menu .mm-btn_prev:before,
.mobile-menu .mm-btn_prev:after,
.mobile-menu .mm-btn_next:before,
.mobile-menu .mm-btn_next:after,
.mobile-menu .mm-btn_close:before,
.mobile-menu .mm-btn_close:after {
    display: none
}

.mobile-menu .mm-btn_prev .icon,
.mobile-menu .mm-btn_next .icon,
.mobile-menu .mm-btn_close .icon {
    display: block;
    height: 24px;
    width: 24px;
    color: #222222;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.mobile-menu .mm-btn_next .icon {
    color: #222222
}

.mobile-menu .mobile-menu-contrast .mm-btn_next .icon {
    color: var(--clr-light)
}

.mobile-menu-contrast {
    border-color: #D4D4D4
}

.mm-listview .mobile-menu-page a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-regular) !important
}

.mm-listview .mobile-menu-page a svg {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.mm-listview .mobile-menu-page {
    border: none;
    background-color: var(--clr-bg-content)
}

.mm-listview .mobile-menu-page::after {
    content: unset
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    color: #222222
}

.mobile-menu .mm-listview>li:not(.mobile-menu-contrast) {
    background-color: var(--clr-light)
}

.mobile-menu .mm-listview>li.mobile-menu-contrast .mm-listview>li {
    background-color: transparent
}

.mobile-menu .mobile-menu-contrast a,
.mobile-menu .mobile-menu-contrast span {
    color: #222222
}

.mobile-menu-contrast:last-child:before {
    content: "";
    display: block
}

.menu-extra {
    background-color: var(--clr-light);
    font-size: 16px
}

.menu-extra .mm-navbar {
    line-height: 40px;
    text-align: left
}

.menu-extra:not(.mm-menu) {
    display: none
}

.menu-extra .mm-btn_prev:before,
.menu-extra .mm-btn_prev:after,
.menu-extra .mm-btn_next:before,
.menu-extra .mm-btn_next:after,
.menu-extra .mm-btn_close:before,
.menu-extra .mm-btn_close:after {
    display: none
}

.menu-extra .mm-btn_prev .icon,
.menu-extra .mm-btn_next .icon,
.menu-extra .mm-btn_close .icon {
    display: block;
    height: 24px;
    width: 24px;
    color: #222222;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px
}

.menu-extra .mm-btn {
    margin-left: auto;
    width: 60px;
    height: 60px
}

.menu-extra .mm-listitem,
.menu-extra .mm-listitem .mm-btn_next {
    border-color: transparent
}

.menu-extra .mm-navbar {
    height: 60px
}

.menu-extra .mm-panels {
    top: 60px
}

.menu-extra .mm-listitem .icon {
    height: 18px;
    width: 18px;
    color: #888;
    float: left
}

.menu-extra .mm-listitem .icon+span {
    float: left;
    width: calc(100% - 20px);
    padding-left: 30px
}

.menu-extra .mm-listitem>a:not(.mm-btn_next),
.menu-extra .mm-listitem>span:not(.mm-btn_next) {
    padding: 14px 10px 14px 20px
}

.menu-extra .menu-extra-page-title>span:not(.mm-btn_next) {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    color: #757575;
    background-color: #f4f4f4
}

.menu-extra .mm-listitem_vertical>.mm-btn_next {
    height: 48px
}

.menu-extra.mm-menu_fullscreen {
    max-width: 400px
}

.mobile-header-1001-sticky #mobile-header-1001 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000
}

.mobile-header-1001-sticky #mobile-header-1001 .header-slider-top-bar~.header {
    z-index: 3010
}

.mobile-header-1001-sticky.search-open .header-search-container {
    height: 60px
}

html:not(.mobile-header-1001-sticky) #mobile-header-1001 .header-slider-top-bar~.header-search-container {
    top: 30px
}

#mobile-header-1001 .header-slider-top-bar~.header {
    position: relative
}

#mobile-header-1001-sticky-space {
    height: 60px;
    display: none
}

#mobile-header-1001 .wrap-header-bar {
    background-color: var(--clr-k-red);
    position: relative;
    z-index: 3005
}

#mobile-header-1001 .wrap-header-bar.collapsed {
    transform: scale(1, 0);
    position: absolute !important;
    width: 100%;
    z-index: -1
}

#mobile-header-1001 .wrap-header-bar {
    transform: scale(1);
    transform-origin: top;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

#mobile-header-1001 .wrap-header-bar .icon-close {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 16px;
    height: 16px;
    color: var(--clr-white);
    transform: translateY(-50%);
    cursor: pointer
}

.search-open #mobile-header-1001 .header-search-container {
    z-index: 3900
}

#mobile-header-1001 .header-slider-top-bar .inset-header-bar {
    max-width: 940px;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto
}

#mobile-header-1001 .header-slider-top-bar .swiper-slide .html-output {
    width: 100% !important;
    margin: 0 auto
}

#mobile-header-1001 .header-slider-top-bar .swiper-slide {
    line-height: 12px;
    font-size: 10px;
    text-align: center;
    color: var(--clr-white);
    padding: 4px 0px
}

#mobile-header-1001 .header-slider-top-bar .swiper-control {
    height: 100%;
    top: 0;
    margin: 0;
    width: 30px
}

#mobile-header-1001 .header-slider-top-bar .swiper-control .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #888
}

#mobile-header-1001 .header-slider-top-bar .swiper-button-prev {
    left: 0
}

#mobile-header-1001 .header-slider-top-bar .swiper-button-next {
    right: 0
}

#mobile-header-1001 .header-trigger-mobile {
    padding: 16px 0px;
    height: 56px
}

#mobile-header-1001 .row-content {
    display: flex;
    justify-content: space-between
}

#mobile-header-1001 .logo-container {
    float: left;
    width: calc(100% - 216px);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

#mobile-header-1001 .logo-container img[src*=".svg"] {
    height: 20px
}

.no-flexboxlegacy #mobile-header-1001 .logo-container {
    padding-top: 5px;
    padding-bottom: 5px
}

#mobile-header-1001 .basket-number-badge {
    top: -9px;
    right: -9px
}

#mobile-header-1001 .header-search-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 6px 0;
    height: 56px;
    background-color: var(--clr-light);
    transform: translateY(0);
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

.search-open .show-top-header-list-page #mobile-header-1001 .header-search-container {
    padding-top: 25px;
    height: 95px
}

#mobile-header-1001 .header-slider-top-bar~.header-search-container {
    position: absolute
}

.search-open #mobile-header-1001 .header-search-container {
    transform: translateY(100%)
}

.mobile-header-1001-sticky #mobile-header-1001 .header-slider-top-bar~.header-search-container {
    position: fixed
}

@media (min-width:992px) {
    #mobile-header-1001-sticky-space {
        display: none
    }

    #mobile-header-1001 .header-slider-top-bar .swiper-slide .html-output {
        max-width: 166px
    }
}

#mobile-header-1001 .preheader-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: white
}

#mobile-header-1001 .preheader-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
    justify-content: center
}

#mobile-header-1001 .btn-category {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    color: white;
    padding: 6px 14px;
    border: none;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap
}

#mobile-header-1001 .btn-category span {
    background-color: white;
    color: #333;
    border-radius: 50%;
    padding: 2px 6px;
    font-weight: bold;
    font-size: 12px
}

#mobile-header-1001 .top-header-list .btn {
    color: #fff;
    border-color: transparent;
    padding: 0px;
    border-radius: 8px;
    width: 103px;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    flex-direction: row;
    align-items: center;
    gap: 1px
}

#mobile-header-1001 .top-header-list .btn svg.icon {
    width: 12px;
    height: 12px;
    position: relative;
    bottom: 1px
}

#mobile-header-1001 .header-top .top-header-list {
    float: none;
    display: flex;
    justify-content: center
}

#mobile-header-1001 .top-header-list .btn-print {
    background: linear-gradient(90deg, #f2703f, #49c5b6)
}

#mobile-header-1001 .top-header-list .btn-ecommerce {
    background: #c98a45
}

#mobile-header-1001 .top-header-list .btn-bottle {
    background: #7a9654
}

#mobile-header-1001 .top-header-list .btn-mudanza {
    background: #3a73b3
}

#mobile-header-1001 .top-header-list .btn-isotermico {
    background: #7fd0f0
}

#mobile-header-1001 .top-header-list .btn-office {
    background: #8c8c8c
}

#mobile-header-1001 .top-header-list .btn-octapack {
    background: #d6ccb2
}

#mobile-header-1001 .top-header-list .btn-planchas {
    background: #a16b44
}

#mobile-header-1001 .top-header-list .btn-palets {
    background: #53331f
}

#mobile-header-1001 .top-header-list .btn-takeaway {
    background: #d95c41
}

#mobile-header-1001 .top-header-list .btn-eventos {
    background: #e57a59
}

#mobile-header-1001 .header-top .top-header-list {
    float: none;
    display: flex;
    justify-content: center
}

#mobile-header-1001 .top-header-list .btn-print:hover {
    background: linear-gradient(90deg, #f2703f, #49c5b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#mobile-header-1001 .top-header-list .btn-print:hover svg.icon {
    color: #f2703f
}

#mobile-header-1001 .top-header-list .btn-ecommerce:hover {
    background: #fff;
    color: #c98a45
}

#mobile-header-1001 .top-header-list .btn-bottle:hover {
    background: #fff;
    color: #7a9654
}

#mobile-header-1001 .top-header-list .btn-mudanza:hover {
    background: #fff;
    color: #3a73b3
}

#mobile-header-1001 .top-header-list .btn-isotermico:hover {
    background: #fff;
    color: #7fd0f0
}

#mobile-header-1001 .top-header-list .btn-office:hover {
    background: #fff;
    color: #8c8c8c
}

#mobile-header-1001 .top-header-list .btn-octapack:hover {
    background: #fff;
    color: #d6ccb2
}

#mobile-header-1001 .top-header-list .btn-planchas:hover {
    background: #fff;
    color: #a16b44
}

#mobile-header-1001 .top-header-list .btn-palets:hover {
    background: #fff;
    color: #53331f
}

#mobile-header-1001 .top-header-list .btn-takeaway:hover {
    background: #fff;
    color: #d95c41
}

#mobile-header-1001 .top-header-list .btn-eventos:hover {
    background: #fff;
    color: #e57a59
}

.mobile-header-1001-sticky #mobile-header-1001 .header-top {}

@media (max-width:768px) {
    #mobile-header-1001 .header-top {
        overflow-x: auto;
        white-space: nowrap
    }

    #mobile-header-1001 .top-header-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 10px;
        margin: 0
    }

    #mobile-header-1001 .top-header-list li {
        flex: 0 0 auto;
        margin-right: 0px
    }

    #mobile-header-1001 .header-top::-webkit-scrollbar {
        display: none
    }

    #mobile-header-1001 .header-top {
        -ms-overflow-style: none;
        scrollbar-width: none
    }
}

@media(max-width:1260px) {
    #mobile-header-1001 .header-top .top-header-list {
        float: none;
        display: flex;
        justify-content: flex-start
    }
}

#mobile-menu-a .mm-navbar {
    padding: 0 60px 0 16px
}

#mobile-menu-a .logo-link img {
    height: 20px
}

#mobile-menu-a .mm-navbar__title {
    display: flex;
    align-items: center
}

#mobile-menu-a .mm-navbars_top {
    border-color: #D4D4D4
}

#mobile-menu-a .mm-panel {
    background-color: var(--clr-bg-content)
}

#mobile-menu-a .mm-btn_next .icon {
    transform: translateY(-50%) rotate(0deg);
    transition: transform 375ms ease
}

#mobile-menu-a .mm-listview {
    line-height: 24px
}

#mobile-menu-a .mm-listitem_opened>.mm-btn_next>.icon {
    transform: translateY(-50%) rotate(90deg)
}

#mobile-menu-a .mm-listitem_vertical>.mm-panel {
    padding-left: 40px
}

#mobile-menu-a .mm-listitem_vertical>.mm-panel .mm-listitem {
    border-color: transparent
}

#mobile-menu-a.mm-menu .mm-listitem_opened>.mm-panel {
    background-color: transparent;
    border-color: inherit;
    border-top-width: 1px;
    border-top-style: solid
}

#mobile-menu-a.mm-menu .mm-listitem_opened>.mm-btn_next {
    background-color: transparent
}

#mobile-menu-a .mobile-menu-language .language-active *,
#mobile-menu-a .mobile-menu-currency .currency-active * {
    color: var(--clr-primary)
}

#mobile-menu-a .mobile-menu-currency-anchor .name+.symbol {
    padding-left: 10px
}

#mobile-menu-a .mobile-menu-cat-lvl-1>a:not(.mm-btn_next) {
    display: flex;
    align-items: center
}

#mobile-menu-a .mobile-menu-cat-lvl-1>a:not(.mm-btn_next) svg {
    width: 16px;
    height: 16px;
    margin-right: .25rem
}

#mobile-menu-a .mobile-menu-cat-lvl-1>a:not(.mm-btn_next) .aux-mobile-cat+svg {
    margin-left: .25rem;
    margin-right: 0
}

#mobile-menu-a .mobile-menu-cat-lvl-1>a.first-link .name {
    text-transform: lowercase
}

#mobile-menu-a .mobile-menu-cat-lvl-1>a.first-link .name::first-letter {
    text-transform: uppercase
}

#mobile-menu-a .mobile-menu-cat-lvl-1>a.first-link span.aux-mobile-cat {
    text-transform: capitalize;
    margin: 0 .25rem
}

.footer {
    background-color: var(--clr-light)
}

.footer .logo-link {
    display: block;
    height: 38px;
    position: relative
}

.footer .logo-link img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%
}

.footer .logo-link img[src*=".svg"] {
    height: 100%;
    width: 100%
}

#footer-3 {
    padding-top: 32px
}

#footer-3 .footer-page-info {
    text-align: center;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 35px
}

#footer-3 .wrap-footer-content {
    padding-bottom: 35px
}

#footer-3 .footer-pages-collapse {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}

#footer-3 .footer-pages-collapse .collapse-toggle {
    font-size: 16px;
    font-family: var(--ff-medium);
    color: #222222;
    padding: 12px 20px;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer
}

#footer-3 .footer-pages-list a {
    color: var(--clr-gray-text)
}

#footer-3 .footer-pages-list a:hover {
    color: var(--clr-k-brown)
}

#footer-3 .footer-pages-collapse .collapse-toggle .icon {
    height: 14px;
    width: 14px;
    color: #222222;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%)
}

#footer-3 .footer-pages-collapse .collapse-toggle .icon .y-bar {
    display: none
}

#footer-3 .footer-pages-collapse .collapse-toggle.collapsed .icon .y-bar {
    display: block
}

#footer-3 .footer-pages-list>li>a {
    display: block;
    font-size: 15px;
    color: var(--clr-gray-text);
    padding: 8px 20px
}

#footer-3 .footer-pages-list>li>a:hover {
    color: var(--clr-k-brown)
}

#footer-3 .footer-social-inset {
    border-top: 1px solid #EBEBED;
    border-bottom: 1px solid #EBEBED;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center
}

#footer-3 .footer-social-title {
    font-size: 16px;
    color: #222222;
    font-family: var(--ff-medium);
    line-height: 1.1;
    margin-bottom: 5px
}

#footer-3 .footer-social-list {
    text-align: center;
    line-height: 1
}

#footer-3 .footer-social-list>li {
    padding: 0 8px;
    margin-top: 20px
}

#footer-3 .footer-social-list>li .item {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    height: 32px;
    width: 32px;
    position: relative;
    border: 1px solid var(--clr-bg-content);
    transition: border 375ms ease-in-out
}

#footer-3 .footer-social-list>li a.item:hover {
    border-color: #a1a1a1
}

#footer-3 .footer-social-list>li .item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

#footer-3 .footer-social-list>li .item img[src*=".svg"] {
    max-width: 19px;
    max-height: 19px
}

#footer-3 .footer-social-list>li .item img:not([src*=".svg"]) {
    max-height: 35px;
    max-width: 35px
}

#footer-3 .footer-payment-list {
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 16px
}

#footer-3 .footer-payment-list>li {
    padding: 0
}

#footer-3 .footer-payment-list>li:not(:last-child) {
    margin-right: 32px
}

#footer-3 .footer-payment-list>li .item {
    display: block
}

#footer-3 .footer-payment-list>li .item img.logoTrilogi {
    max-height: 20px
}

#footer-3 .footer-copyright {
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding: 8px;
    background-color: var(--clr-bg-content)
}

#footer-3 .first-block-content:last-child div {
    display: flex;
    align-items: center
}

#footer-3 .first-block-content:not(:last-child) {
    padding-bottom: 16px;
    max-width: 360px
}

#footer-3 .first-block-content:last-child div:not(:last-child) {
    padding-bottom: 16px
}

#footer-3 .first-block-content div svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: currentColor
}

#footer-3 .footer-pages-list {
    color: #666666
}

#footer-3 #myMobileCustomTrustbadge {
    margin-top: 24px
}

#footer-3 .col-checkout-widget #myMobileCustomTrustbadge {
    margin: 0 auto 30px
}

#footer-3 button.collapse-toggle.collapsed.btn.btn-link {
    display: block !important
}

#footer-3 .row.row-footer-content {
    align-items: center;
    justify-content: center
}

@media(min-width:992px) {
    #footer-3 #myMobileCustomTrustbadge {
        margin: 15px auto
    }

    #footer-3 .col-pages #myMobileCustomTrustbadge {
        margin: 15px auto 0
    }

    #footer-3 .col-checkout-widget #myMobileCustomTrustbadge {
        margin: 15px auto
    }

    #footer-3 .footer-pages-collapse .collapse-container {
        height: auto !important;
        display: block !important
    }

    #footer-3 .footer-pages-collapse .collapse-toggle .icon {
        display: none
    }
}

@media(max-width:767px) {
    #footer-3 .row>* {
        padding: 0px 32px
    }

    #footer-3 .contact {
        padding: 0px 38px 0px 26px
    }
}

@media(min-width:768px) {
    #footer-3 .footer-pages-list>li>a {
        padding: 8px 0px
    }
}

@media(min-width:768px) and (max-width:991px) {
    #footer-3 .contact .footer-pages-collapse {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer .logo-link,
    .footer .logo-container {
        width: 100%
    }

    .footer .logo-link img {
        margin: auto !important
    }
}

#footer-3 .wrap-footer-bottom-bar {
    padding: 16px 0px 0px
}

@media(max-width:991px) {
    #footer-3 .logo-link img {
        height: 23px;
        width: auto;
        margin: unset;
        margin-right: auto
    }

    #footer-3 .contact .collapse-container {
        margin-top: 16px
    }

    #footer-3 .footer-social-title {
        margin-bottom: 0px
    }

    #footer-3 .footer-social-list>li {
        margin-top: 16px
    }

    #footer-3 .footer-social-inset {
        padding: 32px 0px
    }

    #footer-3 .image-col {
        margin-top: 16px
    }

    #footer-3 .image-col img {
        margin: 0 auto
    }

    #footer-3 .footer-pages-collapse .collapse-toggle.collapsed {
        height: 24px;
        margin-bottom: 16px
    }

    #footer-3 .footer-pages-list {
        margin-bottom: 32px
    }

    #footer-3 .footer-pages-collapse .collapse-toggle {
        padding: 0px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #footer-3 .row-footer-content .col {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:992px) {
    #footer-3 .footer-pages-list {
        margin-bottom: 0px
    }

    #footer-3 .col-pages:not(:last-child) {
        display: flex;
        padding-left: 0px
    }

    #footer-3 .col-pages:last-child {
        padding-left: 68px
    }

    #footer-3 .first-block-wrapper {
        margin-top: 16px
    }

    #footer-3 .first-block-wrapper li:first-child {
        line-height: 24px
    }

    #footer-3 .footer-pages-list:not(.first-block-wrapper) {
        margin-top: 32px
    }

    #footer-3 .footer .logo-link img {
        height: 23px;
        width: auto;
        margin-left: 0
    }

    #footer-3 .footer-page-info {
        text-align: left
    }

    #footer-3 .footer-pages-collapse .logo-container+.collapse-toggle {
        display: none
    }

    #footer-3 .footer-pages-collapse .collapse-toggle {
        font-size: 14px;
        cursor: default;
        color: #222222;
        padding: 0;
        line-height: 24px;
        max-height: 24px;
        text-transform: none
    }

    #footer-3 .first-block-content {
        font-size: 14px;
        line-height: 16px
    }

    #footer-3 .footer-pages-list>li>a {
        font-size: 14px;
        padding: 0
    }

    #footer-3 .footer-pages-list>li:not(:last-child) {
        padding-bottom: 16px
    }

    #footer-3 .footer-social-title {
        margin: 0
    }

    #footer-3 .footer-social-element {
        display: inline-block;
        vertical-align: middle;
        padding-left: 8px;
        padding-right: 8px
    }

    #footer-3 .footer-social-list>li {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    #footer-3 {
        padding-top: 32px
    }
}

.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 0;
    border-radius: 0;
    font-size: 13px
}

.breadcrumb>li+li:before {
    color: #000;
    opacity: .5
}

@media (max-width:767px) {
    .breadcrumb {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .breadcrumb>li {
        display: inline-block
    }
}

@media (max-width:479px) {
    .breadcrumb {
        font-size: 12px
    }
}

.block-breadcrumb-02 .background-block {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--clr-bg-light)
}

.block-breadcrumb-02 .breadcrumb>li>a {
    color: var(--clr-gray-text)
}

.block-breadcrumb-02 .breadcrumb>li>a:hover {
    color: var(--clr-k-brown)
}

.block-breadcrumb-02 .pathFirst .pathLink {
    color: var(--clr-k-red)
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--clr-gray-text)
}

@media(min-width:992px) {
    .block-breadcrumb-02 .container-fluid {
        padding-left: 32px
    }
}

@media (min-width:768px) {
    .block-breadcrumb-02 .background-block {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

#miniBasketOffcanvas .mini-basket-empty-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: initial
}

#miniBasketOffcanvas .offcanvas {
    height: 100%;
    overflow-y: auto
}

#miniBasketOffcanvas .miniBasketHeader {
    display: flex;
    align-items: center
}

#miniBasketOffcanvas .miniBasket,
#miniBasketOffcanvas #miniBasketContent {
    height: 100%
}

#miniBasketOffcanvas .miniBasketHeaderTitle {
    width: auto
}

#miniBasketOffcanvas .miniBasketHeaderSubTitle {
    margin-left: 15px
}

#miniBasketOffcanvas #miniBasketProductUnits::before {
    content: "("
}

#miniBasketOffcanvas #miniBasketProductUnits::after {
    content: ")"
}

#miniBasketOffcanvas #miniBasketModuleHeader {
    position: relative;
    top: auto;
    right: auto;
    transform: none
}

#miniBasketOffcanvas .miniBasketOutput {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto
}

#miniBasketOffcanvas .miniBasketBody {
    max-height: none;
    margin: 5px 0;
    padding: 0 15px
}

#miniBasketOffcanvas .miniBasketItem {
    padding: 15px 0
}

#miniBasketOffcanvas .miniBasketTotals {
    margin-top: auto
}

#miniBasketOutput .miniBasketTotals .miniBasketPaymentSystem {
    padding-top: 20px
}

#miniBasketOffcanvas .miniBasketItemNum {
    top: 10px;
    left: -5px
}

#miniBasketOffcanvas [data-lc-mini-basket-delete] {
    padding: 0;
    padding-right: 5px;
    top: 15px;
    right: 0
}

#miniBasketOffcanvas .miniBasketTotals div>.col+.col {
    text-align: right
}

#miniBasketOffcanvas .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-shadow: none;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center
}

.miniBasketItemBundle .miniBasketBundleImage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .25rem;
    min-height: 75px;
    align-items: center;
    padding: 0;
    border: 0;
    background-color: transparent
}

.miniBasketBundleItem {
    display: flex;
    width: 100%;
    padding-top: 1rem
}

.miniBasketViewBundle {
    color: var(--color-primary);
    border: 0;
    background-color: transparent;
    padding: .5rem;
    margin-left: -.5rem;
    font-size: 12px;
    gap: .25rem;
    display: flex;
    align-items: center
}

.miniBasketViewBundle .icon {
    width: 1rem;
    height: 1rem;
    transition: transform 150ms ease-in-out;
    transform: rotate(180deg)
}

.miniBasketViewBundle.collapsed .icon {
    transform: rotate(0deg)
}

.module-newsletter #smallNewsletterForm .alert {
    cursor: pointer
}

.main-content+div.cn_content .cn_section .cn_block:last-child {
    max-width: 640px !important;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.main-content+div.cn_content {
    background-color: #f1f3f9 !important
}

.main-content+div.cn_content {
    padding-bottom: 44px
}

.main-content+div.cn_content .cn_section .cn_block:last-child .cn_cell:first-child input {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #666666;
    height: 40px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
    background-color: #FFF !important;
    border-radius: 20px !important;
    border: 1px solid hsl(0, 0%, 90%) !important;
    max-width: 395px !important;
    width: 100% !important;
    outline: none !important
}

.main-content+div.cn_content .cn_section .cn_block:last-child .cn_cell button {
    border-radius: 20px !important;
    text-align: center !important;
    margin-left: 0px !important;
    font-family: "poppins-medium", sans-serif !important;
    transition: 300ms all ease-in-out !important;
    color: #FFF !important;
    background-color: #e4a74b !important;
    border: 1px solid #e4a74b !important;
    width: 160px !important;
    cursor: pointer !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    min-height: 40px !important
}

.main-content+div.cn_content .cn_section .cn_block:last-child .cn_cell button:where(:focus, :hover) {
    background: #443230 !important;
    border-color: #443230 !important
}

.main-content+div.cn_content .cn_section .cn_cell .cn-element {
    padding: 0 !important
}

@media(max-width:767px) {
    .main-content+div.cn_content .cn_section .cn_block:last-child>div {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .main-content+div.cn_content .cn_section .cn_block:last-child *,
    .main-content+div.cn_content .cn_section .cn_block:last-child .cn_cell:first-child input {
        width: 100% !important;
        max-width: 100% !important
    }

    .main-content+div.cn_content .cn_section .cn_cell>div {
        padding: 0 !important
    }

    .main-content+div.cn_content .cn_section .cn_block:last-child .cn_cell button {
        margin-top: 1.5rem
    }

    .main-content+div.cn_content .cn_section {
        padding: 0 1rem
    }
}