/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.woocommerce-ordering select {
display:none;}
@media (max-width: 768px){
.woocommerce-ordering {
display:none;}
}
.wd-toolbar {
background-color: #124877!important;}
.wd-toolbar-link .wd-custom-icon img {
    height: 30px!important;
}

@media (max-width: 768px){
.category-grid-item .wd-entities-title {
    font-size: 12px;
}
}

.wc-tab-inner>div>h2:first-child {
display: none;}
.cat-design-center .hover-mask {
    top: auto!important;
    bottom: 0.5%;
    background: #00000070;
}


@media (max-width: 768px){
.cat-design-center .hover-mask {
position: absolute!important;}	
body:not(.woodmart-dark) .cat-design-center .wd-entities-title{
	color: #ffffff!important;
    font-size: 18px;
    font-weight: 600;
}
}
#quote-li-icon {
    width: 40px;
	float: left;
}
::marker {content: "";}

/* WC add to quote */
.loading:before {
    font-family: "Font Awesome 5 Free";
    content: "\f110";
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    color: #ffffff;
    position: absolute;
    font-size: 1.4em;
}
.added_to_cart.added_to_quote:nth-child(2) {
    display: inline-flex !important;
}
.button.loading {
    background-color: #4e4c4c !important;
    color: #4e4c4c !important;
}
td.product-name a {
    font-size: 18px;
}
td.product-name p {
display: none;}
.price {display: none;}