.text-right {
  text-align: right;
}
.text-underline {
  text-decoration: underline;
}
.checkout-input {
  padding: 10px;
  border: 1px solid rgb(0 0 0 / 0.1);
  border-radius: 10px;
  width: 100%;
}
.filter-wrapper {
  position: absolute;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 0.4);
  top: 100%;
  left: 0;
  right: -84px;
  z-index: 999;
  border-radius: 15px;
  display: none;
}
.filter-wrapper .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0 0 0 / 0.2);
}
.filter-wrapper .filter-header a {
  text-decoration: underline;
}
.filter-wrapper .filter-header,
.filter-wrapper .filter-body {
  padding: 10px 15px;
}
.filter-wrapper .filter-body .filter-checkboxes {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.filter-wrapper .filter-body .filter-checkboxes label {
  background: #fff;
  text-align: left;
  display: block;
}
.filter-wrapper .filter-body .price-filter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.filter-wrapper .filter-body .price-filter-box label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.filter-wrapper.open {
  display: block;
}
.shop-filter-button {
  background: #fff;
  border: 1px solid #79767d;
  padding: 10px 20px;
  border-radius: 13px;
  color: #79767d;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-gray {
  color: #a5a3a8;
}
.product-action {
  border: 1px solid rgb(0 0 0 / 0.1);
  background: #f2f1f2;
  border-radius: 5px;
}
.side-cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.side-cart-subtotal h4,
.side-cart-subtotal h5 {
  font-weight: 500;
  color: #1e1e1e;
}
.side-cart-promo-wrapper div {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 30px;
  padding-right: 5px;
}
.side-cart-promo-wrapper div .side-cart-promo-input {
  flex-grow: 1;
  padding: 10px 20px 10px 20px;
}
.side-cart-promo-wrapper div button {
  background: #000;
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 18px;
}
.side-cart-FBT h5 {
  text-align: center;
  background: #171431;;
  padding: 20px;
  font-weight: bolder;
  font-family: "Epilogue", sans-serif;
  color: #fff;
}
.ftb-add-button {
  background: #000;
  color: #fff;
  padding: 3px 30px;
  border-radius: 20px;
}
.checkout-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 0.6);
  z-index: 9999999999;
  display: none;
}
.checkout-backdrop.open {
  display: block;
}
.checkout-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70vmax;
  display: none;
  background: #f2f1f2;
  z-index: 100000000000000000;
  align-items: baseline;
  border-radius: 15px;
}
.checkout-modal.open {
  display: flex;
}
.checkout-modal .checkout-left {
  flex-basis: 50%;
  padding: 10px;
  background: #fff;
  border-radius: 15px 0 0 15px;
}
.checkout-modal .checkout-left .screen-body {
  height: 50vh;
  overflow-y: auto;
}
.checkout-modal .checkout-left .screen-body .mobile-details {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.checkout-modal .checkout-left .wizard-head ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #79767d;
  background: #f2f1f2;
  padding: 5px;
  border-radius: 10px;
}
.checkout-modal .checkout-left .wizard-head ul li {
  font-size: 14px;
}
.checkout-modal .checkout-left .wizard-head ul li i {
  visibility: hidden;
}
.checkout-modal .checkout-left .wizard-head ul li.active {
  font-weight: 400;
  color: #000;
}
.checkout-modal .checkout-left .wizard-head ul li.fullfill {
  color: #34b234;
}
.checkout-modal .checkout-left .wizard-head ul li.fullfill i {
  visibility: visible;
  color: #34b234;
  margin-right: 4px;
}
.checkout-modal .checkout-left .continue-button {
  text-align: center;
}
.checkout-modal .checkout-left .continue-button button {
  background: #000;
  width: 80%;
  padding: 12px;
  border-radius: 10px;
}
.checkout-modal .checkout-right {
  padding: 10px;
  background: #f2f1f2;
  flex-basis: 50%;
  padding: 10px;
  position: relative;
  border-radius: 20px;
}
.checkout-modal .checkout-right .checkoutCloseBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #f2f1f2;
  font-size: 20px;
  border-radius: 50%;
  z-index: 999;
}
.checkout-modal .checkout-right .order-summary-wrapper {
  background: #fff;
  padding: 10px 22px;
  border-radius: 20px;
  width: 95%;
  margin: auto;
  position: relative;
  top: 0;
}
.checkout-modal
  .checkout-right
  .order-summary-wrapper
  .checkout-cart-item-list {
  height: 220px;
  overflow-y: auto;
}
.checkout-modal
  .checkout-right
  .order-summary-wrapper
  .cart-item
  .cart-info-group
  .cart-info {
  margin-bottom: 0;
}
.checkout-modal .checkout-right .order-summary-wrapper .cart-item .cart-media {
  margin-right: 10px;
}
.checkout-modal
  .checkout-right
  .order-summary-wrapper
  .cart-item
  .cart-media
  a
  img {
  width: 80px;
  height: 80px;
}
.checkout-modal .checkout-right .order-summary-wrapper .total-wrapper {
  margin-top: 15px;
}
.checkout-modal .checkout-right .order-summary-wrapper .total-wrapper h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #434145;
  font-weight: 400;
}
#checkoutFormContact {
  width: 100%;
  overflow: hidden;
  padding: 8px;
}
#checkoutFormContact .form-group h1 {
  line-height: 20px;
}
#checkoutFormContact .form-group input,
#checkoutFormContact .form-group select {
  padding: 7px 8px !important;
  border: 1px solid #c1c0c3;
}
.mobile-screen-3,
.mobile-screen-4 {
  height: 100%;
}
.paymentMethodRadio + label:hover {
  background-color: #f2f1f2 !important;
}
.paymentMethodRadio:checked + label {
  background-color: rgb(0 0 0 / 0.1) !important;
  border: 1px solid rgb(0 0 0 / 0.1) !important;
  color: #000 !important;
}
@media (min-width: 991px) {
  .cartbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .checkout-modal.open {
    display: block;
    width: 100% !important;
  }
  .checkout-modal.open {
    overflow-y: scroll;
    height: 90vmax;
  }
  .checkout-modal .checkout-right .order-summary-wrapper {
    width: 100%;
  }
  .checkout-modal
    .checkout-right
    .order-summary-wrapper
    .checkout-cart-item-list {
    overflow-y: scroll;
  }
}
