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


a.woocommerce-LostPassword.lost_password {
    color: #000000f0 !important;
}


 .single-services .service-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    margin-top: 15px !important;
}


.whb-main-header .wd-header-my-account .wd-dropdown li.woocommerce-MyAccount-navigation-link > a span {
    color: black !important;
}


body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #212a15 !important;
background: #f2f2f2 !important;
}

.woocommerce-table--order-details span.woocommerce-Price-amount.amount {
    color: black !important;
}

.wd-account-style-icon:not(.wd-with-username) .wd-tools-text{
	display:block;
}
.password-input input {
	color:#000 !important;
}
/*****/
.woocommerce-shop .wd-cats-toggle{
	color: #000000 !important;
}
.woocommerce-shop .wd-products-shop-view{
	display:none !important;
	
}
.home :is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button{
	padding:10px !important;
}
.woocommerce-shop .wd-page-title .title{
	color:#000000 !important;
}
.tax-product_cat .wd-page-title .title{
	color:#000000 !important;
}
.woocommerce-shop .wd-page-title {
    background-color: #f7f7f7;
}
.tax-product_cat .wd-page-title {
    background-color: #f7f7f7;
}

/*Shop content*/
/*
.custom-shop-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 35px 0 30px;
}

.custom-shop-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	text-align: left !important;
}

.custom-shop-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	margin-top:-100px !important;
}

.custom-shop-search-wrap {
    width: 100%;
    max-width: 470px;
    margin-top: 115px;
}

.custom-shop-title {
    font-size: 58px;
    line-height: 1.05;
    font-weight: 800;
    color: #000;
    margin: 0 0 22px;
}

.custom-shop-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #111;
    font-weight: 400;
    margin: 0;
    max-width: 760px;
}

.custom-shop-right .woocommerce-product-search {
    width: 100%;
    position: relative;
}

.custom-shop-right .search-field {
    width: 100%;
    height: 58px;
    border: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 0 18px 0 78px;
    font-size: 16px;
    background: transparent;
    box-shadow: none;
}

.custom-shop-right button[type="submit"] {
    position: absolute;
    left: 3px;
    top: 59%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 12px;
    background: #d9952f;
    cursor: pointer;
    font-size: 0;
    padding: 0;
}

.custom-shop-right button[type="submit"]::before {
    content: "\1F50D";
    display: block;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}

.custom-shop-right .search-field::placeholder {
    color: #e5e6e8 !important;
    font-weight: 600;
    
}

.searchform input[type="text"] {
    padding-inline-end: calc(var(--wd-search-btn-w) + 30px);
    border-radius: 10px !important;
}

*/

