.shipping-header {
  background-color: #1d1d1b;
  margin-bottom: 24px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .shipping-header {
    padding: 18px 0 12px;
  }
}

.shipping-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}

.shipping-header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.shipping-payments-toggle {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 0 36px 18px;
  border-bottom: 2px solid transparent;
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
}
@media (max-width: 767px) {
  .shipping-payments-toggle {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: start;
    padding: 0;
    padding-bottom: 13px;
    margin: 0 20px 8px;
    gap: 12px;
  }

  .shipping-payments-toggle svg {
    width: 21px;
    height: 36px;
  }
}

.shipping-payments-toggle:hover,
.shipping-payments-toggle.active {
  border-color: #fff;
  font-weight: 500;
}

.shipping-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 20px) / 2) 20px calc((100% - 20px) / 2);
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  gap: 20px;
}

.shipping-box .ship-box {
  background-color: white;
  border-radius: 16px;
}
.shipping-box .shipping-item {
  border: 1px solid #eeeeeeee;
  min-height: 461px;
  max-width: 368px;
  width: 100%;
  padding: 20px;
}

@media (max-width: 767px) {
  .shipping-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 28px;
  }
  .shipping-box .shipping-item {
    padding: 16px;
    min-height: 426px;
    max-width: 100%;
  }
}

.payment-image {
  height: 64px;
}

@media (max-width: 767px) {
  .payment-image {
    height: 37px;
  }
}

.shipping-payment-cost-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #707070;
  text-wrap: nowrap;
  margin: 0;
  margin-bottom: 4px;
}

.shipping-payment-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

@media (max-width: 767px) {
  .shipping-payment-cost-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
  }
  .shipping-payment-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
  }
}

.delivery-city-container {
  margin-block: 12px;
}

.delivery-city {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 8px;
}

.box-cities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.covered-cities {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #707070;
  background-color: #f8fafc;
  border: none;
  /* padding: 8px 16px; */
  padding: 8px 4px;
  width: fit-content;
  text-align: center;
  width: 90px;
}

.pagination-number {
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid white;
  line-height: 100%;
  letter-spacing: 0%;
}

.pagination-number.active-page {
  font-weight: 400;
  border-bottom: 1px solid;
}

/* Payment Method */

.payment-method {
  padding: 24px;
}

@media (max-width: 767px) {
  .payment-method {
    padding: 16px;
  }
}
.btn-copy {
  background-color: transparent;
  border: none;
}

.btn-copy:hover {
  opacity: .4;
}

.btn-copy:focus {
  opacity: 1;
}

.payment-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}

.payment-method-title {
  color: #121212;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .payment-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .payment-method-title {
    font-weight: 600;
    font-size: 16px;
  }
}

.payment-method-img {
  width: 82px;
  height: 82px;
}

.payment-method-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #E4E1E1;
}

.payment-method-name {
  color: #121212;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.payment-method-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
}

@media (max-width: 767px) {
  .payment-method-value {
    font-size: 14px;
  }
  .payment-method-img {
    width: 42px;
    height: 42px;
  }

  .payment-method-name {
    font-size: 14px;
  }
}

.offcanvas.offcanvas-start {
  top: 50%;
  left: 50%;
  height: 648px;
  max-height: 648px;
  transform: translate(-50%, -50%) !important;
  width: 604px;
}

.rtl .offcanvas.offcanvas-start {
  top: 50%;
  right: 50%;
  height: 648px;
  max-height: 648px;
  transform: translate(50%, -50%) !important;
  width: 604px;
}

@media (max-width: 767px) {
  .offcanvas.offcanvas-start,
  .rtl .offcanvas.offcanvas-start {
    width: 343px;
  }
}

.rtl .pagination-container {
  flex-direction: row-reverse;
}

.shipping-header-container {
  border-bottom: 1px solid #dee2e6;
}

.shipping-title {
  font-family: Josefin Slab;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1d1d1b;
}

#offcanvasCitites .offcanvas-header {
  padding: 20px 25px;
}

#offcanvasCitites .offcanvas-body {
  padding: 20px;
} 

.search-citites {
  background-color: #F9F9FA;
  border: 1px solid #EEEEEEEE !important
}

.shipping-city-link {
  padding: 16px;
  border-bottom: 1px solid #EEEDEE;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}