﻿/* Nina */
:root { --mainColor: #13342b; --secondColor: #ddcab0; --mainFont: 'mikhmoret-aaa-400'; --secondFont: 'Assistant-Regular'; --thirdFont: 'Katalia'; }
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap');

/* General */
body { line-height: 1; font-size: 20px; font-family: var(--secondFont); position: relative; }
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: var(--mainColor); }
p, .grid-rows .grid-row-text p { font-size: 80%; line-height: 1.5; position: relative; }
#headline { font-size: 100%; text-align: right; margin-bottom: 10px; }
#SiteGrid { overflow: hidden; }
#SiteGridContainer { opacity: 0; transition: 1s all; }
#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(--mainColor); border-radius: 30px; display: inline-flex !important; margin-right: 0; position: relative; border: none; justify-content: center; align-items: center; font-family: var(--mainFont); transition: 0.3s all ease; }
#FormResultPage .FormResultPageButton:hover, #FormResultPage .FormResultPageButton:focus { color: #fff !important; background: #114b36 !important; }
.sections .section { margin-bottom: 0; background: transparent; padding: 0; margin: 200px auto; }
.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; }
#GridTop.noTopImage.longer { height: 75px; }
#GridTop.noTopImage { height: 0px !important; }
.catalog-page:not(.CatalogItemPage) #GridTop.noTopImage { height: 110px !important; }
#GridTop .top-caption { top: 55%; font-size: 510%; 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-text .sec-button, .sec-button, .grid-rows .grid-row-text a.grid-row-button { font-size: 90%; color: #fff; padding: 0; width: 175px; height: 45px; background: var(--mainColor); border-radius: 30px; display: inline-flex; margin-right: 0; position: relative; border: none; justify-content: center; align-items: center; font-family: var(--mainFont); transition: 0.3s all ease; }
.sec-button:hover, .grid-row-text a.grid-row-button:hover { color: #fff !important; background: #114b36 !important; }
.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: 40px; }
.grid-rows .grid-row-text a.grid-row-button:hover, .grid-rows .grid-row-text a.grid-row-button:focus { color: #fff; border: none; background: #114b36; outline: none; }
#PageBreadCrumps, .lobby-grid #PageBreadCrumps { font-size: 67%; margin-top: 20px; max-width: 1170px; width: calc(100% - 60px); padding: 0; }
.shopThankYouMsg { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.shopThankYouMsg #text1 { margin: 0; }
.shopThankYouMsg a.shopBtn { font-size: 90%; color: #fff; padding: 0; width: 175px; height: 45px; background: var(--mainColor); border-radius: 30px; display: inline-flex !important; margin-right: 0; position: relative; border: none; justify-content: center; align-items: center; font-family: var(--mainFont); transition: 0.3s all ease; }
.shopThankYouMsg a.shopBtn:hover { color: #fff; border: none; background: #114b36; outline: none; }

@media(min-width: 1025px) {
    body:not(.home-page)::before { content: ''; position: absolute; left: 0; top: 430px; height: 500px; width: 370px; background-image: url(/warehouse/dynamic/382696.svg); background-position: center; background-repeat: no-repeat; z-index: -1; pointer-events: none; }
    .sec-button:hover::after, .grid-row-text a.grid-row-button:hover::after { left: -10px; }
}

@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; }
    .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: 20px; }
    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: #fff; padding: 0; position: relative; margin-top: 35px; }
#header-top-strip { position: fixed; }
#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; }
#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: var(--mainColor); 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(--mainColor); 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 { 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: var(--mainColor); }
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/373637.svg); background-repeat: no-repeat; background-position: center; margin-left: 20px; }
#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/373639.svg); background-repeat: no-repeat; background-position: center; pointer-events: none; background-size: contain; }
#header2 #header-container .header-top-left .userBtn button::after { background-image: url(/warehouse/dynamic/373636.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/373638.svg); }
.cartItemsCounter { background: #ddcab0; 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: #000; font-size: 59%; }

@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: 150px; position: absolute !important; top: 0 !important; }
    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/373637.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 .menu-sub.megaMenu { width: 100vw; right: unset; left: -50px; transform: translateX(-50%); padding: 0; text-align: center; background: #fff; top: 110%; }
    #header2 #header-container .menu-sub.megaMenu li.megaMenuGroup { width: 100%; margin: 0; font-size: 100%; }
    #header2 #header-container .menu-sub.megaMenu li.megaMenuGroup ul.megaMenuSub { display: flex; justify-content: center; padding: 30px 0; }
    #header2 #header-container .menu-sub.megaMenu li.megaMenuGroup ul.megaMenuSub .megaMenuSubItem { display: inline-flex; flex-direction: column; align-items: center; font-size: 100%; }
    #header2 #header-container .menu-sub.megaMenu li.megaMenuGroup ul.megaMenuSub .megaMenuSubItem > a { font-size: 90%; margin-top: 15px; color: var(--mainColor); }
    #header2 #header-container ul.menu > li:not(.megaMenuSection, .has-megamenu) { font-size: 105%; }
    #header2 #header-container ul.menu li.has-sub.has-megamenu > a { font-size: 105%; }
}

@media (max-width: 1024px) {
    #header-top-strip .topStripContainer { height: 45px }
    #header2 .header-right-section { width: auto; padding: 0; display: inline-flex; flex-grow: unset; position: absolute; }
    #header2 { padding: 0 15px; height: 55px; margin-top: 45px; }
    #header2 #header-container { min-height: 55px; padding: 0; }
    #header2 #header-container #header-left { margin: 0; flex-grow: 1; justify-content: flex-end; }
    #header2 #header-container #header-left img { max-width: 75px; }
    #header2 .menu-nav .closed { display: none !important; }
    header #searchFormHeaderContainer form#searchFormHeader { background: #fff; padding: 20px 50px; bottom: unset !important; top: 100%; color: var(--mainColor); }
    .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 15px; margin: 10px 0px; font-size: 115%; width: 100%; }
    #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: 20px !important; background: #fff; 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.megaMenuSection { background: #fff; }
    .megaMenuSectionContainer h3 { color: #000; font-size: 105%; }
    #header2 ul.menu li.active.open { padding-bottom: 5px; }
    #header2 .menu-sub:not(.megaMenu) { right: auto; }
    .has-sub i.opensub { left: 55px; }
    .megaMenuSectionContainer .megaMenuGroup > button { left: 35px; }
    #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; }
    #header2 ul.menu > li.has-megamenu > button { padding: 0 20px; left: 0px; position: absolute; width: 100%; text-align: left; }
    .megaMenuSectionContainer { padding-right: 0; position: relative; }
    .menuSvgArrowIcon { margin: 0; font-size: 100%; }
    .has-megamenu .menuSvgArrowIcon svg { fill: #000; width: 7px; height: 12px; }
    #header2 ul.menu li.megaMenuSection, #header2 ul.menu li.megaMenuSection.menu-active { padding-top: 20px; }
    #header2 ul.menu li.megaMenuSection button { position: relative; display: block; width: 100%; top: unset; left: unset; padding: 0; height: 50px; color: #000; background: var(--secondColor); font-family: var(--mainFont); font-size: 115%; }
    span.arrowIconWrapper svg { width: 10px; height: 12px; fill: #000 !important; }
    .megaMenuSectionContainer .megaMenuGroup { margin: 0; padding: 15px; font-size: 115%; display: flex; color: #000; font-family: var(--mainFont); flex-direction: column; }
    #header2 ul.menu li.megaMenuSection .megaMenuGroup > button { padding: 0; }
    .megaMenuSectionContainer .megaMenuGroup > button svg { width: 10px; height: 12px; fill: #000 !important; }
    #header2 ul.menu h3 { margin: 0; }
    #header2 ul.menu ul.megaMenuSub li { margin: 0; border: none; padding: 8px 0; font-size: 115%; }
    #header2 ul.menu ul.megaMenuSub li a { font-size: 0.8rem; }
    #header2 ul.menu li.megaMenuSection button + h3 { background: var(--secondColor); font-family: var(--mainFont); font-size: 115%; text-align: center; height: 50px; display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; top: 0; pointer-events: none; }
    #header2 ul.menu li.megaMenuSection button + h3::after { content: "\f105"; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); font-family: FontAwesome; pointer-events: none; color: inherit; }
    #header2 ul.menu li.megaMenuSection .megaMenuSub { padding: 17px 25px 60px; }
    #header2 ul.menu ul.megaMenuSub li .megaMenuSubItemImage { border-radius: 50%; margin-left: 10px; }
    #header2 ul.menu ul.megaMenuSub li .megaMenuSubItemImage img { border-radius: 50%; height: 70px; width: 70px; }
    header.search-open #header2 #header-container #header-left .searchBtn { background-image: unset; }
    header #searchFormHeaderContainer form#searchFormHeader .searchSubmitWrapper { left: unset; right: 50px; background-image: url(/warehouse/dynamic/373637.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; }
.headerShopLogin { width: 950px; }
.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: 1px solid var(--mainColor); border-radius: 30px; width: 215px; height: 45px; max-width: unset; font-size: 100%; display: inline-flex; font-family: var(--mainFont); color: var(--mainColor); transition: 0.3s all ease; background: #fff; align-items: center; justify-content: center; }
.userLogin .newUser a.registerUser.shopBtn:hover { background: var(--mainColor); 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: #114b36; }
.userLogin .existingUser .shopBtn { padding: 0; height: 45px; border-radius: 30px; background: var(--mainColor); font-family: var(--mainFont); border: 1px solid var(--mainColor); font-size: 22px !important; }
.userLogin .existingUser .shopBtn:hover, .userLogin .existingUser .shopBtn:focus { background: #114b36; color: #fff; border: 1px solid #114b36; }
.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: 1px solid var(--mainColor); font-family: var(--mainFont); font-size: 100%; height: 45px; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: var(--mainColor); }
.headerShop .cartItemsNavSubTotal a.goToCheckout { border-radius: 30px; border: 1px solid var(--mainColor); font-family: var(--mainFont); font-size: 100%; height: 45px; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: var(--mainColor); background: var(--mainColor); 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; }
.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; border-radius: 10px; }
.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(--mainColor); color: #fff; }
.headerShop .cartItemsNavSubTotal a.goToCheckout:hover { background: #114b36; border-color: #114b36; color: #fff; }
.registerFormWrapper.registerPage { background: transparent; max-width: 400px; padding: 0; margin: 40px auto 160px; }
.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: 75%; 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; height: 40px; margin-bottom: 15px; font-size: 80%; }
.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(--mainColor); border-radius: 30px; border: 1px solid var(--mainColor); 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: #fff; background: #114b36; border-color: #114b36; }
.headerShopLoginUserLoggedIn { left: -140px; bottom: -215px !important; background: #fff; color: var(--mainColor); }
.headerShopLoginUserLoggedIn h4 { background: var(--mainColor); 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(--mainColor); }
.headerShopLoginUserLoggedIn a.userAction svg { opacity: 0; margin: 0; }
.headerShopLoginUserLoggedIn a.userAction::before { content: ''; position: absolute; left: 15px !important; top: 5px; width: 18px !important; height: 22px; background: url(/warehouse/dynamic/373639.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/373636.svg); }
.headerShopLoginUserLoggedIn a.userAction.userPassBtn::before { background-image: url(/warehouse/dynamic/382115.svg); }
.headerShopLoginUserLoggedIn a.userAction.userOrdersBtn::before { background-image: url(/warehouse/dynamic/382114.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; }
    .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: 0 30px; margin: 40px auto 80px; }
}

/* 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: #f5f5f5; }
.loggedInUser.profileSideBar h4 button.loginBoxLogout { width: 100%; text-align: right; border: none; position: relative; }
.loggedInUser.profileSideBar a.active, .loggedInUser.profileSideBar a:hover { background: var(--secondColor); color: #212327; }
.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: #f5f5f5; 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: #fff; border-radius: unset; font-size: 80% !important; }
.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(--mainColor); border: none; 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: #114b36; color: #fff; }
.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 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 30px auto; }
.shopLayout.cartPage .cartItemsTable { width: 100%; }
.shopLayout.cartPage .cartWrapper { width: 100%; display: flex; flex-direction: row-reverse; }
.shopLayout.cartPage .cartItemsTable .cartItemsTitles { background: transparent; border: 1px #707070; 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 20px; text-align: right; }
.shopLayout.cartPage .cartItemsTable .cartItemsTitles .cartItemPrice { width: 15%; }
.shopLayout.cartPage .cartItemsTable .cartItemName { font-size: 86%; width: 52%; }
.shopLayout.cartPage .cartItemsTable .items { background: transparent; }
.shopLayout.cartPage .cartItemsTable .cartItemPrice { width: 15%; }
.shopLayout.cartPage .cartItemsTable .cartItemQ { width: 17%; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity { border: 1px solid #000; border-radius: 7px; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity button { border: none; background: transparent; width: 25px; }
.shopLayout.cartPage .cartItemsTable .cartItemQ .item-quantity .itemQuantityContainer { border: none; font-size: 90%; font-family: var(--mainFont); }
.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; border-radius: 10px; }
.shopLayout.cartPage .cartItemsTable .cartItemDelete { padding-left: 0 !important; }
.shopLayout.cartPage .cartWrapper .cartSubTotal { background: #f5f5f5; border: 1px solid #000; color: #4e535c; }
.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; border-bottom: 1px solid #f0f0f0; }
.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(--mainColor); border-radius: 30px; border: 1px solid var(--mainColor); 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: #114b36; color: #fff; border-color: #114b36; }

@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; }
    .mobile-subTotal { display: none; }
}

/* Favourites */
.wishListPage .userProfile #headline { background: transparent; height: auto; padding: 0 50px 20px; }
.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: var(--mainColor); font-size: 100%; font-family: var(--mainFont); border-radius: 30px; border: none; 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: #114b36; 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; background: #fff !important; border-radius: 0 !important; margin-bottom: 15px !important; font-size: 80%; }
.checkoutPage .checkout-login #checkoutLogin input.shopBtn { background: var(--mainColor); border: 1px solid var(--mainColor); 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: var(--mainColor); }
.checkoutPage .checkout-login .newUser a.shopBtn { background: transparent; border: 1px solid var(--mainColor); color: var(--brown); font-family: var(--mainFont); font-size: 100%; color: var(--mainColor); 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(--mainColor); color: #fff; }
.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(--mainColor); border: 1px solid var(--mainColor); 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: var(--mainColor); }
.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: 1px solid var(--mainColor); position: sticky; top: 90px; background: #f5f5f5; }
.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(--mainColor); color: #fff; font-weight: unset; font-family: var(--mainFont); }
.checkoutPage form#checkout-form .checkoutFormWrapper .checkoutTitle h3 svg { fill: #fff; }
.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(--mainColor); font-family: var(--mainFont); border: 1px solid var(--mainColor); font-size: 105%; }
.checkoutPage form#checkout-form .checkoutFormWrapper .couponDetails button:hover { color: #fff; background: #114b36; }
.checkoutPage form#checkout-form .normal-form-submit input { padding: 0; height: 45px; border-radius: 30px; background: var(--mainColor); font-family: var(--mainFont); border: 1px solid var(--mainColor); 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: #fff; background: #114b36; }
.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; }
}

/* Home Gallery */
#home-gallery { margin-top: 110px; }
#home-gallery .opacity-layer, #home-gallery .scroll-down { display: none; }
#home-gallery .caption-text { top: unset; bottom: 15vh; }
#home-gallery .gallery-caption:not(.caption-text) { width: 100%; max-width: 300px; 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: var(--mainColor); border-radius: 30px; width: 130px; display: inline-flex; align-items: center; justify-content: center; padding: 0; height: 45px; font-family: var(--mainFont); }
#home-gallery .gallery-caption .gallery-text a.gallery-text-btn.photoCaptionLink:hover { background: #114b36; color: #fff; }
#home-gallery ol.flex-control-nav.flex-control-paging { bottom: 25px; }
#home-gallery .flex-control-paging li a { background: #fff; border: 1px solid var(--mainColor); width: 13px; height: 7px; transition: 0.3s all ease; }
#home-gallery .flex-control-paging li a.flex-active { border: 1px solid var(--mainColor); width: 43px; cursor: pointer; background: var(--mainColor); }
#home-gallery .flex-control-paging li a.flex-active:focus { outline: none; }
#home-gallery .slider-bg.stellar-bg { background-size: cover; }

@media (max-width: 1024px) {
    #home-gallery .gallery-caption:not(.caption-text) { max-width: 200px; top: unset; bottom: 100px; transform: translateX(-50%); }
    #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: 15px; 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; }
}

/* Circular grid-boxes */
.home-page .grid-content-section { max-width: 1170px; }
.home-page .grid-content-section .grid-boxes { margin: 0; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 1fr; grid-column-gap: 25px; justify-items: center; }
.home-page .grid-content-section .grid-boxes::before, .home-page .grid-content-section .grid-boxes::after { display: none; }
.home-page .grid-content-section .grid-boxes .grid-box { margin: 0; padding: 0; width: 100%; cursor: pointer; }
.home-page .grid-content-section .grid-boxes .grid-box .grid-box-title h3 { font-size: 110%; margin: 0; font-family: var(--mainFont); color: var(--mainColor); }
.home-page .grid-content-section .grid-boxes .grid-box .grid-box-image { border-radius: 50%; border: 2px solid var(--secondColor); margin-bottom: 15px; }
.home-page .grid-content-section .grid-boxes .grid-box .grid-box-image img { border-radius: 50%; }
.home-page .grid-content-section .grid-boxes .grid-box .box-image-animation { padding: 4px; }
.home-page .grid-content-section .grid-boxes .grid-box:hover img { transform: scale(1.1); }

@media (max-width: 1024px) {
    .home-page .grid-content-section .grid-boxes { overflow-x: scroll; width: 100%; display: flex; grid-column-gap: 10px; padding: 0 20px; }
    .home-page .grid-content-section .grid-boxes .grid-box .grid-box-image img { width: 58px; }
    .home-page .grid-content-section .grid-boxes .grid-box .grid-box-image { margin-bottom: 10px; }
    .home-page .grid-content-section .grid-boxes .grid-box .grid-box-title h3 { font-size: 80%; }
    .home-page .grid-content-section .grid-boxes::-webkit-scrollbar { display: none; }
}

/* Carousel grid-boxes(products) */
.home-page .grid-Catalog-Items { max-width: 1170px; overflow: visible; }
.home-page .grid-Catalog-Items .section-title { text-align: right; margin-bottom: 20px; }
.home-page .grid-Catalog-Items .section-title h2 { font-size: 400%; }
.home-page .grid-Catalog-Items .item { padding: 0 16px; }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav div { top: 35%; font-size: 0; }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav div::after { width: 80px; height: 80px; }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav .owl-next { right: 100%; left: unset; }
.home-page .grid-Catalog-Items .owl-carousel .owl-nav .owl-prev { left: 100%; right: unset; }
.catalogItemBox { padding: 0; margin: 0; }
.catalogItemBox a.item-image { padding-bottom: 130%; border-radius: 20px; }
.catalogItemBox a.item-image img { border-radius: 20px; }
.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: var(--mainColor); font-family: var(--mainFont); margin: 20px 0 0 auto; }
.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: #6e493b; 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: 1px solid var(--mainColor); border-radius: 30px; width: 124px; height: 35px; font-size: 90%; font-family: var(--mainFont); color: var(--mainColor); transition: 0.3s all ease; }
.catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button:hover,
#CatalogModule .catalogItemBox .item-quantity.catalogItemBoxQuantity.quantityConnectedToCart .quantity-start button:hover { background: var(--mainColor); color: #fff; }
.catalogItemBox .item-quantity .item-quantity-options { width: fit-content; border: 1px solid var(--mainColor); 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(--mainColor); }
#CatalogModule .catalogItemBox .item-quantity .item-quantity-options button,
#CatalogModule .catalogItemBox .item-quantity .item-quantity-options > span { height: 33px; background: var(--mainColor); border: none; padding: 0 17px; }
.catalogItemBox .item-quantity .item-quantity-options .itemQuantityContainer { height: 100%; border: unset; background: var(--mainColor); padding: 0; margin-right: -4px; margin-left: -4px; }
.catalogItemBox .item-quantity .item-quantity-options .itemQuantityContainer input { color: #fff; background: var(--mainColor); }
.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 { padding: 0; background: #ddcab0; 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: 16px; height: 16px; background-image: url(/warehouse/dynamic/373770.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/373769.svg); }

@media (min-width: 1025px) {
    .catalogItemBox a.item-text { min-height: 145px; }
}

@media (max-width: 1024px) {
    .home-page .grid-Catalog-Items .section-title h2 { font-size: 160%; margin-right: 20px; }
    .home-page .grid-Catalog-Items .item { padding: 0; }
    .catalogItemBox a.item-image { padding-bottom: 120%; border-radius: 10px; }
    .catalogItemBox a.item-image img { border-radius: 10px; }
    .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; text-align: center; font-size: 85%; max-width: 95%; line-height: 1.3; }
    .catalogItemBox .item-text .item-text-top .item-subtitle { display: none; }
    .catalogItemBox .item-text .item-price { text-align: center; margin-top: 10px; }
    .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: 104px; height: 33px; font-size: 75%; }
    .catalogItemBox .item-quantity .item-quantity-options { display: flex !important; max-width: 104px; margin: 0 auto; }
    .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 Image Grid */
@media (max-width: 1024px) {
    .grid-image-section .image-section-data img { max-height: 200px; object-fit: cover; }
}

/* Home Page grid-row */
.home-page .grid-row-section { max-width: 1170px; }
.home-page .grid-row-section .grid-row { display: flex !important; gap: 130px; align-items: center; }
.home-page .grid-row-section .grid-row .grid-row-cell { width: 100%; }
.home-page .grid-row-section .grid-row .flexslider-box { max-width: 460px; border-radius: 50%; border: 2px solid var(--secondColor); }
.home-page .grid-row-section .grid-row .flexslider-box .box-image-animation { padding: 6px; }
.home-page .grid-row-section .grid-row .flexslider-box .box-image-animation img { border-radius: 50%; }
.home-page .grid-row-section .grid-row .grid-row-cell-text { text-align: right; }
.home-page .grid-row-section .grid-row .grid-row-cell-text .grid-row-text { width: 100%; padding: 0; margin: 0; }
.home-page .grid-row-section .grid-row .grid-row-cell-text .grid-row-text h2 { margin-bottom: 0; }

@media (max-width: 1024px) {
    .home-page .grid-row-section .grid-row { display: flex !important; flex-direction: column-reverse; gap: 30px; padding: 0 20px; }
    .home-page .grid-row-section .grid-row .grid-row-cell-text .grid-row-text h3 { font-size: 130%; max-width: 70%; }
    .home-page .grid-row-section .grid-row .flexslider-box { max-width: 67vw; }
}

/* Form */
.form-container-wide #DynamicFormObject { background: rgba(221, 202, 176, 0.23); border: 1px solid var(--mainColor); padding: 45px 45px 35px; max-width: 880px; margin: 0px auto; display: flex; flex-direction: column; align-items: center; }
.home-page .form-container-wide #DynamicFormObject { padding: 80px 45px 50px; max-width: 880px; margin: 0px auto; background: #fff; border: none; display: flex; flex-direction: column; align-items: center; }
.form-container-wide #DynamicFormObject::after { display: none; }
.form-container-wide #DynamicFormObject > div { width: 100% !important; padding: 0 !important; font-size: 100%; }
#DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { font-size: 200%; width: auto; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields .top-form { font-size: 90%; margin-bottom: 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: 1px solid var(--mainColor); border-radius: unset; font-family: 'Assistant-Regular'; font-size: 90%; margin-bottom: 25px; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField input, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField select { height: 30px; border: none; border-bottom: 1px solid var(--mainColor); padding-right: 0; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectField textarea { background: #fff; padding-right: 10px; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit { width: auto; padding: 0; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit input { width: 145px; height: 45px; background: var(--mainColor); font-size: 100%; font-family: var(--mainFont); border-radius: 30px; border: none; transition: 0.3s all ease; }
.form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit input:hover, .form-container-wide #DynamicFormObject fieldset .dynamicFormObjectSubmit input:focus { background: #114b36; color: #fff; border: none; }
.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 .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: 120px auto; }
label.error, span.error { font-size: 70%; }

@media (max-width: 1024px) {
    #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; }
}

/* About Page */
.about .MainContent { margin: 90px auto; 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.38; }
.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; position: relative; width: 100%; max-width: 50%; display: flex; align-items: center; font-size: 200%; font-family: var(--thirdFont); color: var(--mainColor); }
.about #subheadline h2::before { content: ''; display: inline-block; width: auto; background: var(--mainColor); height: 1px; flex-grow: 1; margin-left: 20px; }

@media (max-width: 1024px) {
    #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 { max-width: 80%; font-size: 140%; margin-right: 0px; }
}

/* Q&A Page */
#ContentFaqModule { max-width: 880px; margin: 80px auto 60px; width: calc(100% - 60px); }
#ContentFaqModule #faqview .faq-item { margin: 15px 0 !important; border-radius: 0; border: 1px solid var(--mainColor) !important; background: transparent; }
#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(--mainColor); 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: #fff; }
#ContentFaqModule #faqview .faq-item .faq-headline i { display: none; }
#ContentFaqModule #faqview .faq-item .faq-headline.open { background: #114b36; color: #fff; transition: 0.2s all; }
#ContentFaqModule #faqview .faq-item .faq-body.in, #ContentFaqModule #faqview .faq-item .faq-body.collapsing { background-color: #114b36; }
#ContentFaqModule #faqview .faq-item .faq-headline.open::after { transform: translateY(-50%) rotate(45deg); background: #fff; }
#ContentFaqModule #faqview .faq-item .faq-headline.open::before { transform: translateY(-8px) rotate(-45deg); background: #fff; }

@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: 50px auto; }
#text1 p:last-child { margin-bottom: 0; }
.contact .MainContent #text1 p { font-size: 84%; }
.contact .MainContent #text1 a { border: 1px solid var(--mainColor); border-radius: 30px; width: 154px; height: 45px; padding-right: 40px; display: inline-flex; justify-content: center; align-items: center; color: var(--mainColor); 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: var(--mainColor); color: #fff; }
.contact .MainContent #text1 a::after { content: ''; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); background-image: url(/warehouse/dynamic/374301.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/374303.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: 560px; height: 490px; background-image: url(/warehouse/dynamic/361319.jpg); background-size: 100%; background-repeat: no-repeat; }
.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(--mainColor); color: #fff; height: 45px; width: 205px; position: relative; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 30px; }
.page-not-found a:hover { background: #114b36; }
.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: 300px; width: calc(100% - 30px); }
    .page-not-found { margin-bottom: 30px; }
    .page-not-found h2 { font-size: 160%; margin-bottom: 20px; max-width: 280px; }
}

/* Products Page */
.catalog-page:not(.CatalogItemPage) .mainCatalogPage .itemsList { display: flex; flex-wrap: wrap; padding: 0 0 50px; }
.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: 30px; }
.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; }
.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 .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) .mainCatalogPage .itemsList .catalogItemBox { width: 50%; padding: 0 2px; margin-bottom: 40px; }
    .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 #GridPage { margin-top: calc(var(--headerHeight) + 35px); }
.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: 640px; border: none; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large .item img,
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .gallery-slider.flexslider .slides li img { border-radius: 6%; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs { width: 70px; margin-right: 30px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs .item { border: none; margin: 8px 0; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs .item::after { border-radius: 10px; border: 2px solid var(--secondColor); }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs .item .item-inner-thumb { padding-bottom: 90px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .thumbs .item .item-inner-thumb img { border-radius: 10px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent { padding: 75px 10px 0 90px; width: 44%; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent #headline { margin-bottom: 0; order: 1; }
.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-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-actions { border: 0; display: inline-flex; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .addedToCartDetails { display: none; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-price { margin-top: 20px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-price .finalPrice { font-size: 210%; font-family: var(--mainFont); color: #6e493b; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .item-quantity .quantity-start button { width: 265px; background: var(--mainColor); color: #fff; height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 30px; border: 1px solid var(--mainColor); font-family: var(--mainFont); font-size: 110%; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .item-quantity .quantity-start button:hover { background: #114b36; color: #fff; border-color: #114b36; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .openShareBox { display: none; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .shareBox { margin-right: 15px; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn { border-color: var(--mainCOlor); margin: 0; height: 50px; width: 50px; padding: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn svg { opacity: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-actions .wishListBtn::after { content: ''; position: absolute; left: 0; top: 0; width: 46px; height: 50px; background-image: url(/warehouse/dynamic/374304.svg); background-repeat: no-repeat; background-position: center; pointer-events: none; }
.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/374305.svg); }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields { border-color: #000; margin: 90px 0 0; }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tab-title:not(:last-child) { border-left: 1px solid #000; }
.CatalogItemPage .catalogContainer #CatalogModule #CatalogItemView .itemContentWrapper .catalog-fields .catalog-fields-tabs { border-bottom: 1px solid #000; 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: #a88d7c; color: #fff; }
.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: 80px 0 100px; padding: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .itemsList { margin: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .relatedItemsTitle h2 { padding: 0; margin: 20px 0 40px; font-size: 225%; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav div { top: 45%; font-size: 0; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav div::after { width: 80px; height: 80px; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav .owl-next { right: 100%; left: unset; }
.CatalogItemPage .catalogContainer #CatalogModule .RelatedItemsWrapper .relatedItems .owl-nav .owl-prev { left: 100%; right: unset; }

@media (max-width: 1024px) {
    .CatalogItemPage #GridPage { margin-top: calc(var(--headerHeight) + 45px); }
    .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: right; 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: #fff; 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: #13342b; 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(--mainColor); 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(--mainColor); 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: 60px; }
.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 ul.searchResultsList { max-width: 100%; margin: 0; padding: 0px 20px 10px; }
#quick-search-container #SearchResultContainer li.resultItem { padding: 6px 0; color: var(--mainColor); }
#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; color: var(--mainColor); }
#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; }
}

/* Footer */
footer { padding: 0; }
.footer-text-divided > div { padding: 0; width: 50%; color: #fff; }
.footer-text-divided { background: var(--mainColor); padding: 40px 140px 20px; font-family: var(--mainFont); display: flex; align-items: flex-start; }
.footer-text-divided > div.footer-text-right { display: flex; }
.footer-text-divided > div.footer-text-right .dropList { margin-left: 70px; }
.footer-text-divided > div.footer-text-right ul { list-style: none; padding: 0; margin-bottom: 0; }
.footer-text-divided > div.footer-text-right ul li { font-size: 75%; }
.footer-text-divided > div.footer-text-right ul li:not(:last-child) { margin-bottom: 8px; }
.footer-text-divided > div.footer-text-left p a img { margin: 15px 0; }
.footer-text-divided > div.footer-text-right .dropList p { font-size: 130%; line-height: 1; margin-bottom: 20px; }
.footer-text-divided a:hover { border-bottom: 1px solid #fff; color: #fff; }
.footer-text-divided a { border-bottom: 1px solid transparent; transition: 0.2s all ease; font-family: var(--mainFont),'IBM Plex Sans', sans-serif; font-family: sans-serif; }
.creditWrapper svg { fill: #fff; }

@media (max-width: 1024px) {
    .footer-text-divided { padding: 25px 30px 40px; display: flex; flex-direction: column-reverse; }
    #SiteFooter { padding: 0; }
    .footer-text-divided > div.footer-text-right { flex-wrap: wrap; width: 100%; padding: 0; }
    .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 { display: none; margin: 0 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-bottom: 30px; display: flex; width: 100%; flex-direction: column; padding: 0; align-items: center; }
    #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: 75%; }
    .footer-text-divided > div.footer-text-left p:last-child { margin-top: 5px; }
    .text-center { display: flex; justify-content: space-between; }
    a.AccessabilityLink { margin: 0; font-size: 70%; }
}

@media (min-width: 768px) {
    #home-gallery, #home-gallery .slides, #home-gallery .slider-bg.stellar-bg { height: calc(var(--vh) - 360px) !important; min-height: auto !important; }
    /*body.macOs.chromeBrowser #home-gallery { height: calc(var(--app-height) * 1.25) !important; }
    body.macOs.safariBrowser #home-gallery { height: 100vh !important; }*/
}

@media (max-width: 767px) {
    #home-gallery { min-height: unset !important; margin-top: 90px; }
    #home-gallery, #home-gallery .slides, #home-gallery .slider-bg.stellar-bg { height: 65vh !important; min-height: 0; }
}

/* Specific For Nina */
.home-page .categories-sec { margin: 35px auto 0; }
.home-page .grid-Catalog-Items .section-title h3 { margin: 0; position: relative; width: 100%; max-width: 50%; display: flex; align-items: center; font-size: 250%; font-family: var(--thirdFont); color: var(--mainColor); }
.home-page .grid-Catalog-Items .section-title h3::before { content: ''; display: inline-block; width: auto; background: var(--mainColor); height: 1px; flex-grow: 1; margin-left: 20px; }
.home-page .grid-row-section .grid-row .grid-row-cell-text .grid-row-text h3 { margin: 0 0 10px; position: relative; width: 100%; max-width: 65%; display: inline-flex; align-items: center; font-size: 175%; font-family: var(--thirdFont); color: var(--mainColor); }
.home-page .grid-row-section .grid-row .grid-row-cell-text .grid-row-text h3::before { content: ''; display: inline-block; width: auto; background: var(--mainColor); height: 1px; flex-grow: 1; margin-left: 10px; }
.sections .grid-form-section { background-image: url(/warehouse/dynamic/373931.jpg); background-size: cover; margin: 0 auto; max-width: unset; padding: 80px 0; }
.home-page #allSectionsWrapper::before { content: ''; position: absolute; left: 0; top: 430px; height: 500px; width: 370px; background-image: url(/warehouse/dynamic/382696.svg); background-position: center; background-repeat: no-repeat; z-index: -1; pointer-events: none; }
.home-page .grid-image-section::after { position: absolute; right: 0; top: -290px; height: 290px; width: 350px; background-image: url(/warehouse/dynamic/382695.svg); background-position: center; background-repeat: no-repeat; z-index: -1; pointer-events: none; content: ''; }
.home-page .grid-image-section::before { position: absolute; left: 0; bottom: -490px; height: 490px; width: 440px; background-image: url(/warehouse/dynamic/382737.svg); background-position: center; background-repeat: no-repeat; z-index: -1; pointer-events: none; content: ''; }
.home-page #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-image: url(/warehouse/dynamic/382751.svg); width: 235px; height: 140px; background-size: 100%; background-position: center; background-repeat: no-repeat; pointer-events: none; z-index: -1; }

@media (max-width: 1024px) {
    .home-page .grid-Catalog-Items .section-title h3 { max-width: 80%; font-size: 130%; margin-right: 20px; }
    .home-page .form-container-wide #DynamicFormObject { max-width: 100% !important; padding: 55px 30px 10px; }
    .sections .grid-form-section { padding: 60px 0; }
    .home-page #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle::after { z-index: unset; }
    .home-page .grid-image-section::after, .home-page #allSectionsWrapper::before { opacity: 0; }
    .home-page .grid-image-section::before { bottom: -190px; height: 200px; width: 170px; background-size: 100%; }
}


/*Yehonatan - gift card*/
/*to add new gift card - add the class giftCard */
.giftCard.SingleItemPage .singleItemSection.itemFirstDetails.shortLayout { box-shadow: none; padding: 0; }
.giftCard.SingleItemPage #CatalogModule .singleItemSection.itemFirstDetails.shortLayout .itemContent { width: 100%; padding: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemImages { width: 100%; margin-top: 84px; }
.giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemImages .gallery-slider { width: 100%; max-width: 100%; margin: 34px auto; }
.giftCard.SingleItemPage #CatalogModule .flex-viewport { /* display: flex; */ justify-content: center; align-items: center; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large .item, .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .gallery-slider.large .slides li { /* width: 100% !important; */ /* float: none !important; */ padding: 0; height: 456px; overflow: visible; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large .item img, .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .gallery-slider.flexslider .slides li img { box-shadow: 0 13px 46px 0 rgba(0, 0, 0, 0.16); width: 570px; }
.giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemContent #headline h1 { font-size: 2.5rem; line-height: 1.1; }
.giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemContent #subheadline { max-width: 550px; text-align: center; order: 2; }
.giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemContent .item-makat { display: none; }
.giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemContent .catalogTextContainer { display: block; text-align: center; order: 3; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .item-variations { margin-top: 0; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemContent .item-price { margin: 0; order: 4; display: none; }
.giftCard.SingleItemPage section.singleItemSection.itemFirstDetails.shortLayout .goToItemDetailsBtn { bottom: -60px; pointer-events: none; }
.giftCard.SingleItemPage section.singleItemSection.itemFirstDetails.shortLayout .goToItemDetailsBtn button { background: var(--mainColor); width: 40px; height: 40px; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkoutStage > div { width: 100%; padding: 0; display: flex; flex-direction: column; justify-content: center; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkoutStage > div > button { background: var(--mainColor); padding: 0; max-width: 250px; margin: 0 auto; float: none; width: 250px; height: 45px; border-radius: 30px; text-align: center; font-size: 1rem; color: #fff; font-family: var(--mainFont); }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkoutStage > div > button svg { display: none; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkoutStage > div > .checkoutFormWrapper { background: transparent; }
.giftCard.SingleItemPage form#checkout-form .checkoutFormWrapper { background: transparent; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer { display: flex; flex-direction: column; font-family: var(--mainFont); padding: 9px 30px; background: transparent; }
.giftCard.SingleItemPage .propertyGroupContainer { text-align: center; }
.giftCard.SingleItemPage .propertyGroupContainer .propertyOption { border: 0; color: var(--mainColor); height: 33px; width: 80px; display: inline-flex; border-radius: 30px; /* overflow: hidden; */ justify-content: center; align-items: center; font-family: var(--mainFont); position: relative; }
.giftCard.SingleItemPage .propertyGroupContainer .propertyOption.active { background: var(--mainColor); color: #fff; }
.giftCard.SingleItemPage .propertyGroupContainer .propertyOption input { position: absolute !important; width: 100%; height: 100%; border-radius: 0; left: 0; top: 0; margin: 0; background: transparent; border-radius: 30px; }
.giftCard.SingleItemPage .propertyGroupContainer .propertyOption input:after { content: none !important; }
.giftCard.SingleItemPage .propertyGroupContainer .propertyOption label { font-family: var(--mainFont); font-size: 0.9rem; font-weight: normal; margin: 0; z-index: 2; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .item-quantity { display: none; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .item-quantity button { background: var(--mainColor); border-radius: 15px; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .item-quantity button.item-plus { }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .item-quantity button svg * { fill: #fff; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .item-quantity span { border: 0; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .addToCart .add-to-cart { background: #a88d7c; height: 45px; width: 173px; border-radius: 30px; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkoutStage > div > button h3 { color: #fff; }
.giftCard.SingleItemPage .propertyGroupContainer .propertyOption input:checked { outline: 0; z-index: 0; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .checkoutInputsWrapper { width: 100%; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .checkoutInputsWrapper input,
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .checkoutInputsWrapper textarea { border: 0; box-shadow: none; border-bottom: 1px solid #000; border-radius: 0; height: 30px; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .checkoutInputsWrapper textarea { height: auto }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .checkoutInputsWrapper label { font-weight: 500; line-height: 1.27; font-size: 0.85rem; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer h4 { text-align: right; font-size: 1.5rem; color: var(--mainColor); line-height: 3.2; }
.giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .addToCart { display: flex; justify-content: center; align-items: center; }


@media (max-width: 1024px) {
    .giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemImages { margin: 0; pointer-events: none; }
    .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large .item, .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .gallery-slider.large .slides li { height: 305px; }
    .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .large .item img, .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .itemImages .gallery-slider.flexslider .slides li img { width: 80%; box-shadow: 0 13px 26px 0 rgba(0, 0, 0, 0.16); }
    .giftCard.SingleItemPage #CatalogModule .flex-viewport { overflow: visible !important; }
    .giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemImages .gallery-slider { margin: 0 auto; }
    .giftCard.SingleItemPage #CatalogModule section.singleItemSection.itemFirstDetails.shortLayout .itemContent #headline h1 { font-size: 2rem; }
    .giftCard.SingleItemPage section.singleItemSection.itemFirstDetails.shortLayout .goToItemDetailsBtn button { width: 30px; height: 30px; }
    .giftCard.SingleItemPage section.singleItemSection.itemFirstDetails.shortLayout .goToItemDetailsBtn { bottom: -35px; }
    /*.giftCard.SingleItemPage .singleItemSection.itemFirstDetails.shortLayout { margin-bottom: 40px; }*/
    .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkoutStage > div > button { height: 40px; width: 200px; font-size: 0.85rem; }
    .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer { padding: 9px 0; }
    .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .row { margin: 0 }
    .giftCard.SingleItemPage .propertyGroupContainer .propertyOption { width: 58px; }
    .giftCard.SingleItemPage .catalogContainer #CatalogModule .itemContentWrapper .checkOutContainer .item-quantity span { padding: 0; }
}


.FormResultPage #GridTop { display: none; }
.FormResultPage #GridPage { margin-top: calc(var(--headerHeight) + 35px); min-height: 65vh; display: flex; justify-content: center; align-items: center; }

@media (max-width: 1024px) {
    .FormResultPage #GridPage { margin-top: calc(var(--headerHeight) + 45px); }
}
