/* CART */
.cart-title h1 {
    font-family: "Poppins";
    color: #080808;
    font-size: 1em;
    font-weight: bold;
}

.woocommerce-cart-form .cart_item {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    align-items: center;
}

.cart_item .product-info-row1,
.cart_item .product-info-row2 {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
}

.cart_item .product-image {
    flex-grow: 1;
}

.cart_item .product-info {
    flex-grow: 11;
    font-family: "Poppins";
    color: #080808;
}

.cart_item .remove i {
    font-size: 0.6em;
}

.qty.input-text {
    padding: 0.1rem 1rem !important;
}

.woocommerce a.remove, .woocommerce a.remove:hover {
    background: none;
    color: #B91C00 !important;
}

.woocommerce a.remove:hover {
    transform: scale(1.2);
}

.product-title a {
    color: #080808;
    font-weight: 600;
}

.cart_item .product-image img.woocommerce-placeholder {
    width: 150px;
}

.cart_item .product-image img.attachment-woocommerce_thumbnail {
    width: 100px;
}


.cart_item .product-info-row1 {
    justify-content: space-between;
    border-bottom: 1px solid #080808;
}

.product-info-row2 .product-sku,
.product-info-row2 .product-price,
.product-info-row2 .product-quantity,
.product-info-row2 .product-subtotal {
    flex-grow: 1;
}

.woocommerce-cart .woocommerce {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    flex-grow: 1;
}

.cart-elem-coll {
    flex: 2 0;
    display: flex;
    flex-flow: row nowrap;
}

.cart-elem-coll > * {

}

.cart-elements {
    order: 1;
    flex: 2;
    padding: 0 20px 20px 20px;
}

.cart-collaterals {
    order: 2;
    flex: 1;
    padding: 20px;
    width: unset !important;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #DEE0E3;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: unset;
}

.cart-collaterals .checkout-button {
    border-radius: 50px !important;
    background-color: #808D13 !important;
    border: 1px solid #707070 !important;
    font-family: "Poppins";
    font-size: 1em !important;
    font-weight: 500 !important;
}

.upd-cart-btn {
    background-color: #fff !important;
    border: 1px solid #080808 !important;
    color: #080808 !important;
    border-radius: 50px !important;
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    margin-top: 50px !important;
    padding: 1em !important;
    width: 250px !important;
}

.cart_totals h2 {
    text-align: center;
    color: #080808;
    text-transform: uppercase;
    font-size: 1em;
}

.shipping-calculator-button {
    color: #39650C;
}

.woocommerce-shipping-totals td{
    text-align: right;
}

#scalapayPopUpTriggerMain{
    margin: 0 0 40px 0 !important;
    min-height: 20px !important;
    text-align: right !important;
    font-size: 0.7em !important;
}

.cart_totals {
    color: #080808;
}

.cart_totals .shop_table th, .cart_totals .shop_table td {
    background-color: #fff;
    border: 0 !important;
}

.woocommerce table.shop_table {
    border: 0px !important;
}

.cart_totals .order-total td,
.cart_totals .cart-subtotal td,
.cart_totals .tax-rate td {
    text-align: right;
    color: #080808;
}

.cart_totals .order-total td {
    color: #080808;
    font-size: 1.5em;
}

.wc-trust-payments {
    text-align: center;
    color: #3B3B3B;
    padding-bottom: 20px;
}

.wc-trust-payments p {
    margin-bottom: 30px;
    font-size: 0.8em;
}

.product-form-infos {
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}

.product-quantity, .product-subtotal {
    text-align: right;
}

.product-subtotal {
    font-weight: 600;
}

.input-text.qty {
    text-align: center !important;
    padding-left: 30px !important;
    width: 5.631em !important;
    border: unset !important;
    border-radius: 20px !important;
    outline-color: #808D13 !important;
}

/*
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce table.shop_table tbody th:not(:last-child), .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 400 !important;
}*/

.variation dt {
    display: none !important;
}

.variation dd {
    margin: 0 !important;
}

.cart_totals table.shop_table tbody tr:not(:last-child) th {
    font-weight: 400 !important;
}


.cart_totals table.shop_table tbody tr:last-child th,
.cart_totals table.shop_table tbody tr:last-child td::before {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 1.2em;
}

.cart-discount, .woocommerce-remove-coupon {
    color: #F40C39 !important;
}

.product-title .variation {
    font-size: 0.7em !important;
}

.coupon{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.coupon .button {
    border-radius: 50px !important;
    background-color: #808D13 !important;
    border: 1px solid #707070 !important;
    font-family: "Poppins";
    font-size: 1em !important;
    font-weight: 500 !important;
    padding: 1em 2em !important;
}

.coupon .input-text {
    border: 1px solid #d1d5db;
    font-size: 15px;
    color: #333 !important;
    border-radius: 50px !important;
    padding: 1em 1em 1em 2em !important;
    width: 250px;
    margin-right: 20px;
}

.cart-divider{
    margin-bottom: 40px;
    width: 100% !important;
    border-bottom: 1px solid #080808;
    height: 1px;
    margin-top: 40px;
}

#back-shipping .elementor-icon-box-icon {
    line-height: 1 !important;
}

.includes_tax{
    display: none !important;
}

@media only screen and (max-width: 767px) {
    #scalapayPopUpTriggerMain{
        margin-bottom: 30px !important;
    }

    .cart-elements{
        padding-bottom: 40px !important;
    }

    .cart-divider{
        margin-top: 20px;
    }

    .coupon{
        flex-direction: column;
    }

    .coupon .input-text{
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .product-quantity {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .coupon .button, .upd-cart-btn {
        width: 100% !important;
    }

    .coupon .button {
        padding: 1em !important;
    }

    .upd-cart-btn {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
        padding: 1em !important;
    }

    .cart_totals table.shop_table tbody tr:last-child td::before {
        font-size: 0.7em !important;
    }

    #back-shipping .elementor-icon-box-wrapper {
        display: flex !important;
        align-items: center;
    }

    #back-shipping .elementor-icon-box-icon {
        margin-bottom: 0 !important;
    }

    .input-text.qty {
        width: 3.631em !important;
        padding-left: 15px !important;
    }

    .product-subtotal {
        flex-grow: unset !important;
    }

    .product-form-infos {
        flex-direction: column;
        justify-content: space-between;
    }

    .product-info-sku-xs {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-content: center;
        align-items: flex-start;
    }

    .cart-title h1 {
        text-align: center;
    }

    .cart-elem-coll {
        flex: 2 0;
        display: flex;
        flex-flow: row wrap;
        flex-direction: column;
    }

    .product-info-row2 > * {
        font-size: 0.8em;
    }

    .cart_item .product-info-row2 {
        align-items: unset;
    }
}