﻿/* POMO */

:root { --mainColor: #13342b; --secondColor: #ddcab0; --blue: #0000ff; --lBeige: #fef8f4; --Mbeige: #fceadd; --SBeige: #f2c29e; --mainFont: 'mikhmoret-regular-aaa'; --secondFont: 'Assistant-Regular'; }

/* General */
body { line-height: 1; font-size: 20px; font-family: var(--secondFont); position: relative; background: var(--lBeige); overflow-x: clip; }
h1, h2, .section-title h1, .section-title h2, .grid-text h2, .grid-rows .grid-row-text h2,
#DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle,
#pageview #text2, #headline h1 { font-family: var(--mainFont); font-size: 300%; position: relative; display: inline-block; max-width: 100%; width: 100%; color: #000; }
p, .grid-rows .grid-row-text p { font-size: 80%; line-height: 1.2; letter-spacing: 0.15px; position: relative; }
#headline { font-size: 100%; text-align: right; margin-bottom: 10px; }
#SiteGrid { overflow: hidden; }
#SiteGridContainer { opacity: 0; transition: 1s all; overflow-x: clip; }
#SiteGridContainer.shown { opacity: 1; }
#SiteFooter .site-credit.alternative { padding: 5px 0; z-index: 1; width: 100%; }
.grid-rows .grid-row { background: inherit; }
.FormResultPage #pageview { padding: 60px 0; }
.accessabilityMainPage #pageview { margin: 90px auto 120px; max-width: 670px; width: calc(100% - 60px); }
.accessabilityMainPage #pageview #headline { max-width: 90%; margin: auto; }
.accessabilityMainPage #pageview h2 { font-size: 120%; }
.accessabilityMainPage #text1 ul, .accessabilityMainPage #text2 ul { padding-right: 20px; margin: 20px 0; list-style: none; }
.accessabilityMainPage #text1 ul li, .accessabilityMainPage #text2 ul li { font-size: 80%; position: relative; }
.accessabilityMainPage #text1 ul li::after, .accessabilityMainPage #text2 ul li::after { content: ''; position: absolute; right: -20px; top: 8px; background: #114b36; width: 6px; height: 6px; border-radius: 50%; pointer-events: none; }
span.AccessabilityDateDetails { font-size: 80%; }
#FormResultPage #headline { text-align: center; }
#FormResultPage .FormResultPageButton { font-size: 90%; color: #fff; padding: 0; width: 175px; height: 45px; background: var(--blue); border-radius: 30px; display: inline-flex !important; margin-right: 0; position: relative; border: 2px solid var(--blue); justify-content: center; align-items: center; font-family: var(--mainFont); transition: 0.3s all ease; }
#FormResultPage .FormResultPageButton:hover, #FormResultPage .FormResultPageButton:focus { color: #000 !important; background: transparent !important; }
.sections .section { margin-bottom: 0; background: transparent; padding: 0; margin: 200px auto; max-width: 100%; }
.grid-row li.slider-item, .grid-boxes .grid-box-image { padding-bottom: 0; }
.grid-boxes .grid-box-image-container, .grid-row .grid-row-image-container, .grid-short-box-image .image-container { position: relative; }
a.AccessabilityLink { z-index: 1; margin-bottom: 5px; font-size: 80%; }
.grid-boxes .grid-box-title h3 a { color: inherit; }
#GridTop, #GridTop.blog { height: 450px; margin-top: calc(var(--headerHeight) + 35px); }
#GridTop.noTopImage.longer { height: 75px; }
#GridTop.noTopImage { height: 0px !important; }
#GridTop .top-caption { top: 50%; font-size: 550%; font-family: var(--mainFont); }
#GridTop .top-caption h1 { font-size: 100%; color: #fff; }
a.AccessabilityLink:hover { color: #fff; }
#GridPage { padding: 0; }
#GridPage .max-width, .blog-grid #GridPage .max-width { width: 100%; padding: 0; max-width: unset; }
.lobby-grid #GridPage .max-width { padding: 0; width: 100%; }
.grid-text p { margin-top: 0; }
.grid-rows .grid-row-text p { font-size: 75%; }
.grid-text .sec-button, .sec-button, .grid-rows .grid-row-text a.grid-row-button { font-size: 100%; color: var(--blue); padding: 0; width: 175px; height: 45px; background: transparent; border-radius: 30px; display: inline-flex; margin-right: 0; position: relative; border: 2px solid var(--blue); justify-content: center; align-items: center; font-family: var(--mainFont); transition: 0.3s all ease; overflow: hidden; }
.sec-button:hover, .grid-row-text a.grid-row-button:hover { color: #fff !important; background: transparent !important; }
.grid-text .sec-button, .sec-button, .grid-rows .grid-row-text a.grid-row-button::after { content: ''; position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%) scale(1); background: var(--blue); width: 50%; height: 100px; border-top-left-radius: 100%; border-top-right-radius: 100%; transition: 0.5s all; z-index: -1; pointer-events: none; }
.grid-text .sec-button, .sec-button, .grid-rows .grid-row-text a.grid-row-button:hover::after { transform: translateX(-50%) scale(1.25); width: 100%; bottom: -40px; transition: 0.5s all; }
.sec-button::before, .grid-row-text a.grid-row-button::before { right: 0; }
.sec-button::after, .grid-row-text a.grid-row-button::after { position: absolute; }
.grid-rows .grid-row-text a.grid-row-button { margin-top: 30px; }
.grid-rows .grid-row-text a.grid-row-button:hover, .grid-rows .grid-row-text a.grid-row-button:focus { color: #fff; background: transparent; outline: none; }
#PageBreadCrumps, .lobby-grid #PageBreadCrumps { font-size: 67%; margin-top: 20px; max-width: 1170px; width: calc(100% - 60px); padding: 0; }
.macOs.safariBrowser .section-animation-item,
.macOs.safariBrowser .grid-boxes .section-animation-item,
.macOs.safariBrowser .section-animation-item.up { opacity: initial !important; transition: initial !important; margin-top: 0 !important; animation: initial !important; transform: unset !important; }

@media(min-width: 1025px) {
}

@media(max-width: 1024px) {
    h1, h2, .section-title h1, .section-title h2, .grid-text h2, .grid-rows .grid-row-text h2, #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle, #pageview #text2, #headline h1 { font-size: 160%; }
    #GridTop.noTopImage { height: 20px; }
    #GridTop, #GridTop.blog { height: 300px; margin-top: calc(var(--headerHeight) + 35px); }
    .sections .section { margin: 60px auto; }
    .sec-button::before, .grid-row-text a.grid-row-button::before { width: 35px; }
    .sec-button::after, .grid-row-text a.grid-row-button::after { width: 33px; height: 24px; }
    .grid-text .sec-button, .sec-button, .grid-rows .grid-row-text a.grid-row-button { width: 140px; height: 40px; }
    .grid-rows .grid-row-text a.grid-row-button { margin-top: 30px; }
    p, .grid-rows .grid-row-text p { font-size: 77%; }
    .container-fluid { padding: 0; }
    .accessabilityMainPage #pageview { margin: 30px auto 70px; }
    .accessabilityMainPage #text1 ul li::after, .accessabilityMainPage #text2 ul li::after { width: 5px; height: 5px; }
    .accessabilityMainPage #pageview h2 { font-size: 105%; margin: 20px 0px 5px; }
    .accessabilityMainPage #text1 ul, .accessabilityMainPage #text2 ul { margin: 10px 0; }
    .accessabilityMainPage #text1 ul li, .accessabilityMainPage #text2 ul li { font-size: 77%; }
}

/* Header */
header { height: var(--headerHeight); z-index: 5 !important; }
#header2 { background: var(--lBeige); padding: 0; position: relative; margin-top: 35px; }
#header-top-strip { position: fixed; }
#header2 #header-container { display: flex; align-items: center; height: 100%; position: relative; padding: 0 30px; min-height: 75px; }
#header2 #header-container #header-left { width: auto; display: inline-flex; z-index: 0; align-items: center; }
#header2 #header-container #header-left img { max-width: 100px; }
#header2 .header-right-section { display: inline-flex; align-items: center; justify-content: space-between; z-index: 1; flex-grow: 1; position: unset; background: transparent; }
#header2 #header-container .header-right-section .menu-nav { margin: 0; width: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
#header2 .nav-menu-anim { z-index: 17; }
#header2 #header-container .header-right-section .header-top { padding: 0; width: auto; }
#header2 #header-container .header-right-section .header-top-right { display: flex; }
#header2 #header-container .header-right-section .header-top .header-top-left { display: inline-flex; margin: 0; flex-direction: row-reverse; }
#header2 #header-container .has-sub i.opensub { font-size: 80%; position: absolute; font-weight: 300; top: 2px; }
#header2 ul.menu { margin-bottom: 0; display: flex; align-items: center; justify-content: center; position: relative; }
#header2 #header-container ul.menu li:before { display: none; }
#header2 #header-container ul.menu > li:not(.megaMenuSection) { cursor: pointer; color: #000; font-family: var(--mainFont); font-size: 100%; width: max-content; transition: 0.3s all; margin: 0 10px; }
#header2 #header-container ul.menu .menu-sub li a { position: relative; width: fit-content; }
#header2 #header-container ul.menu .menu-sub li.megaMenuSubItem > a::after { position: absolute; content: ""; bottom: -1px; left: 50%; width: 93%; background: #976f29; height: 1px; opacity: 0; transform: translateX(-50%); transition: 0.4s all; }
#header2 #header-container ul.menu .menu-sub li.active a::after, #header2 #header-container ul.menu .menu-sub li.megaMenuSubItem:hover a::After { opacity: 1; }
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before, #nav-toggle-mobile span, #nav-toggle-mobile span:after, #nav-toggle-mobile span:before { background: var(--mainColor); height: 2px; width: 22px; }
#header2 ul.menu li > a:focus { border: none; }
#header2 ul.menu > li > a::before { content: ''; width: 0%; border: none; position: absolute; height: 1px; background: var(--blue); left: 50%; bottom: 0px; transform: translateX(-50%); transition: .25s ease-in-out; }
#header2 ul.menu li:not(.has-sub):hover > a::before, #header2 ul.menu li:not(.has-sub):focus > a::before, #header2 ul.menu li.active > a::before { width: 100%; }
#header2 .max-width { max-width: 100%; width: 100%; height: 100%; }
#header2 #header-container .header-top-left .navShopBtn, #header2 #header-container .header-top-left .searchBtn { display: initial; margin: 0 10px; }
#header2 #header-container .header-top-left .wishlistHeader { margin-left: auto; }
#searchFormHeader .error { display: none !important; }
header.search-open .searchBtn .close-search { fill: #000; }
header.search-open #header-container #header-left .searchBtn { opacity: 0; visibility: hidden; z-index: -1; }
header:not(.search-open) .search.desktop { opacity: 0; z-index: -1; visibility: hidden; }
#header2 #header-container #header-left .searchBtn { background-image: url(/warehouse/dynamic/385846.svg); background-repeat: no-repeat; background-position: center; margin-left: 30px; transition: 0.3s all ease; }
#header2 #header-container #header-left .searchBtn:hover { background-image: url(/warehouse/dynamic/385845.svg); }
#header2 #header-container #header-left .searchBtn svg.search-btn-svg { opacity: 0; }
#header2 #header-container .header-top-left .navShopBtn a, #header2 #header-container .header-top-left .navShopBtn button { display: flex; padding: 0; position: relative; }
#header2 #header-container .header-top-left .navShopBtn > a::after, #header2 #header-container .header-top-left .navShopBtn > button::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(/warehouse/dynamic/385836.svg); background-repeat: no-repeat; background-position: center; pointer-events: none; background-size: contain; transition: 0.3s all ease; }
#header2 #header-container .header-top-left .userBtn button::after { background-image: url(/warehouse/dynamic/385840.svg); }
#header2 #header-container .header-top-left .navShopBtn a svg, #header2 #header-container .header-top-left .navShopBtn button svg { opacity: 0; width: 24px; height: 24px; }
#header2 #header-container .header-top-left .cartBtn button::after { background-image: url(/warehouse/dynamic/385844.svg); }
#header2 #header-container .header-top-left .navShopBtn > a:hover::after { background: url(/warehouse/dynamic/385835.svg); background-repeat: no-repeat; background-position: center; }
#header2 #header-container .header-top-left .userBtn button:hover::after { background-image: url(/warehouse/dynamic/385839.svg); }
#header2 #header-container .header-top-left .cartBtn button:hover::after { background-image: url(/warehouse/dynamic/385843.svg); }
.cartItemsCounter { background: var(--blue); width: 17px; height: 17px; right: unset; left: -10px; bottom: unset; z-index: 1; top: -5px; display: inline-flex; align-items: center; justify-content: center; padding-top: 1px; }
.cartItemsCounter span.CartItems { position: relative; top: unset; left: unset; transform: unset; color: #fff; font-size: 55%; }
#header-top-strip .topStripContainer .topStripText { font-size: 100%; letter-spacing: unset; }
#header-top-strip .topStripContainer { padding: 0; height: 35px; display: flex; justify-content: center; align-items: center; }

@media(min-width: 1024px) {
    #header2 #header-container ul.menu li.has-sub { margin: 0 10px 0 17px; }
    header.search-open #searchFormHeaderContainer { display: flex; height: 100%; justify-content: flex-end; align-items: center; }
    header.search-open #header #header-center-kdm, header.search-open #header #header-right, header.search-open #header #header-left { display: flex; }
    .search.desktop { display: flex !important; width: 100%; max-width: 230px; background: transparent !important; z-index: 1; left: 100px; position: absolute !important; top: 50% !important; transform: translateY(-50%); }
    header #searchFormHeaderContainer form#searchFormHeader { bottom: unset !important; width: 100%; margin: 0; }
    header #searchFormHeaderContainer form#searchFormHeader input#searchFormInput { height: 30px !important; border: none; border-bottom: 1px solid var(--mainColor); font-size: 75% !important; padding: 0 20px 0 30px; color: #747474; }
    .searchSubmitWrapper { background-image: url(/warehouse/dynamic/385845.svg); background-repeat: no-repeat; background-position: center; height: 100%; left: 0; }
    header.search-open .searchSubmitWrapper svg { opacity: 0; padding: 0; left: 50%; transform: translate(-50%,-50%); }
    .searchSubmitWrapper input#searchFormSubmit { height: 100%; width: 30px; padding: 0; }
    header.search-open .searchBtn { right: 0px; top: 48%; z-index: 5; width: 12px; height: 12px; display: flex; align-items: center; justify-content: center; }
    header.search-open #nav-toggle span { opacity: 0; }
    header.search-open #header .menu-nav { pointer-events: none; opacity: 0; }
    header.search-open #header #header-left .searchBtn { display: none; }
    #header2 #header-container ul.menu > li:not(.megaMenuSection, .has-megamenu) { font-size: 105%; }
}

@media (max-width: 1024px) {
    #header2 #header-container { min-height: 55px; padding: 0 15px; }
    #header2 .header-right-section { width: auto; padding: 0; display: inline-flex; flex-grow: unset; position: absolute; }
    #header2 { padding: 0; height: 55px; }
    #header2 #header-container #header-left { margin: 0; flex-grow: 1; justify-content: flex-end; }
    #header2 #header-container #header-left img { max-width: 30px; }
    #header2 .menu-nav .closed { display: none !important; }
    header #searchFormHeaderContainer form#searchFormHeader { background: var(--lBeige); padding: 20px; bottom: unset !important; top: 100%; color: #000; }
    .searchBtn { position: relative; }
    header.search-open .searchBtn::before { display: none; }
    #header2 .mobile-middle-kdm { /* display: none; */ }
    #header2.open ul.menu { position: fixed; width: 100vw; transform: translateX(0%); }
    #header2 #header-container ul.menu > li:not(.megaMenuSection) { text-align: right; padding: 0; margin: 10px 15px; font-size: 105%; width: auto; background: transparent; }
    #header2 #header-container ul.menu li:not(.megaMenuSection) a { font-size: 100%; color: #000; font-family: var(--mainFont); }
    #header2 ul.menu { min-height: 100% !important; height: auto !important; position: fixed; width: 100vw; min-width: unset; display: flex; top: calc(var(--headerHeight) + 35px ); padding-top: 40px !important; background: var(--lBeige); transform: translateX(100%); transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; flex-direction: column; justify-content: flex-start; z-index: 200; }
    #header2.detailsInRow .menu-nav { z-index: 2; }
    .has-sub i.opensub { position: absolute; top: 12px; }
    #header2 .menu-sub:not(.megaMenu) { background: none; padding: 10px 0; text-align: right; font-size: 85%; top: auto; }
    #header2 .menu-sub:not(.megaMenu) li { margin-bottom: 7px !important; }
    #header2 ul.menu li.active.open { padding-bottom: 5px; }
    #header2 .menu-sub:not(.megaMenu) { right: auto; }
    .has-sub i.opensub { left: 55px; }
    #header2 .menu .header-top-menu-mobile { border-top: 1px solid #000; width: 90%; padding-top: 20px !important; }
    #header2 .menu .top-menu-group { display: flex; gap: 10px; flex-direction: column; }
    #header2 #header-container .header-right-section .menu-nav { position: relative; top: unset; left: unset; transform: none; }
    #header2 #header-container .header-right-section .header-top { display: none; }
    #header2 #header-container #header-left .logoHeader { position: absolute; left: 50%; transform: translate(-50%,-50%); top: 50%; }
    #header2 #header-container #header-left .searchMobile { margin-left: auto; margin-right: 45px; order: 1; display: inline-flex; }
    #nav-toggle span:before, #nav-toggle-mobile span:before { top: -7px; }
    #nav-toggle span:after, #nav-toggle-mobile span:after { bottom: -7px; }
    #header2 #header-container #header-left .navShopBtn > a::after, #header2 #header-container #header-left .navShopBtn button::after { content: ''; position: absolute; left: 0; top: 0; background: url(/warehouse/dynamic/373639.svg); background-repeat: no-repeat; background-position: center; background-size: contain; height: 22px; width: 22px; pointer-events: none; }
    #header2 #header-container #header-left .userBtn button::after { background-image: url(/warehouse/dynamic/373636.svg); }
    #header2 #header-container #header-left .navShopBtn a svg, #header2 #header-container #header-left .navShopBtn button svg { opacity: 0; width: 24px; height: 24px; }
    #header2 #header-container #header-left .cartBtn button::after { background-image: url(/warehouse/dynamic/373638.svg); }
    #header2 #header-container #header-left .navShopBtn { margin: 0 2px; display: inline-flex !important; }
    .cartItemsCounter { right: -5px; left: unset; top: -2px; }
    #header2 #header-container #header-left .cartBtn { order: 4; margin: 0 6px 0 2px; }
    #header2 #header-container #header-left .userBtn { order: 2; }
    #header2 #header-container #header-left .wishlistHeader { order: 3; }
    .menuSvgArrowIcon { margin: 0; font-size: 100%; }
    span.arrowIconWrapper svg { width: 10px; height: 12px; fill: #000 !important; }
    #header2 ul.menu h3 { margin: 0; }
    header.search-open #header2 #header-container #header-left .searchBtn { background-image: unset; }
    header #searchFormHeaderContainer form#searchFormHeader .searchSubmitWrapper { left: unset; right: 30px; background-image: url(/warehouse/dynamic/385846.svg); background-repeat: no-repeat; }
    header #searchFormHeaderContainer form#searchFormHeader input { padding-right: 40px; }
    header #searchFormHeaderContainer form#searchFormHeader .searchSubmitWrapper svg { opacity: 0; }
}

/* User & Cart */
.userLogin { padding: 30px 0px; }
.userLogin .closeUserPop { font-size: 80%; top: 10px; right: 15px; }
.userLogin .closeUserPop button { border-bottom: 1px solid #000000; }
.userLogin .existingUser, .userLogin .newUser { padding: 15px 3vw; }
.headerShop { background: var(--lBeige); top: 120px !important; }
.headerShopLogin { width: 950px; background: var(--lBeige); top: 120px !important; }
.userLogin .subheadline { text-align: center; }
.userLogin .subheadline h2 { color: #000; }
.userLogin .newUser { text-align: center; }
.userLogin .newUserText p { font-size: 84%; }
.userLogin .newUser a.registerUser.shopBtn { border: 2px solid var(--blue); border-radius: 30px; width: 215px; height: 45px; max-width: unset; font-size: 100%; display: inline-flex; font-family: var(--mainFont); color: #000; transition: 0.3s all ease; background: transparent; align-items: center; justify-content: center; }
.userLogin .newUser a.registerUser.shopBtn:hover { background: var(--blue); color: #fff; }
.userLogin .existingUser form.shop-form .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { border: none; border-bottom: 1px solid #000; border-radius: unset; box-shadow: none; padding-right: 0; font-size: 84%; margin-bottom: 10px; height: 40px; }
.userLogin .existingUser .RememberMeBtn, .userLogin .existingUser .forgotPass { margin-top: 10px; font-size: 75%; }
.userLogin .existingUser .forgotPass { color: var(--blue); }
.userLogin .existingUser .shopBtn { padding: 0; height: 45px; border-radius: 30px; background: var(--blue); font-family: var(--mainFont); border: 2px solid var(--blue); font-size: 22px !important; }
.userLogin .existingUser .shopBtn:hover, .userLogin .existingUser .shopBtn:focus { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.headerShop .cart { padding: 20px 20px 20px 30px; }
.headerShop .cart .closeCart, .headerShop .cart .removeAllWrapper { padding: 0; font-size: 70%; color: #212327; }
.headerShop .cart .closeCart button, .headerShop .cart .removeAllWrapper button { border-bottom: 1px solid #212327; }
.headerShop .cartItemsTable { padding-left: 30px; }
.headerShop .cartItemsTable .cartItem { border-bottom: 1px solid #d7d7d7; }
.headerShop .cartItemsTable .cartItem .itemName > a { font-size: 86%; color: #272c34; line-height: 1.18; }
.headerShop .cartItemsTable .cartItem .cartItemName { font-size: 100%; padding-right: 0; }
.headerShop .cartItemsTable .cartItem .itemName .cartItemVariation { font-size: 80%; }
.headerShop .cartItemsTable .cartItem .item-quantity { font-size: 100%; }
.headerShop .cartItemsTable .cartItem .itemBeforeDiscountPrice { font-size: 100%; }
.headerShop .cartItemsTable::-webkit-scrollbar { width: 2px; }
.headerShop .cartItemsTable::-webkit-scrollbar-track { background: #e2eae8; box-shadow: none; }
.headerShop .cartItemsTable::-webkit-scrollbar-thumb { background-color: #000; box-shadow: none; outline: none; }
.headerShop .cartItemsNavSubTotal { padding: 40px 30px 15px 0; width: 100%; }
.headerShop .cartItemsNavSubTotal .totalSumItems:not(.cartActions) { display: flex; justify-content: space-between; align-items: center; }
.headerShop .cartItemsNavSubTotal a.goToCart { border-radius: 30px; border: 2px solid var(--blue); font-family: var(--mainFont); font-size: 100%; height: 45px; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: #000; background: transparent; }
.headerShop .cartItemsNavSubTotal a.goToCheckout { border-radius: 30px; border: 2px solid var(--blue); font-family: var(--mainFont); font-size: 100%; height: 45px; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--blue); color: #fff; }
.headerShop .cartItemsNavSubTotal a.goToCheckout:hover, .headerShop .cartItemsNavSubTotal a.goToCheckout:focus { background: #000; color: var(--pink); }
.headerShop .cartItemsNavSubTotal .cartBottomText { padding: 0; font-size: 100%; }
.headerShop .cartItemsNavSubTotal .cartBottomText h4 { margin: 5px 0; font-size: 80%; }
.headerShop .cartItemsNavSubTotal .totalSumItems { font-size: 100%; }
.headerShop .cart .removeAllWrapper { padding-left: 30px; }
.headerShop .cartItemsTable .cartItem .item-quantity .itemQuantityContainer { background: transparent; }
.itemsTableWrapper:after { background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, var(--lBeige) 100%, #fff 100%); }
.cartItemsNavSubTotal:after { right: 0; border-right: 1px solid #232323; }
.itemsTableWrapper { height: 350px; }
.headerShop .cartItemsTable .cartItem .cartItemPic img { position: relative; left: unset; top: unset; transform: none; max-height: 90px; }
.headerShop .cartItemsTable .cartItem .cartItemPic { width: auto; }
.cartItemsTable .cartItem .itemName { max-width: calc(100% - 60px); margin-right: 15px; }
.cartItemsTable .cartItem span.itemBeforeDiscountPrice:before, .cartItemsTable .cartItem span.finalPrice:before, .price:before { }
.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew { background: transparent; }
.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew svg { opacity: 0; }
.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew::after { content: 'X'; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: cursive; font-size: 80%; pointer-events: none; }
.headerShop .cartItemsNavSubTotal a.goToCart:hover { background: var(--blue); color: #fff; }
.headerShop .cartItemsNavSubTotal a.goToCheckout:hover { background: transparent; color: #000; }
.registerFormWrapper.registerPage { background: var(--Mbeige); max-width: 630px; padding: 30px 135px 60px; margin: 60px auto; }
.registerFormWrapper.registerPage #headline { margin: 0; }
.registerFormWrapper.registerPage #headline h1 p { max-width: unset; font-size: 100%; margin: 0; line-height: 1.2; }
.registerFormWrapper.registerPage > p { max-width: 95%; line-height: 1.3; }
.registerFormWrapper.registerPage #register-form fieldset label { font-size: 84%; font-weight: unset; }
.registerFormWrapper.registerPage #register-form fieldset input { border-radius: unset; border: none; height: 30px; margin-bottom: 15px; font-size: 80%; box-shadow: none; border-bottom: 1px solid #000; }
.registerFormWrapper.registerPage #register-form .normal-form-comment { font-size: 75%; padding: 0; }
.registerFormWrapper.registerPage #register-form .normal-form-submit { width: auto; margin: 0; text-align: center; }
.registerFormWrapper.registerPage #register-form .normal-form-submit input { background: var(--blue); border-radius: 30px; border: 2px solid var(--blue); font-size: 110%; font-family: var(--mainFont); height: 45px; width: 175px; display: inline-flex; align-items: center; justify-content: center; padding: 0; margin-top: 20px; }
.registerFormWrapper.registerPage #register-form .normal-form-submit input:hover { color: #000; background: transparent; }
.registerFormWrapper.registerPage.registerThanks a.shopBtn { border-radius: 30px; border: 2px solid var(--blue); font-family: var(--mainFont); font-size: 100%; height: 45px; padding: 0; display: inline-flex !important; align-items: center; justify-content: center; color: #fff; background: var(--blue); }
.registerFormWrapper.registerPage.registerThanks a.shopBtn:hover { background: transparent; color: #000; }
.headerShopLoginUserLoggedIn { left: -140px; bottom: -215px !important; background: var(--lBeige); color: #000; }
.headerShopLoginUserLoggedIn h4 { background: var(--blue); padding: 10px 16px; }
.headerShopLoginUserLoggedIn a.userAction { display: flex !important; flex-direction: row-reverse; justify-content: space-between; margin: 0 !important; padding: 5px 15px !important; font-size: 83%; }
.headerShopLoginUserLoggedIn:after { left: 141px; transform: unset; border-bottom-color: var(--blue); }
.headerShopLoginUserLoggedIn a.userAction svg { opacity: 0; margin: 0; }
.headerShopLoginUserLoggedIn a.userAction::before { content: ''; position: absolute; left: 15px !important; top: 5px; width: 15px !important; height: 20px; background: url(/warehouse/dynamic/385836.svg); background-repeat: no-repeat; background-position: center; pointer-events: none; background-size: 100%; transition: 0.3s all ease; border: none !important; }
.headerShopLoginUserLoggedIn a.userAction.userAccountBtn::before { background-image: url(/warehouse/dynamic/385840.svg); }
.headerShopLoginUserLoggedIn a.userAction.userPassBtn::before { background-image: url(/warehouse/dynamic/385838.svg); }
.headerShopLoginUserLoggedIn a.userAction.userOrdersBtn::before { background-image: url(/warehouse/dynamic/385834.svg); }
.headerShopLoginUserLoggedIn a.userAction::after { border-bottom: 1px solid var(--brown) !important; }
.forgot-password-modal .modal-content { position: relative; width: fit-content; }
.forgot-password-modal .modal-content .modal-body { background: #eee8e0; max-width: 380px; padding: 40px 55px 50px; transition: 0.5s all ease; }
.forgot-password-modal .modal-content .modal-body.showing { opacity: 1; }
.forgot-password-modal .modal-content .modal-body .shopPop-image img { width: 86px; }
.forgot-password-modal .modal-content .modal-body .shopPop-headline { margin: 20px 0 15px; font-size: 150%; color: var(--green); }
.forgot-password-modal .modal-content .modal-body .row { margin: 0; }
.forgot-password-modal .modal-content a.close { position: absolute; top: -45px; left: 50%; transform: translateX(-50%); z-index: 1; border-radius: 50%; border: 1px solid #fff; font-size: 0; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; }
.forgot-password-modal .modal-content a.close svg { width: 16px; height: 16px; fill: #fff; }
.forgot-password-modal .modal-content .modal-body .row h2.forgotPassTitle { font-size: 3rem; color: var(--green); }
.forgot-password-modal .modal-content .modal-body .row form#passwordRecovery { margin-top: 10px; }
.forgot-password-modal .modal-content .modal-body .row form#passwordRecovery .loginFormInput { }
.forgot-password-modal .modal-content .modal-body .row form#passwordRecovery .loginFormInput input { height: 50px; border-radius: 0; background: #fff; border: none !important; width: 100%; margin: 0 auto 30px; font-size: 1.6rem !important; }
.forgot-password-modal .modal-content .modal-body .row form#passwordRecovery .shopBtn { width: 145px; max-width: unset; background: transparent; border: 2px solid var(--green); border-radius: 30px; color: var(--green); font-size: 1.8rem; height: 45px; padding: 0; }
.forgot-password-modal .modal-content .modal-body .row h2.successLoginTitle { font-size: 1.8rem; margin-bottom: 10px; }
.forgot-password-modal .modal-content .modal-body .row form#passwordRecovery .shopBtn.closePop { width: 125px; height: 40px; }

@media (max-width: 1024px) {
    .headerShopLogin { width: 100%; padding: 0 20px; top: 90px !important; }
    .headerShopLoginUserLoggedIn { top: 55px; left: 0; bottom: unset !important; height: auto; width: 100%; }
    .headerShopLoginUserLoggedIn a.userAction { display: flex !important; flex-direction: row; }
    .cartItemsTable .cartItem .itemName { max-width: calc(100% - 90px); }
    .headerShop .cartItemsTable .cartItem .itemName > a { font-size: 77%; }
    .headerShop .cartItemsTable .cartItem .item-quantity { font-size: 77%; }
    .headerShop .cartItemsTable .cartItem .itemBeforeDiscountPrice { font-size: 77%; }
    .headerShop .cartItemsNavSubTotal { padding: 40px 0px 15px 0; }
    .headerShop .cartItemsNavSubTotal a { max-width: 45%; }
    .headerShop .cartItemsNavSubTotal .totalSumItems.cartActions { display: flex; align-items: center; justify-content: space-around; margin-top: 19px; }
    .headerShop .cartItemsNavSubTotal a.goToCheckout { margin: 0; }
    .registerFormWrapper.registerPage { padding: 20px 30px 30px; margin: 40px auto 80px; width: calc(100% - 30px); }
}

/* Logged User*/
.shopLayout { display: flex; flex-direction: row-reverse; margin-top: 30px; justify-content: center; flex-wrap: wrap; }
.userProfile { max-width: 800px; margin-top: 0; width: 100%; }
.loggedInUser.profileSideBar h4 { font-family: var(--mainFont); display: flex; flex-wrap: wrap; align-items: flex-end; background: var(--Mbeige); }
.loggedInUser.profileSideBar h4 button.loginBoxLogout { width: 100%; text-align: right; border: none; position: relative; }
.loggedInUser.profileSideBar a.active, .loggedInUser.profileSideBar a:hover { background: var(--blue); color: #fff; }
.shopLayout:not(.wishListPage) .loggedInUser + .userProfile { max-width: 550px; }
.shopLayout #headline h1 svg { display: none; }
.shopLayout #headline h1 { font-size: 250%; }
.loggedInUser.profileSideBar a, .shopLayout .userProfile #headline, .shopLayout .userProfile form.registerFormWrapper { background: var(--Mbeige); position: relative; font-size: 100%; }
.shopLayout .userProfile form.registerFormWrapper fieldset label { font-size: 80%; font-weight: unset; }
.shopLayout .userProfile form.shop-form fieldset .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { background: transparent; border-radius: unset; border: none; font-size: 80% !important; box-shadow: none; border-bottom: 1px solid #000; }
.shopLayout .userProfile form.registerFormWrapper .normal-form-comment { font-size: 75%; padding: 0; }
.shopLayout .userProfile form.registerFormWrapper .normal-form-submit { width: 100%; text-align: right; }
.shopLayout .userProfile form.registerFormWrapper .normal-form-submit input { max-width: 200px; background: var(--blue); border: 2px solid var(--blue); height: 45px; border-radius: 30px; font-family: var(--mainFont); font-size: 100%; transition: 0.3s all ease; }
.shopLayout .userProfile form.registerFormWrapper .normal-form-submit input:hover, .shopLayout .userProfile form.registerFormWrapper .normal-form-submit input:focus { background: transparent; color: #000; }
.shopLayout .userProfile form.shop-form fieldset .col-md-8, .shopLayout .userProfile form.shop-form fieldset .col-sm-8 { width: 100%; }
.loggedInUser.profileSideBar a::before { content: ''; position: absolute; right: 20px; top: 16px; width: 22px; height: 22px; background: url(/warehouse/dynamic/373639.svg); background-repeat: no-repeat; background-position: center; pointer-events: none; background-size: contain; transition: 0.3s all ease; border: none !important; }
.loggedInUser.profileSideBar a:nth-child(2)::before { background-image: url(/warehouse/dynamic/373636.svg); }
.loggedInUser.profileSideBar a:nth-child(3)::before { background-image: url(/warehouse/dynamic/382115.svg); }
.loggedInUser.profileSideBar a:nth-child(4)::before { background-image: url(/warehouse/dynamic/382114.svg); }
.loggedInUser.profileSideBar a:hover::before { filter: invert(1); }
.loggedInUser.profileSideBar a svg { opacity: 0; }
.cartWrapper.ordersWrapper.userProfile { margin-top: 0; }
.cartWrapper.ordersWrapper.userProfile .orderItem { background: transparent; padding: 20px; }
.cartWrapper.ordersWrapper.userProfile .topOrderItem::after { border-bottom: 2px solid var(--mainColor); }
.shopLayout.orderHistory .cartItemsTable .topOrderItem .cartItemsCell span { font-size: 90%; }
.shopLayout.orderHistory .cartItemsTable .topOrderItem .cartItemsCell span:first-child { font-size: 120%; margin-bottom: 5px; }
.cartWrapper.ordersWrapper.userProfile .orderItem .orderItemImg { background: transparent; max-width: 70px; max-height: 100px; }
.shopLayout.orderHistory .cartItemsTable .bottomOrderItem .order-actions a { width: 200px; height: 45px; border: 2px solid var(--green); background-color: var(--green); border-radius: 30px; color: #fff; font-size: 100%; display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.shopLayout.orderHistory .cartItemsTable .bottomOrderItem .order-actions a:hover, .shopLayout.orderHistory .cartItemsTable .bottomOrderItem .order-actions a:focus { background-color: var(--mainColor); border-color: var(--mainColor); }
.shopLayout.orderHistory .cartItemsTable .bottomOrderItem .order-actions button { width: 200px; height: 45px; border: 2px solid var(--mainColor); background-color: transparent; border-radius: 30px; color: var(--mainColor); font-size: 100%; display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.shopLayout.orderHistory .cartItemsTable .bottomOrderItem .order-actions button:hover, .shopLayout.orderHistory .cartItemsTable .bottomOrderItem .order-actions button:focus { background: var(--mainColor); border-color: var(--mainColor); color: #fff; }

@media (max-width: 1024px) {
    .shopLayout .userProfile form.registerFormWrapper .normal-form-submit { padding: 0 10px; }
    .shopLayout .userProfile form.registerFormWrapper .normal-form-submit input { max-width: 150px; }
}

/* Shopping Cart */
.shopLayout.cartPage { display: flex; flex-direction: column; align-items: center; max-width: 1170px; margin: 30px auto 70px; width: min(1170px, 85%); }
.shopLayout.cartPage #headline { margin: 0 0 10px auto; }
.shopLayout.cartPage .cartItemsTable { width: 100%; max-width: 790px; }
.shopLayout.cartPage .cartWrapper { width: 100%; }
.shopLayout.cartPage .cartItemsTable .cartItemsTitles { background: transparent; border: 0; border-bottom: 1px #989898; border-style: solid none; font-size: 115%; font-family: var(--mainFont); font-weight: unset; }
.shopLayout.cartPage .cartItemsTable .cartItemsTitles .cartItemName { width: 52%; }
.shopLayout.cartPage .cartItemsTable .cartItemsTitles .cartItemsCell { padding: 14px 0px 14px 20px; text-align: right; }
.shopLayout.cartPage .cartItemsTable .cartItemsTitles .cartItemPrice { width: 15%; }
.shopLayout.cartPage .cartItemsTable .cartItemName { font-size: 86%; width: 52%; padding-right: 0; }
.shopLayout.cartPage .cartItemsTable .items { background: transparent; margin-top: 25px; }
.shopLayout.cartPage .cartItemsTable .items .cartItem:not(:last-child) { border-bottom: 1px solid #989898; }
.shopLayout.cartPage .cartItemsTable .cartItemPrice { width: 15%; }
.shopLayout.cartPage .cartItemsTable .cartItemQ { width: 17%; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity .itemQuantityContainer input { background: var(--blue); }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity { border: 2px solid var(--blue); border-radius: 30px; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity button { border: none; background: var(--blue); width: 25px; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity .itemQuantityContainer { border: none; font-size: 90%; font-family: var(--mainFont); color: #fff; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity button.item-plus { border-top-right-radius: 30px; border-bottom-right-radius: 30px; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity button.item-minus { border-top-left-radius: 30px; border-bottom-left-radius: 30px; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity button svg { fill: #fff; width: 12px; height: 12px; }
.shopLayout.cartPage .cartItemsTable .cartItemName a.cartItemPic { border: none; width: auto; }
.shopLayout.cartPage .cartItemsTable .cartItemName a.cartItemPic img { position: relative; left: unset; top: unset; transform: none; max-width: 70px; max-height: 90px; }
.shopLayout.cartPage .cartItemsTable .cartItemDelete { padding-left: 0 !important; }
.shopLayout.cartPage .cartWrapper .cartSubTotal { background: var(--Mbeige); border: none; color: #000; margin-right: 40px; }
.shopLayout.cartPage .cartWrapper .cartSubTotal .subTotalTitle { background: transparent; padding: 10px 20px 0; }
.shopLayout.cartPage .cartWrapper .cartSubTotal .subTotalTitle h2 { font-size: 115%; font-family: var(--mainFont); font-weight: unset; color: #000; padding: 2px 0 10px; border-bottom: 1px solid #707070; }
.shopLayout.cartPage .cartWrapper .cartSubTotal .itemsInCart { font-size: 80%; }
.shopLayout.cartPage .cartWrapper .cartSubTotal .subtotal { font-size: 90%; padding: 10px 20px 15px; }
.shopLayout.cartPage .cartWrapper .cartSubTotal .totalPrice { font-size: 100%; font-weight: unset; padding: 15px 20px 0; }
.shopLayout.cartPage .cartWrapper .cartSubTotal .totalPrice .price { font-size: 140%; }
.shopLayout.cartPage .cartWrapper .cartSubTotal .totalPrice span:not(.price) { font-size: 110%; }
.shopLayout.cartPage .cartWrapper .cartSubTotal a.goToCheckout { font-family: var(--mainFont); background: var(--blue); border-radius: 30px; border: 2px solid var(--blue); height: 45px; display: inline-flex; justify-content: center; align-items: center; padding: 0; }
.shopLayout.cartPage .cartWrapper .cartSubTotal a.goToCheckout:hover, .shopLayout.cartPage .cartWrapper .cartSubTotal a.goToCheckout:focus { background: transparent; color: #000; }

@media (max-width: 1024px) {
    .shopLayout.cartPage { margin: 10px auto 20px; }
    .shopLayout.cartPage .cartWrapper { display: flex; flex-direction: column; }
    .shopLayout.cartPage .cartItemsTable .cartItemName { width: 100%; }
    .shopLayout.cartPage .cartItemsTable .cartItemQ, .shopLayout.cartPage .cartItemsTable .cartItemPrice { width: 100%; }
    .shopLayout.cartPage .cartItemsTable .cartItem { padding: 10px 0; }
    .shopLayout.cartPage #headline { margin: 0 0 15px auto; }
    .shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity span { border: none; background: var(--blue); }
    .shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity span input { background: var(--blue); color: #fff; border: none; }
    .mobile-subTotal { display: none; }
}

/* Favourites */
.wishListPage .userProfile #headline { background: transparent; height: auto; padding: 0 50px 20px; text-align: center; }
.wishListPage .userProfile #headline h1 svg { display: none; }
.wishListPage .userProfile .registerFormWrapper { background: transparent; max-width: 1070px; padding: 0px 30px 30px; margin: 0 auto 180px; }
.wishListPage .userProfile .registerFormWrapper .itemsList { margin: 0; display: flex; flex-wrap: wrap; }
.wishListPage .userProfile .registerFormWrapper .itemsList .catalogItemBox { padding: 0 17px; margin-bottom: 34px; }
.wishListPage .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start:not(.inactive) { justify-content: flex-end; }
.wishListPage .userProfile .registerFormWrapper .noItemsYet h2 { font-size: 220%; }
.wishListPage .userProfile .registerFormWrapper .noItemsYet a.shopBtn { width: 145px; height: 45px; background: transparent; font-size: 100%; font-family: var(--mainFont); border-radius: 30px; color: var(--blue); border: 2px solid var(--blue); padding: 0; transition: 0.3s all ease; display: inline-flex; align-items: center; justify-content: center; }
.wishListPage .userProfile .registerFormWrapper .noItemsYet a.shopBtn:hover,
.wishListPage .userProfile .registerFormWrapper .noItemsYet a.shopBtn:focus { background: var(--blue); color: #fff; }
.wishListPage .userProfile:has(.noItemsYet) { align-items: center; }

@media (max-width: 1024px) {
    .wishListPage .userProfile #headline { text-align: center; }
    .wishListPage .userProfile .registerFormWrapper { padding: 0px 10px 30px; margin: 0 auto 40px; }
    .wishListPage .userProfile .registerFormWrapper .itemsList .catalogItemBox { width: 50%; padding: 0 5px; }
}

/* Checkout Page */
.checkoutPage .checkout-login { background: transparent; margin-bottom: 100px; }
.checkoutPage .checkout-login .subheadline h2 { font-size: 200%; }
.checkoutPage .checkout-login #checkoutLogin { position: relative; }
.checkoutPage .checkout-login #checkoutLogin .loginFormInput .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { border: none !important; border-bottom: 1px solid var(--mainColor) !important; box-shadow: none; border-radius: 0 !important; margin-bottom: 15px !important; font-size: 80%; }
.checkoutPage .checkout-login #checkoutLogin input.shopBtn { background: var(--blue); border: 2px solid var(--blue); font-family: var(--mainFont); font-size: 100%; color: #fff; border-radius: 30px; width: 200px; padding: 0; height: 45px; position: absolute; bottom: -80px; left: 50%; transform: translateX(-50%); transition: 0.3s all ease; }
.checkoutPage .checkout-login #checkoutLogin input.shopBtn:hover, .checkoutPage .checkout-login #checkoutLogin input.shopBtn:focus { background: transparent; color: #000; }
.checkoutPage .checkout-login .newUser a.shopBtn { background: transparent; border: 2px solid var(--blue); font-family: var(--mainFont); font-size: 100%; color: #000; border-radius: 30px; width: 200px; padding: 0; height: 45px; display: inline-flex; align-items: center; justify-content: center; transition: 0.3s all ease; }
.checkoutPage .checkout-login .newUser a.shopBtn:focus, .checkoutPage .checkout-login .newUser a.shopBtn:hover { background: var(--blue); color: #fff; }
.loginFormInput.forgotPass button { color: var(--blue); }
.ShopCheckoutPage #SiteGrid { overflow: visible; }
.ShopCheckoutPage #GridContent { display: flex; justify-content: center; }
.ShopCheckoutPage .checkoutPage #headline { width: 100%; font-size: 100%; margin-top: 20px; text-align: center; }
.checkoutPage .checkout-login .newUser a.checkoutLogin { background: var(--blue); border: 2px solid var(--blue); font-family: var(--mainFont); font-size: 100%; color: #fff; border-radius: 30px; width: 200px; padding: 0; height: 45px; display: inline-flex; align-items: center; justify-content: center; transition: 0.3s all ease; }
.checkoutPage .checkout-login .newUser a.checkoutLogin:hover, .checkoutPage .checkout-login .newUser a.checkoutLogin:focus { background: transparent; color: #000; }
.checkoutPage .checkout-login .newUser > span { font-size: 100%; }
.checkoutPage .cartSubTotal { padding: 0; height: 100%; background: transparent; }
.checkoutPage .cartSubTotal .subTotalInner { display: flex; flex-direction: column; padding-bottom: 20px; border: none; position: sticky; top: 115px; background: var(--SBeige); }
.checkoutPage .cartSubTotal .subTotalInner .subTotalTitle { background: transparent; display: inline-flex; justify-content: space-between; align-items: center; }
.checkoutPage .cartSubTotal .subTotalInner .subTotalTitle h2 { font-weight: unset; width: auto; }
.checkoutPage .cartSubTotal .subTotalInner .subTotalTitle a.goToCart::after { bottom: -3px; }
.checkoutPage form#checkout-form .checkoutFormWrapper { background: transparent; }
.checkoutPage form#checkout-form .checkoutFormWrapper .checkoutTitle h3 { background: var(--Mbeige); color: #000; font-weight: unset; font-family: var(--mainFont); }
.checkoutPage form#checkout-form .checkoutFormWrapper .checkoutInputsWrapper label { font-weight: unset; font-family: var(--mainFont); }
.checkoutPage form#checkout-form .checkoutFormWrapper .checkoutInputsWrapper input, .checkoutPage form#checkout-form .checkoutFormWrapper .checkoutInputsWrapper textarea { box-shadow: none; border: 1px solid var(--mainColor); border-radius: unset; }
.checkoutPage form#checkout-form .checkoutFormWrapper .couponDetails button { padding: 0; height: 45px; border-radius: 30px; background: var(--blue); font-family: var(--mainFont); border: 2px solid var(--blue); font-size: 105%; }
.checkoutPage form#checkout-form .checkoutFormWrapper .couponDetails button:hover { color: #000; background: transparent; }
.checkoutPage form#checkout-form .normal-form-submit input { padding: 0; height: 45px; border-radius: 30px; background: var(--blue); font-family: var(--mainFont); border: 2px solid var(--blue); font-size: 105%; max-width: 200px; }
.checkoutPage form#checkout-form .normal-form-submit input:hover, .checkoutPage form#checkout-form .normal-form-submit input:focus { color: #000; background: transparent; }
.checkoutPage form#checkout-form .normal-form-submit { text-align: left; }

@media (max-width: 1024px) {
    .checkoutPage .cartSubTotal { height: auto; }
    .checkoutPage .cartSubTotal .subTotalInner { position: relative; top: unset; }
    .checkoutPage .mobile-subTotal { background: var(--SBeige); top: 90px; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; min-height: 50px; }
    .checkoutPage .mobile-subTotal .totalSumItems { position: relative; top: unset; left: unset; transform: none; padding: 0; width: auto; }
    .checkoutPage .mobile-subTotal a.goToCart { padding: 0; }
}

/* Home Gallery */
#home-gallery { padding: 0 15px; }
#home-gallery .opacity-layer, #home-gallery .scroll-down { display: none; }
#home-gallery .caption-text { top: unset; bottom: 18vh; border-radius: 50px; overflow: hidden; }
#home-gallery .gallery-caption:not(.caption-text) { width: 100%; max-width: 180px; top: 50%; transform: translate(-50%,-50%); }
#home-gallery .gallery-logo { width: 100%; }
#home-gallery .caption-text .gallery-text { font-size: 100%; }
#home-gallery .gallery-caption .gallery-text a.gallery-text-btn.photoCaptionLink { font-size: 100%; background: rgb(0 0 0 / 50%); border-radius: 30px; width: 175px; display: inline-flex; align-items: center; justify-content: center; padding: 0; height: 45px; font-family: var(--mainFont); border: 2px solid #fff; }
#home-gallery .gallery-caption .gallery-text a.gallery-text-btn.photoCaptionLink:hover { background: transparent; color: #fff; }
#home-gallery .gallery-caption .gallery-text a.gallery-text-btn.photoCaptionLink::after { content: ''; position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%) scale(1); background: var(--blue); width: 50%; height: 100px; border-top-left-radius: 100%; border-top-right-radius: 100%; transition: 0.5s all; z-index: -1; pointer-events: none; }
#home-gallery .gallery-caption .gallery-text a.gallery-text-btn.photoCaptionLink:hover::after { transform: translateX(-50%) scale(1.25); width: 100%; bottom: -40px; transition: 0.5s all; }
#home-gallery ol.flex-control-nav.flex-control-paging { bottom: 25px; }
#home-gallery .flex-control-paging li a { background: transparent; border: 1px solid #fff; width: 13px; height: 7px; transition: 0.3s all ease; }
#home-gallery .flex-control-paging li a.flex-active { border: 1px solid #fff; width: 43px; cursor: pointer; background: #fff; }
#home-gallery .flex-control-paging li a.flex-active:focus { outline: none; }

@media (max-width: 1024px) {
    #home-gallery { margin-top: 100px; }
    #home-gallery .gallery-caption:not(.caption-text) { max-width: 95px; }
    #home-gallery button.controlSlider.pause { display: none; }
    #home-gallery .caption-text { bottom: 50px; }
    #home-gallery .gallery-caption .gallery-text a.gallery-text-btn.photoCaptionLink { width: 140px; height: 40px; font-size: 90%; }
    #home-gallery ol.flex-control-nav.flex-control-paging { left: 25px; transform: none; bottom: 15px; }
    #home-gallery .flex-control-paging li a { width: 10px; height: 5px; }
    #home-gallery .flex-control-paging li a.flex-active { width: 34px; }
}

/* homepage line text*/
.section.text-line { margin: 80px auto 100px; }
.section.text-line .grid-text-content { max-width: 1170px; width: 100%; padding: 0; }
.section.text-line .grid-text-content p { font-size: 150%; letter-spacing: 1.8px; font-family: var(--mainFont); width: fit-content; margin: 0 auto; }
.section.text-line .grid-text-content p::after { content: ''; position: absolute; left: -20px; bottom: -17px; background-image: url(/warehouse/dynamic/385811.svg); background-repeat: no-repeat; width: 225px; height: 34px; z-index: -1; background-size: 100%; background-position: center; pointer-events: none; }
.home-page .grid-content-section .grid-boxes::before, .home-page .grid-content-section .grid-boxes::after { display: none; }

@media (max-width: 1024px) {
    .section.text-line { margin: 30px auto 80px; }
    .section.text-line .grid-text-content p { font-size: 120%; padding: 0 15px; letter-spacing: 1.4px; line-height: 1.3; }
    .section.text-line .grid-text-content p::after { left: 50%; transform: translateX(-50%); bottom: -15px; }
}

/* Carousel grid-boxes(products) */
.home-page .grid-Catalog-Items { max-width: 1170px; overflow: visible; margin: 0 auto; }
.home-page .grid-Catalog-Items::after { content: ''; position: absolute; right: -50px; top: -10px; background-image: url(/warehouse/dynamic/385808.png); width: 200px; height: 210px; z-index: -1; pointer-events: none; background-position: center; background-repeat: no-repeat; }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav .owl-prev::after { background-image: url(/warehouse/dynamic/385805.svg); }
.home-page .grid-Catalog-Items .section-title { text-align: right; margin-bottom: 20px; }
.home-page .grid-Catalog-Items .section-title h2 { font-size: 300%; }
.home-page .grid-Catalog-Items .item { padding: 0 16px; }
.home-page .grid-Catalog-Items .grid-boxes-wrapper.not-owl-carousel .item { width: 25%; padding: 0 17px; margin-bottom: 50px; direction: ltr; }
.grid-boxes-wrapper.not-owl-carousel { display: flex; }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav div { top: -50px; font-size: 0; transform: none; }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav div::after { width: 27px; height: 17px; background-image: url(/warehouse/dynamic/385804.svg); }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav .owl-next { left: 20px; }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav .owl-prev { left: 80px; right: unset; }
.catalogItemBox { padding: 0; margin: 0; }
.catalogItemBox a.item-image { padding-bottom: 150%; }
.catalogItemBox a.item-image img, .catalogCategoryBox a.catalogCategoryBoxImage img { height: 100%; object-fit: cover; width: 100%; }
.catalogItemBox a.item-text { padding: 0; flex-grow: 1; display: inline-flex; flex-direction: column; justify-content: space-between; }
.catalogItemBox .item-text .item-text-top { min-height: 50px; direction: rtl; }
.catalogItemBox .item-text .item-text-top .itemTitle { min-height: unset; color: #000; font-family: var(--mainFont); margin: 20px 0 0 auto; font-size: 100%; }
.catalogItemBox .item-text .item-text-top .item-subtitle { font-size: 77%; margin: 5px 0 20px; }
.catalogItemBox .item-text:hover .item-text-top .item-subtitle { color: initial; }
.catalogItemBox .item-text .item-price { color: #000; margin-top: 15px; }
.catalogItemBox .item-text .item-price .finalPrice, #CatalogModule .catalogItemBox .item-text .item-price .finalPrice { font-size: 130%; font-family: var(--mainFont); margin: 0; }
.catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart { position: absolute !important; left: 0; bottom: 0px; text-align: left; }
.catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button,
#CatalogModule .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button { border: 2px solid var(--blue); border-radius: 30px; width: 124px; height: 35px; font-size: 90%; font-family: var(--mainFont); color: #000; transition: 0.3s all ease; overflow: hidden; }
.catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button:hover,
#CatalogModule .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button:hover { background: transparent; color: #fff; }
.catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button::after,
#CatalogModule .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button::after { content: ''; position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%) scale(1); background: var(--blue); width: 50%; height: 100px; border-top-left-radius: 100%; border-top-right-radius: 100%; transition: 0.5s all; z-index: -1; pointer-events: none; }
.catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button:hover::after,
#CatalogModule .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button:hover::after { transform: translateX(-50%) scale(1.25); width: 100%; bottom: -40px; transition: 0.5s all; }
.catalogItemBox .item-quantity .item-quantity-options { width: fit-content; border: 1px solid var(--blue); border-radius: 30px; height: 35px; font-size: 90%; font-family: var(--mainFont); margin-left: 0; margin-right: auto; }
.catalogItemBox .item-quantity .item-quantity-options button { width: 47px; height: 100%; border: unset; background: var(--blue); }
#CatalogModule .catalogItemBox .item-quantity .item-quantity-options button,
#CatalogModule .catalogItemBox .item-quantity .item-quantity-options > span { height: 33px; background: var(--blue); border: none; padding: 0 17px; }
.catalogItemBox .item-quantity .item-quantity-options .itemQuantityContainer { height: 100%; border: unset; background: var(--blue); padding: 0; margin-right: -4px; margin-left: -4px; }
.catalogItemBox .item-quantity .item-quantity-options .itemQuantityContainer input { color: #fff; background: var(--blue); }
.catalogItemBox .item-quantity .item-quantity-options button svg { width: 13px; height: 13px; }
.catalogItemBox .item-quantity .item-quantity-options button svg rect { fill: #fff; }
.catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start:not(.inactive) { display: flex; z-index: 1; }
.catalogItemBox .wishlist { padding: 0; top: 15px; }
.catalogItemBox .productLabel.wishlist button.wishListBtn { opacity: 0.7; padding: 0; background: #f2c29e; border-radius: 50%; display: inline-flex; width: 30px; height: 30px; justify-content: center; align-items: center; }
.catalogItemBox .wishlist .wishListBtn svg { opacity: 0; }
.catalogItemBox .wishlist .wishListBtn::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background-image: url(/warehouse/dynamic/385807.svg); background-repeat: no-repeat; background-position: center; pointer-events: none; transition: 0.3s all ease; }
.catalogItemBox .wishlist .wishListBtn.active::after, .catalogItemBox .wishlist .wishListBtn:hover::after { background-image: url( /warehouse/dynamic/385803.svg); }
.catalogItemBox .productLabel.wishlist button.wishListBtn:hover, .catalogItemBox .productLabel.wishlist button.wishListBtn.active { opacity: 1; }

@media (min-width: 1025px) {
    .catalogItemBox a.item-text { min-height: 140px; }
}

@media (max-width: 1024px) {
    .home-page .grid-Catalog-Items .section-title h2 { font-size: 160%; margin-right: 20px; }
    .home-page .grid-Catalog-Items::after { display: none; }
    .home-page .grid-Catalog-Items .item { padding: 0 8px; }
    .catalogItemBox a.item-image { padding-bottom: 150%; }
    .catalogItemBox .wishlist { top: 10px; right: 20px; }
    .catalogItemBox .productLabel.wishlist button.wishListBtn { width: 26px; height: 26px; }
    .catalogItemBox .wishlist .wishListBtn::after { width: 14px; height: 14px; background-size: 100%; }
    .catalogItemBox .item-text .item-text-top { min-height: 35px; }
    .catalogItemBox .item-text .item-text-top .itemTitle { margin: 10px auto 0; font-size: 85%; max-width: 95%; }
    .catalogItemBox .item-text .item-text-top .item-subtitle { display: none; }
    .catalogItemBox .item-text .item-price { margin-top: 10px; padding: 0 6px; }
    .catalogItemBox .item-text .item-price .finalPrice, #CatalogModule .catalogItemBox .item-text .item-price .finalPrice { font-size: 100%; }
    .catalogItemBox .item-text .item-price .itemBeforeDiscountPrice { font-size: 75%; margin-left: 5px; }
    .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart { padding: 0; text-align: center; position: relative !important; left: unset; bottom: unset; margin-top: 10px; }
    .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button, #CatalogModule .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button { width: 134px; height: 35px; font-size: 75%; }
    .catalogItemBox .item-quantity .item-quantity-options { display: flex !important; margin: 0 auto; max-width: 134px; }
    .catalogItemBox .item-quantity .item-quantity-options .itemQuantityContainer input { font-size: 90% !important; width: 100% !important; }
    .catalogItemBox .item-quantity .item-quantity-options button { width: 100%; padding: 0; display: inline-flex; }
    .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1; }
}

/* Home Page Images Grid */
.section.pomo-confectionery-sec::before { content: ''; position: absolute; left: 0; top: 35px; background: var(--Mbeige); height: min(70%, 520px); width: 100%; pointer-events: none; z-index: -1; }
.section.pomo-confectionery-sec .grid-boxes { margin: 0 auto; display: flex; align-items: flex-start; max-width: 990px; justify-content: space-between; position: relative; }
.section.pomo-confectionery-sec .grid-boxes .blue-element { position: absolute; right: -110px; top: 180px; background-image: url(/warehouse/dynamic/385800.png); width: 170px; height: 180px; background-repeat: no-repeat; z-index: -1; background-size: 100%; background-position: center; pointer-events: none; }
.section.pomo-confectionery-sec .grid-boxes .red-line-element { position: absolute; left: -180px; bottom: 160px; background-image: url(/warehouse/dynamic/385801.png); width: 330px; height: 90px; background-repeat: no-repeat; z-index: -1; background-size: 100%; background-position: center; pointer-events: none; }
.section.pomo-confectionery-sec .grid-boxes .grid-box { margin: 0; padding: 0; width: auto; pointer-events: none; }
.section.pomo-confectionery-sec .grid-boxes .grid-box:nth-child(1) { max-width: 274px; }
.section.pomo-confectionery-sec .grid-boxes .grid-box:nth-child(2) { margin-top: 90px; }
.section.pomo-confectionery-sec .grid-boxes .grid-box img { width: auto; }
.section.pomo-confectionery-sec .section-title { position: absolute; width: auto; margin: 0; left: calc(50% + 12vw); top: calc(50% - 40px); z-index: 1; max-width: 990px; text-align: left; transform: translate(-50%,-50%); }
.section.pomo-confectionery-sec .section-title h2 { font-size: 600%; color: transparent; line-height: 1; -webkit-text-stroke: 2px #000; }
.section.pomo-confectionery-sec .section-title h3 { margin: 0; font-size: 600%; line-height: 0.9; font-family: var(--mainFont); margin-left: 150px; }
.grid-boxes .box-image-animation:hover img { transform: none; }

@media (max-width: 1024px) {
    .section.pomo-confectionery-sec { margin: 80px auto; }
    .section.pomo-confectionery-sec::before { height: calc(100% - 100px); }
    .section.pomo-confectionery-sec .section-title { left: 0; top: 90px; transform: unset; padding: 0 15px; width: 100%; }
    .section.pomo-confectionery-sec .section-title h2 { font-size: 325%; }
    .section.pomo-confectionery-sec .section-title h3 { font-size: 325%; }
    .section.pomo-confectionery-sec .grid-boxes { display: flex; flex-direction: column; align-items: flex-end; padding: 0 15px; gap: 100px; }
    .section.pomo-confectionery-sec .grid-boxes .grid-box:nth-child(1) { max-width: 100%; width: 100%; }
    .section.pomo-confectionery-sec .grid-boxes .grid-box:nth-child(2) { max-width: 200px; }
    .section.pomo-confectionery-sec .grid-boxes .grid-box:nth-child(1) .grid-box-image { max-width: 140px; margin: 0 40px 0 0; }
    .section.pomo-confectionery-sec .grid-boxes .grid-box:nth-child(2) .grid-box-image { margin: 0; }
    .section.pomo-confectionery-sec .grid-boxes .grid-box img { width: 100%; }
    .section.pomo-confectionery-sec .grid-boxes .red-line-element { left: unset; right: 60px; bottom: 45px; width: 130px; height: 40px; }
    .section.pomo-confectionery-sec .grid-boxes .blue-element { right: 0; top: 100px; width: 80px; height: 90px; }
}

/* Home Page grid-row */
.our-story-sec::before { content: ''; position: absolute; left: -60px; bottom: 0; height: 155px; width: 390px; background-image: url(/warehouse/dynamic/385798.png); background-position: center; pointer-events: none; background-size: 100%; background-repeat: no-repeat; }
.our-story-sec .grid-rows { max-width: 1070px; margin: 0 auto; width: calc(100% - 200px); position: relative; }
.our-story-sec #grid-row0 { align-items: flex-start; display: flex !important; }
.our-story-sec #grid-row0 .flexslider-box { padding-left: 0; width: 47%; }
.our-story-sec #grid-row0 .grid-row-cell-text { width: 53%; padding-right: 90px; text-align: right; }
.our-story-sec .grid-row-text { width: 100%; padding: 0; margin: 0; }
.our-story-sec .grid-row-text h2 { margin-bottom: 10px; }
.our-story-sec .grid-row-text h3 { font-family: var(--mainFont); margin: 0 0 25px; font-size: 100%; padding-right: 30px; position: relative; }
.our-story-sec .grid-row-text h3::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: var( --blue); width: 17px; height: 1px; }
.our-story-sec .grid-row-text p::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: calc(100% - 15px); width: 1px; background: var( --green); }
.our-story-sec #grid-row1 { position: absolute; bottom: -50px; right: -80px; max-width: 210px; display: block !important; }
.our-story-sec #grid-row1 .grid-row-cell-text { display: none !important; }
.our-story-sec #grid-row0 .grid-row-cell-text .grid-row-text { max-width: 400px; }

@media(max-width: 1024px) {
    .our-story-sec::before { bottom: unset; top: 0; height: 100px; width: 190px; left: -20px; }
    .our-story-sec .grid-rows { width: calc(100% - 30px); display: flex; flex-direction: column; padding: 0; margin-bottom: 80px; }
    .our-story-sec #grid-row0 { display: flex !important; flex-direction: column-reverse; align-items: center; overflow: visible; }
    .our-story-sec #grid-row0 .flexslider-box { width: 100%; padding: 0; padding: 0 65px 0 25px; }
    .our-story-sec #grid-row0 .grid-row-cell-text { width: 100%; margin: 0; padding: 0; }
    .our-story-sec #grid-row1 { left: unset; right: 30px; bottom: -20px; max-width: 100px; }
    .our-story-sec .grid-row-text { padding: 20px 25px 30px; }
    .our-story-sec .grid-row-text h2 { margin-bottom: 0; }
    .our-story-sec .grid-row-text h3 { margin: 15px 0 25px; }
}

/* Form */
.home-page .grid-form-section { margin-bottom: 0; background-color: var(--Mbeige); padding: 60px 0; }
.form-container-wide #DynamicFormObject { background: var(--Mbeige); border: 1px solid var(--SBeige); padding: 70px 45px 15px; max-width: 880px; margin: 0px auto; display: flex; flex-direction: column; align-items: center; }
.home-page .form-container-wide #DynamicFormObject { padding: 70px 45px 20px; max-width: 880px; margin: 0px auto; background: var(--lBeige); border: none; display: flex; flex-direction: column; align-items: center; }
.form-container-wide #DynamicFormObject::before { content: ''; position: absolute; left: -60px; bottom: -80px; height: 230px; width: 250px; background-image: url(/warehouse/dynamic/385813.png); background-repeat: no-repeat; z-index: -1; background-size: 100%; background-position: center; pointer-events: none; }
.form-container-wide #DynamicFormObject::after { border: none; position: absolute; right: -43px; top: 40px; background-image: url(/warehouse/dynamic/385814.png); width: 86px; height: 84px; background-repeat: no-repeat; z-index: 1; background-size: 100%; background-position: center; pointer-events: none; }
.form-container-wide #DynamicFormObject > div { width: 100% !important; padding: 0 !important; font-size: 100%; }
#DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { font-size: 250%; width: auto; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields .top-form { font-size: 90%; margin: 5px 0 30px; display: block; }
.form-container-wide #DynamicFormObject fieldset { display: inline-flex; flex-wrap: wrap; justify-content: center; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField { width: 33.33%; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField.textareaField { width: 100%; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField input, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField select, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField textarea { width: 100%; max-width: 100%; box-shadow: none; border-radius: unset; font-family: 'Assistant-Regular'; border: 0; border-bottom: 1px solid #000; font-size: 75%; margin-bottom: 20px; padding-right: 0; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField input, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField select { height: 30px; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit { width: auto; padding: 0; margin-top: 25px; overflow: hidden; border-radius: 40px; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit input { width: 175px; height: 45px; color: var(--blue); background: transparent; font-size: 100%; font-family: var(--mainFont); border-radius: 30px; border: 2px solid var(--blue); transition: 0.3s all ease; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit input:hover, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit input:focus { background: transparent; color: #fff; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField input:focus, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField select:focus { outline: none !important; border: none !important; border-bottom: 1px solid var(--mainColor) !important; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit::after { content: ''; position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%) scale(1); background: var(--blue); width: 50%; height: 100px; border-top-left-radius: 100%; border-top-right-radius: 100%; transition: 0.5s all; z-index: -1; pointer-events: none; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit:hover::after { transform: translateX(-50%) scale(1.25); width: 100%; bottom: -40px; transition: 0.5s all; }
.form-container-wide #DynamicFormObject .dynamicFormObjectField .must::before { top: 0 !important; right: 5px !important; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField input::placeholder, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField select::placeholder, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField textarea::placeholder { font-family: var(--mainFont); }
#SiteGrid.layout-bottom #GridPromo { padding: 0; margin: 60px auto; }
label.error, span.error { font-size: 70%; }

@media (max-width: 1024px) {
    .home-page .grid-form-section { padding: 60px 15px; }
    #SiteGrid.layout-bottom #GridPromo { margin: 40px auto 70px; width: calc(100% - 35px); }
    .form-container-wide #DynamicFormObject { max-width: 100% !important; padding: 30px 30px 10px; }
    #DynamicFormObject .dynamicFormObjectTitleAndText { margin-bottom: 0; }
    #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { font-size: 160%; }
    .form-container-wide #DynamicFormObject .dynamicFormObjectFields .top-form { font-size: 77%; margin-bottom: 20px; }
    .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField { width: 100%; padding: 0; }
    .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField input,
    .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField select { margin-bottom: 10px; padding-top: 0; height: 30px; }
    .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField textarea { height: 100px; }
    .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit input { width: 120px; height: 35px; }
    .form-container-wide #DynamicFormObject .dynamicFormObjectField .must::before { right: -10px !important; }
    .form-container-wide #DynamicFormObject::after { width: 56px; height: 54px; right: -13px; top: 20px; }
    .form-container-wide #DynamicFormObject::before { left: -20px; bottom: -80px; height: 160px; width: 150px; }
}

/* About Page */
.about #GridTop::after { content: ''; position: absolute; bottom: -150px; left: calc(50% + 21vw); transform: translateX(-50%); background-image: url( /warehouse/dynamic/385808.png); width: 200px; height: 210px; z-index: -1; pointer-events: none; background-position: center; background-repeat: no-repeat; }
.about .MainContent { margin: 40px auto 140px; max-width: 670px; width: calc(100% - 60px); }
.about #text1, .about #text2 { max-width: 100%; text-align: right; }
.about #text1 p, .about #text2 p { line-height: 1.5; }
.about #text1 img, .about #text2 img { margin: 10px 0; width: 100%; }
.about #text1 ul, .about #text2 ul { padding-right: 20px; margin: 20px 0; list-style: none; }
.about #text1 ul li, .about #text2 ul li { font-size: 80%; position: relative; }
.about #text1 ul li::after, .about #text2 ul li::after { content: ''; position: absolute; right: -20px; top: 8px; background: #114b36; width: 6px; height: 6px; border-radius: 50%; pointer-events: none; }
.about #subheadline h2 { margin: 0 0 20px; text-align: right; font-size: 300%; }

@media (max-width: 1024px) {
    .about #GridTop::after { display: none; }
    #GridTop .top-caption { font-size: 300%; }
    .about .MainContent { margin: 0px auto 50px; }
    .about #text1 p, .about #text2 p { line-height: 1.5; }
    .about #subheadline h2 { font-size: 140%; margin-right: 0px; }
}

/* Q&A Page */
#ContentFaqModule { max-width: 880px; margin: 40px auto 60px; width: calc(100% - 60px); }
#ContentFaqModule #faqview .faq-item { margin: 15px 0 !important; border-radius: 0; border: 1px solid var(--SBeige) !important; background: #fff; }
#ContentFaqModule #faqview .faq-item .faq-headline { background: transparent; font-size: 105%; font-family: var(--mainFont); padding: 24px 20px; transition: 0.6s all; }
#ContentFaqModule #faqview .faq-item .faq-headline::after, #ContentFaqModule #faqview .faq-item .faq-headline::before { content: ''; position: absolute; left: 30px; top: 50%; transform: translateY(-50%) rotate(90deg); width: 2px; height: 16px; background: var(--blue); transition: 0.2s all; }
#ContentFaqModule #faqview .faq-item .faq-headline::before { transform: translateY(-8px) rotate(0deg); }
#ContentFaqModule #faqview .faq-item .faq-body.collapse { background: #fff; }
#ContentFaqModule #faqview .faq-item .faq-body > div { padding: 0px 20px 25px; max-width: 90%; }
#ContentFaqModule #faqview .faq-item .faq-body > div p { font-size: 84%; line-height: 1.35; color: #000; }
#ContentFaqModule #faqview .faq-item .faq-headline i { display: none; }
#ContentFaqModule #faqview .faq-item .faq-headline.open { background: var(--Mbeige); color: #000; transition: 0.2s all; }
#ContentFaqModule #faqview .faq-item .faq-body.in, #ContentFaqModule #faqview .faq-item .faq-body.collapsing { background-color: var(--Mbeige); }
#ContentFaqModule #faqview .faq-item .faq-headline.open::after { transform: translateY(-50%) rotate(45deg); }
#ContentFaqModule #faqview .faq-item .faq-headline.open::before { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 1024px) {
    #ContentFaqModule #faqview .faq-item .faq-headline { font-size: 95%; padding: 20px 15px; }
    #ContentFaqModule #faqview .faq-item .faq-headline::after, #ContentFaqModule #faqview .faq-item .faq-headline::before { left: 15px; }
    #ContentFaqModule #faqview .faq-item .faq-body > div p { font-size: 75%; }
    #ContentFaqModule #faqview .faq-item .faq-body > div { padding: 15px 20px; }
    #ContentFaqModule { margin: 30px auto 0; }
}

/* Contact Page */
.contact .MainContent { margin: 30px auto 120px; }
#text1 p:last-child { margin-bottom: 0; }
.contact .MainContent #text1 p { font-size: 85%; }
.contact .MainContent #text1 a { border: 2px solid var(--blue); border-radius: 30px; background: var(--blue); width: 154px; height: 45px; padding-right: 40px; display: inline-flex; justify-content: center; align-items: center; color: #fff; font-family: var(--mainFont); font-size: 20px; margin-top: 20px; transition: 0.3s all ease; position: relative; }
.contact .MainContent #text1 a:hover, .contact .MainContent #text1 a:focus { background: transparent; color: #000; }
.contact .MainContent #text1 a::after { content: ''; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); background-image: url(/warehouse/dynamic/374303.svg); width: 30px; height: 30px; background-size: 100%; background-repeat: no-repeat; background-position: center; pointer-events: none; transition: 0.3s all ease; }
.contact .MainContent #text1 a:hover::after { background-image: url(/warehouse/dynamic/387071.svg); }

@media (max-width: 1024px) {
    .contact .MainContent { margin: 10px auto 0; }
    .contact .MainContent #text1 a { width: 165px; height: 40px; font-size: 18px; padding-right: 35px; padding-top: 2px; }
    .contact .MainContent #text1 a::after { width: 24px; height: 24px; right: 35px; }
    .contact .MainContent #text1 p:first-child { max-width: 300px; margin: 0 auto; font-size: 77%; }
}

/* 404 Page */
.page-404 #GridContent { display: flex; min-height: 80vh; align-items: center; justify-content: center; position: relative; }
.page-404 #GridContent::before { content: ''; display: block; width: 500px; height: 350px; background-image: url(/warehouse/dynamic/387066.png); background-repeat: no-repeat; background-position: bottom; }
.page-not-found { display: flex; align-items: center; flex-direction: column; }
.page-not-found h2 { font-size: 210%; font-family: var(--mainFont), var(--secondFont); max-width: 350px; margin-bottom: 30px; }
.page-not-found a { transition: 0.3s all; font-size: 90%; background: var(--blue); border: 2px solid var(--blue); color: #fff; height: 45px; width: 205px; position: relative; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 30px; font-family: var(--mainFont); }
.page-not-found a:hover { background: transparent; color: #000; }
.page-not-found br { display: none; }

@media (max-width: 1024px) {
    .page-404 #GridContent { flex-direction: column-reverse; align-items: center; }
    .page-404 #GridContent::before { max-height: 220px; width: calc(100% - 30px); background-size: 100%; }
    .page-not-found { margin-bottom: 30px; }
    .page-not-found h2 { font-size: 160%; margin-bottom: 20px; max-width: 280px; }
}

/* Products Page */
.registerFormWrapper.registerPage #headline h1 { font-size: 250%; }
.registerFormWrapper.registerPage #register-form fieldset > div, .registerFormWrapper.registerPage #register-form fieldset > div > div { padding: 0; }
.registerFormWrapper.registerPage::before { content: ''; position: absolute; right: -200px; top: 50px; background-image: url(/warehouse/dynamic/385828.png); width: 255px; z-index: 1; height: 90px; background-repeat: no-repeat; background-position: bottom; pointer-events: none; background-size: 100%; }
.ShopRegisterPage #SiteGridContainer::before { content: ''; position: absolute; left: 0; bottom: 150px; height: 100px; width: 320px; background-image: url(/warehouse/dynamic/385827.png); background-position: right center; pointer-events: none; background-repeat: no-repeat; }
.catalog-page:not(.CatalogItemPage, .ShopRelatedPage, .ShopCheckoutPage) #SiteGridContainer::before { content: ''; position: absolute; left: -50px; top: 150px; height: 155px; width: 390px; background-image: url(/warehouse/dynamic/385798.png); background-position: center; pointer-events: none; background-size: 100%; background-repeat: no-repeat; }
.catalog-page:not(.CatalogItemPage) .mainCatalogPage .itemsList { display: flex; flex-wrap: wrap; padding: 0 0 50px; margin: 0 -30px; }
.catalog-page:not(.CatalogItemPage) .mainCatalogPage .itemsList .catalogItemBox .catalogItemBoxInner { height: 100%; display: flex; flex-direction: column; }
.catalog-page:not(.CatalogItemPage) .mainCatalogPage .itemsList .catalogItemBox { width: 25%; padding: 0 17px; margin-bottom: 50px; }
.catalog-page:not(.CatalogItemPage) .mainCatalogPage .itemsList .catalogItemBox .quantity-start { display: flex; justify-content: flex-end; }
.catalog-page:not(.CatalogItemPage) .mainCatalogPage .itemsList .catalogItemBox .quantity-start.inactive { display: none; }
.outOfStockLabel.hasTextLabel { transform: unset; left: 0px; top: 15px; font-size: 80%; width: auto; padding: 5px 10px; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip { background: transparent; color: var(--mainColor); }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip ul.hidden-xs { display: flex !important; justify-content: center; gap: 13px; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip ul.hidden-xs li { border-radius: 30px; font-size: 80%; background: rgba(17, 75, 54, 0.06); padding: 10px 16px; transition: 0.3s all ease; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip ul.hidden-xs li:first-child { display: none; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip ul.hidden-xs li.active, .catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip ul.hidden-xs li:hover { background: #a88d7c; color: #fff; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage #headline { text-align: center; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList { margin: 10px 0 20px; z-index: 40; position: relative; display: flex; flex-direction: column; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box:not(.priceSort) { display: none; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box .filters-title { border-bottom: 1px solid var(--mainColor); min-width: 130px; text-align: right; line-height: 1.4; color: var(--mainColor); font-size: 85%; background: #fff; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box .filters-title::after { position: absolute; left: 5px; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box ul.filter-list { background: #fff; border: 1px solid var(--mainColor); min-width: 135px; font-size: 80%; padding: 0; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box ul.filter-list li { padding: 5px 10px; color: #000; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box ul.filter-list li:hover { background: #ddcab0; }
.catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box ul.filter-list li:hover a { color: #000; }

@media (max-width: 1024px) {
    .catalog-page:not(.CatalogItemPage, .ShopRelatedPage, .ShopCheckoutPage) #SiteGridContainer::before { left: -50px; top: 110px; height: 125px; width: 260px; }
    .catalog-page:not(.CatalogItemPage) .mainCatalogPage .itemsList { margin: 0; }
    .catalog-page:not(.CatalogItemPage) .mainCatalogPage .itemsList .catalogItemBox { width: 50%; padding: 0 2px; margin-bottom: 40px; }
    #CatalogModule .filters-box .filters-list-wrapper { top: 5px; }
    .catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box .filters-title { width: auto; min-width: unset; padding: 0; line-height: 1.1; font-size: 75%; position: relative; }
    .catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list .filters-box .filters-title::after { left: -20px; }
    .desktop-filters-list .filters-box:after { display: none; }
    .catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .desktop-filters-list { margin-bottom: 0; max-height: initial; }
    .catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .filtersList .mobileFiltersBtns { display: none; }
    .catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip .mobile-strip { display: none; }
    .catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip ul.hidden-xs { overflow-x: scroll; padding: 10px 10px 20px; width: 100%; gap: 8px; display: flex !important; justify-content: flex-start; }
    .catalog-page:not(.CatalogItemPage) #CatalogModule .mainCatalogPage .categories-strip ul.hidden-xs li { white-space: nowrap; font-size: 70%; padding: 8px 14px; }
}

/* Product Page */
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper { margin: 0 auto; max-width: 1070px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages { padding: 0; width: 56%; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large { width: calc(100% - 100px); }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large .item,
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .gallery-slider.large .slides li { padding-bottom: 630px; border: none; background: transparent; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs { width: 70px; margin-right: 30px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs .item { border: none; margin: 8px 0; background: transparent; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs .item .item-inner-thumb { padding-bottom: 90px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs .slick-active.slick-current:after { border: 1px solid var(--SBeige); opacity: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent { padding: 75px 10px 0 60px; width: 44%; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent #headline { margin-bottom: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent #headline h1 { line-height: 1; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent #subheadline h2 { font-family: var(--secondFomt); color: #000; font-size: 86%; line-height: 1.3; margin-bottom: 5px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-custom-details { margin-top: 20px; font-size: 87%; }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .itemContent .item-custom-details .custom-field-title { font-weight: unset; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-collections-details { display: inline-flex; flex-wrap: wrap; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-collections-details .collection-field-img span { display: none; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-collections-details .collection-field { margin: 0 0 15px 15px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-properties select.propertyGroup { border: 1px solid #f2c29e !important; outline: none !important; color: #0000ff; font-size: 80%; width: 100%; max-width: 265px; height: 33px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-properties select.propertyGroup option { color: #0000ff; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions { border: none; display: inline-flex; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-price { margin-top: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-price .finalPrice { font-size: 210%; font-family: var(--mainFont); color: var(--blue); }
#CatalogModule .itemContent .item-quantity .item-quantity-options button, #CatalogModule .item-quantity .item-quantity-options > span { height: 100%; background: var(--blue); border: none; padding: 0 17px; flex-grow: 1; width: auto; }
#CatalogModule .itemContent .item-quantity .item-quantity-options .itemQuantityContainer { height: 100%; border: unset; background: var(--blue); padding: 0; margin: 0; }
#CatalogModule .itemContent .item-quantity .item-quantity-options .itemQuantityContainer input { color: #fff; background: var(--blue); }
#CatalogModule .itemContent .item-quantity .item-quantity-options button svg { width: 13px; height: 13px; }
#CatalogModule .itemContent .item-quantity .item-quantity-options button svg rect { fill: #fff; }
#CatalogModule .itemContent .item-quantity .catalogItemBoxQuantity.quantityConnectedToCart .quantity-start:not(.inactive) { display: flex; z-index: 1; }
#CatalogModule .itemContent .item-quantity .item-quantity-options { width: 265px; border: 1px solid var(--blue); border-radius: 30px; height: 50px; font-size: 90%; font-family: var(--mainFont); margin: 0 0 0 auto; align-items: center; justify-content: center; }
#CatalogModule .itemContent .item-quantity .item-quantity-options.active { display: flex; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .item-quantity .quantity-start button { width: 265px; background: transparent; color: #000; height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 30px; border: 2px solid var(--blue); font-family: var(--mainFont); font-size: 110%; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .item-quantity .quantity-start button:hover { background: var(--blue); color: #fff; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .openShareBox { display: none; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .shareBox { margin-right: 30px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn { margin: 0; height: 50px; width: 50px; padding: 0; border: none; background: var(--SBeige); }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn svg { opacity: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 22px; height: 22px; background-image: url(/warehouse/dynamic/385807.svg); background-repeat: no-repeat; background-position: center; pointer-events: none; background-size: 100%; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn.active::after, .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn:hover::after { background-image: url(/warehouse/dynamic/385803.svg); }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields { border-color: var(--SBeige); margin: 90px 0 0; background: var(--Mbeige); }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-title:not(:last-child) { border-left: 1px solid var(--SBeige); }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tabs { border-bottom: 1px solid var(--SBeige); display: inline-flex; }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-title button { padding: 0; height: 50px; font-size: 105%; min-width: 175px; font-family: var(--mainFont); }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-title:last-child { flex-grow: 1; }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-title::after { display: none; }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-title.active button { background: var(--SBeige); color: var(--blue); }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-text { padding: 25px 20px 45px; font-size: 100%; width: 100%; }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-text p { font-size: 86%; max-width: 60%; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper { margin: 0 auto; max-width: 920px; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems { margin: 70px 0 100px; padding: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .itemsList { margin: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .itemsList .catalogItemBox { padding: 0 15px; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .itemsList .catalogItemBox .itemTitle { margin: 10px 0 0 auto; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .relatedItemsTitle h2 { padding: 0; margin: 20px 0 35px; font-size: 225%; background: transparent; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav div { top: 45%; font-size: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav div::after { width: 25px; height: 45px; background-image: url(/warehouse/dynamic/387183.svg); background-size: 100%; background-repeat: no-repeat; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav div.owl-next::after { background-image: url(/warehouse/dynamic/387182.svg); }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav .owl-next { right: 103%; left: unset; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav .owl-prev { left: 102%; right: unset; }
#CatalogModule .relatedItems .relatedItemsTitle:after { display: none; }

@media (max-width: 1024px) {
    .CatalogItemPage .container { padding: 0; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages { width: 100%; padding: 0; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent { width: 100%; padding: 25px 10px 35px; text-align: center; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large { width: 100%; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large .item, .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .gallery-slider.large .slides li { padding-bottom: 430px; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent #headline { text-align: center; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent #subheadline h2 { font-size: 77%; margin: 10px 0; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-makat { margin: 0 0 10px; font-size: 75%; color: #000; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-collections-details .collection-field { margin: 0 8px; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-collections-details .collection-field img { max-height: 24px; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-price { margin: 10px 0; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .priceComment { font-size: 77%; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: auto; padding: 0; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .shareBox { margin: 0; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn { height: 40px; width: 40px; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn::after { width: 24px; height: 24px; left: 50%; background-size: 100%; top: 50%; transform: translate(-50%,-50%); }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields { margin: 30px auto 0; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-title button { min-width: auto; width: 100%; font-size: 90%; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-title { width: 33%; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-text { padding: 20px; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-text p { max-width: 100%; font-size: 77%; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper { padding: 0 20px 30px; }
    .CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems { margin: 60px auto 60px; }
    .CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .relatedItemsTitle h2 { font-size: 160%; margin: 0px 0 15px; text-align: center; padding: 0 20px; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .RelatedItemsWrapper .relatedItems .itemsList .item-quantity { width: 100%; margin: 10px auto 0; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages ul.slick-dots { margin: 0; position: absolute; width: 100%; bottom: 15px; left: 50%; transform: translateX(-50%); }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages ul.slick-dots li.slick-active button { background: #fff; }
    .CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages ul.slick-dots li button { background: transparent; border: 1px solid #fff; width: 8px; height: 8px; }
    .CatalogItemPage .catalogContainer #CatalogModule .fixedAddToCartStrip { background: var(--SBeige); padding: 10px 0; display: flex; justify-content: center; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .fixedAddToCartStripPrice { display: none; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity { width: calc(100% - 36px); padding: 0; margin: 0; display: inline-flex; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .quantity-start > button { width: 100%; border: unset; background: var(--blue); color: #fff; font-size: 90%; font-family: var(--mainFont); min-height: 48px; padding: 0; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .quantity-start > button span { font-size: 100%; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .quantity-start > button svg { display: none; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .item-quantity-options { background: var(--blue); border-radius: 30px; width: 100%; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .item-quantity-options .itemQuantityContainer { color: #fff; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .item-quantity-options > button { height: 48px !important; background: var(--blue); border: none; width: 90px !important; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .item-quantity-options > button svg, .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .item-quantity-options > button svg rect { fill: #fff; }
    .CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .fixedAddToCartStrip .item-quantity .item-quantity-options .itemQuantityContainer input { font-size: 100% !important; }
    .CatalogItemPage #SiteGridContainer { z-index: 2; }
    .CatalogItemPage #SiteFooter .site-credit.alternative { padding-bottom: 70px; }
}

/* Search Page */
.SearchResults #GridTop { display: none; }
.SearchResults #headline { text-align: center; }
.SearchResults #text1 img, .SearchResults #text2 img { margin: 0; }
.SearchResults #GridContent { margin-top: 100px; }
.SearchResults #SearchResultPage { padding: 0; width: 100%; max-width: 1050px; margin: 0 auto 110px; }
.SearchResults #text1 .searchResultsList { display: flex; flex-wrap: wrap; margin: 50px 0 0; width: 100%; justify-content: center; padding: 0; }
.SearchResults .catalogItemBoxQuantity.quantityConnectedToCart .quantity-start:not(.inactive) { justify-content: flex-end; }
.SearchResults .catalogItemBox { margin-bottom: 30px; }
.SearchResults #text1 .searchResultsList li.resultItem { display: flex !important; padding: 20px 0; border-bottom: 2px solid var(--mainColor) !important; align-items: center; max-width: calc(100% - 30px); margin: 0 auto; }
.SearchResults #text1 .searchResultsList li.resultItem:first-of-type { border-top: 2px solid var(--mainColor) !important; margin-top: 50px; }
.SearchResults #text1 .searchResultsList li.resultItem .blog-post-content .blog-post-title { padding: 0 0 10px; margin-bottom: 15px; font-size: 170%; line-height: 1; }
.SearchResults #text1 .searchResultsList li.resultItem .blog-post-content .blog-post-title::after { content: ''; position: absolute; right: 0; bottom: 0; width: 100px; height: 4px; background: var(--yellow); transition: 0.5s all; }
.SearchResults #text1 .searchResultsList li.resultItem .blog-post-content .blog-post-text { padding-bottom: 0; border: none; margin-bottom: 10px; font-size: 105%; line-height: 1.22; max-width: 80%; }
.SearchResults #text1 .searchResultsList li.resultItem a::after { display: none; }
.SearchResults #text1 .searchResultsList li.resultItem .resultContent { display: inline-flex; width: auto; padding: 0; max-width: 70%; flex-grow: 1; color: var(--mainColor); flex-direction: column; }
.SearchResults #text1 .searchResultsList li.resultItem .resultContent > a { font-size: 160%; line-height: 1; width: 100%; color: inherit; transition: 0.3s all; position: relative; }
.SearchResults #text1 .searchResultsList li.resultItem:hover .resultContent a { color: var(--mainColor); }
.SearchResults #text1 .searchResultsList li.resultItem .resultContent a span { max-width: 100%; }
#quick-search-container #SearchResultContainer { background: var(--lBeige); }
#quick-search-container ul.searchResultsList { max-width: 100%; margin: 0; padding: 0px 20px 10px; }
#quick-search-container #SearchResultContainer li.resultItem { padding: 6px 0; color: #000; }
#quick-search-container #SearchResultContainer .resultItem a { font-size: 70%; }
#quick-search-container #SearchResultContainer li.resultItem:first-child { padding-top: 0; }
#quick-search-container #SearchResultContainer li.finalResultItem { padding: 10px 0; }
#quick-search-container #SearchResultContainer li.finalResultItem a { font-size: 80%; font-weight: 700; }
.about.SearchResults #text1 ul li::after { display: none; }

@media (max-width: 1024px) {
    .SearchResults .catalogItemBox { width: 50%; padding: 0 8px; margin-bottom: 40px; }
    .SearchResults #text1 .searchResultsList { margin: 30px 0 0; }
    .SearchResults #text1 .searchResultsList li.resultItem { padding: 10px 0; max-width: calc(100% - 20px); }
    .SearchResults #text1 .searchResultsList li.resultItem:first-of-type { margin-top: 0; }
    .SearchResults #text1 .searchResultsList li.resultItem .resultContent a { font-size: 125%; }
    .SearchResults #SearchResultPage { margin: 0 auto 60px; }
}

/* Thank You Page */
.shopThankYouMsg { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.shopThankYouPage #GridContent { min-height: 70vh; display: flex; justify-content: center; align-items: center; }
.shopThankYouMsg a.shopBtn { font-size: 100%; color: var(--blue); padding: 0; width: 175px; height: 45px; background: transparent; border-radius: 30px; display: inline-flex !important; margin-right: 0; position: relative; border: 2px solid var(--blue); justify-content: center; align-items: center; font-family: var(--mainFont); transition: 0.3s all ease; overflow: hidden; }
.shopThankYouMsg a.shopBtn:hover { color: #fff !important; background: transparent !important; }
.shopThankYouMsg a.shopBtn::after { content: ''; position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%) scale(1); background: var(--blue); width: 50%; height: 100px; border-top-left-radius: 100%; border-top-right-radius: 100%; transition: 0.5s all; z-index: -1; pointer-events: none; }
.shopThankYouMsg a.shopBtn:hover::after { transform: translateX(-50%) scale(1.25); width: 100%; bottom: -40px; transition: 0.5s all; }

/* Footer */
footer { padding: 0; }
.footer-text-divided > div { padding: 0; width: 50%; color: #fff; }
.footer-text-divided { background: var(--SBeige); padding: 45px 140px; font-family: var(--mainFont); display: flex; align-items: center; }
.footer-text-divided > div.footer-text-right { display: flex; }
.footer-text-divided > div.footer-text-right ul { list-style: none; padding: 0; margin-bottom: 0; display: flex; }
.footer-text-divided > div.footer-text-right ul li { font-size: 90%; margin-left: 20px; color: #13151b; }
.footer-text-divided > div.footer-text-left p a img { margin: 0 20px 0 0; }
.footer-text-divided > div.footer-text-right .dropList p { font-size: 130%; line-height: 1; margin-bottom: 20px; }
.footer-text-divided > div.footer-text-left > p { display: inline-flex; align-items: center; color: #13151b; font-size: 90%; }
.footer-text-divided a:hover { color: var(--blue); }
.footer-text-divided a { transition: 0.2s all ease; }
.creditWrapper svg { fill: #fff; }

@media (max-width: 1024px) {
    .footer-text-divided { padding: 40px 30px; display: flex; flex-direction: column; }
    #SiteFooter { padding: 0; }
    .footer-text-divided > div.footer-text-right { flex-wrap: wrap; width: 100%; padding: 0; order: 3; }
    .footer-text-divided > div.footer-text-right .dropList { flex: 1 0 100%; margin-left: 0; }
    .footer-text-divided > div.footer-text-left p:last-child a { margin: 0 5px; }
    .footer-text-divided > div.footer-text-right .dropList:not(:last-child) { margin-bottom: 10px; }
    .footer-text-divided > div.footer-text-right .dropList ul { justify-content: center; }
    .footer-text-divided > div.footer-text-right ul li { margin: 0 10px; }
    .footer-text-divided > div.footer-text-right p { position: relative; display: flex; justify-content: space-between; align-items: center; font-size: 130%; }
    .footer-text-divided > div.footer-text-right p::after, .footer-text-divided > div.footer-text-right p::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background-size: 100%; background-position: center; background-repeat: no-repeat; background-image: url(/warehouse/dynamic/349242.svg); transition: 0.3s all; filter: invert(1); }
    .footer-text-divided > div.footer-text-right p.open::before { transform: translateY(-50%); }
    .footer-text-divided > div.footer-text-right p::before { transform: translateY(-9px) rotate(90deg); }
    .footer-text-divided > div.footer-text-left { margin: 20px 0; display: flex; width: 100%; flex-direction: column; padding: 0; align-items: center; order: 2; }
    .footer-text-divided > div.footer-text-middle { order: 1; }
    #SiteFooter .footer-text-left img { max-width: 100px; margin: 0 0 10px; }
    .footer-text-divided > div.footer-text-left p { width: 100%; text-align: center; font-size: 90%; display: inline-flex; flex-wrap: wrap; justify-content: center; }
    .footer-text-divided > div.footer-text-left p:last-child { margin-top: 5px; }
    .footer-text-divided > div.footer-text-left p a { margin: 0 10px; }
    .footer-text-divided > div.footer-text-left p a:first-child { width: 100%; order: 3; }
    .text-center { display: flex; justify-content: space-between; }
    a.AccessabilityLink { margin: 0; font-size: 70%; }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.2) {
    #home-gallery .caption-text { top: unset; bottom: 21vh; }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #home-gallery .gallery-caption:not(.caption-text) { max-width: 140px; }
}

@media (min-width: 768px) {
    #home-gallery, #home-gallery .slides, #home-gallery .slider-bg.stellar-bg { height: calc(var(--vh) - 190px) !important; }
    .macOs.safariBrowser #home-gallery, .macOs.safariBrowser #home-gallery .slides, .macOs.safariBrowser #home-gallery .slider-bg.stellar-bg { height: calc(100vh - 190px) !important; }
}

@media (max-width: 767px) {
    #home-gallery { min-height: unset !important; }
    #home-gallery, #home-gallery .slides, #home-gallery .slider-bg.stellar-bg { height: 60vh !important; min-height: 0; }
}
