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

/* a.product-link {
  pointer-events: none;
  cursor: default;
}

a[href*="/product/"] {
  pointer-events: none !important;
  cursor: default !important;
} */


body, body * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


.home-banner-slider img {
    width: 100%;
}


.product-group-button .loop-add-to-cart,
.product-group-button .button-in.quickshop,
.product-wrapper .product-group-button {
    display: none !important;
}


.header-right .my-account-wrapper,
.header-right .my-wishlist-wrapper,
.header-right .shopping-cart-wrapper {
    display: none;
}


.footer-container {
    background: #005eb6;
}

.woocommerce-product-rating,
.ts-product-viewing,
.single-product-buttons,
.ts-summary-custom-content,
.price .woocommerce-Price-amount.amount,
.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

.woocommerce div.product .summary .woocommerce-variation-add-to-cart, .woocommerce div.product .summary form.cart {
    display: none;
}

.woocommerce div.product .summary > .meta-content:not(:empty) {
    display: none;
}

section#ts_product_filter_by_price-1,
section#ts_product_filter_by_brand-1,
section#woocommerce_product_tag_cloud-3 {
  display: none;
}


.home-banner-slider .swiper-pagination {
    margin-top: -16px !important;
    position: relative !important;
    z-index: 1;
}

.home-banner-slider  .swiper-pagination-bullet {
    border: 1px solid  #ffffff !important;
}

.home-banner-slider   .swiper-pagination-bullets .swiper-pagination-bullet:before {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    top: 4px;
    content: "";
    background: #fff !important;
    transform: scale(0,0);
    border-radius: 100%;
    transition: 200ms ease;
}

.remove-link .ts-banner-button {
    display: none;
}

.no-link a {
    pointer-events: none;
}

a.button:hover {
    background-color: #005eb6;
    border-color: #005eb6;
}

.elementor-icon-list-item a:hover {
    text-decoration: unset;
}

.product-group-button-meta .button-in {
    display: none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    display: none;
}


.e-n-accordion .e-con-boxed.e-flex {
    border: unset !important;
}


.ts-team-members .member-description {
	font-size: 14px;
	margin-top: 6px;
	color: #444;
	text-align: center;
}


@media only screen and (min-width: 992px) {
    .ts-blogs.style-list .article-content .thumbnail-content {
        max-width: 700px;
        width: 50%;
    }
}