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




/* Product Page */

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

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

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

.description_tab {
	display: none;
}

p.stock.in-stock {
	display: inline-block;
	margin-bottom: 0;
	color: #438e43;
	border: 1px dashed;
	padding: 7px 13px 8px 12px;
}
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 solid #ededed !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: 600!important;
	text-align: center;
	color: #000000;
	margin-bottom: 4px!important;
}

.rp_wcdpd_pricing_table td {
	text-align: center;
	padding: 10px !important;
}

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

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

.rp_wcdpd_product_page > div.rp_wcdpd_pricing_table > table > tbody > tr > td > span > span {
	color: #a70f28 !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;
}



/* Pricing Table */

.wdp_bulk_table_content .wdp_pricing_table_caption {
	font-size: 16px;
	margin-bottom: 14px;
}


