/*
Theme Name: BSV
Description: This is a child theme for Aora
Version: 1.0
Author URI: https://thembay.com/
Template: aora
Text Domain: BSV
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce div.product form.cart div.quantity{
	display: inline-flex;
    width: auto;
}
#shop-now .lev-1.item {
    display: inline-flex;
    float: right;
    margin: 10px 5px 10px 6px;
}
#woocommerce_product_all_brands .item-brand {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.item-brand .img-thum img {
    height: 155px;
    width: auto;
}
#woocommerce_product_all_brands .term-title {
    padding: 10px;
}
.list-categories-product .item-cat img {
    height: 155px;
    width: auto;
}
del span.woocommerce-Price-currencySymbol {
    font-size: 14px !important;
}
.woocommerce.single-product div.product .information .price del .woocommerce-Price-amount  span.woocommerce-Price-currencySymbol{
	font-size: 16px !important;
}