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

.page-title .entry-title.title {
    color: white !important;
    font-size: 52px;
    font-weight: 500;
    padding: 30px 0px;
} 


.whb-col-center .site-logo .wd-logo img{
    padding-top: 0px;
    padding-bottom: 0px;
	height: 120px;
}
.wd-header-my-account span.wd-tools-text {
    font-size: 16px !important;
    color: #17234B !important;
    text-transform: capitalize !important;
}

.wd-header-my-account span.wd-tools-text:before {
    content: '';
    background: url('https://metawebdemo.com.au/lsp/wp-content/uploads/2025/10/register.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 39px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.searchform.wd-style-4 input[type="text"]{
    border-width: 1px !important;
    border-radius: 7px !important;
}
.searchform button.searchsubmit {
    background: #00ffff00;
}

span.menu-open-label {
    font-weight: 400 !IMPORTANT;
    text-transform: capitalize !important;
    font-size: 20px !important;
    text-align: center !important;
}
.wd-header-cats.wd-style-1 .menu-opener{
	    height: 74px !important;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #ffffff !important;
}
.wd-header-wishlist.wd-tools-element>a {
    color: #ffffff !important;
}
.wd-header-cart span.wd-tools-text {
    color: white !important;
}
.wd-header-cats .menu-opener{
	justify-content: space-between;
}
.wd-header-cats.wd-style-1 .menu-opener:after{
	margin-inline-start: unset !important;
}
.home .wd-content-layout {
    padding-block: 0px !important;
}

.product-wrapper .product-element-bottom .star-rating {
    display: none !important;
}

.wd-product .product-wrapper .product-element-bottom .price
 {
    display: flex;
    flex-direction: row-reverse;
	 column-gap: 10px;
}
.wd-product .product-wrapper .product-element-bottom .wrap-price{
      justify-content: flex-start;
}


/* tab product category section */

.lsp-pd-tab-section .e-n-tabs-heading {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 10px;

}

.lsp-brands-carosuel .swiper-pagination {
    bottom: -25px !important;
}
.lsp-brands-carosuel .swiper-pagination-bullet-active {
    width: 78px !important;
    border-radius: 7px !important;
    height: 6px !important;
}
.lsp-brands-carosuel  .swiper-pagination-bullet {
    width: 28px !important;
    background: #D1D3DB;
    border-radius: 7px !important;
    height: 6px !important;
}

/* .lsp-pd-tab-section .wd-carousel-container .wd-btn-arrow{
        opacity: 1 !important;
} */
.lsp-pd-tab-section .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
        transform: translateX(-30px) !important;
    }
.lsp-pd-tab-section .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
        transform: translateX(30px) !important;
    }
.lsp-pd-tab-section .wd-prev .wd-arrow-inner:after {
    content: '';
    width: 40px;
    height: 40px;
    background: url('https://metawebdemo.com.au/lsp/wp-content/uploads/2025/10/left-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.lsp-pd-tab-section .wd-next .wd-arrow-inner:after {
    content: '';
    width: 40px;
    height: 40px;
    background: url('https://metawebdemo.com.au/lsp/wp-content/uploads/2025/10/right-arrrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

 .wd-search-loading .searchsubmit:before{
   border-left-color: rgb(23 35 75) !important;
   }

.lsp-category-section .category-grid-item .wd-cat-thumb{
	overflow:visible !important;
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a{
	color:#ee9537 !important;
}
.wd-header-cart .wd-cart-number
 {
	 background-color: rgb(112 113 116) !important;
}
.wd-header-wishlist .wd-tools-count  {
	 background-color: rgb(112 113 116) !important;
}
.wd-header-cart .wd-cart-subtotal .woocommerce-Price-amount:after {
    content: 'Cart';
}
.wd-header-cart .wd-cart-subtotal .woocommerce-Price-amount bdi {
    display: none;
}


.woocommerce-checkout .select2-dropdown span.select2-results ul {
    color: #17234b !important;
}
.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true] {
    background-color: rgb(255 255 255 / 71%);
    color: rgb(23 35 75);
    font-weight: 400;
}
span#select2-billing_state-container {
    color: #000 !important;
}
.wd-wishlist-head .wd-social-icons.wd-style-default.wd-size-small.social-share.wd-shape-circle.wd-layout-inline.text-center {
    display: flex;
    align-content: center;
    align-items: flex-end;
    column-gap: 9px;
}

.elementor-message-danger {
    color: #e30b0b !important;
}
.product-wrapper .wd-product-excerpt {
    font-size: 13px;
    color: #676565;
}



