/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.page-my-account #content .links a#order-slips-link,
.page-my-account #content .links a#emailsalerts,
.page-my-account #content .links a#psgdpr-link,
#leo_product_reviews_block_extra,
.product-flags li.product-flag.out_of_stock {
    display: none;
}

.btn.add-to-cart {
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #3a3a3a;
}
h1 {
    font-size: 1.4rem;
}
.page-my-account #content .links a i {
    font-size: 2.5rem;
    padding-bottom: 3rem;
    color: #b30000;
}
.page-my-account #content .links a {
    text-transform: none;
}
.page-my-account #content .links a span.link-item {
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
.btn-primary:hover {
    background-color: #ff9800;
}

/** Header **/
#header .bottomnav {
    padding: 0;
    background: #ebebeb;
}
#header .bottomnav .ApRow {
    padding: 18px 0 0;
}
#header .header-top {
    background: #ebebeb;
}

/** Footer **/
.footer-container .block #block-newsletter-label {
    text-transform: none !important;
}
.btn-primary:hover {
    background-color: #ff9800;
}
p {
    line-height: 1.6;
}

.text-danger .title_block {
    color: #cd1433;
text-align: center;
}

.product-prices .current-price {
    color: #cd1433 !important;
}

@media (min-width: 992px) {
    .footer-top {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
        background-color: #3a3a3a;
    }    
}

#wrapper {
    min-height: 400px;
}

.thumbnail-container .product-price-and-shipping.has_discount .regular-price {
    color: darkred;
}
.thumbnail-container .product-price-and-shipping.has_discount .price {
    color: black;
    font-size: 1.3rem;
}

.percentuale-sconto {
    display: inline-block;
    padding: 3px 5px;
    background-color: crimson;
    color: #fff;
    position: absolute;
    right: 0;
}
.pos-relative {
    position: relative;
}