/*
Theme Name: Benh Vien Dien Thoai
Template: generatepress
Author: CODE TOT JSC
Author URI: https://codetot.com
Description: This is a child theme for GeneratePress for use in jumpstarting more customized development.
Version: 0.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ct-bvdt
*/

.product-cat-sidebar .widget-title::after {
	background: url('assets/img/down-arrow.svg') center center no-repeat;
	background-size: 22px;
}

.devvn-product-price p.price > .amount, .devvn-product-price span.price > .amount,
.devvn-product-price p.price ins > .amount, .devvn-product-price span.price ins > .amount{
    color: #D92C35;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.devvn-product-price p.price{
    margin: 0;
}
.summary.entry-summary .woocommerce-variation-price {
    display: none;
}
.devvn-product-price .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(--bs-danger);
    font-size: 26px;
}
.devvn-product-price .price del {
    order: 2;
    padding-left: 0.5em;
    color: var(--bs-dark);
    font-size: 0.85rem;
}

.woocommerce .widget.ct-filter-by-attribute .woocommerce-widget-layered-nav-list {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.woocommerce .widget.ct-filter-by-attribute  .text-center.js-footer {
    display: none;
}

.woocommerce .widget.ct-filter-by-attribute .woocommerce-widget-layered-nav-list::-webkit-scrollbar {
  width: 5px;
    height: 5px;
    border-radius: 5px;
}
.woocommerce .widget.ct-filter-by-attribute .woocommerce-widget-layered-nav-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.woocommerce .widget.ct-filter-by-attribute .woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb {
  background: #888; 
    border-radius: 5px;
}

.woocommerce .widget.ct-filter-by-attribute .woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.woocommerce .devvn_prod_variable form.cart .quantity {
    display: block;
    padding-left: 60px;
}

.woocommerce .devvn_prod_variable form.cart .quantity label.screen-reader-text {
    top: 11px;
    height: auto;
    width: auto;
}