.checkout-box {
  /* border: 2px solid rgba(212, 212, 212, 1); */
  border-radius: 4px;
  padding: 0.5rem;
}

.checkout-box.address h3 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0.5rem;
}

.checkout-box.address p {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(212, 212, 212, 1);
}

.offer-box {
  background-color: rgba(245, 245, 245, 1);
  border-radius: 4px;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offer-box .input-group {
  flex-direction: row-reverse;
}

.offer-box .input-group input {
  border: 0 !important;
  background-color: rgba(245, 245, 245, 1);
}

.offer-box
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select,
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-radius: 4px !important;
}

.offer-box .input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(
    .valid-tooltip
  ):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 4px !important;
}

.offer-box .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
  border-color: #000;
}

.price-box {
  display: flex;
  flex-direction: column;
}

.price-box div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  margin: 0.5rem 0;
}

.price-box div.final {
  color: rgba(234, 82, 1, 1);
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(212, 212, 212, 1);
}

.price-box div.total {
  font-weight: 400;
}

.checkout-btn {
  padding: 12px 10px;
  background-color: rgba(234, 82, 1, 1);
  color: #fff;
  border: 0;
  border-radius: 4px;
  margin: 0.8rem 0;
}

.checkout-btn:hover {
  background-color: rgb(212, 74, 0);
}

.checkout-btn:active {
  background-color: rgb(186, 65, 0);
}

.checkout-box.product {
  /* display: flex;
  flex-direction: column; */
}

.checkout-box.product .img-box {
  border-left: 1px solid rgba(255, 255, 255, 1);
  width: 30%;
  align-self: center;
}

.checkout-box.product .content {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(212, 212, 212, 1);
}

.checkout-box.product .content:last-child {
  border-bottom: unset;
}

.checkout-box.product .content h3 {
  font-size: 12px;
  font-weight: 300;
  color: rgba(82, 82, 82, 1);
}

.checkout-box.product .content p {
  font-size: 28px;
  padding-bottom: 1.5rem;
}

.checkout-box.product .content .detail {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding: 0.7rem 0;
}

.checkout-box.product .content .product-info {
  display: flex;
  flex-direction: column;
  width: 70%;
  align-self: center;
  padding: 0rem 0.5rem;
}

.divider {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(212, 212, 212, 1);
}

.disc-price {
  color: rgba(115, 115, 115, 1);
  text-decoration: line-through;
}

.price {
}

.v-counter {
  border-radius: 4px;
  padding: 8px 4px;
  border: 2px solid rgba(250, 84, 28, 1);
  margin-left: 10px;
  display: flex;
}

.v-counter input[type="button"] {
  color: rgba(250, 84, 28, 1);
}

.v-counter input[type="button"]:hover {
  color: rgb(203, 51, 0);
}

.v-counter input[type="button"],
input[type="text"] {
  display: inline-block;
  width: 24px;
  background-color: transparent;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  color: rgb(203, 51, 0);
}

@media (min-width: 768px) {
  .checkout-box.product .content {
    width: 100%;
  }
}

/* v2 alireza */
.card-img-box {
  width: 100%;
  height: 100%;
}

.card-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.5rem;
}

.card-info .text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
  align-items: start;
}

.card-info .text-box h3 {
  font-size: 18px;
  color: #000;
}

.card-info .price-box {
  width: 100%;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid rgba(212, 212, 212, 1);
}

.card-info .price-box .price {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.card-info .card-disc-price {
  color: #737373;
  text-decoration: line-through;
  font-size: 14px;
}

.card-info .card-price {
  font-size: 18px;
  color: #000;
}

.border-custom-box {
  border: 2px solid rgba(212, 212, 212, 1);
  border-radius: 4px;
  padding: 0.5rem;
}
