/* 
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 */
html,body{
    overflow-x: hidden !important;
}
.e-loop-item.product .qib-button-wrapper{
    width: 45% !important;
}
.woocommerce-js div.product form.cart .variations select
{
    border-radius: 0px !important;
    height: 40px !important;
    font-size: 16px !important;
    /* width: 180px !important; */
    width: 100% !important;
    text-align: center;
}
.variations_form  .e-loop-item.product .qib-button-wrapper{
    height: 40px !important;
    width: 45% !important;
}
a {
    color: #393939;
}
.woocommerce-variation-add-to-cart{
    margin-top: 20px;
}
body .qib-button-wrapper{
    margin: 0;
}
.single_add_to_cart_button{
    width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    border:1px solid #D4BDAF !important;
    -webkit-box-shadow:unset !important;
    box-shadow:unset !important;
    border-radius: 5px !important;
    font-family: "Hero New" !important;
    font-weight: 400 !important;
    margin: 0 10px 0px 0;
}
table.variations td{
    padding: 0 !important;
}
.variable-item.button-variable-item.selected{
    background-color: #393939 !important;
    COLOR:#FFF !important;
}
.woocommerce div.product form.cart .variations th.label{
    display: none !important;
}
table.variations
{
    background:#FDF6F0 !important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background-color: #FDF6F0 !important;
}
.woocommerce-MyAccount-navigation
{
    background:#FDF6F0 !important;
    border-radius: 5px;
    padding:25px;
    background: #FDF6F0 !important;
    border-radius: 5px;
    padding: 40px 30px;
    display: flex;
    justify-content: center;
}
.woocommerce-MyAccount-navigation input
{
    accent-color: #707070;
}
.woocommerce-MyAccount-navigation > div
{
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
}
.woocommerce-MyAccount-navigation ul li{
    text-align: center !important;
    list-style-type: none !important;
}
.woocommerce-MyAccount-navigation a
{
    font-family: "Hero New";
    font-size: 22px;
    text-align: center !important;
    color:#393939 !important;
    font-weight:400 !important;
}
.custom_product_loop .qib-button-wrapper
{
    margin: 0 !important;
}
.e-loop-item.product table.variations{
    width: 45% !important;
}

.yith-wcwl-add-to-wishlist-button{
    background: transparent !important;
    border: unset !important;
    padding: 0 !important;
    margin-left: 15px;
    height: 30px !important;
    width: 30px !important;
}
.yith-wcwl-add-to-wishlist-button
{
    width: 35px !important;
    height: 35px !important;
}

.home_slider .elementor-swiper-button
{
    background: #393939;
    padding: 10px;
    border-radius: 200px;
}
.home_slider .swiper-wrapper.elementor-slides .swiper-slide:nth-child(2) .elementor-button
{
    background-color:#FDF6F0;
    color:#393939;
}
@media only screen and (min-width: 991px) {
    .home_slider .swiper-wrapper.elementor-slides .swiper-slide:nth-child(3) .elementor-slide-description{
        width: 65%;;
    }
    .home_slider .swiper-wrapper.elementor-slides .swiper-slide:nth-child(2) .swiper-slide-bg{
        background-position: bottom center;
    }
}

@media only screen and (max-width: 991px) {
    .home_slider .swiper-slide-inner {
        align-items: end !important;
    }
    .home_slider .elementor-slide-heading,
    .home_slider .elementor-slide-description{
        color:#FFF !important;
    }
    .home_slider .swiper-slide-bg
    {
        background-position: right center;
    }
    .home_slider .swiper-slide-inner
    {
        background: #00000085;
    }
    .home_slider .elementor-button{
        background-color:#FDF6F0 !important;
        color:#393939 !important;
    }
    .home_slider .elementor-swiper-button
    {
        transform: translateY(-110%) !important;
    }
}

@media only screen and (max-width: 600px) {
    
    .woocommerce-js div.product form.cart .variations select
    {
        width: 100% !important;
    }
    .woocommerce div.product form.cart div.quantity .qty{
        font-size: 12px !important;
    }
    .single_product_content .single_variation_wrap .single_add_to_cart_button{
        width: auto !important;
        font-size: 12px !important;
    }
    .yith-add-to-wishlist-button-block{
        display: none !important;
    }
}