/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2025-03-17 12:44:58 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main {
        width: 49%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media {
        width: 49%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 36.75%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 36.75%;
    }
}

/** General **/
:root {
    --font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    --theme-lite-primary: hsl(200deg 100% 40%);
    --theme-lite-secondary: hsl(0deg 100% 75%);
    --theme-lite-text: var(--grey-900);
    --theme-lite-btn-fill: var(--white);
    --white: hsl(0deg 0% 100%);
    --grey-100: hsl(0deg 0% 90%);
    --grey-200: hsl(0deg 0% 80%);
    --grey-300: hsl(0deg 0% 70%);
    --grey-400: hsl(0deg 0% 60%);
    --grey-500: hsl(0deg 0% 50%);
    --grey-600: hsl(0deg 0% 40%);
    --grey-700: hsl(0deg 0% 30%);
    --grey-800: hsl(0deg 0% 20%);
    --black: hsl(0deg 0% 0%);
}
#login-form > fieldset > div.actions-toolbar > div.secondary{

display: none;

}

body {
    color: var(--black);
}

/* Headings */
h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

 h2 {
    font-size: 1.75rem;
    margin-bottom: 1.825rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
}

h4 {
    font-size: 1.333rem;
    margin-bottom: 1.666rem;
}

h5 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

h6 {
    font-size: 1.0rem;
    margin-bottom: 1.333rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 1.825rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.333rem;
    }

    h5 {
        font-size: 1.15rem;
    }

    h6 {
        font-size: 1.0rem;
    }
}

/** Utility Classes **/
/* General - Display */
.flex__flow__wrap__row {
    flex-flow: wrap;
    flex-direction: row !important;
}

/* General - Width */
.w__3 {
    width: 22%;
}

.w__4 {
    width: 30%;
}

.w__6 {
    width: 46.5%;
}

.w__8 {
    width: 60%;
}

.w__9 {
    width: 70%;
}

.w__12 {
    width: 90%;
}

@media (min-width: 768px) {
    .w__sm__3 {
        width: 22%;
    }

    .w__sm__4 {
        width: 30%;
    }

    .w__sm__6 {
        width: 46.5%;
    }

    .w__sm__8 {
        width: 60%;
    }

    .w__sm__9 {
        width: 70%;
    }

    .w__sm__12 {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .w__md__3 {
        width: 22%;
    }

    .w__md__4 {
        width: 30%;
    }

    .w__md__6 {
        width: 46.5%;
    }

    .w__md__8 {
        width: 60%;
    }

    .w__md__9 {
        width: 70%;
    }

    .w__md__12 {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .w__lg__3 {
        width: 22%;
    }

    .w__lg__4 {
        width: 30%;
    }

    .w__lg__6 {
        width: 46.5%;
    }

    .w__lg__8 {
        width: 60%;
    }

    .w__lg__9 {
        width: 70%;
    }

    .w__lg__12 {
        width: 90%;
    }
}

/* Banner - Text - Position */
@media (min-width: 768px) {
    [class*='banner__text__pos'] .pagebuilder-banner-wrapper {
        position: relative;
    }

    [class*='banner__text__pos'] .pagebuilder-overlay {
        position: absolute;
    }

    [class*='pos__bottom'] .pagebuilder-overlay {
        bottom: 0;
    }

    [class*='pos__top'] .pagebuilder-overlay {
        bottom: 0;
    }

    [class*='pos__left'] .pagebuilder-overlay {
        left: 0;
    }

    [class*='pos__right'] .pagebuilder-overlay {
        right: 0;
    }
}

/* Banner - Video - Brightness */
.bg__video__dark [id*="jarallax-container"] {
    filter: brightness(0.40);
}
.bg__video__dark-100 [id*="jarallax-container"] {
    filter: brightness(0.90);
}

.bg__video__dark-200 [id*="jarallax-container"] {
    filter: brightness(0.80);
}

.bg__video__dark-300 [id*="jarallax-container"] {
    filter: brightness(0.70);
}

.bg__video__dark-400 [id*="jarallax-container"] {
    filter: brightness(0.60);
}

.bg__video__dark-500 [id*="jarallax-container"] {
    filter: brightness(0.60);
}

.bg__video__dark-600 [id*="jarallax-container"] {
    filter: brightness(0.50);
}

.bg__video__dark-600 [id*="jarallax-container"] {
    filter: brightness(0.40);
}

.bg__video__dark-700 [id*="jarallax-container"] {
    filter: brightness(0.30);
}

.bg__video__dark-800 [id*="jarallax-container"] {
    filter: brightness(0.20);
}

/* Banner - Image - Brightness */
[class*='bg__image__dark'] .pagebuilder-banner-wrapper {
    position: relative;
}

[class*='bg__image__dark'] .pagebuilder-overlay {
    z-index: 1;
}

[class*='bg__image__dark'] .pagebuilder-banner-wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg__image__dark .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.4);
}

.bg__image__dark-100 .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.1);
}

.bg__image__dark-200 .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.2);
}

.bg__image__dark-300 .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.3);
}

.bg__image__dark-400 .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.4);
}

.bg__image__dark-500 .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.5);
}

.bg__image__dark-600 .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.6);
}

.bg__image__dark-700 .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.7);
}

.bg__image__dark-800 .pagebuilder-banner-wrapper::after {
    background: hsl(0, 0%, 0%, 0.8);
}

/* General - Width */
.w__3 {
    width: 22%;
}

.w__4 {
    width: 30%;
}

.w__6 {
    width: 47.35%;
}

.w__8 {
    width: 60%;
}

.w__9 {
    width: 70%;
}

.w__12 {
    width: 100%;
}

@media (min-width: 768px) {
    .w__sm__3 {
        width: 22%;
    }

    .w__sm__4 {
        width: 30%;
    }

    .w__sm__6 {
        width: 47.35%;
    }

    .w__sm__8 {
        width: 60%;
    }

    .w__sm__9 {
        width: 70%;
    }

    .w__sm__12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .w__md__3 {
        width: 22%;
    }

    .w__md__4 {
        width: 30%;
    }

    .w__md__6 {
        width: 47.35%;
    }

    .w__md__8 {
        width: 60%;
    }

    .w__md__9 {
        width: 70%;
    }

    .w__md__12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .w__lg__3 {
        width: 22%;
    }

    .w__lg__4 {
        width: 30%;
    }

    .w__lg__6 {
        width: 47.35%;
    }

    .w__lg__8 {
        width: 60%;
    }

    .w__lg__9 {
        width: 70%;
    }

    .w__lg__12 {
        width: 100%;
    }
}

/* Page Builder Adjustments */
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
    background: var(--theme-lite-primary);
    border: 1px solid var(--theme-lite-primary);
    font-size: 1.25rem;
    line-height: 0rem;
    padding: 1.25rem 1rem;
    border-radius: 0.5rem; 
}

a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
    background: var(--theme-lite-primary);
    border: 1px solid var(--theme-lite-primary);
}

.pagebuilder-banner-wrapper [data-element='content'] {
    overflow: unset;
}

.slick-dots li button {
    border-color: var(--grey-400);
}

.page-title-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

/* Buttons - Wishlist and Compare */
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.action.tocompare,
.product-addto-links .action.tocompare,
.moved-add-to-links .action.tocompare,
.product-social-links .action.tocompare,
.wishlist.split.button>.action.split,
.product-social-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.towishlist,
.product-addto-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
}

/* https://github.com/magento/magento2/issues/33796 */
.cookie-status-message {
    display: none;
}

.header-center {
   display: none;
}

.header-contact .wishlist {
    display: none !important;
}

.search-area .search-toggle-icon {
    display: none !important;
}

.minicart-wrapper .action {
    display: none !important;
}

.footer-middle > div{
    text-align: center;
}

.footer-middle > div > div {
    justify-content: center;
}

li::marker{
    content: "" !important;
}/** glass background for login form **/
.block.block-customer-login.col-md-6.mx-auto.mb-4.w-100 {
    background: rgb(185 185 185 / 19%);
    border-radius: 16px;
    padding: 25px;
}

/* center everything for login page */
.customer-account-login .page-title-wrapper { text-align: center; margin-top: 10px; }
.customer-account-login .page-title-wrapper h1::after { 
    content: ''; 
    display: block; 
    width: 300px;
    margin: 0 auto;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
}

.customer-account-login .login-container .row { justify-content: center; }

/* hide categories and change hover color to red */
nav.navigation.sw-megamenu ul li { display: none; }
nav.navigation.sw-megamenu ul li:first-child { display: inline-block; }
#html-body nav.navigation.sw-megamenu ul li > a.level-top { transition: .1s; }

/* links dropdown */
.page-header.type4 .toplinks-area * { 
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: bold; 
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.page-header.type4 .toplinks-area a.top-links-icon { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    transition: .1s; 
    padding: 0 12px;
    line-height: 32px;
    border-radius: 5px;
}
.page-header.type4 .toplinks-area a.top-links-icon:hover {
    text-decoration: none;
    background: red;
}
.page-header.type4 .toplinks-area a.top-links-icon::after {
    content: '⮟';
    padding-left: 5px;
    font-size: 8px;
    line-height: 8px;
}
.page-header.type4 .toplinks-area ul.header.links li.greet.welcome,
.page-header.type4 .toplinks-area ul.header.links { display: none; }
.page-header.type4 .toplinks-area ul.header.links.show {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 15px;
    padding-bottom: 5px;
    width: fit-content;
    position: absolute;
    right: -12px;
    z-index: 10;
    text-align: left;
}
.page-header.type4 .header.panel { margin-top: -16px; }
.page-header.type4 .header.panel .top-panel { display: flex; align-items: center; justify-content: flex-end; margin: 0; }
.page-header.type4 .header.panel .bottom-panel { display: none }

li#store-finder-top-link,li.customer-welcome { display: none; }
#block-collapsible-nav > li.nav.item { border: 0; }
#block-collapsible-nav li.nav.item { margin-bottom: 0; }
#block-collapsible-nav li.nav.item:last-child,
.sidebar .amasty-affiliate-collapsible { display: none; }
div#payment-form .row:first-child { border-bottom: 1px solid #f3f3f3; margin-bottom: 15px;}
div#payable-container .updated-label { padding-bottom: 5px; }
p.apply-to { padding-top: 5px; }
.row.align-items-end .statement-date-select { width: 80%; }
.opc-progress-bar-item span::after { font-size: 1.4rem; }