:root {
  --Veltoo-Blue-950: #15253A;
  --Veltoo-Red-600: #DC2626;
  --White: #FFFFFF;
  --Black: #000000;
  --Default-gray: #E5E7EB;
  --Light-gray: #F9FAFB;
  --Orange: #ff8300;
  --Border-radius: #EDEEF1;
}
.main-text-color {
  color: var(--Veltoo-Red-600);
}
.main-menu a.menu-link::before {
  content: ' ';
  background: var(--Orange);
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  transition: all .4s;
}

.main-menu a.menu-link {
  position: relative;
}

.main-menu a.menu-link:hover::before {
  width: 100%;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: var(--Veltoo-Blue-950);
}
.logo-icon {
  font-size: 2rem;
}
a.account-icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: all .4s;
}

a.cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  transition: all .4s;
}

button.menu-button {
  border-radius: .75rem;
  border: 0px solid var(--Veltoo-Red-600);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  width: 2.5rem;
  padding-bottom: 12px;
  background-color: var(--Veltoo-Red-600);
  color: var(--White);
  height: 2.5rem;
  font-size: 2.2rem;
  min-width: 160px;
}
button.menu-button i {
  font-size: 24px;
  color: var(--White);
}

form.search-form {
  border: 1px solid var(--Default-gray-200, #E5E7EB);
  background: var(--Default-gray-50, #F9FAFB);
  border-radius: .75rem;
  padding-left: .25rem;
  padding-right: 1.25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* width: 200px; */
  flex-wrap: wrap;
}

form.search-form input {
  padding-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 106px;
  /* width: calc(100% - 1.5rem); */
  transition: all .4s;
  background: var(--Default-gray-50, #F9FAFB);
}

form.search-form i {
  font-size: 1.5rem;
}

button.search-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

form.search-form input:focus {
  outline: none;
}

form.search-form input::placeholder {
  color: black;
}
.card-advantage {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #FAFAFA;
  width: 100%;
  border-radius: 1.5rem;
  font-size: 1.25rem;
  line-height: 2.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  height: 100%;
}

.card-advantage-icon {
  width: 100px;
  height: 100px;
}
.advantages-list {
  column-gap: 1.9rem;
  height: 100%;
  align-items: stretch;
}

.card-advantage-content {
  color: var(--Veltoo-Blue-950);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.05rem;
}
.categories-homepage-list {
  /* background: black; */
  color: var(--Veltoo-Blue-950);
}
.category-item {
  background: white;
  background: var(--Default-gray-50, #F9FAFB);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 1.5rem;
  height: 100%;
  padding-bottom: 1.2rem;
  box-shadow: rgba(30, 31, 33, 0.12) 0px 5px 25px;
}

.category-item img {
  /* width: 100%; */
  max-width: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.first-column-in-category-list {
  width: 30%;
  min-height: 300px;
}
.main-button {
    background: var(--Veltoo-Red-600);
    color: var(--White);
    padding-left: 1.25rem;
    display: table;
    padding-right: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.75rem;
    border-radius: .75rem;
    width: fit-content;
}

@media (max-width: 1280px) {
  .container {
      max-width: 1200px !important;
  }
}


.card-advantage-icon {
  width: 100px;
  height: 100px;
}

.feature-swiper {
  background: var(--Veltoo-Blue-950);
  border-radius: 1rem;
}

.featured-thumb {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
}
.categories-homepage-list .btn.btn-primary {
    width: min-content;
    white-space: nowrap;
}
.btn.btn-standart{
  background: var(--Veltoo-Blue-950);
  color: var(--White);
  padding: 0.75rem 1.25rem;
  border-radius: .75rem;
  font-weight: 600;
  line-height: 1.75rem;
  font-size: 1.25rem;
  transition: all .4s;
  border: 1px solid var(--Veltoo-Blue-950);
}
.btn.btn-standart:hover {
  background: var(--White);
  color: var(--Veltoo-Blue-950);
}
.btn.btn-primary {
  background: var(--Veltoo-Red-600);
  padding: 0.75rem 1.25rem;
  border-radius: .75rem;
  font-weight: 600;
  line-height: 1.75rem;
  font-size: 1.25rem;
  color: var(--White);
  transition: all .4s;
  border: 1px solid var(--Veltoo-Red-600);
}
.btn.btn-primary:hover {
  background: var(--White);
  color: var(--Veltoo-Red-600);
}

.featured-thumb-item-name {
  display: flex;
  flex-direction: column;
}

.featured-thumb-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
a.featured-thumb-item-name-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-top: 1rem;
  /* margin-bottom: 1rem; */
  display: block;
  text-align: center;
  color: var(--White);
  white-space: nowrap;
}

.feature-swiper .swiper-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "\e914"!important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "\e913"!important  ;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: 'Veltoo-Icon-Font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: var(--White);
}

.swiper-button-next {
  margin-right: 1.5rem;
}

.swiper-button-prev {
  margin-left: 1.5rem;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0!important;
}

.dropdown-menu>div {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all .4s;
  position: absolute;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.95rem;
  right: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  transition: all .2s;
  /* top: calc(100%  + 0.5rem); */
  /* padding-left: 1.5rem; */
  /* padding-right: 1.5rem; */
  /* padding-top: 1.5rem; */
  /* padding-bottom: 1.5rem; */
}

.dropdown-menu.dropdown-open>div {
  max-height: 1000px;
  opacity: 1;
}
ul.dropdown-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: .5rem;
}
li.dropdown-menu-item-separator {
  height: 1px;
  background: #C0C0C0;
  width: 100%;
}
.dropdown-menu-list-container {
    padding: 0.5rem;
    width: 100%;
}
.dropdown-menu-item-link {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-wrap-mode: nowrap;
}
form.search-form input:focus,
form.search-form input:not(:placeholder-shown) {
    width: 250px;
}
.breadcrumb {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}
h1 {
  font-size: 3rem!important;
  font-weight: 700!important;
  line-height: 3rem!important;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem!important;
    font-weight: 700!important;
    line-height: 2rem!important;
  }
}
li.dropdown-menu-item {
    width: 100%;
}

#product-info h1 {
  margin-top: 1.5rem;
}
.product-info-left-image-slider-thumbnails{
  margin-top: 1.5rem;
}
.product-info-left-image {
  max-width: 400px;
  overflow: hidden;
}
.product-info-left-image-slider-thumbnails-item{
  border-radius: 1rem;
  overflow: hidden;
}
footer.footer {
  background: var(--Veltoo-Blue-950);
  color: var(--White);
}

span.featured-thumb-item-price {
  color: var(--White);
  text-align: center;
  margin-top: .5rem;
  flex-grow: 1;
  margin-bottom: 1rem;
}
button.language-selector {
  border-radius: 1.5rem;
  border: 2px solid var(--Default-gray-300, #D1D5DB);
  padding-left: .5rem;
  padding-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
span.language-selector-text {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
}
.social-links {
    display: flex;
    column-gap: 1rem;
}

.social-links>a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    display: flex;
    border-radius: 50%;
    transition: all .4s;
    justify-content: center;
    align-items: center;
}

.social-links>a:hover {
    background: var(--Veltoo-Red-600);
    /* color: var(--Veltoo-Blue-950); */
}

.social-links>a:hover>i {
    transform: scale(.9);
}

.social-links>a>i {
    transition: all .4s;
}


/* Quantity Input */
.quantity-input-wrapper {
  display: inline-flex;
  border-radius: 12px;
  border: 1px solid var(--Default-gray-200, #E5E7EB);
  background: var(--Default-gray-50, #F9FAFB);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  column-gap: 1.5rem;
}

.quantity-input-wrapper input {
  text-align: center;
  color: var(--Veltoo-Blue-950, #15253A);
  background: transparent;
  width: 48px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  line-height: 1.75rem;
  font-weight: 400;
  font-size: 1.25rem;
}
.quantity-input-wrapper input::-webkit-outer-spin-button,
.quantity-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input-wrapper button {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.9rem;
}

.product-info-container {
  display: flex;
  column-gap: 3rem;
}
.product-quantity-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  /* width: 240px; */
}

span.product-quantity-container-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.product-header-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

button.share-button {
  border-radius: 1rem;
  border: 2px solid var(--Default-gray-200, #E5E7EB);
  background: #FFF;
  padding: .25rem 0.75rem;
  column-gap: 1rem;
  align-items: center;
  transition: all .4s;
  /* height: 4rem; */
  height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

button.share-button span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

button.share-button>i {
  font-size: 1.5rem;
}

button.share-button:hover {
  background: var(--Veltoo-Red-600);
  color: var(--White);
  border-color: var(--Veltoo-Red-600);
}

.product-info-price-container {
  display: inline-flex;
  flex-direction: column;
  border-radius: 16px;
  background: var(--Default-gray-100, #F3F4F6);
  row-gap: 1rem;
  padding: 1rem;
  min-width: 240px;
}

.product-info-price-container>span.product-info-price-container-price {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.product-info-price-container>span {
  font-size: 1.25rem;
  font-weight: 400;
}

.product-info-right-container {
  row-gap: 3rem;
}

button.product-actions-button {
  display: flex;
  padding: .75rem 1.5rem;
  border-radius: 1.5rem;
  border: 2px solid var(--Default-gray-200, #E5E7EB);
  background: #FFF;
  column-gap: 1rem;
  align-items: center;
  transition: all .4s;
}

button.product-actions-button>span {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

button.product-actions-button>i {
  font-size: 2.5rem;
}
.product-info-left-image-slider-thumbnails-item {
    border: 2px solid #f3f4f6;
}

div#swiper-product-info-left-image-slider {
    border: 2px solid #f3f4f6;
    border-radius: 1.25rem;
    overflow: hidden;
}
button.product-actions-button.add-to-cart-button {
    background: var(--Veltoo-Blue-950);
    color: var(--White);
    border-color: var(--Veltoo-Blue-950);
}

button.product-actions-button:hover {
    background: var(--Veltoo-Red-600);
    border-color: var(--Veltoo-Red-600);
    color: var(--White);
}

ul.product-tabs {
  display: flex;
  column-gap: .5rem;
}

li.product-tab-item {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
  border-radius: .75rem;
}

li.product-tab-item.active-tab-link {
  background: var(--Default-gray-100, #F3F4F6);
}

.product-info-description {
  padding-top: 4rem;
  width: 75%;
}
.footer hr {border-color: #4B5563;}
.product-tab-content {
  opacity: 0;
  transition: all .4s;
  padding-top: 1rem;
  visibility: hidden;
  display: none;
}

.product-tab-content.active-tab {
  opacity: 1;
  display: block;
  visibility: visible;
}
.product-tab-content h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.product-attribute-group-item {
  display: flex;
  border-radius: .75rem;
  column-gap: 4rem;
}

.product-attribute-group-item>span {
  padding: 1rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.product-attribute-group-container {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.product-attribute-group-item>span.product-attribute-group-item-name {
    width: 50%;
}

.product-attribute-group-container>.product-attribute-group-item:nth-child(2n) {
    background: #F1F1F1;
}

.row {display: flex;}
.col-3 {
  flex: 25%;
  max-width: calc(25% - 1.25rem);
}
.col-md-4 {
  flex: 33.33333333333333%;
  max-width: calc(33.33333333333333% - 1.25rem);
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 3rem;
}


.featured-thumb.product-thumb {
  border-radius: 24px;
  background: var(--Default-gray-50, #F9FAFB);
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  /* max-width: 300px; */
}

.product-thumb a.featured-thumb-item-name-link {
  color: var(--Veltoo-Blue-950, #15253A);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 36px; /* 120% */
  max-width: 300px;
  overflow: hidden;
}

.product-thumb .featured-thumb-item-info {
  width: 100%;
  text-align: left;
}

.product-thumb .featured-thumb-item-info {
  margin-top: 1rem;
}

.product-thumb a.featured-thumb-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}
.product-thumb .thumb-buttons {
    display: flex;
    column-gap: 1.5rem;
    align-items: center;
    margin-top: 1.25rem;
}

.product-thumb .thumb-buttons .btn.btn-primary {
    border-radius: 12px;
    background: var(--Veltoo-Blue-950, #15253A);
    padding-left: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: 0;
    border-color: var(--Veltoo-Blue-950);
}

button.icon-btn {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
li.dropdown-menu-item:hover a {
  transform: scaleX(1.05);
}

li.dropdown-menu-item a {
  transition: all .3s;
  display: block;
}
.product-info-right-container-row {column-gap: 4rem;display: flex;}

span.product-info-rent-dates-label {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.product-info-rent-dates {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    /* flex-grow: 1; */
}

.product-info-rent-dates-container>input {
    background: #f9fafb;
    display: inline-flex;
    /* border-radius: 12px; */
    /* border: 1px solid var(--Default-gray-200, #E5E7EB); */
    /* background: var(--Default-gray-50, #F9FAFB); */
    /* padding-left: 1.25rem; */
    /* padding-right: 1.25rem; */
    /* padding-top: .75rem; */
    /* padding-bottom: .75rem; */
    /* column-gap: 1.5rem; */
    color: var(--Veltoo-Blue-950, #15253A);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    line-height: 1.75rem;
    font-weight: 400;
    font-size: 1.25rem;
    width: calc(100% - 1rem);
}
.categories-carousel img {
  transition: all .4s;
}

.categories-carousel img:hover {
  transform: scale(1.05);
}

.category-item>a {
  overflow: hidden;
  text-align: center;
  font-size: 1rem;
}
.aside-category-list-item {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 12px;
  border: 1px solid var(--Default-gray-200, #E5E7EB);
  padding: 1rem;
}

.aside-category-list-content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  /* padding-left: 1.5rem; */
  padding-right: 1.5rem;
  margin-top: 1.5rem;
}

.aside-category-list-item>a {
  color: var(--Veltoo-Blue-950, #15253A);
/* text-xl/leading-7/font-semibold */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.aside-category-list-item-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}

.aside-category-list-item-name>a {
  color: var(--Veltoo-Blue-950, #15253A);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.aside-category-list-item.aside-category-list-item-parent .aside-category-list-item-name {
  /* border-bottom: 1px solid #E5E7EB; */
  /* padding-bottom: 1rem; */
}
.aside-category-list-item.active>.aside-category-list-item-children {
    max-height: 1000px;
}
.aside-category-list-item-children {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.35rem;
  max-height: 0px;
  overflow: hidden;
  padding-top: 0;
  transition: all .4s;
  padding-top: .5rem;
}

.aside-category-list-item-children a {
  color: var(--Veltoo-Blue-950, #15253A);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: flex;
  line-height: 1.25rem; /* 140% */
  align-items: start;
}
.aside-category-list-item-children a::before {
    content: ' ';
    min-width: 5px;
    height: 5px;
    border-radius: 10px;
    display: inline-block;
    background: black;
    margin-right: 5px;
    margin-top: 8px;
}
.aside-category-list-item-name i {
  font-size: 2rem;
}
.aside-category-list {
  margin-top: 3rem;
}

.aside-category-list h2 {
  color: var(--Veltoo-Blue-950, #15253A);

/* text-2xl/leading-8/font-medium */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}

button.account-selector {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 40px;
  height: 40px;
}
.centered-screen-block {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.w-full {
  width: 100%;
}

.login-form,.otp-form {
  border-radius: 48px;
  border: 1px solid #C0C0C0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  max-width: 700px;
}


.login-form h2,.otp-form h2 {
  color: #000;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
}

.login-form input {
  border-radius: 24px;
  border: 2px solid #C0C0C0;
  width: 100%;
  padding: 1.5rem;
  color: #5B5B5B!important;
  font-family: 'Inter';
  font-size: 1.5rem;
}

.form-block {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.login-form>form,.otp-form>form {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.login-form button.btn.btn-primary,
.otp-form button.btn.btn-primary {
    background: #000;
    color: white;
    border: 2px solid #000;
    border-radius: 1.5rem;
    color: #FFF;

/* text-3xl/leading-9/font-semibold */
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    padding-top: 1rem;
    line-height: 36px;
    padding-bottom: 1rem;
    transition: all .4s;
}

#form-login> .form-block>a {
    color: #000;
    text-align: center;
/* text-3xl/leading-9/font-semibold */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 120% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
a.register-link {
    border-radius: 1.5rem;
    border: 2px solid #000;
    text-align: center;
    padding-top: 1.5rem;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 1.5rem;
    transition: all .4s;
}

a.register-link:hover {
    background: black;
    color: white;
}

.login-form button.btn.btn-primary:hover {
    background: white;
    color: black;
}
.login-form hr {border-color: #C0C0C0;}
div#product-description {
  padding: 1rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  background: var(--Light-gray);
  border-radius: 1rem;
  margin-top: 1rem;
}
.product-info-special-price-container {
  padding: 1rem;
  background: #EC1C24;
  border-radius: 1rem;
  color: white;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  max-width: 300px;
}

.product-info-special-price-container>.first-row>span:last-child {
  background: #FFD500;
  color: black;
  padding: .25rem;
  border-radius: .25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
}

.product-info-special-price-container .first-row {
  column-gap: 1rem;
  justify-content: space-between;
  display: flex;
  align-items: start;
}

.product-info-special-price-container .second-row span:first-child {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.product-info-special-price-container .second-row span:last-child {
  text-decoration: line-through;
  font-size: 1.9rem;
  line-height: 2.25rem;
}

.product-info-special-price-container .second-row {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
}

.product-info-special-prices-container {
  display: flex;
  column-gap: 1rem;
}

.product-info-special-price-container .first-row>span:first-child {
  display: block;
  min-height: 48px;
  font-size: 1.25rem;
}
.product-info-special-prices-container-wrapper {
  width: 300px;
  overflow: hidden;
  position: relative;
}
.product-info-special-btn .swiper-button-prev::after {
  display: none;
}

.product-info-special-btn .swiper-button-next::after {
  display: none;
}
.product-info-special-btn .swiper-button-prev {
  margin-left: -40px;
  bottom: 0;
}

.product-info-special-btn {
  position: relative;
}

.product-info-special-btn .swiper-button-next {
  margin-right: -40px;
}
span#calculated-price {
  position: absolute;
  right: -3px;
  background: #ec1c24;
  padding: .25rem;
  border-radius: .5rem;
  top: 50%;
  /* border-radius: 50%; */
  font-size: 1.1rem;
  /* width: 62px; */
  min-width: 70px;
  /* padding-left: 20px; */
  height: calc(100% + 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

button.product-actions-button.add-to-cart-button {
  position: relative;
}
.password-input-wrapper {
  position: relative;
}

.password-input-wrapper .password-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  transform: translate(-50%,-50%);
  height: 40px;
  font-size: 2rem;
}
.register-form h4 {
  color: black;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
}
.already-have-account-link a {
  text-decoration: underline;
}
.form-block.profile-details-form-block {
  flex-direction: row;
  column-gap: 1rem;
  flex-wrap: wrap;
}

.form-block.profile-details-form-block>input {
  width: calc(50% - .5rem);
}

.form-block.profile-details-form-block>span {
  width: 100%;
  display: block;
}

.form-block.checkbox-form-block {
  background: #F3F3F3;
  padding: 1rem;
  border-radius: .5rem;
  display: flex;
  flex-direction: row;
  align-items: start;
  column-gap: .5rem;
}

.form-block.checkbox-form-block>input {
  width: 40px;
  border-radius: .5rem;
  border: 1px solid black;
  height: 20px;
  padding: 0;
  max-width: 40px;
  max-height: 40px;
  line-height: 1;
  font-size: 10px!important;
  display: none;
}

.form-block.checkbox-form-block .checkbox-form-block-after {
  display: block;
  content: ' ';
  display: block;
  border-radius: .5rem;
  border: 1px solid black;
  background: white;
  height: 25px;
  width: 25px;
  max-width: 25px;
  max-height: 25px;
  order: 1;
  text-align: center;
  color: var(--Veltoo-Red-600);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-block.checkbox-form-block label {
  max-width: calc(100% - 40px);
  order: 2;
}
.form-block.checkbox-form-block>input:checked + .checkbox-form-block-after::before {
  content: 'x';
}
.register-form.login-form>form {
  row-gap: .5rem;
}

.password-input-wrapper input {
  appearance: none;
  -webkit-appearance: none;
}

span#cart-count {
  background: var(--Veltoo-Red-600);
  color: var(--White);
  font-size: .75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  min-width: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

span#cart-count[data-cart-count="0"] {
  display: none;
}

input[data-toggle="quantity"] {
  display: none;
}
input[data-toggle="quantity"].quantity-input-init{
  display: block;
}

.product-info-rent-dates-container {
  width: fit-content;
  position: relative;
  display: flex;
  border-radius: 12px;
  border: 1px solid var(--Default-gray-200, #E5E7EB);
  background: var(--Default-gray-50, #F9FAFB);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-items: center;
  max-width: 300px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  /* width: 100%; */
}

.text-cart-price {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
  font-size: 1.25rem;
}

.text-cart-price>div {
  display: flex;
  column-gap: 1.5rem;
  text-align: right;
}

span.text-cart-price-value {
  flex: 1;
}
.form-check.toggle-button input[type="radio"] {
  display: none;
}

.form-check.toggle-button label {
  padding: 1.25rem;
  display: block;
  width: fit-content;
      border-radius: .75rem;
  border: 1px solid var(--Default-gray-200, #E5E7EB);
  background: var(--Default-gray-50, #F9FAFB);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  column-gap: 1.5rem;
  color: var(--Veltoo-Blue-950, #15253A);
}

div#shipping-methods {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form-check.toggle-button input[type="radio"]:checked + label {
  background: var(--Veltoo-Blue-950, #15253A);
  color: white;
}

.form-control {
  border-radius: 12px;
  border: 1px solid var(--Default-gray-200, #E5E7EB);
  background: var(--Default-gray-50, #F9FAFB);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  column-gap: 1.5rem;
}
.confirm-container {
  padding: 1.5rem;
  background: var(--Default-gray-50, #F9FAFB);
  border-radius: .75rem;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

#checkout-checkout button#button-confirm {
  color: white;
  width: 100%;
  border: 1px solid var(--Veltoo-Blue-950, #15253A);
  background-color: var(
  --Veltoo-Blue-950, #15253A);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
  transition: all .4s;
}

#checkout-checkout button#button-confirm:hover {
  background: #dc2626;
  color: white;
  border-color: white;
}
.card-advantage {
  flex: 1 20%;
}
.menu-list-container {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  width: 100%;
  background: white;
  z-index: 11;
  /* border-bottom: 1px solid #C7C7C7; */
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 2px 2px 9px 1px #c7c7c796;
  transition: all .4s;
  margin-top: 9px;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
ul.menu-list {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    row-gap: 3.5rem;
}

ul.menu-list-children {
    padding-left: 1rem;
    font-size: 0.8rem;
}

ul.menu-list-children a span {
    font-size: 1rem;
}

.main-menu-open button.menu-button i:before {
    content: "\e929";
}
.menu-list-container a.menu-link>span {
  font-size: 1.2rem;
  font-weight: bold;
}

.menu-list-container .menu-item-child span {
  font-size: 1.1rem;
}
.menu-list-container a.menu-link-with-image {
  display: flex;
  column-gap: 1rem;
  align-items: start;
  width: 100%;
}

.menu-list-container .menu-list-children {
  padding-top: 0.5rem;
  padding-left: 0;
}
.menu-list-container .menu-list-children a span {
    font-size: 1rem;
}
.main-menu-open .menu-list-container {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  button.menu-button.mobile-menu-button {
      background: white;
      color: var(--Black);
      padding-left: 0;
      padding-right: 0;
      min-width: initial;
  }

  button.menu-button.mobile-menu-button i {
    color: inherit;
    font-size: 2rem;
  }
  .category-item>a {
    display: block;
    width: 100%;
    margin-top: .5rem;
    font-size: 0.8rem;
  }
  .category-item {
    height: 100%;
    flex-shrink: 0;
    /* height: 300px!important; */
    flex-grow: 1;
    height: 100%;
    box-shadow: none;
    height: 200px!important;
  }
  .card-advantage {
    height: 230px;
    width: calc(50% - .5rem);
  }

  .card-advantage-content {
      line-height: 1;
      font-size: 1.2rem;
  }
  .advantages-list {
    column-gap: 0.9rem;
  }

  .product-list {
    margin-top: 1rem;
    column-gap: .75rem;
  }
  .product-thumb a.featured-thumb-item-name-link {
    line-height: 1.5rem;
    font-size: 1.5rem;
  }

  .product-thumb .thumb-buttons .btn.btn-primary {
      display: inline-flex;
      width: fit-content;
      padding-left: .5rem;
      padding-right: .5rem;
      font-size: 0.7rem;
      padding-top: .25rem;
      white-space: nowrap;
      padding-bottom: .25rem;
  }

  .product-thumb .thumb-buttons {
      margin-top: .75rem;
      column-gap: 0.5rem;
  }
  .featured-thumb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-thumb.product-thumb {
    /* background: var(--White); */
    /* padding-left: .25rem; */
    /* padding-right: .25rem; */
  }

  button.icon-btn {
      font-size: 1.4rem;
      /* margin-right: 10px; */
  }
  .swiper-slide .featured-thumb {
    width: 100%;
  }
  .swiper-slide .col {
    width: 100%;
  }
  #product-info h1 {
    margin-top: 0;
  }
  .product-info-rent-dates {
    row-gap: .5rem;
  }

  .product-quantity-container {
      row-gap: .5rem;
      width: initial;
  }

  button.product-actions-button {
    justify-content: center;
    width: 80%;
  }
  ul.product-tabs {
    max-width: 100%;
    overflow-y: auto;
}

.product-info-description {
    width: 100%;
    padding-top: 3rem;
}

li.product-tab-item {
    padding: .5rem .5rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    height: 44px;
}

a.product-tab-item-link {
    white-space: nowrap;
}
}
.menu-list-container a.menu-link-with-image span {
  flex: 1;
}

.mobile-menu-wrapper, .main-mobile-menu-wrapper {
  position: absolute;
  opacity: 0;
  right: 0;
  transition: all .4s;
  top: 0;
  /* background: white; */
  height: 100vh;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  visibility: hidden;
  z-index: 100;
}
.main-mobile-menu-wrapper {
  flex-direction: row;
}

.mobile-menu-open .mobile-menu-wrapper {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.main-mobile-menu-open .main-mobile-menu-wrapper {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.mobile-menu-container {
  background: white;
  height: 100vh;
  padding: 1rem;
  width: calc(100% - 64px);
  max-height: 100vh;
  overflow-y: auto;
}

.mobile-menu-wrapper .overlay,
.main-mobile-menu-wrapper .overlay {
  background: #0000004f;
  height: 100vh;
  width: 64px;
  backdrop-filter: blur(3px);
  /* display: none; */
}

@media screen and (max-width: 480px) {
  .product-info-special-prices-container-wrapper {
    width: calc(100vw - 2rem);
  }
  .product-info-special-price-container {
    max-width: calc(100vw - 2rem);
  }
  .product-info-special-btn .swiper-button-prev {
    margin-left: -30px;
  }

  .product-info-special-btn .swiper-button-next {
      margin-right: -30px;
  }
  button.product-actions-button {
    padding: .5rem .75rem;
  }

  button.product-actions-button>span {
      font-size: 0.8rem;
  }

  button.product-actions-button>i {
      font-size: 1.5rem;
  }

  button.product-actions-button {
      width: initial;
      height: 48px;
  }
  .product-info-right-container {
    row-gap: 1rem;
}
  .product-attribute-group-item>span {
    padding: .5rem;
    font-size: 0.8rem;
}

.product-attribute-group-container {
    margin-top: .5rem;
}

.product-tab-content h2 {
    font-size: 1rem;
}
li.mobile-menu-item>a {
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.25rem;
}

li.mobile-menu-item + li>a {
  border-top: 1px solid #f1f1f1;
}

}
ul.mobile-menu-list-children {
  max-height: 0;
  overflow: hidden;
  transition: all .4s;
}
ul.mobile-menu-list-children.active {
    max-height: 1000px;
}

.mobile-menu-item-child a {
    font-size: 1rem;
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-top: 1px solid #e5e7eb;
}
li.mobile-menu-item.has-children>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

li.mobile-menu-item.has-children>a::after {
  content: '\e925';
  font-family: 'Veltoo-Icon-Font';
}
body.mobile-menu-open, body.main-mobile-menu-open {
  overflow: hidden;
}
span.mobile-menu-item-image-and-text {
    display: flex;
    column-gap: .5rem;
    align-items: center;
}
span.mobile-menu-item-image-and-text>img {
  width: 20px;
  height: 20px;
}
.mobile-menu-footer-social-links {
  display: flex;
  column-gap: 1rem;
  width: fit-content;
}

.mobile-menu-footer {
  justify-content: center;
  display: flex;
  padding-bottom: 40px;
}

.mobile-menu-container {
  display: flex;
  flex-direction: column;
}

.mobile-menu-content {
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow-y: auto;
  max-height: calc(100vh - 1rem);
}

.mobile-menu-footer-social-links a i {font-size: 1.9rem;}
@media screen and (max-width: 480px) {
  div#content {
    min-height: 50vh;
  }
  .categories-carousel .swiper-wrapper {
    align-items: stretch;
}
  .categories-carousel .swiper-wrapper .category-item {
    max-width: 22%;
}
a.cart-icon,
button.account-selector{
    width: 2rem;
    height: 2rem;
    font-size: 1.8rem;
}
.logo-icon > i.veltoo-logo {
  font-size: 1.7rem;
}
span.product-info-rent-dates-label {
  font-size: 1rem;
  line-height: 1rem;
}

.product-info-rent-dates-container>input {
  font-size: 0.9rem;
  /* max-width: 205px; */
  /* padding-bottom: 0.45rem; */
  /* padding-top: .45rem; */
  max-width: calc(100% - 2px);
}

span.product-quantity-container-label {
  font-size: 1rem;
  line-height: 1rem;
}

.quantity-input-wrapper {
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.45rem;
  padding-bottom: .45rem;
  column-gap: .5rem;
  align-items: center;
}

.quantity-input-wrapper button {
  width: 1rem;
  height: 1rem;
  font-size: 0.8rem;
}

.quantity-input-wrapper input {
  font-size: 1rem;
  width: 2rem;
}
.product-info-price-container {
  padding: 1rem;
  row-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
}

.product-info-price-container>span.product-info-price-container-price {
  font-size: 2rem;
  line-height: 2rem;
}
button.product-actions-button.add-to-cart-button.add-to-cart-button-active>span:first-child>span {
  display: none;
}

button.product-actions-button.add-to-cart-button.add-to-cart-button-active>span:first-child>i {
  display: block;
  width: 72px;
  font-size: 1.3rem;
  text-align: left;
  padding-left: 1rem;
}
.product-actions {
  padding-top: 1rem;
}
}
input.quantity-input-init:focus-visible{
  outline: none;
}
button.product-actions-button.add-to-cart-button>span:first-child>i {
  display: none;
}

.product-info-rent-dates-container>input:focus-visible {
    outline: none;
}
.daterangepicker .drp-selected {
  display: none!important;
}
.daterangepicker.show-calendar .drp-buttons {
  display: flex!important;
  justify-content: space-between!important;
}

button.cancelBtn.btn.btn-sm.btn-default {
  font-size: 1rem!important;
}

.daterangepicker .drp-buttons .btn {
  font-size: 1rem!important;
}

ul.product-tabs,
.mobile-menu-content {
-ms-overflow-style: none;
      scrollbar-width: none;
}
.product-tabs::-webkit-scrollbar,
.mobile-menu-content::-webkit-scrollbar {
      width: 0;
      height: 0;
}
.scrollbar-hidden {
  -ms-overflow-style: none; /* IE & Edge */
  scrollbar-width: none; /* Firefox */
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

@media screen and (max-width: 480px) {
  .login-form {
    max-width: 100%;
    padding: 2rem;
    padding-left: 1rem;
    row-gap: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
  }

  .login-form input {
    padding: 0.7rem;
    font-size: 1.2rem;
  }

  .login-form>form {
    row-gap: 1rem;
  }

  .centered-screen-block {
    padding-top: 1rem;
  }

  .form-block {
    row-gap: 1rem;
  }

  .login-form button.btn.btn-primary {
    line-height: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    font-size: 1rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  #form-login> .form-block>a {
    font-size: 1rem;
    margin-top: 1;
  }

  a.register-link {
    font-size: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.5rem;
  }

  .login-form h2 {
    font-size: 2rem;
    text-align: center;
  }
}

li.mobile-menu-item-child {
  padding-left: 2rem;
}
ul.menu-list>.menu-item {
  width: calc(20% - 1rem);
}

li.menu-item-child .menu-link-with-image {
  font-size: 1.2rem;
  line-height: 1.3;
}

ul.menu-list-children li::before {
  min-width: 5px;
  height: 5px;
  display: block;
  content: '';
  border-radius: 5px;
  background: #15253a;
  width: 5px;
  margin-top: 5.5px;
}

li.menu-item-child {
  display: flex;
  align-items: start;
  column-gap: 0.5rem;
}
.account-info-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  background: #EEEEEE;
  border-radius: 50%;
  align-items: center;
  font-size: 2rem;
  justify-content: center;
}

.account-info-block h3 {
  color: #15253a;
  font-weight: 600;
  font-size: 1.5rem;
}

.account-info-block p {
  color: #656565;
  font-size: 1.2rem;
  flex-grow: 1;
}

.account-info-block a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  color: white;
  background: var(--Veltoo-Blue-950);
  width: fit-content;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-radius: 1rem;
  font-weight: 600;
  border: 2px solid var(--Veltoo-Blue-950);
  transition: all .4s;
}

.account-info-block a:hover {
  background: white;
  color: var(--Veltoo-Blue-950);
}
ul.menu-list.main-menu-list>.menu-item {
  width: 100%;
  white-space: nowrap;
}

ul.menu-list.main-menu-list {
  flex-wrap: nowrap;
}


@media screen and (max-width: 480px) {
  .product-info-rent-dates-container {
    padding-top: 0.45rem;
    padding-bottom: .45rem;
    max-width: 215px;
  }
  button.language-selector {
    display: none;
  }
  .mobile-menu-header .language-selector{
    display: block;
  }
}

#account-edit .form-block {
  padding: 1rem;
  border: 2px solid var(--Default-gray);
  border-radius: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 580px;
}

.form-block .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}

#form-customer .form-control {
    flex-grow: 1;
    width: 100%;
}

@media screen and (max-width: 480px) {
  #account-edit .form-block {
    max-width: 100%;
  }
  main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #checkout-checkout button#button-confirm {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 1rem;
  }
  .form-check.toggle-button label {
    padding: .5rem .75rem;
  }

  div#shipping-methods {
      flex-direction: row;
      column-gap: 1rem;
  }
  .shipping-method-container {
    margin-top: 1rem;
  }
  .text-cart-price {
    font-size: 1rem;
  }
}
button.swal2-confirm.swal2-styled {
  background-color: var(--Veltoo-Red-600)!important;
}

a.featured-thumb-item-image picture,a.featured-thumb-item-image picture img {
  width: 200px;
  height: 200px;
  max-height: 200px;
  max-width: 200px;
}

.featured-thumb-item-info a.btn.btn-primary {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
div#confirm-totals>div:last-child span {
  color: var(--Veltoo-Red-600);
  font-weight: bold;
}
.smart-autocomplete-item>a {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 1rem;
}

.smart-autocomplete-list {
  top: 100%;
  background: white;
  width: 100%;
  padding: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  left: 0;
  display: flex;
  flex-direction: column;
}

.smart-autocomplete-item.active>a {
  background: #ff00000d;
}

.smart-autocomplete-item>a {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn.btn-primary.btn-success {
  background: green!important;
  border-color: green!important;
}
.top-header-info-content a:hover i {
    color: #26dc70;
}

.top-header-info-content a {
    transition: all .4s;
}

a.account-icon:hover,.cart-icon:hover {
    margin-bottom: 5px;
    margin-top: -5px;
}

.otp-input-wrapper {
  width: 240px;
  text-align: left;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.otp-input-wrapper input {
  padding: 0;
  width: 264px;
  font-size: 32px;
  font-weight: 600;
  color: #3e3e3e;
  background-color: transparent;
  border: 0;
  margin-left: 12px;
  letter-spacing: 48px;
  font-family: sans-serif !important;
}
.otp-input-wrapper input:focus {
  box-shadow: none;
  outline: none;
}
.otp-input-wrapper svg {
  position: relative;
  display: block;
  width: 240px;
  height: 2px;
}
/* ====== BACKDROP ====== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.5);

  opacity: 0;
  pointer-events: none;

  transition: opacity .25s ease;
}

/* Bootstrap Ð´Ð¾Ð±Ð°Ð²Ð»ÑÐµÑ‚ .show â€” Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ ÐµÐ³Ð¾ */
.modal.show {
  opacity: 1;
  pointer-events: auto;
}

/* ====== DIALOG ====== */
.modal-dialog {
  width: 100%;
  max-width: 28rem; /* Ð°Ð½Ð°Ð»Ð¾Ð³ max-w-md */
  margin: 0 auto;

  transform: scale(0.95);
  transition: transform .25s ease;
}

.modal.show .modal-dialog {
  transform: scale(1);
}

/* Ð Ð°Ð·Ð¼ÐµÑ€Ñ‹ */
.modal-dialog.modal-sm {
  max-width: 24rem; /* Ð°Ð½Ð°Ð»Ð¾Ð³ max-w-sm */
}
.modal-dialog.modal-lg {
  max-width: 48rem; /* Ð°Ð½Ð°Ð»Ð¾Ð³ max-w-3xl */
}
.modal-dialog.modal-xl {
  max-width: 64rem; /* Ð°Ð½Ð°Ð»Ð¾Ð³ max-w-5xl */
}

/* ====== CONTENT ====== */
.modal-content {
  background: #ffffff;
  border-radius: 0.5rem; /* rounded-lg */
  box-shadow:
    0 4px 10px rgba(0,0,0,0.1),
    0 20px 25px rgba(0,0,0,0.15);
  overflow: hidden;
}

/* ====== HEADER ====== */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 1rem;
  border-bottom: 1px solid #e5e7eb; /* gray-200 */
}

.modal-title {
  margin: 0;
  font-size: 1.125rem;
  color: #1f2937; /* gray-800 */
  font-weight: 600;
}

/* ====== CLOSE BUTTON ====== */
.btn-close {
  cursor: pointer;
  padding: 0.5rem;
  border: none;
  background: transparent;
  color: #6b7280; /* gray-500 */
  border-radius: 0.375rem; /* rounded-md */

  transition: all .15s ease;
}

.btn-close:hover {
  background: #f3f4f6; /* gray-100 */
  color: #374151; /* gray-700 */
}

.btn-close::before {
  content: "Ã—";
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}

/* ====== BODY ====== */
.modal-body {
  padding: 1rem;
  color: #374151; /* gray-700 */
}

/* ====== SPINNER ====== */
.spinner-border {
  width: 2rem;
  height: 2rem;
  border: 4px solid #d1d5db; /* gray-300 */
  border-top-color: #3b82f6; /* blue-500 */
  border-radius: 999px;

  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

a.agree {
  cursor: pointer;
}

/* ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð¼Ð¾Ð´Ð°Ð»ÐºÐ° Ð½Ðµ Ð²Ñ‹Ñ…Ð¾Ð´Ð¸Ð»Ð° Ð·Ð° ÑÐºÑ€Ð°Ð½ */
.modal-dialog {
  max-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
}

/* Ð¡ÐºÑ€Ð¾Ð»Ð» ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð° */
.modal-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.modal-body {
  overflow-y: auto;
  flex: 1 1 auto;
}

/* ===== BACKDROP ===== */
.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;

  transition: opacity .25s ease;
  z-index: 9000;
}

.offcanvas-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}


/* ===== SIDEBAR ===== */
.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 18rem; /* Ð°Ð½Ð°Ð»Ð¾Ð³ w-80 */
  background: #ffffff;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  /* box-shadow: -2px 0 12px rgba(0,0,0,0.15); */
  transform: translateX(-100%); /* Ð´Ð»Ñ left */
  transition: transform .3s ease;
}

/* ÑÐ¿Ñ€Ð°Ð²Ð° */
.offcanvas.offcanvas-end {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

/* ÑÐ»ÐµÐ²Ð° */
.offcanvas.offcanvas-start {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

/* ÐŸÐ¾ÐºÐ°Ð·Ð°Ñ‚ÑŒ */
.offcanvas.show {
  transform: translateX(0);
}

/* ===== HEADER ===== */
.offcanvas-header {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827; /* gray-900 */
}

.btn-close-offcanvas {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  padding: .5rem;
  border-radius: .375rem;
  color: #6b7280;
}

.btn-close-offcanvas:hover {
  background: #f3f4f6;
  color: #374151;
}

/* ===== BODY ===== */
.offcanvas-body {
  padding: 1rem;
  overflow-y: auto;
  flex: 1 1 auto;
}
.offcanvas:focus-visible {
  outline: none;
}

h3.mini-cart-list-item-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.25rem;
}
.mini-cart-list-item-date-range {
  margin-bottom: 1.5rem;
}
.mini-cart-list-item-actions-container-item {
  display: flex;
  column-gap: 1rem;
  margin-top: 1.5rem;
}

.mini-cart-list-item-actions .quantity-input-wrapper {
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  column-gap: 0.25rem;
  line-height: 1;
  align-items: baseline;
}

.mini-cart-list-item-actions .quantity-input-wrapper input {
  font-size: 1rem;
}
.mini-cart-list-item-totals-container-item>div {
  display: flex;
  justify-content: space-between;
}

.mini-cart-list-item-totals-container-item span.text-cart-price-value {
  flex: initial;
}
.mini-cart-list-item+.mini-cart-list-item {
  margin-top: 4rem;
}
p.minicart-informer {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}

p.minicart-informer a {
  color: var(--Veltoo-Red-600);
}
.mini-cart-list-main-actions {
  padding: 1rem;
  margin-top: 2rem;
}
button.quantity-plus[disabled] {
  opacity: .24;
}

button.quantity-minus[disabled] {
  opacity: .24;
}
.daterangepicker {
  z-index: 30001!important;
}
body.main-menu-open::before {
    opacity: 0.3;
    visibility: visible;
}

body::before {
    content: '';
    background: black;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: 10;
    visibility: hidden;
    transition: all .4s;
}

.main-menu-open button.menu-button.main-menu-button {
    position: relative;
    z-index: 10;
}

.main-menu-open .menu-list-container {
    box-shadow: 1px 2px 9px 3px #ffffff73;
}
.loader-mini-container {
  width: 100%;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  background: #ffffff82;
  align-items: center;
  z-index: 100;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.loading-mini {
  position: relative;
}
.modal-dialog .btn.btn-primary {
  position: fixed;
  display: block;
  z-index: 1000;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 2rem);
  text-align: center;
}
.alert.alert-danger {
  background: #dc2626;
  color: white;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: fit-content;
}

.alert.alert-danger>button {
  opacity: 1;
  color: white;
}

.alert.alert-danger>button:hover {
  background: transparent;
  scale: 1.2;
}
.main-menu .menu-list-container a.menu-link::before {
  display: none;
}
li.menu-item-child a:hover {
  color: var(--Orange);
}
.product-thumb .thumb-buttons .btn.btn-primary:first-child {
  margin-left: 0;
}
.product-thumb .thumb-buttons .btn.btn-primary:hover {
  background: white;
}
@media screen and (max-width: 768px) {
    .subtitle-header {
      margin-left: -1rem;
      margin-right: -1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
  }

  .breadcrumb a {
      font-size: 0.8rem;
  }

  .breadcrumb .breadcrumb-separator {
      font-size: 0.9rem;
  }
  .featured-thumb .thumb-buttons>a.btn.btn-primary {
    font-size: 1rem;
  }
  .thumb-buttons button.share-button {
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0px;
  }

  .thumb-buttons .thumb-actions {
      display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .featured-thumb.product-thumb {
    max-width: 25%;
  }
}

@media screen and (min-width: 768px) {

  .thumb-actions {
    display: flex;
    align-items: center;
  }

  .thumb-actions>.share-button {
      width: 40px;
      height: 40px;
      /* margin-left: .5rem; */
      background: transparent;
      border: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

a.email-link:hover i {
  color: var(--Veltoo-Red-600);
}
.top-header-info-content i.veltoo-whatsapp {
  font-size: 1.2rem;
}
.description-content {
  font-size: 1.3rem;
}
.order-list-container {
  background: var(--Light-gray);
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

a.order-item {
  background: white;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  border-radius: .75rem;
  padding-bottom: 1.5rem;
}
#product-list .product-thumb a.featured-thumb-item-name-link {
  font-size: 1.2rem;
}
button.icon-btn.btn-added-to-wishlist>i::before {
  content: "\e92d";
  color: #dc2626;
}
.btn-logout {
  display: inline-block;
  background: var(--Default-gray);
  padding: .5rem 1rem;
  width: fit-content;
  border-radius: 0.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: .5rem;
  margin-top: 3rem;
  flex-direction: row-reverse;
  margin-bottom: 3rem;
  transition: all .4s;
  margin-left: 1rem;
}

.btn-logout:hover {
  background: black;
  color: white;
}

.flex-grow {
  flex-grow: 1;
}
.account-sidebar > a {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    width: fit-content;
    column-gap: .5rem;
    color: bkacj;
}

.account-sidebar > a span {
    line-height: 2.25rem;
}

.account-sidebar > a i {
    font-size: 1.5rem;
}

.account-sidebar > a.current {
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
}
#account-wishlist .col-3 {
  max-width: 240px;
}
.modal-footer {
  display: flex;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

#modal-quick-order .btn.btn-primary {
  position: relative;
  transform: none;
  z-index: initial;
  left: initial;
  bottom: initial;
  width: fit-content;
}

div#modal-quick-order .modal-dialog {/* top: 50%; */align-items: center;justify-content: center;height: 100%;}
div:where(.swal2-container) {
  z-index: 10000!important;
}
span.order-status {
  background: var(--Light-gray);
  font-size: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1rem;
}

.order-status-16.order-status,
.order-status-2.order-status{
  background: orange;
  color: white;
}

.order-status-15.order-status {
  background: green;
  color: white;
}

a.order-item i {
  font-size: 1.5rem;
}
.stars-wrapper .star {
  font-size: 1.6rem;
}

.stars-wrapper {
  display: flex;
  align-items: center;
}

span.star.active-star i::before {
  content: '\e931';
}
.stars-wrapper .star i::before {
  transition: all .4s;
}

span.star.active-star i::before {
  color: #dc2626;
}

.stars-wrapper .star {
  color: #dc2626;
  cursor: pointer;
}
.review-item {
  background: var(--Light-gray);
  border-radius: 1rem;
  padding: 1rem;
}

.review-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

span.review-item-author {
  font-size: 1.5rem;
  font-weight: 500;
}

.review-item-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

span.review-stars i {
  color: var(--Veltoo-Red-600);
}
@media screen and (max-width: 768px) {
  span.review-item-author {
    font-size: 1rem;
  }
}
.order-info-content {
  background: var(--Light-gray);
  padding: 1rem;
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.order-info-content-block {
  background: white;
  /* padding: 1rem; */
  border-radius: 1rem;
  color: var(--Light-Gray);
  border-color: var(--Default-gray);
  border-width: 1px;
  display: flex;
  flex-direction: column;
}

.order-info-item+.order-info-item {
  border-top: 1px solid var(--Default-gray);
}

.order-info-item {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: space-between;
  display: flex;
}

span.order-info-item-value {
  font-weight: bold;
}
h3.order-info-title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}

.order-info-item-product {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: .5rem;
}

span.order-info-item-product-name {
  font-weight: bold;
  display: block;
  flex-grow: 1;
  width: 100%;
}
.order-info-item-product-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  span.order-info-item-product-quantity {
    width: 33%;
  }

  span.order-info-item-product-price {
      width: 33%;
  }

  span.order-info-item-product-total {
      width: 33%;
  }

  span.order-info-item-product-dates {
      width: 100%;
  }
  .order-info-item {
    flex-direction: column;
    row-gap: .5rem;
  }
}

.category-item:hover img {
    transform: scale(1.2);
}

.category-item img {
    transition: all .4s;
}

.category-item:hover a {
    color: var(--Orange);
}

.category-item a {
    transition: all .4s;
}
span.category-name {
    padding-top: 1rem;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


header.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  transition: all .4s;
  z-index: 1000;
}
header.main-header.sticky {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 1px 2px 3px 3px #00000014;
}

header.main-header + main {
  padding-top: 180px;
}

header.main-header .top-header {
  max-height: 100px;
  transition: all .4s;
  opacity: 1;
  /* overflow: hidden; */
}
header.main-header.sticky .top-header {
  max-height: 0px;
  padding: 0;
  overflow: hidden;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.product-grid .featured-thumb.product-thumb {
  width: 100%;
  max-width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}
@media screen and (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.5rem;
    grid-column-gap: 0.5rem;
  }
  form.search-form input {
    width: calc(100% - 2rem);
    flex-grow: 1;
}

  .product-grid .product-thumb a.featured-thumb-item-name-link {
    font-size: 0.9rem;
  }
  .product-grid .product-thumb .thumb-buttons .btn.btn-primary {
    font-size: 0.7rem;
  }

  .product-grid a.featured-thumb-item-image picture, .product-grid a.featured-thumb-item-image picture img {
      width: 80px;
      height: 80px;
      max-height: 100px;
      max-width: 100px;
  }
  .product-grid .product-thumb .thumb-buttons {
    margin-top: .25rem;
  }
  .product-grid .featured-thumb.product-thumb {
    /* background: white; */
  }
  header.main-header + main {
    padding-top: 80px;
  }
  header.main-header.sticky .top-header {
    max-height: 80px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .product-thumb a.featured-thumb-item-name-link {
    max-width: 140px;
  }
  .category-item.mobile-category-item {
    height: initial!important;
    padding: 0.2rem;
  }

  .category-item.mobile-category-item img {
      height: 50px;
      width: 50px;
      max-width: 100%;
      max-height: 100%;
  }
  .smart-autocomplete-item {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
  }
  .smart-autocomplete-list:not(:empty) {
      margin-top: 0.5rem;
  }
  .mobile-category-item.category-item>a {
    font-size: 0.7rem;
}
  .category-item.mobile-category-item {background: white;}

a.mobile-category-item-image {
    background: var(--Default-gray-50, #F9FAFB);
    margin-top: 0;
    padding: .25rem;
    border-radius: 1rem;
}
.mobile-menu-footer-social-links {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.main-mobile-menu-open .main-mobile-menu-wrapper .mobile-menu-list {
  padding-top: 2rem;
}
}
.sort-selector-dropdown a {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 400;
}

.sort-selector-dropdown ul.dropdown-menu-list {
    row-gap: .25rem;
}

.sort-selector-dropdown.dropdown-menu>div {
    min-width: 250px;
    text-align: left;
}
.offcanvas-title i {
  font-size: 1.5rem;
}
button.btn.btn-secondary {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}