/*
Theme Name: Spire-Spice
Description: Spire-Spice
Author: Spire-Spice
Author URI: Spire-Spice
Author Email: Spire-Spice
Version: 1.9.70
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/

/*------ Global CSS ------*/

.no-margin-text p:last-child{
    margin: 0 !important;
} 

.post-content p{
  margin-bottom: 10px !important;  
  font-size: 16px !important;
} 

.post-content h2, .post-content h3, .post-content h4{
  margin: 10px 0 !important;  
  font-weight: 600 !important;
} 

.post-content h5, .post-content h6{
    margin: 0px 0px 20px 0 !important;
} 

.blog-content h6{
    display: inline-block;
    background: #C69842;
    padding: 10px;
    border-radius: 10px;
}

.blog-content p{
    text-transform: capitalize;
	color: #000000b3 !important;
}

.blog-content ul li{
	text-transform: capitalize;
	font-size: 16px !important;
}

.post-content ul{
    margin-left: 0px;
	text-align: left !important;
	padding-left: 20px;
	padding-bottom: 10px;
}

.post-content ul li{
    font-weight: 500 !important;
}



/* WooCommerce 2-Column Checkout Layout */
.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details {
    width: 50%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}

.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 50%;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
}

/* Clear floats */
.woocommerce form.checkout {
    display: block;
    overflow: hidden;
}

/* Make billing and shipping stack within left column */
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    float: none;
}

/* Additional information section - keep in left column */
.woocommerce-additional-fields {
    clear: both;
}

/* Style the order review box */
.woocommerce-checkout-review-order {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 8px;
}

/* Payment section styling */
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

/* Place order button */
.woocommerce #place_order {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    margin-top: 15px;
}

/* Responsive - stack on mobile */
@media (max-width: 768px) {
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .woocommerce-checkout #order_review {
        margin-top: 30px;
    }
}






/*------ Prduct Page -------*/

#openCart3{
    cursor: pointer !important;
}

#openCart{
    cursor: pointer !important;
}

/*------ Responsivness -------*/

@media(max-width: 767px){
    .no-br br{
        display: none;
    }

    .responsive-menus .menu-item a{
        align-items: center !important;
        justify-content: center !important;
    }

    .responsive-menus .elementor-nav-menu--layout-vertical>ul>li>a {
        justify-content: center !important;
    }
}