/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */

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

footer .widget {
    padding-bottom: 0;
}

footer .widget p {
    margin-bottom: 0;
}

.nm-footer-bar-inner {
    padding: 15px 0;
}

/* Cart */
.msbn-cb {
    margin-bottom: 5px;
}

/* Single Product */
.woocommerce .variations {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-variation {
    margin: -20px 0 20px;
    border-bottom: 1px solid #dadada;
}

.woocommerce div.product .nm-quantity-wrap > label {
    display: none !important;
}

#review_form .comment-form-cookies-consent input,
#review_form .comment-form-cookies-consent label {
    width: auto;
    display: inline-block;
}

#review_form .comment-form-cookies-consent input {
    margin-right: 10px;
}

.star-rating:before {
    display: none;
}

@media (max-width: 550px) {
.woocommerce .tabs {
    display: flex;
    justify-content: space-around;
}
}

/* Checkout */
.woocommerce-shipping-fields .address-book tr td {
    vertical-align: middle;
}

.mfp-content .msaddr-search-popup .msaddr-search-wrap .msaddr-search-header button.mfp-close i {
    color: white;
}

.woocommerce #mshop_billing_address-postnum {
    display: inline-block;
}

.woocommerce .msaddr_edit_btn {
    margin-top: 20px;
}

/* My Account */
.woocommerce .mshop-enable-kr label {
    display: block;
}