/*
Theme Name: WebShop Child Theme
Theme URI: https://woocommerce.com/products/webshop/
Description: Child Theme for WebShop
Author: ThemeGrill
Author URI: http://themegrill.com
Template: webshop
Version: 1.0
*/ .why_buy_box {    display: table;    margin: 0;       padding-top: 50px;}.why_buy_img {    width: 15%;}.why_buy_text {    padding: 0 0 0 20px;    width: 75%;	    font-size: 14px;}.why_buy_text h5 {    margin-bottom: 0px !important;}.why_buy_one {    display: flex;    margin: 0 0 20px;}


.woocommerce-tabs ul.tabs {
    display: none;
}

.Announcement-container {
	    font-size: 14px;
    padding: 6px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

li.product .woocommerce-loop-category__title, li.product .woocommerce-loop-product__title, li.product .wc-block-grid__product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.has-custom-background-color {
    background-color: #f7f7f8 !important;
}
