/*
 Theme Name:   Pippo Child
 Theme URI:    https://wordpress.com
 Description:  This is a child theme for Pippo
 Author:       Goalthemes
 Author URI:   #
 Template:     pippo
 Version:      1.0.0
 Text Domain:  pippo-child
*/

.tripsygo-free-shipping-box{
    background:#f7f7f7;
    border-radius:12px;
    padding:18px;
    margin-bottom:22px;
}

.tripsygo-free-shipping-title{
    font-weight:600;
    color:#1b235a;
    margin-bottom:12px;
    line-height:1.4;
}

.tripsygo-free-shipping-bar{
    width:100%;
    height:12px;
    background:#e7e7e7;
    border-radius:999px;
    overflow:hidden;
    margin-bottom:12px;
}

.tripsygo-free-shipping-bar span{
    display:block;
    height:100%;
    background:#ff5a4f;
    border-radius:999px;
    transition:width .3s ease;
}

.tripsygo-free-shipping-text{
    font-size:15px;
    line-height:1.5;
    color:#1b235a;
}

.tripsygo-free-shipping-success{
    color:#1b235a;
    font-weight:600;
}

.tripsygo-free-shipping-box {
    display: block !important;
    background: #f7f7f7 !important;
    border-radius: 12px !important;
    padding: 18px !important;
    margin-bottom: 22px !important;
}

.tripsygo-free-shipping-title {
    display: block !important;
    font-weight: 600 !important;
    color: #1b235a !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
}

.tripsygo-free-shipping-bar {
    display: block !important;
    width: 100% !important;
    height: 12px !important;
    background: #e7e7e7 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
}

.tripsygo-free-shipping-bar span {
    display: block !important;
    height: 100% !important;
    background: #ff5a4f !important;
    border-radius: 999px !important;
    transition: width .3s ease !important;
}

.tripsygo-free-shipping-text {
    display: block !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #1b235a !important;
}

.tripsygo-free-shipping-success {
    color: #1b235a !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {

    .woocommerce-cart table.cart td.actions .coupon {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 12px !important;
    }

    .woocommerce-cart table.cart td.actions .coupon label {
        display: block !important;
        width: 100% !important;
        float: none !important;
        text-align: left !important;
        margin: 0 0 6px 0 !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon input.input-text {
        width: 100% !important;
        min-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .button,
    .woocommerce-cart table.cart td.actions .coupon button,
    .woocommerce-cart table.cart td.actions .coupon input[type="submit"] {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

