/* 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';
    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: #000;
}

.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: #f9f9f9;
    border-radius: 0 0px 50px 50px;
}

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

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

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

span.inner-txt-customer-care {
    text-transform: uppercase;
    color: #000000;
    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: #000;
    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;
    cursor: pointer;
}

.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 {
    box-shadow: 1px 2px 8px #cbcbcb !important;
    border-radius: 20px;
    background: white;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
}

