/*SINGLE PRODOTTO*/
.woocommerce button.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    gap: 4px;
    color: #fff;
    background: #277dc1 !important;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 7px;
    transition: 0.3s ease;
}

.woocommerce button.button:hover {
    background: #16639d !important;
}

.woocommerce button.single_add_to_cart_button:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M2.82 2.858A.936.936 0 0 1 3.753 2h8.494c.487 0 .892.373.933.858l.815 9.784a1.403 1.403 0 0 1-1.398 1.52H3.403a1.403 1.403 0 0 1-1.398-1.52zm3.426 1.48c0 .952.803 1.755 1.754 1.755S9.754 5.29 9.754 4.34a.585.585 0 0 1 1.17 0c0 1.597-1.327 2.923-2.924 2.923S5.076 5.936 5.076 4.34a.585.585 0 1 1 1.17 0' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.woocommerce .woocommerce-Price-amount {
    color: #333;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    font-style: normal;
}

.woocommerce .cptwooint-cart-btn-wrapper {
    padding-block: 24px;
}

.woocommerce .cptwooint-cart-btn-wrapper .qty {
    width: 30px;
    min-width: 0;
    height: 30px;
}

.woocommerce .cptwooint-cart-btn-wrapper .qty::-webkit-input-placeholder {
    text-align: center !;
}

.woocommerce .cptwooint-cart-btn-wrapper .qty::-moz-placeholder {
    text-align: center !;
}

.woocommerce .cptwooint-cart-btn-wrapper .qty:-ms-input-placeholder {
    text-align: center !;
}

.woocommerce .cptwooint-cart-btn-wrapper .qty::-ms-input-placeholder {
    text-align: center !;
}

.woocommerce .cptwooint-cart-btn-wrapper .qty::placeholder {
    text-align: center !;
}

/*Avviso Consegna Rapida*/
.avviso-consegna p {
    color: #5d5d5d;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 !important;
    font-style: normal;
}
