/*
Theme Name: Blacksilver Child
Description: Child theme for Blacksilver.
Author: Sriret Cherif Amine
Template: blacksilver
Version: 1.0
*/

.woocommerce .add_to_cart_button:before {
    left: 12px !important;
}

.author-info, .title-container-outer-wrap {
     margin-bottom: 0 !important; 
}

.title-container-outer-wrap {
    padding: 50px 0 35px 0 !important;
}

.woocommerce .cart_totals h2 {
    text-align: center !important;
    font-weight: 900 !important;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding: 17px;
}
.cart_totals.calculated_shipping table.shop_table.shop_table_responsive {
    margin-bottom: 15px !important;
}

.cart_totals.calculated_shipping {
    padding: 0 !important;
}

.wc-proceed-to-checkout {
    float: inline-end;
}

.woocommerce-checkout-review-order div#payment {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.woocommerce-checkout-review-order .form-row.place-order {
    padding: 0 !important;
    text-align: justify;
}
 .woocommerce-checkout #customer_details {
    /* display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; */
    margin-bottom: 0 !important;
} 


input.d-none {
    display: none;
}