/*
Theme Name: Merto Child
Theme URI: https://demo.theme-sky.com/merto/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: merto
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: merto-child
*/

.list-brands .container {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

a:has(.elementor-icon-list-icon):hover {
    text-decoration: none !important;
}

.ts-product-brand-wrapper .meta-wrapper:not(:has(*)) {
    margin-top: 0 !important;
}

.product_meta {
    flex-wrap: nowrap !important;
}

.product_meta a {
    word-break: break-all !important;
}

.woocommerce-variation-description {
    display: none !important;
}

.term-description {
    display: -webkit-box !important;
    margin-bottom: 20px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

.term-description p {
    text-align: justify !important;
}

.term-description h2 {
    font-size: var(--ts-h4-font-size);
    line-height: var(--ts-h4-line-height);
}

.term-description.expanded {
    margin-bottom: 0 !important;
    -webkit-line-clamp: unset !important;
}

.term-description__show-more {
    font-weight: var(--ts-menu-font-weight) !important;
    display: none !important;
    margin-bottom: 20px !important;
}

.term-description__show-more.visible {
    display: block !important;
}

.ts-menu-drop-icon.transform-rotate-180deg {
    transform: rotate(180deg) !important;
}

.woocommerce-widget-layered-nav-list__item .count {
    display: none !important;
}

.promotions .menu-label {
    color: #de1010 !important;
}

.promotions a::after {
    border-color: #de1010 !important;
}

.woocommerce div.product .summary .single_add_to_cart_button:before {
    content: unset !important;
}

@media only screen and (max-width: 767px) {
    .ts-product-brand-wrapper .shortcode-title {
        text-align: center !important;
    }
}