/*
Theme Name: Ecomall Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ecomall-child
*/


.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    aspect-ratio: 4 / 3 !important;
    max-height: 500px !important;
    width: 100% !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--without-images {
    margin-bottom: 40px !important;
}

.woocommerce-product-gallery--without-images .woocommerce-product-gallery__image--placeholder {
    background-color: #f6f6f6 !important;
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.woocommerce-product-gallery--without-images .woocommerce-product-gallery__image--placeholder img {
    max-height: 250px !important;
    width: auto !important;
    opacity: 0.3 !important;
    object-fit: contain !important;
}

body.single-product:not(.has-post-thumbnail) .breadcrumb-title-wrapper {
    padding-top: 20px !important;
    margin-bottom: 30px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.archive.woocommerce-page #left-sidebar {
    display: none !important;
}

.archive.woocommerce-page #main-content {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.woocommerce div.product .summary .ts-social-sharing {
    float: none !important;
    margin-left: 0 !important;
    text-align: left !important;
    justify-content: flex-start !important;
}

.woocommerce div.product .summary .product-content,
.woocommerce div.product .summary .single-product-buttons {
    margin-top: -25px !important;
}

.woocommerce div.product .summary .meta-content {
    padding-top: 15px !important;
    margin-bottom: 0 !important;
}


.woocommerce div.product .summary .product-content p {
    margin-bottom: 0 !important;
}


.related.products h2,
.up-sells.products h2,
.cross-sells.products h2 {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
}


.woocommerce ul.products li.product .loop-add-to-cart a.button {
    padding: 10px 20px !important;
    font-size: 13px !important;
    min-height: auto !important;
}


.woocommerce ul.products li.product .loop-add-to-cart {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}


.woocommerce ul.products li.product .star-rating {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}


.woocommerce .products.swiper {
    padding-bottom: 60px !important;
    margin-bottom: -30px !important;
}

.footer-container ul,
.footer-container li {
    list-style: none !important;
    list-style-type: none !important;
}

.woocommerce .product-label>span.in-stock {
    background-color: #3ba661 !important;
    color: #ffffff !important;
}

#billing_country_field {
display:none;
}


@media only screen and (max-width: 767px) {
    .mobile-menu-wrapper nav ul.sub-menu li:not(.ts-normal-menu):not(.ts-megamenu) {
        padding-left: 14px!important;
        padding-right: 0;
    }
}


.vertical-menu-wrapper nav.vertical-menu > ul.menu > li > a.has-icon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px;
}
.vertical-menu-wrapper ul.menu li .menu-icon {
    width: 60px !important;
    min-width: 60px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: middle !important;
    margin-right: 0 !important;
}
.vertical-menu-wrapper ul.menu li .menu-icon img {
    width: 50px !important;
    height: auto !important;
    max-width: none !important;
    object-fit: contain;
    vertical-align: middle !important;
}