/*
Theme Name:     Fresho
Theme URI:      https://fresho.ir
Description:    A child theme of Twenty Twenty-Five
Author:         Your Name
Author URI:     https://fresho.ir
Template:       twentytwentyfive
Version:        1.0
Text Domain:    twentytwentyfive-child
*/


/* Fro Remove Black Border Around The Element */
.wp-site-blocks *:focus {
    outline-width: 0;
}

/* Checkout Page */
 #billing_country_field, #billing_state_field, .woocommerce-checkout .blockUI.blockOverlay {
    display: none !important;
}


/* Center billing and shipping columns */
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.woocommerce-page table.shop_table {
    width: 100% !important;
}

/* Center the checkout form container */
.woocommerce .col2-set, 
.woocommerce-page .col2-set{
    width: 70%;
    margin: 0 auto;
}

#order_review_heading {
    display: none;
}

/* Center the order review section */
.woocommerce-checkout-review-order {
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
.woocommerce .col2-set, .woocommerce-page .col2-set, .woocommerce-checkout-review-order {
  width: 100% !important;
}
}




.woocommerce ul#shipping_method li input {
  width: 20px;
  height: 20px;
}

ul#shipping_method li span.amount {
    float: left;
}
