:root {
  --bg-lp-odd: #000 !important;
  --bg-lp-even: #fff !important;
}

#new-store .col-xl-auto {
  width: auto;
}

#new-store .border-orange-round {
  border-radius: 20px;
  border: 1px solid #ff6200;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media ( min-width: 1200px ) {
  #new-store .col-xl-auto {
    display: block;
    flex: 0 1 auto;
  }
}

@media ( max-width: 400px ) {
  #new-store .border-orange-round {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media ( max-width: 320px ) {
  #new-store .border-orange-round {
    border-radius: 0px;
    border: 0px;
    padding: 0px;
  }
}

@media ( max-width: 200px ) {
  #new-store .banner-countdown {
    visibility: hidden !important;
    display: none !important;
  }
}