/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
a.button.add_to_cart_button {
    background-color: #245698 !important;
}
@media (max-width: 600px) {
    .woocommerce #payment #place_order {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: unset !important;
        z-index: 1000;
	margin-left:auto;
	margin-right:auto;
	width:86% !important;
}

    body.woocommerce-checkout {
        margin-bottom: 60px;
    }
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .label {
    margin-bottom: -20px;
}


/* Hide empty wrapper elements */
.sale-percentage-wrapper:empty {
    display: none !important;
}

/* Or if the wrapper contains only whitespace */
.sale-percentage-wrapper {
    display: none;
}
.sale-percentage-wrapper:not(:empty) {
    display: block;
}