/* Curbside Styles v 3.0 */
.specs-curbside-banner img {
  width: 100%;
}

.store-wrapper {
  text-align: left;
  margin-bottom: 20px;
  float: left;
  padding: 0px 15px;
}

p.order-again {
  display: none;
}

.pickup_title_location {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Oswald";
}

/** Remove annoying borders on links **/
a:active,
a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}

/** Customize Checkout **/
.page-header {
  padding: 10px;
  margin-bottom: 0px;
}

.page-id-1045301 .curbside-header p { display:none}

.page-id-1045301 .zip-search-radius-box label {
  display: inline-block;
}

.page-id-1045301 .curbside-location-page-top > p {
  margin: 0 0 15px;
}

.page-id-1045301 .zip-search input {
  height: 41px;
  max-width: 313px;
}

.page-id-1045301 .zip-search-radius-box {
  margin-top: 15px;
  margin-bottom: 41px;
}

.page-id-1045301 .curbside-location-page-zip h3 {
  margin-bottom: 13px;
  margin-top: 0;
}

#content > hr {
  margin: 2.308em 0 1.9em;
}

.page-id-1045301 hr {
  border: .9px solid #4d4d4f;
  display: none;
}

.curbside-show-store-count {
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 12px 50px;
  line-height: 1;
  width: 100%;
  margin-top: 0;
}

.curbside-show-store-count p {
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 12px 50px;
  line-height: 1;
  margin: 5px;
}

.curbside-show-store-count:before {
  height: 1px;
  background-color: #4d4d4f;
  width: 100%;
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  display: block;
}

.is_curbside #customer_details h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

/** Curbside location filter */
body.page-id-1045301 #content-wrap #sidebar {
  border: 2px solid #e1e1e1;
  max-width: 220px;
  float: none;
  padding: 2px;
  margin: 10px auto 0;
}

body.page-id-1045301 #content-wrap #sidebar .sidebar-box {
  margin-bottom: 0;
}

body.page-id-1045301 #content-wrap #sidebar .widget-title {
  border-bottom: none;
  text-align: center;
  font-weight: normal;
  color: #67b8b5;
  display: block;
  max-width: 190px;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

.partner input {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.widget_stores_widget .custom-checkbox {
  top: 2px;
  left: 2px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #333;
  margin-right: 14px;
  display: inline-block;
  position: relative;
}

.widget_stores_widget .partner {
  color: #4a4a4a;
  font-size: 14px;
  font-family: 'Oswald';
  text-transform: uppercase;
}
.widget_stores_widget .partner {
  position: relative;
  line-height: 1.9;
}

.partner label input[type="checkbox"] + span {
  border: 1px solid #3e3e3e;
  position: relative;
}

.partner label input[type="checkbox"]:checked + span {
  border: none!important;
  background-color: #67b8b5!important;
  outline: 1px solid #fff;
  outline-offset: -2px;
}

@media all and (max-width: 1681px) {
  .curbside-show-count {
    padding: 12px 20px 12px;
    margin-top: -62px;
  }

  body.page-id-1045301 #content-wrap #sidebar {
    width: 100%;
    margin-bottom: 20px;
    max-width: 1200px;
  }

  .terms.stores {
    width: 100%;
  }
}

@media screen and (max-width: 776px) {
  .terms.stores {
    width: 100%;
  }

  body.page-id-1045301 #content-wrap #sidebar {
    max-width: 95%;
    width: 95%;
  }

  #sidebar .terms.stores .partner {
    width: 48%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  /* .curbside-show-store-count {
      margin-top: -364px;
  } */
}

@media screen and (min-width: 1682px) {
   body.page-id-1045301 #content-wrap #sidebar {
    position: absolute;
    margin-left: -239px;
    z-index: 1;
  }
  #sidebar .terms.stores .partner {
    margin-left: 9%;
  }

}
@media all and (min-width: 736px) and (max-width: 1681px) {
  .widget_stores_widget {
    display: flex;
    padding: 7px 0;
    justify-content: center;
    align-items: center;
  }

  .widget_stores_widget .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  #sidebar .terms.stores .partner {
    /* width: 16.6%; */
    text-align: center;
  }

  body.page-id-1045301 #content-wrap #sidebar .widget-title {
    margin: 0 auto;
  }
}


@media all and (min-width: 735px) and (max-width: 1158px) {
  .curbside-location-page-top {
    padding-bottom: 30px;
  }

  #sidebar .terms.stores .partner {
    position: relative;
    line-height: 1.9;
    width: 33%;
    text-align: left;
  }

  .widget_stores_widget {
    display: flex;
  }

  .widget_stores_widget .inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .terms.stores {
    padding: 2px 0;
    display: flex;
  }
}

/** end Curbside location filter */

.text-cap {
  display: inline-block;
  padding: 7px 7%;
  font-family: 'Oswald';
  margin-bottom: 0;
}

.text-background {
  background-color: #EBEBEB;
}

#curbside_substitution_notice.text-background {
  padding: 15px;
  font-weight: 600;
}

.text-cap a {
  color: #4d4d4f;
  text-transform: uppercase;
}

.text-teal {
  color: #67b8b5;
}

.text-cap .text-teal {
  text-transform: uppercase;
}

#customer_details label {
  color: #000;
  font-size: 1em;
}

.pickup_title_location {
  width: 30%;
  float: left;
  min-height: 40px;
}

.store_wrapper {
  width: 70%;
  float: left;
  min-height: 40px;
  margin-bottom: 20px;
}

.woocommerce form .form-row {
  margin: 0 0 15px;
}

#select2-billing_state-container {
  height: 100px;
}

#my_key_club h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#billing_city_field,
#billing_state_field,
#billing_postcode_field,
#billing_phone_field {
  width: 50%;
  float: left;
}

#billing_state_field {
  height: 80px;
}

#billing_city_field,
#billing_postcode_field {
  /* padding-right: 10px; */
}

.woocommerce-checkout #main {
  padding-bottom: 60px;
}


/** Curbside locations **/
.curbside-location-page {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
  padding-top: 32px;
}

.curbside-location-page-top {
  text-align: center;
  width: 57%;
  float: left;
}

.curbside-location-page-zip {
  text-align: center;
  width: 43%;
  float: right;
}

.curbside-location-page-zip .search-zip-label {
  display: none;
}

.curbside-zip-search {
  text-align: center;
  margin: auto;
}

.curbside-zip-search h3 {
  margin: 0;
  margin-bottom: 10px;
}

.curbside-zip-search input {
  font-style: italic;
  background-color: #fff;
  border: none;
  width: 300px;
}

.curbside-zip-search-box {
  display: flex;
  border: 1px solid #e1e1e1;
  width: 300px;
  margin: auto;
}

.curbside-default-zip-search-results {
  width: 100%;
}

select.curbside-zip-search-radius-input {
  background-color: #4d4d4f;
  color: #fff;
  border-radius: 0px;
  outline: 0;
  border: none;
}

.curbside-zip-search-radius-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-border {
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  user-select: none;
}

.button-border span {
  z-index: 2;
  position: relative;
}

.button-border:hover {
  background-color: #606060;
  color: #fff;
}


/* End Happy Hour Kits */

/*
.specs-search #s {

} */
.curbside-zip-search .search-use-icon,
.curbside-zip-search .search-use-icon:hover,
.curbside-zip-search input[type="submit"]:focus {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  background-image: url(https://specsonline.com/wp-content/themes/Specs%20Theme/assets/images/search-icon.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center center;
  max-width: 40px;
}

.curbside-location-page h1 {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 1;
}

input.theme-button.curbside-select-button,
input.theme-button.curbside-select-button-empty {
  margin: 10px 0;
}

input.theme-button.curbside-go-back-button,
input.theme-button.curbside-continue-button,
input.theme-button.online-go-back-button,
input.theme-button.online-continue-button {
  margin: 0 10px;
}

input.theme-button.curbside-select-button.submit.selected-button,
input.theme-button.curbside-select-button-empty.submit.selected-button {
  cursor: default;
  background: #e92832;
}

.curbside-store .loc-select .curbside-select-button .selected-button:hover,
.curbside-store .loc-select .curbside-select-button-empty .selected-button:hover {
  background-color: #e92832 !important;
}

.loc-select {
  display: flex;
  flex-wrap: wrap;
}

.curbside-locations {
  justify-content: center;
  margin-top: -20px;
  flex-wrap: wrap;
  overflow: hidden;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .curbside-location-page-top {
    display: none;
  }

  /* checkout page */
  .is_curbside #customer_details h2 {
    width: 100%;
  }

  .curbside-location-page-zip {
    width: 100%;
  }
}

/* CURBSIDE HEADER */
.curbside-header {
  text-align: center;
}

.curbside-header-mobile {
  display: none;
}

@media only screen and (max-width: 810px) {
  .curbside-header {
    display: none;
  }

  .curbside-header-mobile {
    text-align: center;
    display: block;
  }

  /* hide top banner from mobile */
  .specs-curbside-banner {
    display: none;
  }
}

/* CURBSIDE DATEPICKER */
.curbside-datepicker-page h1 {
  text-align: center;
}

.curbside-datepicker-page {
  margin-top: -20px;
  margin-bottom: 40px;
}

.curbside-datepicker-button {
  float: left;
  margin-bottom: 20px;
  text-transform: uppercase !important;
  margin-top: 20px;
}

#schedule_pickup {
  padding: 0 23px 10px;
  width: 100%;
  /* display: flex;
  align-items: flex-start;
  flex-wrap: nowrap; */
}

.pickup-modal-title {
  background-color: #E0E0E0;
  text-align: center;
}

.pickup-modal-title h2 {
  margin: 0 auto;
    padding: 5px 0;
}

#schedule_pickup select {
  margin-bottom: 20px;
  height: 40px;
  background-color: lightyellow;
}

#schedule_pickup_time {
  /* width: 67%; */
  overflow: hidden;
}

div.schedule_holder {
  margin-bottom: 20px;
  display:flex;
  flex-wrap: wrap;
  align-items: left;
  justify-content: center;
}

.day-range {
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #000;
  padding: 5px;
  float: left;
  justify-content: center;
  font-family: 'Oswald';
  font-size: 14px;
  margin: 3px;
  text-transform: uppercase;
}

#pickup-days-wrap {
  position: relative;
  overflow: hidden;
}

#datepicker_button {
  /* overflow: hidden; */
  /* width: 100%; */
  text-align: center;
}

#datepicker_button button, #datepicker_button a {
  float: none;
  border-radius: 0;
  font-family: 'Oswald';
  margin: 20px 2px;
  min-width: 143.3px;
}

#schedule_pickup_time #datepicker_button button,
#schedule_pickup_time #datepicker_button a {
  min-width: 195px;
}

.time_block {
  /* display:flex; */
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #000;
  padding: 7px 0px;
  width: 19%;
  justify-content: center;
  font-family: 'Oswald';
  font-size: 14px;
  margin: 0.5%;
  text-transform: uppercase;
}

.day-range span {
  display: block;
  color: #767676;
  font-size: 13px;
  text-transform: capitalize;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}

.day-range i {
  font-style: normal;
  display: block;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
  color: #767676;
  font-size: 13px;
  text-transform: capitalize;
}

.day-range:hover i, .day-range:hover span, .selected-date i, .selected-date span {
  color: #fff;
}

#pickup-days {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

#schedule_pickup_date {
  position: relative;
}

.slider-day-navigation {
  position: absolute;
  width: 100%;
  top: 69%;
}

.slider-day-navigation .control_prev, .slider-day-navigation .control_next {
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 11px;
  outline: none;
  border-radius: 50%;
  background-color: #767676;
  line-height: 16px;
  text-align: center;
}

.slider-day-navigation .control_prev.disabled, .slider-day-navigation .control_next.disabled {
  pointer-events: none;
  background-color: #E0E0E4;
}

.control_prev {
  left: -18px;
}
.control_next {
  right: -18px;
}

#loading_times {
  font-style: italic;
}

.store {
  font-weight: bold;
  color: #000;
}

.online {
  color: #fff;
  background-color: #41abb4;
  border-radius: 3px;
  padding: 8px 18px;
}

.click-curbside {
  cursor: pointer;
}

.curbside {
  color: #fff;
  background-color: #e92832;
  border-radius: 3px;
  padding: 8px 18px;
}

.not_available {
  background-color: #cecece;
  color: #4d4d4f;
  /*display: none;*/
}

.available {
  background-color: #e92832;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  color: #000;
}

.available:hover {
  background-color: #4d4d4f;
  color: #fff;
  cursor: pointer;
}

.day-range:hover{
  background-color: #4d4d4f;
  color: #fff;
  cursor: pointer;
}
.selected-time, .selected-date {
  background-color: #4d4d4f;
  color: #fff;
}

.selected-time-saved {
  background-color: #e92832;
}

.countdown-timer {
  color: #e92832;
  color: #fff;
}

a.curbside-time-change:hover {
  cursor: pointer;
}

.hide {
  display: none;
}

.margin_top {
  margin-top: 40px;
}

.no-available-timeslot {
  font-family: 'Oswald';
}

#no_times_today {
  margin-bottom: 20px;
}
.curbside-time-change-stop-modal{
  margin-left:10px;
  cursor: pointer;

}
@media only screen and (max-width: 768px) {
  #schedule_pickup {
    flex-wrap: wrap;
  }

  #schedule_pickup_date {
    width: 100%;
  }

  #schedule_pickup_time {
    width: 100%;
  }

  #schedule_pickup select {
    margin-bottom: 0px;
  }
}

/* Curbside Menu Stylings */
#menu-curbside {
  width: 85%;
  align-self: center;
  display: flex;
  margin-left: 15%;
}

#menu-curbside li {
  width: 20% !important;
  text-align: center;
  height: 60px;
  color: #000;
  cursor: pointer;
}

#menu-curbside ul.sub-menu li.menu-item {
  float: left;
  min-width: 180px;
  display: block;
  padding-left: 30px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
}

#menu-curbside .sub-menu a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: left;
}

#menu-curbside a {
  text-decoration: none !important;
  outline: 0;
}

#menu-curbside ul li:hover {
  background-color: #e1e1e1;
}

#menu-curbside li span {
  height: 60px;
  line-height: 60px;
}

#menu-curbside li a {
  text-transform: uppercase;
  color: #000;
}

#menu-curbside li a:hover {
  color: #e82635;
}

.specs-primary-menu #menu-curbside .sub-menu span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  height: 40px;
  line-height: 40px;
}

/* change to one column on last dropdown */

#menu-curbside .sub-menu {
  column-count: 1 !important;
}

/* mobile menu */
@media only screen and (max-width: 550px) {
  #menu-curbside li {
    width: inherit !important;
    font-size: 14px;
    border-right: 1px solid #e1e1e1;
    padding: 0px 5px;
  }

  #menu-curbside li:first-of-type {
    border-left: 1px solid #e1e1e1;
  }

  #menu-curbside .wcmenucart .amount {
    display: none;
  }

  .curbside-confirmation-box {
    display: block;
  }
}

/* checkout stylings */
#curbside-checkout-pickup-details {
  margin-bottom: 20px;
}

.curbside-checkout-pickup-details-box {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 -1px 24px 0;
  padding: 0.75em 1em;
}

.curbside-checkout-datetime {
  margin-top: 20px;
}

#dropdown-pickup-date-time p{
  padding-left:10px;
}
.curbside-checkout-location a.curbside-change,
.curbside-checkout-datetime a.curbside-change,
.curbside-checkout-datetime a.curbside-time-change,
.curbside-checkout-location a#changeLocation {
  font-size: .8em;
}

.curbside-checkout-location-block,
.curbside-checkout-datetime-block {
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom:10px;
}

/* start FAQ */

#curbside-faq-button {
  width: 150px;
  background-color: #67b8b5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.side-button-faq {
  text-transform: uppercase !important;
  font-size: 1.5em !important;
  font-weight: 600 !important;
  transform: rotate(90deg);
  transform-origin: right top;
  text-align: center;
  position: fixed;
  z-index: 5;
  top: 503px;
  right: 0;
  margin-right: 0;
}

#curbside-faq-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .7);
}

.curbside-faq-modal-content {
  background-color: #fefefe;
  margin: 5%;
  padding: 20px;
  border: 1px solid #888;
  padding-top: 60px;
}

.curbside-faq-modal-content button.close-faq {
  float: right;
  color: #fff;
  opacity: 1;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: -45px;
}

.curbside-faq-modal-content h1 {
  padding: 20px;
  background-color: #e1e1e1;
}

.curbside-faq-question {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Oswald';
}

.curbside-faq-container {
  padding-left: 20px;
  padding-right: 40px;
}

.curbside-faq-container li {
  list-style-type: none;
  border-bottom: 1px solid #e1e1e1;
}

.tablinks.inactive {
  color: #aaa;
}

.tablinks {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  #curbside-faq-button {
    width: 100px;
    right: -30px;
    padding: 0px;
  }

  .curbside-faq-modal-content {
    padding: 10px;
  }

  .curbside-faq-container {
    padding-left: 0px;
    padding-right: 10px;
  }

  .curbside-faq-modal-content button.close-faq {
    margin-top: 20px;
  }
}
/* end FAQ Modal */



/* start How to Modal */

#curbside-howto-button {
  width: 150px;
  background-color: #636363;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#curbside-howto-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .7);
}

.curbside-howto-container {
  min-height: 1299px;
  overflow: hidden;
  background: left/contain url(../img/howto-img/gray-gradient-back.png) no-repeat;
}

.curbside-howto-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  max-width: 1022px;
  position: relative;
}

.curbside-howto-modal-content button.close-howto {
  color: #fff;
  opacity: 1;
  padding: 8px 15px;
  position: absolute;
  right: 0;
  background-color: transparent;
}

.curbside-howto-modal-content h1 {
  padding: 25px;
  font-weight: normal;
  background-image: url(../img/bg-stripe.jpg);
  text-align: center;
  color: #fff;
  background-size: cover;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1.1;

}

.curbside-howto-modal-content h1 span.text-script {
  color: #67b8b5;
  font-family: 'Painter Script';
  font-size: 41px;
  text-transform: capitalize;
}

.howto-gradient-img {
  position: absolute;
  max-width: 275px;
}

.howto-text {
  position: relative;
}

.howto-text-each {
  padding-top: 1%;
}

.howto-text-each-wrap {
  display: flex;
}

.howto-text-each:first-of-type .howto-text-each-wrap  {
  padding-left: 7%;
  padding-top: 5%;
}

.howto-text-each:nth-of-type(3) .howto-text-each-wrap {
  padding-left: 19%;
}

.howto-text-each:nth-of-type(4) .howto-text-each-wrap {
  padding-left: 15.8%;
}

.howto-text-each:nth-of-type(5) .howto-text-each-wrap {
  padding-left: 12.9%;
}

.howto-text-each:nth-of-type(6) .howto-text-each-wrap {
  padding-left: 10%;
}

.howto-text-each:nth-of-type(7) .howto-text-each-wrap {
  padding-left: 7.3%;
}

.howto-text-each:nth-of-type(8) .howto-text-each-wrap {
  padding-left: 4.6%;
}

.howto-text-each:nth-of-type(9) .howto-text-each-wrap {
  margin-left: 1.8%;
}

.howto-text-each:nth-of-type(10) .howto-text-each-wrap {
  padding-left: 0;
}

.howto-text-each.first-item .howto-each-img img {
  max-width: 266px;
}

.first-item-2 img { visibility: hidden;}

.curbside-logo-text {
  vertical-align: middle;
}

.howto-each-img img {
  max-width: 115px;
}

.howto-each-img {
  min-height: 124px;
}

.howto-text-each.first-item .curbside-howto-title {
  margin-top: 47px;
}

.text-strong {
  color: #606060;
  text-transform: uppercase;
  font-weight: 600;
}

.howto-text-each:nth-of-type(2) .curbside-howto-detail {
  margin: 0 0 10px;
}

.curbside-howto-detail i {
  font-style: italic;
  font-weight: 600;
}

.howto-each-text {
  margin-left: 4%;
  padding-right: 2%;
}
.curbside-howto-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.curbside-howto-title .text-script {
  font-family: 'Painter Script';
  text-transform: capitalize;
  color: #67b8b5;
  font-size: 29px;
  letter-spacing: 1px;
}

.show-mobile {
  display: none;
}

button.close-back {
  visibility: hidden;
}

.howto-text-each:nth-of-type(10) .howto-text-each-wrap {
  max-height: 72px; /* step 9 height */
}

@media only screen and (max-width: 768px) {
  #curbside-howto-button {
    width: 100px;
    right: -30px;
    padding: 0px;
  }

  .curbside-howto-modal-content h1 {
    padding: 25px 0;
    letter-spacing: 0;
  }

  .curbside-howto-modal-content h1 span.text-script {
    display: block;
  }

  .howto-text-each:first-of-type .howto-text-each-wrap {
    display: block;
}

  .howto-text-each:nth-of-type(n+1) .howto-text-each-wrap {
    padding-left: 3%;
  }

  .howto-text-each.first-item .howto-each-text {
    padding-left: 25%;
  }

  .howto-text-each.first-item .curbside-howto-title {
    margin-top: 7px;
  }

  .howto-text-each:nth-of-type(8) .howto-text-each-wrap {
    margin-left: 0;
  }

  .howto-text-each:nth-of-type(9) .howto-text-each-wrap .howto-each-text {
    /* margin-left: 30%; */
  }

  .curbside-howto-container {
    padding-left: 0px;
    padding-right: 10px;
  }

  .close-back {
    position: relative;
    float: right;
    background-color: transparent;
    color: #606060;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .close-back img {
    vertical-align: middle;
  }

  .text-hide-mobile {display: none}

  .curbside-howto-modal-content button.close-howto {
    margin-top: 20px;
  }

  .curbside-howto-container {
    background: left/57px auto url('../img/howto-img/mobile-bg-img.jpg') repeat-y ;
    background-repeat: repeat-y;
  }

  .show-mobile {
    display: block;
  }

  .side-button-faq {
    right: 0;
  }
}
/* end howto Modal */


@media only screen and (max-width: 768px) {

  .curbside-change-store-container {
    width: 350px;
  }

  button.close-back {
    visibility: initial;
  }

  .curbside-zip-search-popup .curbside-zip-search-box {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .howto-each-img img {
    max-width: 72px;
  }

  .curbside-change-store-content {
    padding-left: 0;
    padding-right: 0;
  }

  #curbside-search-button {
    width: 100px;
    right: -30px;
    padding: 0px;
  }

  .curbside-change-store-container {
    padding: 10px;
  }

  .curbside-change-store-search {
    padding-left: 0px;
    padding-right: 0px;
  }

  .curbside-change-store-container button.close-search {
    margin-top: 20px;
  }

  .curbside-change-store-type-container button {
    width: 150px;
    height: 40px;
  }

  .curbside-change-store-container .loc-select,
  .curbside-change-store-container .curbside-show-store-count {
    width: 90%;
  }
}

/* Curbside Shop Page */
.curbside-shop-page {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 15px;
}

.curbside-shop-page-container>h1 {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-bottom: 0px;
}

.curbside-shop-container {
  display: flex;
  height: 100%;
}

.curbside-shop-outer-box {
  width: 25%;
}

a .curbside-shop-box {
  border-bottom: 6px solid transparent;
}

.curbside-shop-box {
  margin: 10px;
  padding: 10px;
}

a .curbside-shop-box h1 {
  margin: 0 !important;
}

a .curbside-shop-box:hover {
  border-bottom: 6px solid #e1e1e1;
}

@media only screen and (max-width: 768px) {
  .curbside-shop-container {
    flex-wrap: wrap;
  }

  .curbside-shop-outer-box {
    width: 50%;
  }
}

.woocommerce ul.order_details li.order-type strong {
  text-transform: capitalize;
}

/* thank you page */
.curbside-confirmation-container {
  border: 1px solid #e1e1e1;
  padding: 20px;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}

.curbside-confirmation-grid {
  display: flex;
}

.curbside-confirmation-box {
  width: 50%;
  align-content: center;
  display: flex;
  align-items: center;
}

.curbside-confirmation-icon img {
  width: 50%;
}

.curbside-confirmation-text {
  color: #e82635;
}

.curbside-result-cat-name,
.curbside-result-location {
  font-weight: 600;
}

.curbside-go-back {
  display: block;
  margin-bottom: 20px;
  float: right;
}

.web-fedex-header {
  margin: 55px 0 35px;
}

.web-fedex-header img {
  margin-left: calc(50% - 47vw);
  width: 100vw;
  max-width: 94vw;
}

.web-fedex-confirmation-container {
  box-shadow: 1px 1px 9px #ccc;
  width: 100%;
}

.web-fedex-confirmation-text p {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.fedex-title {
  display: block;
  color: #4d4d4d;
  font-weight: normal;
}

/* thank you page */

/* CHECKOUT pages */
p.curbside_substitutions_allowed {
  margin-bottom: 30px !important;
}

.curbside_substitutions_allowed label.checkbox {
  font-size: 16px !important;
}

p.custom-checkboxes {
  margin-bottom: 40px;
}

.woocommerce-terms-and-conditions {
  margin-top: 40px;
}

#curbside_substitution_notice {
  font-size: 14px;
  margin-bottom: 15px;
  color: #000;
  clear: both;
}

.curbside_pickup_name span.optional,
.curbside_pickup_phone span.optional {
  display: none;
}

/* dialog boxes */
#dialog-confirm-cart-online,
#dialog-confirm-cart-store,
#dialog-confirm-shop,
#dialog-time-expired,
#dialog-time-missing {
  display: none;
}

.ui-dialog .ui-dialog-buttonpane button {
  color: #fff !important;
  text-transform: capitalize !important;
}

.curbside-empty-cart {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.ui-dialog.ui-widget.ui-widget-content {
  top: 37% !important;
  left: 37% !important;
}

@media only screen and (max-width: 768px) {
  .ui-dialog.ui-widget.ui-widget-content {
    top: 37% !important;
    left: 0% !important;
  }
}

.curbside-curbside-to-online-content button {
  text-transform: inherit !important;
}

.curbside-curbside-to-online-content button:nth-child(2) {
  margin-left: 20px;
}

/* Curbside datepicker as modal  */
#curbside-datepicker-modal {
  display: none;
  position: fixed;
  z-index: 1003;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .7);
}

.curbside-datepicker-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  max-width: 600px;
  border: 1px solid #888;
  position: relative;
}

.is_curbside .pickup-location-field {
  display: none;
}



/* original page  */


#curbside-original .curbside-location-page-top {
  padding-top: 0px;
}

.curbside-location-page-top a {
  color: #4d4d4f;
}

.curbside-location-page-top a:hover {
  color: #e92832;
}

#curbside-original .curbside-store .loc-select .curbside-select-button .selected-button:hover, #curbside-original .curbside-store .loc-select .curbside-select-button-empty .selected-button:hover {
  background-color: #e92832 !important;
}

#curbside-original .curbside-store .curbside-shopping-button {
  display: inline-block;
  margin: auto;
  text-transform: uppercase !important;
  /* border-radius: 0; */
  width: 95%;
  padding: .455em 1.077em;
}

#curbside-original .curbside-store .curbside-shopping-button a, #curbside-original .curbside-store .curbside-shopping-button a:hover {
  color: #fff;
}

#curbside-original .curbside-image img {
  height: 150px;
  /* border: 2px solid #e1e1e1; */
  padding: 5px;
  margin-top: 10px;
}

#curbside-original .loc-select {
  /* padding-bottom: 10px; */
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  flex-wrap: wrap;
  text-align: center;
}

#curbside-original .curbside-locations {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  flex-wrap: wrap;
}

#curbside-original .curbside-store {
  /* width: 23%; */
  text-align: center;
  margin: 10px;
  border: 1px solid #e1e1e1;
}

#curbside-original .curbside-store-selected {
  border: 5px solid #e31932;
}

#curbside-original .curbside-store-placeholder .store-title {
  margin-top: 55%;
  margin-bottom: 55%;
}


@media only screen and (max-width: 768px) {
  #curbside-original .curbside-locations {
    align-items: center;
  }

  #curbside-original .curbside-store {
    width: 100%;
  }

  #curbside-original .curbside-store-placeholder .store-title {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  #curbside-original .curbside-location-page-top {
    display: none;
  }

  #curbside-original .curbside-steps p {
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: .9em;
  }

}