/* other temp styles */

/* gift card overrides */
.mwb_wgm_selected_template, span.wps_wgm_method, span.wps_wgm_msg_info,input#wps_wgm_send_giftcard_ship, .wps_wgm_selected_template {
  display: none!important;
}
.mwb_wgm_section.mwb_delivery_method {
  display: none;
}
.wps_wgm_delivery_method {
  border: 0!important;
  box-shadow: none!important;
  padding: 20px 0!important;
}

/*Temp Sale Menu item */
li#menu-item-31505 a {
  color: #fff;
  background: #ca9735;
  padding: 10px;
  width: 70%;
  border-radius: 2px;
  text-align: center;
}
@media only screen and (max-width: 767px) { li#menu-item-31505 a  {  
  text-align: left;
  padding: 10px 10px 10px 20px;
  width: 100%; 
} }

/*Temp xmas Menu item 
li#menu-item-49635 a {
color: #fff;
background: rgb(174, 0, 0);
padding: 10px;
border-radius: 2px;
text-align: center;
}
@media only screen and (max-width: 767px) {  li#menu-item-49635 a  {  width: 100%; } }
*/


.single-product #ppc-button {
  display: none;
}

.product__wrapper-cats {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -2rem;
  margin-bottom: -2rem;
}
ul.product-cats {
  margin: 0 0 1rem;
  padding: 0;
  flex: 0 0 25%;
  min-height: 1px;
  -webkit-box-flex: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
ul.product-cats li.category {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 25%;
}

@media only screen and (max-width: 767px) {  ul.product-cats li.category {
    max-width: 100%; 
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.block__item-txt-cats {
  background: #261838;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
}
h2.woocommerce-loop-product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: #fff;
  font-size: 1.3rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
/* product payment buttons buttons */
.product-block--payment-icons {
  margin-top: 25px;
}

ul.payment-icons {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
}

li.icon--payment {
  padding: 5px;
}

li .icon--payment svg {

}
/* paypal messages padding. */
#ppcp-messages {
  padding: 20px 0!important;
}

@media (min-width: 992px) { ul.sub-menu.header-nav__group li a {
  color: #261838!important;
}}

@media (min-width: 992px) { .layout__main .woocommerce-checkout { flex-wrap: unset!important; }}

/* @media (min-width: 992px){
.layout__main .woocommerce-checkout #customer_details, .layout__main .woocommerce-checkout #customer_order {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 40%;
  max-width: 40%;
} */

.accordion__wrapper .accordion__item .accordion__item-inner {
  display: block!important;
}

@media only screen and (max-width: 767px) { .accordion__wrapper .accordion__item .accordion__item-inner {
  display: block!important;
  }
}