* {
  font-family: var(--primary-font);
}
figure.image {
  margin: 10px 0;
  display: inline-block;
}

figcaption {
  background: #f5f5f5;
  padding: 10px;
  font-size: 90%;
  text-align: center;
}

.details-product .form-product .form-group .custom-btn-number{
  float: unset;
  width: max-content;
}
.btn_cart{
  display: flex;
}
.btn_cart button{
  height: 100%;
  margin-right: 2rem;
  border-radius: 4px;
}
.details-product .form-product .form-group .custom-btn-number button, .product-quantity .quantity input[type="button"]{
  border-radius: 50%;
    height: 40px;
    margin: 0 1rem;
    background: #dbdbdb;
}
.product-quantity .quantity input[type="button"]{
  width: 40px;
  border: none;
  flex: 0 0 auto;
}
.details-product .form-product .form-group .custom-btn-number{
  box-shadow: unset !important;
  background: none;
  border: none;
}
.details-product .details-pro .custom-btn-number #qty{height: unset;}
.product-quantity .quantity{
  display: flex;
}
.title_cart{
  margin: 6rem 0 3rem 0;
}
.btn.btn_process_checkout{
  background: #fff;
  color: #fff;
  border-radius: 4px;
  position: relative;
}
.btn.btn_process_checkout:hover::after,.btn.btn_process_checkout:hover::before{
  width: 0;
}
.btn.btn_process_checkout::after ,.btn.btn_process_checkout::before{
  background-color: #FF324D;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out;
  width: 51%;
  /* z-index: -1; */
}
.btn.btn_process_checkout::before{
  left: unset;
  right: 0;
}
.btn.btn_process_checkout span{
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out;
}
.btn.btn_process_checkout:hover span{
  color: #FF324D;
}
.coupon.field_form.input-group.form-coupon-wrapper{display: flex;}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}