/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.elementor-element-af0a060 .wd-wtl-form {
    position: relative;
    padding: 0 !important;
    margin-top: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.wd-wtl-form > span  {
	color: #701c1c !important;
	font-weight: 700;
    font-size: 18px;
}
.wd-wtl-form p {
	font-size: 14px;
	margin-bottom: 10px;
}
.wd-notice.wd-warning, .wpcf7  {
		font-size: 11px !important;
	    margin-top: 10px !important;
	color: #262626 !important;
	font-weight: 600 !important;
}
.wd-wtl-form label span {
    font-size: 13px;
}
@media (max-width: 768px) {.eactc-main-show {
    margin-bottom: 50px !important;
	}}

@media (max-width: 768px) {
	.wd-hover-with-fade .product-wrapper {
    height: 100% !important;
	}}

.wd-product .wd-swatches-grid {
	width: 100%; }

span.new.product-label {
    padding: 5px !important;
    border-radius: 8px !important;
	}

.product-wrapper .product-labels .onsale.product-label{
    padding: 5px !important;
    border-radius: 8px !important;
	font-size: 14px !important;
	font-weight: 700;
}

.product-labels .onsale.product-label::after{
    content: " تخفیف";
	font-size: 11px;
}
.product-labels .onsale.product-label{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Parent must be relative so ribbon can be positioned */
.product-wrapper,
.product-element-top{
    position: relative;
}

/* Ribbon */
.sg-ribbon-low-making{
    position: absolute;
    top: 14px;
    left: -42px;
    z-index: 9;
    padding: 6px 48px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    background: #701c1c;
    color: white;
    transform: rotate(-45deg);
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    pointer-events: none;
}

.price del {
    display: block;
    margin-bottom: 4px; 
}

.price ins {
    display: block;
}

.wd-toolbar-link .wd-custom-icon img {
    margin-bottom: 15px !important;
	height: 35px !important;
}
.wd-toolbar {
	height: 65px !important;
	align-items: flex-end !important;
}
.cart-content-wrapper>.woocommerce-notices-wrapper>*:last-child {
	font-family: Dana;
}

/* Hide the default WooCommerce add-to-cart button */
.single-product form.cart button.single_add_to_cart_button:not(.wd-buy-now-btn) {
	display: none !important;
}
.woocommerce-message {
    font-family: 'dana';
}