.shipment-options .option {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: block;
  line-height: 15px;
  margin: 0 0 10px;
  padding: 11px 15px 9px;
  position: relative;
}

.billing-option .option {
  cursor: auto !important;
}

.shipment-options .option.selected {
  background: #f4f6f8;
  border-color: #333;
}

.shipment-options .option .iradio_minimal.checked {
  background-position: -119px 0 !important;
}

.shipment-options .option .iradio_minimal {
  background-position: -85px 0;
  background: url(https://portaldoseller.com.br/images/all/minimal.webp) no-repeat;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-radius: 50%;
  width: 16px;
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  .iradio_minimal {
    background: url(https://portaldoseller.com.br/images/all/minimal%402x.webp) no-repeat;
    background-size: 169px 16px;
  }
}

.shipment-options .option .inner-label {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: -16px;
  padding-left: 29px;
  width: 100%;
}

.shipment-options .option .inner-label .text {
  width: 70%;
  font-size: 12px;
  color: #333;
}

.shipment-options .option .inner-label .text>span:not(.shipping-time) {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}

.shipment-options .option .inner-label .price {
  color: #1bb600;
}

.refresh-cart-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0.5;
  display: none;
  left: 0;
  right: 0;
  top: 0;
}

.refresh-cart-container.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-cart-wrapper {
  padding-bottom: 3rem;
  padding-top: 3rem;
  display: flex;
  grid-column: 1 / 3;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: calc(100vh - 220px);
  gap: 1rem;
  background-color: rgb(250, 250, 250);
}

.empty-cart-wrapper> :not(:last-child) {
  margin-bottom: 0.5rem;
}

.empty-cart-wrapper>h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: rgb(40, 40, 40);
  margin-top: 16px;
}

.empty-cart-wrapper>span {
  color: rgb(111, 111, 111);
  max-width: 370px;
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

.empty-cart-wrapper a.btn-default {
  width: 100%;
  max-width: 370px;
  margin-top: 16px;
  min-height: 42px;
}

@media (max-width: 768px) {
  .empty-cart-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
