/*
Theme Name: astra_theme_child
Template: astra
Theme URI: https://wpastra.com/
Author: wpastra
Author URI: https://wpastra.com/
Version: 4.1.4
*/

/* @import url("../astra_theme/style.css"); */

/* Woocommerce Pages Style */

body.woocommerce-page {
    background-color: #F5F5F5;
}

svg.ast-arrow-svg {
    display: inherit;
}

/* Woocommerce Pages Style */

/* Shop Page Style */

ul.products li div.astra-shop-summary-wrap {
    background-color: #FFFFFF;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: -60px auto 0;
    width: 90%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: .3s;
}

ul.products li div.astra-shop-thumbnail-wrap {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
} 

ul.products li:hover div.astra-shop-summary-wrap {
    margin: -40px auto 0
}

ul.products li div.astra-shop-summary-wrap a.add_to_cart_button,
ul.products li div.astra-shop-summary-wrap a.product_type_simple {
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.woocommerce ul.products {
    background-color: #FFFFFF;
    padding: 2.5rem 1.5rem 0;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

body.post-type-archive #primary {
    margin: 2em 0;
}

header.woocommerce-products-header p.woocommerce-result-count{
    display: none;
}

header.woocommerce-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 9px;
    margin-bottom: 1.5rem;
    padding: 0.9rem 1.5rem;
}

header.woocommerce-products-header form.woocommerce-ordering,
h1.woocommerce-products-header__title.page-title {
    margin: 0;
}

header.woocommerce-products-header form.woocommerce-ordering {
    background-color: #F5F5F5;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

h1.woocommerce-products-header__title.page-title {
    font-size: 1.5rem;
    line-height: 0;
}

header.woocommerce-products-header form.woocommerce-ordering select.orderby {
    padding: 0 0 0 2rem;
}

/* Shop Page Style */