/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Contact Form */
.one-row {
	width: 100%;
	margin-right: 0;
}
.one-half, .one-third {
	position: relative;
	margin-right: 3%;
	float: left;
	margin-bottom: 10px;
}
.one-half {
	width: 48%;
}
.one-third {
	width: 30.66%;
}
.last {
	margin-right: 0px !important;
	clear: right;
} 
@media only screen and (max-width: 767px) {
	.one-half, .one-third {
		width: 100%;
		margin-right: 0;
	}
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
	font-size: 100%;
	font-weight: 400;
	height: 55px;
	border-radius: 6px;
	padding: 0px 20px 0px 20px;
}
.wpcf7 textarea {
	padding: 20px;
}
select option {
	background-color: #fff;
	font-size: 90%;
	font-weight: 400;
}
.wpcf7 input[type="submit"] {
	width: 100%;
	height: 55px;
	margin-top: -2px;
	border-radius: 6px;	
	font-size: 90%;
	font-weight: 500;
}
.wpcf7-acceptance {
	font-size: 90%;
}
.wpcf7-acceptance input[type="checkbox"] {
	margin-top: -5px;
}
.wpcf7-not-valid-tip {
	background-color: rgb(255,74,51,0.1) !important;
	color: rgb(255,74,51);
	margin-top: 15px;
	padding: 5px 25px 5px 25px;
	border-radius: 5px;
}
.wpcf7-list-item-label {
	color: #fff;
}
.wpcf7-list-item-label a {
	color: #fff;
}
/* Кнопка добавления в корзину на странице товара */
.wd-single-add-cart.wd-design-justify .single_variation_wrap {
	margin-top: 15px;
}
div.quantity input[type="button"] {
    min-width: 40px;
    height: 46px;
    border: 1px solid #e5e5e5;
	font-size: 18px;
	font-weight: 400;
}
div.quantity input[type="number"] {
    width: 46px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
div.quantity :is(input[type="number"],input[type="text"]) {
    height: 46px;
	font-size: 16px;
	font-weight: 400;
	color: #222;
}
/* Вариации товара на странице товара */
table.variations label {
	font-weight: 500 !important;
}
.wd-swatch {
	font-weight: 400 !important;
	color: #222 !important;
}
[class*="wd-swatches"].wd-dis-style-3 .wd-swatch.wd-disabled {
	opacity: 1 !important;
	--wd-swatch-brd-color: #e5e5e5 !important;
}
/* Хлебные крошки */
.wd-breadcrumbs>:is(span,a):last-child {
	font-weight: 400;
}
/* Shop Page */
.woocommerce-result-count {
	font-size: 14px;
	font-weight: 500;
	color: #222;
}
.wd-action-btn.wd-style-text a:before {
    margin-top: 2px;
	margin-inline-end: .7em;
    font-weight: 500;
}
.wd-show-sidebar-btn a {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
}
.wd-show-sidebar-btn a:hover {
	background-color: #222;
	color: #fff;
}
.wd-shop-tools .woocommerce-ordering.wd-style-underline select {
    max-width: 300px;
}
.woocommerce-ordering.wd-style-underline select {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
}
@media (max-width: 768px) {
	.woocommerce-ordering.wd-style-underline select {
	border: 1px solid #222;
	border-radius: 4px;
	padding: 10px 0px 10px 0px;
}
}
/* Shop Sidebar */
.widget .product-categories li a {
	color: #222;
}
.wd-widget-collapse .widget-title {
	font-size: 14px;
}
.wd-widget-collapse .widget-title:after {	
	font-size: 14px;
	font-weight: 500 !important;
	color: #222 !important;
	content: "\f143" !important;
}
.wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #fff;
	transform: rotate(135deg);
}
.wd-filter-list a {
	font-size: 14px;
	font-weight: 400;
	color: #222;
}
.wd-filter-list .wc-layered-nav-term a:hover + .count, .wd-filter-list .wc-layered-nav-term.wd-active .count, .widget_product_categories .product-categories li a:hover + .count, .widget_product_categories .product-categories li.current-cat > .count {
	color: #8e8e8e;
	background-color: #fff;
	border-color: #fff;
}
.wd-filter-list .count {
	font-size: 14px;
	font-weight: 500;
	color: #8e8e8e;
	border: 0px;
	border-radius: 0px;
}
.wd-swatch.wd-text {
	background-color: #f4f4f4;
	box-shadow: none !important;
}
.wd-swatch.wd-text:hover {
	border: 1px solid #222;	
}
.term-description p {
	font-size: 16px;
	font-weight: 500;
	color: #222;
}
.wd-term-desc {
	font-size: 16px;
	font-weight: 500;
	color: #222;	
}
/* Наличие на странице товара */
p.stock {
	font-size: 14px;
	font-weight: 400 !important;
}
p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
	color: #3fb16a;
}
p.stock.wd-style-default.in-stock:before {
	color: #3fb16a;
}
p.stock.out-of-stock {
	color: #ef3300;
}
/* Корзина */
.woocommerce .product-price{
	display: none;
}
.wd-label {
	font-weight: 500 !important;
}
ul.variation .item-variation-name {
	color: #333;
	font-weight: 500;
}
.amount {
	font-weight: 500;
}
tr.order-total strong .amount {
	font-size: 18px !important;
}
table th {
	font-size: 14px !important;
}
/* Оформление заказа */
.wd-checkout-prod-total {
	width: 100%;
}
.woocommerce-checkout-review-order-table .cart-subtotal {
	display: none !important;
}
.woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-checkbox-text {
	font-size: 14px;
}
/* Всплывающая плашка добавления товара в корзину */
.wd-popup-added-cart h3{
	font-size: 16px !important;
	font-weight: 500;
}
.wd-popup-added-cart .close-popup {
	font-size: 14px;
	color: #fff !important;
}
.wd-popup-added-cart .view-cart {
	font-size: 14px;
}
.wd-popup-added-cart .btn {
	margin: 1px 4px !important;
}
/* Купон на странице оформления заказа */
.woocommerce-form-coupon-toggle {
	display: none;
}
.coupon-form p {
	font-size: 14px;
	font-weight: 500;	
}
.coupon-form input {
	height: 46px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.coupon-form input:focus {
	height: 46px;
	border: 1px solid #c5c5c5;
}
.coupon-form button {
	background-color: #474341;
	border: 1px solid #474341;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
}
.coupon-form button:hover {
	background-color: #474341;
	border: 1px solid #474341;
	border-radius: 4px;
	color: #fff;
}