.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
}

a {
  text-decoration: underline;
  color: #000544;
}

.fixed-btn-block {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-item-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    height: 70px;
    margin-top: 40px;
    width: 100%;
    background-color: #f5f6fa;
    top: 0;
    z-index: 999;
}

.button-block {
    width: 375px;
    margin: 0px auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-item-align: center;
    align-items: center;
}

.back-button {
    position: relative;
    font-family: Jost;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2rem;
    width: 40px;
    height: 40px;
    background-image: url('../images/previous.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: #eee;
    border-radius: 50%;
    margin-left: 0px;
}

    .back-button:hover {
        background-color: #ddd;
    }

.tnc-block {
    position: relative;
    margin: 120px auto;
    padding-bottom: 30px;
    width: 375px;
}

.tnc-content {
    padding: 0px 20px;
}

.c-nav-container {
  position: relative;
  display: block;
  width: 375px;
  height: 100vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5f6fa;
  text-align: left;
}

.c-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c7c7c7;
  background-color: #fff;
}

.c-nav_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #cfcfcf;
  font-size: 10px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.c-nav_links {
  z-index: 0;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 3px 0px;
  background-color: transparent;
  text-align: center;
}

.c-nav_links:hover {
  opacity: 1;
}

.c-nav_links.w--current {
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 3px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.c-nav-icon_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-nav_icon {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.c-nav_icon2 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  text-align: center;
}

.c-nav_text2 {
  display: none;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.tab-pane-tab-2 {
  position: static;
  z-index: 0;
  overflow: visible;
  height: auto;
  min-height: auto;
}

.tab-pane-tab-3 {
  position: relative;
  overflow: visible;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.tab-pane-tab-4 {
  overflow: visible;
  min-height: auto;
}

.header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: block;
    overflow: visible;
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-color: #000544;
}

.select-location {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 170px;
    max-height: 100%;
    max-width: 100%;
    margin: 10px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.select-location-kl {
    position: relative;
    margin: 0px;
    width: 60%;
    /*height: 60px;*/
    font-family: Quicksand, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    min-height: fit-content;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 20px;
}

.status-box {
  position: relative;
  display: inline-block;
  width: 59px;
  height: 14px;
  max-height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 19px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #999999;
}

.body {
  display: block;
  margin-left: 0px;
}

.status-text {
  display: block;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
}

.paragraph {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  /*height: 40px;*/
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: left;
  white-space: normal;
  margin-bottom: 5px;
}

.business-hours {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.location-icon {
  display: inline;
  width: 4%;
  margin-left: 15px;
}

.text-block {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Quicksand, sans-serif;
  font-size: 10px;
}

.divider {
  display: inline-block;
  width: 0%;
  height: 70px;
  margin-left: 3px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  border-left: 2px solid #000544;
  text-align: center;
}

.order-and-collection {
    display: flex;
    width: 58px;
    height: 26px;
    margin-top: 0px;
    margin-left: 0px;
    border-top: 2px solid #000544;
    border-bottom: 2px solid #000544;
    border-left: 2px solid #000544;
    /*border-width: 2px;
  border-color: #000544;*/
    border-radius: 4px 0px 0px 4px;
    justify-content: center;
    align-items: center;
}

.order-and-collection2 {
    display: flex;
    width: 58px;
    height: 26px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #000544;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    justify-content: center;
    align-items: center;
}

.order-number {
  margin-top: 2px;
  font-family: Quicksand, sans-serif;
  font-size: 9px;
  color: #000544;
  line-height: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 0px 5px;
}

.collection-numbers {
    margin-top: 2px;
    font-family: Quicksand, sans-serif;
    font-size: 9px;
    color: #000544;
    line-height: 10px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 0px 5px;
}

.image {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.item {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 80px;
  height: 0px;
  max-height: 100%;
  max-width: 100%;
  min-height: 150vh;
  margin-top: 90px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
}

.item-beverages-tab {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 124px;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.item-beverages-tab.w--current {
  width: 80px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 8px;
  background-color: transparent;
}

.menu-flavor {
  display: inline-block;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 15px;
}

.menu-icon{
    height: 28px;
    width: auto;
}

.item-bicolor-tab {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: auto;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
 
}

.item-tricolor-tab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 80px;
  height: 45px;
  margin-top: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 8px;
  background-color: transparent;
}

.item-tricolor-tab.w--current {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-top: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.item-singleflavor-tab {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 45px;
  margin-top: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.item-singleflavor-tab.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 80px;
  margin-top: 130px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 8px;
  background-color: transparent;
  cursor: default;
}

.flavor-content {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: 0;
  overflow: auto;
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 90px 15px 0px;
  text-align: left;
  background-color: #f5f6fa;
}

.tabs-menu {
  position: fixed;
  z-index: 300;
  display: block;
  width: auto;
  height: 100%;
  margin-top: 130px;
  margin-right: 0px;
  margin-left: 0px;
  overflow-y: auto;
  padding-bottom: 210px;
  background-color: #fff;
}

.tabs-content-2 {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  max-height: 0%;
  max-width: 0%;
  min-height: auto;
  min-width: 100%;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.flavor-information_name {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  color: #000544;
}

.flavor-information_discription {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 11px;
  line-height: 10px;
  font-weight: 500;
  color: #000544;
}

.flavor-information_price {
  position: relative;
  display: inline-block;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000544;
}

.flavor-information_btn {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 71px;
    height: 20px;
    margin-top: -25px;
    margin-left: 85px;
    padding: 0px 8px;
    border-radius: 4px;
    background-color: #00bd87;
    font-family: Quicksand, sans-serif;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.modal-item {
  position: relative;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 305px;
  height: auto;
  margin-top: 120px;
  margin-bottom: 145px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
}

.modal-itemname {
  font-family: Quicksand, sans-serif;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  color: #000544;
}

.modal-iteminformation {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #999999;
}

.modal-divider {
  height: 2px;
  margin-top: 0px;
  border-radius: 6px;
  background-color: #999999;
  color: #000;
}

.modal-price {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 31px;
  font-weight: 700;
  color: #000544;
  line-height: 40px;
}

.btn-minus {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 34px;
  height: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/Quantity_Minus.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-attachment: scroll;
}

.btn-add {
  width: 34px;
  height: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 9px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/Quantity_Plus.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-attachment: scroll;
}

.item-quantity {
  position: relative;
  display: inline-block;
  width: 60%;
  /*margin: 0px 0px 10px;*/
  font-family: Quicksand, sans-serif;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.modal-price-block{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.button-2 {
    position: absolute;
    display: block;
    width: 305px;
    height: auto;
    margin-top: 0px;
    margin-left: -20px;
    padding: 12px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #000544;
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.state {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 190px;
  padding-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 20px 80px 20px;
  background-color: #f5f6fa;
}

.menu-list {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.place-reselect {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    min-height: fit-content;
    max-height: 26px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    background-color: transparent;
    background-image: url('../images/Eggette-Lab-Apps-Element-38');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: Quicksand, sans-serif;
    color: #000544;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
}

.myorders {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-style: solid;
  border-width: 2px;
  border-color: #fad900;*/
    border-radius: 10px;
    text-align: center;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.myorders-title {
  /*margin-top: 25px;*/
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #000544;
}

.myorders-queueno {
  margin-top: 20px;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.myorders-branch {
  margin-top: 20px;
  font-family: Quicksand, sans-serif;
  text-align: center;
  font-weight: 600;
  color: #999;
}

.myorders-status_circle {
    width: 43px;
    height: 43px;
    border-style: solid;
    border-width: 2px;
    border-color: #000544;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
}

    .myorders-status_circle:focus {
        background-color: #000544;
    }

.myorders-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.myorders-status_line {
    width: 70px;
    height: 2px;
    background-color: #000544;
    line-height: 20px;
}

.myorders-status_icon01 {
  margin-top: 5px;
  text-decoration: none;
}

.myorders-text_preparing {
  display: inline-block;
  margin-top: 6px;
  margin-left: -14px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.myorders-text_ready {
  display: inline-block;
  margin-top: 6px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  text-align: center;
}

.myorders-statustext_preparing {
  position: static;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #999;
}

.myorders-statustext_preparingbold {
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-size: 17px;
  font-weight: 800;
}

.myorders-statustext-img01 {
  position: static;
  margin-top: 10px;
  margin-bottom: 0px;
}

.myorders-statustext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.orderhistory-button {
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: left;
}

.orderhistory-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  align-items: center;
}

.orderhistory-btn:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.orderhistory-text {
  line-height: 20px;
}

.myorders-statustext-img02 {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: transparent;
}

.orderhistory {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 375px;
  /*height: 90px;*/
  margin-top: 41px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f5f6fa;
}

.orderhistory-heading {
  width: 100%;
  margin-top: 15px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  color: #000544;
  padding: 0px 20px;
}

.orderhistory-divider {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #000544;
}

.orderhistory-column_paid {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000544;
}

.orderhistory-column_name {
  display: inline-block;
  width: 60%;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #000544;
}

.orderhistory-column_date-on {
  display: inline-block;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #999;
}

.orderhistory-column_price {
  position: static;
  display: inline-block;
  width: 35%;
  height: auto;
  max-height: 0%;
  min-height: 100%;
  margin-top: 0px;
  padding: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  text-align: right;
  color: #000544;
}

.orderhistory-divider02 {
  width: 100%;
  height: 2px;
/*  margin-top: 15px;
  margin-bottom: 15px;*/
  border-radius: 10px;
  background-color: #f1f1f1;
}

.orderhistory-all {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 98px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px 70px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  text-align: left;
}

.cart {
  position: relative;
  display: block;
  overflow: auto;
  width: 375px;
  height: 100%;
  min-height: auto;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 150px;
  padding-left: 0px;
}

.text-block-11 {
    display: inline-block;
    margin-left: 14px;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #000544;
}

.branch {
  width: 375px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
}

.contactno-text {
  position: static;
  display: inline-block;
  width: 25%;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #999;
}

.contactno-phoneno {
  display: inline-block;
  width: 40%;
  margin-left: 8px;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000544;
}

.contactno {
  display: block;
  width: 375px;
  margin: 8px auto;
  padding: 0px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.status-text2 {
  width: 375px;
  margin: 10px auto 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 24px;
  font-weight: 600;
}

.bold-text {
  color: #000544;
}

.item-description {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: white;
}

.item-description_text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 30px;
  margin: 25px auto 0px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-size: 15px;
  font-weight: 700;
}

.item-description_name_item {
  display: inline-block;
  width: auto;
  margin-left: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 0px;
}

.item-description_name_infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Quicksand, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
}

.item-description_btn_plus {
    position: relative;
    width: 25px;
    height: 25px;
    /*margin-left: 34px;*/
    background-color: transparent;
    background-image: url('../images/Cart_Plus_Btn.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 5px;
}

.item-description_quantiy_number {
  display: inline-block;
  width: 20px;
  margin-left: 0px;
  padding: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.item-description_btn_minus {
  position: relative;
  width: 25px;
  height: 25px;
  /*margin-left: -30px;*/
  background-color: transparent;
  background-image: url('../images/Cart_Minus_Btn.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px 5px;
}

.item-description_price {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end ;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #000544;
  width: 100%;
}

.qty-price-block{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 30%; 
}

.item-description_quantity {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-description_infor {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*margin-top: 15px;
  margin-bottom: 15px;*/
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-description_name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 20px;
  text-indent: 0px;
  width: 60%;   
}

.item-description_divider {
  width: 100%;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #e8e8e8;
}

.item-description_subtotal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  margin: 0px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-description_subtotal_totalbox {
  display: inline-block;
  width: 70%;
  height: 35px;
  margin-top: 0px;
  background-color: white;
  text-align: right;
}

.item-description_subtota_priceboxl {
  display: inline-block;
  width: 40%;
  height: 35px;
  padding-left: 0px;
  background-color: #000544;
  text-align: center;
}

.item-description_subtotal_total {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  padding: 8px 20px 8px 0px;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.item-description_subtotal_price {
    height: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-align: right;
    padding-right: 20px;
}

.terms-block{
    padding-left: 20px;
    padding-right: 20px;
}

.item-description_total {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 50px;
  margin: 220px auto 70px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.item-description_total_pricebox {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 70%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.item-description_total_price {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-size: 22px;
  font-weight: 700;
}

.disable-datetime {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    background-color: transparent;
    background-image: url('../images/clear.png');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.item-description_paybtn {
  width: 30%;
  height: 50px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.myorders-status_icon02 {
  display: none;
  margin-top: 5px;
  text-decoration: none;
}

.sms {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 375px;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.sms-verification {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 90%;
  height: 320px;
  min-height: auto;
  margin: 150px auto 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-color: #fff;
}

.sms-verification-info_title {
  margin-top: 30px;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-weight: 700;
}

.sms-verification-info_contact {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
}

.sms-verification-info_code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0px auto 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #b0abac;
}

.sms-verification-info_code_line {
  width: 30px;
  height: 2px;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #b0abac;
}

.sms-verification-info_timer {
  display: inline-block;
  width: 60%;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.sms-verification-info_selection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18%;
  margin-top: 7px;
  padding: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  background-color: #000544;
  text-align: center;
}

.sms-verification-info_divider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 2px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
}

.sms-verification-info {
  display: block;
  padding-right: 25px;
  padding-left: 25px;
}

.state-search {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 375px;
    height: 70px;
    margin-top: 130px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.search-state_button {
  position: absolute;
  margin-top: -44px;
  left: 80%;
  /*margin-left: 41px;
  padding-right: 25px;*/
  padding-left: 0px;
  background-color: transparent;
  background-image: url('../images/Eggette-Lab-Apps-Element-39_1Eggette-Lab-Apps-Element-39.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.24;
}

.search-state_input {
  position: relative;
  width: 100%;
  height: 31px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #000544;
  border-radius: 10px;
  font-family: Quicksand, sans-serif;
}

    .search-state_input:focus {
        border-color: #eeeeee;
    }

    .search-state {
        display: block;
        width: 148px;
        margin: 0px 0px 0px 10px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
        position: relative;
    }

.state-allinformation {
  display: inline-block;
  width: 70%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 10px;
}

.state-name-status {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40%;
  margin-top: 0px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-success {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.paymentsuccess-img {
  position: relative;
  margin: 0px;
}

.paymentsuccess-text_heading {
  position: relative;
  margin-top: 19px;
  margin-bottom: 19px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
}

.paymentsuccess-text_queueno {
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
    font-family: Quicksand, sans-serif;
    color: #000544;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 3px;
    white-space: normal;
}

.paymentsuccess-text_status {
  position: relative;
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paymentsuccess-text_status_bold {
    color: #000544;
}

.paymentsuccess-text {
  display: block;
}

.payment-fail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.nodata {
  display: block;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  text-align: center;
  /*display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 70vh;*/
}

.nodata_image {
  margin-top: 130px;
}

.nodata_text {
  font-family: Quicksand, sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
}

.orderhistory-title {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.state-order {
  position: relative;
  width: 27%;
  height: 90%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border: 0px solid transparent;
  background-color: transparent;
  text-align: center;
}

.state-order_btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-weight: 700;
}

.item-branchandstatus_fixed {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 40px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 375px;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: none;
}

.tabs {
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.item-order {
  position: static;
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Quicksand, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3px;
  color: #000544;
}

.item-order_bold {
  font-size: 14px;
}

.item-branchandstatus {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 302;
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 84px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: flex;
}

.item-collection {
  position: static;
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3px;
  color: #000544;
}

.item_order {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 35px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #000544;
    border-bottom: 2px solid #000544;
    border-left: 2px solid #000544;
    border-radius: 5px 0px 0px 5px;
}

.item_collection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 35px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000544;
  border-radius: 0px 5px 5px 0px;
}

.order-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 0px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sms-verification-info_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.payment-success-resposive {
  width: 375px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.payment-fail-responsive {
  width: 375px;
  margin-right: auto;
  margin-left: auto;
}

.menu-list_all {
  position: relative;
  z-index: auto;
  display: none;
  overflow: visible;
  width: 375px;
  max-width: none;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.flavor-all {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.flavor-image {
  display: inline-block;
  width: 85px;
  height: 85px;
}

.flavor-information {
  display: inline-block;
  width: 164px;
  min-height: auto;
}

.image-9 {
  width: 85px;
  height: 85px;
  max-width: none;
  margin-left: 0px;
}

.status-text-none {
  display: block;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
}

.status-box-green {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 14px;
    max-height: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 19px;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #00bd87;
}

.state-order_btn-close {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 33px 5px;
    background-color: transparent;
    font-family: Quicksand, sans-serif;
    color: #000;
    font-weight: 700;
    overflow-wrap: break-word;
}

.branch-loading {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
}

.select-location_loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 347px;
    height: 145px;
    max-height: 100%;
    max-width: 100%;
    margin: 10px auto;
    /*padding-right: 131px;
    padding-left: 131px;*/
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.branch-loading2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0px 10px;
}

.branch-loading3 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
}

.nodata_image2 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.auto-refreshing {
  display: block;
  width: 100%;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.auto-refreshing_boldtext {
    color: #00bd87;
    font-weight: 600;
}

.auto-refreshing_text {
  margin-top: 15px;
}

.text-field {
    display: inline-block;
    width: 64%;
    margin-right: 11px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    font-style: normal;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}

.text-field:focus{
    border-color: #999999;
}

.form-enter-phone-no {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 0px 20px;
}

.orderhistory-allinfor {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px 0px;
}

.modal-itemimage {
  margin-top: 0px;
  margin-bottom: 10px;
}

.modal-wrapper2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 375px;
  height: 0%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  text-align: center;
}

.modal-wrapper3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 375px;
  height: 0%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  text-align: center;
}

.modal-wrapper4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 375px;
  height: 0%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  text-align: center;
}


.text-block-12 {
  display: none;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 500;
}

.btn-disable2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/Disable-01_1Disable-01.png');
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.btn-disable3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/Disable-01_1Disable-01.png');
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.sendcode {
  position: static;
  width: 30%;
  border-radius: 5px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.sendcode:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.order-history {
  display: none;
}

.myorders-all {
  position: relative;
  z-index: 1;
  display: block;
  overflow: auto;
  height: 100%;
  margin-top: 0px;
  padding: 40px 20px 70px;
}

.btn-disable4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/Disable-01_1Disable-01.png');
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.verified-text {
    position: static;
    display: inline-block;
    margin-left: 0px;
    font-family: Quicksand, sans-serif;
    color: #00bd87;
    font-weight: 700;
}

.verified {
  display: inline-block;
/*  width: 30%;*/
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.verified-icon {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.resend-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 25px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #000544;
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.resend-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.cart-buy_notification_number {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.cart-buy_notification {
  position: absolute;
  left: auto;
  top: 3%;
  right: -7%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff4545;
}

.cart-buy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-description_scroll {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.div-block-5 {
  position: relative;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.menulist-block {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-left: 0px;
  padding: 0px 0px 50px 80px;
}

.button-3 {
  width: 70px;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3-copy {
  width: 70px;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.overlay-state {
  position: absolute;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 345px;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: rgba(0, 5, 68, 0.5);
}

.item-description_btn_disable {
  width: 14px;
  height: 14px;
  /*margin-top: 10px;*/
  background-color: transparent;
  background-image: url('../images/Delete-01_1Delete-01.png');
  background-position: 50% 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 0px;
  margin-right: 5px;
}

.block-cashback-2 {
  width: 14px;
  height: 14px;
  margin-top: 10px;
  margin-right: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.block-cashback {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-right: 0px;
  margin-left: 34px;
  padding-right: 15px;
  padding-left: 15px;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.logo-small {
    height: 35px;
  width: auto;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.pwoeredby {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  height: 20px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f3f3f3;
  text-align: center;
}

.poweredby-wemabox {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.wemabox-logo {
  margin-right: 5px;
  margin-left: 5px;
}

.advantage {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  color: #999999;
}

.checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 0px;
  font-family: Quicksand, sans-serif;
}

.sms-verification_code {
  height: 70px;
  margin-top: 40px;
  padding: 0px;
  border: 1px solid transparent;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 20px;
  white-space: normal;
  color: #000544;
  border: 1px solid #999;
  border-radius: 5px;
}
    .sms-verification_code:focus{
        border: 1px solid #999;
        border-radius: 5px;
    }

    .invalid-code {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: Quicksand, sans-serif;
        color: #ff3d3d;
        font-size: 12px;
        font-weight: 700;
    }

.block-cashback-copy {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-right: 0px;
  margin-left: -30px;
  padding-right: 15px;
  padding-left: 15px;
}

.html-embed {
  display: block;
}

.information-wrapper {
  display: block;
  width: 100%;
  height: 60%;
}

.terms-conditions-with-contact {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: left;
}

.button-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #000544;
  background-image: url('../images/Phone-White-43_1Phone-White-43.png'), url('../images/Phone-43_1Phone-43.png');
  background-position: 50% 50%, 50% 50%;
  background-size: 20px, 20px;
  background-repeat: no-repeat, no-repeat;
}

.button-4:hover {
  background-color: #1e252b;
  background-image: url('../images/Phone-43_1Phone-43.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tabs-menu-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  max-width: 100%;
  margin-top: 84px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.19);
}

.pick-up2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.pick-up2.w--current {
  background-color: transparent;
}

.delivery-pick-up {
  margin-top: 0px;
  background-color: transparent;
}

.tab-pick-up-delivery {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.tabs-menu-2{
    width: 100%;
}

.pick-up-img {
    display: none;
    margin-right: 5px;
}

.pick-up-img-y {
  display: block;
  margin-right: 5px;
}

.location-display {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f6fa;
}

.text-block-15 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Quicksand, sans-serif;
    color: #999999;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.bold-text-2 {
  color: #000544;
}

.heading {
  margin-top: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

.text-field-delivery {
  margin-bottom: 5px;
  border: 1px solid #000544;
  border-radius: 5px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  box-shadow: rgba()
}

.text-block-16 {
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #000544;
  border-radius: 5px 5px 0px 0px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-weight: 700;
}

.add-new-address-block {
  display: block;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 140px;
  padding-top: 0px;
  border: 1px solid #000544;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.divider-on-delivery {
  display: block;
  width: 90%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #ddd;
}

.record-name {
  display: inline-block;
  margin-left: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000544;
}

.record-phone {
    display: inline-block;
    margin-left: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000544;
}

.record-location {
    display: inline-block;
    width: 100%;
    margin-left: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #999;
}

.delivery-record-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.image-10 {
  display: inline-block;
  height: auto;
}

.div-block-9 {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.delivery-record {
  padding: 15px 10px;
  cursor: pointer;
}

.submit-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 10px auto 5px;
  border-radius: 5px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-button:active {
  background-color: #000344;
}

.delivery-details {
  position: relative;
  display: none;
  margin-top: 100px;
  padding: 0px 20px;
}

.google-map {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: #000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.button-6 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-left: 0px;
  padding: 0px;
  clear: none;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  color: #000544;
  font-weight: 800;
}

.cover-name-and-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1px;
}

.add-on {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000544;
}

.payment-method-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 375px;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 99px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(7, 7, 7, 0.4);
}

.pay-with {
  display: block;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.heading-2 {
    margin-top: 0px;
    font-family: Quicksand, sans-serif;
    text-align: center;
    color: #000544;
    font-weight: 800;
}

.name-payment-method {
  display: inline-block;
  margin-left: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.payment-method {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-7 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.bank-tranfer-header {
  display: block;
  margin-top: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: 800;
  color: #000544;
}

.bank-transfer-block {
  width: auto;
  margin-bottom: 20px;
}

.bank-transfer-left-info {
  display: inline-block;
  width: 40%;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-17 {
  display: inline-block;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.divider-on-bank-transfer {
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #ddd;
}

.bank-transfer-all-info {
  padding-right: 20px;
  padding-left: 20px;
}

.button-8 {
  width: 205px;
  height: 185px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
  background-image: url('../images/Upload-Recipt.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.heading-4 {
  margin-top: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  text-align: center;
}

.upload-receipt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bank-transfer-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 375px;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 99px 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(7, 7, 7, 0.4);
}

.camera-and-photo {
  display: block;
  width: 375px;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-family: Quicksand, sans-serif;
  color: #1d252c;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.after-uplaod-photo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 225px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f9db00;
  border-radius: 7px;
  text-align: center;
}

.image-11 {
  text-align: left;
}

.heading-5 {
  font-family: Quicksand, sans-serif;
}

.myorders-text_ready-copy {
  display: inline-block;
  margin-top: 6px;
  margin-left: -12px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  text-align: center;
}

.html-embed-2 {
  display: none;
  overflow: visible;
}

.add-on-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.error-message {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 375px;
  height: 100vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.text-block-18 {
  display: block;
  margin-top: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.error-ok {
  display: block;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #000544;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.success-message {
  border: 1px solid transparent;
  background-color: transparent;
}

.try-radio {
  display: inline-block;
}

.try-radio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bank-transfer {
  display: none;
  width: 375px;
  max-width: 100%;
  min-height: 0vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}

.button-9 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 335px;
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-radius: 5px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
}


.state-order_btn-pickup {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-weight: 700;
}

.block-add-new-location {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 40px;
  margin-top: 168px;
}

.record-buidling-and-unit {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000544;
}

.html-embed-3 {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Upload-Recipt.png');
  background-position: 50% 50%;
  background-size: 205px;
  background-repeat: no-repeat;
  text-align: center;
}

.multiple-selection {
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 2px solid #000544;
  border-radius: 20px;
  background-color: #fff;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
}

.multiple-selection:active {
  background-color: transparent;
}

.multiple-selection:focus {
  background-color: #fff;
}

.div-block-10 {
  display: none;
  width: 90%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dbdbdb;
}

.button-10 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 335px;
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  padding: 8px 14px;
  border-radius: 20px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-10:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.form-block {
  overflow: visible;
  margin-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000544;
  border-radius: 5px;
  background-color: #fff;
}

.dropdown-toggle:hover {
  background-color: #000544;
  color: white;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  overflow: hidden;
  background-color: transparent;
}

/*.form {
  background-color: #fff;
}*/

.error {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 375px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}

.success {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 375px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}

.success-btn {
  width: 40%;
  margin-right: 10px;
  border-radius: 7px;
  background-color: #f9db00;
  font-family: Quicksand, sans-serif;
  color: #1d252c;
  font-weight: 700;
  text-align: center;
}

.error-btn {
  width: 40%;
  border-radius: 7px;
  background-color: #f9db00;
  font-family: Quicksand, sans-serif;
  color: #1d252c;
  font-weight: 700;
}

.success-ok {
  display: block;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #000544;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.pending {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000544;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
}

.location_cart {
    padding-right: 15px;
    padding-left: 0px;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
}

.edit_location_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #000544;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.location-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #000544;
  border-radius: 5px;
  padding: 10px;
  background-color: white;
}

.language {
  position: static;
  left: auto;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.car-plate-no {
  display: inline-block;
  margin-right: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #999;
}

.car-plate-no-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 375px;
  height: 0%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  text-align: center;
}

.scroll-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.html-embed-select-time {
  display: none;
}

.html-embed-copy {
  display: block;
}

.image-12 {
  width: 100px;
  margin-top: 10px;
}

.date {
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #dfdfdf;
  font-family: Quicksand, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.time {
  font-family: Quicksand, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.date-time-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.pickup-delivery-datetime {
  margin-top: 10px;
}

.html-embed-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000544;
    border-radius: 5px;
    align-items: center;
    background-color: #000544;
}

.datetimepicker-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.text-block-19 {
  font-family: Quicksand, sans-serif;
  line-height: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.button {
    padding: 20px 25px;
    border-radius: 8px;
    background-color: #000544;
    background-image: url('../images/Phone-btn_1Phone-btn.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.button.location {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/Location-btn_1Location-btn.png');
}

.column-2{
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.my-order-location-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000544;
  border-radius: 5px;
  margin: 10px 15px;
  background-color: #f5f6fa;
}

.html-embed-5 {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .item-singleflavor-tab.w--current {
    width: 135px;
  }

  .tabs-menu {
    /*width: 17%;*/
  }
  .state {
    display: block;
  }
/*  .myorders-title {
    margin-top: 25px;
  }*/
  .menu-list_all {
    display: block;
  }
  .menulist-block {
    overflow: scroll;
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    /*padding-left: 133px;*/
  }
  .logo-small {
    
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

}

@media screen and (max-width: 767px) {
    .success{
        width: auto;
    }

  .tabs-menu {
    /*width: 20%;*/
  }
/*  .item-description_subtotal {
    margin-bottom: 90px;
  }*/
  .menu-list_all {
    display: none;
  }
  .car-plate-no-edit {
    margin-bottom: 0px;
    padding: 10px 15px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
  .html-embed-4 {
    width: 210px;
  }
  .datetimepicker-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
  }
  .text-block-19 {
    padding-left: 0px;
  }
  .my-order-location-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .html-embed-5 {
    width: 210px;
  }
}

@media screen and (max-width: 479px) {
    .tnc-block {
        width: 100%;
    }

    .button-block {
        width: 100%;
    }

    .tnc-content {
        padding: 0px;
    }

    .back-button {
        margin: 0px;
    }

    .error{
        width: 100%;
    }

    .c-nav {
        width: 100%;
    }

    .c-nav-container {
    width: 100%;
    }

    .c-nav_text {
        font-size: 9px;
    }
  .c-nav_links {
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .c-nav_links.w--current {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .c-nav-icon_container {
    height: 25px;
  }
  .tabs-content {
    width: auto;
  }
  .tab-pane-tab-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-pane-tab-3 {
    position: relative;
    width: auto;
    min-height: 0vh;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-pane-tab-4 {
    width: auto;
    min-height: auto;
  }
  .header {
    width: 100%;
  }
  .select-location {
    padding-bottom: 1px;
    /*background-color: transparent;*/
  }

    .select-location_loading{
        width: 100%;
    }

    .select-location-kl {
        width: 100%;
   
    }
  .text-block {
    width: auto;
  }
/*  .divider {
    position: relative;
    margin-left: 9px;
  }*/
  .order-and-collection {
    margin-left: 0px;
    width: 25%;
    height: 30px;
  }

    .order-and-collection2 {
        margin-left: 0px;
        width: 25%;
        height: 30px;
    }

  .item {
    position: absolute;
    width: 80px;
    background-color: #ffffff;
  }
  .item-beverages-tab {
    width: 80px;
  }
  .item-beverages-tab.w--current {
    position: absolute;
    width: 80px;
  }
  .menu-flavor {
    font-size: 11px;
  }
  .item-bicolor-tab {
    position: relative;
    width: 80px;
  }
  .item-tricolor-tab {
    position: absolute;
    width: 80px;
  }
  .item-singleflavor-tab {
    width: 80px;
  }
  .item-singleflavor-tab.w--current {
    position: absolute;
    width: 80px;
  }
  .flavor-content {
    position: relative;
    left: 0px;
    z-index: 1;
    overflow: auto;
    width: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .tabs-menu {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 300;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-content-2 {
    position: relative;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

    .flavor-information_name {
        width: 100%;
        font-size: 16px;
    }
  .flavor-information_discription {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 11px;
  }
  .flavor-information_price {
    display: block;
    width: 50%;
    font-size: 15px;
  }
  .flavor-information_btn {
    z-index: 100;
    width: 71px;
    margin-left: 85px;
  }
  .modal-item {
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    margin: 60px auto 145px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal-itemname {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-iteminformation {
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-divider {
    margin-top: 10px;
  }
  .modal-price {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 40px;
  }
  .item-quantity {
    display: inline-block;
    width: 60%;
    margin: 0px 0px 10px;
  }
  .button-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -6%;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .state {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-list {
    position: relative;
    width: 100%;
  }

  .myorders {
    display: block;
    width: 100%;
  }
  .myorders-title {
    font-size: 16px;
  }
/*  .myorders-queueno {
    margin-top: 10px;
    line-height: 40px;
  }*/
  .myorders-branch {
    margin-top: 10px;
  }
  .myorders-status_circle {
    width: 43px;
    height: 43px;
    border-radius: 50%;
  }
  .myorders-status {
    padding-right: 20px;
    padding-left: 20px;
  }
  .myorders-status_line {
    width: 53px;
  }
  .myorders-status_icon01 {
    width: auto;
    height: auto;
  }
  .myorders-statustext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .orderhistory-btn {
    width: 60%;
    height: auto;
    padding: 8px 0px;
  }
  .orderhistory {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .orderhistory-divider {
    width: 100%;
  }
  .orderhistory-column_date-on {
    width: 100%;
  }
  .orderhistory-column_price {
    display: inline-block;
    margin-top: 0px;
  }
  .orderhistory-all {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .cart {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: 100%;
  }

  .branch {
    width: 100%;
  }
  .contactno {
    display: block;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .status-text2 {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
  }
  .item-description {
    overflow: visible;
    width: auto;
  }
  .item-description_quantiy_number {
    width: 25px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .item-description_quantity {
    margin-right: 0px;
    margin-left: 0px;
  }
    .item-description_text{
        width: 100%;
    }
    .item-description_infor {
        padding-right: 20px;
        padding-left: 20px;
    }
  .item-description_subtotal {
    width: 100%;
    margin-bottom: 0px;
  }
  .item-description_total {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .item-description_total_pricebox {
    width: 70%;
  }
  .item-description_total_price {
    position: relative;
  }
  .item-description_paybtn {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .myorders-status_icon02 {
    width: auto;
    height: auto;
  }
  .sms {
    position: fixed;
    z-index: 3;
    display: none;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sms-verification {
    display: block;
    width: 90%;
    height: 100%;
    margin-top: 62px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sms-verification-info_title {
    font-size: 16px;
  }
  .sms-verification-info_contact {
    font-size: 14px;
  }
  .sms-verification-info_timer {
    width: 60%;
    margin-right: 10px;
    font-size: 14px;
  }
  .state-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
    width: 100%;
  }
  .search-state_button {
    /*margin-left: 23px;*/
    padding-left: 0px;
  }
  .search-state_input {
    float: none;
  }
  .search-state {
    width: 150px;
    margin-right: 1px;
    margin-left: 0px;
  }
  .state-allinformation {
    position: relative;
    width: 70%;
    padding-right: 0px;
    padding-left: 15px;
    line-height: 20px;
  }
  .payment-success {
    display: block;
    overflow: hidden;
    width: auto;
    min-height: auto;
  }
  .paymentsuccess-img {
    display: block;
    max-width: 50%;
    margin: 80px auto 15px;
  }
  .paymentsuccess-text_heading {
    max-width: 80%;
    margin: 0px auto;
  }
  .paymentsuccess-text_queueno {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .paymentsuccess-text_status {
    max-width: 80%;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }
  .paymentsuccess-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .payment-fail {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nodata {
    display: block;
  }
  .nodata_image {
    margin-top: 80px;
  }
  .state-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .state-order_btn {
    padding-right: 0px;
    padding-left: 0px;
  }
  .item-branchandstatus_fixed {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }    
  .tabs {
    display: block;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .item-order {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .item-collection {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .item_order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item_collection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order-collection {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }
  .sms-verification-info_btn {
    width: 100%;
    margin-left: 0px;
  }
  .payment-success-resposive {
    width: 100%;
  }
  .payment-fail-responsive {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-list_all {
    display: none;
    width: 100%;
  }
  .flavor-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }
  .flavor-image {
    margin-right: 5px;
    margin-left: 15px;
  }
  .flavor-information {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
  }
  .image-9 {
    position: relative;
    width: 75px;
    height: 75px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-left: 0px;
  }
  .orderhistory-allinfor {
    text-align: left;
  }
  .modal-wrapper2 {
    display: none;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal-wrapper3 {
    display: none;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal-wrapper4 {
    display: none;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sendcode {
    width: 30%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .order-history {
    display: none;
  }
  .myorders-all {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .verified {
    position: relative;
    /*width: 30%;*/
    margin-left: 0px;
    text-align: right;
  }
  .resend-block {
    width: 100%;
  }
  .div-block-5 {
    width: 100%;
  }
  .menulist-block {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*padding-left: 125px;*/
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .button-3 {
    margin-left: 0px;
  }
  .div-block-8 {
    position: relative;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
  }
  .button-3-copy {
    margin-left: 0px;
  }
  .overlay-state {
    width: 100%;
    height: 100%;
  }
  .block-cashback-2 {
    display: block;
    height: 50px;
    margin-right: 0px;
  }
  .block-cashback {
    position: absolute;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-block {
    width: auto;
    text-align: left;
  }
  .logo-small {
    
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .sms-verification_code {
    width: 100%;
    margin-top: 20px;
    letter-spacing: 10px;
    text-indent: 12px;
  }
  .block-cashback-copy {
    position: absolute;
    margin-left: -30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .html-embed {
    display: block;
    margin-top: 0px;
  }
  .terms-conditions-with-contact {
    width: 100%;
  }

  .tab-pick-up-delivery {
    font-size: 11px;
  }
  .add-new-address-block {
    margin-bottom: 140px;
  }
  .delivery-details {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .payment-method-modal {
    width: 100%;
  }
  .name-payment-method {
    font-size: 12px;
  }
  .bank-transfer-left-info {
    width: 38%;
    font-size: 14px;
  }
  .text-block-17 {
    font-size: 14px;
  }
  .bank-transfer-modal {
    width: 100%;
  }
  .state-order_btn-pickup {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-10 {
    margin-bottom: 80px;
  }
  .pending {
    margin-top: 10px;
  }
  .location_cart {
    font-size: 13px;
    line-height: 15px;
  }

  .car-plate-no {
    margin-right: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .modal-wrapper {
    display: none;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .scroll-x {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .html-embed-select-time {
    display: block;
    margin-top: 0px;
  }
  .html-embed-copy {
    display: block;
    margin-top: 0px;
  }
  .html-embed-4 {
    width: 200px;
  }
  /*.text-block-19 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: justify;
  }*/
  .button.location {
    height: auto;
    margin-right: 10px;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .html-embed-5 {
    width: 200px;
  }
}

.car-plate-info {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.mute {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: transparent;
    background-image: url('../images/mute_1mute.png');
    background-position: 14% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-family: Quicksand, sans-serif;
    color: #c7c7c7;
    font-weight: 600;
    cursor: default;
}

.click {
    position: relative;
    z-index: 999;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #000;
    background-image: url('../images/no-mute_1no-mute.png');
    background-position: 14% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-family: Quicksand, sans-serif;
    color: #000544;
    font-weight: 600;
}

.confirmation-info {
    display: block;
    padding: 15px 15px 15px 60px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-image: url('../images/Received-order_1Received-order.png');
    background-position: 14% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
}

.fill-car-plate-no {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.note-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 0px solid #e4e4e4;
    border-bottom: 0px solid #e4e4e4;
}

.note {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.confirm-carplate-btn {
    width: 80%;
    border-radius: 20px;
    background-color: #000544;
    font-family: Quicksand, sans-serif;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

.html-embed-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .fill-car-plate-no {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e4e4e4;
    }

    .html-embed-4-copy {
        width: 170px;
    }

    .note-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e4e4e4;
    }
}

@media screen and (max-width: 479px) {
    .car-plate-info {
        display: none;
    }

    .mute {
        background-position: 10% 50%;
        font-size: 13px;
    }

    .click {
        background-position: 10% 50%;
    }

    .confirmation-info {
        background-position: 10% 50%;
        font-size: 13px;
        font-weight: 600;
    }

    .html-embed-4-copy {
        width: 100%;
        font-size: 12px;
    }

    .note-block {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom-width: 0px;
    }

    .note {
        margin-right: 10px;
        font-size: 14px;
        line-height: 16px;
    }
}
