li#wp-admin-bar-update-taxonomy .ab-item {
    background: #4d2771;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.2s linear;
}

li#wp-admin-bar-update-taxonomy:hover .ab-item.ab-empty-item {
    background: #fff !important;
    color: #4d2771 !important;
}

/* fallback */
/*@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v136/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2) format('woff2');
}*/
  
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html.add-overflow-menu {
    overflow: hidden;
}

span.woocommerce-Price-amount.amount bdi {
    /* letter-spacing: 2px; */
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: black;
    font-family: 'Maven Pro';
}

.quantity .woocommerce-Price-currencySymbol, .quantity .woocommerce-Price-amount.amount, .check-pay .woocommerce-Price-currencySymbol, .check-pay .woocommerce-Price-amount {
    font-weight: 400;
}

.single-product div#content {
    position: relative;
}


/* REMOVE CSS WOOCOMMERCE ASTRA THEME */

a:focus {
    outline: unset !important;
}

.woocommerce-page .ast-container {
    max-width: 100% !important;
    padding: unset;
}

.woocommerce-page div#primary{
    margin: unset !important;
}

.ast-woocommerce-container{
    padding: unset !important;
}

a.ast-on-card-button.add_to_cart_button, .star-rating {
    display: none !important;
}

.woocommerce-js a.remove:before {
    visibility: hidden;
}

.woocommerce-cart-form__cart-item td.product-remove a.remove{
    opacity: 1;
}

.woocommerce-js .woocommerce-cart-form__contents button.button:disabled, .woocommerce-js .woocommerce-cart-form__contents button.button:disabled[disabled]{
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
}

.cart-collaterals {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cart_totals {
    padding-top: 20px !important;
}

.ast-separate-container.single-product .ast-article-single{
    width: auto !important;
}

.woocommerce-message.added {
    display: none;
}

/* FINE REMOVE CSS WOOCOMMERCE ASTRA THEME */



/* CUSTOMER CARE SECTION */

.xfrm-section-customer-care-wrapper {
    background: #fbf4eb;
    border-radius: 0px 45px 0px 45px;
    /* box-shadow: 0px 9px 32px #00000012; */
}

.inner-grid-customer-care {
    padding: 30px;
    padding-bottom: 50px;
}

.first-row-customer-care {
    display: flex;
    align-items: center;
    position: relative;
    padding: 7px 0;
}

img.img-customer-care {
    width: 60px;
    padding-right: 20px;
}

span.inner-txt-customer-care {
    text-transform: uppercase;
    color: black;
    font-size: 12px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

/*span.inner-txt-customer-care::after {
    display: inline-flex;
    content: '';
    background-image: url(https://www.ferraris.it/wp-content/uploads/2022/06/arrow-down-sign-to-navigate.png);
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    transition: 0.8s;
    position: absolute;
    right: 30px;
}*/

.first-row-customer-care span.material-symbols-outlined {
    display: inline-flex;
    margin-left: 10px;
    transition: 0.8s;
    position: absolute;
    right: 30px;
    color: #2c3e2c;
    transition: all 0.2s linear;
}

.first-row-customer-care:hover span.material-symbols-outlined {
    transform: rotateZ(90deg);
}

.first-row-customer-care.active-txt-customer-care span.material-symbols-outlined {
    transform: rotateZ(90deg) rotateY(-180deg);
}

.second-row-customer-care {
    display: none;
    padding: 7px 5px 15px 5px;
}

.divider-row-customer-care {
    border-bottom: 1px solid #9F9F9F;
}

/* FINE CUSTOMER CARE SECTION */



/* SEARCH SECTION */

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}

.search-link svg {
    width: 20px;
    height: 20px;
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both;
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity .3s ease;
    padding: 0 30px;
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.qodef-search-cover-form .qodef-m-form-submit {
    color: #000;
    background-color: transparent;
    padding: 0;
    margin-right: 12px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: initial;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    border: 1px solid transparent;
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-family: Roboto,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.059em;
    color: #474747;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 40px;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0;
    color: #747474;
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative;
    visibility: visible;
}

.qodef-covers-search--opened .qodef-search-cover-form .qodef-m-inner .qodef-m-form-line {
    width: calc(100% - 60px);
    transition: width .5s ease .6s;
}

.qodef-search-cover-form .qodef-m-inner .qodef-m-form-line {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 29px;
    width: 0;
    border-bottom: 1px solid var(--qode-main-color);
    transition: all .3s ease;
}

/* FINE SEARCH SECTION */


nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span span {
    border-radius: 20px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
}

.xframe-price-item span.price {
    line-height: normal !important;
    min-height: 25px;
    display: flex !important;
    align-items: center;
}


/* BRAND GALLERY SECTION */

.row-grid-brand {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    background: #fff;
    padding: 260px 0 150px 0;
}

.inner-filter-brand {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #B3AEA8;
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
}

.single-filter-brand {
    margin: 0 30px;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: ivypresto-display, serif !important;
    letter-spacing: 1px;
}

.grid-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 1060px;
    flex-wrap: wrap;
    padding: 50px 5px;
}

.single-brand {
    width: 170px;
    background: #E2D7CF;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin: 2px;
}

.inner-rhombus {
    position: absolute;
    background: #fff;
    top: 2px;
    left: 2px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 166px;
    height: 216px;
}

.single-brand img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 170px !important;
    object-fit: contain;
}

.single-brand a {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
}

span.inner-brand-name {
    color: #000;
    font-size: 14px;
    position: absolute;
    max-width: 100%;
    text-align: center;
}

/* FINE BRAND GALLERY SECTION */


/* GALLERY LAST PRODUCT */

.xfrm-last-arrivals-product-outer li.product {
    border-radius: 40px 40px 0px 0px !important;
    box-shadow: 1px 2px 8px #cbcbcb !important;
    display: block !important;
    background: #fff;
    padding: unset !important;
    position: relative;
}

.xfrm-last-arrivals-product-outer span.onsale {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    max-width: 55%;
    margin: 0;
    position: absolute;
    overflow: hidden;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 50px !important;
    height: 75px !important;
    min-width: auto !important;
    min-height: fit-content !important;
    padding: unset !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: -30px !important;
    left: -5px !important;
    color: #34312E !important;
    background: #E2D7CF !important;
    letter-spacing: 0 !important;
    z-index: auto;
}

.xfrm-last-arrivals-product-outer {
    overflow: inherit !important;
}

.xfrm-last-arrivals-product-outer li.product .xfrm-description-open{
    width: 100% !important;
    max-width: 100% !important;
}

.xfrm-last-arrivals-product-outer .ewcs-new-product-sign {
    top: 10px;
}

/* FINE GALLERY LAST PRODUCT */




#addonify-compare-products-table tr td {
    width: 200px ! IMPORTANT;
}

#addonify-compare-products-table td, #addonify-compare-products-table th {
    border-color: #f5f5f5;
    padding: 15px;
    text-align: left;
    vertical-align: middle !important;
}

table#addonify-compare-products-table tr td * {
    color: #000 !important;
    text-align: center;
}

.addonify-compare-dock-thumbnail img {
    object-fit: cover;
}

#addonify-compare-dock-compare-btn-link:hover, #addonify-compare-dock-compare-btn:hover{
    background-color: black !important;
}

table#addonify-compare-products-table {
    width: 100%;
    border: 1px solid #cacaca;
}

div#addonify-compare-products-comparison-table-on-page img {
    max-width: 180px;
}

.addonify-compare-alert.info {
    background-color: #E2D7CF !important;
    border-color: #2c3e2c !important;
    color: #2c3e2c !important;
    text-align: center;
}

.adfy-compare-products-table-row-content a {
    pointer-events: none !important;
}

@media screen and (max-width:430px){
    .inner-grid-customer-care {
        padding: 20px;
    }

    .first-row-customer-care span.material-symbols-outlined {
        right: 10px;
    }

    .first-row-customer-care span.material-symbols-outlined {
        margin-left: 10px;
        right: 10px;
    }

    img.img-customer-care {
        width: 50px;
        padding-right: 10px;
    }

    img.img-customer-care {
        width: 50px;
        padding-right: 10px;
    }
}

.wcb-button .wcb-icon:hover {
    background: black !important;
    transition: all ease-in .2s;
}

.specification-button {
    cursor: pointer;
}


.xfrm-menu-collections {
    width: 100%;
    position: absolute;
    height: fit-content;
    top: 225.89px;
    z-index: 9999;
    background: #ffffff;
}

.line-image-wrapper img.line-image {
    max-width: 100%;
}

.line-inner {
    width: fit-content;
}

.line-title {
    text-transform: uppercase;
    font-size: 29px;
    margin-right: 30px;
}

.line-info-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.xfrm-menu-collections {
    display: flex;
    border-bottom: 2px solid #2c3e2c;
}
.line-cat {
    text-align: left;
    margin-bottom: 10px;
}

.line-cat-subtext {
    margin-bottom: 20px;
    font-family: 'Maven Pro', sans-serif !important;
    line-height: 1em !important;
    padding: 10px 13px !important;
    background: #2c3e2c;
    text-align: center;
    color: white;
    font-size: 13px;
    max-width: 100px;
    margin-bottom: 20px !important;
}

.line-cat p {
    font-family: 'Maven Pro';
}

.xfrm-menu-collections-holder {
    margin-bottom: 30px;
    margin-top: 30px;
}

.xfrm-menu-collections-holder {
    margin: 30px 60px;
    width: calc(100% - 120px);
    /*overflow-y: auto !important;*/
}




.swiper-button-next, .swiper-button-prev {
    color: #2c3e2c !important;
}

.xfrm-menu-collections {
    height: 0;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}

.xfrm-menu-collections.active-submenu {
    height: calc(95% - 205.89px);
    visibility: visible;
    opacity: 1;
}

.barba-container.home.page .slick-dots li {
    width: 10px !important;
    height: 10px !important;
}

.homeCats__list {
    display: none !important;
}

.header__menu .nav {
    justify-content: space-around !important;
    margin-top: 10px;
}

.tinv-wishlist p.cart-empty.woocommerce-info {
    border-radius: 50px;
    text-align: center;
    background: #fbf5ea;
}


.tinv-wishlist .woocommerce-info::before {
    content: unset !important;
}

.tinv-wishlist p.return-to-shop {
    text-align: center;
}

p.return-to-shop a {
    background: #2c3e2c !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
}

.tinvwl-to-right.look_in {
    width: 100%;
    margin: auto;
    text-align: center;
}

.tinv-wishlist tfoot .tinvwl-to-right {
    float: left;
    width: 100% !important;
    text-align: center !important;
}

.tinvwl-to-right.look_in button {
    border-radius: 50px !important;
    background: #2c3e2c !important;
    padding: 10px 20px ! IMPORTANT;
}


.tinvwl-to-right.look_in button:hover{
    color: white !important;
}

div#lightbox, #lightboxOverlay {
    display: none;
}

.woocommerce-product-gallery__image a {
    pointer-events: none !important;
}

img.iconic-woothumbs-images__image {
    max-width: 100% !important;
}

.iconic-woothumbs-all-images-wrap {
    width: 100% !important;
}

.xfrm-share-product-inner {
    cursor: pointer !important;
}

input#cf7_submit {
    margin: auto;
    text-align: center;
    margin-top: 40px;
    padding: 10px 50px !important;
    border-radius: 50px !important;
}

.xei-item.Prezzo > div * {
    font-weight: 300 !important;
}

.additional-grdo-description-size {
    margin-top: 25px;
}

.additional-grdo-description-size p {
    line-height: 1.8;
}

.additional-grdo-description-size a {
    font-weight: 700;
}

table#configurable select {
    background: transparent;
    border-bottom: 1px solid;
    cursor: pointer;
    -webkit-appearance: auto;
    padding-left: unset;
}

table#configurable td.value select::after {
  content: "▼"; /* puoi sostituirlo con un'icona o un SVG se preferisci */
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* lascia cliccabile il <select> */
  font-size: 0.8em;
  color: #333;
}

table#configurable tbody tr{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

table#configurable tbody tr td.label {
    margin-bottom: 6px;
}

ul#qtranslate-chooser {
    display: flex;
    align-items: center;
    font-family: 'Maven Pro', sans-serif;
}

ul#qtranslate-chooser li:nth-child(1) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.header__language-switcher {
    margin-left: 40px;
}

ul#qtranslate-chooser li a {
    color: #fff;
}


.header__menuWrap .header__menu {
    padding-top: unset;
}

.header__menuWrap {
    padding-top: 15px;
}

@media screen and (min-width:800px){
    .header__logoWrap .header__wcWrap {
        position: absolute;
        right: 0;
    }

    .header__logoWrap .header__logo {
        padding: unset;
    }
}

.selectWrap:after{
    content: unset !important;
}

body.search .container.woocommerce {
    width: 100%;
    padding: unset;
}

body.search .container.woocommerce .xfrm-product-loop li.product {
    max-width: calc(25% - 20px) !important;
    width: calc(25% - 20px) !important;
}

tr.wishlist_item td.product-name {
    text-align: left;
}











.wrapper-mobile-menu-opener{
    width: 30px;
    height: 20px;
    position: relative;
    margin: 15px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.wrapper-mobile-menu-opener span{
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #7E7E81;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.wrapper-mobile-menu-opener span:nth-child(2), .wrapper-mobile-menu-opener span:nth-child(3) {
    top: 8.5px;
}

.wrapper-mobile-menu-opener span:nth-child(4) {
    top: 17px;
}

.wrapper-mobile-menu-opener.active span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.wrapper-mobile-menu-opener.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrapper-mobile-menu-opener.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wrapper-mobile-menu-opener.active span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

body.menu-active{
    overflow-y: hidden !important;
}

.eplay-mobile-menu {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    /*padding: 0 0 40px 0px;*/
    background-color: #fff;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    -ms-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    z-index: 9999999999999;
}

.inner-header-menu {
    background: #2c3e2c;
}

.eplay-mobile-menu.active {
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(0);
}

.eplay-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    -webkit-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    -ms-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 999999999999;
    visibility: hidden;
    opacity: 0;
}

.eplay-mobile-menu-overlay.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

a.btn, .btn {
    position: relative;
    padding: var(--padding-button, 20px 32px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ff-sans);
    font-family: var(--ff-sans-700);
    font-size: var(--fs-btn, 14px);
    line-height: var(--lh-200, 1.25);
    border: 1px solid currentColor;
    text-transform: uppercase;
    letter-spacing: var(--ls-200, 1.2px);
    transition: var(--trans);
    z-index: 1;
}

.btn .btn__icon, .btn .btn__label {
    pointer-events: none;
}

.hidden {
    display: none !important;
}

aside#mega-menu--mobile .mega__container {
    width: 100%;
    height: 85vh;
    /* max-height: 100vh; */
    /* max-height: 100svh; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

aside#mega-menu--mobile .mega__container[data-active-depth="1"] button {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
}

aside#mega-menu--mobile .mega__header {
    height: 60px;
    padding-inline: var(--padding-container-inline, 20px);
    background-color: white;
}

aside#mega-menu--mobile .mega__header .mega__controls {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

aside#mega-menu--mobile .mega__header .mega__controls button {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

aside#mega-menu--mobile .mega__header .mega__controls button .btn__icon, aside#mega-menu--mobile .mega__header .mega__controls button .btn__label {
    display: flex;
}

aside#mega-menu--mobile .mega__body {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 10px;
}

aside#mega-menu--mobile .mega__screen {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    inset: 0;
    background-color: white;
    transition: all 0.3s linear;
    padding: 20px;
    overflow-x: hidden;
}

aside#mega-menu--mobile .mega__screen[data-active-menu="false"] {
    transform: translateX(100%);
}

aside#mega-menu--mobile .mega__screen[data-active-menu="false"].stacked, aside#mega-menu--mobile .mega__screen[data-active-menu="true"] {
    transform: translateX(0%);
}

aside#mega-menu--mobile nav.navigation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

aside#mega-menu--mobile nav.navigation a.btn {
    --item-height: 24px;
    --icon-size: 12px;
    width: 100%;
    height: var(--item-height);
    padding: 0;
    background-color: transparent;
    border: 0;
    color: var(--color-text);
    justify-content: space-between;
    margin: 7px 0;
    position: relative;
    white-space: normal !important;
    word-break: break-word;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    -webkit-tap-highlight-color: unset;
}

aside#mega-menu--mobile nav.navigation a.btn .btn__label {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

aside#mega-menu--mobile nav.navigation a.btn .btn__icon:empty {
    display: none;
    pointer-events: none;
}

aside#mega-menu--mobile nav.navigation a.btn .btn__icon {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: all;
    position: absolute;
        top: 0;
}

aside#mega-menu--mobile nav.navigation a.btn .btn__icon svg {
    width: 22px;
    height: 22px;
    pointer-events: none;
    padding: 5px;
    background: #2c3e2c;
    border-radius: 100%;
}

.inner-brand-footer-menu .swiper-slide a {
    text-align: left;
}

.inner-brand-footer-menu .swiper-slide span {
    font-weight: 600;
}

aside#mega-menu--mobile nav.navigation a.btn .btn__icon svg path {
    fill: #fff !important;
}

.inner-header-menu img {
    max-width: 125px !important;
    margin: auto;
    display: block;
}

.inner-header-menu {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

aside#mega-menu--mobile .mega__header .mega__controls button#menu-back {
    padding: 20px;
    margin: unset;
    border-radius: 100%;
    border: 1px solid;
    background: transparent;
}

div#menu-close {
    padding: 20px;
    margin: unset;
    border-radius: 100%;
    border: 1px solid;
    background: transparent;
}

aside#mega-menu--mobile .mega__header svg {
    width: 12px;
    height: 12px;
}

div#menu-close span.btn__icon {
    display: flex;
    pointer-events: none;
}

aside#mega-menu--mobile .mega__header .mega__controls button#menu-back, div#menu-close{
    cursor: pointer;
    transition: all 0.3s linear;
}

nav.navigation .inner-single-nav-img{
    width: calc(50% - 20px);
    margin: 10px 10px;
}

/*
nav.navigation.navigation-product .inner-single-nav-img {
    width: calc(33.33% - 20px);
    margin: 10px 10px;
}*/

.inner-single-nav-img img {
    border-radius: 15px;
}

aside#mega-menu--mobile .mega__screen nav.navigation .inner-single-nav-img a.btn {
    position: inherit;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}

.wrapper-image-mobile-menu {
    display: flex;
    flex-wrap: wrap;
}

aside#mega-menu--mobile .mega__screen nav.navigation .inner-single-nav-img a.btn span.btn__label {
    padding-top: 6px;
}

nav.navigation.navigation-way-of-working a.btn {
    margin: 0 10px;
}

nav.navigation.navigation-way-of-working  .wrapper-image-mobile-menu a.btn {
    margin: 0;
}

nav.navigation.navigation-way-of-working .iner-image-mobile-menu {
    margin-bottom: 20px;
    width: 100%;
}

aside#mega-menu--mobile .mega__header {
    height: auto;
    background-color: white;
    padding: 10px 20px;
    transition: all 0.2s linear;
}

aside#mega-menu--mobile .mega__header.menu-scrolled {
    box-shadow: 0px 0px 8px #ccc;
    padding: 8px 20px;
}

.inner-mobile-menu-opener {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.inner-bck-menu-mobile {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 150px;
    width: 100%;
    border: 1px solid #114c82;
}

.eplay-mobile-menu ul#qtranslate-chooser {
    text-transform: uppercase;
    padding: unset;
}

aside#mega-menu--mobile {
    height: 100%;
}

.inner-brand-footer-menu .swiper {
    width: 100%;
    height: 100%;
}

.inner-brand-footer-menu .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-transform: uppercase;
    max-width: 55%;
}

.inner-brand-footer-menu .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-brand-footer-menu {
    margin-top: 25px;
    padding-bottom: 40px;
}

.wrapper-brand-footer-menu h1 {
    margin-bottom: 10px;
    font-family: RozhaOne;
}

aside#mega-menu--mobile .mega__screen.stacked{
    opacity: 0;
}

html.menu-active {
    overflow-y: hidden !important;
}

.wishlist-menu-mobile-link {
    position: relative;
}

aside#mega-menu--mobile .social-wrapper a.social-icon-link {
    margin: 0px 15px;
}

aside#mega-menu--mobile .social-wrapper a.social-icon-link:last-child {
    margin-right: unset;
}

.header-first-row a.social-icon-link {
    display: flex;
    align-items: center;
}

.header-first-row .inner-tudor-plaque {
    margin-right: 25px;
}

a.desktop-rolex-link {
    margin-left: 25px;
}

.middle-element.left .inner-icon-text-header.login-header-icon {
    margin-right: 5px;
}

.main-navigation.fixed-header .header-extra-row {
    height: 0;
    padding: 0 30px;
}

.header-extra-row {
    transition: all .2s ease-in;
}

aside#mega-menu--mobile a.social-icon-link {
    color: #104c82;
}

.inner-first-row-mobile-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-second-row-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.inner-first-row-mobile-menu .social-wrapper{
    margin: unset !important;
}

a.etheme-main-button-link:hover {
    color: #fff;
}

.et-icon-wrapper.menu-icon {
    height: 12px;
    width: 12px;
}

.et-icon-wrapper.menu-icon svg {
    height: 12px;
    width: 12px;
}

li.mobile-menu-collection-item a {
    display: flex;
    flex-direction: column;
    -webkit-tap-highlight-color: unset;
}

li.mobile-menu-collection-item {
    display: flex;
}

li.mobile-menu-collection-item img.collection-thumbnail {
    max-width: 150px;
}

ul.mobile-menu-collections-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

li.mobile-menu-collection-item {
    display: flex;
    margin-bottom: 20px;
}

span.collection-title {
    margin-top: 5px;
}

.category-list {
    margin: 20px 0 50px;
    /*display: none !important;*/
}

.category-list span {
    text-transform: uppercase;
    margin: 0 25px;
    font-size: 20px;
}

.category-list-mobile {
    justify-content: center;
    overflow-x: auto;
    margin: 30px auto 40px;
    width: 94%;
}

.category-list-mobile-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    margin-bottom: 5px;
}

.category-list-mobile-wrapper span {
    text-transform: uppercase;
    margin: 0 15px;
    font-size: 14px;
}

.category-list-mobile-wrapper span:nth-child(1) {
    margin-left: unset;
}

.category-list-mobile::-webkit-scrollbar {
    width: 5.5px;
    background-color: #2c3d2d;
    height: 4px;
}

.category-list-mobile::-webkit-scrollbar-track {
    background-color: #b8b8ba;
}

@media screen and (min-width:1100px){
    .inner-mobile-menu-opener{
        display: none;
    }
}

@media screen and (max-width:991px){
    .header__menuWrap {
        display: none !important;
    }

    aside#mega-menu--mobile .header__searchModule {
        top: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width:850px){
    .row-rolex-clock {
        margin-top: 60px;
    }
}


@media screen and (max-width:650px){
    .row-rolex-clock {
        margin-top: 30px;
    }

    .outgoing-image-inner img {
    max-width: 140px !important;
}

}

@media screen and (max-width:500px){
    li.mobile-menu-collection-item img.collection-thumbnail {
        max-width: 100%;
    }

    li.mobile-menu-collection-item {
        display: flex;
        margin-bottom: 20px;
        max-width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
}




.line-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.38) 40%, rgba(0, 0, 0, 0.13) 70%, rgba(0, 0, 0, 0.03) 90%, transparent 100%);
    pointer-events: none;
    z-index: 2;
    z-index: 9999;
}

.line-title {
    /* writing-mode: tb-rl; */
    text-transform: uppercase;
    font-size: 29px;
    margin-right: 30px;
    position: absolute;
    z-index: 99999;
    bottom: 10px;
    color: white;
    left: 10px;
    line-height: 1;
    font-size: 130%;
}

.line-cats {
    display: none;
}

.line-inner {
    width: fit-content;
    position: relative;
}

.line-info-wrapper {
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
}

.header__language-switcher {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    max-width: 100px;
}

.woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    max-height: 90vh;
    height: 100% !important;
}