:root {
    --dark-red: #45000E;
    --beige: #F9F6F1;
    --light-coffee: #C57C57;
    --cyan-blue: #84B6BC;
    --burnt-orange: #C94828;
    --teal: #1ABC9C;
}
@font-face {
    font-family: "ACKelson";
    src: url("../fonts/ACKelson/ACKelson/OTF/ACKelsonRegular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "ACKelson";
    src: url("../fonts/ACKelson/ACKelson/OTF/ACKelsonLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "ACKelson";
    src: url("../fonts/ACKelson/ACKelson/OTF/ACKelsonBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
::-moz-selection {
    background: var(--dark-red);
    color: #fff;
}
::selection {
    background: var(--dark-red);
    color: #fff;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: var(--beige);
}
::-webkit-scrollbar-thumb {
    background: var(--dark-red);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--light-coffee);
}
@-moz-document url-prefix() {
    :root{
        scrollbar-color:  var(--dark-red) var(--beige) ;
        scrollbar-width: thin ;
    }
}
body, h1, h2, h3, h4, h5, h6, p, label, a {
    color: var(--dark-red);
    font-family: "ACKelson";
}
a {
    color: var(--dark-red);
    transition: all 0.5s ease;
}
a:hover, .alink:hover, a:visited:hover, .alink:visited:hover {
    color: var(--light-coffee);
    text-decoration: none !important;
}
a:visited, .alink:visited {
    color: var(--dark-red);
}
body {
    line-height: 28px;
    font-size: 1.8rem;
    background-image: url('../images/background.png');
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget:has(.top-info) {
    margin: 0 !important;
}
.top-info {
    background: var(--dark-red);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 2rem;
    height: 40px;
    font-size: 16px;
}
.top-info p {
    color: white;
}
.page-header {
    margin: 0 !important;
    padding: 0 50px !important;
    max-width: 100% !important;
    position: sticky;
    top: 0;
    background: white;
    z-index: 100;
    margin: 0 -20px !important;
}
.page-header .header {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.header .sw-top-header-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    width: 100%;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid var(--dark-red);
    height: 100px;
    box-sizing: border-box;
}
.sw-logo-container a.logo {
    max-width: 100%;
    margin: 0 !important;
}
.header .sw-top-header-right-container {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
.header .sw-top-header-right-container > div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.header .sw-top-header-right-container .action.compare, .header .sw-top-header-right-container li.link.wishlist a , a.action.showcart {
    height: 30px;
    display: flex;
}
.minicart-wrapper {
    display: flex;
}
.header .sw-top-header-container .minicart-wrapper .action.showcart:before {
    display: none;
}
.header .amsearch-input-wrapper,
.header .amsearch-wrapper-block {
    width: 100% !important;
}
.header .amsearch-wrapper-block input {
    padding: 0 50px;
    height: 60px;
    background: #F9F6F1;
    border: 0;
}
.header .amsearch-wrapper-block input::placeholder {
    font-size: 1.6rem !important;
}
.header .amsearch-wrapper-block input::placeholder {
    color: var(--dark-red);
    font-size: 1.8rem;
}
.header .amsearch-input-wrapper .amsearch-button.-loupe {
    right: 50px;
    background-image: url('../images/search.svg');
    background-size: 18px;
    margin: auto 0 auto auto;
}
section.amsearch-input-wrapper.-dynamic-width.-match.-typed .amsearch-button.-loupe {
    opacity: 0;
    visibility: hidden;
}
.customer-welcome .customer-menu {
    display: none;
}
.customer-welcome.active .customer-menu {
    display: block;
}
.customer-welcome .header.links {
    border: none;
    box-shadow: none;
    background: var(--dark-red);
    padding: 20px !important;
    max-width: 210px !important;
    width: 210px;
    z-index: 1000;
    border-radius: 0;
    top: calc(100% + 15px);
    display: flex;
    flex-direction: column;
}
.customer-welcome .header.links li.greet.welcome {
    order: 1;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.customer-welcome .header.links li {
    order: 2;
}
.header .sw-top-header-right-container li {
    margin: 0;
}
li.customer-welcome span {
    color: #fff;
    font-size: 14px;
}
li.customer-welcome {
    list-style: none;
}
li.customer-welcome span {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.customer-welcome.active {
    overflow: visible;
}
.customer-welcome {
    display: inline-block;
    position: relative;
}
.customer-welcome .header.links li a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.customer-welcome .header.links li a:hover {
    color: #665E55;
}
.customer-welcome .header.links li:last-child {
    margin: 0;
}
.customer-welcome ul {
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px;
    margin: 4px 0px 0px;
    padding: 0px;
    list-style: none none;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(187, 187, 187);
    border-image: initial;
}
.customer-welcome ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    position: absolute;
    top: -5px;
    right: 8px;
}
.sw-account-container {
    display: flex;
}
.header .sw-top-header-right-container li {
    list-style: none !important;
}
.sw-minicart-container .minicart-wrapper {
    margin: 0 !important;
}
.nav-sections,
.navigation > .ninjamenus.ninjamenus-desktop  {
    margin: 0 !important;
}
.ninjamenu-first-right.services-svg {
    margin-left: auto !important;
}
.navigation > .ninjamenus.ninjamenus-desktop {
    width: 100%;
}
.nav-sections .navigation {
    width: 100% !important;
    display: flex !important;
    max-width: 100% !important;
    background: white;
    padding: 0;
    height: 100px;
    align-items: center;
}
.magezon-builder > .nav-item > a {
    padding: 0 25px;
    line-height: 22px !important;
    margin-top: 10px;
}
.magezon-builder > .nav-item  {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navigation .magezon-builder > .nav-item:not(:last-child) > a::after {
    content: "";
    border-right: 1px solid var(--dark-red);
    width: 1px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.navigation .magezon-builder > .nav-item:nth-child(7) > a::after {
    content: none;
}
.nav-item > a:hover {
    color: var(--light-coffee) !important;
}
.ninjamenus a {
    color: var(--dark-red) !important;
}
.ninjamenus.ninjamenus-desktop .item-submenu {
    box-shadow: none !important;
    border: 1px solid var(--dark-red);
    padding: 20px !important;
    width: 300px !important;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    font-family: 'ACKelson';
}
.magezon-builder > .nav-item > a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    gap: 15px;
    color:var(--dark-red);
}
.ninjamenus .level0 > a > span.title {
    transition: all 0.5s ease;
}
.ninjamenus .level0 > a:hover > span.title {
    color: var(--light-coffee);
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0.active > a, .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .nav-item.level0.active > a {
    background-color: transparent !important;
    color: var(--light-coffee) !important;
}
.navigation .nav-item a:hover:before, .ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0.active > a:before, .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .nav-item.level0.active > a:before {
    filter: invert(54%) sepia(50%) saturate(406%) hue-rotate(336deg) brightness(90%) contrast(100%);
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0:hover > a, .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .nav-item.level0:hover
    > a {
    background-color: transparent !important;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal > .magezon-builder > .nav-item:first-child > a {
    padding-left: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal > .magezon-builder > .nav-item:last-child > a {
    padding-right: 0;
}
.navigation .nav-item:first-child,
.navigation .nav-item.ninjamenu-first-right {
    border-left: 0;
}
.nav-item > a span.title {
    font-weight: 400 !important;
}
.magezon-builder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.navigation > .ninjamenus.ninjamenus-desktop {
    margin: 0;
}
.ninjamenu-first-right {
    margin-left: auto !important;
}
.navigation .nav-item.tag-svg > a::before {
    content:"";
    background:  url('../images/tag.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.sticker-svg > a::before {
    content:"";
    background:  url('../images/sticker.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.capsule-svg > a::before {
    content:"";
    background:  url('../images/capsule.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.coffee-svg > a::before {
    content:"";
    background:  url('../images/coffee.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.coffee-beans-svg > a::before {
    content:"";
    background:  url('../images/coffee-beans.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.coffee-maker-svg > a::before {
    content:"";
    background:  url('../images/coffee-maker.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.coffee-filter-svg > a::before {
    content:"";
    background:  url('../images/coffee-filter.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.services-svg > a::before {
    content:"";
    background:  url('../images/services.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.chat-svg > a::before {
    content:"";
    background:  url('../images/chat.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation .nav-item.solutions-svg > a::before {
    content:"";
    background:  url('../images/solutions.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.ninjamenus .level0 > a > span.title {
    line-height: 18px;
}
main.page-main {
    margin: 0;
    max-width: 100%;
    padding: 0 !important;
}
.page-wrapper {
    padding: 0 20px;
}
.columns .column.main {
    padding-bottom: 0 !important;
}
/* home start */
.carousel-container .sw-slide {
    position: relative !important;
}
.sw-slide:before {
    content: "";
    background: #45000E 0% 0% no-repeat padding-box;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.carousel-container .sw-slide .container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sw-slide .banner-title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 5rem;
    line-height:  61px;
    color: white;
}
.sw-slide .banner-info {
    margin-bottom: 50px;
    font-size: 1.8rem;
    line-height: 34px;
    color: white;
    max-width: 450px;
    text-align: center;
}
.sw-slide .banner-btn {
    background: var(--light-coffee);
    font-size: 1.8rem;
    line-height: 34px;
    color: white;
    padding: 0 50px;
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
}
.sw-slide .banner-btn:hover {
    background: var(--dark-red);
    color: #fff;
}
.mp-banner-slider .owl-nav .owl-prev span {
    background: var(--beige) !important;
    fill: black !important;
    color: black !important;
    width: 60px;
    height: 60px;
    font-size: 0;
    top: 50%;
    left: 0 !important;
    transform: translate(50%, -50%) rotate(180deg);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mp-banner-slider .owl-nav .owl-next span {
    background: var(--beige)!important;
    fill: black !important;
    color: black !important;
    width: 60px;
    height: 60px;
    font-size: 0;
    top: 50%;
    right: 0 !important;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mp-banner-slider .owl-nav .owl-prev:hover span, .mp-banner-slider .owl-nav .owl-next span:hover  {
    background: var(--light-coffee)!important;
}
.mp-banner-slider .owl-nav .owl-prev span:before, .mp-banner-slider .owl-nav .owl-next span:before {
    content: "";
    background: url('../images/arrow.svg') center center no-repeat !important;
    width: 8px;
    height: 15px;
}
.mp-banner-slider .owl-nav .owl-prev:hover span:before, .mp-banner-slider .owl-nav .owl-next:hover span:before {
    filter: invert(1);
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
    width: 20px !important;
    border-radius: 0 !important;
    height: 2px !important;
    background: var(--beige) !important;
}
.mp-banner-slider .owl-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    top: unset !important;
    bottom: 40px;
    left: 50% !important;
    transform: translateX(-50%);
    height: 5px;
}
.owl-theme .owl-nav {
    margin: 0 !important;
    height: 0;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--cyan-blue) !important;
    width: 60px !important;
    height: 5px !important;
}
.carousel-container.mp-banner-slider {
    margin-bottom: 20px;
    margin-top: 20px;
}
.mp-banner-slider .owl-stage-outer.owl-height {
    height: calc(100dvh - 260px) !important;
}
.home-tripple-banner {
    display: flex;
    gap: 20px;
    justify-content: center;
    /* margin-bottom: 100px; */
}
.home-tripple-banner .tripple-banner-section {
    background: var(--beige);
    width: 400px;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-tripple-banner .tripple-banner-section a {
    display: flex;
    gap: 25px;
    align-items: center;
}
.home-tripple-banner .tripple-banner-section a:hover {
    color:var(--light-coffee);
}
.home-tripple-banner .tripple-banner-section a:hover svg {
    filter: invert(54%) sepia(50%) saturate(406%) hue-rotate(336deg) brightness(90%) contrast(100%);
}
.amrelated-grid-wrapper .block-title {
    text-align: center;
    margin-bottom: 70px;
}
.amrelated-grid-wrapper .block-title strong {
    font-size: 5rem;
    line-height: 61px;
    font-weight: 700;
}
.slick-list {
    padding: 0 !important;
}
.slick-slide {
    margin: 10px;
}
.slick-slider {
    padding: 0 !important;
}
.amrelated-grid-wrapper .slick-prev:focus, .amrelated-grid-wrapper .slick-next:focus {
    box-shadow: none;
}
.slick-slider .slick-arrow.slick-prev {
    transform: translateY(-50%) !important;
    width: 60px;
    height: 60px;
    background: var(--light-coffee) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px !important;
    top: 50% !important;
    z-index: 10;
}
.slick-slider .slick-arrow.slick-next {
    transform: translateY(-50%) !important;
    width: 60px;
    height: 60px;
    background: var(--light-coffee) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px !important;
    top: 50% !important;
    z-index: 10;
}
.slick-slider .slick-arrow.slick-prev:hover, .slick-slider .slick-arrow.slick-next:hover {
    background: var(--dark-red) !important;
}
.slick-slider .slick-arrow:before {
    content: "";
    background: url(../images/arrow-white.svg) center no-repeat !important;
    width: 8px;
    height: 15px;
}
.slick-slider .slick-arrow.slick-prev:before {
    transform-origin: center center;
    transform: rotate(180deg);
}
.home-bestsellers {
    padding: 80px 0 0 0;
    margin-bottom: 20px;
}
.home-bestsellers .slick-slide {
    background: var(--beige);
}
.home-capsule-machines .block,
.home-bestsellers .block {
    margin: 0;
}
/* .home-capsule-machines .slick-track,
.home-bestsellers .slick-track {
    display: flex;
    gap: 20px;
} */
.amrelated-grid-wrapper .slick-slide {
    margin: 0 10px !important;
    position: relative;
}
.home-capsule-machines {
    padding: 100px 20px 20px 20px;
    background: var(--beige);
    /* width: calc(100% + 40px); */
    width: 100%;
    transform: translateX(-20px);
}
.home-capsule-machines .slick-slide {
    background: white;
}
.home-double-banner {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.home-double-banner .double-banner-section {
    position: relative;
    flex: 1;
}
.home-double-banner .double-banner-section::after {
    content: "";
    background: var(--dark-red);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.double-banner-section img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-double-banner .double-banner-section .container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}
.home-double-banner .banner-title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 5rem;
    line-height:  61px;
    color: white;
}
.home-double-banner .banner-info {
    margin-bottom: 50px;
    font-size: 1.8rem;
    line-height:  34px;
    color: white;
}
.home-double-banner .banner-btn {
    background: var(--light-coffee);
    font-size: 1.8rem;
    line-height: 34px;
    color: white;
    padding: 0 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.home-double-banner .banner-btn:hover {
    background: var(--dark-red);
    color: #fff;
}
.page.messages {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
    max-width: 400px;
}
.message {
    margin: 0 !important
}
.message.success {
    background: #2ecc71;
    color: #fff
}
.message.warning {
    background: #d35400;
    color: #fff
}
.message.error {
    background: #e74c3c;
    color: #fff
}
.message.info,.message.notice {
    background: #d35400;
    color: #fff
}
.message>*:first-child:before {
    color: #fff !important
}
.message a {
    color: #fff !important;
    text-decoration: underline
}
/* home end */
/* category start */
.breadcrumbs {
    background: var(--beige);
    padding: 20px 0;
    text-align: center;
    width: 100%;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 20px;
}
.breadcrumbs .items > li.item.home a, .breadcrumbs .items > li.item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs .items .item::after,
.breadcrumbs .items .item strong,
.breadcrumbs .items .item a {
    font-size: 1.4rem !important;
    color: var(--dark-red) !important;
    font-weight: 400;
    line-height: 14px;
}
.breadcrumbs .items .item a:hover {
    color: var(--light-coffee) !important;
}
.breadcrumbs .items {
    display: flex;
    align-items: center;
}
.breadcrumbs .item:not(:last-child):after {
    content: '/';
    margin: 0 10px;
}
.page-title-wrapper {
    text-align: center;
}
.page-title-wrapper .page-title span {
    font-size: 5rem !important;
    font-weight: 700 !important;
    line-height: 61px !important;
}
.category-description {
    background: var(--beige);
    padding: 50px;
    text-align: center;
}
select {
    color:  var(--dark-red);
    font-family: 'ACKelson';
    font-size: 16px !important;
}
.category-description > div {
    max-width: 100% !important;
    margin: 0 !important;
}
.category-description p {
    line-height: 30px;
    margin: 0;
}
.catalog-category-view .page-main .columns .toolbar.toolbar-products:has(.modes), .catalogsearch-result-index .page-main .columns .toolbar.toolbar-products:has(.modes) {
    padding: 0 50px;
    margin: 0 0 20px 0;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    background: var(--beige);
}
.toolbar.toolbar-products:before, .toolbar.toolbar-products:after {
    content: none !important;
}
.toolbar.toolbar-products .toolbar-amount {
    padding: 0;
}
.toolbar.toolbar-products .sorter {
    justify-self: flex-end;
}
.catalog-topnav.amasty-catalog-topnav {
    margin: 0;
}
.page-main .columns .toolbar.toolbar-products .modes,
.page-main .columns .toolbar.toolbar-products .toolbar-amount,
.page-products .columns .toolbar.toolbar-products .toolbar-amount + .limiter,
.page-main .columns .toolbar.toolbar-products .sorter {
    z-index: 1;
    display: flex;
    align-items: center;
    display: flex;
    gap: 20px;
    align-items: center;
}
.toolbar.toolbar-products .toolbar-amount {
    padding: 0;
    font-size: 16px;
    gap: 5px !important;
}
label, span.limiter-text {
    font-size: 16px;
}
.page-main .columns .toolbar.toolbar-products .toolbar-amount {
    flex: 1;
}
.page-main .columns .toolbar.toolbar-products .modes {
    margin-right: 25px;
}
.page-main .columns .toolbar.toolbar-products .sorter {
    margin-right: 50px;
    padding: 0;
}
.page-main .columns .toolbar.toolbar-products .mode-grid,
.page-main .columns .toolbar.toolbar-products .mode-list {
    border: 0;
    padding: 0;
}
.modes-mode:not(.active):hover {
    background: transparent !important;
}
.page-main .columns .toolbar.toolbar-products .mode-grid.active::before {
    content: url('../images/grid-active.svg');
}
.page-main .columns .toolbar.toolbar-products .mode-grid::before {
    content: url('../images/grid.svg');
}
.page-main .columns .toolbar.toolbar-products .mode-list::before {
    content: url('../images/list.svg');
}
.page-main .columns .toolbar.toolbar-products .mode-list.active::before {
    content: url('../images/list-active.svg');
}
.toolbar-sorter .sorter-options {
    appearance: none; /* Removes default styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url(../images/arrow-red-down.svg) calc(100% - 15px) center no-repeat !important;
    width: 300px;
    height: 60px;
    font-size: 1.6rem;
    cursor: pointer;
    border: none !important;
    padding: 0 50px 0 20px;
    margin: 0;
}
.toolbar-sorter .price-changer {
    width: fit-content;
    height: 30px;
}
.toolbar-products .limiter .limiter-options {
    appearance: none; /* Removes default styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url(../images/arrow-red-down.svg) calc(100% - 20px) center no-repeat !important;
    width: 80px;
    height: 60px;
    font-size: 1.6rem;
    line-height: 22px;
    cursor: pointer;
    padding: 0 40px 0 20px;
    border: none !important;
}
.toolbar-sorter .sorter-action::before {
    content: url("../images/sort-arrow.svg");
    transform: rotate(0);
}
.toolbar-sorter .sorter-action.sort-asc::before {
    transform: rotate(180deg);
}
.page-layout-2columns-left .column.main {
    width: 75% !important;
    padding: 0 0 0 20px;
}
.page-layout-2columns-left .sidebar-main {
    width: 25% !important;
}
.catalog-category-view .list.product-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.page-products .products-grid.grid .product-items .product-item-details {
    flex-direction: column;
}
.catalog-category-view li.item.product.product-item {
    width: 100%;
    margin: 0 !important;
    position: relative;
}
/* .product-item .sw-labels {
    position: absolute;
    top: 0;
    left: 0;
}
.product-item .sw-labels .sw-labels-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.sw-labels .sw-labels-container .New {
    background: #665E55;
    border-radius: 0;
    padding: 4px 14px;
}
.sw-labels .sw-labels-container .discount,
.sw-labels .sw-labels-container .discount-label {
    background: #958D83 !important;
    border-radius: 0;
    padding: 4px 14px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 34px;
}
.product-item {
    position: relative;
}
.product-item-info {
    width: 100% !important;
}
.product-item-info img {
    width: 100% !important;
    margin: 0 !important;
}
.product-item-details .product-item-name {
    min-height: 60px;
} */
.product-item-details .product-item-link {
    font-size: 1.8rem;
    font-weight: 400  !important;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}
.catalog-category-view .product-item .price-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.page-main .columns .toolbar.toolbar-products .limiter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sidebar.sidebar-main {
    padding: 40px;
    background: var(--beige);
}
.filter .filter-subtitle {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--dark-red);
    text-transform: none;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}
.filter .filter-options-title {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--dark-red);
    text-transform: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
}
.filter .filter-options-item .filter-options-title::after {
    content: url('../images/arrow-red-down.svg');
    font-size: 0 !important;
}
.filter .filter-options-item.active .filter-options-title::after {
    transform: rotate(180deg);
    align-self: anchor-center;
}
.filter .filter-options .item span.label,
.filter .filter-options .item span.count {
    font-size: 1.6rem;
    color: black;
}
.amshopby-filter-current .amshopby-remove {
    height: 25px;
    width: 25px;
}
.filter .amshopby-filter-current .amshopby-remove::before {
    content: "";
    background: url('../images/remove-filter.svg');
    top: unset;
    right: unset;
    transform: none;
    position: relative;
    width: 25px;
    height: 25px;
}
.filter .filter-options-item {
    padding: 30px  0;
    border-bottom: 1px solid var(--dark-red);
}
.amshopby-filter-current .amshopby-item.item {
    padding: 0 0 0 25px;
}
.filter .amshopby-filter-current .amshopby-remove::after {
    content: none;
}
.filter-options-title:after {
    right: 0;
}
.filter .amshopby-filter-current .amshopby-filter-name {
    display: none;
}
.filter .filter-options .amshopby-search-box {
    margin: 0 0 27px 0;
}
.filter .amshopby-search-box input {
    height: 50px;
    border: 0;
    padding: 0 30px;
}
.filter .amshopby-search-box input:focus {
    box-shadow: unset;
}
.filter .amshopby-search-box input::placeholder {
    color: black;
}
.filter .filter-options-content {
    padding: 0;
    margin-top: 27px;
}
.filter .filter-options-content .items {
    margin: 0 !important;
}
.filter .filter-options-content .items li {
    margin-bottom: 15px  !important;
}
.filter .filter-options-content .items .item a {
    display: flex;
    justify-content: space-between;
    padding-left: 27px !important;
}
.filter .filter-options-content .items.am-filter-items-category_ids .item a {
    padding-left: 7px !important;
}
.filter .filter-options .am-filter-items-author {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.amshopby-filter-current .amshopby-filter-value {
    font-size: 16px;
}
.product-item-actions .actions-secondary , .quick_view {
    display: flex;
}
.filter .filter-options-content .items .item span {
    color: var(--dark-red);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 20px;
}
.fotorama__stage.nothumbs {
    left: 0 !important;
}
.filter .filter-options-content .items .item .amshopby-choice {
    top: 0;
}
.filter .filter-options-content .items .item .amshopby-choice::before {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: white;
}
.filter .filter-options-content .items .item .amshopby-choice::after {
    background-color: var(--dark-red);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 0;
}
.amshopby-slider-container.-default .am-slider {
    background: var(--light-coffee);
}
.filter .amshopby-slider-container .ui-slider-range {
    height: 5px;
    background: white;
}
.filter .amshopby-slider-container.-default .am-slider {
    height: 5px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
    margin: 0;
}
.filter .amshopby-slider-container .am-slider .ui-slider-handle.ui-state-hover {
    background: #000 !important;
}
.filter .amshopby-slider-container .am-slider .ui-slider-handle {
    transform: translate(-8px, -7px);
    width: 20px;
    height: 20px;
    background: #665E55;
    border-radius: 0;
}
.filter .amshopby-slider-container .amshopby-slider-display {
    text-align: right;
    font-size: 1.8rem;
}
.filter .amshopby-filter-current .amshopby-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 26px;
    padding: 0;
    margin-bottom: 10px;
}
.filter-actions {
    padding: 0;
}
.filter .filter-current-subtitle {
    display: none;
}
.filter .filter-actions .filter-clear {
    background-color: var(--light-coffee);
    padding: 0 50px;
    height: 60px;
    display: block;
    width: fit-content;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter .filter-actions .filter-clear:hover {
    background-color: var(--dark-red);
}
.products {
    margin: 0 0 40px 0;
}
.filter-actions {
    margin-bottom: 35 !important;
}
.filter .filter-actions .filter-clear span {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
}
.toolbar.toolbar-products:has(.pages) {
    padding: 0 !important;
    margin: 0 !important;
}
.toolbar.toolbar-products:has(.pages) .pages {
    margin-bottom: 50px;
    margin-top: 30px;
}
.pages a.page {
    color: var(--dark-red);
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pages a.page:hover {
    color: #fff;
    background: var(--dark-red);;
}
.toolbar.toolbar-products .pages .pages-items .item .action:hover {
    opacity: 0.5;
}
.toolbar.toolbar-products .pages .pages-items {
    display: flex;
    gap: 10px;
    align-items: center;
}
.toolbar.toolbar-products .pages .pages-items .item {
    align-content: center;
    margin: 0;
}
.toolbar.toolbar-products .pages .pages-items .item:not(.pages-item-next, .pages-item-previous, .pages-item-last) {
    background: var(--beige);
    width: 50px;
    height: 50px;
}
.toolbar.toolbar-products .pages .pages-items .item.current {
    width: 50px;
    height: 50px;
    background: var(--light-coffee);
    align-content: center;
}
.toolbar.toolbar-products .pages .pages-items .item span {
    font-size: 1.6rem;
    font-weight: normal;
}
.toolbar.toolbar-products .pages .pages-items .item.current span {
    color: white;
}
.toolbar.toolbar-products .pages .pages-items .item .action {
    border: 0;
}
.toolbar.toolbar-products .pages .pages-items .item .action::before {
    color: black !important;
}
.toolbar.toolbar-products .pages .pages-items .item .action.last > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.toolbar.toolbar-products .pages .pages-items .item .action {
    position: relative;
    vertical-align: text-top;
}
.toolbar.toolbar-products .pages .pages-items .item .action.previous::before,
.toolbar.toolbar-products .pages .pages-items .item .action.next::before,
.toolbar.toolbar-products .pages .pages-items .item .action.last::before {
    font-size: 1rem;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, -50%); */
}
.toolbar.toolbar-products .pages .pages-items .item .action.previous::before {
    content: url(../images/next-page.svg);
    transform: scaleX(-1);
}
.toolbar.toolbar-products .pages .pages-items .item .action.next::before {
    content: url(../images/next-page.svg);
}
.toolbar.toolbar-products .pages .pages-items .item .action.last::before {
    content: url(../images/last-page.svg);
    text-align: left;
    /* transform: translate(-50%, -50%); */
}
.toolbar.toolbar-products:last-child .limiter {
    display: none !important;
}
.catalog-category-view .product-items .product-item {
    background: var(--beige);
    padding: 50px 30px 30px 30px !important;
}
/* category end */
/* product start */
.product-item .product-item-actions .action.towishlist:before,
.product-item .tocompare:before {
    content: none !important;
}
.slick-slide .product-item {
    padding: 50px 30px 30px 30px !important;
}
.product-item {
    position: relative;
}
button.action.tocart.primary {
    width: 60px;
    height: 60px;
    background: var(--burnt-orange);
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 0;
}
button {
    transition: all 0.5s ease;
}
button.action.tocart.primary:hover {
    background: var(--light-coffee);
}
.product-item {
    margin: 0 !important;
    max-width: 100% !important;
}
.product-item .product-item-info {
    width: 100% !important;
}
.product-items .slick-list {
    margin: 0 -10px;
}
.product-item .product-item-photo {
    display: flex;
    justify-content: center;
    margin: 0;
    background: var(--beige);
    width: 100%;
    justify-content: center;
    aspect-ratio: 6/7;
    align-items: center;
}
.home-capsule-machines .product-item .product-item-photo {
    background: #fff;
}
.product-item .product-item-photo img {
    mix-blend-mode: darken;
}
.product-item .product-item-details .product-item-name {
    font-size: 1.8rem;
    line-height: 28px;
    margin: 0 0 25px 0;
    text-align: center;
}
.product-item .product-item-details .product-item-name a {
    color: var(--dark-red);
    transition: all 0.5s ease;
}
.product-item .product-item-details .product-item-name a:hover {
    color: var(--light-coffee);
}
.product-item .product-item-details .price-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 0 25px 0;
}
.product-item .product-item-details .price-box .price {
    color: var(--burnt-orange);
    font-size: 2.4rem;
    font-weight: 700;
}
.product-item .product-item-details .price-box .old-price  {
    text-decoration: none;
}
.product-item .product-item-details .price-box .old-price .price  {
    color: var(--dark-red);
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: line-through;
}
.product-item .product-item-details .product-item-actions {
    display: flex;
    align-items: center;
    margin: 0;
}
.product-item-actions .actions-secondary > a {
    line-height: 0 !important;
}
.product-item .product-item-details .product-item-actions .actions-primary {
    flex: 1;
}
.product-item .product-item-details .product-item-actions .actions-secondary {
    display: flex;
    align-items: center;
    gap: 25px;
}
.product-item .product-item-details .product-item-actions .actions-secondary a:hover {
    opacity: 0.5;
}
.product-item .sw-labels {
    position: absolute;
    top: 0;
    left: 0;
}
.product-item .sw-labels .sw-labels-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sw-labels .sw-labels-container span {
    padding: 0px 15px !important;
    height: 35px;
    border-radius: 0 !important;
    font-size: 1.8rem !important;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.sw-labels .sw-labels-container span.bestseller {
    order: 1;
    background: var(--cyan-blue) !important;
    color: white;
}
.sw-labels .sw-labels-container span.new {
    order: 2;
    background: var(--dark-red) !important;
    color: white !important;
}
.sw-labels .sw-labels-container span.discount {
    order: 3;
    background: var(--burnt-orange) !important;
    color: white;
}
.catalog-product-view .breadcrumbs {
    margin-bottom: 20px;
}
.catalog-product-view .sw-product-main {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px;
    flex-wrap: wrap;
    align-items: stretch;
}
.sw-product-main-left .sw-labels {
    position: absolute;
    top: 10px;
    right: 10px;
}
.sw-product-main-left  .sw-labels-container.position-list {
    flex-direction: column;
    align-items: end;
}
.catalog-product-view .sw-product-main-left {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.catalog-product-view .sw-product-main-right {
    min-width: 0;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
.sw-product-main-left .media .gallery-placeholder .fotorama__stage {
    border: 1px solid var(--dark-red);
    background: #fff;
}
.sw-product-main-right {
    padding: 50px;
    background: var(--beige);
    box-sizing: border-box;
}
.catalog-product-view .sw-product-title .page-title span {
    display: block;
    text-align: left;
    font-size: 20px !important;
    font-weight: bold;
    border-bottom: 1px solid var(--dark-red);
    padding-bottom: 35px;
    margin-bottom: 20px;
    line-height: 28px !important;
}
.catalog-product-view .sw-product-info-container {
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}
.catalog-product-view .product-info-stock-sku {
    flex: 1;
}
p:last-child {
    margin: 0;
}
.sw-product-info-container .stock.available span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #1ABC9C;
}
.sw-product-info-container .sku {
    font-size: 1.4rem;
    display: flex;
    gap: 5px;
}
.sw-product-info-container .sku strong {
    font-size: 1.4rem;
    font-weight: 400;
}
.sw-product-info-container .price-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 0 0 0;
}
.sw-product-info-container .price-box .price {
    color: var(--burnt-orange);
    font-size: 2.4rem;
    font-weight: 700;
}
.sw-product-info-container .price-box .old-price  {
    text-decoration: none;
}
.sw-product-info-container .price-box .old-price .price  {
    color: var(--dark-red);
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: line-through;
}
.sw-product-cart-container {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--dark-red);
    margin-bottom: 25px;
    gap: 50px;
}
.sw-product-cart-container .box-tocart .fieldset {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sw-product-cart-container .product-add-form {
    flex: 1;
}
.sw-product-cart-container .product-addto-links {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: row-reverse;
}
.sw-product-socials-container .socials a:hover svg * {
    fill: var(--light-coffee);
}
.sw-product-cart-container .product-addto-links a, .sw-product-cart-container .product-addto-links a span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sw-product-cart-container .product-addto-links a:hover {
    opacity: 0.5;
}
.catalog-product-view .product-add-form {
    width: 100%;
}
.catalog-product-view .box-tocart {
    margin: 0;
}
.catalog-product-view .box-tocart .qty .input-group {
    background: white;
    display: flex;
    align-items: center;
}
.catalog-product-view .box-tocart .qty label.label {
    display: none;
}
.catalog-product-view .box-tocart .qty button {
    background: white;
    width: 50px;
    height: 60px;
    border: 0;
    padding: 0;
    border-radius: 0;
}
button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
    box-shadow: none;
}
.catalog-product-view .box-tocart .qty button span {
    font-size: 30px;
    color:var(--dark-red);
    vertical-align: middle;
    font-family: 'ACKelson';
    font-weight: 400;
}
.catalog-product-view .box-tocart .qty input {
    border: 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 600;
    width: 60px;
    padding: 0;
    background: #fff;
}
.catalog-product-view .box-tocart .qty input:focus {
    box-shadow: none !important;
}
.catalog-product-view .box-tocart .fieldset .actions {
    flex-grow: 1;
}
.catalog-product-view .product-add-form .box-tocart button.tocart {
    background: var(--burnt-orange);
    border: 0;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
}
.catalog-product-view .product-add-form .box-tocart button.tocart:hover {
    background: var(--dark-red);
}
.catalog-product-view .box-tocart .tocart span {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: 1.8rem;
}
.catalog-product-view .box-tocart .tocart span svg {
    fill: white;
    margin-right: 20px;
}
.catalog-product-view .box-tocart .fieldset {
    margin: 0;
}
.catalog-product-view .box-tocart .fieldset .qty {
    margin: 0 !important;
    padding: 0;
}
.sw-product-shortdesc-container {
    margin-bottom: 50px;
}
.sw-product-shortdesc-container p {
    line-height: 28px;
}
.sw-product-socials-container .socials {
    display: flex;
    gap: 25px;
}
.catalog-product-view .sw-product-main {
    margin-bottom: 20px;
}
.sw-product-tabs {
    margin-bottom: 100px;
}
.sw-product-tabs .product {
    margin-bottom: 0 !important;
}
/* .product.data.items:before, .product.data.items:after {
    content: none !important;
} */
.sw-product-tabs .product.data.items > .item.title > .switch {
    border: 0;
    background: var(--beige) !important;
    color: var(--dark-red) !important;
    font-weight: 400;
    font-size: 1.8rem;
    padding: 20px 0 !important;
}
.sw-product-tabs .product.data.items .item.title.active .switch {
    background: var(--light-coffee) !important;
    color: white !important;
}
.product.data.items > .item.title {
    margin: 0;
    width: calc(50% - 10px) !important;
    text-align: center !important;
}
.product.data.items div.item.title:first-child {
    margin: 0 10px 0 0 !important;
}
.product.data.items > div.item.title {
    margin: 0 0 0 10px !important;
}
.sw-product-tabs .product.data.items > .data.item.content {
    border: 0;
    background: var(--beige) !important;
    box-sizing: border-box;
    padding: 50px;
    margin-top: 80px;
}
.sw-product-related {
    margin-bottom: 20px;
}
.sw-product-upsells {
    margin-bottom: 20px;
}
.catalog-product-view .block-products-list.grid {
    margin-bottom: 0;
}
.sw-product-related {
    padding: 0;
    margin-bottom: 20px;
}
.sw-product-related .slick-slide {
    background: var(--beige);
}
.sw-product-upsells a.product-item-photo {
    background: #fff;
}
.sw-product-upsells {
    margin-bottom: 0;
    padding: 100px 20px 20px 20px;
    background: var(--beige);
    width: 100%;
}
.sw-product-upsells .slick-slide {
    background: white;
}
.quickview-scroll .top-info {
    display: none;
}
/* product end */
/****fotorama****/
/* .product.media {
    margin: 0 !important;
    width: 100% !important;
} */
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    background-color: transparent !important;
}
.product.media .fotorama__stage {
    display: flex;
    flex-wrap: nowrap !important;
}
.product.media .fotorama__stage__frame .fotorama__img {
    top: unset !important;
    position: relative !important;
    left: unset !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}
.product.media  .fotorama__nav--thumbs .fotorama__nav__frame {
    margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs {
    display: flex;
    justify-content: center;
}
.fotorama--fullscreen .fotorama__thumb img {
    outline: none;
}
.product.media .fotorama__stage {
    height: auto !important;
    width: 100% !important;
    left: unset !important;
}
/* .product.media .fotorama__nav--thumbs {
    height: 100% !important;
} */
.product.media .fotorama-stretch, .product.media .fotorama-focus-overlay:after, .product.media .fotorama__stage__shaft, .product.media .fotorama__stage__frame, .product.media .fotorama__html, .product.media  .fotorama__video iframe {
    position: relative !important;
} 
.product.media .fotorama__stage__frame {
    left: unset !important;
}
.product.media .fotorama__stage__frame {
    width: 100% !important;
    height: auto !important;
    min-width: 100%;
}
.product.media .fotorama__stage__shaft {
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
}
.product.media .fotorama__wrap {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}
.product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    position: relative !important;
}
.product.media .fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 0 !important;
    display: none;
}
.product.media .fotorama__wrap--slide .fotorama__stage__frame.fotorama__active {
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    padding: 0 !important;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* height: 100%;
    align-items: start; */
}
.fotorama .fotorama__nav-wrap--vertical .fotorama__thumb img {
    height: 100%;
}
.fotorama  .fotorama__thumb {
    background: transparent;
}
/* .fotorama .fotorama__active .fotorama__thumb img {
    outline: 1px solid var(--dark-red);
    outline-offset: -2px;
} */
.fotorama .fotorama__nav-wrap--vertical .fotorama__thumb img {
    object-fit: contain;
}
.fotorama .fotorama__thumb-border {
    display: none;
}
.fotorama .fotorama__thumb--icon {
    background: black;
    width: 40px !important;
    height: 40px;
    padding: 0;
    transition: all 0.5s ease;
}
/* .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    transform: translate(0, -50%);
} */
.fotorama .fotorama__thumb--icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    background: url("../images/arrow.svg");
    width: 10px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.fotorama .fotorama__thumb__arr--right .fotorama__thumb--icon::after {
    content: "";
    background: url("../images/arrow.svg");
    position: absolute;
    width: 10px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fotorama .fotorama__thumb__arr {
    background: none !important;
    transition: none !important;
    height: 40px !important;
}
/****fotorama****/
/* minicart start */
.minicart-wrapper
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
  display: block !important;
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 10;
  right: -1000px;
  transition: all 0.5s ease;
}
.minicart-wrapper.active
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
  right: 10px;
  transition: all 0.5s ease;
}
.block.block-minicart {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  margin-top: 0px;
  border-top: none;
}
.minicart-wrapper .block-minicart::before {
  content: "";
}
.minicart-wrapper .action.showcart.active:before {
  content: none;
}
li.item.link.compare svg {
    height: 30px;
}
li.item.link.compare {
    position: relative;
}
.minicart-wrapper .action.showcart .counter.qty, li.item.link.compare span.counter.qty {
    background: #C94828;
    color: #ffffff !important;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-flex;
    margin: 0;
    text-align: center;
    white-space: normal;
    min-width: 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -7px;
    right: -7px;
}
li.item.link.compare span.counter.qty {
    right: -4px;
}
.minicart-wrapper .action.showcart .counter.qty span {
  color: #ffffff !important;
}
.block.block-minicart {
  display: none;
  padding: 0;
}
.minicart-wrapper .block-minicart .block-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    position: relative;
    padding-bottom: 25px;
}
.minicart-wrapper .block-minicart .top-minicart {
    flex: 1;
}
.minicart-items .action.edit, .minicart-items .action.delete {
    display: inline-flex;
}
.minicart-wrapper .block-minicart .block-title:after {
    content: "";
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background: var(--dark-red);
    position: absolute;
    bottom: 0;
}
.minicart-wrapper .block-minicart .block-title a {
    text-decoration: underline;
}
/* .minicart-wrapper .block-minicart .block-title a:hover span, .minicart-wrapper .block-minicart .block-title a:hover {
    color: #665E55;
} */
.minicart-wrapper .block-minicart .block-title a span {
    transition: all 0.5s ease;
}
.minicart-wrapper .block-minicart .block-title a:hover {
    text-decoration: underline;
}
.minicart-wrapper .block-minicart .block-title strong {
    font-size: 2rem;
}
.minicart-wrapper .minicart-widgets {
    margin-top: 0;
}
.minicart-wrapper .block-minicart .items-total {
	margin: 0 30px;
    flex: 1;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
}
.minicart-wrapper .block-minicart .minicart-items {
  padding: 0;
  /* overflow-y: scroll; */
}
.minicart-wrapper .block-minicart {
    border: none !important;
}
.minicart-wrapper.active
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    right: 0;
}
.minicart-wrapper .block-minicart {
    box-shadow: -130px 0px 95px #00000033;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    border: 0;
    height: 100% !important;
    max-height: calc(100dvh - 345px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    scrollbar-width: none;
    padding: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
}
.block-minicart .block-title strong {
  font-size: 2rem;
  text-decoration: underline;
  font-weight: 600;
}
.block-minicart .block-title strong {
  font-size: 2rem;
  text-decoration: none;
  font-weight: 600;
}
.block-minicart .block-title .action.close {
  position: relative;
  width: auto;
  height: auto;
  margin-left: auto;
}
.block-minicart .block-title .action.close::before {
    font-size: 45px;
    color: black;
    width: 30px;
}
/* .block-minicart .block-title .action.close:hover:before {
    color: #665E55;
} */
.minicart-wrapper .block-minicart .minicart-items .product-item-details .item-qty {
    border: 0;
    width: auto;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 10px;
    max-width: 50px;
    background: transparent;
    line-height: 18px;
    color: var(--dark-red);
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .item-qty:focus {
    box-shadow: unset;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-qty-details {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    align-items: center;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-qty-details .qty-label {
    font-size: 1.4rem;
    flex: 1;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-qty-details .update-cart-item {
    max-height: 30px;
    background: transparent;
    border-radius: 0;
    margin: 0 5px 0 5px;
    padding: 0;
    border: none;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-qty-details .update-cart-item span {
    color: var(--dark-red);
    font-weight: normal;
    font-family: 'ACKelson';
    font-weight: 600;
}
.minicart-wrapper .block-minicart .minicart-items button.qty-button {
    background: transparent;
    color: var(--dark-red);
    width: auto;
    height: auto;
    padding: 0 5px;
    font-size: 2.4rem;
    font-weight: normal;
    border: 0;
}
.minicart-wrapper .block-minicart .minicart-items button.qty-button span {
    font-size: 30px;
    font-weight: normal;
    color: var(--dark-red);
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details {
    position: relative;
    font-size: 18px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}
.minicart-items .message.notice {
  color: #DE1F26;
  background: none;
  font-size: 16px;
  padding: 0;
}
.minicart-items .message.notice div::before {
  content: none;
}
.minicart-wrapper .block-minicart .minicart-items .product-item {
  padding: 30px  0;
  border-top: 1px solid var(--dark-red);
}
.minicart-wrapper .block-minicart .minicart-items .product-item:first-child {
    border-top: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 25px 40px 10px 40px;
  box-sizing: border-box;
}
.minicart-wrapper .block-minicart .sw-minicart-actions .sw-minicart-inner-container {
  width: 100%;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .action.close:before{
  background: var(--dark-red);
  color: white !important;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
}
.minicart-items .product-item-details .secondary .action.delete:before {
    content: '\e616';
    color: white !important;
    background: var(--dark-red);
    width: 32px;
    height: 32px;
    border-radius: 0;
    line-height: 3.2rem;
    font-size: 3rem;
    transition: all 0.5s ease;
}
.minicart-items .product-item-details .secondary .action.delete:hover:before {
    background: var(--light-coffee);
}
/* .minicart-items .product-item-details .secondary .action.delete:hover:before {
    color: #000 !important;
    background: #665E55;
} */
.minicart-items .product-item .product-item-photo {
    position: relative;
    width: 130px;
    height: 150px;
}
.minicart-items .product-item .product-item-photo .product-image-wrapper {
    background: var(--beige);
}
.minicart-items .product-item .sw-labels {
    position: absolute;
    top: 0;
    left: 0;
}
.minicart-items .product-item .sw-labels-container.position-list span {
    padding: 0 14px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.minicart-items .product-item-name a {
    color: black;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
}
/* .minicart-items .product-item-name a:hover {
    color: #665E55;
    text-decoration: none;
} */
.minicart-items .product-item-details .secondary {
  position: absolute;
  top: 0;
  right: 0;
}
.minicart-wrapper .minicart-items .product-item-details .product-item-name {
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding-right: 50px;
    text-align: left;
}
.minicart-wrapper .minicart-items .product-item .product {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
.minicart-wrapper .minicart-items .product-item .product::before, 
.minicart-wrapper .minicart-items .product-item .product::after {
    content: none;
}
.minicart-wrapper .sw-minicart-actions {
    background: var(--beige);
    padding: 0 40px 40px 40px;
    width: 100%;
    margin: 0 -40px;
}
.minicart-wrapper .sw-minicart-actions .actions:first-child {
  margin-bottom: 10px;
}
.minicart-wrapper .sw-minicart-actions .action.primary.checkout {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    background: var(--burnt-orange);
    border-radius: 0;
    border: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.minicart-wrapper .sw-minicart-actions .actions .action.viewcart {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    background: var(--light-coffee);
    border-radius: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.minicart-wrapper .sw-minicart-actions .action.primary.checkout:hover, .minicart-wrapper .sw-minicart-actions .actions .action.viewcart:hover {
    background: var(--dark-red);
}
.minicart-wrapper .sw-minicart-actions .actions .action.viewcart span {
    color: white;
}
.minicart-wrapper .ui-dialog.ui-widget {
    min-width: 535px;
}
.minicart-wrapper .block-minicart {
    right: 0 !important;
    width: 100% !important;
}
.minicart-wrapper {
  margin-left: 0;
}
.minicart-wrapper .minicart-items .product-item-labels {
    width: max-content;
	flex: 1;
}
.minicart-wrapper .minicart-items .product-item .price-box.price-final_price {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.minicart-wrapper .minicart-items .product-item .price-box.price-final_price .price-excluding-tax {
    margin: 0 !important;
}
.minicart-wrapper .minicart-items .product-item .price-box.price-final_price .price {
    font-weight: 700;
    font-size: 2rem;
}
.minicart-wrapper .sw-minicart-actions .total-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 15px;
	margin-bottom: 40px;
	font-size: 1.8rem;
    padding-top: 40px;
}
.minicart-wrapper .sw-minicart-actions .total-wrapper label {
    align-self: end;
}
.minicart-wrapper .sw-minicart-actions .total-wrapper .price {
	color: var(--burnt-orange);
    font-size: 3rem;
    font-weight: 700;
}
.minicart-wrapper .block-minicart .items-total .count {
	font-weight: normal;
}
/* minicart end */
/* cart start */
.checkout-cart-index .form-cart {
    margin-bottom: 20px;
}
.checkout-cart-index .form-cart {
    margin-right: 10px !important;
    width: calc(75% - 10px) !important;
}
.checkout-cart-index .cart-summary {
    margin-left: 10px !important;
    width: calc(25% - 10px) !important;
}
.checkout-cart-index .block.discount {
	float: left;
    position: relative; 
    width: calc(75% - 10px) !important;
    margin-bottom: 80px !important;
}
.checkout-cart-index .cart.table-wrapper{
	border: 1px solid var(--dark-red);
    padding: 50px;
    background: #fff;
}
.checkout-cart-index .cart th span {
	font-size: 1.6rem;
	font-weight: normal;
}
.checkout-cart-index .cart td.col,
.checkout-cart-index .cart th.col {
	text-align: left !important;
}
.checkout-cart-index .cart .items .cart.item {
	border-top: 0;
	border-bottom: 1px solid var(--dark-red);
}
.checkout-cart-index .cart .items .cart.item:last-of-type {
	border-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .item-actions,
.checkout-cart-index .cart.table-wrapper td.col,
.checkout-cart-index .cart.table-wrapper .product-item-details {
	vertical-align: middle;
}
.checkout-cart-index .cart.table-wrapper .product-item-details .product-item-name a {
	color: var(--dark-red);
}
.checkout-cart-index .cart.table-wrapper .item-actions a svg {
	transform: translate(0, 25%);
}
.checkout-cart-index .cart.table-wrapper .item-actions {
	padding: 0;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
    display: flex;
    gap: 20px;
    justify-content: end;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar::before,
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar::after {
    display: none;
}
.checkout-cart-index .product-image-wrapper {
    background: var(--beige);
}
.checkout-cart-index img.product-image-photo {
    margin: 0;
}
.checkout-cart-index .cart.table-wrapper .item-info > td {
    padding: 30px 20px;
}
#shopping-cart-table {
    table-layout: fixed; /* fixes column widths */
    width: 100%;         /* table takes full container width */
}
#shopping-cart-table th.item {
    width: 30%;
}
#shopping-cart-table th.price {
    width: 10%;
}
#shopping-cart-table th.qty {
    width: 150px;
}
#shopping-cart-table th.subtotal {
    width: 10%;
}
#shopping-cart-table th.actions {
    width: 60px;
}
#shopping-cart-table td {
    overflow: hidden;  /* optional: hide overflow text */
    text-overflow: ellipsis; /* optional: add "..." for overflow */
    white-space: nowrap;      /* optional: prevent line break */
}
.checkout-cart-index .cart .product-item-name {
    font-size: 1.8rem;
    color: var(--dark-red);
}
.checkout-cart-index .cart .col.price .price {
    font-size: 2rem;
    color: var(--burnt-orange);
}
.checkout-cart-index .cart .col.subtotal .price {
    font-size: 2rem;
    color: var(--burnt-orange);
}
.checkout-cart-index .cart .col.qty .qty {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: var(--beige);
    width: fit-content;
}
.checkout-cart-index .cart .col.qty .qty input {
    font-size: 1.8rem;
    border: 0;
    padding: 0;
    display: block;
    margin: 0;
    line-height: 24px;
    width: 30px;
    height: 60px;
    background: transparent;
    color: var(--dark-red);
}
.checkout-cart-index .cart .col.qty .qty input:focus {
    box-shadow: unset;
}
.checkout-cart-index .cart .col.qty .qty-button {
    border: 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding: 0;
    border-radius: 0 !important;
    background: var(--beige);
    color: var(--dark-red);
    font-family: none;
}
.checkout-cart-index .cart.actions .action.update {
    padding: 0 50px;
    background: var(--light-coffee);
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 60px;
}
.checkout-cart-index .cart.actions .action.update:hover {
    background: var(--dark-red);
}
.checkout-cart-index .cart.actions .action.update span {
	color: white;
	font-weight: 700;
	font-size: 1.8rem;
}
.checkout-cart-index .cart.actions .action.update::before {
	display: none;
}
.checkout-cart-index .cart.actions .action.continue {
	display: none;
}
.checkout-cart-index .cart-summary #block-shipping {
	display: none;
}
.checkout-cart-index .cart-summary .cart-totals {
	border: 0;
}
.checkout-cart-index .cart-summary {
	padding: 50px;
    background: var(--beige);
}
.checkout-cart-index .cart-summary._sticky {
    position: sticky;
    top: var(--header-height) !important; /* starts below header */
    max-height: calc(100% - var(--header-height)); /* won’t exceed parent */
    overflow-y: auto;   
    margin-bottom: 80px;
}
.checkout-cart-index .cart-summary .totals-tax-summary th, 
.checkout-cart-index .cart-summary .totals-tax-summary td {
    border: 0;
}
.checkout-cart-index .cart-summary .grand.totals {
	border-top: 1px solid var(--dark-red);
}
/* .checkout-cart-index .cart-summary .grand.totals th strong {
	font-weight: 600;
} */
.checkout-cart-index .cart-summary .grand.totals .price {
	color: var(--burnt-orange);
	font-size: 2.4rem;
	font-weight: 700;
}
.checkout-cart-index .cart-summary .action.checkout {
	background: var(--burnt-orange);
    padding: 0;
	border: 0;
    border-radius: 0;
}
.checkout-cart-index .cart-summary .action.checkout:hover {
	background: var(--dark-red);
}
.checkout-cart-index .cart-summary .action.checkout span {
	font-size: 1.8rem;
	font-weight: 700;
    line-height: 60px;
	color: white;
}
.checkout-cart-index .cart-summary .grand.totals td,
.checkout-cart-index .cart-summary .grand.totals th {
	padding: 20px 0 0 0;
}
.checkout-cart-index .cart-summary .totals tr td,
.checkout-cart-index .cart-summary .totals tr th {
	padding: 0 0 20px 0;
}
.checkout-cart-index .block.discount {
	box-sizing: border-box;
    border: 1px solid var(--dark-red);
    padding: 50px;
    margin-bottom: 80px !important;
    cursor: pointer;
    background: #fff;
}
.checkout-cart-index .block.discount.active .content {
    margin-top: 20px;
}
.checkout-cart-index .block.discount .title {
	margin: 0;
}
.checkout-cart-index .block.discount .title::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border: solid var(--dark-red);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    transform-origin: center;
    text-align: right;
    position: absolute;
    right: 50px;
}
.checkout-cart-index .block.discount.active .title::after {
    transform: rotate(225deg);
    transform-origin: center;
}
.checkout-cart-index .block.discount .title strong {
    font-weight: 700;
    color: var(--dark-red);
}
.checkout-cart-index .block.discount .fieldset.coupon {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
}
.checkout-cart-index .block.discount .fieldset.coupon .field {
    margin: 0 !important;
    flex: 1;
}
.checkout-cart-index .block.discount .fieldset.coupon .field .control{
    width: 100%;
}
.checkout-cart-index .block.discount .input-text {
    background: var(--beige);
    border: 0;
    padding: 20px 50px;
    color: var(--dark-red);
    opacity: 1;
    font-size: 1.8rem;
    height: 60px;
}
.checkout-cart-index .block.discount .input-text::placeholder {
    color: var(--dark-red);
}
.checkout-cart-index .block.discount .actions-toolbar {
    margin: 0;
}
.checkout-cart-index .block.discount .actions-toolbar button.primary {
    padding: 0 50px;
    background: var(--light-coffee);
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 60px;
}
.checkout-cart-index .block.discount .actions-toolbar button.primary:hover {
    background: var(--dark-red);
}
.checkout-cart-index .block.discount .actions-toolbar button.primary span {
	color: white;
	font-weight: 700;
	font-size: 1.8rem;
}
.checkout-cart-index .block-products-list {
    margin-bottom: 20px !important;
}
.checkout-cart-index .product-items .slick-slide {
    background: var(--beige);
}
/* .sw-product-upsells {
    margin-bottom: 20px;
    padding: 100px 20px 20px 20px;
    background: var(--beige);
    width: 100%;
    transform: translateX(-20px);
} */
/* cart end */
/* checkout start */
.checkout-index-index .top-info {
    display: none;
}
.checkout-index-index div.sw-checkout-header {
    margin: 0 auto;
    max-width: 180px;
    width: auto;
    margin-bottom: 60px;
}
.checkout-index-index div.sw-checkout-header .logo {
    max-width: 100%;
    width: auto;
}
.checkout-index-index .page-wrapper {
    padding: 50px !important;
}
.checkout-index-index .page-wrapper .checkout-header {
    display: none;
}
.checkout-index-index .checkout-container {
    margin: 0;
}
.amcheckout-block.amcheckout-step-container {
    padding: 50px;
    border: 1px solid var(--dark-red) !important;
}
.amcheckout-step-container div.amcheckout-title,
.amcheckout-step-container p.amcheckout-title {
    background: none;
    border-bottom: 1px solid var(--dark-red);
    padding: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
    padding: 25px 0 !important;
}
.checkout-shipping-address p.amcheckout-title:before {
    content: "";
    background: url(../images/address.svg) no-repeat;
    width: 25px;
    height: 30px;
}
.checkout-shipping-method p.amcheckout-title:before {
    content: "";
    background: url(../images/box_red.svg) no-repeat;
    width: 30px;
    height: 30px;
}
.payment-methods div.amcheckout-title:before {
    content: "";
    background: url(../images/wallet_red.svg) no-repeat;
    width: 30px;
    height: 30px;
}
.opc-block-summary p.amcheckout-title:before {
    content: "";
    background: url(../images/tocart_red.svg) no-repeat;
    width: 35px;
    height: 30px;
}
tr.row.amcheckout-method {
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.amcheckout-wrapper div.payment-method  {
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.checkout-index-index select.select,
.checkout-index-index input.input-text  {
    height: 60px;
    background: var(--beige);
    border: 0;
    width: 100% !important;
    padding: 0px 50px;
}
.checkout-index-index select.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--beige) url(../images/arrow-red-down.svg) 95% center no-repeat !important;
    padding: 0 50px;
}
input[type="radio"] {
    appearance: none !important;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid var(--burnt-orange) !important;
    border-radius: 50% !important;
    margin: 0 5px 0 0 !important;
}
input[type="radio"] {
    appearance: none !important;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid var(--burnt-orange) !important;
    border-radius: 50% !important;
    margin: 0 5px 0 0 !important;
    flex-shrink: 0 !important;
    position: relative !important;
}
input[type="radio"]:checked:before {
    width: 14px !important;
    height: 14px !important; 
    content: "" !important;
    background: var(--burnt-orange) !important;
    position: absolute !important;
    border-radius: 50% !important;
    left: 3px !important;
    top: 3px !important; 
}
input[type="radio"]:checked {
    border-color: var(--burnt-orange) !important;
}
.amcheckout-step-container input[type='radio'] + label:before {
    content: none;
}
tr.row.amcheckout-method,
.checkout-payment-method .payment-method .payment-method-title {
    display: flex;
    align-items: center;
}
.checkout-payment-method .amcheckout-payment-methods .payment-method:hover,
tr.row.amcheckout-method:hover,
.checkout-payment-method .payment-method .payment-method-title:hover {
    box-shadow:none !important;
}
/* tr.row.amcheckout-method td,
.checkout-payment-method .payment-method .payment-method-title > label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
} */
.checkout-index-index .additional-options,
.checkout-index-index .opc-block-summary,
.checkout-index-index .opc-block-summary .step-title {
    background: none !important;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > div.amcheckout-wrapper {
    padding: 0;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > div.title {
    border: 0;
    padding: 0;
    margin-top: 30px;
}
.amcheckout-step-container .amcheckout-summary-container div.items-in-cart {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px
     solid var(--dark-red);
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item {
    padding: 0 !important;
    border: 0 !important;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
    display: flex;
    gap: 25px;
    padding: 0 !important;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product::before,
.amcheckout-step-container .amcheckout-summary-container .product-item .product::after {
    content: none;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product .product-image-container {
    border: 0;
    background: var(--beige);
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product .product-image-wrapper img {
    max-width: fit-content !important;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product .product-item-details {
    padding: 0 !important;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product .product-item-details .product-item-inner {
    flex-direction: column;
    justify-content: left !important;
    align-items: flex-start !important;
    gap: 15px;
    margin: 0;
}
.checkout-index-index .product-item .product-item-details .product-item-name-block {
    margin: 0;
}
.checkout-index-index .product-item .product-item-details .product-item-name {
    text-align: left;
    color: var(--dark-red);
    margin: 0;
}
.opc-block-summary .product-item .price {
    color: var(--burnt-orange);
    font-size: 2rem;
    font-weight: 700;
}
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty {
    margin: 0;
}
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty .label {
    margin-right: 30px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty .value {
    background: var(--beige);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 30px;
    font-size: 1.6rem;
}
.checkout-index-index .opc-block-summary .table-totals th,
.checkout-index-index .opc-block-summary .table-totals td,
.checkout-index-index .opc-block-summary .table-totals span.label {
    font-size: 1.8rem;
    padding: 10px 0;
    color: var(--dark-red);
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals {
    border-top: 1px solid var(--dark-red);
    border-bottom: 1px solid var(--dark-red);
}
.checkout-index-index .opc-block-summary .table-totals tr.totals-tax th,
.checkout-index-index .opc-block-summary .table-totals tr.totals-tax td {
    padding-bottom: 30px;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals th,
.checkout-index-index .opc-block-summary .table-totals .grand.totals td {
    padding: 30px 0;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals .price {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--burnt-orange);
}
.amcheckout-main-container .amcheckout-step-container {
    display: flex;
    flex-direction: column;
}
.amcheckout-main-container .amcheckout-step-container .opc-block-summary {
    order: 0;
}
.amcheckout-main-container .amcheckout-step-container .checkout-payment-method {
    order: 1;
    margin: 30px 0;
}
.amcheckout-main-container .amcheckout-step-container .amcheckout-additional-options {
    order: 2;
    border: 0;
    margin-bottom: 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.amcheckout-main-container .amcheckout-step-container .checkout-payment-method.submit {
    order: 3;
    margin: 0;
}
.amcheckout-main-container .amcheckout-step-container .checkout-payment-method.submit .actions-toolbar {
    margin: 0;
}
.amcheckout-main-container .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    order: 0;
    margin: 0 0 30px 0;
}
.amcheckout-main-container .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    order: 1;
    margin: 0;
}
.amcheckout-step-container .opc-payment-additional {
    padding: 0;
}
.amcheckout-step-container .form-discount .actions-toolbar .primary {
    width: 100%;
}
.amcheckout-step-container .form-discount .actions-toolbar button.action {
    height: 60px;
    background: var(--light-coffee);
    width: 100%;
    border-radius: 0;
}
.amcheckout-step-container .form-discount .actions-toolbar button.action span {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
}
.checkout-payment-method .discount-code .payment-option-title {
    padding: 0;
    position: relative;
}
.checkout-payment-method .discount-code .form-discount {
    margin-top: 30px;
}
.checkout-payment-method .payment-option-content {
    padding: 0 !important;
}
.checkout-payment-method .discount-code .payment-option-inner {
    margin: 0 0 10px 0;
}
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option-title .action-toggle:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border: solid var(--dark-red);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    transform-origin: center;
    text-align: right;
    position: absolute;
    right: 0;
}
.opc-block-summary .items-in-cart.active > .title:after,
.checkout-payment-method ._active .payment-option-title .action-toggle:after {
    transform: rotate(225deg);
    transform-origin: center;
}
.amcheckout-main-container .amcheckout-step-container > .checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 100% !important;
    background: var(--burnt-orange);
    border: 0;
    border-radius: 0;
    height: 60px;
}
.amcheckout-main-container .amcheckout-step-container > .checkout-payment-method .actions-toolbar .amasty.checkout span {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
}
.amcheckout-main-container .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment label {
    font-size: 1.8rem;
}
.checkout-index-index .amcheckout-comment textarea {
    min-height: 200px;
    background: var(--beige);
    border: 0;
    padding: 40px 50px;
    margin-top: 20px;
}
.checkout-index-index .amcheckout-comment textarea::placeholder {
    color: var(--dark-red);
    font-size: 1.8rem;
    opacity: 1;
}
.checkout-index-index .checkout-shipping-address .addresses .shipping-address-items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    list-style: none;
}
.checkout-index-index .shipping-address-item {
    background-color: var(--beige) !important;
    padding: 50px !important;
    width: 100% !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column;
    border: 0 !important;
    position: relative !important;
}
.checkout-index-index .shipping-address-item .address-details {
    line-height: normal;
    margin-bottom: 20px;
    font-size: 1.8rem;
    flex: 1;
    color: var(--dark-red);
}
.checkout-index-index .shipping-address-item .contact-details p {
    line-height: normal;
    margin: 0;
    font-size: 1.8rem;
    color: var(--dark-red);
}
.checkout-index-index .shipping-address-item::before {
    background: none;
}
.checkout-index-index .shipping-address-item.selected-item:after {
    content: '';
    background: var(--burnt-orange) url(../images/check.svg) no-repeat center;
    background-size: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
}
.checkout-index-index button.action-select-shipping-item {
    background: var(--light-coffee);
    height: 60px;
    width: fit-content;
    padding: 0 50px;
    border: 0;
    border-radius: 0;
    margin-top: 20px;
}
.checkout-index-index button.action-select-shipping-item span {
    color: white;
}
/* checkout end */
/* footer start */
footer .footer.content {
    max-width: 100% !important;
    margin: 0 0 20px 0;
    padding: 100px 100px 0 100px;
    border: 0;
    background: var(--beige);
}
footer .footer.content .links ,
footer .footer.content .links .block {
    width: 100%;
    padding: 0;
    margin: 0;
}
.footer .footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.footer .footer-top img {
    max-width: 180px !important;
    margin-bottom: 25px;
}
.footer .footer-top p {
    font-weight: 700;
    color: var(--cyan-blue);
}
.footer .footer-socials {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.footer .footer-socials .social a {
    background: var(--light-coffee);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-socials .social a:hover {
    background: var(--dark-red);
}
.footer .footer-middle  {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--dark-red);
}
.footer .footer-middle .pagebuilder-column-line .pagebuilder-column {
    width: auto !important;
    max-width: 20%;
}
.footer .footer-middle .pagebuilder-column-line {
    justify-content: space-between;
}
/* .footer .footer-middle .pagebuilder-column-line {
    gap: 112px;
} */
.footer .footer-middle .footer-heading {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 35px;
}
.footer .footer-middle .footer-heading + div {
    line-height: 34px;
    font-size: 1.8rem;
}
.footer .footer-middle .footer-heading + div p {
    margin: 0;
}
.footer .footer-middle .stores-btn a {
    height: 60px;
    background: var(--light-coffee);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0 50px;
    margin-top: 50px;
    font-weight: 700;
}
.footer .footer-middle .stores-btn a:hover {
    background: var(--dark-red);
}
.footer .footer-copyright {
    display: flex;
    justify-content: space-between;
    padding: 55px 0;
    align-items: center;
}
.footer .footer-copyright .copyright-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.footer .footer-copyright .copyright-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* footer end */
.sw-back-to-top-container {
    position: fixed;
    z-index: 99;
    display: none;
    width: auto !important;
    height: auto !important;
    bottom: 20px  !important;
    right: 20px !important;
}
button.sw-back-to-top {
    background: var(--dark-red);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    padding: 0;
}
button.sw-back-to-top:hover {
    background: var(--light-coffee);
}
.sw-back-to-top svg {
    transform: rotate(270deg);
    height: 16px;
    width: 8x;
}
.amsearch-input-wrapper .amsearch-input:focus {
    border: none;
    box-shadow: none;
}
.amsearch-overlay-block {
    background: transparent;
}
header.page-header.sticky .sw-top-header-container {
    height: 80px;
}
header.page-header.sticky .sw-top-header-container .logo img {
    height: 60px;
    object-fit: contain;
    width: auto;
}
header.page-header.sticky nav.navigation {
    height: 60px;
}
header.page-header.sticky .navigation .nav-item a::before {
    content: none;
}
header.page-header.sticky .magezon-builder > .nav-item > a {
    line-height: 60px !important;
    height: 60px !important;
}
header.page-header.sticky .ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu {
    top: 60px;
}
.navigation .level0:hover:after {
    content: none !important;
}
.magezon-builder > .nav-item > a {
    position: relative;
}
header.page-header.sticky  .ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu:before {
    content: none;
}
header.page-header.sticky nav.navigation:before {
    content: "";
    width: auto;
    position: absolute;
    background:var(--dark-red);
    height: 1px;
    left: -30px;
    right: -30px;
    bottom: 0;
}
.amsearch-input-wrapper.-typed .amsearch-input {
    padding-left: 50px;
    padding-right: 50px;
    color: var(--dark-red);
}
.amsearch-input-wrapper .amsearch-button.-close {
    right: 50px;
    padding: 0;
    width: 15px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
    border-top: 1px solid;
    background: #f9f6f1;
    box-shadow: none;
    max-height: 80dvh;
    margin: 0;
    align-items: start;
    border-radius: 0;
}
section.amsearch-input-wrapper.-dynamic-width.-typed.-match .amsearch-result-section {
    border-top: 1px solid;
}
.amsearch-highlight {
    color: var(--light-coffee);
}
.amsearch-item-container .amsearch-item .amsearch-link {
    color: var(--dark-red);
}
.amsearch-item-container .amsearch-item .amsearch-link:hover, .amsearch-item-container .amsearch-item .amsearch-link:hover .amsearch-highlight , .amsearch-item-container.-page a.amsearch-link {
    background: transparent;
    color: var(--teal);
}
.amsearch-item-container.-recent_searches .amsearch-item {
    background: #fff;
    border: none;
    border-radius: 15px;
    margin: 0 5px 5px 0;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
    background-color: var(--light-coffee);
    color: #fff;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match .amsearch-highlight {
    color: #fff;
}
.amsearch-products-section {
    padding: 25px 0 0;
}
.amsearch-products-section .amsearch-link {
    color: var(--light-coffee);
}
.amsearch-products-section .amsearch-link:hover {
    color: var(--dark-red);
}
.amsearch-items-section:not(:first-child:last-child) {
    font-size: 14px;
}
.amsearch-products-section:not(:first-child) {
    border-left: 1px solid var(--dark-red) !important;
}
.amsearch-products-section .amsearch-item:hover {
    background: transparent;
}
.amsearch-button.-close {
    filter: brightness(0);
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: center;
}
.amsearch-products-section.-grid .amsearch-image {
    width: 150px;
    padding: 0;
}
.amsearch-item span.product-image-wrapper {
    padding: 0 !important;
    height: auto;
    background: var(--beige);
}
.amsearch-item span.product-image-wrapper img.product-image-photo {
    position: relative;
    mix-blend-mode: darken;
}
.amsearch-item .product-item-details .product-item-link {
    min-height: unset;
    font-size: 16px;
}
.amsearch-item  .price-box {
    margin: 0 !important;
}
.amsearch-item  .actions-secondary {
    display: none !important;
}
.amsearch-item button.action.tocart.primary {
    width: 100%;
    padding: 0 50px;
    font-size: 16px;
}
.action.primary, .action-primary, .amshopby-button, .am-filter-go {
    font-family: 'ACKelson';
}
.amsearch-products-section .product-item [data-role='priceBox'] p, .amsearch-products-section .product-item [data-role='priceBox'] span {
    flex-basis: unset;
    padding: 0;
}
.amsearch-products-section .product-item .product-item-details .price-box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: start;
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary, .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary, .action-gift.pagebuilder-button-primary,
.amsl-popup-block .actions-toolbar .action.primary, .amsl-popup-block .actions-toolbar .amshopby-button, .amsl-popup-block .actions-toolbar .am-filter-go {
    background: var(--light-coffee);
    border: none;
    font-family: 'ACKelson';
    color: #fff;
    border-radius: 0;
    padding: 0 50px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover, .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover, .action-gift.pagebuilder-button-primary:hover, a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus, a.pagebuilder-button-primary:active, button.pagebuilder-button-primary:active, div.pagebuilder-button-primary:active, .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus, .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active, .action-gift.pagebuilder-button-primary:focus, .action-gift.pagebuilder-button-primary:active, .action.primary:hover, .action-primary:hover, .amshopby-button:hover, .am-filter-go:hover, .action.primary:focus, .action-primary:focus, .action.primary:active, .action-primary:active, .amshopby-button:focus, .amshopby-button:active, .am-filter-go:focus, .am-filter-go:active,
button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover, button:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:focus, .action-gift:active, .amsl-popup-block .actions-toolbar .action.primary:hover, .amsl-popup-block .actions-toolbar .action.primary:hover:focus, .amsl-popup-block .actions-toolbar .amshopby-button:hover, .amsl-popup-block .actions-toolbar .amshopby-button:hover:focus, .amsl-popup-block .actions-toolbar .am-filter-go:hover, .amsl-popup-block .actions-toolbar .am-filter-go:hover:focus {
    background: var(--dark-red);
    border: none;
    color: #fff;
}
[data-content-type='buttons'] {
    margin-top: 50px;
}
.action.primary, .action-primary, .amshopby-button, .am-filter-go, button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
    background: var(--light-coffee);
    border: none;
    font-family: 'ACKelson';
    color: #fff;
    border-radius: 0;
    padding: 0 50px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
}
.page-layout-1column main#maincontent .columns, .cms-page-view main#maincontent .columns {
    background: #fff;
    padding: 100px !important;
    margin-bottom: 20px;
}
.cms-home.page-layout-1column main#maincontent .columns {
    background: transparent;
    padding: 0 !important;
    margin-bottom: 0;
}
[data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}
.column.main {
    min-height: unset !important;
}
.actions-toolbar .primary a.action, .actions-toolbar .secondary a.action {
    display: inline-flex !important;
}
button, a.action.primary, a.amshopby-button, a.am-filter-go, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
    border-radius: 0;
}
h1.page-title {
    margin-top: 40px;
}
.fieldset > .field:not(.choice) > .label {
    padding: 0 0 10px 0 !important;
    width: 100%!important;
    float: none!important;
    text-align: left!important;
}
.fieldset > .field:not(.choice) > .control {
    width: 100%!important;
    float: none!important;
}
.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
    margin-left: 0 !important;
}
.abs-login-block-title, .login-container .block .block-title {
    border-bottom: 1px solid var(--dark-red);
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    border: none;
    height: 60px;
    padding: 0 30px;
    color: var(--dark-red);
    background: var(--beige);
}
textarea {
    border: none;
    min-height: 200px;
    padding: 30px;
    color: var(--dark-red);
    background: var(--beige);
}
.fieldset > .field.choice:before, .fieldset > .field.no-label:before {
    padding: 0 !important;
    width: 0 !important;
}
input[type=checkbox],input[type=radio] {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid var(--dark-red);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0
}
input[type=checkbox]:checked:before,input[type=radio]:checked:before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--dark-red);
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}
.actions-toolbar .secondary a.action {
    margin-top: 0;
    line-height: 60px;
}
.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search {
    margin: auto;
}
.actions-toolbar .secondary a.action {
    margin-top: 0 !important;
}
.login-container .block {
    margin-bottom: 0;
}
.amsl-popup-overlay {
    left: 0;
}
.amsl-login-content .secondary .action.remind {
    color: var(--light-coffee);
}
.amsl-tablist .amsl-title.active .amsl-link {
    border-bottom: 1px solid var(--light-coffee);
    color: var(--light-coffee);
}
.amsl-login-content .secondary {
    text-align: left;
    font-size: 14px;
    margin: 10px 0;
}
.amsl-popup-block {
    border-radius: 0;
}
.amsl-popup-block .input-text {
    background: var(--beige);
    color: var(--dark-red);
    border-radius: 0;
}
.amsl-popup-block .input-text::placeholder {
    color: var(--dark-red);
}
.amsl-popup-block.-social-right, .amsl-popup-block.-social-left {
    max-height: 90dvh;
    overflow-y: auto;
    overflow-x: hidden;
}
.amsl-register-content .label {
    color: var(--dark-red);
}
.amsl-popup-block .amsl-close:hover, .amsl-popup-block .amsl-close:active {
    filter: invert(1) brightness(0);
}
.faq-question {
    font-size: 18px !important;
}
.faq-item {
    border-bottom: 1px solid var(--dark-red) !important;
    padding: 20px 0 !important;
}
.faq-answer {
    color: var(--dark-red) !important;
}
.magezon-builder > .nav-item > a {
    line-height: 100px !important;
    height: 100px !important;
}
.navigation .nav-item a::before {
    height: 25px;
}
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu {
    left: 0;
    width: 100vw !important;
    top: 100px;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0:hover > a, .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .nav-item.level0:hover > a {
    color: var(--light-coffee) !important;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0:hover > a:before, .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .nav-item.level0:hover > a:before {
    filter: invert(54%) sepia(50%) saturate(406%) hue-rotate(336deg) brightness(90%) contrast(100%);
}
/* .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    > .magezon-builder
    > .nav-item {
    position: relative;
} */
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu {
    left: -50px !important;
    box-sizing: border-box;
    right: -50px;
    width: auto !important;
    padding: 70px 50px !important;
    border: none;
    box-shadow: 0 130px  95px #00000033 !important;
}
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu:before {
    content: "";
    background: var(--dark-red);
    width: auto;
    left: 50px;
    right: 50px;
    position: absolute;
    height: 1px;
    top: 0;
    display: block;
}
/* .ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu {
    display: flex;
    align-items: start;
} */
.submenu-left {
    width: 55%;
    padding-right: 50px;
}
.submenu-right {
    width: 45%;
    padding-left: 50px;
}
header.page-header.sticky .navigation .magezon-builder > .nav-item:not(:last-child) > a::after {
    height: 30px;
}
.page-products span.product-image-wrapper {
    background: var(--beige);
}
.filter-options .filter-options-content {
    margin-bottom: 0;
}
.products {
    margin: 0 0 20px 0 !important;
}
.nav-item .caret {
    display: none;
}
#amasty-shopby-product-list .toolbar-products:last-child {
    margin-bottom: 0;
    padding: 0;
}
.ninjamenus.ninjamenus-desktop .left_edge_parent_item > .item-submenu {
    top: 100px;
}
header.page-header.sticky .ninjamenus.ninjamenus-desktop .left_edge_parent_item > .item-submenu {
    top: 59px;
}
.catalog-category-view .products.wrapper.list.products-list .list.product-items {
    grid-template-columns: 1fr;
}
.products.wrapper.list.products-list .product-item-details .product-item-link {
    min-height: unset;
    text-align: left;
}
.products.wrapper.list.products-list .product-item .product-item-details .price-box {
    justify-content: start;
}
.products.wrapper.list.products-list .product-item .product-item-photo {
    aspect-ratio: unset;
    padding: 0;
    width: 300px
}
.products-list .product-item-info {
    display: flex;
    align-items: center;
    gap: 30px;
}
.products-list .product-item-details {
    display: block;
    width: calc(100% - 330px);
}
.item-submenu.mgz-element-inner > .mgz-element.mgz-element-section.submenu-wrapper > .mgz-element-inner {
    display: flex;
    align-items: start;
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .mgz-element {
    width: 16.666%;
    text-align: center;
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .mgz-element > a::before {
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .mgz-element > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .nespresso-svg > a::before {
    background: url('../images/nespresso.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .amodomio-svg > a::before {
    background: url('../images/amodomio.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .espressopoint-svg > a::before {
    background: url('../images/espressopoint.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .dolcegusto-svg > a::before {
    background: url('../images/dolcegusto.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .caffitaly-svg > a::before {
    background: url('../images/caffitaly.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .blue-svg > a::before {
    background: url('../images/blue.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .bialetti-svg > a::before {
    background: url('../images/bialetti.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .caffeeditalia-svg > a::before {
    background: url('../images/caffeeditalia.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .cialda-svg > a::before {
    background: url('../images/cialda.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .illy-svg > a::before {
    background: url('../images/illy.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .fiore-svg > a::before {
    background: url('../images/fiore.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .uno-svg > a::before {
    background: url('../images/uno.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .essse-svg > a::before {
    background: url('../images/essse.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .kcup-svg > a::before {
    background: url('../images/kcup.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .mitaca-svg > a::before {
    background: url('../images/mitaca.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .grani-svg > a::before {
    background: url('../images/grani.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .macinato-svg > a::before {
    background: url('../images/macinato.svg');
}
.mgz-element.mgz-element-section.submenu-left > .mgz-element-inner > .firma-svg > a::before {
    background: url('../images/firma.svg');
}
.submenu-right .mgz-element-section.submenu-right-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
}
.submenu-right .mgz-element-section.submenu-right-content > .mgz-element-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.mgz-single-image-wrapper {
    display: block !important;
}
.mgz-single-image-wrapper:before {
    content: "";
    background: #45000E 0% 0% no-repeat padding-box;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.submenu-right .mgz-element-section.submenu-right-content h3.mgz-element-heading-text {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}
.submenu-right .mgz-element-section.submenu-right-content .mgz-element-text a {
    background: var(--light-coffee);
    display: inline-flex;
    height: 60px;
    padding: 0 50px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 600;
}
.submenu-right .mgz-element-section.submenu-right-content .mgz-element-text a:hover {
    background: var(--dark-red);
}
.submenu-right .mgz-element-section.submenu-right-content .mgz-element-text {
    text-align: center !important;
}
.mgz-element-section.submenu-right-content .mgz-child:not(:last-child) > .mgz-element-inner {
    margin-bottom: 0;
}
.page-layout-1column .product.media {
    width: 100% !important;
    height: 100%;
}
.catalog-product-view .sw-product-main-right h1.page-title {
    margin: 0;
}
.gallery-placeholder, .fotorama , .fotorama__wrap {
    height: 100%;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
    height: 100px !important;
}
.fotorama__thumb-border {
    border-width: 3px !important;
    border-color: var(--light-coffee) !important;
    height: 100px !important;
    display: none !important;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active .fotorama__thumb {
    border: 3px solid var(--light-coffee);
    box-sizing: border-box;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__thumb {
    border: 1px solid var(--dark-red);
    box-sizing: border-box;
}
.fotorama__wrap {
    display: flex !important;
    gap: 50px;
    flex-direction: row-reverse;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    position: relative !important;
}
.fotorama__stage {
    left: 0 !important;
    width: 100% !important;
    border: 1px solid var(--dark-red);
    box-sizing: border-box;
}
.fotorama__stage__shaft {
    width: 100% !important;
    max-width: 100% !important;
}
.fotorama__stage {
    height: 100% !important;
}
.fotorama__stage__shaft {
    height: auto !important;
}
.fotorama__nav--thumbs {
    height: auto !important;
}
.fotorama__arr {
    opacity: 1 !important;
    width: 60px !important;
    height: 60px !important;
    background: var(--light-coffee) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.fotorama__arr:hover {
    background:var(--dark-red) !important;
}
.fotorama__arr.fotorama__arr--next {
    right: 20px !important;
}
.fotorama__arr.fotorama__arr--prev {
    left: 20px !important;
}
.fotorama__arr .fotorama__arr__arr:before {
    background-image: url(../images/next-page.svg);
    width: 10px;
    height: 16px;
    display: block;
    padding: 0;
    content: "";
    filter: invert(1) brightness(10);
}
.fotorama__arr .fotorama__arr__arr {
    width: 60px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
.fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before {
    transform: rotate(180deg);
}
.fotorama__arr--disabled {
    opacity: 0.5 !important;
}
.fotorama__nav-wrap--vertical .fotorama__arr--disabled {
    opacity: 0 !important;
}
.fotorama--fullscreen .fotorama__stage {
    height: calc(100vh - 150px) !important;
    aspect-ratio: unset !important;
    border: none;
}
.fotorama--fullscreen  .fotorama__stage__shaft {
    aspect-ratio: unset;
    height: 100% !important;
    position: absolute !important;
}
.fotorama--fullscreen  .fotorama__wrap {
    flex-direction: column;
    gap: 0;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px ;
}
.fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after, .fotorama__zoom-in:focus:after, .fotorama__arr:focus:after, .fotorama__stage__shaft:focus:after, .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    box-shadow: none !important;
}
.page-layout-1column.catalog-product-view main#maincontent .columns{
    padding: 0 !important;
    background: transparent;
}
.product.media {
    margin-bottom: 0 !important;
}
.checkout-cart-index.page-layout-1column main#maincontent .columns {
    background: transparent;
    padding: 0 !important;
    margin-bottom: 0;
}
#shopping-cart-table td {
    padding: 0;
}
.checkout-cart-index .cart .items .cart.item {
    display: block;
}
tr.item-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
}
#shopping-cart-table {
    display: block;
}
#shopping-cart-table td.item {
    width: 30%;
}
#shopping-cart-table  thead {
    display: block;
}
#shopping-cart-table  thead tr {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
#shopping-cart-table th {
    padding: 0;
}
#shopping-cart-table td.item-actions {
    width: 60px;
}
#shopping-cart-table  td.col.qty {
    width: 150px;
}
#shopping-cart-table td.col.price, #shopping-cart-table td.col.subtotal {
    width: 10%;
}
#shopping-cart-table .product-image-container {
    width: 130px !important;
}
.cart.table-wrapper .product-image-wrapper {
    width: 130px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart.table-wrapper .product-image-wrapper img.product-image-photo {
    mix-blend-mode: darken;
}
.checkout-cart-index .cart .items .cart.item:last-of-type tr.item-info {
    padding-bottom: 0;
}
