

.productView-details.border {
    display: flex;
    flex-wrap: wrap;
}
.productView-options {
    flex: 50%;
}
.productView-details #Delivery-sections-wrapper {
    flex: 50%;

}
@media (max-width: 1243px) {
  .productView-details #Delivery-sections-wrapper {
    flex: 100%;
    margin-top: 20px;
  }
}
#Delivery-sections-wrapper label, #Delivery-sections-wrapper input{
  margin-bottom: 0;
}
#Delivery-sections-wrapper .sameDayDeliveryAvailableStore{
    margin-bottom: 5px;
}
#Delivery-sections-wrapper .sameDayDeliveryResult{
    margin-top: 5px;
    font-size: 12px;
    display: flex;
}
#Delivery-sections-wrapper .sameDayDeliveryResult svg{
  width: 26px;
  height: 18px;
  margin-right: 5px;
}
#Delivery-sections-wrapper .section-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#Delivery-sections-wrapper .section-content {
    padding-left: 30px;
    /* display: none; */
}
#Delivery-sections-wrapper .delivery-section-selector.selected {
    background-color: #f9beb3;
}
#Delivery-sections-wrapper .delivery-section-selector.selected .section-content {
    display: block;
}
#Delivery-sections-wrapper .delivery-section-selector.selected .section-content >p {
  width: 90%;
}
#Delivery-sections-wrapper .delivery-section-selector {
    padding: 10px;
    border: 1px solid #ddd;
}

#Delivery-sections-wrapper .section-header label{
    flex: 50%;
    display: flex;
    cursor: pointer;
    font-weight: bold;
    align-items: center;
}
#Delivery-sections-wrapper .section-content .poweredBy{
    font-size: 11px;
    font-weight: bold;
}
#Delivery-sections-wrapper .section-content .eligable-message{
    font-size: 13px;
    max-width: 75%;
    margin-bottom: 5px;
}
#Delivery-sections-wrapper .section-header input:checked:after{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: black;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
#Delivery-sections-wrapper .section-header label span{
    padding-left: 10px;
    padding-right: 10px;
}
.productView #Delivery-sections-wrapper .storeSection .alternativeStores > p {
    float: none;
}
.productView #Delivery-sections-wrapper .storeSection .alternativeStores {
    text-align: left;
}
.productView #Delivery-sections-wrapper .storeSection .alternativeStores .allAltStores {
    float: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.productView #Delivery-sections-wrapper .storeSection .alternativeStores .allAltStores .store {
    margin-right: 5px;
}
[data-cart] [data-cart-content] + #Delivery-sections-wrapper {
    width: 50%;
}

[data-cart-content] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
[data-cart-content] #Delivery-sections-wrapper{
  width: 41.666%;
}
@media(max-width: 1260px) {
  [data-cart-content] #Delivery-sections-wrapper{
    width: 58.33333%;
  }
}
@media(max-width: 800px) {
  [data-cart-content] #Delivery-sections-wrapper{
    width: 100%;
  }
}
.pac-container {
  background-color: #fff !important;
  position: absolute!important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  min-width: 400px;
}
input#sameDayDeliveryInput {
  font-size: 14px;
  width: 100%;
}

.custom-loader {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 3px solid white;
  border-radius: 50%;
  height: 30px;
  margin-bottom: 10px;
  width: 30px;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.select-option-message {
  font-weight: bold;
  font-size: 12px;
  color: firebrick;
  line-height: 12px;
  display: block;
  margin-top: 5px;
}

.confirmSameDayDelivery {
  margin-top: 20px;
}
.button.is-loading::before {
  top: 16%;
}

[data-cart-content] .belowMainSection {
  display: none;
}
body .checkout-step--shipping .checkout-form {
  display: none;
}

.has-activeModal .modal-background {
  z-index: 9;
}
.has-activeModal #modal {
  z-index: 10;
}
[class*='dynamic-form-field dynamic-form-field--field_']{
  display: none !important;
}

.productView--quickView #Delivery-sections-wrapper {
  margin-top: 20px;
}