/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.whb-general-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.submenuItems {
  padding-left:0px
}
.submenuItems li {
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
}
.submenuItems li a:hover {
    color:#d1af4b;
    letter-spacing: 0.5px;
}

/*back button on title */
.wd-back-btn.wd-style-icon>a {
    display: none;
}


/* start hide cart on button */
product-grid-item .wd-add-btn {
    display: none;
}
.single_add_to_cart_button {
    display: none !important;
}
/* end hide cart on button */

