/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.woocommerce a.awooc-custom-order.button.alt{
    color: #ffffff;
	background: #6664b4;
    margin-top:-10px;
}

.woocommerce #order_review table.shop_table tr.woocommerce-shipping-totals td {
    border: inherit;
    padding: 1rem 0;
    text-align: left;
}

/**
* Доставка
*/
.woocommerce ul#shipping_method {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0vw;
    /*    box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: inherit;
        justify-content: flex-start;
        align-content: space-around;*/
}

.woocommerce ul#shipping_method li,
.woocommerce-cart #shipping_method li,
.woocommerce-checkout #shipping_method li {
    /*    flex: 0 1 33.33333%;
        max-width: 33.33333%;
        box-sizing: border-box*/
    margin: 0;
    padding: 0;
    text-indent: 0;
    line-height: 1.2;

}

/*
form input[type="checkbox"], form input[type="radio"] {
    display: none !important;
}*/
form input[type="checkbox"], form input[type="radio"] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
   
}

.woocommerce form #order_review table.shop_table input.shipping_method + label {
    position: relative;
    display: block;
    padding: .75rem;
    color: #000000;
    text-decoration: none;
    border: solid 1px #e3e3e3;
    background: #e3e3e3;
    cursor: pointer;
    margin: 0;
    min-height: 4rem;
    vertical-align: middle;
}

.woocommerce form #order_review table.shop_table input.shipping_method + label:hover {
    border-color: #989898;
	background: #d9d9d9;
}

.woocommerce form #order_review table.shop_table input.shipping_method:checked + label .amount,
.woocommerce form #order_review table.shop_table input.shipping_method:checked + label {
    border-color: #fb3818;
    background: #fb3818;
    color: #fff
}

.woocommerce form #order_review table.shop_table input.shipping_method:checked + label:hover {
	background: #e31313;
}

.woocommerce form #order_review table.shop_table input.shipping_method + label .shipping-method-label {
    display: block;
    font-size: .75rem;
    font-weight: bold;
}

.woocommerce-Price-currencySymbol {
    font-size: .9rem
}

.amount {
    color: #353645;
}

.formaz {
    text-align:  center;
}