/*******************
PRIMA DI MODIFICARE ESEGUIRE UNA COPIA
*******************/

/****DISPLAY NONE****/
footer .block-newsletter {
    display: none;
}
/************/

.fs-product {
    font-weight: bold;
    color: green;
    font-size: 1.2rem;
}

.product-quantity {
    flex-wrap: nowrap !important;
    flex-direction: row;
} 

.custom-banner-product {
    border: 4px solid red;
    margin-bottom: 20px;
    padding: 10px;
}

body {
    font-size: 16px;
    line-height: 24px;
}

#amegamenu .anav-top .amenu-item.out-offers {
    background-color: #000;
    color: #fff;
}

#whatsapp_button {
    position: fixed;
    bottom: 3%;
    right: 2.9%;
    background-color: #25D366;
}

#amegamenu .anav-top .amenu-link.out-offers .amenu-link:hover {
    color: #fff;
}

body#index .main-content .container .row #content-wrapper {
    width: 100% !important;
}

body#index .main-content .container .row #left-column,
body#index .main-content .container .row #content-wrapper #form_sel_modello_kro,
body#category .main-content .container .row #content-wrapper .subcategories {
    display: none !important;
}

#wrapper {
    background-color: #fff;
}

section#main.container {
    width: 100%;
}

#header .desktop-sticky-wrapper,
#header .desktop-sticky-wrapper.is-sticky [data-sticky-menu],
.btn.btn-primary, .btn-primary, .btn.btn-primary.disabled, .btn.btn-primary:disabled,
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover,
#header .mobile-header-version .mobile-menu-icon, #footer .footer-bottom,
.add-to-cart, .add-to-cart.disabled, .add-to-cart:disabled,
.pagination .page-list .current a {
    background-color: #ff0000;
}

.btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ff0000;
    opacity: 0.8;
}

#amegamenu .anav-top .amenu-item.outlet-menu {
    background-color: #000;
}

#amegamenu .anav-top .amenu-item.outlet-menu:hover {
    background-color: #fff;
}

.anav-top .amenu-item:hover .amenu-link, .anav-top .amenu-link:hover {
    color: #000000;
}

.anav-top .amenu-item:last-child:hover .amenu-link, .anav-top .amenu-link:hover {
    color: #fff;
}

#header .left-nav-trigger .left-nav-icon {
    color: #ff0000;
}

.anav-top .amenu-link  {
    color: #fff;
}

#amegamenu .anav-top .amenu-link>sup {
    display: none;
}

.products-selection .total-products p {
    color: #ff0000 !important;
}

.container {
    width: 1200px;
}

#best_selection_row_home img {
    width: 100%;
}

#footer {
    background-color: #000;
    color: #fff;
}

#footer .footer-main .footer-left a,
#footer .footer-main .footer-left .fa,
#footer .footer-bottom ul li a:hover,
#footer .footer-main .h4 {
    color: #ff0000;
}

#footer .footer-bottom ul li a {
    color: #fff;
}

.footer-menu .linklist:first-of-type {
    display: none;
}

.footer-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-right .linklist {
    flex: 0 38%;
    order: 1;
    -webkit-order: 1;
}

.footer-right .footer-menu {
    flex: 0 60%;
    order: 2;
    -webkit-order: 2;
}

.footer-right .footer-menu .row .linklist {
    flex: 0 100%;
}

.main-product-details .product-add-to-cart .inline-style .add-to-cart:hover,
.add-to-cart:hover {
    background-color: #c80f16;
}

.product-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav-tabs .nav-item {
    margin: 0;
}

body#contact .lg-bottom {
    margin-bottom: 0;
}

.custom-column-wrapper {
    background: #fff;
    border: 1px solid #c7c7c7;
    padding: 15px;
}

.custom-column-wrapper-title {
    margin-top: 50px;
    border: 1px solid #c7c7c7;
    padding: 15px;
}

.custom-column-wrapper-title p {
    font-size: 1.0625rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Roboto Condensed,sans-serif;
    color: #3d3d3d;
    margin: 0;
}

@media screen and (max-width: 1280px) {
    .container {
        width: 1024px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: calc(100% - 100px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: calc(100% - 50px);
    }
}
