/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.everySpaceLogo .swiper-slide img {
    max-width: 50px;
}

/*bkk**/

.woocommerce-page .site-main {
    padding-top: 80px;
    padding-bottom: 80px;
}
.woocommerce-page h1 {
    font-family: "Inter Tight", Sans-serif;
    font-size: 52px;
    font-weight: 600;
    color: #97A583;
}
.woocommerce-page ul.products {
    display: grid;
    margin: 0;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after{
    display: none;
}
.woocommerce-page ul.products li.product {
    border: 1px solid#97a583;
    border-radius: 10px;
    padding: 15px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}
.woocommerce-page ul.products h2.woocommerce-loop-product__title {
    font-family: "Inter Tight", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #333333 !important;
}
.woocommerce-page ul.products li span.onsale,
.single-product span.onsale {
    background-color: #97A583;
    font-family: "Inter Tight", Sans-serif;
}
.woocommerce-page ul.products li span.price,
.single-product p.price {
    color: #97A583 !important;
    font-family: "Inter Tight", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.woocommerce-page ul.products li a.button.add_to_cart_button, 
.woocommerce-page form.woocommerce-ordering select.orderby, 
.single-product button.single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart button.button {
    color: #97A583 !important;
    border: 1px solid#97A583 !important;
    background-color: #02010100 !important;
    font-family: "Inter Tight", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    padding: 12px 15px;
}
.woocommerce-page ul.products li a.added_to_cart {
    color: #97A583;
    margin-left: 10px;
}


.single-product h1.product_title.entry-title {
    font-family: "Inter Tight", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #97A583;
}

.single-product .woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 500;
    color: rgb(51, 51, 51);
}
.single-product form.cart input {
    color: #97A583;
    border: 1px solid#97A583;
    text-align: center;
    margin-right: 1px;
}

.single-product .product_meta span a {
    color: #97a583;
}
.single-product .product_meta span {
    font-size: 16px;
    font-family: "Inter Tight", Sans-serif;
    font-weight: 600;
    color: #333;
}
.single-product section.related.products h2,
.single-product  .woocommerce-Tabs-panel h2,
.woocommerce-page .cart_totals h2 {
    font-family: "Inter Tight", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #97A583;
}



/*******/


@media only screen and (min-width: 320px) and (max-width: 767px) {

.woocommerce-page ul.products {
    grid-template-columns: repeat(1, 1fr);
}
.woocommerce-page h1.woocommerce-products-header__title {
    font-size: 28px;
}

.single-product h1 {
    font-size: 26px;
}
.woocommerce-page .site-main {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-end: 15px !important;
    padding-inline-start: 15px !important;
}
.single-product section.related.products h2,
.single-product  .woocommerce-Tabs-panel h2,
.woocommerce-page .cart_totals h2 {
    font-size: 26px;
}
.woocommerce-page  form.woocommerce-ordering {
    width: 100%;
    margin-bottom: 20px;
}

.single-product h1.product_title.entry-title,
.woocommerce-page h1 {
    font-size: 28px;
}








}    

/***/















