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

.product-price-note {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
}

.product-label.wd-shape-round.out-of-stock {
	max-width: none !important;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.website-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.main-page-wrapper {
    flex: 1;
}