
.fade-modal-enter-active[data-v-504c64e9],
.fade-modal-leave-active[data-v-504c64e9] {
  transition: margin-bottom 0.4s ease, opacity 0.3s ease;
}
.fade-modal-leave-to[data-v-504c64e9],
.fade-modal-enter-from[data-v-504c64e9]{
  margin-bottom:-50vh;
  opacity: 0;
}

.fade-modal-enter-active[data-v-cae926f0],
.fade-modal-leave-active[data-v-cae926f0] {
  transition: margin-bottom 0.4s ease, opacity 0.3s ease;
}
.fade-modal-leave-to[data-v-cae926f0],
.fade-modal-enter-from[data-v-cae926f0]{
  margin-bottom:-50vh;
  opacity: 0;
}

.slide-leave-active{
  transition: none;
}
.slide-enter-active {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity:1;
}
.slide-enter-from {
  transform: translateX(7%);
  opacity:0;
}
.slide-leave-to {
}
.noty_layout_mixin, #noty_layout__centerRight, #noty_layout__centerLeft, #noty_layout__center, #noty_layout__bottomRight, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottom, #noty_layout__topRight, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__top {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}
.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}
.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}
.fade-modal-enter-active[data-v-525b3332],
.fade-modal-leave-active[data-v-525b3332] {
  transition: margin-bottom 0.4s ease, opacity 0.3s ease;
}
.fade-modal-leave-to[data-v-525b3332],
.fade-modal-enter-from[data-v-525b3332]{
  margin-bottom:-50vh;
  opacity: 0;
}

.fade-modal-enter-active[data-v-01b12c2e],
.fade-modal-leave-active[data-v-01b12c2e] {
  transition: margin-bottom 0.4s ease, opacity 0.3s ease;
}
.fade-modal-leave-to[data-v-01b12c2e],
.fade-modal-enter-from[data-v-01b12c2e]{
  margin-bottom:-50vh;
  opacity: 0;
}

.cart-content[data-v-838feb94]{
  width: calc(100% - 15px * 2);
  //position: relative;
  height: auto;
  padding: 0 15px;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 96px;
}
.cart-amount-info[data-v-838feb94] {
  width: calc(100% - 20px * 2 - 15px * 2 - 2px * 2);
  background: #FFFFFF;
  padding: 18px 20px 15px 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #242424;
  position: fixed;
  bottom: -2px;
  left: 15px;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.4));
}
.amount[data-v-838feb94] {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray);
}
.btn[data-v-838feb94] {
  background: linear-gradient(to right, #9E0E0F, #FF9935);
  color: #FFFFFF;
  padding: 10px 23px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.5s ease;
}
.btn[data-v-838feb94]:hover {
  padding: 10px 24px 10px 28px;
  box-shadow: 0 4px 8px rgba(158, 14, 15, 0.3);
}
.cart-block[data-v-838feb94] {
  width: calc(100% - 15px * 2);
  background: #FFFFFF;
  border: 2px solid  #9E0E0F;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  margin-left: -15px;
}
.cart-block[data-v-838feb94]:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.cart-product-img[data-v-838feb94] {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.cart-block:hover .cart-product-img[data-v-838feb94] {
  border-radius: 30px;
}
.cart-product-img img[data-v-838feb94] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-block[data-v-838feb94] {
  flex: 1;
  align-items: flex-start;
  gap: 0px;
  margin-left: 15px;
}
.info-block-top[data-v-838feb94]{
  width: calc(100% + 42px);
  display: flex;
  justify-content: space-between;
}
.title[data-v-838feb94] {
  font-size: 20px;
  font-weight: 400;
  color: var(--gray);
  line-height: 1.4;
  background: linear-gradient(to right, #1E1E1E -10%, #9E0E0F 30%, #FF9935 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sum-block[data-v-838feb94] {
  font-size: 20px;
  font-weight: 600;
  color: #9E0E0F;
}
.desc-block-bottom[data-v-838feb94]{
  font-size: 14px;
  font-weight: 600;
  color: #9E0E0F;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  width: calc(100% - 20px);
}
.delete-btn[data-v-838feb94] {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  margin-top: 40px;
  transition: all 0.3s ease;
}
.delete-btn[data-v-838feb94]:hover {
  transform: scale(1.1);
}
.delete-btn svg[data-v-838feb94] {
  width: 40px;
  height: 40px;
}

