/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/* Global Settings */

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
	display: none;
}

.wd-filter-list a {
	color: #323232;
}


/* Categories Menu */

.categories-menu-link > p > a:hover {
	color: #004f86;
}

.wd-dropdown {
	box-shadow: none;
}

.categories-menu > a > span {
	padding-left: 44px;
}

.categories-menu {
	padding: 4px 21px 2px 20px;
	background: #fff;
	border-radius: 7px;
	border: 1px solid #004f86;
}

.mobile-nav .searchform {
	display: none;
}

.categories-menu:hover {
		border: 1px solid #004f86;
}

.categories-menu > a:before {
	content: "";
	background: url(/wp-content/uploads/categories-menu-icon.svg) no-repeat;
	width: 32px;
	height: 22px;
	position: absolute;
	display: inline-block;
}

.categories-menu:hover > a:before {
	background: url(/wp-content/uploads/categories-menu-icon-blue.svg) no-repeat;
}


/* Product Page */

.product-summary-shadow .summary-inner {
	box-shadow: none !important;
}

.product-tabs-wrapper {
	background-color: #f9f9f9 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.description_tab.active {
	display: none !important;
}

.description_tab {
	display: none;
}

p.stock.wd-style-bordered span {
	border: 1px dashed #438e43;
	border-radius: 35px;
	padding: 9px 20px 8px;
	font-weight: 500;
}
p.stock.wd-style-bordered span:before {
	background-color: #438e43;
}

p.stock.in-stock:before {
	color: #438e43;	
}

.product-image-summary .cart {
	margin-top: 20px;
}


/* Gallery Product */

.pswp__bg, .pswp__img--placeholder--blank {
	background: #f9f9f9 !important;
}
button.pswp__button.pswp__button--share, button.pswp__button.pswp__button--fs {
	display: none !important;
}
div.pswp__top-bar {
	background-color: #004f86 !important;
}


/* End Product Page */


/* Shop Grid Settings */

.product-label.attribute-label {
	background-color: #fff;
	border: 1px dashed rgba(0, 0, 0, 0.1) !important;
	text-transform: none;
}

.out-of-stock.product-label {
	font-size: 10px !important;
}

.woocommerce-ordering select {
	border: 0;
}

.woocommerce-result-count {
	display: none !important;
}

.wd-active-filters .wd-clear-filters.wd-style-text > a {
	color: #b53927;
}

.wd-active-filters .wd-clear-filters {
	border-inline-end: 0;
}

/* Label Sale */
.product-label.onsale {
	background-color: #b53927 !important;
	text-transform: none;
	font-size: 13px;
}


/* Label Hot */

.product-label.featured {
	background-color: #b53927 !important;
	text-transform: none;
}

.product-label.new {
	text-transform: none;
}



/* Discount Table */

.rp_wcdpd_product_page {
	margin-bottom: 0px!important;
}

.rp_wcdpd_product_page_title {
	font-size: 18px!important;
	font-weight: 500!important;
	text-align: center;
	color: #3a3a3a;
	margin-bottom: 4px!important;
}

.rp_wcdpd_pricing_table td {
	text-align: center;
	padding: 10px !important;
	border-right: 1px dashed #e6e6e6;
}

.rp_wcdpd_pricing_table > table > tbody > tr:nth-child(1) > td:last-child, .rp_wcdpd_pricing_table > table > tbody > tr:nth-child(2) > td:last-child {
	border-right: 0;
}


.rp_wcdpd_pricing_table_quantity {
	font-weight: 400!important;
	font-size: 15px;
}

.rp_wcdpd_pricing_table table {
	border: 0px dashed #e8e8e8 !important;
	border-top: 0px dashed #e8e8e8 !important;
	margin-bottom: 0!important;	
}

.rp_wcdpd_pricing_table tr {
	border-bottom: 2px solid #fff !important;
}

.rp_wcdpd_product_page > div.rp_wcdpd_pricing_table > table > tbody > tr > td > span > span {
	color: #438e43 !important;
	font-size: 16px;
}

.rp_wcdpd_product_page > div.rp_wcdpd_pricing_table > table > tbody > tr:nth-child(2) > td:nth-child(1) > span > span {
	color: #004f86 !important;
}

/* END Discount Table */


/* Cart & Checkout Settings */


tr.cart-discount > th > span {
	color: #a71627;
}

tr.cart-discount > td:before {
	color: #a71627 !important;
}

.wd-empty-mini-cart > a {
	display: none;
}
.wd-empty-page-text+.return-to-shop {
	display: none;
}
.woocommerce-privacy-policy-text {
	display: none;
}

.cart-actions .button[name="update_cart"] {
	background-color: #004f86;
	color: #fff;
}

.woocommerce-billing-fields .optional {
	display: none;
}

.woocommerce-additional-fields .optional {
	display: none;
}

/* END Cart & Checkout Settings */



/* Mobile Settings */

/* Remove Language */
#menu-grandos-mobile-menu-html-1, #menu-grandos-mobile-menu-html-ua-1 {
	display: none;
}

/* END Mobile Settings */

/* Footer */

.wd-prefooter {
	background-color: #f9f9f9 !important; 
/* 	display: none !important; */
}

.footer-sidebar {
	padding-top: 10px !important;
}


/*** Pagination ***/

.wd-load-more {
	color: #004f86 !important;
	border-color: #004f86 !important;
}




