/*
 Theme Name:   Woodmart Child
 Theme URI:    https://abzarwp.com
 Description:  woodmart Child Theme
 Author:       AbzarWP.Com
 Author URI:   https://abzarwp.com
 Template:     woodmart
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  woodmart-child
*/
@import url("../woodmart/style.css");

/* عنوان‌ها بدون فاصله پایین */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-bottom: 0;
}
/* نوار ابزار پایین صفحه */
body .wd-toolbar {
  right: 35px;
  left: 35px;
  bottom: 15px;
  border-radius: 25px;
}
/* دکمه برگشت به بالا هنگام فعال بودن نوار ابزار چسبان */
body.sticky-toolbar-on .scrollToTop {
  bottom: 85px;
  right: auto;
}
/* گرد کردن قاب محصولات در حالت‌های خاص */
body .products-bordered-grid-ins .product-wrapper,
body .wd-products-with-bg:not(.products-bordered-grid) .product-wrapper,
body .wd-products-with-shadow:not(.products-bordered-grid) .product-wrapper {
  border-radius: 35px;
}

