html {
  scroll-behavior: smooth;
}
.variations a.reset_variations {
  display: none !important;
}
.variations{
    background: #f2f2f4;
    margin-top: 20px;
    border-radius: 5px;
}
.variations th.label,
.variations td.value {
    line-height: 14px;
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    padding: 10px 5px;
    margin: 0;
    color: #333;
    background: transparent !important;
    border: 0;
}
.variations th.label label{
    font-weight: 700;
    text-align: left;
}
form div.quantity{
    float: left;
    margin: 0 4px 0 0;
    width: 50px;
}
form div.quantity input{
    height: 50px;
    font-size: 36px;
    font-weight: 400;
    width: 100%;
    position: relative;
}
/* Pulsante aggiungi al carrello */
.variations_form.cart button.single_add_to_cart_button,
.single_add_to_cart_button {
    font-family: 'Open Sans', sans-serif;
    background: #e30613;
    font-size: 15px !important;
    width: calc(100% - 54px);
    height: 40px !important;
    text-transform: uppercase;
    margin: 5px 0 !important;
    vertical-align: middle;
    border-radius: 3px !important;
    color: #fff;
    font-weight: 700 !important;
    cursor: not-allowed;
    padding: 0.418em 1em !important;
}
.variations_form.cart button.single_add_to_cart_button:not(.disabled),
.single_add_to_cart_button {
    background-color: #E30613 !important;
    cursor: pointer;
}

/* PREZZO */
del{
    opacity: .5;
    display: inline-block;
    width: 100%;
}
del bdi{
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    text-decoration: line-through;
    letter-spacing: normal;
    line-height: 22px;
    color: #9d9d9c;
    display: inline-block;
}
ins{
    background: inherit;
}
ins bdi {
    font-size: 46px;
    line-height: 44px;
    font-weight: 700;
    color: #e30613;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.singlePrice{
    margin-bottom: 5px;
}
/* BLOCCO PRODOTTO */
.sidebar-product-block .firstWrapper{
    border: solid 4px #8B1913;
    background: #FFF;
    padding: 20px 20px 30px;
    border-radius: 20px;
}
.sidebar-product-block p.promo-summary{
    bottom: auto;
}
h1{
    font-size: 30px;
    line-height: 1.2;
}

/* ALTRO */
.testo-ombreggiato {
  text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}
.row.footerLP{
    justify-self: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
}
.row.footerLP img{
    margin: 0;
}
.wp-block-separator {
  border-top: 0px !important;
  margin: 0 !important;
}
.noMargin{
    margin: 0 !important;
}
.mobile{
    display: none !important;
}
.wpmtst-testimonial-content p {
    font-size: 18px;
    margin-bottom: 20px !important;
}
.reverseColumn{
    flex-direction: row-reverse;
}
.wpmtst-testimonial-heading{
    color: #8B1913 !important;
    text-transform: uppercase;
}
.gap5{
    gap: 5px !important;
}
.gap0{
    gap: 0px !important;
}
a.button.wc-forward {
    color: #ad0202 !important;
    font-weight: bold !important;
    background-color: #e9e6ed;
    border-radius: 3px;
}
.woocommerce-message {
    padding-bottom: 0;
}
.grecaptcha-badge {
    visibility: hidden;
}
/*.backgroundTaglio{
    background: url(https://stage.cpsconsulting.it/public/themes/cpsconsulting/resurces/img/background-single.png) no-repeat center top 0 !important;
}*/
@media(max-width: 974px){
    .reverseColumn{
        flex-direction: column;
    }
    .reverseColumn .sidebar-product-block{
        margin-top: -50px !important;
    }
    .columnGrow{
        flex-basis: 70% !important;
    }
    .columnDeGrow{
        flex-basis: 30% !important;
    }
    .row{
        margin: 0 !important;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .row::before,.row::after,
    .desktop,
    .colonnaVuota{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .altezzaMobile{
        min-height: 200px !important;
    }
    .fixedBottom{
        position: fixed;
        bottom: 15px;
        z-index: 999999;
        width: 50px;
        height: 50px;
        right: 15px;
    }
    .fixedBottom a{
        display: block;
        opacity: 0;
        transform: translateY(100px);
        transition: all .5s ease
    }
    .showBtn {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}
