/*******************
PRIMA DI MODIFICARE ESEGUIRE UNA COPIA
*******************/

/****DISPLAY NONE****/
footer .block-newsletter {
    display: none;
}
/************/

#layout-error .logo img {
    width: 100%;
}

.custom-banner-product {
    border: 4px solid red;
    margin-bottom: 20px;
    padding: 10px;
}

.custom-banner-product img {
    width: 16px;
}

.main-product-details .product-add-to-cart .inline-style .add {
    width: 60%;
}

#layout-error #main img {
    max-width: 200px;
}

.fs-product {
    font-weight: bold;
    color: green;
    font-size: 1.2rem;
}

.product-price {
    color: green;
}

.header-event-banner .container {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
}

#header .header-event-banner .header-event-banner-wrapper {
    padding: 0;
}

.header-right .whatsapp-button {
    height: 40px;
}

.header-right .whatsapp-button img {
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 24px;
}

body#index .main-content .container .row #left-column,
body#index .main-content .container .row #content-wrapper #form_sel_modello_kro {
    display: none;
}

#amegamenu .anav-top .amenu-item.last-menu-voice {
    background-color: #000;
    color: #fff;
}

body#index .main-content .container .row #content-wrapper {
    width: 100%;
}

#wrapper {
    background-color: #fff;
}

#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 {
    background-color: #008a22;
}

.btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #008a22;
    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;
}

#header .left-nav-trigger .left-nav-icon, a:hover {
    color: #008a22 !important;
}

.anav-top .amenu-link  {
    color: #fff;
}

#amegamenu .anav-top .amenu-link>sup {
    display: none;
}

.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: #008a22;
}

#footer .footer-bottom ul li a {
    color: #fff;
}

.main-product-details .product-attributes .attribute-item {
    display: none;
}

.product-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav-tabs .nav-item {
    margin: 0;
}

.container-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 375px;
    position: relative;
    border: 1px solid #008a22;
}

.container-rectangle-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #008a22;
}

a.custom-link,
a.banner_link {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.banner2 a:before {
    border-color: #008a22;
}

.banner2 a:hover:before {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    visibility: visible;
}

.rectangle-image {
    mix-blend-mode: multiply;
}

body#category .subcategories {
    display: none !important;
}

@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);
    }
}
