.ega-page-order {
  --primary-color: #fbaf02;
  --page-bg: #f7f7f7;
  --text-color: #080040;
  --body-bg: #fff;
  --btn-bg: #1a3966;
  --btn-color: #ffffff;
  --delivery-btn-bg: #1a3966;
  --delivery-btn-color: #fff;
  --btn-bg: var(--text-color);
  --btn-color: #ffffff;
  --btn-bg-hover: var(--text-color);
  --btn-color-hover: #ffffff;
  --header-promotion-bg: #1b3966;
  --header-promotion-color: #fff;
  --price-color: #6a6a6a;
  --compare-price-color: #999999;
  --more-bg: #cccccc;
  --more-color: #ffffff;
  --more-bg-hover: #cccccc;
  --more-color-hover: #ffffff;
  --addcart-bg: #080040;
  --addcart-color: #ffffff;
  --addcart-bg-hover: #080040;
  --addcart-color-hover: #ffffff;
  --checkout-bg: #f7980a;
  --checkout-color: #ffffff;
  --checkout-bg-hover: #f7740a;
  --checkout-color-hover: #ffffff;
  --card-bg: #ffffff;
  --input-border: 1px solid #dedede;
  --product-border: 1px solid #ececec;
  --product-desc-color: #6a6a6a;
  --cart-price-color: #000000;
  --cart-max-height: 400px;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
}
body.ega-modal-show {
  overflow: hidden;
}
[v-cloak] {
  opacity: 0;
  visibility: hidden;
}
[v-cloak] {
  opacity: 0;
  visibility: hidden;
}
.ega-page-order {
  color: var(--text-color);
  background-color: var(--page-bg);
  min-height: 100%;
}
@media (min-width: 1200px) {
  .ega-page-order .ega-container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .ega-page-order .ega-container {
    max-width: 1400px;
  }
}
.ega-page-order h1,
.ega-page-order h2,
.ega-page-order h3,
.ega-page-order h4,
.ega-page-order h5,
.ega-page-order h6 {
  margin: 0 0 13px 0;
  line-height: 1.5;
}
.ega-page-order p {
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.ega-page-order .ega-btn {
  font-size: inherit;
  background: var(--btn-bg);
  color: var(--btn-color);
  border: 1px solid var(--btn-bg);
}
@media (min-width: 768px) {
  .ega-page-order .ega-btn:hover {
    background: var(--btn-bg-hover);
    color: var(--btn-color-hover);
    border-color: transparent;
  }
}
.ega-page-order .ega-btn.ega-bg--secondary {
  background-color: #999;
  border-color: #999;
}
.ega-page-order .ega-btn.ega-btn--outline {
  background-color: transparent;
  color: var(--btn-bg);
  border: 1px solid var(--btn-bg);
}
.ega-page-order .ega-btn.ega-btn--loading svg {
  -webkit-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
  vertical-align: top;
  font-size: 18px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ega-page-order .ega-modal {
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 12px;
  padding-right: 12px;
  transition: opacity 0.2s 0.1s ease-out;
}
.ega-page-order .ega-modal__content {
  margin: auto auto 0 auto;
  opacity: 0;
  transition: opacity 0.2s 0.3s ease-out, transform 0.2s 0.2s ease-out;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .ega-page-order .ega-modal__content {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .ega-page-order .ega-modal__content {
    transform: translateY(100%);
  }
}
.ega-page-order .ega-modal.show .ega-modal__content {
  opacity: 1;
  transform: translateY(7.5vh);
  max-width: 550px;
}
@media (max-width: 767px) {
  .ega-page-order .ega-modal.show .ega-modal__content {
    transform: translateY(0);
    max-width: 100%;
  }
}
.ega-page-order .ega-modal__body {
  position: relative;
}
.ega-page-order .ega-modal__body .ega-modal__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.ega-page-order #ega-coll-menu,
.ega-page-order #ega-fastorder-cart {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}
.ega-page-order #ega-coll-menu {
  margin-right: -8px;
}
.ega-page-order #ega-coll-menu .ega-menu__item {
  flex-direction: column;
  display: flex;
}
.ega-page-order #ega-fastorder-cart {
  margin-left: -8px;
  box-shadow: -7px 3px 15px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .ega-page-order #ega-fastorder-cart .ega-pro__note,
  .ega-page-order #ega-fastorder-cart .ega-header__action {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ega-page-order #ega-fastorder-cart .ega-pro__note {
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ega-page-order #ega-fastorder-cart .ega-pro__note svg {
    left: 30px;
  }
  .ega-page-order #ega-fastorder-cart .ega-cart__bottom {
    order: 3;
  }
}
.ega-page-order #ega-fastorder-cart.is-show .ega-pro__note,
.ega-page-order #ega-fastorder-cart.is-show .ega-header__action {
  display: block;
  grid-column: 1/ -1;
}
.ega-page-order #ega-fastorder-cart.is-show .ega-pro__note {
  padding: 0 15px;
}
.ega-page-order #ega-fastorder-cart.is-show .ega-pro__note svg {
  left: 25px;
}
.ega-page-order .ega-fastorder__search,
.ega-page-order .ega-fastorder__main {
  margin-left: -8px;
  margin-right: -8px;
}
.ega-page-order .ega-form__group {
  margin-bottom: 15px;
}
.ega-page-order .ega-form__group label {
  line-height: 1.5;
  font-size: 14px;
  margin-right: 10px;
}
.ega-page-order .ega-form__group label:not(:first-child) {
  margin-top: 15px;
}
.ega-page-order .ega-form__control {
  min-width: 150px;
  height: 32px;
  font-size: 14px;
}
.ega-page-order .ega-delivery .ega-form__control {
  width: 100%;
  margin-right: 0;
  margin-top: 5px;
}
.ega-page-order .ega-delivery label {
  display: flex;
  width: 100%;
  margin: 0;
}
.ega-page-order .ega-card {
  background-color: var(--card-bg);
  border: none;
  padding: 15px;
  -webkit-box-shadow: 3px 3px 6px 0 #e5e5e5;
  box-shadow: 3px 3px 6px 0 #e5e5e5;
  margin-bottom: 30px;
}
.ega-page-order .ega-menu__heading {
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.ega-page-order .ega-menu__link {
  color: #777;
  padding-top: 10px;
  padding: 10px 20px;
}
.ega-page-order .ega-menu__link.current {
  color: var(--primary-color);
  position: relative;
}
.ega-page-order .ega-menu__link.current:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.1;
  position: absolute;
}
@media (min-width: 992px) {
  .ega-page-order .ega-menu__link:hover {
    color: var(--primary-color);
    position: relative;
  }
}
.ega-page-order .ega-menu__item.has-icon a {
  align-items: center;
  display: flex;
}
.ega-page-order .ega-menu__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100% auto;
  background-position: center;
  margin-right: 10px;
  transition: all 0.2s ease-out;
}
.ega-page-order .ega-coll:not(:first-of-type) {
  margin-top: 30px;
}
.ega-page-order .ega-add-cart {
  border: 2px solid var(--btn-bg);
  color: var(--btn-bg);
  border-radius: 50%;
  background-color: var(--btn-color);
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: auto;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  right: 12px;
  bottom: 0px;
}
@media (min-width: 768px) {
  .ega-page-order .ega-add-cart:hover {
    border: 2px solid var(--btn-bg);
    color: var(--btn-color);
    background: var(--btn-bg);
  }
}
.ega-page-order .ega-add-cart.is-loading:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: loader 0.6s linear;
  animation: loader 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: var(--primary-color) transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ega-page-order .ega-pro {
  padding: 12px;
  border-top: var(--product-border);
  background-color: #ffffff;
  flex: 0 0 100%;
  max-width: 100%;
}
.ega-page-order .ega-pro:first-child {
  border-top: none;
}
.ega-page-order .ega-pro__list {
  display: flex;
  flex-wrap: wrap;
}
.ega-page-order .ega-pro__list .ega-pro {
  margin-bottom: 16px;
  border: none;
  box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.051);
  border-radius: 10px;
}
.ega-page-order .ega-pro__list .ega-pro__title {
  font-weight: 400;
}
.ega-page-order .ega-pro__list .ega-pro__description {
  color: var(--product-desc-color);
  font-size: 13px;
  margin-bottom: 10px;
}
.ega-page-order .ega-pro__list .ega-pro__inventory {
  margin-bottom: 10px;
}
.ega-page-order .ega-pro__list .ega-pro .ega-media__content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 15px);
}
.ega-page-order .ega-pro__list .ega-pro:hover {
  -webkit-box-shadow: 3px 3px 6px 0 #e5e5e5;
  box-shadow: 3px 3px 6px 0 #e5e5e5;
}
.ega-page-order .ega-pro__list .ega-pro__image {
  width: 160px;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  background-color: #eee;
  position: relative;
}
.ega-page-order .ega-pro__list .ega-pro__image img {
  width: 100%;
}
.ega-pro__list .ega-pro__image .ega-pro__sale-label {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ega-page-order .ega-pro__list .ega-pro__image {
    width: 100px;
    margin-bottom: 10px;
  }
  .ega-pro__list .ega-pro__image .ega-pro__sale-label {
    font-size: 11px;
    width: 32px;
    height: 32px;
  }
}
.ega-page-order .ega-pro__list.grid .ega-pro {
  flex: 0 0 50%;
  max-width: 50%;
  border-left: var(--product-border);
  border-top: var(--product-border);
  flex-wrap: wrap;
}
.ega-page-order .ega-pro__list.grid .ega-pro .ega-media__left,
.ega-page-order .ega-pro__list.grid .ega-pro .ega-media__content {
  flex: 0 0 100%;
  max-width: 100%;
}
.ega-page-order .ega-pro__list.grid .ega-pro .ega-media__left {
  margin-right: 0;
  margin-bottom: 15px;
}
.ega-page-order .ega-pro__list.grid .ega-pro__description {
  display: none;
}
.ega-page-order .ega-pro__list.grid .ega-pro__image {
  text-align: center;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.ega-page-order .ega-pro__heading {
  font-size: 18px;
  background: rgba(8, 0, 64, 0.04);
  padding: 7px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 767px) {
  .ega-page-order .ega-pro__heading {
    width: calc(100% + 30px);
    margin: 15px -15px;
  }
}
.ega-page-order .ega-pro__title {
  font-size: 16px;
  white-space: normal;
}
.ega-page-order .ega-pro__qty-input {
  border-radius: 4px;
  float: none;
  width: 45px !important;
  line-height: 22px;
  height: 30px;
  border: none;
  display: inline-block;
  min-width: 0;
  -moz-appearance: textfield;
}
.ega-page-order .ega-pro__qty-input::-webkit-outer-spin-button,
.ega-page-order .ega-pro__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ega-page-order .ega-pro__qty {
  width: auto;
}
.ega-page-order .ega-pro__qty-control {
  position: static;
  vertical-align: top;
}
.ega-page-order .ega-pro__qty-control:after {
  content: normal;
}
.ega-page-order .ega-pro__price-group {
  font-size: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.ega-page-order .ega-pro__price {
  font-size: 15px;
  color: var(--price-color);
  margin-right: 0.5rem;
  font-weight: 500;
}
.ega-page-order .ega-pro__price-del {
  color: var(--compare-price-color);
  text-decoration: none;
}
.ega-page-order .ega-pro__price-del small {
  text-decoration: line-through;
}
.ega-pro__sale-percent {
  margin-left: 15px;
  border-radius: 3px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 3px 7px;
  font-weight: bold;
}
.ega-page-order .ega-pro__options .ega-form__group label {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
}
.ega-page-order .ega-pro__options .ega-form__group label:before {
  line-height: 13px;
  font-size: 20px;
  color: #fff;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid var(--primary-color);
}
.ega-page-order .ega-pro__options .ega-form__group label.selected:before {
  content: "\2713";
  background-color: var(--primary-color);
}
.ega-page-order .ega-pro__options .ega-form__group label input[type="radio"],
.ega-page-order .ega-pro__options .ega-form__group label input[tye="checkbox"] {
  display: none;
}
.ega-page-order .ega-pro__more {
  background: var(--more-bg);
  color: var(--more-color);
}
.ega-page-order .ega-pro__more:hover {
  background: var(--more-bg-hover);
  color: var(--more-color-hover);
}
.ega-page-order .ega-pro__note {
  margin-top: 15px;
}
.ega-page-order .ega-pro__note svg {
  position: absolute;
  font-size: 18px;
  top: 34px;
  left: 12px;
  color: #bbb;
}
.ega-page-order .ega-pro__note input[type="text"] {
  height: 40px;
  padding-left: 40px;
}
.ega-page-order .ega-pro__note input[type="text"]:focus {
  border-color: var(--primary-color);
}
.ega-page-order .ega-pro__note input[type="text"]:focus + svg {
  color: var(--primary-color);
}
.ega-page-order .ega-pro__addcart {
  background: var(--addcart-bg);
  color: var(--addcart-color);
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ega-page-order .ega-pro__addcart:hover {
  background: var(--addcart-bg-hover);
  color: var(--addcart-color-hover);
}
.ega-page-order .ega-pro__addcart svg {
  font-size: 25px;
}
.ega-page-order .ega-cart__heading {
  border-bottom: var(--product-border);
  position: relative;
  padding: 6px 0;
  height: 46px;
  line-height: 34px;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  background: #fff;
  z-index: 20;
}
.ega-page-order .ega-cart__heading h3 {
  line-height: inherit;
}
.ega-page-order .ega-cart__close {
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 11px;
  line-height: 46px;
  display: block;
  width: 46px;
}
.ega-page-order .ega-cart__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.ega-page-order .ega-cart__overlay.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
@media (min-width: 768px) {
  .ega-page-order .ega-cart__overlay.is-show {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .ega-page-order .ega-cart__close {
    left: 10px;
    top: 15px;
  }
}
.ega-page-order .ega-cart__top,
.ega-page-order .ega-cart__bottom {
  padding: 15px;
}
.ega-page-order .ega-cart__checkout {
  background: var(--checkout-bg);
  color: var(--checkout-color);
  line-height: 1.5;
  font-size: 16px;
  border: none;
}
@media (min-width: 768px) {
  .ega-page-order .ega-cart__checkout:hover {
    background: var(--checkout-bg-hover);
    color: var(--checkout-color-hover);
  }
}
.ega-page-order .ega-cart__products {
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .ega-page-order .ega-cart__products {
    max-height: var(--cart-max-height);
  }
}
.ega-page-order .ega-cart__products::-webkit-scrollbar {
  width: 3px;
}
.ega-page-order .ega-cart__products::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
}
.ega-page-order .ega-cart__item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: var(--product-border);
}
.ega-page-order .ega-cart__item:first-child {
  border-top: none;
}
.ega-page-order .ega-cart__item .ega-pro__image {
  max-width: 70px;
}
.ega-page-order .ega-cart__item .ega-media__content {
  display: flex;
  flex-wrap: wrap;
}
.ega-page-order .ega-cart__item-left {
  flex: 0 0 70%;
  max-width: 70%;
}
.ega-page-order .ega-cart__item-right {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 10px;
}
.ega-page-order .ega-cart__remove {
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 20px;
}
.ega-page-order .ega-cart__total span {
  line-height: 30px;
}
.ega-page-order .ega-cart__total .ega-pro__price {
  font-size: 20px;
  float: right;
  color: var(--cart-price-color);
}
.ega-page-order .ega-modal__header,
.ega-page-order .ega-modal__body {
  padding: 15px;
}
.ega-page-order .ega-modal__body {
  overflow: hidden;
}
.ega-page-order .ega-modal__close {
  font-size: 18px;
  line-height: 26px;
  z-index: 1;
}
.ega-page-order .ega-modal__close:hover {
  color: #fff;
}
.ega-page-order .ega-modal .ega-pro__info .ega-form__group {
  margin-bottom: 0px;
}
.ega-page-order
  .ega-modal
  .ega-pro__info
  .ega-pro__options.ega-form__group::-webkit-scrollbar {
  width: 3px;
}
.ega-page-order
  .ega-modal
  .ega-pro__info
  .ega-pro__options.ega-form__group::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
}
.ega-page-order .ega-modal .ega-pro__info .ega-pro__option:not(:last-child) {
  margin-bottom: 10px;
}
.ega-page-order .ega-modal .ega-pro__image {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ega-page-order .ega-modal__body {
    max-height: 93vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.ega-page-order .ega-modal .ega-pro {
  padding: 0px;
}
.ega-page-order .ega-modal .ega-pro__img {
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.ega-page-order .ega-modal .ega-pro img {
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 0;
}
@media (min-width: 768px) {
  .ega-page-order .ega-modal .ega-pro__cta {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .ega-page-order .ega-modal {
    background: transparent;
  }
  .ega-page-order .ega-modal__content {
    margin: auto;
    padding: 0px;
    top: 5%;
  }
}
.ega-page-order .ega-fastorder__search-form {
  height: 35px;
  position: relative;
  background-color: #fff;
  padding-left: 34px;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
}
.ega-page-order .ega-fastorder__search-form svg {
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 24px;
}
.ega-page-order .ega-fastorder__search-input {
  font-size: 14px;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: var(--text-color);
}
.ega-page-order .ega-fastorder__search-input::placeholder {
  color: var(--text-color);
  opacity: 0.45;
}
.ega-page-order .ega-fastorder__search-input:-ms-input-placeholder {
  color: var(--text-color);
  opacity: 0.45;
}
.ega-page-order .ega-fastorder__search-input::-ms-input-placeholder {
  color: var(--text-color);
  opacity: 0.45;
}
@media (max-width: 767px) {
  .ega-page-order .ega-fastorder__search-input {
    font-size: 11px;
  }
}
.ega-page-order .ega-fastorder__search-clear {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 38px;
  line-height: 36px;
  font-size: 20px;
  color: #a9a6a6;
  cursor: pointer;
}
.ega-page-order.fix-menu .ega-search--mb .ega-fastorder__search {
  margin: 0;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 11;
  position: fixed;
}
.ega-page-order .spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.ega-page-order .spinner > div {
  background-color: #9c500f;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.ega-page-order .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.ega-page-order .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ega-page-order .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ega-page-order .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media (max-width: 1199px) {
  .ega-page-order #ega-fastorder-cart {
    position: fixed;
    bottom: 0;
    top: auto;
    margin: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    height: 56px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    grid-template-areas: "cartBody cartBody" "cartTime cartTime" "cartBottom cartTop";
  }
  .ega-page-order #ega-fastorder-cart.is-show {
    height: 100%;
  }
  .ega-page-order .ega-cart__top,
  .ega-page-order .ega-cart__body,
  .ega-page-order .ega-cart__bottom {
    padding: 7px 12px;
  }
  .ega-page-order .ega-cart__top {
    grid-area: cartTop;
    display: flex;
  }
  .ega-page-order .ega-cart__body {
    padding: 0;
    grid-area: cartBody;
    overflow-y: auto;
  }
  .ega-page-order .ega-cart__body.is-hidden {
    display: none;
  }
  .ega-page-order .ega-cart__products {
    display: flex;
    flex-wrap: wrap;
  }
  .ega-page-order .ega-cart__bottom {
    position: relative;
    padding-right: 55px;
    grid-area: cartBottom;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ega-page-order .ega-cart__checkout {
    font-size: 14px;
  }
  .ega-page-order .ega-cart__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px;
    flex-wrap: wrap;
  }
  .ega-page-order .ega-cart__item .ega-media__left {
    flex-basis: 70px;
    max-width: 70px;
    margin: 0;
    padding-right: 10px;
  }
  .ega-page-order .ega-cart__item .ega-media__content {
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
  .ega-page-order .ega-cart__item-left .ega-pro__title {
    margin-bottom: 0 !important;
    font-size: 14px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 6ex;
  }
  .ega-page-order .ega-cart__item-left .ega-pro__qty-wrapper {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0;
  }
  .ega-page-order .ega-cart__more {
    text-align: right;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ega-page-order .ega-cart__more span:not(.ega-pro__price) {
    color: #6a6a6a;
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .ega-page-order #ega-coll-menu {
    transition: transform 0.4s;
    margin-left: -8px;
    margin-right: -8px;
    overflow: hidden;
    box-shadow: none;
  }
  .ega-page-order #ega-coll-menu.is-hidden {
    transform: translateX(-100%);
  }
  .ega-page-order #ega-coll-menu .ega-menu {
    display: flex;
    text-align: center;
    overflow-x: auto;
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 15px;
  }
  .ega-page-order #ega-coll-menu .ega-menu::-webkit-scrollbar {
    display: none;
  }
  .ega-page-order #ega-coll-menu .ega-menu__item {
    margin-left: -2px;
    margin-right: -2px;
    flex: 0 0 30%;
  }
  .ega-page-order #ega-coll-menu .ega-menu__link {
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 12px;
    color: var(--text-color);
  }
  .ega-page-order.fix-menu #ega-coll-menu {
    position: fixed;
    z-index: 11;
    top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.051);
  }
  .ega-page-order.fix-menu #ega-coll-menu .ega-menu {
    margin-left: 0;
  }
  .ega-page-order.fix-menu #ega-coll-menu .ega-menu__item {
    flex: 0 0 auto;
  }
  .ega-page-order.fix-menu #ega-coll-menu .ega-menu__icon {
    display: none;
  }
  .ega-page-order.searching #ega-coll-menu .ega-menu__icon {
    height: 0px;
    width: 0px;
  }
  .ega-page-order.searching #ega-coll-menu .ega-menu__item {
    flex: 0 0 auto;
  }
  .ega-page-order.searching .ega-coll {
    margin-top: 10px !important;
  }
  .ega-page-order .ega-cart__products {
    display: block;
  }
  .ega-page-order .ega-cart__bottom {
    text-align: right;
  }
  .ega-page-order .ega-cart__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ega-page-order {
    padding-top: 0px;
  }
  .ega-page-order #ega-coll-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ega-page-order .ega-cart__products {
    height: 100%;
    max-height: 100%;
  }
  .ega-page-order .ega-cart__item {
    padding: 10px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ega-page-order .ega-cart__item .ega-media__content {
    position: relative;
    align-items: center;
    flex-wrap: wrap;
  }
  .ega-page-order .ega-cart__item .ega-pro__qty-wrapper {
    margin-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ega-page-order .ega-cart__item .ega-pro__qty-wrapper label {
    flex: 0 0 70px;
  }
  .ega-page-order .ega-cart__item .ega-pro__qty-wrapper .ega-pro__qty {
    flex: 0 0 calc(100% - 70px);
  }
  .ega-page-order .ega-cart__remove {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .ega-page-order .ega-cart__item-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 35px;
  }
  .ega-page-order .ega-cart__item-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    text-align: left !important;
    margin-top: 10px;
  }
  .ega-page-order .ega-cart__bottom {
    text-align: unset;
  }
  .ega-page-order .ega-cart__total span {
    line-height: 20px;
    font-size: 12px;
  }
  .ega-page-order .ega-cart__total .ega-pro__price {
    font-size: 16px;
    float: none;
  }
  .ega-page-order .ega-fastorder__search {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .ega-page-order .ega-fastorder__search-form {
    margin-bottom: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
  }
  .ega-page-order .ega-fastorder__search-form svg {
    color: var(--text-color);
    opacity: 0.45;
  }
}
@media (min-width: 992px) {
  .ega-page-order .ega-fastorder__search-form {
    border: var(--input-border);
    height: 40px;
    padding-left: 40px;
  }
  .ega-page-order .ega-fastorder__search-form svg {
    font-size: 28px;
    top: 5px;
    left: 5px;
  }
  .ega-fastorder__menu {
    max-height: 80vh;
    overflow: auto !important;
  }
  .ega-fastorder__menu::-webkit-scrollbar {
    width: 4px;
  }
  .ega-fastorder__menu::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 1px solid var(--primary-color);
  }
}
@media (min-width: 1199px) {
  .ega-page-order {
    padding-top: 70px;
  }
  .ega-page-order #ega-fastorder-cart {
    -webkit-box-shadow: 3px 3px 6px 0 #e5e5e5;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
  }
  .ega-page-order #ega-fastorder-cart .cta-btn {
    left: 0;
    border-radius: 999px;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ega-page-order .ega-pro {
    cursor: pointer;
  }
}
.ega-page-order {
  --header-bg: #fbaf02;
  --footer-bg: #1a3966;
  --footer-color: #ffffff;
  --copyright-bg: #f8f8f8;
  --copyright-color: #5c5c5c;
}
html {
  font-size: 10px;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}
.ega-page-order {
  background: var(--header-bg);
}
.ega-page-order .ega-header {
  background-color: var(--header-bg);
  padding: 0px;
  border-bottom: var(--product-border);
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  border: none;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .ega-page-order .ega-header {
    position: sticky;
    position: -webkit-sticky;
  }
}
.ega-page-order .ega-header .ega-row {
  align-items: center;
}
.ega-page-order .ega-logo {
  display: block;
}
.ega-page-order .ega-header .ega-logo img {
  max-width: 120px;
  max-height: 40px;
}
.ega-page-order .ega-header .ega-logo,
.ega-page-order .ega-header__action {
  padding-bottom: 10px;
  padding-top: 10px;
  height: 50px;
}
.ega-page-order .ega-header__action > .ega-btn {
  background: var(--delivery-btn-bg);
  color: var(--delivery-btn-color);
  border: none;
  border-radius: 20px;
  float: right;
}
.ega-page-order .ega-cart {
  display: inline-block;
  width: 40px;
  position: relative;
  margin-left: auto;
}
.ega-page-order .ega-cart svg {
  color: #fff;
  font-size: 25px;
}
.ega-page-order .ega-header__promotion {
  position: relative;
  font-size: 88%;
  line-height: 30px;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  left: 0;
  height: 40px;
  align-items: center;
  flex-wrap: nowrap;
  background: var(--header-promotion-bg);
  color: var(--header-promotion-color);
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ega-page-order .ega-header__promotion {
    font-size: 80%;
    justify-content: flex-start;
  }
}
.ega-page-order .ega-header__promotion-close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 6px;
}
@media (max-width: 767px) {
  .ega-page-order .ega-header__promotion-close {
    display: none;
  }
}
.ega-page-order .ega-header__promotion a {
  text-decoration: none;
  color: var(--text-color);
}
.ega-page-order.fix-menu .ega-header {
  padding-bottom: 0;
}
.ega-page-order.fix-menu .ega-header__promotion {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.ega-page-order.fix-menu #ega-coll-menu {
  top: 0px;
}
.ega-page-order .ega-delivery__modal {
  display: none;
  position: fixed;
  top: 50% !important;
  right: 50%;
  width: 300px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(54 54 53 / 30%);
  transform: translate(50%, -50%);
}
.ega-page-order .ega-delivery__modal.is-show {
  display: block;
  padding-bottom: 15px;
  border-radius: 10px;
}
.ega-page-order .ega-delivery__title {
  border: none;
  padding: 0px 15px;
}
.ega-page-order .ega-delivery.ega-form__group {
  padding: 15px;
  border-top: 1px solid var(--primary-color);
  flex-wrap: wrap;
  margin: 0;
}
.ega-page-order .ega-delivery__overlay {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.ega-page-order .ega-delivery__modal.is-show + .ega-delivery__overlay {
  z-index: 1;
  display: block;
}
.ega-delivery__modal .ega-delivery__submit {
  display: block;
  margin: 0 15px 15px 15px;
}
.ega-delivery__modal .ega-delivery__submit,
.ega-delivery__modal .ega-delivery__submit:hover {
  background: var(--btn-bg);
  color: var(--btn-color);
  border: 1px solid var(--btn-bg);
}
.ega-page-order .ega-delivery__submit svg {
  display: none;
}
.ega-page-order .ega-delivery__modal.is-loading .ega-delivery__submit svg {
  display: block;
}
.ega-page-order .ega-delivery__modal.is-loading .ega-delivery__submit span {
  display: none;
}
.ega-delivery__modal .ega-delivery__close {
  margin: 0 15px;
  display: block;
  border-radius: 3px;
}
.ega-page-order .ega-delivery__modal .ega-delivery__close,
.ega-page-order .ega-delivery__modal .ega-delivery__close:hover {
  border: 1px solid #656565;
  color: #656565;
}
.ega-page-order .ega-body {
  background: var(--body-bg);
  border-radius: 20px 20px 0px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  min-height: 60vh;
}
.ega-page-order .ega-body.empty {
  min-height: 100vh;
}
.ega-page-order .cta-btn {
  border-radius: 20px 0px 0px 20px;
  color: var(--addcart-color);
  padding: 6px 20px;
  background: var(--addcart-bg);
  position: relative;
  left: 15px;
  display: flex;
  align-items: center;
}
.ega-page-order .cta-btn:hover {
  color: var(--addcart-color-hover);
  background: var(--addcart-bg-hover);
}
@media (min-width: 768px) {
  .ega-page-order {
    padding-top: 0px;
  }
  .ega-page-order .ega-header .ega-logo img {
    max-width: 100%;
  }
  .ega-page-order .ega-header__promotion {
    line-height: 1.4;
    position: static;
    border: none;
    white-space: normal;
  }
  .ega-page-order.fix-menu .ega-header__promotion {
    opacity: 1;
    visibility: visible;
  }
  .ega-page-order .ega-cart__more {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .ega-page-order {
    padding-top: 0px;
  }
  .ega-page-order .ega-header__promotion {
    font-size: 100%;
  }
  .ega-page-order #ega-coll-menu,
  .ega-page-order.fix-menu #ega-coll-menu {
    top: 70px;
  }
}
@media (min-width: 1199px) {
  .ega-page-order #ega-coll-menu,
  .ega-page-order.fix-menu #ega-coll-menu {
    top: 70px;
    border-radius: 15px;
    overflow: hidden;
  }
  .ega-page-order .ega-header {
    padding: 0px;
  }
  .ega-page-order .ega-header .ega-row {
    height: 64px;
  }
  .ega-page-order .ega-page-order {
    padding-top: 100px;
  }
}
.ega-page-order .ega-footer,
.ega-page-order .ega-copyright {
  margin-top: 30px;
}
.ega-page-order .ega-footer {
  background-color: var(--footer-bg);
  color: var(--footer-color);
  padding-top: 50px;
}
.ega-page-order .ega-footer a {
  color: var(--footer-color);
}
.ega-page-order .ega-footer__col {
  padding: 15px 0;
}
.ega-page-order .ega-footer__heading {
  margin-bottom: 15px;
}
.ega-page-order .ega-footer .ega-logo img {
  max-width: 120px;
}
.ega-page-order .ega-footer__socials {
  margin-top: 20px;
}
.ega-page-order .ega-footer__socials li:first-child a {
  margin-left: 0;
}
.ega-page-order .ega-footer .ega-menu {
  padding-left: 20px;
}
.ega-page-order .ega-footer .ega-menu__link {
  padding-left: 0;
  padding-top: 0;
  color: var(--footer-color);
}
.footer__showrooms {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}
.ega-page-order .ega-btn.ega-btn--social {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  padding: 5px;
  background-color: #fff;
  color: var(--text-color);
}
.ega-page-order .ega-btn.ega-btn--social.facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.ega-page-order .ega-btn.ega-btn--social.instagram:hover {
  background-color: #f58529;
  color: #fff;
}
.ega-page-order .ega-footer__bct img {
  max-width: 120px;
}
.ega-page-order .ega-copyright {
  background-color: var(--copyright-bg);
  font-size: 88%;
  color: var(--copyright-color);
}
.ega-page-order .ega-footer + .ega-copyright {
  margin-top: 0;
}
.ega-page-order .ega-copyright p {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: var(--product-border);
}
.ega-page-order .ega-page-order.has-cart .ega-copyright p {
  padding-bottom: 90px;
}
@media (min-width: 1199px) {
  .ega-page-order .ega-footer .ega-logo img {
    max-width: 100%;
  }
  .ega-page-order .ega-btn.ega-btn--social {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
  .ega-page-order .ega-footer a:hover {
    text-decoration: underline;
  }
  .ega-page-order .ega-footer__bct img {
    max-width: 150px;
  }
  .ega-page-order .ega-footer__col {
    padding-bottom: 30px;
  }
  .ega-page-order .ega-copyright p {
    padding: 10px 0;
  }
}
.ega-pro__image img {
  border-radius: 4px;
}
.img-loading {
  background: #eee;
  width: 100%;
}
.img-loading.img-loading--sm {
  height: 160px;
}
.img-loading.img-loading--md {
  height: 320px;
}
.ega-modal.ega-modal--fullmb.show {
  padding: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  z-index: 2147483641;
}
@media (max-width: 767px) {
  .ega-modal.ega-modal--fullmb.show * {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }
}
.ega-modal.ega-modal--fullmb.show .ega-modal__close {
  left: 8px;
  right: auto;
  top: 8px;
  z-index: 20;
  color: var(--text-color);
  background: var(--primary-color);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0px;
}
.ega-modal.ega-modal--fullmb.show .ega-pro,
.ega-modal.ega-modal--fullmb.show .ega-row {
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.ega-modal.ega-modal--fullmb.show .ega-pro > .ega-row {
  display: grid;
  grid-template-rows: 100vw 1fr 50px;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.ega-modal.ega-modal--fullmb.show .ega-modal__content {
  padding: 0px;
  top: 0px;
  height: 100%;
}
@media (min-width: 768px) {
  .ega-modal.ega-modal--fullmb.show .ega-modal__content {
    height: 85vh;
  }
  .ega-modal.ega-modal--fullmb.show .ega-pro > .ega-row {
    grid-template-rows: 400px 1fr 50px;
  }
}
.ega-modal.ega-modal--fullmb.show .ega-modal__body {
  max-height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  top: 0;
}
.ega-modal.ega-modal--fullmb.show .ega-modal__media {
  grid-row: 1;
  grid-column: 1;
  padding: 0;
  background: var(--primary-color);
  position: relative;
  display: flex;
  justify-content: center;
}
.ega-modal__slider {
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  position: relative;
  width: 100%;
  overflow: auto hidden;
}
.ega-modal__slider::-webkit-scrollbar {
  display: none;
}
.slider-button {
  position: absolute;
  top: calc(50% - 15px);
  background-color: transparent;
  appearance: none;
  width: 30px;
  height: 30px;
  display: block;
  border: none;
  background-color: white;
  border-radius: 100%;
  left: 8px;
  cursor: pointer;
}
.slider-button::before,
.slider-button::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 8px;
  background-color: var(--text-color);
  left: 10px;
}
.slider-button::before {
  transform: rotate(45deg);
  top: 17px;
}
.slider-button::after {
  transform: rotate(-45deg);
  top: 12px;
}
.slider-button[name="next"] {
  right: 8px;
  left: auto;
}
.slider-button[name="next"]::before,
.slider-button[name="next"]::after {
  left: auto;
  right: 10px;
}
.slider-button[name="next"]::before {
  top: 12px;
}
.slider-button[name="next"]::after {
  top: 17px;
}
.ega-modal.ega-modal--fullmb.show .ega-pro__info {
  grid-row: 1/3;
  grid-column: 1;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px;
}
.ega-modal.ega-modal--fullmb.show .ega-pro__info::-webkit-scrollbar {
  width: 0px;
}
.ega-modal.ega-modal--fullmb.show .ega-pro__info::-webkit-scrollbar-thumb {
  background-color: var(--text-color);
  outline: 1px solid var(--text-color);
}
.ega-modal.ega-modal--fullmb.show .ega-pro__info .ega-pro__wrapper {
  display: flex;
  flex-direction: column;
  overflow: auto;
  min-height: 100%;
  background: #fff;
  padding-top: 15px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  top: 100vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .ega-modal.ega-modal--fullmb.show .ega-pro__info .ega-pro__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    top: 400px;
  }
}
.ega-modal.ega-modal--fullmb.show .ega-pro__note {
  order: 2;
}
.ega-modal.ega-modal--fullmb.show .ega-pro__options {
  order: 1;
}
.ega-modal.ega-modal--fullmb.show .ega-pro__options [type="checkbox"] {
  display: none;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group:not(.radio-button)
  label {
  width: 100%;
  text-align: left;
  padding: 5px 45px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #f7f7f7;
  font-weight: 400;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group:not(.radio-button)
  label
  .ega-pro__option-ic {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid var(--text-color);
  display: flex;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  color: transparent;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group:not(.radio-button)
  label:before {
  content: none;
  right: 15px;
  left: auto;
  border: none;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group:not(.radio-button)
  input:disabled
  ~ span {
  color: #afafaf;
  cursor: not-allowed;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group:not(.radio-button)
  input:disabled
  ~ .ega-pro__option-ic {
  border-color: #afafaf;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group:not(.radio-button)
  input:checked
  ~ span {
  font-weight: 500;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group:not(.radio-button)
  input:checked
  ~ .ega-pro__option-ic {
  color: var(--text-color);
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group.radio-button {
  flex-direction: row;
  overflow: auto;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group.radio-button
  .ega-pro__option-ic {
  display: none;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group.radio-button
  label {
  width: auto;
  padding: 6px 20px;
  font-weight: normal;
  margin: auto 5px;
  white-space: nowrap;
  flex: 0 1 auto;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group.radio-button
  label.selected {
  color: #ffffff;
  background: var(--text-color);
  border-radius: 20px;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__options
  .ega-form__group.radio-button
  label:before {
  content: none;
}
@media (max-width: 767px) {
  .ega-modal.ega-modal--fullmb.show
    .ega-pro__options
    .ega-form__group.radio-button
    label {
    cursor: none;
  }
}
.ega-modal.ega-modal--fullmb.show .ega-pro__qty {
  margin: 10px auto;
}
.ega-modal.ega-modal--fullmb.show .ega-form__group {
  flex-direction: column;
}
.ega-modal.ega-modal--fullmb.show .ega-form__group .ega-form__label {
  width: calc(100% + 30px);
  background: rgba(8, 0, 64, 0.04);
  margin: 15px -15px;
  padding: 7px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ega-modal.ega-modal--fullmb.show .ega-form__group .ega-form__label {
    width: calc(100% + 60px);
    margin: 15px -30px;
  }
}
.ega-modal.ega-modal--fullmb.show .ega-pro__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  background: #fff;
  padding: 5px 0px;
  border-top: 0.5px solid #f7f7f7;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ega-modal.ega-modal--fullmb.show .ega-pro__cta .ega-pro__price-group {
  margin: 0px;
  padding-left: 15px;
}
.ega-modal.ega-modal--fullmb.show
  .ega-pro__cta
  .ega-pro__price-group
  .ega-pro__price {
  color: var(--text-color);
  font-weight: bold;
}
@media (min-width: 768px) {
  .ega-modal.ega-modal--fullmb.show .ega-pro__cta .ega-pro__price-group {
    padding-left: 30px;
  }
}
.ega-modal.ega-modal--fullmb.show .ega-pro__cta .ega-pro__addcart {
  border-radius: 20px 0px 0px 20px;
  background-color: var(--addcart-bg);
  border: none;
  padding: 8px 20px 5px 20px;
  color: var(--addcart-color);
}
.ega-modal.ega-modal--fullmb.show .ega-pro__image {
  overflow: hidden;
  margin: auto;
  display: flex;
  scroll-snap-align: start;
  flex-shrink: 0;
}
.ega-modal.ega-modal--fullmb.show .ega-pro__note {
  margin-top: 0px;
}
.ega-modal.ega-modal--fullmb.show .ega-pro__note input[type="text"] {
  max-width: calc(100% - 35px);
}
.ega-modal.ega-modal--fullmb.show .ega-pro__note svg {
  left: 30px !important;
  top: 64px;
}
.ega-skeleton {
  display: flex;
  height: 125px;
  padding: 1%;
  background-color: white;
}
.ega-skeleton .img-container {
  width: 15%;
  padding: 10px;
}
.ega-skeleton .img {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.ega-skeleton .content {
  border: 1px solid white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: space-between;
}
.ega-skeleton .stripe {
  border: 1px solid white;
  height: 20%;
  background-color: #eee;
}
.ega-skeleton .small-stripe {
  width: 40%;
}
.ega-skeleton .medium-stripe {
  width: 70%;
}
.ega-skeleton .long-stripe {
  width: 100%;
}
.ega-skeleton .img,
.ega-skeleton .stripe {
  animation: hintloading 2s ease-in-out 0s infinite reverse;
  -webkit-animation: hintloading 2s ease-in-out 0s infinite reverse;
}
@keyframes hintloading {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes hintloading {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.ega-btn[data-coupon] {
  cursor: pointer;
  background: transparent;
  color: var(--header-promotion-color);
  float: right;
  border: 1px solid var(--header-promotion-color);
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 9999px;
}
.ega-btn[data-coupon]:hover {
  background: #ffffff;
  color: var(--header-promotion-bg);
}
@media (max-width: 767px) {
  .ega-btn[data-coupon] {
    padding: 4px 8px;
    margin: 0px;
    margin-left: 10px;
  }
}
.no-results {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.no-results img {
  margin-left: -10px;
}
@media (max-width: 767px) {
  .ega-page-order .ega-header .ega-row {
    position: relative;
    padding-bottom: 45px;
  }
  .ega-page-order .ega-header .ega-logo,
  .ega-page-order .ega-header__action {
    padding-bottom: 5px;
    padding-top: 5px;
    height: 40px;
    margin: 0;
  }
  .ega-page-order .ega-header__action-mb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
  }
}
/* Start Delivery */
@media (min-width: 1440px) {
  .ega-page-order .ega-container {
    max-width: 1400px;
  }
}
button#toggle-time-delivery,
button#toggle-time-delivery + p {
  font-size: 14px;
}

button#toggle-time-delivery + p {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  button#toggle-time-delivery,
  button#toggle-time-delivery + p {
    text-align: center;
    font-size: 12px;
    margin-top: 0px;
  }
}
.ega-delivery {
  --input-color: #0b0b0b;
  --input-background: #ffff;
  --input-border: #eee;
  --title-border: #0b0b0b;
  --datepicker-border: grey;
  --datepicker-color: #0b0b0b;
  --datepicker-square: #cfefb4;
}
.ega-delivery input,
.ega-delivery select,
.ega-delivery textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ega-delivery__title {
  border-bottom: 1.5px solid;
}
.ega-delivery__note p,
.ega-delivery__title p {
  margin: 0px;
  line-height: 1.5;
}
.ega-delivery__note *:empty,
.ega-delivery .ega-delivery__title *:empty {
  display: none;
}
.ega-delivery input,
.ega-delivery select {
  font-size: 16px;
  width: auto;
  padding: 0.5rem 0.75rem;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  margin-right: 5px;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 0px;
}
.ega-delivery__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ega-delivery label {
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 1.8;
  font-size: 14px;
  margin-right: 15px;
  font-weight: bold;
}
.ega-delivery input,
.ega-delivery select {
  min-width: 200px;
  min-height: 32px;
  font-size: 14px;
  font-weight: normal;
  background-color: var(--input-background);
  border-color: var(--input-border);
  color: var(--input-color);
  border-radius: 0.26392em;
  -webkit-border-radius: 0.26392em;
  -moz-border-radius: 0.26392em;
  -ms-border-radius: 0.26392em;
  -o-border-radius: 0.26392em;
}

.ega-page-order .ega-form__group label {
  line-height: 1.5;
  font-size: 14px;
  width: 100%;
  margin-right: 0;
}
.ega-page-order .ega-delivery input {
  width: 100%;
  margin-right: 0;
  margin-top: 5px;
}
.ega-page-order .ega-form__group label:not(:first-child) {
  margin-top: 15px;
}
.ega-page-order .ega-delivery__modal {
  display: none;
  position: fixed;
  top: 50% !important;
  right: 50%;
  width: 300px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(54 54 53 / 30%);
  transform: translate(50%, -50%);
}
.ega-page-order .ega-delivery__modal.is-show {
  display: block;
  padding-bottom: 15px;
  border-radius: 10px;
}
.ega-page-order .ega-delivery__title {
  border: none;
  padding: 0px 15px;
}
.ega-page-order .ega-delivery.ega-form__group {
  padding: 15px;
  border-top: 1px solid var(--primary-color);
  flex-wrap: wrap;
  margin: 0;
}
.ega-page-order .ega-delivery__overlay {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.ega-page-order .ega-delivery__modal.is-show + .ega-delivery__overlay {
  z-index: 1;
  display: block;
}
.ega-page-order .ega-delivery.ega-form__group label {
  display: flex;
}
.ega-page-order .ega-delivery__modal .ega-delivery__submit,
.ega-page-order .ega-delivery__modal .ega-delivery__submit:hover {
  display: block;
  margin: 0 15px 15px 15px;
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.ega-delivery__modal .ega-delivery__close {
  margin: 0 15px;
  display: block;
  border-radius: 3px;
}
.ega-page-order .ega-delivery__modal .ega-delivery__close,
.ega-page-order .ega-delivery__modal .ega-delivery__close:hover {
  border: 1px solid #656565;
  color: #656565;
  background-color: transparent;
}
.ega-page-order .ega-body {
  background: var(--body-bg);
  border-radius: 20px 20px 0px 0px;
  padding-top: 15px;
  height: 100%;
  min-height: 60vh;
}
.ega-page-order .ega-body.empty {
  min-height: 100vh;
}
@media (max-width: 576px) {
  .ega-delivery.ega-form__group {
    flex-wrap: wrap;
  }
  .ega-delivery label,
  .ega-delivery input,
  .ega-delivery select {
    min-width: 100%;
  }
  .ega-delivery input,
  .ega-delivery input,
  .ega-delivery select {
    padding: 10px;
  }
}

.ega-delivery input,
.ega-delivery select,
.ega-delivery textarea {
  width: 100%;
  margin-right: 0;
  margin-top: 5px;
}
.v3dp__datepicker {
  width: 100% !important;
  --vdp-selected-bg-color: var(--primary-color);
  --vdp-hover-bg-color: var(--primary-color);
  --vdp-elem-border-radius: 100%;
}

.v3dp__popout {
  width: 100% !important;
}
@media (max-width: 1024px) {
  button#toggle-time-delivery,
  button#toggle-time-delivery + p {
    text-align: right;
    font-size: 12px;
    max-width: 100%;
    white-space: normal;
    display: block;
  }
}
@media (max-width: 767px) {
  .ega-page-order .ega-header .ega-logo,
  .ega-page-order .ega-header__action {
    height: auto;
  }
  .ega-pro__sale-percent {
    margin-left: 5px;
  }
}
/* End Delivery */

.ega-pro__desc {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-top {
  text-align: center;
  margin-top: -1px;
}
.banner-top--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner-top--desktop {
    display: none;
  }
  .banner-top--mobile {
    display: inline;
  }
}