@keyframes move-words {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-1683.35px);
  }
}

@font-face {
  font-family: "Poppins";
  src: url(/Poppins-Black.eot);
  src: url(/Poppins-Black.eot?#iefix) format("embedded-opentype"), url(/assets/Poppins-Black-2c2a65a82753d30553b00cbb9cd86dc666c66f9b3f9f219732a611d06addfa09.ttf) format("truetype"), url(/Poppins-Black.svg#everettmedium) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/Poppins-ExtraBold.eot);
  src: url(/Poppins-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/assets/Poppins-ExtraBold-9ecd5efbf99f5c6762b14741db971fbed9c206c2e8d51bf57bad3a68aea6d0d6.ttf) format("truetype"), url(/Poppins-ExtraBold.svg#everettmedium) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/Poppins-Bold.eot);
  src: url(/Poppins-Bold.eot?#iefix) format("embedded-opentype"), url(/assets/Poppins-Bold-542ca15de37ab3bcf41f3ee5fdb9a8a4ba3346a27998196101a9a01a0f4ce0d8.ttf) format("truetype"), url(/Poppins-Bold.svg#everettmedium) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/Poppins-Medium.eot);
  src: url(/Poppins-Medium.eot?#iefix) format("embedded-opentype"), url(/assets/Poppins-Medium-a0b175e6a264afe1ce1dd92dfed7dce5dc11456840b0485ba483b2af54814baf.ttf) format("truetype"), url(/Poppins-Medium.svg#everettmedium) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/Poppins-Regular.eot);
  src: url(/Poppins-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/Poppins-Regular-4132d2d2b9443d42422ebb2769b3113c157e0cf08c91cfe555a6da5ac0a9c762.ttf) format("truetype"), url(/Poppins-Regular.svg#everettmedium) format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 1, app/assets/stylesheets/add-new-warning-modal.sass */
.add-new-warning {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff80;
}

/* line 9, app/assets/stylesheets/add-new-warning-modal.sass */
.add-new-warning .modal-content {
  padding: 48px;
  max-width: 680px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/search-page.sass */
.vendor-card {
  position: relative;
}

/* line 3, app/assets/stylesheets/search-page.sass */
.vendor-card .vendor-avatar {
  width: 63px;
  height: 63px;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0 var(--bs-border-radius) 0 var(--bs-border-radius);
  background-color: #ffffff;
}

/* line 11, app/assets/stylesheets/search-page.sass */
.vendor-card .vendor-preview-image {
  width: 100%;
  height: 124px;
  object-fit: cover;
}

/* line 2, app/assets/stylesheets/cart-page.sass */
.cart {
  position: relative;
}

/* line 4, app/assets/stylesheets/cart-page.sass */
.cart .pointer {
  display: none;
}

/* line 7, app/assets/stylesheets/cart-page.sass */
.cart.active .pointer {
  position: absolute;
  right: 14px;
  top: 4px;
  display: block;
  width: 12px;
  height: 16px;
  background-color: #B81B1B;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  margin: 0;
  border-radius: 100%;
}

/* line 22, app/assets/stylesheets/cart-page.sass */
.cart .form-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
}

/* line 27, app/assets/stylesheets/cart-page.sass */
.custom-input.readonly {
  background-color: #7E3FCD33;
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/cart-page.sass */
.tips label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
}

/* line 36, app/assets/stylesheets/cart-page.sass */
.tips input {
  max-width: 120px;
}

/* line 10, app/assets/stylesheets/application.sass */
body {
  --sticky-z: 98;
  background-color: #eeeaea;
}

/* line 13, app/assets/stylesheets/application.sass */
.container {
  max-width: 1200px !important;
}

/* line 17, app/assets/stylesheets/application.sass */
:root {
  --bs-border-radius: 20px;
  --bs-body-font-family: Poppins;
  --bs-success: #4A9052;
  --bs-danger: #FD4C4C;
  --bs-border-radius-pill: 100px;
  --bs-light-rgb: 255, 255, 255;
  --bs-success-rgb: 74, 144, 82;
}

/* line 25, app/assets/stylesheets/application.sass */
.btn.btn-primary {
  --bs-btn-bg: #7E3FCD;
  --bs-btn-border-color: #7E3FCD;
  --bs-btn-hover-bg: rgba(126, 63, 205, 0.8);
  --bs-btn-hover-border-color: rgba(126, 63, 205, 0.8);
  --bs-btn-active-bg: #7E3FCD;
  --bs-btn-active-border-color: #7E3FCD;
  --bs-btn-disabled-bg: rgba(126, 63, 205, 0.8);
  --bs-btn-disabled-border-color: rgba(126, 63, 205, 0.8);
}

/* line 34, app/assets/stylesheets/application.sass */
.breadcrumb {
  --bs-breadcrumb-divider: ">";
  --bs-breadcrumb-divider-color: #000000;
}

/* line 37, app/assets/stylesheets/application.sass */
.btn {
  --bs-btn-font-weight: 700;
}

/* line 39, app/assets/stylesheets/application.sass */
.bg-main-color-disabled {
  background-color: #7E3FCD33;
}

/* line 41, app/assets/stylesheets/application.sass */
.divider {
  margin: 48px 0;
  height: 1px;
  width: 100%;
  background: radial-gradient(15px 1px, #7E3FCD66, #fff) 0 0/40px 100%;
}

/* line 46, app/assets/stylesheets/application.sass */
.modal {
  --bs-modal-width: 1152px;
}

/* line 48, app/assets/stylesheets/application.sass */
.hstack {
  display: flex;
}

/* line 51, app/assets/stylesheets/application.sass */
.min-w-0 {
  min-width: 0;
}

/* line 54, app/assets/stylesheets/application.sass */
.min-h-0 {
  min-height: 0;
}

/* line 58, app/assets/stylesheets/application.sass */
.object-fit-contain {
  object-fit: contain;
}

/* line 60, app/assets/stylesheets/application.sass */
.object-fit-cover {
  object-fit: cover;
}

/* line 65, app/assets/stylesheets/application.sass */
.navbar-btn svg path {
  fill: #000000;
}

/* line 67, app/assets/stylesheets/application.sass */
.navbar-btn:hover {
  background-color: #FFB159;
}

/* line 70, app/assets/stylesheets/application.sass */
.navbar-btn:hover svg path {
  fill: #ffffff;
}

@media (max-width: 1199px) {
  /* line 72, app/assets/stylesheets/application.sass */
  .navbar-brand-logo {
    display: none !important;
  }
  /* line 76, app/assets/stylesheets/application.sass */
  .navbar-vertical-aside .navbar-brand-logo {
    display: block !important;
  }
}

/* line 79, app/assets/stylesheets/application.sass */
.navbar-brand-logo-mini {
  display: none !important;
}

@media (max-width: 1199px) {
  /* line 79, app/assets/stylesheets/application.sass */
  .navbar-brand-logo-mini {
    display: block !important;
    width: 2.3rem;
  }
  /* line 85, app/assets/stylesheets/application.sass */
  .navbar-vertical-aside .navbar-brand-logo-mini {
    display: none !important;
  }
}

/* line 88, app/assets/stylesheets/application.sass */
.sticky-top {
  --header-height: 62px;
  top: var(--header-height, 0) !important;
  z-index: var(--sticky-z, 1020) !important;
}

/* line 93, app/assets/stylesheets/application.sass */
.bg-warning {
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 96, app/assets/stylesheets/application.sass */
.cursor-pointer {
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/application.sass */
#nav-menu {
  left: 0;
}

/* line 101, app/assets/stylesheets/application.sass */
.full-height-in-container {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}

/* line 107, app/assets/stylesheets/application.sass */
.accordion-button::after {
  height: 25px;
  width: 25px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* line 111, app/assets/stylesheets/application.sass */
.accordion-button.collapsed::after {
  transform: rotate(-180deg) !important;
}

/* line 113, app/assets/stylesheets/application.sass */
.btn-return {
  max-width: 120px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

/* line 119, app/assets/stylesheets/application.sass */
.btn-return:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  transform: rotate(90deg) !important;
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* line 129, app/assets/stylesheets/application.sass */
.product-img-small {
  max-width: 56px;
  max-height: 56px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 135, app/assets/stylesheets/application.sass */
.product-img {
  max-width: 160px;
  max-height: 160px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 141, app/assets/stylesheets/application.sass */
.product-img-big {
  max-width: 433px;
  max-height: 268px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: fill;
}

/* line 148, app/assets/stylesheets/application.sass */
.bt-quantity {
  width: 32px;
  height: 32px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  background-color: #FF6B6B33;
  position: relative;
}

/* line 154, app/assets/stylesheets/application.sass */
.bt-quantity:hover, .bt-quantity:focus {
  background-color: #f3f4f6;
}

/* line 158, app/assets/stylesheets/application.sass */
.bt-quantity.bt-quantity-remove:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 16px;
  top: 15px;
  left: 8px;
  background-color: #000000;
  border-radius: var(--bs-border-radius);
}

/* line 169, app/assets/stylesheets/application.sass */
.bt-quantity.bt-quantity-add:after, .bt-quantity.bt-quantity-add:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 16px;
  top: 15px;
  left: 8px;
  background-color: #000000;
  border-radius: var(--bs-border-radius);
}

/* line 179, app/assets/stylesheets/application.sass */
.bt-quantity.bt-quantity-add:before {
  content: "";
  rotate: 90deg;
}

/* line 184, app/assets/stylesheets/application.sass */
.custom-checkbox {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}

/* line 190, app/assets/stylesheets/application.sass */
.custom-checkbox:hover .radio-mime, .custom-checkbox:hover .checkbox-mime, .custom-checkbox:focus .radio-mime, .custom-checkbox:focus .checkbox-mime {
  background-color: #4A905266;
}

/* line 192, app/assets/stylesheets/application.sass */
.custom-checkbox .my-checkbox {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 199, app/assets/stylesheets/application.sass */
.custom-checkbox .my-checkbox:checked ~ .checkbox-mime {
  border-color: #4A905200;
  background-color: #4A9052;
}

/* line 202, app/assets/stylesheets/application.sass */
.custom-checkbox .my-checkbox:checked ~ .radio-mime {
  border-color: #4A9052;
  background-color: #4A9052;
}

/* line 205, app/assets/stylesheets/application.sass */
.custom-checkbox .my-checkbox:checked ~ .radio-mime:after {
  opacity: 1;
}

/* line 207, app/assets/stylesheets/application.sass */
.checkbox-mime {
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  width: 22px;
  height: 22px;
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 4px;
}

/* line 208, app/assets/stylesheets/application.sass */
.checkbox-mime.active {
  background-color: #4A905266;
}

/* line 219, app/assets/stylesheets/application.sass */
.checkbox-mime:after, .checkbox-mime:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 18px;
  top: 8px;
  left: 0;
  background-color: #000000;
  border-radius: var(--bs-border-radius);
}

/* line 229, app/assets/stylesheets/application.sass */
.checkbox-mime:before {
  content: "";
  rotate: 90deg;
}

/* line 232, app/assets/stylesheets/application.sass */
.radio-mime {
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  width: 22px;
  height: 22px;
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
}

/* line 242, app/assets/stylesheets/application.sass */
.radio-mime:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  width: 8px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  rotate: 45deg;
  top: 1px;
  left: 5px;
  border-color: #000000;
}

/* line 258, app/assets/stylesheets/application.sass */
.like-radio {
  border-radius: 100% !important;
}

/* line 262, app/assets/stylesheets/application.sass */
.form-check-input.is-valid:hover, .was-validated .form-check-input:valid:hover {
  background-color: var(--bs-success);
}

/* line 264, app/assets/stylesheets/application.sass */
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

/* line 267, app/assets/stylesheets/application.sass */
#item_total_price {
  width: 75px;
}

/* line 269, app/assets/stylesheets/application.sass */
.addition-price {
  min-width: 70px;
  max-width: 120px;
  width: 100%;
}

/* line 273, app/assets/stylesheets/application.sass */
.quantity-count {
  width: 25px;
}

/* line 276, app/assets/stylesheets/application.sass */
.return {
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #FFB159;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

/* line 285, app/assets/stylesheets/application.sass */
.breadcrumb .breadcrumb-link {
  color: #000000;
}

/* line 289, app/assets/stylesheets/application.sass */
.delivery-switch {
  background-color: #ffffff;
}

/* line 291, app/assets/stylesheets/application.sass */
.delivery-switch .btn {
  color: #000000;
}

/* line 293, app/assets/stylesheets/application.sass */
.delivery-switch .btn.btn-primary {
  color: #ffffff;
}

/* line 295, app/assets/stylesheets/application.sass */
.main-color {
  color: #7E3FCD;
}

/* line 297, app/assets/stylesheets/application.sass */
.secondary-color {
  color: #FFB159;
}

/* line 300, app/assets/stylesheets/application.sass */
.app-section h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 17.6px;
}

/* line 304, app/assets/stylesheets/application.sass */
.app-section .item {
  border-radius: 4px;
  background-color: #000000;
}

/* line 307, app/assets/stylesheets/application.sass */
.app-section .item h4 {
  color: #ffffff;
  font-weight: 400;
}

/* line 310, app/assets/stylesheets/application.sass */
.app-section .item h4 span {
  color: #ffffff;
  font-weight: 600;
}

/* line 314, app/assets/stylesheets/application.sass */
.delivery-type-btn .delivery-switch {
  width: fit-content;
  flex-direction: row;
}

/* line 317, app/assets/stylesheets/application.sass */
.modal-content {
  width: max-content !important;
  margin: 0 auto;
}

/* line 321, app/assets/stylesheets/application.sass */
.home-bg {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 329, app/assets/stylesheets/application.sass */
.home-bg .text-section {
  z-index: 1;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}

/* line 335, app/assets/stylesheets/application.sass */
.home-bg .text-section .running-line {
  color: #ffffff;
  font-size: 167.1px;
  font-weight: 900;
  line-height: 200.51px;
  animation: move-words 10s linear infinite;
  white-space: nowrap;
}

/* line 343, app/assets/stylesheets/application.sass */
.home-bg .image-section {
  z-index: 2;
  width: 900px;
  height: 1200px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  margin: 10px;
  position: absolute;
  left: calc(100% - 45vw);
  top: 130px;
  transform: rotate(150deg);
  border-radius: 200px;
  overflow: hidden;
}

/* line 357, app/assets/stylesheets/application.sass */
.home-bg .image-section img {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}

@media (max-width: 720px) {
  /* line 2, app/assets/stylesheets/responsive.sass */
  .product-img {
    max-width: 90px;
    align-self: flex-start;
  }
  /* line 6, app/assets/stylesheets/responsive.sass */
  .product-info h2 {
    font-size: 14px;
  }
  /* line 8, app/assets/stylesheets/responsive.sass */
  .product-info p {
    font-size: 12px;
  }
  /* line 10, app/assets/stylesheets/responsive.sass */
  .addition-price {
    max-width: inherit;
    width: auto;
    white-space: nowrap;
  }
  /* line 16, app/assets/stylesheets/responsive.sass */
  .home-bg .image-section img {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=application.css-9116478a1f9a311c39e00dde368e93a00716d8c5f15ce7ef151f86b9ff72f0e5.map */
