.qnc-featured-review p {
    color: #384b58 !important;
font-size: .9rem !important;
line-height: 130%;
margin: 0px !important;
}


.woocommerce ul.cart_list, .woocommerce ul.product_list_widget,
.gspb-sslide-panel .widget_shopping_cart_content ul.product_list_widget {
    overflow: visible !important;
    max-height: none !important;
    display: block !important;
}

.qnc-related-products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gspb-sslide-panel .widget_shopping_cart_content ul.product_list_widget li {
margin-bottom: 0px !important;
}

#gspb-woo-cart-panel-content > div > ul.qnc-related-products > li > div > a,
#gspb-woo-cart-panel-content > div > ul.qnc-related-products > li > div > a > p,
#gspb-woo-cart-panel-content > div > ul.qnc-related-products > bdi {
    text-decoration: none !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
border: 0px !important;
}

.gspb-sslide-panel .widget_shopping_cart_content ul.product_list_widget li{
border-bottom: 0px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce .button.add_to_cart_button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
    background: #C4E8FF;
}

.gspb-sslide-panel .widget_shopping_cart_content {
    align-items: flex-start;
}

.mini-cart-totals, #gspb-woo-cart-panel-content > div > div > div.mini-cart-totals > span.label {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold !important;
}

.totals-subtext {
    font-size: .8rem;
    text-align: center;
}

.payment-icons-subtext {
    font-size: .8rem;
    color: #666666;
    font-style: italic;
    text-align: center;
    margin-top: -10px !important;
}

#gspb-woo-cart-panel-content > div > div.mini-cart-bottom-section > p {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.mini-cart-bottom-section {
    position: sticky;
    bottom: -10px;
    z-index: 999;
    background: #F3FAFF;
    border-top: 3px solid #C4E8FF;
    padding: 10px 0px 20px 0px;
}

.gspb-sslide-panel.active:after {
    background-color: #00000080;
    backdrop-filter: blur(5px);
}

#gspb-woo-cart-panel-content > div > p:nth-child(6) {
    display: none !important;
}

/* Side Panel Close Button */
.gspb-sslide-panel .gspb-sslide-panel-heading .close-panel-svg {
    border: 0px !important;
}

/*
.gspb-sslide-panel .woocommerce-mini-cart__buttons a.button {
    display: inline-flex !important;
    width: 49%;
    text-align: center;
    text-transform: capitalize !important;
}*/

.gspb-sslide-panel .woocommerce-mini-cart__buttons {
    display: flex;
    gap: 10px; /* Adjust this value for your desired spacing */
    width: 100%;
}

.gspb-sslide-panel .woocommerce-mini-cart__buttons a.button {
    display: inline-flex !important;
    width: 50%;
    justify-content: center;
    text-align: center;
    text-transform: capitalize !important;
    margin: 0;
    font-size: 1.1rem;
}