/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.avista_dk_user_check_container input[type=number]::-webkit-inner-spin-button,
.avista_dk_user_check_container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.phone-inner {
  display: flex;
  flex-flow: column;
  opacity: 1;
  transition: all 500ms ease;
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}
.hide-input {
  left: -50vh;
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}
.hide-element {
  left: -50vh;
  opacity: 0 !important;
  visibility: hidden !important;
}

.phone-inner #noSms {
  cursor: pointer;
  font-size: 12px;
  margin-top: 20px;
}

.woocommerce-checkout {
  opacity: 1;
  transition: all 300ms ease;
}
.hide-form {
  opacity: 0;
  pointer-events: none;
  transition: all 300ms 300ms ease;
  display: none;
  visibility: hidden;
}
.error-text {
  color: tomato;
}
.validation-success {
  display: none;
}
.validation-success-true {
  display: block;
}
pre {
  position: relative;
  z-index: 99999999999;
  min-height: 20px !important;
  height: fit-content !important;
  background-color: #fff;
  top: 100px;
}
.avista-dkplus-user-check-wp_signup {
  width: 100%;
  max-width: 1440px;
  min-height: 300px;
  display: flex;
  flex-flow: row wrap;
}
.avista-dkplus-user-check-wp_signup .fieldset {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 48%;
  width: 48%;
  max-width: 720px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.check-item {
    display: block;
    position: relative;
    color: inherit;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    flex-basis: 100% !important;
}
.check-item input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.check-item input[type=checkbox] ~ span {
    display: block;
    position: relative;
    padding-left: 29px;
}

.check-item input[type=checkbox] ~ span::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: white;
}

.check-item input[type=checkbox] ~ span::after {
    content: "\2714";
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 12px;
    height: 10px;
    /* background-image: url(../images/ico-check-white-001.svg); */
    background-size: 12px 10px;
    margin: 5px 0 0 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    line-height: 9px;
}

.check-item input[type=checkbox]:checked ~ span::after {
    opacity: 1;
}

.avista-dkplus-user-check-wp_signup .fieldset label,
.avista-dkplus-user-check-wp_signup .fieldset input {
  display: inline-block;
  width: 98%;
  flex-basis: 98%;
  margin-right: 0;
}
.avista_dk_user_input_container {
  display: flex;
  justify-content: space-between;
}
.avista-dkplus-user-check-wp_signup .fieldset input[type="checkbox"] {
  width: initial;
}
/* .avista_user_check .avista-dkplus-user-check-wp_signup .fieldset.check-item {
  display: none;
} */
.avista-dkplus-user-check-wp_signup .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}
.avista-dkplus-user-check-wp_signup .btn-container .btn {
  min-width: 300px;
}
/* .woocommerce-form-coupon-toggle {
  display: none;
} */
.avista-dk-hidden, .avista-dk-lc-hidden   {
  display: none;
}
.avista-dk-user-check-holder {
  background: #fff;
  padding: 50px 15px 80px;
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.avista-dk-user-check-holder header {
  margin: 0px 0px 25px;
}
.avista-dk-user-check-holder header h2 {
  font-size: 28px;
  line-height: 34px;
}
.avista-dk-user-check-holder .phone-inner label {
  margin-bottom: 4px !important;
  margin-left: 2px;
}
.main-avista-dk-container {
  min-height: auto;
  padding: 120px 0px ;
}
.main-avista-dk-container.user_settup {
  min-height: auto;
  padding: 20px 0px 0px;
}
.main-avista-dk-container .avista-dkplus-user-check-wp_signup .fieldset label {
  margin-left: 2px;
  margin-bottom: 3px !important;
}

.woocommerce-billing-fields {
  overflow: hidden;
  height:0;
  opacity: 0;
}


.xdebug-error.xe-notice {
  margin: 100px 0 0 10px;
}

.avista-discount label.switch {
  margin-bottom: 1.5rem;
}

.li-cart-item-total [class*="coupon-coupon_discount"] {
  display: none !important;
}

@media only screen and (max-width : 991px) {
  .avista-dkplus-user-check-wp_signup .fieldset {
    width: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.user_settup{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}


.avista_logout {
  margin-bottom: 20px;
  z-index: 999;
  transition: all 500ms 200ms ease-in;
}

.user_settup .avista_logout {
  z-index: 9;
}

.avista_logout .btn {
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 4px 10px;
  margin: 0 0 0 10px;
}


/* @media only screen and (max-width : 720px) {
  .avista-dkplus-user-check-wp_signup {
    width: 100%;
  }
  .avista-dkplus-user-check-wp_signup .fieldset {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 100%;
    width: 100%;
  }
} */

.intro-account .avista-wallet-btn-container{
  margin-bottom: 44px;
}

.expand-btns-wr {
  position: relative;
}
.expand-btns-wr svg {
  width: 40px;
  display: block;
  margin: 0 auto 0;
  position: absolute;
  top: 8px;
  right: -50px;
}
.expand-btns-wr .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.expand-btns-wr .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.expand-btns-wr.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.expand-btns-wr .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.expand-btns-wr p {
  text-align: center;
  margin: 20px 0 60px;
  font-size: 1.25em;
}
.expand-btns-wr p.success {
  color: #73AF55;
}
.expand-btns-wrp.error {
  color: #D06079;
}


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}


/* search spinner */
.spinner-container {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	left: 0;
	top:0;
	z-index: 4;
	background-color: rgba(255,255,255,0.6);
	transition: all 300ms ease;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	background-color: transparent;/*#0B3E7A*/
	/* top: 25vh; */
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.lds-ellipsis.js-rendered {
	position: relative;
	height: 11px;
	width: 54px;
	margin: 0 auto;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #43AEC9;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis.js-rendered.white div {
	top: 0;
	background: #fff;
}
.lds-ellipsis.js-rendered.grey div {
	top: 0;
	background: grey;
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
			transform: scale(0);
	}
	100% {
			ransform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
			transform: scale(1);
	}
	100% {
			transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
			transform: translate(0, 0);
	}
	100% {
			transform: translate(19px, 0);
	}
}
/* search spinner end */

.my-account .order_container dl {
  display: flex;
  flex-flow: row wrap;
  width:100%;
  justify-content: flex-start;
}

.my-account .order_container dl > div {
  margin-left: 20px;
}

.modal pre {
  max-width: 1000px;
  height: 20vh;
}

/* .wrapper #header, #footer {
  display: none !important;
} */

.orderManagerHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
}

.orderManagerHeader .left {
  display: flex;
  min-width: 40%;

}

.orderManagerHeader .left .header_location {
  margin: 0 10px 0 0;
}

#allowAudio {
  margin-top: 90px !important;
}

.set-dimentions {
  margin-top: 100px;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loginform p {
  display: flex;
  flex-direction: column;
}

.avista-order-manager-table {
  margin: 40px 0;
  width: 100%;
  /* table-layout:fixed; */
}
.trow {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  flex-flow: row wrap;
  min-height: 50px;
  border-bottom: 1px #ddd dotted;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.tbodyRow {
  transition: all 400ms ease;
}
.tbodyRow .status-label {
  background-color: #84BD00;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 3px;
}
.thead {
  position: relative;
  margin-bottom: 20px;
}
.th-cell {
  top: calc(50% - 5px);
  height: 20px;
  width: 100%;
   max-width: 180px;
   text-align: left;
  /* position: absolute; */
}
/* .th-cell:first-child {
  text-align: left;
} */

.td-cell {
  min-width: 60px;
  width: 100%;
  max-width: 180px;

}

.avista-order-manager-table button.btnUpdateOrder.hide_btn {
  display: none;
}

.time-warning::after, .timed-out::after {
  position: absolute;
  content: '';
  top: 10px;
  right: -20px;
  width: 10px;
  height: 10px;
  background-color: orange;
  border-radius: 50%;
}
.timed-out::after {
  background-color: tomato;
}


.extra_order_data {
  flex-basis: 100%;
  overflow:hidden;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
}
.extra_order_data div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
}
.toggled {
  height: 120px;
  visibility: visible;
  opacity: 1;
  transition: all 300ms ease;
}

.aom-modal-content {
  width: 90%;
  margin: 60px auto;
}

.aom-modal-content footer {
  display: flex;
  gap: 20px;
}

.aom-modal-content-inner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.aom-modal-content-wait-container {
  display: flex;
  width: 60%;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  /* min-height: 40vh; */
}

.aom-modal-content-wait-container h3 {
  margin-bottom: 30px;
  flex-basis: 100%;
  text-align: center;
}

.aom-modal-wait {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 34%;
  min-height: 90px;
  border: 2px solid grey;
}

.aom-time-selected {
  border: 2px solid blue;
}

.aom-modal-content-view-order {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.aom-modal-content-view-order header {
  display: flex;
  justify-content: space-between;
}

.aom-modal-content-view-order main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 30px 0;
}

.aom-modal-order-view-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20;
  margin: 0 0 10px;
  border-bottom: 1px solid #444;
}


.aom-modal-order-view-item .item-name {
  flex-basis: 65%
}
.aom-modal-order-view-item .item-name span {
  color: black;
}
.aom-modal-order-view-item .item-price, .aom-modal-order-view-item .item-qty {
  flex-flow: column;
}
.aom-modal-content-view-order main .main-total {
  margin-top: 40px;
  font-size: 46px;
  font-weight: 700;
}

.aom-modal-content-view-order .item-name .item-ing .variation {
  display: flex;
  flex-flow: row wrap;
}

.aom-modal-content-view-order .item-name .item-ing .variation dt {
  flex-basis: 100%;
}

.aom-modal-content-view-order .item-name .item-ing .variation dd {
  margin-right: 3px;
}
.aom-modal-content-view-order .item-name .item-ing .variation dd strong {
  margin-right: 3px;
}

.user_status_message {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* print */
.printContainer, .aom-order-print {
  display: none;
}

@media print {
  @page {
    margin: 5pt 20px 20pt 30pt;
    /* size: landscape; */
  }
  .orderManagerHeader, #mainarea, .printContainer button {
    display: none;
  }
  .printContainer, .aom-order-print {
    display: flex;
  }

  .aom-modal-order-view-item {
    margin-bottom: 1px dotted black;
  }

}