/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.product-labels.labels-rounded-sm .onsale.product-label::after {
  content: "Off";
  margin-left: 5px;
}.wd-product-cats {
    display: none !important;
}.button.add_to_cart_button.ajax_add_to_cart{
  width: 100%;
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
  font-family: var(--btn-accented-font-family,var(--btn-font-family, inherit) );
  font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}


@media(max-width:767px){
	.page-id-12 div#customer_login {
    flex-direction: column-reverse;
}
}


#cancel-request-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}
.popup-inner {
    background: #fff;
    max-width: 450px;
    margin: 10% auto;
    padding: 20px;
    position: relative;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
}
#menu-main-header li:first-child {
  display: none;
}.archive .product-categories .cat-item.cat-item-5386,.archive  .cat-item.cat-item-912 {
  display: none !important;
}.archive .wrap-price .wd-variations-inited {
  display: none;
}