 ::placeholder {
  color: #aaa;
  opacity: 1; /* Firefox */
}

strong{
    font-weight: 600 !important;
    font-family: "AeonikPro-Regular", Helvetica;
    font-size: inherit;
}

.instant_search{
  position: absolute;
    width: 100%;
    top: calc(100% + 1px);
    left: 0;
    background: #fff;
  display: none;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 5px 5px 4px #00000050;
}

.editing-val{
    width:calc(100% - 10px);
}

.search_product{
    width:100%;
    height:100px;
    display:flex;
    padding: 5px;
}

.search_product a{
    display: flex;
    align-items: center;
    width: 100%;
    gap:20px;
}

.search_img_wrap{
    position:relative;
    width:75px;
    height:75px;
   
}
.search_prod_wrap{
    font-family: "AeonikPro-Regular", Helvetica;
}
.check-icon:before{
    content: "";
    width: 70%;
    height: 70%;
    -webkit-clip-path: polygon(19% 54%, 0 58%, 54% 100%, 100% 8%, 90% 0%, 48% 81%);
    clip-path: polygon(19% 54%, 0 58%, 54% 100%, 100% 8%, 90% 0%, 48% 81%);
    transform: scale(1);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #fff;
    display: inline-block;
}

.subship{
    display:none;
    padding-left:20px;
    margin-top:10px;
    width:100%;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    flex-direction: column;
}


.custom-select {
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 24px 12px;
  position: absolute;
  background-color: var(--white);
  border-radius: 0px 0px 12px 12px;
  top:calc(100% + 1px);
  left: 50%;
  visibility: hidden;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    transition: visibility 100ms;
    z-index: 1;
    box-shadow:2px 2px 5px #444;
    max-height:300px;
    overflow-y:auto;
}

.custom-select.expanded {
    visibility: visible;
}

input + span.isax.clicked{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.custom-select .custom-select-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.custom-select .custom-select-frame-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  position: relative;
  flex: 0 0 100%;
  cursor:pointer;
  height:30px;
}

.custom-select .custom-select-frame-wrapper:hover .custom-select-text-wrapper{
    color: var(--red-main);
    
}

.custom-select .custom-select-div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.custom-select .custom-select-text-wrapper {
  color: #000000;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  font-weight:normal;
}


.bag-button{
    cursor:pointer;
}

.remove-item{
   cursor:pointer; 
}

#total-table{
    width:100%;
}

.swal2-confirm{
    background: #fff;
    border: 1px solid #000;
    color:#000;
    border-radius: 25px;
    height: 40px;
    padding: 0 10px;
    margin: 0 10px;
}

.swal2-cancel{
    background: #000;
    border: 1px solid #000;
    color:#fff;
    border-radius: 25px;
    height: 40px;
    padding: 0 10px;
    margin: 0 10px;
}
 
   #overlay{
    position:fixed;
    z-index:10002;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    display:none;
}

#overlay img{
    
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
}

.fs-16{
    font-size: 16px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-20{
    font-size: 20px !important;
}

.fs-22{
    font-size: 22px !important;
}
.fs-24{
    font-size: 24px !important;
}

.c-gray{
    color:#c6c6c6 !important;
}

.c-white{
    color:#ffffff !important;
}

.c-yellow{
color:#d4bb74 !important;
}

.c-black{
    color:#000000 !important;
}

.b-white{
    background:#ffffff !important;
}

.b-black{
    background:#000000 !important;
}

.br-gray{
    border: 1px solid #c6c6c6;
}

.d-50{
    width:50px;
    height:50px;
    line-height:50px !important;
    border-radius:50px;
}

.d-91-50{
   width:91px;
    height:50px;
    line-height:50px !important;
    border-radius:50px; 
}

.d-56{
    width:56px;
    height:56px;
    line-height:56px !important;
    border-radius:56px;
}


.button{
cursor:pointer;
}

.isax.button{
    text-align:center;
}

button{
    border:none;
}

.input-wrapper input[type='text'], .input-wrapper input[type='password']{
border:none;background:transparent;width:100% !important;height:100%;margin-top:0 !important;font-weight: normal !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    transition: background-color 5000000s ease-in-out 0s;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid;
  border-color: var(--greyinput-fieldunselected-text);
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  flex:none;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  -webkit-clip-path: polygon(19% 54%, 0 58%, 54% 100%, 100% 8%, 90% 0%, 48% 81%);
  clip-path: polygon(19% 54%, 0 58%, 54% 100%, 100% 8%, 90% 0%, 48% 81%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:checked{
background-color: var(--red-main);
border:none;
}

input[type="radio"]{
    margin:0;
    background-color: var(--form-background);
    border: 1px solid;
  border-color: var(--greyinput-fieldunselected-text);
   -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  display: grid;
  place-content: center;
  width:24px;
  height:24px;
}

input[type="radio"]:checked{
    background-color: var(--red-main);
    border:none;
}

input[type="radio"]:checked::before{
content: "";
  width: 10px;
  height: 10px;
  -webkit-clip-path: circle(40%);
  clip-path: circle(40%);
   background-color: #fff;
   -webkit-transform:translateX(0.5px);
   transform:translateX(0.5px);
}

input:focus, textarea:focus, select:focus{
        outline: none;
    }
 
.input-wrapper.selected{
    border: 1px solid #000 !important;
} 
    
.header {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom:1px solid #c9a14f;
}

.header .vuesax-linear-profile{
position: relative;
    width: 24px;
    height: 100%;
    background-image: url(./img/vuesax-linear-profile-circle-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header .vuesax-linear-profile:hover > .profile-dropdown.element-dots-dropdown{
    visibility:visible;
}

.header .top-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 80px 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #c9a14f;
}

.header .top-text {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.header > .top-header .text-wrapper {
  width: fit-content;
  margin-top: -1px;
  color: #ffffff;
  font-size: 12px;
  position: relative;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.header > .top-header  .div {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  height:100%;
}

.header .vuesax-outline-call {
  position: relative;
  width: 16px;
  height: 16px;
}

.header > .top-header .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.header .bottom-header {
    gap:80px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0px 60px;
  position: relative;
  background-color: #ffffffcc;
  backdrop-filter: blur(22px) brightness(100%);
  -webkit-backdrop-filter: blur(22px) brightness(100%);
}

.header .header-left {
  display: inline-flex;
  align-items: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  flex: 1 1 100%;
  row-gap:10px;
  justify-content: space-between;
}

.header .main-menu {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  height:80px;
  order:1;
}

.header .frame {
  position: relative;
  width: 129px;
}

.header .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.header .group {
  position: relative;
  align-self: stretch;
}

.header .frame-3 {
  display: inline-flex;
  height: 80px;
  align-items: center;
  gap: 8px;
  padding: 0px 50px;
  position: relative;
  background-color: #ffffff;
}

.header .text-wrapper-3 {
  width: 68px;
  height: 19px;
  color: #000000;
  font-size: var(--main-text-font-size);
  position: relative;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.header .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.header .frame-4 {
  display: inline-flex;
  height: 100%;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.header .text-wrapper-4 {
  width: fit-content;
  color: #000000;
  font-size: var(--main-text-font-size);
  position: relative;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.header .vector {
  position: relative;
  width: 15.62px;
  height: 8.54px;
  margin-right: -0.75px;
  margin-left:5px;
}

.header .header-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 64px;
  border: 1px solid;
  border-color: #e6e6e6;
height:56px;
flex:1 1 auto;
max-width:576px;
order:2;
}

.header .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
width: calc(100% - 40px);
height:100%;
}

.header .header-right {
  justify-content: flex-end;
  gap: 32px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  height:80px;
  order:3;
}

.header .div-2 {
  gap: 8px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.header .mask-group {
  position: relative;
  width: 32px;
  height: 32px;
}

.header .text-wrapper-5 {
  width: fit-content;
  margin-top: -1px;
  color: #000000;
  font-size: var(--main-text-font-size);
  position: relative;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.header .overlap-group-wrapper {
  position: relative;
  width: 30px;
  height: 24px;
}

.header .overlap-group {
  position: relative;
  height: 24px;
cursor:pointer;
}

.header .vuesax-linear-bag {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.header .div-2 .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 14px;
  height: 14px;
  align-items: center;
  gap: 10px;
  padding: 2px 1px;
  position: absolute;
  top: 0;
  left: 16px;
  background-color: #be1e2d;
  border-radius: 29px;
}

.header .text-wrapper-6 {
  position: relative;
  width: 6px;
  height: 9px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.header .profile-dropdown.element-dots-dropdown {
  display: flex;
  flex-direction: column;
  width: 300px;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  position: absolute;
top:100%;
left:50%;
  background-color: var(--white);
  border-radius: 0px 0px 12px 12px;
visibility:hidden;
-webkit-transform:translate(-50%,0);
transform:translate(-50%,0);
transition: visibility 100ms;
z-index:1;
}

.header .profile-dropdown.element-dots-dropdown .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.header .profile-dropdown.element-dots-dropdown .frame-wrapper {
  display: flex;
  width: 124px;
  align-items: center;
  gap: 8px;
  padding: 0px 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.header .profile-dropdown.element-dots-dropdown .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -107px;
}

.header .profile-dropdown.element-dots-dropdown .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.header .profile-dropdown.element-dots-dropdown .div {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--red-main);
  border-radius: 47px;
}

.header .profile-dropdown.element-dots-dropdown .text-wrapper-2 {
  color: #ffffff;
  position: relative;
  width: 184px;
  height: 20px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  font-size: var(--main-text-font-size);
  text-align: center;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.header .profile-dropdown.element-dots-dropdown .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.header .profile-dropdown.element-dots-dropdown .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -29px;
}

.header .profile-dropdown.element-dots-dropdown .frame-3 {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 42px;
  border: 1px solid;
  border-color: #000000;
}

.header .profile-dropdown.element-dots-dropdown .text-wrapper-3 {
  color: #000000;
  position: relative;
  width: 184px;
  height: 20px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  font-size: var(--main-text-font-size);
  text-align: center;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.header .header-sep {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}



.home {

  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.home .div-2 {
  align-items: center;
  gap: 40px;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-top:113px;
}

.home .slider {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: calc(1 / 2.5* 100vw);
    background-image: url(./assets/img/home_slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home .overlap-group {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}

.home .frame {
  display: inline-flex;
  align-items: center;
  gap: 904px;
  position: relative;
  top: 353px;
  left: 228px;
}

.home .group {
  position: relative;
  width: 504px;
  height: 287px;
}

.home .frame-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: absolute;
  top: 235px;
  left: 0;
  border-radius: 30px;
  border: 1px solid;
  border-color: #000000;
}

.home .text-wrapper {
  position: relative;
  width: 103px;
  height: 20px;
  margin-top: -1px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  text-align: center;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.home .vector {
  position: relative;
  width: 8.63px;
  height: 16.3px;
  margin-right: -0.5px;
}

.home .frame-3 {
  display: flex;
  flex-direction: column;
  width: 504px;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.home .p {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 36px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-3 {
  align-self: stretch;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 36px;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.home .img {
  position: relative;
  flex: 0 0 auto;
  margin-right: -0.5px;
}

.home .div-3 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
  flex-wrap:wrap;
  justify-content:center;
}

.home .top-banner-link{
        display: flex;
    flex: 0 0 auto;
    max-width: 100vw;
}

.home .overlap-group-wrapper {
  position: relative;
  width: 576px;
  height: 687px;
}

.home .overlap-group-2 {
  position: relative;
  height: 166px;
  top: 521px;
}

.home .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 31px;
  left: 0;
}

.home .frame-6 {
  position: relative;
  width: 576px;
  height: 12.26px;
}

.home .frame-7 {
  display: flex;
  flex-direction: column;
  width: 576px;
  align-items: flex-start;
  gap: 12px;
  padding: 32px 0px 32px 40px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -6px;
  background-color: #294144;
  border-radius: 0px 0px 6px 6px;
}

.home .frame-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .text-wrapper-5 {
  position: relative;
  width: 463px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-9 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .div-wrapper {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  position: absolute;
  top: 5px;
  left: 469px;
  background-color: #ff7a25;
  border-radius: 129px;
  transform: rotate(-9.16deg);
}

.home .text-wrapper-7 {
  width: 38.56px;
  height: 18.18px;
  margin-top: -0.09px;
  margin-left: -9.28px;
  margin-right: -9.28px;
  transform: rotate(-1.53deg);
  color: #ffffff;
  position: relative;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .overlap {
  position: relative;
  height: 687px;
}

.home .screen-post {
  position: absolute;
  width: 576px;
  height: 576px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home .frame-10 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 552px;
  left: 0;
}

.home .frame-11 {
  width: 576px;
  gap: 12px;
  padding: 32px 0px 32px 40px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -6px;
  background-color: #c69807;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home .daniel-korpai {
  position: absolute;
  width: 576px;
  height: 599px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home .frame-12 {
  width: 576px;
  gap: 12px;
  padding: 32px 0px 32px 40px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -6px;
  background-color: #018fbd;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home .div-4 {
  align-items: flex-start;
  gap: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width:100%;
  padding:0 20px;
}

.home .frame-13 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 36px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .text-wrapper-9 {
  position: relative;
  width: 849px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-14 {
  position: relative;
  width:100%;
}

.home .product-card {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-end;
  gap: 8px;
  padding: 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  height:100%;
  min-width: 333px;
}

.home .frame-15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .frame-16 {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  position: relative;
  background-color: #028bd8;
  border-radius: 129px;
}

.home .text-wrapper-10 {
  position: relative;
  width: 25px;
  margin-top: -13px;
  margin-bottom: -11px;
  margin-left: -16.5px;
  margin-right: -16.5px;
  transform: rotate(-12.91deg);
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.home .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.home .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  height: calc(100% - 55px);
}

.home .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  height: 100%;
    justify-content: space-between;
}

.home .element-b {
  position: relative;
  width: 241px;
  height: 222px;
  object-fit: cover;
}

.home .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-20 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-21 {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-22 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e2fae9;
  border-radius: 4px;
  border: 1px solid;
  border-color: #5bc278;
}

.home .text-wrapper-12 {
  position: relative;
  height: 15px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #429d5b;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 20px;
}

.home .text-wrapper-13 {
  position: relative;
  width: 166px;
  height: 15px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #429d5b;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 20px;
}

.home .frame-23 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-24 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-14 {
  width: 109px;
  height: 26px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-25 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 25px;
  border: 1px solid;
  border-color: #c0c0c0;
}

.home .text-wrapper-15 {
  position: relative;
  width: 85px;
  height: 15px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #c0c0c0;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 20px;
}

.home .vuesax-linear-bag-wrapper {
  display: inline-flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000;
  border-radius: 41px;
}

.home .text-wrapper-16 {
  width: 52px;
  height: 26px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-17, .starting_price {
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #a9a9a9;
  font-size: 14px;
  text-decoration: line-through;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.home .img-wrapper {
  display: inline-flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ddaa43;
  border-radius: 41px;
}

.home .categories {
  position: relative;
  width: 1760px;
  height: 434px;
}

.home .frame-26 {
  display: flex;
  width: 1759px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.home .frame-27 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-18 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .frame-28 {
  position: relative;
  flex: 0 0 auto;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  margin-right: -0.5px;
}

.home .frame-29 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 111px;
  left: 0;
}

.home .frame-30 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
}

.prod-code{
    font-size:12px;
    font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
}

.home .TV {
  width: 205px;
  position: relative;
  height: 186px;
  mix-blend-mode: multiply;
  object-fit: cover;
}

.home .text-wrapper-19 {
  position: relative;
  width: 101px;
  height: 17px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .img-3 {
  position: relative;
  width: 205px;
  height: 186px;
  object-fit: cover;
}

.home .text-wrapper-20 {
  position: relative;
  width: 143px;
  height: 17px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .TV-2 {
  width: 98px;
  position: relative;
  height: 186px;
  mix-blend-mode: multiply;
  object-fit: cover;
}

.home .banners {
  position: relative;
  width: 1760px;
  height: 463px;
}

.home .overlap-2 {
  position: absolute;
  width: 1796px;
  height: 463px;
  top: 0;
  left: 0;
}

.home .frame-31 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.home .group-2 {
  position: relative;
  width: 874px;
  height: 463px;
}

.home .overlap-group-3 {
  position: relative;
  width: 872px;
  height: 463px;
  background-color: #ffffff;
  border-radius: 6px;
}

.home .text-wrapper-21 {
  position: absolute;
  width: 173px;
  top: 432px;
  left: 16px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #d96903;
  font-size: 11px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-32 {
  width: 336px;
  gap: 24px;
  position: absolute;
  top: 141px;
  left: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 26px;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-23 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #c8202f;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .apple-watch-PNG-file {
  position: absolute;
  width: 349px;
  height: 349px;
  top: 55px;
  left: 466px;
  object-fit: cover;
}

.home .apple-logo {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 56px;
  left: 64px;
  object-fit: cover;
}

.home .group-3 {
  position: relative;
  width: 872px;
  height: 463px;
  border-radius: 6px;
  background-image: url('img/wash_machine.png'), linear-gradient(180deg, rgb(179.56, 179.56, 179.56) 0%, rgb(98.81, 98.81, 98.81) 100%);
  background-size: 100% 100%;
}

.home .frame-33 {
  width: 336px;
  gap: 24px;
  position: relative;
  top: 111px;
  left: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home .text-wrapper-24 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-25 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-34 {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-26 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 36px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-27 {
  width: 65px;
  height: 22px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #979797;
  font-size: 16px;
  text-decoration: line-through;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #c3c3c3;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .group-4 {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 200px;
  left: 1724px;
}

.home .vector-2 {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 181px;
  left: 6907px;
}

.home .group-5 {
  position: relative;
  width: 275px;
  height: 41px;
}

.home .text-wrapper-29 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 36px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .frame-35 {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  position: relative;
  border-radius: 129px;
}

.home .sales {
  position: relative;
  width: 1761px;
  height: 589px;
}

.home .frame-36 {
  display: flex;
  width: 1761px;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.home .group-6 {
  position: relative;
  width: 292px;
  height: 41px;
}

.home .frame-37 {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  top: 96px;
  left: 0;
}

.home .frame-38 {
  align-items: flex-start;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.home .vuesax-linear-heart-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .frame-39 {
  display: flex;
  flex-direction: column;
  height: 438px;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.home .element-b-2 {
  position: relative;
  width: 241px;
  height: 222px;
}

.home .frame-40 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.home .frame-41 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-30 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 11px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .text-wrapper-31 {
  width: 52px;
  height: 26px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ff7a25;
  font-size: 24px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-32 {
  position: relative;
  width: 85px;
  height: 15px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #686868;
  font-size: 11px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-42 {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  position: absolute;
  top: -8px;
  left: -8px;
  background-color: #ff7a25;
  border-radius: 129px;
  transform: rotate(-9.16deg);
}

.home .text-wrapper-33 {
  position: relative;
  width: 40.93px;
  height: 18.18px;
  margin-top: -3.95px;
  margin-bottom: -1.95px;
  margin-left: -14.32px;
  margin-right: -14.32px;
  transform: rotate(-1.53deg);
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}



.footer {
  position: relative;
  width: 100%;
  margin-top:40px;
}

.footer a:hover{
    color:#be1e2d;
}

.footer .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  width:100%;
}

.footer .group {
  position: relative;
  width: 100%;
}

.footer .div {
  align-items: center;
  gap: 253px;
  padding: 40px 0px;
  background-color: #be1e2d;
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}

.footer .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.footer .text-wrapper {
  position: relative;
  width: 365px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.footer .p {
  position: relative;
  width: 487px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.footer .frame-3 {
  display: flex;
  max-width: 425px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  width:100%;
}

.footer .frame-wrapper {
  display: flex;
  width: 323px;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 64px;
  height:52px;
}

.footer .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.footer .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #aaaaaa;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.footer .img {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.footer .frame-4 {
  align-items: flex-start;
  gap: 56px;
  padding: 72px 20px;
  flex: 0 0 auto;
  background-color: #dedede;
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  flex-wrap:wrap;
}

.footer .layer {
  position: relative;
  width: 92px;
  height: 85.55px;
}

.footer .frame-5 {
  display: flex;
  width: 1315px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-wrap:wrap;
  row-gap:40px;
}

.footer .frame-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.footer .text-wrapper-3 {
  width: 301px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  position: relative;
  color: #000000;
  letter-spacing: 0;
}

.footer .text-wrapper-4 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  color: #000000;
  letter-spacing: 0;
}

.footer .text-wrapper-5 {
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  color: #000000;
  letter-spacing: 0;
}

.footer .text-wrapper-6 {
  color: #be1e2d;
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.footer .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.footer .frame-8 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
}

.footer .frame-9 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.footer .vuesax-outline-call {
  position: relative;
  width: 20px;
  height: 20px;
}

.footer .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.footer .element {
  width: 327px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  color: #000000;
  letter-spacing: 0;
}

.footer .span {
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.footer .text-wrapper-8 {
  line-height: 21.6px;
}

.footer .frame-10 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.footer .facebook-fill {
  position: relative;
  width: 28.21px;
  height: 28.21px;
}

.footer .vector {
  position: relative;
  width: 23.51px;
  height: 23.51px;
}

.footer .frame-11 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 32px;
  padding: 40px 20px;
  background-color: #ffffff;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
}

.footer .frame-12 {
  display: inline-flex;
  align-items: center;
  gap: 26.98px;
  position: relative;
  flex: 0 0 auto;
  max-width:100%;
  flex-wrap: wrap;
      justify-content: center;
}

.footer .allazosysksyeh {
  position: relative;
  width: 99.48px;
  height: 54.8px;
  object-fit: cover;
}

.footer .piraeus {
  position: relative;
  width: 116.34px;
  height: 54.8px;
  object-fit: cover;
}

.footer .element-px {
  position: relative;
  width: 89.37px;
  height: 45.53px;
  object-fit: cover;
}

.footer .viva-wallet-logo-rgb {
  position: relative;
  width: 118.87px;
  height: 29.51px;
  object-fit: cover;
}

.footer .frame-13 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.footer .text-wrapper-9 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  color: #000000;
  letter-spacing: 0;
  text-align:center;
}

.footer .line {
  position: relative;
  width: 1px;
  height: 17px;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  object-fit: cover;
}

.but-login, .but-sign-up, .close-modal{
cursor:pointer;
}

#modals{
position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000080;
z-index:10000;
visibility:hidden;
}

.modal-login {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 56px;
  padding: 24px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 6px;
visibility:hidden;
top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.modal-login .group {
  position: relative;
  width: 12.5px;
  height: 13.5px;
  margin-top: -0.75px;
  margin-right: -0.75px;
}

.modal-login .frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 0px 80px 64px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.modal-login .text-wrapper {
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.modal-login .div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.modal-login .frame-2 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.modal-login .div-wrapper {
  display: flex;
  width: 374px;
  height: 56px;
  gap: 8px;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid;
  border-color: #aaaaaa;
  align-items: center;
  position: relative;
}

.modal-login .text-wrapper-2 {
  position: relative;
  width: 100%;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.modal-login .frame-3 {
  display: flex;
  width: 374px;
  height: 56px;
  gap: 8px;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid;
  border-color: #aaaaaa;
  align-items: center;
  position: relative;
}

.modal-login .text-wrapper-3 {
  position: relative;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.modal-login .frame-4 {
  display: flex;
  gap: 32px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-login .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.modal-login .frame-5 {
  display: flex;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.modal-login .group-2 {
  position: relative;
}

.modal-login .text-wrapper-4 {
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: var(--greymain);
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.modal-login .frame-6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.modal-login .text-wrapper-5 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: var(--red-main);
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.modal-login .frame-7 {
  display: flex;
  height: 56px;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  align-self: stretch;
  width: 100%;
  background-color: var(--red-main);
  border-radius: 47px;
  align-items: center;
  position: relative;
  border:none;
}

.modal-login .text-wrapper-6 {
  width: 184px;
  height: 20px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #ffffff;
  font-size: var(--main-text-font-size);
  text-align: center;
  position: relative;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.modal-login .p {
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.modal-login .span {
  color: #2c2c2c;
}

.modal-login .text-wrapper-7 {
  color: #be1e2d;
}

.modal-login .frame-8 {
  display: flex;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.modal-login .line {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 1px;
  object-fit: cover;
}

.modal-login .text-wrapper-8 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: var(--greymain);
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.modal-login .frame-9 {
  display: flex;
  width: 374px;
  height: 56px;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background-color: #4285f4;
  border-radius: 8px;
  align-items: center;
  position: relative;
}

.modal-login .google-logo-png-wrapper {
  display: inline-flex;
  gap: 10px;
  padding: 6px;
  flex: 0 0 auto;
  margin-top: -5px;
  margin-bottom: -5px;
  background-color: #ffffff;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-login .google-logo-png {
  position: relative;
  width: 22px;
  height: 22px;
}

.modal-login .text-wrapper-9 {
  position: relative;
  width: fit-content;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #ffffff;
  font-size: var(--main-text-font-size);
  text-align: center;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.modal-login .frame-10 {
  display: flex;
  width: 374px;
  height: 56px;
  gap: 8px;
  padding: 16px;
  background-color: #3a579b;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-signup {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 56px;
  padding: 24px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 6px;
visibility:hidden;
top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  
}

.modal-signup .frame {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -0.75px;
  margin-right: -0.75px;
}

.modal-signup .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0px 80px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.modal-signup .text-wrapper {
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.modal-signup .frame-2 {
  width: 374px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.modal-signup .flex-container{
     display: flex;
    width: 100%;
    
}

.modal-signup .flex-unit{
    width: 50%;
    position: relative;
    display:inline-block;
}

.modal-signup .flex-unit-full{
    width: 100%;
    position: relative;
    display:flex;
    gap: 8px;
    align-items: center;
}

.modal-signup .checkbox-wrapper{
        display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
}


.modal-signup .frame-3 {
  display: flex;
    width: 100%;
    height: 56px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    position: relative;
    border-radius: 6px;
    border: 1px solid;
    border-color: #aaaaaa;
    margin-bottom:10px;
    flex:1;
}
.modal-signup .flex-unit:first-child {
    margin-right: 12px;
}


.modal-signup .div-wrapper {
  display: flex;
  height: 56px;
  align-items: center;
  gap: 64px;
  padding: 0 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.modal-signup .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.modal-signup .frame-4 {
  display: flex;
  height: 56px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.modal-signup .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.modal-signup .frame-5 {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  position: relative;
  border-radius: 6px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.modal-signup .text-wrapper-4 {
  position: relative;
  width: 184px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.modal-signup .frame-6 {
  display: flex;
  width: 374px;
  height: 56px;
  align-items: center;
  gap: 64px;
  padding: 0 16px;
  position: relative;
  border-radius: 6px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.modal-signup .text-wrapper-5 {
  position: relative;
  width: 184px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.modal-signup .frame-7 {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.modal-signup .frame-8 {
  display: flex;
  height: 56px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 6px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.modal-signup .text-wrapper-6.validation {
  position: relative;
  width: 100%;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #be1e2d;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  display:none;
}

.modal-signup .frame-9 {
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.modal-signup .frame-10 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.modal-signup .group {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid;
  border-color: var(--greyinput-fieldunselected-text);
}

.modal-signup .p {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: var(--greymain);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.modal-signup .span {
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
  letter-spacing: 0;
}

.modal-signup .text-wrapper-7 {
  text-decoration: underline;
}

.modal-signup .frame-11 {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--red-main);
  border-radius: 47px;
}

.modal-signup .text-wrapper-8 {
  width: 184px;
  height: 20px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #ffffff;
  font-size: var(--main-text-font-size);
  text-align: center;
  position: relative;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.modal-signup .div-2 {
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.modal-signup .text-wrapper-9 {
  color: #2c2c2c;
}

.modal-signup .text-wrapper-10 {
  color: #be1e2d;
}

.header .language-wrapper:hover  .languages-menu{
    visibility:visible;
}

.header .language-wrapper span.isax{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
    transition:transform 300ms;
    transition-delay:100ms;
    
}

.header .services span.isax{
  
  -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
    transition:transform 300ms;
    transition-delay:100ms;
      
    
}

.header .language-wrapper:hover span.isax{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.header .services:hover span.isax{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.language-wrapper{
    position:relative;
    height:100%;
    display: inline-flex;
    align-items: center;
    cursor:pointer;

}

.div.languages{
    display: inline-flex;
    align-items: center;
   
}

.languages-menu {
  display: flex;
  flex-direction: column;
  width: 163px;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 24px 12px;
  position: absolute;
  background-color: var(--white);
  border-radius: 0px 0px 12px 12px;
  top:100%;
  left: 50%;
  visibility: hidden;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    transition: visibility 100ms;
}

.languages-menu .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.languages-menu .frame-wrapper {
  display: flex;
  width: 124px;
  align-items: center;
  gap: 8px;
  padding: 0px 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.languages-menu .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.languages-menu .text-wrapper {
  color: #000000;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  font-weight:normal;
}

.languages-menu .div {
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.languages-menu .frame-2 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 8px;
  align-self: stretch;
  width: 100%;
  border-radius: 8px;
  position: relative;
  flex: 0 0 auto;
}

.languages-menu .text-wrapper-2 {
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: var(--red-main);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}


.menu-item:hover > div >  a{
      color:var(--red-main);
}

.header .services:hover > .services-menu{
    visibility:visible;
}

.services-menu {
  display: flex;
  flex-direction: column;
  width: 260px;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 24px 12px;
  position: absolute;
  background-color: var(--white);
  border-radius: 0px 0px 12px 12px;
  top:100%;
  left: 50%;
  visibility: hidden;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    transition: visibility 100ms;
}

.services-menu .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.services-menu .frame-wrapper {
  display: flex;
  width: 124px;
  align-items: center;
  gap: 8px;
  padding: 0px 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.services-menu .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.services-menu .text-wrapper {
  color: #000000;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.services-menu .div {
  color: #000000;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.services-menu .frame-2 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 8px;
  align-self: stretch;
  width: 100%;
  border-radius: 8px;
  position: relative;
  flex: 0 0 auto;
}

.services-menu .text-wrapper-2 {
  color: var(--red-main);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.services-menu .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0px 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
  
}

.product-menu {
  display: flex;
  flex-direction: column;
  width: 356px;
  max-width:100%;
  height: calc(100vh - 113px);
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: absolute;
  background-color: var(--white);
  top:100%;
  left:-356px;
  transition: left 500ms;
}

.product-menu.open{
    left:0;
}

.product-menu .frame {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.product-menu .text-wrapper {
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.product-menu .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: unset;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  justify-content: flex-start;
height: calc(100vh - 200px);
  overflow-y: auto;
}

.menu-item .isax{
padding-right:10px;
}

.product-menu .frame-2 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.product-menu .frame-3 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.product-menu .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.product-menu .text-wrapper-2 {
  flex: 1;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  position: relative;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  height:100%;
}

.product-menu .text-wrapper-2 > a{
    width: 100%;
    display: inline-block;
    text-wrap: wrap;
}

.product-menu .vector {
  position: relative;
  width: 6.07px;
  height: 11.09px;
  margin-right: -0.53px;
}

.product-menu .frame-4 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: unset;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  height: auto;
    padding: 10px 0;
    box-sizing: content-box;
}

.product-menu .frame-5 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 0px 0px 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.product-menu .vuesax-linear-mobile {
  position: relative;
  width: 17.5px;
  height: 21.5px;
  margin-top: -0.75px;
  margin-bottom: -0.75px;
  margin-left: -0.75px;
}

.product-menu .text-wrapper-3 {
  flex: 1;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  position: relative;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.open-products{
    cursor:pointer;
}

.product-menu-wrapper{

    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    padding: 24px;
}

.product-menu-wrapper .see-all{
    font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #c8202f;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.products-sub-menu {
  display: flex;
  flex-direction: column;
  width: 356px;
  max-width:100%;
  height: calc(100vh - 113px);
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #efefef;
  top:0;
  left:0;
  transition: left 500ms;
  transition-delay: 100ms;
  z-index:-1;
}

.products-sub-menu .frame {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  width:100%;
  z-index:0;
}

.products-sub-menu .text-wrapper {
  position: relative;
  width: 100%;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: wrap;
}

.products-sub-menu .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: unset;
  align-self: stretch;
  flex: 0 0 auto;
}

.products-sub-menu .frame-2 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: unset;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  height:auto;
  padding:10px 0;
  box-sizing: content-box;
}

.products-sub-menu .div-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.products-sub-menu .text-wrapper-2 {
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: var(--red-main);
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.products-sub-menu .vector {
  position: relative;
  width: 6.07px;
  height: 11.09px;
  margin-right: -0.53px;
}

.products-sub-menu .text-wrapper-3 {
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  height:100%;
}

.products-sub-menu .text-wrapper-3 > a {
  width: 100%;
    display: inline-block;
    white-space: wrap;
}


.side-cart {
  display: flex;
  flex-direction: column;
  width: 400px;
max-width:100%;
  height: calc(100vh - 113px);
top:100%;
right:-400px;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  background-color: var(--white);
transition: right 500ms;
}

.side-cart.open{
right:0;
}

.side-cart .frame {
  display: flex;
  flex-direction: column;
  height: 649.5px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.side-cart .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f3f3f3;
}

.side-cart .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.side-cart .group {
  position: relative;
  width: 26px;
  height: 24px;
}

.side-cart .overlap-group {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: var(--red-main);
  border-radius: 23px;
cursor:default;
}

.side-cart .text-wrapper {
 position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    font-family: "Aeonik Pro-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.side-cart .p {
  width: fit-content;
  font-family: "Aeonik Pro-Medium", Helvetica;
  color: #000000;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.side-cart .span {
  font-weight: 500;
}

.side-cart .text-wrapper-2 {
  font-family: "Aeonik Pro-Regular", Helvetica;
}

.side-cart .vuesax-linear-arrow {
  position: relative;
  width: 24px;
  height: 24px;
cursor:pointer;
}

.side-cart .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
height:auto;
}

.side-cart .frame-4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
height:auto;
}

.side-cart .element-b {
  position: relative;
  width: 65px;
  height: 61px;
  object-fit: cover;
}

.side-cart .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
width:auto;
height:auto;
}

.side-cart .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.side-cart .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  height: 31px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
width: auto;
    white-space: initial;
}

.side-cart .frame-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.side-cart .frame-6 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.side-cart .text-wrapper-4 {
  width: 100%;
  height: 26px;
  font-size: 20px;
  position: relative;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
}

.side-cart .img {
  position: relative;
  width: 24px;
}

.side-cart .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  object-fit: cover;
}

.side-cart .line-2 {
  margin-bottom: -0.5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  object-fit: cover;
}

.side-cart .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f3f3f3;
}

.side-cart .frame-8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.side-cart .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
margin-top:0;
}

.side-cart .text-wrapper-6 {
  flex: 1;
  font-size: 24px;
  text-align: right;
  position: relative;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
width:auto;
height:auto;
}

.side-cart .frame-9 {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #000000;
  border-radius: 46px;
  cursor:pointer;
}

.side-cart .text-wrapper-7 {
  flex: 1;
  height: 20px;
  font-family: var(--main-text-font-family);
  color: #ffffff;
  text-align: center;
  position: relative;
  font-weight: var(--main-text-font-weight);
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.side-cart .element {
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  color: transparent;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.side-cart .text-wrapper-8 {
  color: #000000;
}

.side-cart .text-wrapper-9 {
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #be1e2d;
}

.logged-menu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  height:100%;
  cursor:pointer;
}

.logged-menu:hover > .logged-drop{
    visibility:visible;
}

.logged-menu .mask-group {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius:50px;
}

.logged-drop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 16px;
  position: absolute;
  background-color: var(--white);
  border-radius: 0px 0px 12px 12px;
  top:100%;
left:50%;
visibility:hidden;
-webkit-transform:translate(-50%,0);
transform:translate(-50%,0);
transition: visibility 100ms;
z-index:1;
max-height: calc(100vh - 130px);
    overflow-y: auto;
}

.logged-drop .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.logged-drop .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.logged-drop .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.logged-drop .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.logged-drop .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.logged-drop .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  object-fit: cover;
}

.logged-drop .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.logged-drop .vuesax-linear-login {
  position: relative;
  width: 24px;
  height: 24px;
}

.mb-top-113{
    margin-top:113px;
}

.main-menu .header-logo{
    order:1;
}

.main-menu .menu-button{
    order:2;
}



.breadcrumbs {
    width:100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0px 12px 160px;
  position: relative;
  background-color: #ffffff;
}

.breadcrumbs .text-wrapper {
  color: #949494;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  height:auto;
}

.breadcrumbs .vector {
  position: relative;
  width: 7px;
  height: 12px;
}

.breadcrumbs .div {
  color: #000000;
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}


.cart-page {
  background-color: #efefef;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.cart-page .div {
    background-color: #efefef;
    overflow: hidden;
    flex: 0 1 1600px;
    position: relative;
    padding: 0 20px;
}

.cart-page .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.cart-page .frame-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 80px 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #be1e2d;
}

.cart-page .div-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.cart-page .frame-3 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .vuesax-outline-call {
  position: relative;
  width: 16px;
  height: 16px;
}

.cart-page .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.cart-page .frame-4 {
  display: flex;
  width: 1920px;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 80px 0px 51px;
  position: relative;
  background-color: #ffffffcc;
  backdrop-filter: blur(22px) brightness(100%);
  -webkit-backdrop-filter: blur(22px) brightness(100%);
}

.cart-page .frame-5 {
  gap: 105px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.cart-page .frame-6 {
  gap: 48px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.cart-page .img {
  position: relative;
  width: 129px;
  height: 65.64px;
}

.cart-page .frame-7 {
  gap: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.cart-page .group {
  position: relative;
  align-self: stretch;
  width: 200px;
}

.cart-page .frame-8 {
  display: inline-flex;
  height: 80px;
  align-items: center;
  gap: 8px;
  padding: 0px 50px;
  position: relative;
  background-color: #ffffff;
}

.cart-page .text-wrapper-3 {
  position: relative;
  width: 68px;
  height: 19px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.cart-page .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.cart-page .frame-9 {
  display: inline-flex;
  height: 21.42px;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.cart-page .vector {
  position: relative;
  width: 15.62px;
  height: 8.54px;
  margin-right: -0.75px;
}

.cart-page .frame-10 {
  display: flex;
  width: 576px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 64px;
  border: 1px solid;
  border-color: #e6e6e6;
}

.cart-page .frame-11 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .frame-12 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .frame-13 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .mask-group {
  position: relative;
  width: 32px;
  height: 32px;
}

.cart-page .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  white-space: nowrap;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.cart-page .overlap-group-wrapper {
  position: relative;
  width: 30px;
  height: 24px;
}

.cart-page .overlap-group {
  position: relative;
  height: 24px;
}

.cart-page .vuesax-linear-bag {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.cart-page .frame-14 {
  display: flex;
  flex-direction: column;
  width: 14px;
  height: 14px;
  align-items: center;
  gap: 10px;
  padding: 2px 1px;
  position: absolute;
  top: 0;
  left: 16px;
  background-color: #be1e2d;
  border-radius: 29px;
}

.cart-page .text-wrapper-6 {
  position: relative;
  width: 6px;
  height: 9px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.cart-page .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.cart-page .frame-15 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0px 12px 160px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.cart-page .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #949494;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .vector-2 {
  position: relative;
  width: 7px;
  height: 12px;
}

.cart-page .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-16 {
  position: absolute;
  width: 1464px;
  height: 1235px;
  top: 206px;
  left: 228px;
}

.cart-page .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
width:100%;
margin-top:20px;
}

.cart-page .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-grey);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-18 {
  width: 100%;
  display:flex;
  gap:20px;
  margin-top:20px;
  flex-wrap:wrap;
}

.cart-page .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.cart-page .frame-20 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 32px 24px 24px;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  flex: 0 0 auto;
  flex-wrap:wrap;
}

.cart-page .element-b {
  position: relative;
  width: 102px;
  height: 124px;
  object-fit: cover;
}

.cart-page .frame-21 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.cart-page .frame-22 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  flex-wrap:wrap;
  row-gap:10px;
  column-gap:10px;
}

.cart-page .frame-23 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.cart-page .frame-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
}

.cart-page .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.cart-page .p {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #a9a9a9;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-25 {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .frame-26 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e2fae9;
  border-radius: 4px;
  border: 1px solid;
  border-color: #5bc278;
}

.cart-page .text-wrapper-12 {
  position: relative;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #429d5b;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 18px;
}

.cart-page .text-wrapper-13 {
  position: relative;
  width: 166px;
  height: 15px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #429d5b;
  font-size: 11px;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-27 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
}

.cart-page .frame-28 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cart-page .frame-29 {
  display: inline-flex;
  height: 47px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  width:100%;
}

.cart-page .text-wrapper-15 {
  position: relative;
  width: fit-content;
  margin-top: -4px;
  margin-bottom: -2px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 18px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .text-wrapper-16 {
    text-align:center;
  position: relative;
  width: fit-content;
  margin-top: -2.5px;
  margin-bottom: -0.5px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  white-space: nowrap;
  font-style: var(--main-text-font-style);
}

.cart-page .text-wrapper-17 {
  position: relative;
  width: fit-content;
  margin-top: -4px;
  margin-bottom: -2px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-30 {
  display: inline-flex;
  height: 47px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 64px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.cart-page .text-wrapper-18 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.cart-page .vector-3 {
  position: relative;
  width: 14.5px;
  height: 8.5px;
  margin-right: -0.75px;
}

.cart-page .frame-31 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cart-page .frame-32 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid;
  border-color: #e3e3e3;
}

.cart-page .vector-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #c8202f;
  border-radius: 6px;
}

.cart-page .vector-4 {
  position: absolute;
  width: 13px;
  height: 11px;
  top: 6px;
  left: 6px;
}

.cart-page .frame-33 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.cart-page .iplus {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cart-page .span {
  font-weight: 500;
}

.cart-page .text-wrapper-19 {
  font-family: "Aeonik Pro-Regular", Helvetica;
}

.cart-page .text-wrapper-20 {
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  width: fit-content;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.cart-page .frame-34 {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid;
  border-color: #e3e3e3;
  display: flex;
  position: relative;
}

.cart-page .frame-35 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .text-wrapper-21 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-36 {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cart-page .frame-37 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .element {
  position: relative;
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.cart-page .frame-38 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .frame-39 {
  display: flex;
  flex-direction: column;
  width: 145px;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .text-wrapper-22 {
  position: relative;
  width: 495px;
  height: 17px;
  margin-top: -1px;
  margin-right: -350px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cart-page .text-wrapper-23 {
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  width: fit-content;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.cart-page .frame-40 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 47px;
  border: 1px solid;
  border-color: #000000;
}

.cart-page .text-wrapper-24 {
  position: relative;
  width: 79px;
  height: 20px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.cart-page .group-2 {
  position: relative;
  width: 11.5px;
  height: 11.5px;
  margin-right: -0.75px;
}

.cart-page .group-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 58px;
}

.cart-page .frame-41 {
  display: flex;
  flex-direction: column;
  width: 421px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.cart-page .text-wrapper-25 {
  position: relative;
  align-self: stretch;
  height: 34px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-42 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.cart-page .frame-43 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cart-page .frame-44 {
  flex-direction: column;
  width: 842px;
  height: 93px;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  display: flex;
  position: relative;
}

.cart-page .frame-45 {
  display: flex;
  flex-direction: column;
  width: 842px;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.cart-page .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-46 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.cart-page .frame-47 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cart-page .frame-48 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
}

.cart-page .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .text-wrapper-28 {
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  width: fit-content;
  color: var(--variable-collection-black);
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.cart-page .text-wrapper-29 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .text-wrapper-30 {
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  width: fit-content;
  color: var(--variable-collection-black);
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.cart-page .frame-49 {
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 47px;
  border: 1px solid;
  border-color: #000000;
  display: flex;
  position: relative;
  height:56px;
}

.cart-page .text-wrapper-31 {
  position: relative;
  width: 246px;
  height: 20px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  line-height: normal;
}

.cart-page .frame-50 {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #000000;
  border-radius: 46px;
  cursor:pointer;
}

.cart-page .text-wrapper-32 {
  position: relative;
  width: 224px;
  height: 20px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #ffffff;
  font-size: var(--main-text-font-size);
  text-align: center;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.cart-page .group-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 48px;
  margin-right: -2px;
}

.cart-page .overlap-group-2 {
  position: relative;
  width:100%;
  height: 48px;
  background-color: #e8e8e8;
  border-radius: 44px;
}

.cart-page .rectangle {
  position: absolute;
  width: 0;
  max-width:100%;
  height: 48px;
  top: 0;
  left: 0;
  background-color: #18c39f;
  border-radius: 44px;
}

.cart-page .vuesax-linear-group {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  left: 69px;
}

.cart-page .element-2 {
  position: relative;
  width: 100%;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54px;
}

.cart-page .text-wrapper-33 {
  font-family: var(--main-text-font-family);
  font-style: var(--main-text-font-style);
  font-weight: var(--main-text-font-weight);
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-size: var(--main-text-font-size);
}

.cart-page .mask-group-2 {
  position: absolute;
  width: 264px;
  height: 48px;
  top: 0;
  left: 0;
}



.checkout-page {
  background-color: #efefef;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.checkout-page .div {
    display:flex;
background-color: #efefef;
    overflow: hidden;
    flex: 0 1 1600px;
    position: relative;
    padding: 0 20px;
    flex-wrap:wrap;
    gap:20px;
}

.checkout-page .frame {
  display: flex;
  flex-direction: column;
 flex: 1 1 1020px;
  align-items: flex-start;
  gap: 12px;
}

.checkout-page .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
}

.checkout-page .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.checkout-page .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .frame-4 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap:wrap;
}

.checkout-page .group {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.checkout-page .ellipse {
  position: relative;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 8px;
  background-color: #ffffff;
  border-radius: 4px;
}

.checkout-page .text-wrapper-2 {
  position: relative;
  flex: 1;
  height: 15px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.checkout-page .rectangle {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--greyinput-fieldunselected-text);
}

.checkout-page .frame-5 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.checkout-page .frame-6 {
  flex-direction: column;
  gap: 8px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.checkout-page .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.checkout-page .div-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 64px;
  border: 1px solid;
  border-color: #e6e6e6;
  height:56px;
}

.checkout-page .div-wrapper.text-area-wrapper{
    height:170px;
    border-radius: 20px;
    padding: 10px 20px;
}

.checkout-page textarea.text-wrapper-4 {
    position: relative;
    height: 100%;
    font-family: "Aeonik Pro-Regular", Helvetica;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: unset;
    white-space: unset;
    border: none;
    resize: none;
    margin-top: 0;
    flex: unset;
    width: 100%;
}

.checkout-page .text-wrapper-4 {
  position: relative;
  flex: 1;
  height: 15px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.checkout-page .frame-7 {
  flex-direction: column;
  width: 328px;
  gap: 8px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.checkout-page .frame-8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 64px;
  border: 1px solid;
  border-color: #e6e6e6;
}

.checkout-page .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.checkout-page .vector {
  position: relative;
  width: 14.5px;
  height: 8.5px;
  margin-right: -0.75px;
}

.checkout-page .frame-9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
}

.checkout-page .frame-10 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.checkout-page .vector-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}

.checkout-page .img {
  position: absolute;
  width: 13px;
  height: 11px;
  top: 6px;
  left: 6px;
}

.checkout-page .frame-11 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  width:calc(100% - 40px);
}

.checkout-page .p {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  letter-spacing: 0;
  line-height: normal;
  width:100%;
  text-wrap:wrap;
}

.checkout-page .frame-12 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.checkout-page .frame-13 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 80px 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #be1e2d;
}

.checkout-page .frame-14 {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.checkout-page .frame-15 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .vuesax-outline-call {
  position: relative;
  width: 16px;
  height: 16px;
}

.checkout-page .text-wrapper-7 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.checkout-page .frame-16 {
  display: flex;
  width: 1920px;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 80px 0px 51px;
  position: relative;
  background-color: #ffffffcc;
  backdrop-filter: blur(22px) brightness(100%);
  -webkit-backdrop-filter: blur(22px) brightness(100%);
}

.checkout-page .frame-17 {
  gap: 105px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.checkout-page .frame-18 {
  gap: 48px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.checkout-page .frame-19 {
  position: relative;
  width: 129px;
  height: 65.64px;
}

.checkout-page .frame-20 {
  gap: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.checkout-page .frame-wrapper {
  position: relative;
  align-self: stretch;
  width: 200px;
}

.checkout-page .frame-21 {
  display: inline-flex;
  height: 80px;
  align-items: center;
  gap: 8px;
  padding: 0px 50px;
  position: relative;
  background-color: #ffffff;
}

.checkout-page .text-wrapper-8 {
  position: relative;
  width: 68px;
  height: 19px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  white-space: nowrap;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.checkout-page .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.checkout-page .frame-22 {
  display: inline-flex;
  height: 21.42px;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .text-wrapper-9 {
  position: relative;
  width: fit-content;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  white-space: nowrap;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.checkout-page .vector-2 {
  position: relative;
  width: 15.62px;
  height: 8.54px;
  margin-right: -0.75px;
}

.checkout-page .frame-23 {
  display: flex;
  width: 576px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 64px;
  border: 1px solid;
  border-color: #e6e6e6;
}

.checkout-page .frame-24 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .frame-25 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .frame-26 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .mask-group {
  position: relative;
  width: 32px;
  height: 32px;
}

.checkout-page .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  white-space: nowrap;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.checkout-page .overlap-group-wrapper {
  position: relative;
  width: 30px;
  height: 24px;
}

.checkout-page .overlap-group {
  position: relative;
  height: 24px;
}

.checkout-page .vuesax-linear-bag {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.checkout-page .frame-27 {
  display: flex;
  flex-direction: column;
  width: 14px;
  height: 14px;
  align-items: center;
  gap: 10px;
  padding: 2px 1px;
  position: absolute;
  top: 0;
  left: 16px;
  background-color: #be1e2d;
  border-radius: 29px;
}

.checkout-page .text-wrapper-11 {
  position: relative;
  width: 6px;
  height: 9px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.checkout-page .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.checkout-page .frame-28 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0px 12px 160px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.checkout-page .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #949494;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.checkout-page .vector-3 {
  position: relative;
  width: 7px;
  height: 12px;
}

.checkout-page .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.checkout-page .frame-29 {
  display: flex;
  flex: 1 1 428px;
  gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width:428px;
  width:100%;
}

.checkout-page .frame-30 {
  display: inline-flex;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
}

.checkout-page .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: normal;
}

.checkout-page .text-wrapper-15 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.checkout-page .line-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  object-fit: cover;
}

.checkout-page .frame-31 {
  gap: 40px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom:10px;
}

.checkout-page .text-wrapper-16 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.checkout-page .frame-32 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .frame-33 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  margin: 10px 0;
}

.checkout-page .frame-34 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.checkout-page .text-wrapper-17 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-black);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.checkout-page .text-wrapper-18 {
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  width: fit-content;
  color: var(--variable-collection-black);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.checkout-page .frame-35 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 47px;
  border: 1px solid;
  border-color: #000000;
height:56px;
}

.checkout-page .text-wrapper-19 {
  position: relative;
  width: 246px;
  height: 20px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  line-height: normal;
}

.checkout-page .group-2 {
  position: relative;
  width: 11.5px;
  height: 11.5px;
  margin-right: -0.75px;
}

.checkout-page .frame-36 {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #000000;
  border-radius: 46px;
  cursor:pointer;
}

.checkout-page .text-wrapper-20 {
  position: relative;
  width: 224px;
  height: 20px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #ffffff;
  font-size: var(--main-text-font-size);
  text-align: center;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.checkout-page .text-wrapper-21 {

  width: 100%;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
  margin-top:25px;
}

.cart-inline-item .cart_item_qty{
    display:inline-block;
}


.cart-inline-item .qty{
    
    display: flex;
    width: 90px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    background-color: #ffffff;
    border-radius: 64px;
    border: 1px solid;
    border-color: #e6e6e6;
    height: 26px;
    
}


.cart-inline-item .qty .frame-33 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
}


.cart-inline-item .qty .quant-input {
    position: relative;
    width: fit-content;
    font-family: var(--main-text-font-family);
    font-weight: var(--main-text-font-weight);
    color: #000000;
    font-size: var(--main-text-font-size);
    letter-spacing: var(--main-text-letter-spacing);
    line-height: var(--main-text-line-height);
    white-space: nowrap;
    font-style: var(--main-text-font-style);
    text-align: center;
}

.cart-inline-item .remove-item{
    border-radius:50px;
    background:#e6e6e6;
    width:24px;
    height:24px;
    text-align:center;
    line-height: 27px;
}

.order-overview-page {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

      .order-overview-page  .cart_item_availability{
            display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    background-color: #e2fae9;
    border-radius: 4px;
    border: 1px solid;
    border-color: #5bc278;
        }
        
       .order-overview-page .cart_item_availability span {
    position: relative;
    margin-top: -1px;
    font-family: "Aeonik Pro-Regular", Helvetica;
    font-weight: 400;
    color: #429d5b;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 18px;
}

.order-overview-page .sep-line{
    background: #ccc;
    height: 1px;
    width: 100%;
}

.order-overview-page .div {
 display: flex;
    background-color: #efefef;
    overflow: hidden;
    position: relative;
    padding: 40px 20px;
    flex-wrap: wrap;
    gap: 40px;
        justify-content: center;
}

.order-overview-page .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.order-overview-page .frame-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 80px 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #be1e2d;
}

.order-overview-page .div-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.order-overview-page .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.order-overview-page .frame-3 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.order-overview-page .vuesax-outline-call {
  position: relative;
  width: 16px;
  height: 16px;
}

.order-overview-page .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.order-overview-page .frame-4 {
  display: flex;
  width: 1920px;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 80px 0px 51px;
  position: relative;
  background-color: #ffffffcc;
  backdrop-filter: blur(22px) brightness(100%);
  -webkit-backdrop-filter: blur(22px) brightness(100%);
}

.order-overview-page .frame-5 {
  gap: 105px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.order-overview-page .frame-6 {
  gap: 48px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.order-overview-page .img {
  position: relative;
  width: 129px;
  height: 65.64px;
}

.order-overview-page .frame-7 {
  gap: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.order-overview-page .group {
  position: relative;
  align-self: stretch;
  width: 200px;
}

.order-overview-page .frame-8 {
  display: inline-flex;
  height: 80px;
  align-items: center;
  gap: 8px;
  padding: 0px 50px;
  position: relative;
  background-color: #ffffff;
}

.order-overview-page .text-wrapper-3 {
  width: 68px;
  height: 19px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.order-overview-page .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.order-overview-page .frame-9 {
  display: inline-flex;
  height: 21.42px;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.order-overview-page .text-wrapper-4 {
  width: fit-content;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.order-overview-page .vector {
  position: relative;
  width: 15.62px;
  height: 8.54px;
  margin-right: -0.75px;
}

.order-overview-page .frame-10 {
  display: flex;
  width: 576px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 64px;
  border: 1px solid;
  border-color: #e6e6e6;
}

.order-overview-page .frame-11 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.order-overview-page .frame-12 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.order-overview-page .frame-13 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.order-overview-page .mask-group {
  position: relative;
  width: 32px;
  height: 32px;
}

.order-overview-page .text-wrapper-5 {
  width: fit-content;
  margin-top: -1px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #000000;
  font-size: var(--main-text-font-size);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.order-overview-page .overlap-group-wrapper {
  position: relative;
  width: 30px;
  height: 24px;
}

.order-overview-page .overlap-group {
  position: relative;
  height: 24px;
}

.order-overview-page .vuesax-linear-bag {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.order-overview-page .frame-14 {
  display: flex;
  flex-direction: column;
  width: 14px;
  height: 14px;
  align-items: center;
  gap: 10px;
  padding: 2px 1px;
  position: absolute;
  top: 0;
  left: 16px;
  background-color: #be1e2d;
  border-radius: 29px;
}

.order-overview-page .text-wrapper-6 {
  position: relative;
  width: 6px;
  height: 9px;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.order-overview-page .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.order-overview-page .frame-15 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0px 12px 160px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.order-overview-page .text-wrapper-7 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #949494;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.order-overview-page .vector-2 {
  position: relative;
  width: 7px;
  height: 12px;
}

.order-overview-page .text-wrapper-8 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.order-overview-page .frame-16 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  width:100%;
}

.order-overview-page .text-wrapper-9 {
  margin-top: -1px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 26px;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
  align-items: flex-start;
    display: inline-flex;
}

.order-overview-page .frame-17 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
  width:100%;
  max-width:1020px;
}

.order-overview-page .frame-18 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 24px 32px 24px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;

}

.order-overview-page .text-wrapper-10 {
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.order-overview-page .frame-19 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap:wrap;
}

.order-overview-page .element-b {
  position: relative;
  width: 62px;
  height: 76px;
  object-fit: cover;
}

.order-overview-page .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.order-overview-page .frame-20 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap:wrap;
}

.order-overview-page .group-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  width: 100%;
}

.order-overview-page .group-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
}

.order-overview-page .frame-21 {
  display: flex;
  flex-direction: column;
  width: 367px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  width:100%;
}

.order-overview-page .p {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.order-overview-page .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #a9a9a9;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.order-overview-page .frame-22 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.order-overview-page .frame-23 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.order-overview-page .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.order-overview-page .line-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  object-fit: cover;
}

.order-overview-page .frame-24 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap:wrap;
}

.order-overview-page .frame-25 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px 24px 24px;
  position: relative;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 6px;
  width:49%;
}

.order-overview-page .frame-26 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  width:100%;
}

.order-overview-page .checkout_unit{
    font-family: "Aeonik Pro-Regular", Helvetica;
    font-weight: 400;
    font-size: 16px;
  display: flex;
    justify-content: space-between;
    width: 100%;
}

.order-overview-page .invoice_document{
       font-family: "Aeonik Pro-Regular", Helvetica;
    font-weight: 400;
    font-size: 16px;
  display: flex;
    justify-content: space-between;
    width: 100%;
}



.order-overview-page #receipt_form, .order-overview-page #shipping_form, .order-overview-page #own_shipping_form{
    width: 100%;
    display: flex;
    gap:8px;
    flex-direction:column;
}

.order-overview-page .receipt_field{
     font-family: "Aeonik Pro-Regular", Helvetica;
    font-weight: 400;
    font-size: 16px;
  display: flex;
    justify-content: space-between;
    width: 100%;
}

.order-overview-page .text-wrapper-13 {
  position: relative;
  width: fit-content;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
width:100%;
}

.order-overview-page .frame-27 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width:100%;
}

.order-overview-page .group-3 {
  position: relative;
  width: 92px;
  height: 92px;
  background:#be1e2d;
  border-radius:100px;
  display:flex;
  align-items: center;
    justify-content: center;
}

.order-overview-page .frame-28 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  width:100%;
}

.order-overview-page .text-wrapper-14 {
  width: 100%;
  margin-top: -1px;
  font-family: "Aeonik Pro-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 36px;
  text-align: center;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.order-overview-page .text-wrapper-15 {
  width: 100%;
  font-family: "Aeonik Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: center;
  position: relative;
  letter-spacing: 0;
  line-height: normal;
}

.order-overview-page .frame-29 {
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  background-color: #000000;
  border-radius: 46px;
  cursor:pointer;
}


.order-overview-page .text-wrapper-16 {
  height: 20px;
  font-family: var(--main-text-font-family);
  font-weight: var(--main-text-font-weight);
  color: #ffffff;
  font-size: var(--main-text-font-size);
  text-align: center;
  position: relative;
  letter-spacing: var(--main-text-letter-spacing);
  line-height: var(--main-text-line-height);
  font-style: var(--main-text-font-style);
}

.search_button{
cursor:pointer;
}

@media all and (max-width:570px){
    .header .header-search{
        min-width:calc(100% - 40px) !important;
    }
    .cart-page .frame-27{
        flex-direction:row;
        align-items: center;
        gap: 10px;
    }
    
    .cart-page .frame-13{
        order:1;
    }
    .cart-page .frame-28{
        order:2;
    }
}


@media all and (min-width:951px){
    .product-menu.open > .div > .menu-item:hover >  .products-sub-menu{
    left:100%;
}

.products-sub-menu > .product-menu-wrapper > .div > .menu-item:hover >  .products-sub-menu{
    left:100%;
}

}

@media all and (max-width:950px){
    
 .home .div-2{
     margin-top:199px;
 }   
    
.header .header-left{
    flex-wrap:wrap;
    gap: 10px;
}    
    
.header .header-search{
    order:3;
    min-width:510px;
    margin-bottom: 20px;
    max-width: unset;
    margin-left: 20px;
    margin-right:20px;
}

.header .header-right{
    order:2;
    margin-right: 20px;
}

.main-menu .header-logo{
    order:2;
}

.main-menu .menu-button{
    order:1;
}

.header .bottom-header{
    padding:0;
}

.logged-drop{
    left:-33px;
}

.header .profile-dropdown.element-dots-dropdown {
 left:-33px;
    
}


.product-menu.open > .div > .menu-item.open > .products-sub-menu {
    left: 0;
    z-index: 1;
}

.products-sub-menu > .product-menu-wrapper > .div > .menu-item.open >  .products-sub-menu{
    left: 0;
    z-index: 1;
}

.product-menu .div {
height: calc(100vh - 280px);
}

}

@media all and (max-width:1100px){
    .not-mobile{
        display:none;
    }
}

@media all and (max-width:1280px){
    .footer .div{
        flex-direction:column;
        gap:50px;
        padding: 40px 20px;
    }
    
    .footer .frame-2{
        width:100%;
    }
    
    .footer .p{
        width:auto;
    }
    
    .header .main-menu .text-wrapper-3{
        display:none;
    }
    
    .header .main-menu .frame-3{
        padding: 0 25px;
    }
}

@media all and (max-width:1670px){
    .header .main-menu .frame-4{
        display:none;
    }
    
}

@media all and (max-width:630px){
    .header .top-header{
        display:none;
    }
    .home .div-2{
     margin-top:167px;
 } 
 
 .side-cart {
    height: calc(100vh - 166px);
}
}

@keyframes black-friday{
  0%   {opacity:1}
85%  {opacity:1}
  100% {opacity:0.1}
}

#black-wrapper{
height:100%;
animation-name: black-friday;
  animation-duration: 2s;
animation-iteration-count: infinite;
}

#black-wrapper img{
height:100%;
}

.owl-carousel .owl-stage{
display:flex;
}

.owl-carousel .owl-item{
flex:1;
}