/*
Theme Name: SpaBiz
Theme URI: https://burgerthemes.com/spabiz-free/
Author: burgersoftware
Author URI: https://burgerthemes.com/
Description: SpaBiz is a beautiful, modern, responsive & stylish Spa Salon WordPress Theme. Designed for Beauty Salon & Massage Parlours, Wellness spa, Haircare Products, Nail Salons, Hairdressers, Barbershops, Health & Wellness Center, Medical Spa, Luxury Spa, Makeup Artists, Healthcare and Cosmetic Shops, Treatment centers, can see, Spabiz is quite a multi-purpose product in a health & beauty area. Checkout Pro Version https://burgerthemes.com/demo/pro/spabiz/
Version: 1.0.31
Tested up to: 7.0
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: spabiz
Slug: spabiz
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

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.

*/

.navigation-wrapper {
    min-height: auto !important;
}
.header-one .main-navigation:not(.is-sticky-menu) .logo {
    top: 33px;
}
footer blockquote {padding:0 !important;}
ul.wp-block-social-links li a:before {
    content: none !important;
}
ul.wp-block-social-links li a {
    padding: 0.25rem !important;
}

.wp-block-button a.wp-block-button__link {
    border-color: inherit;
}

.post-section .wp-block-latest-comments {
    padding: 0;
}

widget .wp-block-group .wp-block-rss li:last-child {
    padding-bottom: 0;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 1.5em;
    width: 1.5em;
}

.has-background.wp-block-read-more,
.has-background.post-navigation-link-next {
    padding: 0.25em 1.5em;
}
.wp-block-calendar .wp-calendar-nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
  color: inherit;
}
.has-background.wp-block-post-author {
    padding: 1rem;
}
.sidebar .widget .wp-block-group .wp-block-audio {
    padding: 1.563rem 1.000rem 1.563rem;
}
.entry-content blockquote cite a:hover,
.entry-content blockquote cite a:focus {
    text-decoration: underline;
}
.wp-block-image figcaption {
    text-align: center;
}
.wp-block-calendar table caption {
    font-weight: 500;
}
sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-woocommerce-single-product .wp-block-post-title a {
    text-decoration: none;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
 text-decoration: none !important;
}
.wp-block-group .wp-block-details p {
    margin-top: 1rem;
    padding-top: 1rem;
}
.wp-block-file.has-background { 
    padding: 0.5rem; 
}
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
    font-weight: 700;
}

.shopping-cart .cart-items .item-img img {
    width: inherit !important;
    object-fit: contain;
    height: inherit !important;
}
 ul.products.elementor-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
}
 .spabiz-content .woocommerce div.product
 {
    margin-bottom: 30px;
    height: 100%;
}
.elementor-products-grid ul.products.elementor-grid li.product{
    flex:1;
}
 ul.products .product-single
 {

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}
.woocommerce .products ul, .woocommerce ul.products {
   
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.woocommerce div.product {
    height: 100%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    color: white;
}