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





/* Viello responsive banners */
.woocommerce-shop .main-page-wrapper > .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-shop .wd-content-area.site-content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-shop .page-description {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.viello-desktop-banner,
.viello-mobile-banner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 32px !important;
    line-height: 0;
}

.viello-desktop-banner a,
.viello-mobile-banner a,
.viello-desktop-banner img,
.viello-mobile-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.woocommerce-shop #products,
.woocommerce-shop .shop-loop-head,
.woocommerce-shop .products,
.woocommerce-shop .woocommerce-pagination {
    max-width: 1222px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.viello-mobile-banner {
    display: none;
}

@media (max-width: 767px) {
    .viello-desktop-banner {
        display: none;
    }

    .viello-mobile-banner {
        display: block;
        margin-bottom: 22px !important;
    }
}
/* End Viello responsive banners */