/*
Theme Name: woostify_child
Template: woostify

Не обязательные параметры:
Theme URI: http://example.com/
Description: Дочерняя тема для темы woostify
Author: ED
Author URI: http://example.com/about/
Version: 1.0
*/

/* импортируем стили родительской темы */
@import url("../woostify/style.css");

/* Свои дополнительные стили */
.woocommerce-loop-product__link {
	color: #000;
	text-transform: uppercase;
}

.icon-shopping-cart-2, .product_meta, .woostify-product-navigation  {
	display: none;
}

.price {
	color: #000;
}

.product-page-container {
	background-color: #fff !important;
}

.entry-summary h1 {
	text-transform: uppercase;
}

.woocommerce-cart-form tbody .button {
	width: 200px !important;
	margin-top: 20px;
}

.woostify-sorting p {
	display: none;
}

.woocommerce-products-header h3 {
	text-align: center;
}

.title-cat {
	font-size: 30px;
 padding-top: 30px;
 padding-left: 6%;
 padding-right: 6%;
 text-align: center;
}

article.page {
	color: #000;
}

.product {
	color: #000;
}

.color-w {
	background: #fff;
}

.color-g {
	background: #fff;
}

#elementor-popup-modal-75 .animated {
	top: 100px;
}

.comment-form-captcha {
	padding-bottom: 10px;
}

#captcha_code {
	margin-top: 20px;
	margin-bottom: 20px;
}


@media (max-width: 567px) {

	.product-loop-wrapper .price {
		font-size: 11px;
	}

	.woocommerce-loop-product__title a {
		font-size: 12px;
	}

	/*2 колонки на мобиле*/

	/*2 колонки на мобиле*/
}













