/**
Theme Name: Astra child
Author: masum
Author URI: https://fiverr.com/wp_masum
Description: Astra child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



.woocommerce-billing-fields h3{
	display: none;
}

.checkout-step {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.next-step, .prev-step {
    margin-top: 10px;
    padding: 10px 20px;
    background: #0071a1;
    color: #fff;
    border: none;
    cursor: pointer;
}

.prev-step {
    background: #555;
}



.custom-cart-container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cart-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
}

.woocommerce-cart-form table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.woocommerce-cart-form th, 
.woocommerce-cart-form td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.woocommerce-cart-form th {
    background: #f8f8f8;
    font-weight: bold;
}

.product-name a {
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}

.checkout-button {
    text-align: right;
    margin-top: 20px;
}

.checkout-button a {
    display: inline-block;
    padding: 20px 40px;
    background: #000;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
	border-radius: 50%;
}

.checkout-button a:hover {
    background: #218838;
}



/* CART DESIGN NEW*/

#post-1531{
	width: 1000px;
	margin: 0px auto;
}

@media only screen and (max-width: 768px) {
    #post-1531 {
        width: 100%;
    }
	.ast-site-header-cart a.cart-container{
	color: #D90700 !important;
}
}



.order-summary thead, .order-summary tbody{
	display: none;
}