/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Eligible Free Shipping Hide */
.wd-progress-bar.wd-free-progress-bar {
    display: none !important;
}
@media (max-width: 768px) {
  .force-cat-heading {
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 700;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
    .custom-green {
        color: #2ecc71;
        font-weight: 600;
    }
}



