/*
Theme Name: Gown Aayyra
Theme URI: https://web.facebook.com/ronytarafder99/
Author: Rony Tarafder
Author URI: https://themes.wesoftpress.com/
Description: This WordPress magazine theme that combines a clean, minimalist feel with a full featured theme.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/

.price_order p.price,
.price__container{
	display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
}
.price_order p.price del,
.price__container del{
	color:red;
}
.price_order p.price ins,
.price__container ins{
	    font-weight: 400 !important;
	text-decoration:none;
}

.price_off {
    color: #fff;
    background: #dc3545;
    border-radius: 10px 12px;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: block;
    width: max-content;
	position: absolute;
    top: 30px;
	left:30px
}
.sku_order{
	display:flex;
	gap:10px;
	align-items:center;
}

.woocommerce-ordering,
.woocommerce-result-count{
	display:none;
}

.woocommerce-products-header__title{
	text-align: center;
    margin-bottom: 15px;
}