@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .page-main,
    [data-content-type='row'][data-appearance='contained'],
    .breadcrumbs,
    .category-imgdesc-container .breadcrumbs .items,
    .form.create.account {
        max-width: 1340px !important;
        width: 100%;
    }
}
#maincontent {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}
body,
p,
a,
.alink {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #555;
}
a {
    transition: all .3s;
    color: #0053a7;
    text-decoration: none;
}
a:visited,
.alink:visited {
    color: inherit;
}
a:hover,
.breadcrumbs a:hover {
    text-decoration: none;
}
a:not(.logo):hover {
    opacity: 0.7;
}
b,
strong {
    color: #222;
}
h1,
h2,
h3,
h4,
h5 {
    color: #555;
}
h1,
h2 {
    font-weight: bold;
}
h1 {
    font-size: 55px;
    color: #0053a7;
}
h2 {
    font-size: 24px;
}
.action.primary,
.action-primary {
    background: #0053a7;
    border-radius: 7.5px !important;
    border: 0;
}
.action.primary:hover,
.action-primary:hover {
    border: 0;
}
button:not(.primary),
input,
textarea,
select {
    border-radius: 7.5px !important;
}
.page-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
}
.fieldset > .legend {
    border: 0;
}
.table > :not(caption) > * > * {
    background: transparent;
}
.page-layout-2columns-left .page-title-wrapper {
    text-align: left;
}
.modal-popup .modal-title {
    border-bottom: 0;
}
button.action.secondary.action-hide-popup {
    display: none !important;
}
blockquote {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0 10px 30px;
    border-left: 3px solid #0053a7;
}
.page.messages {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    html {
        overflow: auto;
    }
    body {
        overflow-x: hidden;
    }
    h1 {
        font-size: 41px;
    }
    #maincontent {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */
.ammenu-header-container.page-header {
    border-bottom: solid 1px #cfdce6;
}
.nav-container,
.top-nav-container {
    position: relative;
}
.main-nav-container {
    margin-top: 7px;
    margin-bottom: 10px;
}

/* shipping bar */
.header-shipping-container {
    background: #0051a4;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-shipping-container * {
    color: #fff;
    font-size: 16px;
}
.header-shipping-container + header {
    padding-top: 8px;
}

/* logo */
.ammenu-logo {
    position: absolute;
    bottom: 30px;
}
.ammenu-logo img {
    width: 244px;
}

/* search */
.block-search,
.page-header .switcher {
    float: none;
}
.block-search {
    width: 650px;
    margin-top: 10px;
}
.block-search input {
    border-radius: 100px !important;
    border-color: #cfdce6;
    padding-left: 25px;
    height: 45px;
    font-size: 13px;
    padding-right: 40px;
}
.block-search input,
.block-search input::placeholder {
    color: #222;
}
.block-search .action.search {
    right: 20px;
}
.block-search .action.search,
.block-search .action.search[disabled] {
    opacity: 1;
}
.block-search .action.search:before {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #0053a7;
    line-height: 45px;
}
.minisearch.active .search-autocomplete {
    display: block !important;
    width: calc(100% - 55px) !important;
    left: 35px;
    margin-top: 1px;
}
.minisearch.processing .action.search:before {
    content: '\e1d4';
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

/* language switcher */
#switcher-language {
    position: absolute;
    top: 10px;
    right: 0;
}
#switcher-language .switcher-options,
#switcher-language-trigger,
#switcher-language .switcher-dropdown {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
}
#switcher-language .switcher-dropdown {
    padding-left: 5px;
}
#switcher-language .switcher-label {
    display: none;
}
#switcher-language-trigger span,
#switcher-language .switcher-dropdown a {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0053a7;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
}
#switcher-language-trigger span,
#switcher-language .switcher-dropdown a:hover {
    background: #eef3f8;
}

/* main menu */
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link,
.ammenu-nav-sections.-topmenu .ammenu-items {
    position: static;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    width: calc(100% - 90px) !important;
    margin-left: 45px;
    margin-top: 10px;
    border-radius: 12px !important;
    box-shadow: 0 30px 90px 0 rgba(0, 0, 0, 0.25);
    padding: 50px 70px;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
    background: #fff !important;
}
.ammenu-menu-wrapper {
    margin-left: -18px;
    margin-bottom: 0;
}
.ammenu-menu-wrapper .ammenu-text-block {
    color: #222;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link:hover .ammenu-text-block,
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link:focus .ammenu-text-block {
    color: #0053a7;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link:hover .ammenu-text-block:after,
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link:focus .ammenu-text-block:after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #4cc8f2;
}

/* megamenu */
.brand-menu-column h3,
.categories-menu-column h3,
.box-menu-row h3 {
    font-size: 17px;
    font-weight: bold;
}
.brand-menu-column h3 + p a,
.box-menu-row h3 + p a {
    font-size: 13px;
    color: #555;
}
.brand-menu-column h3 + p a:after,
.box-menu-row h3 + p a:after {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    margin: 10px;
}

/* brands megamenu */
.brand-menu-column h3,
.brand-menu-column p {
    float: left;
}
.brand-menu-column p {
    margin-left: 30px;
}
.brand-menu-column ul {
    margin-top: 30px;
    padding-left: 0;
}
.brand-menu-column li {
    display: inline-block;
}
.brand-menu-column li img {
    height: auto !important;
    width: 150px !important;
    margin: -30px 20px -10px -5px;
}
.brand-menu-column table > tbody > tr > td {
    padding: 0 15px 15px 0;
}
.brand-menu-row .pagebuilder-column:first-child {
    width: 100% !important;
}

/* categories megamenu */
.categories-menu-column ul {
    padding: 0;
    margin: 50px 0 0 15px;
}
.categories-menu-column li a {
    font-size: 20px;
    color: #000;
}
.categories-menu-column li {
    display: inline-block;
    width: calc(45% + 30px);
    margin-bottom: 40px;
}
.categories-menu-column li em {
    font-size: 25px;
    color: #0053a7;
    margin-right: 15px;
    width: 30px;
    display: inline-flex;
}
.perfumery-menu-column {
    margin-top: -50px;
    margin-bottom: -50px;
    right: -70px;
    position: relative;
    width: calc(33.33333333% + 70px) !important;
}
.perfumery-menu-column h3 {
    font-size: 41px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}
.perfumery-menu-column a {
    font-size: 11px;
    color: #222;
    background: #fff;
    border-radius: 100px;
    padding: 7px 15px;
}

/* box megamenu */
.box-menu-row h3 {
    display: inline-block;
}
.box-menu-row h3 + p {
    display: inline-block;
    float: right;
}
.box-menu-products-row .block-products-list.grid {
    margin: 20px 0;
}
.box-menu-products-row .product-item {
    width: 100% !important;
    margin: 0 !important;
}
.box-menu-products-row .product-item-info,
.box-menu-products-row .product-item-info:hover {
    padding: 0 !important;
    border: 0 !important;
    display: flex;
    align-items: center;
}
.box-menu-products-row .price-box,
.box-menu-products-row .product-item-inner {
    display: none !important;
}
.box-menu-products-row .product-item-details {
    width: 40%;
    text-align: left;
}
.box-menu-products-row .product-item-photo {
    width: 50%;
    max-width: 150px;
}
.box-menu-products-row .product-image-photo {
    max-width: 130px;
    margin-left: 0;
    margin-right: 0;
}
.box-menu-products-row .product-item-name {
    text-align: left;
    line-height: 1.5;
}
.box-menu-products-row .product-item-link {
    color: #333 !important;
}
.box-menu-products-row .product-item-link:hover {
    text-decoration: none;
}

/* customer menu */
.customer-links-container {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 50px;
    bottom: 18px;
    border-right: solid 1px #cfdce6;
    border-left: solid 1px #cfdce6;
    padding: 5px 20px;
}
.customer-links-container .customer-links-label {
    height: auto;
    opacity: 1;
    display: inline-block;
    font-weight: 500;
    color: #0053a7;
}
.customer-links-label:after,
.customer-links-container:after {
    content: '\f007';
    font-family: 'Font Awesome 6 Pro';
    color: #0053a7;
    font-weight: 300;
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.customer-links-label.loggedin:after {
    font-weight: 600;
}
.customer-links-container:after {
    content: '\f107';
    top: 4px;
}
.customer-links-container:hover:after {
    content: '\f106'
}
.customer-links-container.loggedin:before {
    font-weight: 600;
}
.customer-links-container:hover:before {
    opacity: 0.7;
}
.customer-links-container * {
    height: 0;
    opacity: 0;
}
.customer-links-container:hover * {
    height: auto;
    opacity: 1;
}
.customer-links-container > .header.links {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    background: #fff;
}
.customer-links-container:hover > .header.links {
    transition: all .5s;
    z-index: 99;
    min-width: 150px;
    right: -10px;
    top: 90%;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    border: 1px solid #bbbbbb;
}
.customer-links-container:hover > .header.links > li {
    padding: 0 10px;
}
.customer-links-container:hover > .loggedin + .header.links > li.greet.welcome {
    padding-top: 10px;
}
.customer-links-container .header.links a {
    padding-left: 0;
}
.customer-links-container:hover .header.links a {
    color: #222;
    text-decoration: none;
    padding-left: 0;
}
.customer-links-container:hover > .header.links:before,
.customer-links-container:hover > .header.links:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.customer-links-container:hover > .header.links:before {
    left: 38px;
    top: -12px;
}
.customer-links-container:hover > .loggedin + .header.links:before {
    left: 75px;
}
.customer-links-container.loggedin:hover > .header.links:before {
    left: 85px;
}
.customer-links-container:hover > .header.links:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}
.customer-links-container:hover > .header.links:after {
    left: 37px;
    top: -14px;
}
.customer-links-container:hover > .loggedin + .header.links:after {
    left: 74px;
}
.customer-links-container.loggedin:hover > .header.links:after {
    left: 84px;
}
.customer-links-container:hover > .header.links:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
}
.customer-welcome .customer-menu,
.customer-welcome ul {
    display: block;
    position: static;
}
.customer-welcome ul:before,
.customer-welcome ul:after,
.customer-welcome .customer-name {
    display: none;
}
.header.links {
    border: 0;
    box-shadow: none;
    margin-top: 0;
}
.customer-welcome .header.links li:hover {
    background: none;
}
.customer-welcome .header.links li:last-child,
.link.wishlist .counter {
    display: none;
}

/* minicart */
.minicart-wrapper {
    float: none;
    position: absolute;
    right: 0;
    bottom: 18px;
    padding: 5px 0;
}
.minicart-wrapper .block-minicart li {
    width: 100%;
}
.minicart-wrapper .mp-brand-item {
    display: none;
}
.minicart-wrapper .block-minicart {
    padding-bottom: 0;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: '\f07a';
    font-family: 'Font Awesome 6 Pro';
    color: #0053a7;
    font-weight: 300;
    font-size: 20px;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #0053a7;
    border-radius: 100px;
    width: 17px;
    height: 17px;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
}
.minicart-wrapper .action.showcart {
    position: relative;
}
.minicart-items .product-item-name {
    min-height: auto;
    text-align: left;
}
.ajax-loading .minicart-wrapper .action.showcart .counter.qty:before {
    content: '\e1d4';
    font-family: 'Font Awesome 6 Pro';
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.ajax-loading .minicart-wrapper .action.showcart .counter-number {
    display: none;
}
.block-minicart .items-total {
    display: none;
}
.block-minicart .subtotal {
    text-align: left;
}
.block-minicart .amount.price-container {
    display: inline-block;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
    padding: 10px 15px;
}

@media (min-width: 1025px) {
    /* sticky header */
    header.active-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 900;
        border-bottom: 0 !important;
        box-shadow: 0 0 20px 0 #a9a9a9;
    }
}
@media (max-width: 1360px) {
    .minicart-wrapper {
        right: 15px;
    }
}
@media (max-width: 1024px) {
    #switcher-language,
    .customer-links-container,
    .ammenu-menu-greetings {
        display: none;
    }
    .nav-container {
        max-width: 100%;
    }
    .ammenu-button.-hamburger {
        margin: 25px 20px 20px 20px;
        border: 0;
        float: left;
        position: relative;
        z-index: 99;
    }
    .ammenu-button.-hamburger:before {
        content: '\f0c9';
        font-family: 'Font Awesome 6 Pro';
        border: 0;
        color: #0053a7;
        font-size: 25px;
    }
    .ammenu-logo {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
    .ammenu-logo img {
        width: 80%;
        max-width: 195px;
    }
    .block-search {
        max-width: 80%;
    }
    .minicart-wrapper {
        bottom: 11px;
    }
    .minicart-items .product-item-details {
        padding-left: 0;
    }
    .minicart-wrapper .mp-brand-item {
        display: none;
    }
    .block-minicart .items-total {
        float: none;
    }
    .block-minicart .subtotal {
        text-align: left;
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .header-shipping-container {
        padding-top: 0;
    }
    .header .block-search .block-content form .field.search label {
        display: block;
        position: absolute;
        right: 30px;
        bottom: 8px;
    }
    .block-search .label:before,
    .block-search .label:hover:before {
        color: #0053a7;
    }
    .block-search .label:before {
        font-weight: 300;
        content: '\f002';
        font-family: 'Font Awesome 6 Pro';
        font-size: 20px;
    }
    .block-search input {
        display: none;
    }
    .block-search input.visible {
        display: block;
        left: -43px;
        top: 15px;
        margin: 0;
        width: calc(100% + 30px);
        position: absolute !important;
    }
    .minisearch.active .search-autocomplete {
        width: calc(100% + 30px) !important;
        left: -43px;
        top: 60px;
    }
    .minisearch.processing .control:before {
        content: '\e1d4';
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        right: 29px;
        z-index: 1;
        top: 23px;
        font-size: 20px;
        color: #0053a7;
        font-weight: 300;
    }
    .minicart-wrapper {
        bottom: 3px;
    }
}
@media (max-width: 479px) {
    .minicart-wrapper .block-minicart {
        width: calc(100vw - 10px);
    }
    .minicart-wrapper .minicart-items .product > .product-item-photo,
    .minicart-wrapper .minicart-items .product > .product-image-container {
        float: none;
    }
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
.breadcrumbs a,
.breadcrumbs a:visited {
    color: #555;
}
.breadcrumbs strong {
    color: #0053a7;
    font-size: 13px;
}
.breadcrumbs .item:not(:last-child):after {
    margin: 0 15px;
}

@media (max-width: 768px) {
    .breadcrumbs {
        display: block;
    }
}

/* ==========================================================================
   Homepage
   ========================================================================== */
.cms-index-index .column.main {
    padding-bottom: 0;
}
.cms-index-index #maincontent {
    margin-top: 0;
}
.cms-index-index .ammenu-header-container.page-header {
    border-bottom: 0;
}

/* home carousel */
#html-body #maincontent [id*=rev_slider] .tparrows,
#html-body #maincontent [id*=rev_slider] .tparrows:hover {
    background: none;
}
#html-body #maincontent [id*=rev_slider] .tparrows:before {
    font-family: 'Font Awesome 6 Pro';
    color: #0053a7;
    font-size: 35px;
    font-weight: 300;
}
#html-body #maincontent [id*=rev_slider] .tparrows.tp-rightarrow:before {
    content: '\f105';
}
#html-body #maincontent [id*=rev_slider] .tparrows.tp-leftarrow:before {
    content: '\f104';
}
#html-body #maincontent [id*=rev_slider] .tp-bullet {
    background: #fff;
    height: 10px;
    width: 10px;
    border: 0;
    opacity: 1;
}
#html-body #maincontent [id*=rev_slider] .tp-bullet.selected,
#html-body #maincontent [id*=rev_slider] .tp-bullet:hover {
    background: #0053a7;
}

/* featured brands carousel */
.brands-carousel-container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.block-brand-feature {
    padding: 0;
    margin: 15px 0;
}
.cms-index-index .block-brand-feature {
    margin: 0 0 -10px 0;
}
.block-brand-feature .relate-content a {
    width: 100%;
}
.block-brand-feature .block-content {
    padding-left: 0;
    height: 120px;
}
.block-brand-feature .block-content .owl-carousel {
    width: calc(100% - 100px);
    margin-left: 50px;
}
.owl-carousel.brand-carousel .owl-item img {
    height: auto;
}
.block-brand-feature .block-content .owl-prev,
.block-brand-feature .block-content .owl-next {
    display: flex !important;
    top: 25px !important;
    align-items: center;
    justify-content: center;
}
.block-brand-feature .block-content .owl-prev {
    left: -100px !important;
}
.owl-prev:before,
.block-brand-feature .block-content .owl-prev:before {
    content: '\f104';
}
.block-brand-feature .block-content .owl-next {
    right: -100px !important;
}
.owl-next:before,
.block-brand-feature .block-content .owl-next:before {
    content: '\f105';
}
.owl-prev:before,
.owl-next:before,
.block-brand-feature .block-content .owl-prev:before,
.block-brand-feature .block-content .owl-next:before {
    font-family: 'Font Awesome 6 Pro';
    color: #0053a7;
    font-size: 35px;
    font-weight: 300;
}
.block-brand-feature .block-content .owl-prev span,
.block-brand-feature .block-content .owl-next span {
    display: none;
}
.block-brand-feature .owl-item img {
    border-radius: 0 !important;
}

/* onsale + topselling products carousel */
#onsale.hp-block,
#topselling.hp-block {
    background: #fafafa;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}
.hp-block h2 {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}
#onsale.hp-block h2,
#topselling.hp-block h2 {
    margin-bottom: 30px;
}
.hp-block h2:before,
.hp-block h2:after {
    content: '';
    display: inline-block;
    width: 85px;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #ee1c25;
    left: calc((100% - 85px) /2);
}
.hp-block h2:before {
    bottom: 3px;
    background: #0053a7;
}
.hp-block .block-title {
    position: relative;
}
.hp-block .block-title a {
    position: absolute;
    right: 0;
    top: 5px;
    color: #555;
    text-decoration: none;
}
.hp-block .block-title a:after {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    margin-left: 10px;
}
.hp-block .product-item-info,
.owl-item .product-item-info {
    width: 250px !important;
    margin-left: auto;
    margin-right: auto;
}
.owl-item .product-item .actions-primary .stock.unavailable {
    margin-top: 9px;
    margin-bottom: 8px;
}
.hp-block .products-container {
    padding-left: 11px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0053a7 !important;
    border: solid 1px #0053a7;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
    border: solid 1px #c2c2c2;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}

/* featured categories */
#featured-categories {
    padding-top: 50px;
}
#featured-categories .block-title {
    margin-bottom: 30px;
}
.featured-row {
    margin: 0 -15px;
}
.featured-col {
    padding: 0 15px;
}
.featured-category-container {
    padding-left: 50%;
    padding-right: 30px;
    margin-bottom: 30px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    background-repeat: no-repeat;
}
.featured-category-container h4 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.featured-category-container p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.featured-category-container a {
    display: inline-block;
    color: #222;
    font-size: 11px;
    font-weight: 500;
    background: #fff;
    border-radius: 100px;
    padding: 10px 15px;
    margin-right: auto;
}

/* feedaty widget */
.feedaty-widget-container {
    padding-top: 40px;
    padding-bottom: 70px;
}
.fdt_allreviewslink,
.checked_reviewer > p,
.rev_text {
    font-weight: 400 !important;
}
.fdt_rev {
    background: #f7f7f7;
}

@media (max-width: 1024px) {
    .cms-index-index #onsale.hp-block {
        margin-top: 40px;
    }
    .hp-block .block-title a {
        position: relative;
    }
    .hp-block .products-container {
        margin-top: 30px;
    }
    .featured-category-container {
        padding-left: 30px;
        padding-bottom: 30px;
        justify-content: flex-end;
    }
    .featured-category-container h4 {
        font-size: 35px;
    }
    .featured-category-container p {
        font-size: 16px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .block-brand-feature .block-content .owl-prev {
        left: -50px !important;
    }
    .block-brand-feature .block-content .owl-next {
        right: -50px !important;
    }
    .block-brand-feature .block-content .owl-prev,
    .block-brand-feature .block-content .owl-next {
        top: 45px !important;
    }
    .owl-carousel.brand-carousel .owl-item img {
        height: 150px;
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-theme .owl-dots {
        display: none;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.page-footer {
    padding-bottom: 0;
    margin-top: 20px;
}
.cms-index-index .page-footer {
    margin-top: 0;
}

/* newsletter block */
.page-footer form.subscribe {
    background: #0053a7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-footer form.subscribe h3,
.page-footer form.subscribe label a {
    color: #fff;
}
.page-footer form.subscribe h3 {
    font-size: 20px;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
}
.page-footer form.subscribe h3:before {
    content: '\e10c';
    font-family: 'Font Awesome 6 Pro';
    font-size: 45px;
    font-weight: 100;
    margin-right: 20px;
}
.page-footer form.subscribe label a {
    font-size: 12px;
}
.newsletter-subscribe-container > .row {
    align-items: center;
}
.page-footer form.subscribe label div {
    display: inline-block;
}
.page-footer form.subscribe .privacy label div {
    margin-bottom: 10px;
}
.page-footer form.subscribe input#newsletter {
    border-radius: 100px !important;
    border: 0;
    height: 45px;
    padding: 0 100px 0 25px;
}
.page-footer form.subscribe .action.subscribe {
    padding: 9px 15px 8px;
    border-radius: 100px !important;
    background-color: #0053a7;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border: 0;
}
.page-footer form.subscribe .actions {
    position: absolute;
    top: 6px;
    right: 9px;
}
.newsletter-subscribe-container .field.newsletter {
    position: relative;
    max-width: 440px;
}
.newsletter-subscribe-container .field.newsletter label {
    width: 100%;
}
.newsletter-subscribe-container #privacy + div:after {
    content: '*';
    color: #fff;
}
.newsletter-subscribe-container #privacy-error {
    margin-top: -5px;
    margin-bottom: 10px;
}

/* bottom footer */
.footer-bottom-container {
    background: #f9f9f9;
    padding-top: 45px;
    padding-bottom: 15px;
}
.footer-bottom-container strong {
    color: #555;
}
.footer-social ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li:not(:last-child) {
    margin-right: 58px;
}
.footer-social ul li i {
    font-size: 20px;
    color: #0053a7;
}
.footer-img-menu ul {
    list-style: none;
    padding-left: 50px;
}
.footer-img-menu ul li {
    margin-bottom: 18px;
}
.footer-img-menu ul li em {
    position: relative;
}
.footer-img-menu ul li:nth-child(2) em {
    margin-right: 2px;
    top: 3px;
    left: 2px;
}
.footer-img-menu ul li:last-child em {
    margin-right: 5px;
    top: 2px;
    left: 3px;
}
.footer-img-menu ul [class*=fa] {
    font-size: 20px;
}
.footer-bottom-container .footer-menu ul {
    margin-top: 18px;
    padding-left: 18px;
}
.footer-bottom-container .footer-menu ul li {
    margin-bottom: 3px;
    list-style: none;
    position: relative;
}
.footer-bottom-container .footer-menu ul li:before {
    content: '\e122';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    font-size: 4px;
    position: absolute;
    left: -9px;
    top: 7px;
}
.footer-bottom-container .footer-menu ul li a {
    color: #555;
}
.footer-bottom {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}
.footer-bottom:after {
    content: '';
    height: 1px;
    background: #cfdce6;
    width: 100vw;
    position: absolute;
    top: 0;
    left: calc(-1 * ((100vw - 100%) / 2));
}
.footer-bottom a {
    color: #555;
}
.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom li {
    display: inline-block;
}
.footer-bottom li:not(:last-child) {
    margin-right: 60px;
}

@media (min-width: 1200px) {
    .newsletter-subscribe-container .field.privacy,
    .newsletter-subscribe-container .field.marketing {
        padding-left: 20px;
    }
}
@media (min-width: 1025px) {
    .footer-bottom:after {
        margin-left: -10px;
    }
}
@media (max-width: 1024px) {
    .newsletter-subscribe-container div[class*=col]:nth-child(2) {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer-img-menu ul,
    .footer-menu {
        padding-left: 0 !important;
    }
    .footer-bottom li {
        display: block;
    }
    .footer-bottom-container .pagebuilder-column {
        margin-bottom: 15px;
    }
}

/* ==========================================================================
   Product Card
   ========================================================================== */
.product-item-info,
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    padding: 30px;
    height: auto !important;
    border: solid 0.8px #cfdce6;
    border-radius: 7.5px;
    background: #fff;
    text-align: center;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active,
.products-grid .product-item-inner {
    box-shadow: none;
    margin: 0;
}
.catalog-category-view #maincontent .products-grid .product-item-inner,
.catalogsearch-result-index #maincontent .products-grid .product-item-inner,
.account .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.wishlist-index-index .product-item-inner {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: auto;
}
.abs-product-link,
.product-item-name,
.product.name a {
    font-size: 12px;
    font-weight: 500 !important;
    color: #222;
    text-align: center;
    display: inline-block;
    min-height: 60px;
}
.products-grid .product-item-info .product.name a {
    font-size: 16px;
}
.products-grid .product-item-info .price-box,
.block.upsell .product-item-info .price-box,
.block.crosssell .product-item-info .price-box,
.products-grid .product-item-info .price-box .price-as-configured {
    display: flex;
    justify-content: center;
    min-height: 29px;
}
.products-grid .product-item-info .price-box > span:first-child,
.block.upsell .product-item-info .price-box > span:first-child,
.block.crosssell .product-item-info .price-box > span:first-child,
.products-grid .product-item-info .price-box .price-as-configured > span:first-child {
    order: 1;
}
.product-item .price-box .price {
    font-size: 15px;
    font-weight: 500;
    color: #0053a7;
}
.products-grid .product-item-info .price-box .price {
    font-size: 20px;
}
.products-grid .product-item-info .old-price {
    margin-right: 8px;
}
.product-item .old-price .price {
    font-size: 12px;
    color: #555;
    font-weight: normal;
    text-decoration: line-through;
    margin-right: 10px;
    top: -2px;
    position: relative;
}
.products-grid .product-item-info .old-price .price {
    font-size: 16px;
    top: -4px;
}
.block.upsell .product-item-info .old-price .price,
.block.crosssell .product-item-info .old-price .price {
    top: -6px;
}
.product-item .actions-primary {
    display: inline-block;
}
.action.tocart,
.action.tocart:hover {
    background: transparent;
    border: 0;
}
.action.tocart:before {
    content: '\f07a';
    font-family: 'Font Awesome 6 Pro';
    color: #0053a7;
    font-size: 15px;
    font-weight: 300;
}
.product-item .action.tocart {
    padding-left: 10px;
}
.products-grid .action.tocart:before {
    font-size: 20px;
}
.product-item .action.towishlist:before {
    color: #eb212e;
    font-size: 16px;
    font-weight: 300;
    content: '\f004';
    font-family: 'Font Awesome 6 Pro';
}
.products-grid .product-item .action.towishlist:before {
    font-size: 20px;
    width: 100%;
    line-height: normal;
}
.action.tocart:hover:before,
.product-item .action.towishlist:hover:before {
    font-weight: 600;
}
.product-item .price-box .price-label {
    display: none;
}
.products-grid .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}
.products-grid .product-item .actions-primary {
    order: 1;
    margin-left: 5px;
}
.products-grid .product-item .tocart span,
.block.upsell .product-item .tocart span,
.block.crosssell .product-item .tocart span {
    display: none;
}
.products-grid .product-image-wrapper {
    padding-bottom: 100% !important;
}
.product-item .action.primary:focus,
.product-item .action-primary:focus,
.product-item .action.primary:active,
.product-item .action-primary:active {
    background: transparent;
    border: 0;
    color: #ffffff;
}
.block.upsell .owl-carousel .owl-nav button.owl-prev,
.block.upsell .owl-carousel .owl-nav button.owl-next,
.block.crosssell .owl-carousel .owl-nav button.owl-prev,
.block.crosssell .owl-carousel .owl-nav button.owl-next {
    top: 45%;
}
.products.list .product-reviews-summary.short {
    display: none;
}

/* tier price */
.product-item .minimal-price-link {
    font-size: 20px;
    font-weight: 500;
    color: #0053a7;
    order: 1;
    margin-top: 0;
}
.product-item .minimal-price-link + .price-container .price {
    font-size: 16px;
    color: #555;
    font-weight: normal;
    text-decoration: line-through;
    margin-right: 20px;
}

@media (min-width: 1024px) {
    .page-products .products-grid .product-item {
        margin-left: 2% !important;
        padding: 5px;
        width: calc((100% - 4%) / 3);
    }
    .page-products .products-grid .product-item .product-item-info {
        width: 320px;
    }
    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0 !important;
    }
}

/* ==========================================================================
   Categories page (/categorie)
   ========================================================================== */
.cms-categories .page-title-wrapper {
    margin-bottom: 20px;
}
.categories-intro-row * {
    color: #000;
    font-size: 17px;
}
.categories-row {
    margin-top: 70px;
    margin-right: 150px;
    margin-left: 150px;
}
.categories-row .pagebuilder-column {
    position: relative;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.categories-row a {
    display: inline-block;
}
.categories-row [data-content-type="text"] a {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 40px;
    width: 100%;
    line-height: 1;
    padding: 0 15px;
    left: 0;
}
.categories-row figure {
    position: relative;
}
.categories-row figure:after {
    display: block;
    content: '';
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 80%);
    position: absolute;
    height: 135px;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
}
.categories-row img {
    border-radius: 12px !important;
}
.categories-perfumery-row {
    margin-top: 70px;
    border-radius: 10px;
}
.categories-perfumery-row h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}
.categories-perfumery-row p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.categories-perfumery-row a {
    border-radius: 100px;
    background-color: #fff;
    font-size: 11px;
    color: #222;
    padding: 10px 15px;
}

@media (max-width: 1024px) {
    .categories-row {
        margin: 15px;
    }
    .categories-row a {
        display: block;
    }
    .categories-row img {
        width: 100% !important;
    }
}

/* ==========================================================================
   Category
   ========================================================================== */
.catalog-category-view #maincontent {
    margin-top: 0;
}
.catalog-category-view .ammenu-header-container.page-header {
    border-bottom: 0;
}
.category-imgdesc-container {
    background: #fafafa;
}
.category-imgdesc-container .breadcrumbs {
    position: relative;
    z-index: 2;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, 0.44);
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    margin-bottom: 0;
    height: 40px;
}
.category-imgdesc-container .breadcrumbs .items {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
}
.category-image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-top: -40px;
}
.category-image .image {
    height: 460px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.category-imgdesc-container .container {
    display: flex;
    padding: 0;
}
.category-imgdesc-container .page-title-wrapper,
.category-imgdesc-container .category-description {
    margin-bottom: 0;
    display: flex;
}
.category-imgdesc-container .category-description,
.brand-title-description-row .pagebuilder-column:last-of-type {
    padding-top: 20px;
    padding-left: 30px;
}
.category-imgdesc-container .page-title-wrapper,
.brand-title-description-row .pagebuilder-column:first-of-type {
    text-align: left;
    width: 100% !important;
    background: rgba(0, 83, 167, 0.80);
    height: 100%;
    position: relative;
    max-width: 410px;
}
.category-imgdesc-container .page-title-wrapper:after,
.brand-title-description-row .pagebuilder-column:first-of-type:after {
    content: '';
    background: #3274b8;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
}
.category-imgdesc-container h1 {
    color: #fff;
    padding: 15px 30px 13px;
    line-height: 1;
    font-size: 41px;
}
.category-imgdesc-container p,
.category-imgdesc-container p span {
    color: #0053a7;
    font-size: 13px !important;
}
#category-grid-title {
    padding-top: 50px;
    padding-bottom: 30px;
}
.catalog-category-view .brands-carousel-container {
    margin-bottom: 60px;
}
.catalog-category-view.category-promo #onsale {
    display: none;
}

/* toolbars */
.toolbar-products {
    padding-left: 5px;
    padding-right: 5px;
}
#toolbar-amount,
.sorter-label {
    font-size: 15px;
}
.toolbar-sorter {
    position: relative;
}
.toolbar-sorter:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    color: #0053a7;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 8px;
    right: 60px;
    z-index: -1;
}
select#sorter {
    font-size: 13px;
    background: transparent;
    box-shadow: none;
    border-radius: 10px;
    border: solid 1px #cfdce6;
    position: relative;
    z-index: 1;
    padding: 10px 40px 10px 10px;
    height: 40px;
}
.sorter-action {
    border-radius: 10px;
    border: solid 1px #cfdce6;
    padding: 8px 13px 10px 13px;
    height: 40px;
    top: 0 !important;
}
.sorter-action:before {
    content: '\f063';
    font-family: 'Font Awesome 6 Pro';
    color: #0053a7;
    font-weight: 500;
}
.sorter-action.sort-desc:before {
    content: '\f062';
}
.products.wrapper ~ .toolbar .limiter {
    display: none;
}
.products.wrapper ~ .toolbar .pages {
    float: none;
}
.toolbar .pages .item {
    border-radius: 100px;
    border: solid 1px #cfdce6;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    line-height: 30px;
}
.toolbar .pages .item span {
    color: #555;
}
.toolbar .pages .item.current span {
    color: #fff;
}
.toolbar .pages .item.current {
    background: #0053a7;
    border: 1px solid #0053a7;
}
.toolbar .pages strong.page {
    background: transparent;
}
.toolbar .pages .action {
    box-shadow: none;
    border: 0;
    background: transparent;
    color: #555;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.toolbar .pages .action:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 13px;
}
.toolbar .pages .action.next:before {
    content: '\f061';
}
.toolbar .pages .action.previous:before {
    content: '\f060';
}

/* sidebar */
.sidebar.sidebar-main {
    border-radius: 10px;
    border: solid 1px #cfdce6;
    padding: 30px;
}
.filter .block-subtitle {
    font-size: 17px;
    color: #555;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin-top: 50px;
}
.filter-options-item {
    padding: 0 20px;
    border-radius: 10px;
    border: solid 1px #cfdce6;
    margin-bottom: 8px;
}
#layered-filter-block {
    margin-bottom: 0;
}
.filter-options-title {
    font-size: 13px;
    text-transform: none;
    color: #222;
    font-weight: normal;
    padding-left: 0;
    padding-bottom: 12px;
    padding-top: 12px;
}
.filter-options-title:hover {
    color: #222;
}
.filter-options-title:after {
    right: 0;
    top: 14px;
    color: #0053a7;
}
.filter-options-content {
    padding: 10px 0;
}
.filter .filter-content .item {
    margin-top: 0;
}
.smile-es-range-slider .ui-slider-handle {
    background: #0053a7;
}
.attribute_filter.multiselect .item label,
.attribute_filter.multiselect .item input[checked] + label:hover,
.attribute_filter.select .item label,
.attribute_filter.select .item input[checked] + label:hover,
.attribute_filter.multiselect .item input[checked] + label,
.attribute_filter.multiselect .item label:hover,
.attribute_filter.select .item input[checked] + label,
.attribute_filter.select .item label:hover {
    color: #fff;
    background: #0053a7;
    cursor: pointer;
    line-height: normal;
    padding: 6px 15px;
    border: 0;
}
.attribute_filter.select .item label span {
    white-space: nowrap;
}
.filter-options-content a:hover {
    background-color: transparent;
}
.attribute_filter .item a {
    padding-left: 0;
    padding-right: 0;
}
.filter-current .item {
    margin-left: 0 !important;
}
.filter-current .items {
    padding-left: 0;
}
.filter-current .action.remove:before {
    color: #ff0000;
}
.filter-current .action.remove:hover:before {
    color: #0053a7;
}
.attribute_filter.boolean input + label:hover > span,
.attribute_filter.boolean input[checked] + label > span {
    background-color: #0053a7;
}

/* category tree nav */
.sidebar_navigation .filter-options-title {
    font-size: 17px;
    font-weight: bold;
    color: #555;
    padding-top: 5px;
}
.sidebar_navigation .filter-options-title:hover {
    cursor: auto;
    color: #555;
}
.sidebar_navigation .filter-options-title:after {
    display: none;
}
.tree_navigation {
    list-style: none;
    padding: 10px 0 5px 10px;
}
.tree_navigation.level_root {
    padding: 0;
}
.tree_navigation a {
    font-size: 15px;
    color: #222;
}
.tree_navigation li ul li a {
    font-size: 14px;
}
.tree_navigation.level_root > li {
    margin-top: 15px;
    position: relative;
}
.tree_navigation.level_root > li > a {
    display: inline-block;
    padding-right: 50px;
}
.tree_navigation.level_root > li.has_children > span {
    position: absolute;
    right: 20px;
    top: 1px;
    cursor: pointer;
}
.tree_navigation.level_root > li.has_children > span:after {
    color: #0053a7;
    content: '\e621';
    font-family: 'luma-icons';
    font-size: 13px;
    display: inline-block;
}
.tree_navigation.level_root > li.has_children:not(.active_tree) ul {
    display: none;
}
.tree_navigation.level_root > li.has_children:not(.active_tree) > span:after {
    content: '\e622' !important;
}
.tree_navigation.level_2 {
    padding-top: 0;
    padding-bottom: 0;
    border-left: solid 1px #0053a7;
    margin-top: 5px;
    margin-left: 10px;
}
.tree_navigation.level_2 li.item:last-child {
    margin-bottom: 0;
}
.tree_navigation.level_1 .current_category > a,
.tree_navigation.level_2 .current_category > a {
    font-weight: 600;
}

/* perfumery */
body[class*=categorypath-profumeria] .brands-carousel-container {
    display: none;
}
body[class*=categorypath-profumeria] .category-imgdesc-container {
    position: relative;
    height: 460px;
}
body[class*=categorypath-profumeria] .category-imgdesc-container .container {
    margin-top: 90px;
    display: block;
    position: relative;
    z-index: 2;
}
body[class*=categorypath-profumeria] .category-imgdesc-container .page-title-wrapper,
body[class*=categorypath-profumeria] .category-imgdesc-container .category-description {
    margin-left: auto;
    text-align: center;
    background: none;
    display: block;
    max-width: 100%;
}
body[class*=categorypath-profumeria] .category-imgdesc-container .page-title-wrapper:after {
    display: none;
}
body[class*=categorypath-profumeria] .category-imgdesc-container h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: #9c3e44;
    letter-spacing: 10px;
    padding: 0 0 15px 0;
}
body[class*=categorypath-profumeria] .category-description {
    padding: 0;
}
body[class*=categorypath-profumeria] .category-imgdesc-container p {
    font-size: 30px;
    color: #9c3e44;
}
body[class*=categorypath-profumeria] .category-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .category-imgdesc-container .container {
        display: block;
        padding: 0 15px;
    }
    .category-imgdesc-container .page-title-wrapper,
    .brand-title-description-row .pagebuilder-column:first-of-type {
        width: calc(100% + 15px) !important;
    }
    body[class*=categorypath-profumeria] .category-imgdesc-container .page-title-wrapper {
        width: 100% !important;
    }
    .category-imgdesc-container h1 {
        padding-left: 0;
        padding-right: 0;
    }
    .category-imgdesc-container .category-description,
    .brand-title-description-row .pagebuilder-column:last-of-type {
        padding-left: 0;
    }
    .sidebar_navigation {
        display: none;
    }
    .sidebar.sidebar-main {
        padding: 0;
        border: 0;
    }
    .page-products .product-item-info,
    .products-grid .product-item {
        width: 100%;
    }
    .column.main .product-item {
        margin-left: 0;
        margin-bottom: 15px;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .filter-title strong:after {
        content: 'Filtri';
        display: block;
        margin-top: -15px;
        background: #f0f0f0;
        position: relative;
        z-index: 1;
    }
    .filter.active .filter-title strong:after {
        background: none;
        margin-top: 0;
    }
    .filter.active .filter-options {
        top: 100px;
    }
    .filter.active .filter-options,
    .filter.active .filter-subtitle {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 415px) {
    .sorter-label {
        display: none;
    }
}

/* ==========================================================================
   Product Page
   ========================================================================== */
.catalog-product-view .page-title-wrapper {
    text-align: left;
    margin-bottom: 30px;
}
.catalog-product-view .page-title-wrapper h1 {
    font-size: 41px;
    color: #222;
}
.catalog-product-view .block.upsell {
    margin-top: 65px;
}
.product-brand-logo img {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
    height: auto !important;
}
.product-brand-logo img:hover {
    box-shadow: none;
}
.product-stocksku-container .product-info-stock-sku {
    float: none;
    padding: 10px 0 30px 0;
    text-align: left;
    font-size: 17px;
}
.product-actions-container,
.product-actions-container .box-tocart .fieldset {
    display: flex;
    align-items: center;
}
.product-actions-container .product-add-form {
    padding-top: 0;
    margin-right: 30px;
}
.product-actions-container .box-tocart {
    margin-bottom: 0;
}
.catalog-product-view span.price-label {
    display: none !important;
}

/* qty field */
.catalog-product-view .field.qty {
    margin-right: 15px;
    width: 120px;
}
.catalog-product-view .field.qty label span {
    display: none;
}
.catalog-product-view .field.qty .control {
    border-radius: 100px;
    border: solid 1px #0053a7;
    padding: 3px 15px;
}
.catalog-product-view .field.qty #qty {
    border: 0;
    font-size: 17px;
    color: #0053a7;
}
.catalog-product-view .field.qty .edit-qty {
    font-size: 15px;
    color: #0053a7;
    cursor: pointer;
}

/* add to cart */
button#product-addtocart-button {
    background: #0053a7;
    padding: 7px 15px 9px;
    margin-bottom: 0;
    border-radius: 100px !important;
    font-size: 13px;
    font-weight: 500;
    width: auto;
    min-width: 200px;
}
button#product-addtocart-button:before {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    top: 2px;
    position: relative;
}
button#product-addtocart-button span {
    font-family: 'Montserrat', sans-serif;
}

/* add to wishlist */
.product-addto-links span {
    display: none;
}
.product-social-links .action.towishlist:before {
    color: #eb212e;
    font-size: 20px;
    font-weight: 300;
    content: '\f004';
    font-family: 'Font Awesome 6 Pro';
    width: 22px;
    line-height: 20px;
}
.product-social-links .action.towishlist:hover:before {
    font-weight: 600;
}

/* reviews */
.product-reviews-summary .reviews-actions {
    display: none;
}
.rating-summary .rating-result > span:before,
.review-control-vote label:before {
    color: #0053a7;
}

/* price */
.catalog-product-view .product-info-main .product-info-price {
    border: 0;
    padding-top: 20px;
    margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
    display: flex;
}
.catalog-product-view .product-info-main .product-info-price .special-price {
    order: 1;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price {
    position: relative;
    top: -4px;
    margin-right: 15px;
}
.catalog-product-view .product-info-main .product-info-price .old-price .price-wrapper .price {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: line-through;
}
.catalog-product-view .product-info-price .price-box .price-container .price {
    color: #222;
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
}

/* tier price */
.catalog-product-view .prices-tier,
.catalog-product-view .prices-tier .price {
    font-size: 19px;
}
.catalog-product-view .prices-tier .price,
.catalog-product-view .prices-tier .benefit {
    font-weight: bold;
    color: #222;
}

/* bundle product info */
.bundle-options-container .product-add-form {
    display: block;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .block-bundle-summary .price-box {
    display: none;
}
.bundle-options-container .block-bundle-summary {
    width: 100%;
    padding: 10px 0;
    float: none;
    margin: 0;
    position: static;
}
.bundle-info .box-tocart .fieldset {
    display: flex;
    align-items: center;
}
.bundle-options-container,
.bundle-options-container .block-bundle-summary .box-tocart,
.bundle-info .box-tocart .fieldset {
    margin-bottom: 0;
}
.page-product-bundle .product-actions-container {
    position: relative;
}
.page-product-bundle .product-actions-container .product-social-links {
    position: absolute;
    left: 350px;
    top: -60px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 0;
}
.page-product-bundle .product-info-main .product-info-price .price-final_price {
    order: 1;
}

/* product tabs */
.product.info.detailed {
    position: relative;
    margin-top: 60px;
}
#tab-label-description {
    margin-left: 30%;
}
.product.data.items * {
    font-size: 17px;
}
.product.data.items:before {
    content: '';
    position: absolute;
    height: 58px;
    background: #eef3f8;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.product.data.items {
    border: solid 2px #cfdce6;
    border-radius: 10px;
}
.product.data.items > .item.title,
.product.data.items > .item.title > .switch,
.product.data.items > .item.content {
    border: 0;
    border-radius: 10px;
}
.product.data.items > .item.title {
    border-radius: 10px 10px 0 0 !important;
}
.product.data.items > .item.title > .switch {
    text-transform: uppercase;
    font-size: 17px;
    color: #555 !important;
    margin-top: 8px;
    border-radius: 10px 10px 0 0;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
    height: 50px;
    line-height: 50px;
}
.product.data.items > .item.content {
    padding: 70px;
}

/* fotorama */
.fotorama__thumb,
.fotorama__thumb-border {
    border-radius: 10px;
}
.fotorama__thumb-border {
    border: solid 2px #0053a7;
}

/* attribute icons */
.catalog-product-view .prod-attr-icons {
    display: flex;
    align-items: center;
    padding: 10px 0 20px 0;
}
.catalog-product-view .prod-attr-icons .attr-icon {
    display: inline-flex;
    margin-right: 25px;
    height: 50px;
}
.catalog-product-view .prod-attr-icons .icon-icona_bio {
    content: url(../images/icon-bio.png);
}
.catalog-product-view .prod-attr-icons .icon-assumibile_in_gravidanza {
    content: url(../images/icon-assumibile-in-gravidanza.png);
}
.catalog-product-view .prod-attr-icons .icon-non_assumibile_in_gravidanza {
    content: url(../images/icon-non-assumibile-in-gravidanza.png);
}
.catalog-product-view .prod-attr-icons .icon-icona_senza_lattosio {
    content: url(../images/icon-senza-lattosio.png);
}
.catalog-product-view .prod-attr-icons .icon-icona_senza_glutine {
    content: url(../images/icon-senza-glutine.png);
}
.catalog-product-view .prod-attr-icons .icon-icona_vegan {
    content: url(../images/icon-vegan.png);
}

/* stock alert btn */
.product-info-main .product.alert {
    margin: 20px 0 0 0;
    padding: 0;
}
.product-info-main .product.alert .action.alert {
    background: #0052a5;
    color: #fff;
    padding: 11px 16px;
}
.product-info-main .product.alert .action.alert:before {
    content: '\f0f3';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
    font-size: 15px;
    vertical-align: middle;
}

@media (max-width: 1099px) {
    #tab-label-description {
        margin-left: 25%;
    }
}
@media (max-width: 991px) {
    #tab-label-description {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .product.data.items:before {
        display: none;
    }
}
@media (max-width: 415px) {
    button#product-addtocart-button {
        min-width: 90px;
    }
    button#product-addtocart-button:before {
        margin-right: 0;
    }
    button#product-addtocart-button span {
        display: none;
    }
}

/* ==========================================================================
   Account
   ========================================================================== */
.form.create.account .col-lg-6:first-child {
    padding-right: 40px;
}
.form.create.account .col-lg-6 + .col-lg-6 {
    padding-left: 40px;
}
.additional_agreements {
    background: #f9f9f9;
    border-top: solid 3px #0053a7;
    padding: 10px 15px;
}
.form.create.account .actions-toolbar {
    margin-top: 50px;
}
input#third_consent {
    position: relative;
    top: 2px;
}
input#is_subscribed {
    top: -2px;
}
.account .sidebar.sidebar-main {
    padding-top: 20px;
    padding-bottom: 20px;
}
.account .sidebar.sidebar-main .block-collapsible-nav .content,
.account .sidebar.sidebar-main .block-collapsible-nav .item a:hover {
    background: #fff;
}
.account .sidebar.sidebar-main .block-collapsible-nav .nav.items {
    display: block;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item a {
    color: #555;
    padding-left: 0;
    font-size: 15px;
    border-left: 0;
}
.account .block-collapsible-nav .item.current > strong,
.block-collapsible-nav .item.current a strong {
    border-left: 3px solid #0053a7;
    font-size: 15px;
    margin-left: -19px;
    padding: 5px 18px 5px 15px;
    font-weight: 600;
}
.account .title.block-collapsible-nav-title {
    width: auto;
    position: static;
    height: auto;
    margin-top: 15px;
}
.account .title.block-collapsible-nav-title strong {
    color: #555555;
    font-size: 17px;
}
.account .field[data-container=username] {
    display: none;
}

/* account sales order view */
.account.sales-order-view .page-title-wrapper {
    margin-bottom: 10px;
}
.account .block-order-details-comments {
    display: none;
}
.account .order-details-items .price {
    color: #0053a7;
}
.account .order-details-items .items-qty .title {
    display: none;
}

/* wishlist products grid */
.products-grid.wishlist .product-item-comment {
    margin-top: 20px;
}
.products-grid.wishlist .box-tocart {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.account button.action.share {
    display: none;
}
.account button.action.tocart[data-role=all-tocart] {
    background: #0053a7;
    color: #fff;
    padding: 6px 15px 7px;
}
.account button.action.tocart[data-role=all-tocart]:before {
    color: #fff;
    margin-right: 8px;
}

/* account register consents */
.consents.consent_text {
    border-top: 3px solid #0053a7;
}

/* account edit consents */
.consents-management-container {
    margin-bottom: 60px;
}
.consents-management-container legend {
    border-bottom: 0 !important;
    margin-bottom: 20px !important;
}
.consents-management-container input[type="radio"] {
    position: relative;
    top: 2px;
}

@media (max-width: 991px) {
    .form.create.account .col-lg-6:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .form.create.account .col-lg-6 + .col-lg-6 {
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    .account .block-collapsible-nav .title:after {
        top: 23px;
    }
    .account .sidebar.sidebar-main .block-collapsible-nav .content,
    .account .sidebar.sidebar-main .block-collapsible-nav .item a:hover {
        background: #f5f5f5;
    }
    .account .sidebar.sidebar-main .block-collapsible-nav .content {
        padding: 15px;
    }
    .products-grid.wishlist .product-item-photo {
        float: none;
        margin-right: 0;
    }
    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 0;
    }
    .products-grid.wishlist .product-item .box-tocart {
        margin-top: 10px;
    }
    .products-grid.wishlist .product-item-actions .action:last-child {
        padding: 5px 0 0 0;
    }
}

/* ==========================================================================
   Cart
   ========================================================================== */
.cart.table-wrapper .actions-toolbar {
    min-height: 25px;
}
.checkout-cart-index .product-brand-logo {
    display: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
    text-align: left;
}
.checkout-cart-index .page.messages {
    position: static;
    width: 100%;
}

/* ==========================================================================
   Checkout
   ========================================================================== */
.checkout-index-index header .header {
    display: flex;
    padding-top: 80px;
}
.checkout-index-index .logo {
    margin-left: auto;
}
.opc-progress-bar-item {
    width: 50%;
}
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._active > span:after,
.opc-progress-bar-item._active:before,
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #0053a7;
}
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._active:before,
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #0053a7;
}
.table-checkout-shipping-method {
    margin-left: 10px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important;
}
.checkout-index-index .product-brand-logo,
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after,
.checkout-payment-method .payment-option-title .action-toggle:after {
    display: none;
}
input#discount-code {
    height: 36px;
    line-height: 36px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    margin-left: 10px;
}
.custom-checkout-form .field[name="customCheckoutForm.checkout_invoice"] {
    margin-bottom: 0;
}
.custom-checkout-form .field[name="customCheckoutForm.checkout_invoice"] > label > span,
.custom-checkout-form .field[name="customCheckoutForm.checkout_business"] > label > span {
    display: none;
}
.custom-checkout-form input.input-text {
    width: 65%;
}
.checkout-index-index .minicart-items .product-item-name {
    text-align: left;
}
.checkout-index-index #payment_form_paypal_express span {
    margin-left: -22px;
}
.opc-wrapper .step-title {
    border-bottom: 0;
    font-weight: 500;
}
.checkout-index-index .field[name*=vat_id] {
    display: none;
}
#shipping-new-address-form {
    display: flex;
    flex-direction: column;
}
.field[name*=mpShippingAddressAttributes] {
    order: 1;
}
.field[name*=request_invoice] {
    margin-top: 50px;
}
.field[name*=request_invoice]:before {
    content: 'Request Invoice?';
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 25px;
}
html[lang=it] .field[name*=request_invoice]:before {
    content: 'Vuoi richiedere la Fattura?';
}
.checkout-index-index .block-authentication .actions-toolbar>.primary .action {
    padding: 8px 15px;
}

/* paypal review */
.paypal-review-discount .fieldset,
.paypal-review-discount .field {
    display: block;
}
.paypal-review-discount .field {
    width: 50%;
}

@media (max-width: 1024px) {
    .checkout-index-index header .header {
        padding-top: 30px;
    }
    .checkout-index-index .logo {
        margin-right: auto;
    }
    .checkout-container .opc-estimated-wrapper {
        position: relative;
    }
    .checkout-index-index .minicart-wrapper {
        bottom: auto;
    }
    .custom-checkout-form input.input-text {
        width: 100%;
    }
}
@media (max-width: 639px) {
    .field[name*=request_invoice]:before {
        font-size: 18px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 15px 20px 15px;
    }
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address,
    .opc-wrapper .methods-shipping {
        background: none;
    }
}

/* ==========================================================================
   Brands Page
   ========================================================================== */
.mpbrand-index-index .page-title-wrapper {
    margin-bottom: 20px;
}
.brands-description p {
    font-size: 17px;
}
.block-brand-list ul.brand-options li.control {
    display: inline-block;
    border-radius: 100px;
    border: solid 1px #0053a7;
}
ul.nav.brand-options.category-nav-list.navbar-nav.controls {
    display: block;
    margin-top: 0;
}
.block-brand-list {
    padding-top: 0 !important;
}
.block-brand-list .block-title {
    border: 0;
    padding: 0 0 30px;
    width: 90%;
}
.block-brand-list ul.brand-options a.mp-option-item {
    font-size: 13px;
    font-weight: 500;
    color: #0053a7;
    padding: 8px 10px !important;
}
.block-brand-list ul.brand-options li.control:hover,
.block-brand-list ul.brand-options li.active {
    box-shadow: none;
    background: #0053a7;
}
.block-brand-list ul.brand-options li.control:hover a,
.block-brand-list ul.brand-options li.active a {
    color: #fff;
}
.mpbrand-index-index .products-grid .product-item,
.mpbrand-index-index .product-item {
    width: calc(100% / 5);
    margin-bottom: 20px;
}
.mpbrand-index-index .product-item.catProfumeria {
    order: 1;
}
.mpbrand-index-index .product-image-wrapper {
    padding-bottom: 40% !important;
}
.brand-list-content ol .product-item-info,
.mpbrand-index-index .product-item-info:hover {
    margin: 0 auto;
    border: solid 0.8px #cfdce6 !important;
    padding: 0;
}
.brand-list-content ol .product-item-info a {
    padding: 30px;
    display: block;
}
.brand-list-content .product-item-info .product-image-photo:hover {
    border: 0 !important;
    box-shadow: none !important;
}
.block-brand-list.perfumery-brand-list {
    padding-top: 1px !important;
}

@media (max-width: 1024px) {
    .mpbrand-index-index .products-grid .product-item,
    .mpbrand-index-index .product-item {
        width: calc(50% - 15px);
        margin-right: 15px !important;
    }
    .block-brand-list .brand-list-content .product-item-info .product-image-photo {
        width: auto !important;
        height: auto !important;
    }
}

/* ==========================================================================
   Brand
   ========================================================================== */
.mpbrand-index-view .ammenu-header-container.page-header {
    border-bottom: 0;
}
.mpbrand-index-view .mpbrand-view {
    margin-top: -40px;
}
.mpbrand-index-view .brand-cms-container {
    margin-bottom: 0;
}
.mpbrand-index-view .brand-static-block img {
    margin-bottom: 40px;
}

/* layered nav */
.mpbrand-index-view .filter .block-subtitle:first-child {
    margin-top: 0;
}

/* products */
.mpbrand-index-view #maincontent .products-grid .product-item-inner {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: auto;
}

/* bottom brand list */
.brandlist-container {
    background: #fafafa;
    padding: 50px 0;
    margin-bottom: -20px;
}
.brandlist-container ul {
    padding-top: 35px;
    float: left;
}
.brandlist-container ul:not(:last-child) {
    padding-right: 170px;
}
.brandlist-container li a {
    color: #555;
}

@media (max-width: 1024px) {
    .brand-static-block .pagebuilder-column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .brand-title-description-row .pagebuilder-column:first-of-type {
        max-width: 100%;
    }
    #brandlist-title {
        margin-bottom: 35px;
    }
    .brandlist-container ul {
        padding-top: 0;
        margin-top: 0;
    }
}
