/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
p.woocommerce-shipping-destination
Specificity: (0,1,1)
 {
    display: none !important;
}
/* والد فیلدها */
.woocommerce-billing-fields__field-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

/* اندازه پیش فرض */
.woocommerce-billing-fields__field-wrapper .form-row{
    width:100%;
    margin:0;
}

/* ردیف اول */
#billing_first_name_field{
    order:1;
    width:calc(50% - 8px);
}

#billing_last_name_field{
    order:2;
    width:calc(50% - 8px);
}

/* ردیف دوم */
#billing_state_field{
    order:3;
    width:calc(50% - 8px);
}

#billing_city_field{
    order:4;
    width:calc(50% - 8px);
}

/* ردیف سوم */
#billing_address_1_field{
    order:5;
    width:100%;
}

/* ردیف چهارم */
#billing_postcode_field{
    order:6;
    width:calc(50% - 8px);
}

#billing_phone_field{
    order:7;
    width:calc(50% - 8px);
}


/* موبایل */
@media (max-width:767px){

    #billing_first_name_field,
    #billing_last_name_field,
    #billing_state_field,
    #billing_city_field,
    #billing_postcode_field,
    #billing_phone_field{
        width:100%;
    }

    #billing_first_name_field{order:1;}
    #billing_last_name_field{order:2;}

    #billing_state_field{order:3;}
    #billing_city_field{order:4;}

    #billing_address_1_field{order:5;}

    #billing_postcode_field{order:6;}
    #billing_phone_field{order:7;}
}






label[for="billing_state"] span.optional {
    display: none !important;
}
#shipping_method li {
    text-align: right;
}
#shipping_method li label {
    display: inline-block;
	    font-size: 13px;
}
#shipping_method li input {
    float: right;
    margin-left: 5px;
}
a.showcoupon {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}
.woocommerce-form-login-toggle {
    display: inline-block;
    width: 50%;
    font-size: 13px;
}

.woocommerce-form-coupon-toggle {
    display: inline-block;
    width: 50%;
    padding-right: 6px;
    font-size: 12px;
    border-right: 1px solid #ccc;
}
.woocommerce-account-fields > h6.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: none;
}

.woocommerce-billing-fields h3#\31 _field {
    font-size: 14px;
}
.woocommerce-billing-fields h3#\31 _field:after {
    content: "شماره موبایل خود را وارد نمایید سپس یک رمز عبور انتخاب کنید تا دفعات بعد بتوانبد با آن وارد سایت شوید سپس روی دکمه تایید شماره موبایل کلیک کنید و کد تایید پیامک شده را وارد نمایید.";
}
p#billing_country_field {
    display: none;
}
.validate-state span.optional {
    display: none;
}

body.dig_hideccode * {
    font-size: unset !important;
}
.searchsubmit span {
    font-size: 0 !important;
}
.whb-header-bottom .wd-header-cats
 {
   
}
.wd-buttons.wd-pos-r-t {
    display: none;
}
.wd-buttons {
    display: none !important;
}
p#billing_email_field
 {
/*     display: none; */
}
#billing_phone{
	display: block !important;
}
p#billing_phone_field span.optional {
    display: none;
}