/*
Theme Name: Chaitan Child Theme
Theme URI: http://chaitan.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Chaitan
Template: chaitan
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: chaitan

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.woocommerce ul.products li.product .star-rating{
    display: none;
}

.quick-shop-wrapper {
    z-index: 10;
    osition: absolute;
    inset: 0;
    background-color: rgba(255,255,255, 0.9);
    transition: transform .3s ease;
    transform: translate3d(0, 103%, 0);
    --btn-height: 42px;
    transition: transform .4s ease;
    transform: translate3d(0, 0, 0);
}
.quick-shop-wrapper .quick-shop-close {
    position: absolute;
    top: -5px;
    inset-inline-end: 8px;
    z-index: 5;
    opacity: 0;
    transition: opacity .2s ease .0s;
    opacity: 1;
    transition: all .25s ease .35s;
}

.wd-scroll-content {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 50vh;
    padding: 45px 10px 0 10px;
    max-height: 100%;
    height: 100%;
}

.wd-action-btn>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    cursor: pointer;
}
.wd-action-btn.wd-style-text>a:before {
    margin-inline-end: .3em;
    font-weight: 400;
}

.quick-shop-wrapper form.cart {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    --wd-var-table-mb: 10px;
}