/*
Theme Name: Fireplace Superstore
Theme URI: https://fireplacesuperstoredm.com
Author: Hearst
Author URI: https://hearstdms.com
Description: Child Theme for Fireplace Superstore
Template: betheme
Version: 1.6.2
*/


.woocommerce span.onsale, .shop_slider .shop_slider_ul li .item_wrapper span.onsale {
    background-color: #b82116;
    padding: 10px 15px 10px 20px;
    margin: 0!important;
    width: auto;
    height: auto;
    left: -12px!important;
    top: 15px!important;
	font-weight: normal;
    font-style: italic;
    border-radius: 0 50px 50px 0;
	border:1px solid white!important;
	right: unset!important;
}


span.onsale:before {
    width: 0px;
    height: 0px;
    border-right-color: #6f140d;
    border-width: 0px 11px 11px 0px;
    position: absolute;
    bottom: -12px;
    left: 1px;
    content: '';
    border-style: solid;
}

.woocommerce .product div.entry-summary h1.product_title{
    font-size: 24px;
}

.woocommerce .quantity input.qty{
	margin-bottom: 0;
    padding: 0px;
    min-width: unset;
}

tr.woocommerce-grouped-product-list-item td {
    padding-bottom: 0!important;
}

h2.woocommerce-Reviews-title{
	display:none;
}

.woocommerce h2.woocommerce-Reviews-title {}

.woocommerce form#commentform {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce p.comment-form-comment {
    order: 0;
}

.woocommerce .comment-form-rating {
    order: 1;
}

.woocommerce p.form-submit {
    order: 2;
    margin-left: auto!important;
}