/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Header */
header .woodmart-search-form {
    max-width: 600px;
    margin: 0 auto;
}

/* Footer */
footer .main-footer {
    padding: 20px 0;
}

footer .main-footer .footer-sidebar {
    padding: 0;
}

footer .main-footer .footer-sidebar .footer-column {
    margin: 0;
}

footer .main-footer .footer-block .wpb_text_column {
    margin-bottom: 0;
}

footer .main-footer .footer-block .footer_bottom > div {
    float: left;
    width: 50%;
}

footer .main-footer .footer-block .footer_bottom {
    display: inline-block;
    width: 100%;
}

footer .main-footer .footer-block .footer_bottom .agreement {
    text-align: right;
}

@media (max-width: 1199px) {
	footer .main-footer .footer-block {
		margin: 0;
	}
}

/* Address */
#mshop_billing_address-postnum_field input[type=button].ms-open-popup-link, #mshop_shipping_address-postnum_field input[type=button].ms-open-popup-link {
    border-radius: 30px !important;
    padding: 13px 14px !important;
}

#mshop_billing_address-postnum_field .postnum, #mshop_shipping_address-postnum_field .postnum {
    width: 85px !important;
}

/*---------------------
mshop-members-s2 [accodion mobile - register]
---------------------*/
.mfs_form form.ui.form .ui.accordion div.title {
    display: inline-block;
    height: auto;
}

.mfs_form form.ui.form .ui.accordion div.title .ui.checkbox {
    height: auto !important;
}

/*---------------------
mshop-members-s2 register type-step_big-number
---------------------*/
.ui.steps.mfs_wrapper.step_big-number .step.mfs_item div.content {
    max-width: calc(100% - 46px);
}