/*
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
*/


.product-wrapper {
    margin: 0px 10px !important;
    border: 1px solid #e2dada !important;
    border-radius: 10px;
}

.header-fullwidth.ts-header .container{
        padding-left: 0px;
        padding-right: 0px;
         width: 1300px;
    }
::before {
    border: 0px !important;
}

.product-name a {
    font-size: 14px !important;
    font-weight: 700;
}

.woocommerce .product-group-button-meta div.loop-add-to-cart .button {
    width: 100%;
    padding: 9px 15px;
    color: rgb(255 255 255);
    background-color: rgb(0 0 0);
    border-color: var(--ts-btn-thumbnail-bg);
    font-size: calc(var(--ts-btn-font-size) - 1px);
    overflow: hidden;
    text-transform: capitalize;
}

table.group_table .woocommerce-grouped-product-list-item__label a, .woocommerce ul.cart_list li .product-name a, .woocommerce ul.product_list_widget li .product-name a, .woocommerce ul.product_list_widget li .ts-wg-meta > a, .woocommerce .products .product .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !IMPORTANT;
    overflow: hidden;
    max-height: calc(2 * 19.42em) ! IMPORTANT;
}

@media only screen and (max-width: 767px) {
  .header-fullwidth.ts-header .container {
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
}
	
table.group_table .woocommerce-grouped-product-list-item__label a, .woocommerce ul.cart_list li .product-name a, .woocommerce ul.product_list_widget li .product-name a, .woocommerce ul.product_list_widget li .ts-wg-meta > a, .woocommerce .products .product .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !IMPORTANT;
    overflow: hidden;
    max-height: calc(2 * 19.42em) ! IMPORTANT;
}
	
#main > .page-container {
        padding: 20px !important;
}
	
}


body .wpcf7 form label {
    padding-bottom: 10px;
    line-height: 40px !important;
}
