/**

 * Theme Name:     kateforster
 * Author:         D4d
 * Template:       astra
 * Text Domain:	   kateforster
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */
.single-product ul.products.columns-4>li,
.woocommerce-shop ul.products.columns-4>li,
.tax-product_cat ul.products.columns-4>li {
    margin-bottom: 80px !important;
}

.woocommerce-shop ul.products.columns-4>li .astra-shop-summary-wrap,
.tax-product_cat ul.products.columns-4>li .astra-shop-summary-wrap {
    margin-top: 15px;
}

.single-product ul.products li .woocommerce-loop-product__title,
.woocommerce-shop ul.products li .woocommerce-loop-product__title,
.tax-product_cat ul.products li .woocommerce-loop-product__title {
    font-size: 16px !important;
    color: #484848;
    font-family: 'Poppins';
    font-weight: 700;
}

.single-product ul.products li .shop-variations table,
.woocommerce-shop ul.products li .shop-variations table,
.tax-product_cat ul.products li .shop-variations table {
    border: none;
}

.single-product ul.products li .shop-variations table tbody td,
.woocommerce-shop ul.products li .shop-variations table tbody td,
.tax-product_cat ul.products li .shop-variations table tbody td {
    padding: 0;
    border: none;
}

.woocommerce-shop ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper,
.single-product ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper,
.tax-product_cat ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper {
    margin-left: -4px;
    margin-bottom: 0;
}

.single-product ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper li,
.woocommerce-shop ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper li,
.tax-product_cat ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper li {
    padding: 0;
    border: 0;
    box-shadow: none;
    font-size: 14px !important;
    height: auto;
}

.single-product ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper li span,
.woocommerce-shop ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper li span,
.tax-product_cat ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper li span {
    padding: 0 !important;
}

.single-product ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper,
.tax-product_cat ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper,
.woocommerce-shop ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper {
 margin-bottom: 0;   
}

.single-product ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper li,
.woocommerce-shop ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper li,
.tax-product_cat ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper li {
    height: 14px;
    width: 14px;
    padding: 0;
    box-shadow: none;
}

.single-product ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper li span,
.woocommerce-shop ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper li span,
.tax-product_cat ul.products li .shop-variations table tbody td ul.color-variable-items-wrapper li span {
    border-radius: 3px;
}

.single-product ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper+.reset_variations,
.woocommerce-shop ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper+.reset_variations,
.tax-product_cat ul.products li .shop-variations table tbody td ul.button-variable-items-wrapper+.reset_variations,
.single-product ul.products li .astra-shop-summary-wrap .star-rating,
.woocommerce-shop ul.products li .astra-shop-summary-wrap .star-rating,
.tax-product_cat ul.products li .astra-shop-summary-wrap .star-rating,
.single-product ul.products li .astra-shop-summary-wrap .ast-loop-product__link,
.woocommerce-shop ul.products li .astra-shop-summary-wrap .ast-loop-product__link,
.tax-product_cat ul.products li .astra-shop-summary-wrap .ast-loop-product__link {
    display: none;
}

.single-product ul.products li .astra-shop-summary-wrap .price .amount,
.woocommerce-shop ul.products li .astra-shop-summary-wrap .price .amount,
.tax-product_cat ul.products li .astra-shop-summary-wrap .price .amount {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.my-star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/wp-content/themes/kateforster/assets/image/empty-star.svg') center/contain no-repeat;
}

.rating-main-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.rating-main-sec .my-custom-stars {
    font-size: 0;
}

.rating-main-sec .review-count {
    font-size: 14px;
    color: #1164a9;
    line-height: 14px;
}

.variations_form table {
    margin-bottom: 0;
}


.my-star.filled {
    background-image: url('/wp-content/themes/kateforster/assets/image/star.svg');
}

.woocommerce-products-header {
    text-align: center;
}

.woocommerce-products-header h1 {
    padding-bottom: 25px;
    position: relative;
}

.woocommerce-products-header h1:after {
    margin-bottom: 25px;
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    margin: 8px auto 0;
    border: 1px solid #A9CB2B;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist-button {
    margin: 0!important;
    top: 15px!important;
    right: 5px;
    left: initial!important;
    background: #ffffff!important;
    border-radius: 100%!important;
    width: 24px;
    height: 24px;
    padding: 0!important;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.yith-wcwl-add-to-wishlist-button svg {
    width: 18px!important;
    height: 18px!important;
    color: rgba(0,0,0,0.2)!important;
}
.yith-add-to-wishlist-button-block--single {width: auto!important;}
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-size: 20px;
}