.boxnow_container {
  display: none;
  padding: 5px;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  margin-top: 10px;
}
.boxnow_container .boxnow_details_header {
  font-weight: 100 !important;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .boxnow_container .boxnow_details_header {
    font-size: 16px;
  }
}
.boxnow_container .boxnow_details_header:after {
  content: '';
  width: 8px;
  height: 15px;
  border-width: 0 3px 3px 0;
  display: block;
  border-color: #308f38;
  border-style: solid;
  transform: rotate(45deg);
  margin-left: 10px;
}
.boxnow_container .boxnow_details_address_text {
  margin: 15px 0;
  font-weight: 400;
  color: #539b35;
  font-size: 18px;
}
.select-box-first {
  background-color: #e75252;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 3px;
}
div[name="custom_attributes[boxnow_lockerId]"],
div[name='billingAddressshared.boxnow_id'],
div[name="shippingAddress.custom_attributes.boxnow_id"],
div[name="billingAddresscheckmo.boxnow_id"],
div[name="billingAddressboxnow.boxnow_id"] {
  display: none !important;
}
#co-shipping-method-form > fieldset > .contentContainer {
  display: none;
}
.boxnow_iframe iframe,
.contentContainer iframe {
  margin-top: 0;
  border: none;
}
.cart-container .contentContainer {
  display: none !important;
}
.checkout-shipping-method .contentContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.ship-via .shipping-information-content {
  display: flex;
  flex-direction: column;
}
#checkout.-modern.-layout-1column .boxnow_address,
#checkout.-modern.-layout-2columns .boxnow_address,
#checkout.-modern.-layout-3columns .boxnow_address,
#checkout.-modern.-layout-1column .boxnow_iframe,
#checkout.-modern.-layout-2columns .boxnow_iframe,
#checkout.-modern.-layout-3columns .boxnow_iframe {
  width: 100%;
}
#checkout.-modern.-layout-1column .boxnow_address td,
#checkout.-modern.-layout-2columns .boxnow_address td,
#checkout.-modern.-layout-3columns .boxnow_address td,
#checkout.-modern.-layout-1column .boxnow_iframe td,
#checkout.-modern.-layout-2columns .boxnow_iframe td,
#checkout.-modern.-layout-3columns .boxnow_iframe td {
  display: flex;
  width: 100%;
}
#checkout.-modern.-layout-1column .boxnow_iframe td,
#checkout.-modern.-layout-2columns .boxnow_iframe td,
#checkout.-modern.-layout-3columns .boxnow_iframe td {
  border-top-width: 0;
  padding-top: 0;
}
#checkout.-modern.-layout-1column .boxnow_address td,
#checkout.-modern.-layout-2columns .boxnow_address td,
#checkout.-modern.-layout-3columns .boxnow_address td {
  padding-bottom: 0;
}
#checkout.-modern.-layout-2columns .boxnow_container {
  width: 100%;
  align-items: center;
}
