

/*START css per product page*/

.flex_container_colore {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.flex_riga {
    background-color: #eee;
    text-align: center;
    flex-direction: row;
    display: flex;
    overflow-x:auto;
}

.flex_taglia {
    text-align: center;
    width:100px;
    margin:10px;
}

.etichetta_taglia {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.etichetta_prezzo,
.etichetta_disponibilita {
    font-size: 18px;
    color: #aaa;
    line-height: 19px;
}

.etichetta_disponibilita {
    font-style: italic;
    margin-top: -10px;
    font-size: 16px;
    line-height: 17px;
}

.etichetta_prezzo_totale_taglia {
    font-size: 18px;
    margin:10px;
    font-weight: 400;
}

.etichetta_prezzo_totale {
    margin:10px;
    font-size: 25px;
    margin-left:auto;
    color: #a08228;
    font-weight: bold;
    position: absolute;
    right: 0;
    margin-top: -57px;
}

.quadrato_colore {
    display: flex;
    width:80px;
    height:80px;
    /*background-color: #aaa;*/
}

.flex_container_colore .flex_riga .quantity-container button{
    width: 25px;
}

.flex_container_colore .flex_riga .quantity-container input{
    width: 50px;
}

.flex_container_colore h3{
    margin: 20px 0;
    font-size: 25px;
}

/*END css per product page*/


.red{
    color: red !important;
}

.wallet-icon {
    background-image: url('../images/icon_wallet.svg');
    width: 25px;
    height: 25px;
    margin-top: 10px !important;
}

.cart-item-list .item .item-image img {
    height: 160px;
    width: 160px;
}

.checkout-process .col-main .step-content .cart-item-list .item .row .title-fashen,
.checkout-process .col-main .step-content .cart-item-list .item .row .title-shared-fashen{
    color: #A5A5A5;
    font-weight: 500;
}

.checkout-process .col-main .step-content .cart-item-list .item .row .value-fashen{
    font-size: 18px;
    font-weight: 600;
}

.checkout-process .col-main .item-details .item-title,
.cart-item-list .item .item-details .item-title{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.checkout-process .col-main .item-details  div.item-options.red{
    margin-top: 10px;
}

#change-message-alert{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    margin-top: 15px;
}

.page-header.variant-7 .exp-search-only-code,
.page-header.variant-8 .exp-search-only-code {
    visibility: hidden;
}
.exp-search-only-code {
    display: none;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 44px;
    z-index: 11;
    top: 15px;
    cursor: pointer;
    text-align: center;
}

header.variant-4:not(.is-sticky) .exp-search-only-code,
header.variant-5:not(.is-sticky) .exp-search-only-code,
header.variant-6:not(.is-sticky) .exp-search-only-code {
    top: 9px;
}

.exp-search.exp-search-open .exp-search-only-code {
    display: block;
}

.exp-search-only-code {
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.exp-search-only-code {
    color: #a08228;
}

.exp-search.exp-search-open .exp-search-only-code {
    z-index: 11;
    right: 75px;
    width: 140px;
    display: block;
}

.only_code_text{
    vertical-align: top;
}

.header-links.suppliers{
    display: inline-block;
    line-height: 30px;
    padding: 5px 5px;
    color: #333745;
    text-decoration: none;
    cursor: pointer;
}

.header-links.suppliers li.dropdown-open .right-content-menu .account li {
    padding: 20px !important;
}

div.header-links.suppliers ul li ul li{
    padding: 20px !important;
}

.block-minicart .btn-alt, .block-minicart .btn{
    font-size: 13px;
}

section.product-detail div.layouter .form-container .details{
    width: 100%;
}

.nav > li:hover > a{
    color: #a08228;
}

.card-brand .panel-heading{
    color: #a08228;
    font-weight: 600;
}

.card-brand img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    max-height: 262px;
}

.row.flex{
    display: flex;
    flex-wrap: wrap;
}

.pagination .page-item{
    border: 1px solid #e3e0e0;
}

.pagination .page-item.active{
    background: #a08228;
    border-color: #a08228;
}

.brand-box{
    margin: 0 0 10px;
    color: #8f8f8f;
}

.product-item.large .product-item-name a{
    color: #a08228;
    font-weight: 700;
}

.product-info-block.classic .product-name{
    color: #a08228;
}

.auth-content .login-form{
    max-width: none;
    min-width: 100% !important;
}

.img-login-supplier{
    background-color: #c1c1c1;
    background-image: url('../images/custom/login-supplier.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    background-position: center bottom;
}


/* Desktop Header */
@media screen and (min-width: 992px) {
    .nav > li > a,
    .nav > li > a:focus {
        position: relative;
        z-index: 100;
        line-height: 72px;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0 10px;
        font-family: 'Oswald', sans-serif;
        color: #191919;
    }

}

footer.variant4 .footer-top {
    padding: 20px;
}
.product-actions #wishlist-changer{
    z-index: 1;
}

.hide-desktop{
    display: none !important;
}

.hide-mobile{
    display: block !important;
}

.pagination{
    width: 100%;
    text-align: center;
}

.cart-content .right-side.mobile {
    display: none !important;
}

@media (max-width: 1199.98px) {
    .container-social-feed{
        display: none;
    }

    .cart-content .left-side{
        width: 100% !important;
    }

    .cart-content .right-side.mobile {
        width: 100% !important;
        display: block !important;
        margin-left: 0 !important;
        margin-top: 20px;
        top: 0 !important;
    }

    .cart-content .right-side.desktop {
        display: none !important;
    }

    .cart-content .misc-controls{
        top: 0 !important;
        margin-top: 20px !important;
    }

    .checkout-process .col-main .step-content .order-description .pull-left{
        width: 100% !important;
        float: none !important;
        margin: 10px 0 25px 0;
    }

    .checkout-process .col-main .step-content .order-description .pull-right{
        width: 100% !important;
        float: none !important;
    }

    #checkout #checkout-place-order-button{
        width: 100% !important;
    }
}

/* START optimize mobile */
@media screen and (max-width: 991px) {
    .hide-desktop{
        display: block !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .header-logo{
        height: 55px;
    }
    .container.container-header{
        padding: 0 !important;
    }
    .header-link.header-cart > a{
        bottom: 44px;
    }
    .header-links.suppliers,
    .header-link.header-currency,
    .header-link.header-language
    {
        display: none;
    }
    header div.header-links.suppliers.mobile a.btn.btn-primary.btn-md{
        margin: 8px;
    }
    footer.variant2 .footer-payment-link, footer.variant4 .footer-payment-link {
        padding: 20px;
    }
    #address-section > form > div > div.form-header{
        display: block;
        height: 100%;
    }
    #address-section > form > div > div.form-header .checkout-step-heading{
        display: block;
        float: none;
    }
    #address-section > form > div > div.form-header .btn.btn-lg.btn-primary{
        display: block;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #summary-section div.address-summary{
        display: block;
    }
    #summary-section div.address-summary .billing-address,
    #summary-section div.address-summary .shipping-address{
        margin-right: 0;
    }
    .checkout-process .col-main .step-content .address-summary div.billing-address{
        margin-bottom: 40px;
    }
    #summary-section .cart-item-list .item{
        display: block;
    }
    #summary-section div.item-image{
        margin-right: 0;
    }
    #summary-section div.item-image img{
        /*width: 100%;*/
        height: auto;
    }
    .checkout-process .col-main .item-details .item-title, .cart-item-list .item .item-details .item-title{
        margin-top: 20px;
    }
    .img-login-supplier{
        display: none;
    }
    #change-message-alert{
        margin-bottom: 0;
        margin-top:0;
        text-align: center;
    }
    #change-message-alert a.btn-danger{
        font-size: 12px;
    }

    section.cart .cart-content .left-side {
        width: 100%;
        float: none;
        display: block;
        position: relative;
    }
}
@media only screen and (max-width: 574px) {
    section.cart .cart-content .left-side .misc-controls {
        top: 300px;
    }
}
/* END optimize mobile */