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

.stock-panel{
	max-width: 260px;
    display: inline-block;
	border-color: #428bca;
	margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.stock-panel-heading {
	border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	background-color: var(--wd-primary-color) !important;
    border-color: #e7e7e7;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 0px 15px!important;
}

.stock-list-group {
	padding: 0;
    list-style: none;
    margin: 0;
}

.stock-list-group-item {
	position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	padding: 5px 15px 0px 15px!important;
}

.stock-list-group-item:hover {
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.stock-list-group-item:last-child {
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}




.cwginstock-panel-primary {
	max-width: 380px;
	display: inline-block;
	border-color: var(--wd-primary-color) !important;
}

.cwginstock-panel-heading {
	color: #fff;
    background-color: var(--wd-primary-color) !important;
    border-color: var(--wd-primary-color) !important;
}

.cwginstock-panel-heading h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.cwginstock-panel-body {
	padding: 10px;
}

.cwginstock-panel-body .form-group {
	margin-bottom: 0;
}

.cwginstock-panel-body input[type=text], .cwginstock-panel-body input[type=email] {
    margin-bottom: 5px;
	height: 30px;
}


.whb-top-bar .wd-tools-element .wd-tools-count {
    line-height: 16px !important;
}


.wd-search-cat{
	display: none !important;
}


.slick-active img {
	border: 1px solid #e6e6e6;
}

.woocommerce-product-gallery__image {
	border: 1px solid #e6e6e6;
}

.widget-product-img img {
	border: 1px solid #e6e6e6;
}


.ppcp-dcc-order-button {
	width: 100%;
    height: 55px;
	font-size: 20px;
    z-index: 9999;
    background-color: var(--wd-primary-color);
    color: white;
	display: flex;
}

.ppcp-dcc-order-button:hover {
    color: white;
}

.mailchimp-newsletter {
	margin-bottom: 0px;
}

.mailchimp-newsletter label {
	display: unset;
}

.wlpr-message-info {
	background-color: #0693e3;
}

.cart_totals {
	margin-bottom: 20px;
}

.search-no-results .shop-loop-head{
	height: 0px;
	margin-bottom: 0px;
}



.form-well {
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.no-results-container {
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.no-results-container h2 {
	margin-bottom: 0px;
}

.no-results-container input::placeholder {
  color: #c5c5c5;
}



.wd-prefooter{
	display:none;
}

.home .main-page-wrapper{
	padding-top: 0px;
}

.woocommerce-checkout .wlpr-message-info{
	margin-bottom: 5px !important;
}
.wc-block-components-notice-banner{
	margin-top: 0px !important;
}

.product_meta>.cr_brand{
	display:none !important;
}



.elementor-widget-container i {
	color: #e23f36 !important;
} 




.single-product p.price{
	display: inherit !important;
}
.single-product p.price ins{
	display: block !important;
}