


.col_box_status_ticket_wpyar p {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    font-family: 'Yekan-Bakh';
}
.widget_product_categories .count, .woodmart-woocommerce-layered-nav .count {
    display: none !important;
}
.widget_layered_nav ul .count {
    display: none !important;
}
#woodmart-woocommerce-layered-nav-2 h5 ,#woodmart-woocommerce-layered-nav-3 h5,#woodmart-woocommerce-layered-nav-4 h5 ,#woodmart-woocommerce-layered-nav-5 h5 ,#woodmart-woocommerce-layered-nav-6 h5 ,#woodmart-woocommerce-layered-nav-7 h5, #woocommerce_product_search-2 h5 , #woocommerce_product_categories-2 h5 , #wd-widget-stock-status-2 h5 {
	font-family:  'iranyekanwebextrabold_FaNum';
    padding: 12px;
    border: 1px #f7fbfc solid;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
   background-image: linear-gradient(120deg, #fdfbfb 0%, #ebf0f2 100%);
}
.widgettitle, .widget-title {
    margin-bottom: 26px;
}
.shop-loop-head {
	  border-radius: 8px;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.1), 0px -4px 12px -4px rgba(0,0,0,0.1);
	background-color: #fff;
}
td.product-remove a:before, .woocommerce-remove-coupon:before {
    color: transparent;
}
button.mfp-close:after {
background-color: transparent;
}

#woodmart-woocommerce-layered-nav-2 ,#woodmart-woocommerce-layered-nav-3 ,  #woodmart-woocommerce-layered-nav-4  , #woodmart-woocommerce-layered-nav-5, #woodmart-woocommerce-layered-nav-6, #woodmart-woocommerce-layered-nav-7,  #woocommerce_product_search-2 , #woocommerce_product_categories-2 , #wd-widget-stock-status-2    {
    margin-bottom: 20px;
    padding: 12px 12px 24px 12px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 12px;
   
}

.widget_product_categories .count, .woodmart-woocommerce-layered-nav .count {
    display: none !important;
}

.product-labels {
    position: absolute;
    top: 7px;
    inset-inline-start: 7px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    max-width: 50%;
    transition: all .3s ease;
    transform: translateZ(0);
}
@media (min-width: 1025px) {
	/* Shop loop head */
.main-page-wrapper .description-area-before .shop-loop-head{
	justify-content:normal;
}

/* Select */
.shop-loop-head .wd-shop-tools select{
	align-content:flex-end;
	float:right;
	align-items:flex-end;
	position:relative;
	right:400px;
	bottom:-4px;
	left:-200px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
		/* Shop loop head */
	.main-page-wrapper .description-area-before .shop-loop-head{
		margin-bottom:18px;
		margin-top:12px;
		padding-top:18px;
		padding-bottom:4px;
			}
}

@media (max-width: 576px) {
		/* Shop loop head */
	.main-page-wrapper .description-area-before .shop-loop-head{
		margin-bottom:12px;
		margin-top:12px;
		padding-top:18px;
		padding-bottom:4px;
			}
}

