/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* General */
:root {
	--bgcolor-gray-100: #fff;
	--bgcolor-gray-200: #fff;
	--bgcolor-gray-300: #fff;
}
.custom-gap {
  padding-bottom: env(safe-area-inset-bottom);
}
/* Компактные экраны (iPhone SE, iPhone 5 и т.п.) */
@media only screen
  and (orientation: portrait)
  and (max-device-width: 375px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .custom-gap {
      margin-bottom: 30px;
    }
}
/* Стандартные экраны (iPhone 6/7/8, iPhone X и т.д.) */
@media only screen
  and (orientation: portrait)
  and (min-device-width: 376px)
  and (max-device-width: 414px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .custom-gap {
      margin-bottom: 40px;
    }
}
/* Большие экраны (Pro Max модели) */
@media only screen
  and (orientation: portrait)
  and (min-device-width: 415px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .custom-gap {
      margin-bottom: 70px;
    }
}
/* Popup */
.wd-popup {
	padding: 30px 0px !important;
}
/* Breadcrumbs */
.wd-breadcrumbs>:is(span,a):last-child {
	font-weight: 500;
	font-family: 'CeraPro Medium';
}
/* Shop Page */
.woocommerce-result-count {
	font-size: 14px;
	font-weight: 500;
}
.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: 20px;
	padding: 10px 20px 10px 20px;
}
.wd-show-sidebar-btn a:hover {
	border: 1px solid #e5e5e5;
	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: 20px;
	padding: 10px 20px 10px 20px;
}
@media (max-width: 768px) {
	.woocommerce-ordering.wd-style-underline select {
		border: 1px solid #e5e5e5;
		border-radius: 20px;
		padding: 10px 0px 10px 0px;
	}
}
.product-element-top {
	padding: 20px;
}
.wd-load-more {
	border: 1px solid #e5e5e5;
	border-radius: 30px;
}
/* Shop Sidebar */
.wd-widget-collapse .widget-title:after {	
	font-size: 15px;
	font-weight: 500 !important;
	color: #333 !important;
	content: "\f143" !important;
}
.wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #fff;
	transform: rotate(135deg);
}
.wd-filter-list a {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}
.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: 15px;
	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 #000;	
}
.term-description p {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}
.wd-term-desc {
	font-size: 15px;
	font-weight: 500;
	color: #333;	
}
.widget .product-categories li a {
	font-size: 15px;
	color: #333;
}
.widget_layered_nav ul li a {
	font-size: 15px;
	color: #333;
}
.widget_price_filter [class*="price_slider_amount"] .price_label>span {
	font-family: 'CeraPro Medium';
	font-weight: 500 !important;
}
/* Single Product Page */
.sku_wrapper .sku {
	font-size: 14px;
}
.wd-product-brands a {
	font-size: 14px;
	color: #333;
}
.wd-product-brands a:hover {
	color: #4B645C !important;
}
/* Single Product Add to cart button */
.wd-single-add-cart.wd-design-justify .single_variation_wrap {
	margin-top: 15px;
}
div.quantity {
	border: 1px solid #4B645C;
	border-radius: 50px;
}
div.quantity input[type="button"] {
    min-width: 40px;
    height: 50px;
	background-color: #fff;
    border: 1px solid #fff;
	font-size: 18px;
	font-weight: 400;
}
div.quantity input[type="number"] {
    width: 50px;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
div.quantity :is(input[type="number"],input[type="text"]) {
    height: 50px;
	font-size: 16px;
	font-weight: 500;
	color: rgb(54,63,76);
	background-color: #fff;
}
div.quantity .minus {
	border-start-start-radius: 50px;
	border-end-start-radius: 50px;
}
div.quantity .plus {
	border-start-end-radius: 50px;
	border-end-end-radius: 50px;
}
/* Всплывающая плашка добавления товара в корзину */
.wd-popup-added-cart h3 {
    font-size: 18px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}
.wd-popup-added-cart .close-popup {
	font-size: 14px !important;
	color: #fff !important;
}
.wd-popup-added-cart .close-popup:hover {
	font-size: 14px !important;
	color: #fff !important;
}
.wd-popup-added-cart .close-popup:active {
	font-size: 14px !important;
	color: #fff !important;
}
.wd-popup-added-cart .view-cart {
	font-size: 14px !important;
	color: #fff !important;
}
/* Cart */
.cart-actions .wd-coupon-form {
	display: none;
}
/* Checkout */
.cart-product-label {
	font-size: 16px;
	font-weight: 500;
}
tr.cart_item .product-total .amount {
	font-size: 16px;
	font-weight: 500;
}
.woocommerce-billing-fields label {
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-additional-fields label {
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-privacy-policy-text {
	font-size: 13px;
	font-weight: 500;
}
.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 13px;
	font-weight: 500;	
}
#shipping_method label {
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-form-coupon-toggle {
	display: none;
}
.coupon-form p {
	font-size: 14px;
	font-weight: 500;	
}
.coupon-form input {
	height: 46px;
}
.coupon-form input:focus {
	height: 46px;
}
.coupon-form button {
	background-color: #2f5157;
	border: 1px solid #2f5157;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
	text-transform: none;
}
.coupon-form button:hover {
	background-color: #2f5157;
	border: 1px solid #2f5157;
	border-radius: 30px;
	color: #fff;
}
.woocommerce-message a {
    color: #333;
    text-decoration: none;
}
.woocommerce-message a:hover {
    color: #333;
}
.woocommerce-checkout .checkout-order-review {
	padding: 0 !important;
	background-color: #f4f4f4 !important;
}
.checkout-order-review .woocommerce-checkout-review-order .wd-table-wrapper {
	box-shadow: none !important;
}
.woocommerce-checkout .customer-details .woocommerce-billing-fields {
    margin-top: 0px !important;
}
.woocommerce-billing-fields h3 {
	display: none;
}
.woocommerce-additional-fields h3 {
	display: none;	
}
#order_review_heading {
	display: none;	
}
.custom-coupon {
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	padding: 30px;
	margin-bottom: 30px;
}
@media (max-width: 576px) {
	.custom-coupon {
		padding: 15px;
	}
}
.add_gift_card_form {
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	padding: 30px;
	display: none !important;
}
@media (max-width: 576px) {
	.add_gift_card_form {
		padding: 15px;
	}
}
.woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form input[type=text] {
	background-color: #fff;
	height: 46px;
}
.add_gift_card_form #wc_gc_cart_redeem_form button {
	background-color: #2f5157;
	color: #fff;
	border-radius: 30px;
	margin-top: 15px;
	font-size: 15px;
}
.woocommerce-checkout-payment {
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	padding: 30px;
}
@media (max-width: 576px) {
	.woocommerce-checkout-payment {
		padding: 15px;
	}
}
#montonio-shipping-pickup-point-dropdown {
	margin-top: 15px;
}
/* My Account */
.wd-builder-off .woocommerce-MyAccount-navigation ul>li>a {
	font-family: 'CeraPro Medium';
	font-weight: 500 !important;
}
/* Footer */
.woodmart-recent-posts .recent-posts-info .wd-entities-title a {
	font-size: 15px !important;
}