/*
Theme Name: Zoroverse
Theme URI: https://example.com/zoroverse
Author: Tejas Darji
Author URI: https://rudradigital.in
Description: A modern and responsive WordPress theme for books and toys.
Version: 1.0.0
License: GNU General Public License v2 or later
*/

.volGrid .volItem{
    position: relative;
}
.volGrid .volItem .volItem__check{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, .wc-block-components-quantity-selector{
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(0, 0, 0, .06);
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
    background: #f1ea15;
    border-color: #ec2127;
}
.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-weight: 900;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block a.wc-block-components-product-name {
    font-weight: 600;
    font-size: 15px;
}

.wc-block-components-product-metadata__description p{
    font-size: 13px;
}
.footer__links{
	list-style: none;
}

.woofc-count{
	left: auto !important;
	right: 40px !important
}