/*
Theme Name: Divi Child
Template: Divi
*/

.w-full {
  width: 100%;
}
.align-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-item::after {
  display: none;
}

.add-to-cart-btn {
    margin-top: 10px;
    width: 100%;
    display: block;
    height: 100%;
    min-height: 41px;
    padding: 0;
    background-color: #cd9f16;
    border-radius: 3px;
    transition: .2s;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;

}
.cart-img {
  width: 25px !important;
  padding-top: 5px !important;
}
.cart-qty-input {
      width: 100%;
    height: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    color: #443a10;
    border: 1px solid #cd9f16;
    border-radius: 5px;
    order: 0;
    margin-right: 5px;
}
.quantity-controls {
  margin-top: 10px;
  display: flex;
  width: 100%;
}
.qty-btn {
    cursor: pointer;
    width: 50px !important;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #cd9f16;
    border-radius: 5px !important;
    transition: .2s !important;
    background-color: #cd9f16;
}
#price_calculator input {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #cd9f14;
}

.custom_main_weight_container .custom-minus, .custom_main_weight_container .custom-plus, .quantity-controls .custom-minus, .quantity-controls .custom-plus {
    background-color: #cd9f14;
    border-color: #cd9f14;
    text-align: center !important;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.custom_main_weight_container .custom-minus {
  border-radius: 3px 0 0 3px;
}

.custom_main_weight_container .custom-plus {
  border-radius: 0 3px 3px 0;
}
input#weight_needed {
  width: 75px;
}
#price_calculator input {
  float: inline-start;
}