/* 
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 */


/* body.single-product .price-simple-product{
    display: none !important;
}
body.single-product-simple .price-simple-product{
    display: block !important;
} */
.product-pre-order-html,
.pre-order-text-one{
    display: none;
}
body.single-product-variation-preorder .product-pre-order-html,
body.single-product-preorder .product-pre-order-html,
body.single-product-variation-preorder .pre-order-text-one,
body.single-product-preorder .pre-order-text-one{
    display: block;
}

body.single-product-variable .custom-sax-price-con{
    display: none;
}
body.single-product-variable .custom-sax-price-con.active{
    display: grid;
}
body.single-product-variable  .variation-custom-price{
    display: none;
}
body.single-product-variable .variation-custom-price.active{
    display: inline;
}
ul.products-by-brand{
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
ul.products-by-brand li{
    list-style: none;
    padding: 10px 10px;
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

ul.products-by-brand .woocommerce-loop-product__title{
    text-align: center;
    font-size: 16px;
    color: var(--e-global-color-primary);
    font-size: 16px;
    font-weight: var(--e-global-typography-4bc7605-font-weight);
    text-transform: var(--e-global-typography-4bc7605-text-transform) capitalize;
    line-height: var(--e-global-typography-4bc7605-line-height);
    letter-spacing: var(--e-global-typography-4bc7605-letter-spacing);
    word-spacing: var(--e-global-typography-4bc7605-word-spacing);
    margin-block-end: 1rem;
    margin-block-start: .5rem;
}

ul.products-by-brand .price{
    font-size: 20px;
    color: #D3D3D3;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
ul.products-by-brand .add_to_cart_button, ul.products-by-brand .compare{
    background-color: var(--e-global-color-primary);
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.62em 1em;
    border-radius: 500px;
    font-weight: 400;
    line-height: 1;
}
ul.products-by-brand .compare{
    display: none;
}
ul.products-by-brand .compare{
    margin-top: 10px;
}
.products-by-brand .image-container{
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
}
.products-by-brand .image-container img{
    width: auto;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
    margin-left: 5px;
}
#payment ul.payment_methods li label[for='payment_method_authorize_net_cim_credit_card']{
    display: inline-flex !important;
}

@media only screen and (max-width: 767px) {
    .woocommerce-message{
        width: 100% !important;
    }
}