@charset "UTF-8";
h3 {
  background: transparent url(//gouroom.com/assets/icon-w.png) no-repeat left .3em center / auto 90%;
  padding: .3em 0 .3em 3em !important;
  background-color: #AA0002;
  color: #fff;
}
.selector-hide, #deli-date-hidden, .woocommerce-shipping-fields, #billing_postcode_field, #billing_country_field, .optional, label[for="billing_address_2"]
/*.woocommerce-form-coupon-toggle*/ {
  display: none !important;
}
#wps_cart_points_apply {
  margin-bottom: 10px;
}
.custom_point_checkout #wps_cart_points {
  padding: 8px 10px;
}

.woocommerce-billing-fields h3:first-child {
  display: none;
}
#wooot_order_tip_form {
  margin-bottom: 2rem;
}
#billing_city {
  border: none;
  background-color: transparent;
  font-size: 110%;
  pointer-events: none;
}
input[type="tel"], #billing_address_1_field select {
  border-radius: 0;
  border: 2px dashed rgba(0, 0, 0, 0.15);
  background: #f6f6f6;
  color: #777;
  box-shadow: none;
  padding: .6em;
  line-height: 1.3;
}
#billing_city_field {
  width: 50%;
  float: left;
  clear: none;
  margin-right: 5%;
}
#billing_address_1_field {
  width: 44.4444%;
  float: right;
  clear: none;
}
.annexe-select #billing_city_field {
  width: 42%;
}
.annexe-select #billing_address_1_field {
  width: 53%;
}
#billing_address_1_field select {
  margin-right: 2%;
}
select.alert {
  border-color: #D51013 !important;
  outline: none
}
.annexe-select #billing_address_1_field .woocommerce-input-wrapper,
#billing_address_1_field select {
  display: inline-block;
}
.annexe-select .woocommerce-input-wrapper {
  width: 26%;
}
#billing_address_1_field select {
  width: 72%;
}
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-invalid input.input-text {
  box-shadow: none!important;
}
/*#atena {
  display: none;
  width: 100%;
  height: 108px;
}*/
#atena p {
  margin-bottom: 5px;
}
#ryoshu {
  margin-bottom: 9px;
  cursor: pointer;
}
#ryoshu input {
  transform: scale(1.5);
  vertical-align: middle;
  margin: 1px 5px 0 5px;
}
.input-select {
  padding: .5vw;
  border-color: #FF5F62;
  border-radius: .4vw;
  width: 25vw;
  margin-right: 1vw;
  font-size: 1.5vw;
}
#place_order {
  display: none !important;
}
#place_order2 {
  padding: 0 1vw;
  text-align: center;
}
#place_order2 > button {
  font-size: 140%;
  width: 100%;
  padding: .5vw 0;
  border-radius: .7vw;
}
#payment .place-order {
  padding: 0;
}
#date-time {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,40,45,.95);
  z-index: 123456;
  align-items: start;
  justify-content: center;
  color: #fff;
  padding-top: 5vw;
  opacity: 0;
  display: none;
}
#date-time h3 {
  color: #fff;
}
#d-btn {
  display: inline-block;
  text-align: center;
}
#d-btn button {
  margin: 0 .5vw;
  font-size: 1.5vw;
}
#d-time:disabled {
  opacity: .4;
}
#dt-text-area {
  width: 100%;
  padding: 10px 15px 7px;
  border: solid 1px #B73C3E;
  margin-bottom: 5px;
}
#time-text, #date-text {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#time-text {
  margin-bottom: 0;
}
#d-radio {
  display: inline-block;
}
#d-radio input {
  display: none;
}
#d-radio label {
  display: inline-block;
  background-color: #666;
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 4px 5px 1px;
  margin: 0 10px 0 0;
  color: #ccc;
  opacity: .8;
}
#d-radio label.radio-active {
  background-color: #5684FF;
  color: #fff;
  opacity: 1;
}
#d-radio {
  font-size: 120%;
}
#ck-logout {
  display: block;
  border: solid 1px #fff;
  border-radius: .5rem;
  padding: .5rem 1rem .4rem;
  text-align: center;
}
.woo-point > a {
  text-decoration: underline;
}

@media (min-width: 768px){
  #ck-logout {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
  }

}
@media (min-width: 1150px){
  #d-btn button, .input-select {
    font-size: 16px;
  }

}
@media (max-width: 767px){
  .custom_point_checkout #wps_cart_points{
    padding: 8px 10px !important;
  }
  #mwb_cart_points_apply~p,
  #wps_cart_points_apply~p,
  .custom_point_checkout #mwb_cart_points_apply,
  .custom_point_checkout #wps_cart_points_apply {
    float: none;
  }
  #ck-logout {
    margin-top: 2vw;
  }
  /*.deli-content-wrapper .woocommerce-message {
    display: block !important;
  }*/
  #content {
    padding: 70px 4vw 10px;
  }
  #content .woocommerce {
    min-height: 50vh;
  }
  #masthead {
    display: none;
  }
  .content-area {
    padding-top: 10vw;
  }
  #date-time {
    padding: 0 3vw;
    align-items: center;
  }
  #date-time h3 {
    margin-top: 0;
  }
  #date-time p {
    font-size: 3.8vw;
  }
  #d-radio {
    margin-bottom: 3vw;
    font-size: 170%;
  }
  #d-radio label {
    padding: 3vw;
    font-size: 5vw;
  }
  #d-btn {
    display: block;
    margin: 5vw 0 0;
  }
  #d-btn button {
    font-size: 6vw;
    margin: 0 2vw;
    padding: 2vw 8vw;
  }
  #dt-text-area {
    width: 100%;
  }
  #btn-deli-date {
    font-size: 4.5vw;
  }
  .input-select {
    padding: 3vw 4vw 2vw;
    font-size: 5vw;
    border-radius: 1.3vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: #fff url("i-down.svg") no-repeat right 4vw center / 3vw;
    width: 100%;
    margin-bottom: 3vw;
  }
  #place_order2 {
    padding: 0 3vw;
  }
  #place_order2 > button {
    width: 100%;
    padding: 2vw 0;
    border-radius: 2vw;
  }
  #payment .payment_methods>.wc_payment_method>label, #payment .payment_methods>.woocommerce-PaymentMethod>label {
    padding: 3vw 2vw;
  }
  #add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 11vw;
    padding-left: .9vw;
  }
  .storefront-breadcrumb {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1234568;
    font-size: 120%;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100vw;
  }
  .storefront-breadcrumb .menu-back {
    display: inline-block;
  }
  .storefront-breadcrumb .btn-contact2 {
    position: absolute;
    top: 2vw;
    right: 2vw;
    line-height: 1;
    text-align: center;
  }
  #billing_city_field {
    width: 65%;
    font-size: 85%;
  }
  #billing_address_1_field {
    width: 30%;
  }
  .annexe-select #billing_city_field {
    width: auto !important;
    float: none;
    clear: none;
    margin-right: 0;
    font-size: 85%;
  }
  .annexe-select #billing_address_1_field {
    width: auto !important;
    float: none;
    clear: none;
  }
}