/*
Theme Name: 82Cart-child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

/* woocommerce */

.single-product div.product .ecomus-product-price .woocs_price_code,
.single-product div.product .ecomus-product-price .price,
.single-product div.product .ecomus-product-price .price del,
.elementor-6282 .elementor-element.elementor-element-4143caa0 .product_title,
.woocommerce .quantity input,
.single-product div.product .single_add_to_cart_button,
.single-product div.product .single_add_to_cart_button span.price,
.site-breadcrumb a, .site-breadcrumb span,
.single-product div.product .woocommerce-tabs .wc-tabs li a,
.single-product div.product .ecomus-product-price .price .sale-off,
.single-product div.product .woocommerce-tabs table th, 
.single-product div.product .woocommerce-tabs table td,
.single-product #site-content .woocommerce-Reviews-title,
.single-product #site-content .woocommerce-noreviews,
.single-product #tab-reviews .ecomus-form-review.em-button-outline,
.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title,
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form label,
.single-product textarea,
.single-product #submit,
.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__author,
.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__published-date,
.single-product div.product .woocommerce-Reviews ol.commentlist li .description p,
.comment-respond .comment-form p,
ul.products li.product .price,
.modal__quickview .entry-title,
.modal__quickview .em-button,
span.select2 .select2-selection--single,
#cart-panel bdi,
.panel__header,
.ecomus-mini-products-recommended .recommendation-heading,
.ecomus-mini-products-recommended ul .woocommerce-loop-product__title,
ul.product_list_widget,
.widget_shopping_cart_content .woocommerce-mini-cart__total,
.woocommerce-mini-cart__buttons a
{
	font-size: inherit;
	font-weight: 400;
}

#quick-view-modal .woocommerce-badges.woocommerce-badges--single.woocommerce-badges--single-primary,
.single_add_to_cart_button .divide,
.single_add_to_cart_button .price
{
  display: none;
}







/* theme gvnch */

/* header */
#menu-primary-menu a {
  z-index: 99;
  position: relative;
}

#site-header .header-bottom.header-contents {
    background: transparent;
    box-shadow: none;
}

/* product detail */

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
}

.single-product .wcboost-products-compare-button--single,
.single-product div.product .ecomus-product-price .price .sale-off {
	display: none;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a::before {
	width:20px;
	height:20px;
}

/* catalog */

@media (min-width: 1200px) {
  ul.products {
    margin-left: -100px;
    margin-right: 0px;
  }
	
	
  ul.products li.product{
	padding-left: 100px;
	padding-right: 0px;
 }
}



/* badge  */
.onsale.woocommerce-badge {
  background: #fff;
  color: black;
  border: 1px solid;
  border-radius: 0;
  top: -15px;
  position: relative;
  right: -15px;
	font-size: 10px;
}

.onsale.woocommerce-badge::before {
  content: "Sale";
  margin-right: 4px;
	font-size: 10px;
}

span.itsnew {
    width: 50px;
    display: block;
    position: absolute;
    top: 0px;
    color: black;
    font-weight: 700;
	z-index: 99;
  	left: 0;
	font-size: 10px;
}