/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@font-face {
    font-family: 'woodmart-font';
    src: local(''); /* فونت خالی */
}

@media (max-width: 576px) {
    .wd-checkout-prod-total {
        text-align: end !important;
    }
}

p{
	text-align: justify;
	line-height: 2;
}

li{
	text-align: justify;
}
.shop_table tr :is(td,th):last-child
{
    text-align: left !important;

}

.whb-general-header :is(.whb-mobile-left,.whb-mobile-right) {
    flex: 0 0 0% !important;
}

.price {
    color: var(--wd-primary-color)
}
.wd-products-element {
    position: relative
}

.wd-products {
    position: relative;
    align-items: flex-start;
    transition: all .25s ease;
}

/*footer-base.min.css*/
.wd-prefooter {
    padding-bottom: 40px;
    background-color: var(--wd-main-bgcolor)
}

/*wc-blocks-rtl.css*/
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    padding: 0;
    position: absolute!important;
    width: 1px
}

/*block-library/style-rtl.min.css*/

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

ol,ul {
    box-sizing: border-box
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

.wd-entities-title {height: 50px !important;}

fieldset {
	display: none !important;
}

.wd-product.wd-hover-fw-button .wrap-price {height: 40px !important;}
.wd-toolbar-link .wd-custom-icon img {
    width: auto;
    height: 30px !important;
}

.blog-design-mask.has-post-thumbnail .wd-post-content {
    background: linear-gradient(to bottom, transparent 100% , rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%) !important;
}

.blog-design-mask .wd-post-content {
    background-color: rgba(0, 0, 0, 0) !important;
}


/*
@media (max-width: 767px) {
[class*="wd-header-search-form"] input[type='text'] {
    width: 100% !important;
}
}


@media (min-width: 768px) {
[class*="wd-header-search-form"] input[type='text'] {
    width: 759px !important;
}
}*/
