/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/*  --------  */

.all_btn_link a {
    background-color: #222 !important;
    color: #fff !important;
    padding: 6px 24px !important;
    text-align: center;
    transition: all .3s;
    min-width: fit-content !important;
    max-width: 30px !important;
    min-height: 40px !important;
    margin: 9px !important;
}

.wd-wishlist-group .products.wd-products.grid-columns-3.elements-grid.pagination-links.wd-grid-g.wd-stretch-cont-lg.wd-stretch-cont-md.wd-stretch-cont-sm {
    --wd-col-lg: 4 !important;
    --wd-col-md: 4 !important;
    --wd-col-sm: 2 !important;
    --wd-gap-lg: 6px !important;
}


ul#menu-main-menu-mobile-tablet .menu-item-account {
    display: none;
}


.single-product .woocommerce-product-gallery .product-labels.labels-rectangular {
    left: 0;
    align-items: flex-start;
		padding-left: 10px;
}


@media only screen and (max-width: 1024px) {
    .wd-product .hover-img {
        display: flex !important;
    }
}


99.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
    flex: 1 1 auto;
    border-top: 1px solid #ccc;
    width: 100%;
    align-items: center;
}


body.logged-in .login_form {
    display: none;
}
body:not(.logged-in) .accountBloc {
    display: none;
}


.elementor-swiper-button.elementor-swiper-button-next {
    right: -23px !important;
}

.elementor-swiper-button.elementor-swiper-button-prev{
    left: -23px !important;
}


.elementor-element[data-id="f222399"] .elementor-field-type-submit.e-form__buttons{
    margin-top: 0px;
}



