/*
Theme Name: Woodmart Child
Theme URI: http://woodmart.xtemos.com
Description: Child theme for Woodmart theme
Author: Sam
Author URI: http://woodmart.xtemos.com
Template: woodmart
Version: 1.0.0
*/



#apexcode__cart {
  display: flex !important;
  flex-direction: unset;
  padding: 16px !important;
}
#apexcode__cart .apex-turbo-btn.single_add_to_cart_button.button.alt {
  padding: 20px !important;
  border-radius: 16px !important;
  font-weight: 100 !important;
  font-size: 14px !important;
  background: #0800ff !important;
}
#apexcode__cart .quantity {
  display: flex !important;
  align-items: center;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
}


.wd-add-btn.wd-add-btn-replace {
  display: flex !important;
  align-items: center;

}
.wd-add-btn.wd-add-btn-replace .apex-turbo-btn.button.alt {
  background: #0C3867;
  font-weight: normal !important;
  border-radius: 8px;
  color: #fff !important;
}
.wd-add-btn.wd-add-btn-replace .quantity {
  border: 1px solid #ddd;
  border-radius: 8px !important;
}
.wd-add-btn.wd-add-btn-replace .quantity input {
  border: none !important;
  background: #f9f9f9;
}
.wd-add-btn.wd-add-btn-replace .quantity .minus , .wd-add-btn.wd-add-btn-replace .quantity .plus {
  background: #f9f9f9;
}