/*
 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:'iransans';
    src:url('fonts/ttf/IRANSansWeb(FaNum).ttf');
}
body, span.wd-tools-text, span.nav-link-text, .woodmart-checkout-steps li, .cart-totals-inner h2, th, span.wishlist-count.wd-tools-count, span.woodmart-cart-number, h3#order_review_heading, .woocommerce-billing-fields h3, #ship-to-different-address span, .product-title a, h1.entry-title, h3.widget-title, .added-to-cart h4, td.product-name a, .product-short-description a, ul.tabs.wc-tabs li, .single .wc-tab-inner *, h3.title.slider-title, .title, .info-box-title, .x-slider-stuff, .tab-label, .widget-title {
    font-family: 'iransans' !important;
}

.labels-rounded .out-of-stock {
    max-width: unset;
    font-size: 9px;
}

.tabs-layout-tabs .tabs li a {
    font-size: 13px;
}

.info-box-content h4 {
    text-align: right;
}

.info-box-icon {
    max-width: 50%;
}

.category-grid-item .category-title {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
}

.product-label {
    font-weight: 400;
}

ul.jas-social.mt__15 li {
    display: inline-block;
}

.woocommerce .star-rating, .archive .category-grid-item, .woocommerce-js .star-rating {
    display: none;
}

.menu-mega-dropdown .sub-menu>li>a:before {
   content: "\f126" !important;
  font-family: woodmart-font !important;
}

.menu-simple-dropdown .menu-item-has-children>a:after {
   content: "\f126" !important;
  font-family: woodmart-font !important;
}

.menu-mega-dropdown .sub-menu>li>a:before {
   content: "\f126" !important;
  font-family: woodmart-font !important;
}

.menu-simple-dropdown .menu-item-has-children>a:after {
   content: "\f126" !important;
  font-family: woodmart-font !important;
}

@media (max-width: 768px) {
    .whb-general-header .woodmart-logo img {
        max-height: 60px !important;
    }
}

.pum-position-fixed {
    background: #f59606 !important;
    padding: 1% 10% !important;
}

.popmake-content p {
    color: #fff !important;
}

.popmake-title {
    text-align: center !important;
}

.mobile-post {
    background: #fb652c;
    color: #fff;
    padding: 7px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
}