@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.skeleton {
  margin: 0 0 0 16px;
  border-radius: 7px;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 8%);
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #fff), color-stop(18%, #efefef), color-stop(33%, #fff));
  background: -webkit-linear-gradient(left, #fff 8%, #efefef 18%, #fff 33%);
  background: linear-gradient(to right, #fff 8%, #efefef 18%, #fff 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  position: relative;
}

.skeleton-product {
  width: calc(100% - 32px);
}

.skeleton-cart {
  margin: 0 !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e8e8e8), color-stop(18%, #e0e0e0), color-stop(33%, #f6f6f6));
  background: -webkit-linear-gradient(left, #f6f6f6 8%, #f1f1f1 18%, #e1e1e1 33%);
  background: linear-gradient(to right, #ededed 8%, #c7c7c7 18%, #ededed 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
}

.skeleton-half {
  width: calc(50% - 26px);
}

.skeleton-container {
  display: grid;
  grid-template: 1fr 3fr / 1fr 2fr;
  gap: calc(1rem * 0.5);
  width: 100%;
}

.skeleton-cart:first-of-type {
  grid-row: 1 / -1;
  aspect-ratio: 1;
}

.skeleton-shop {
  margin: 0 12px;
  height: 250px;
  width: calc(50% - 24px);
}

.skeleton-catalog {
  margin: 0;
  height: 250px;
  width: calc(50% - 24px);
}

.skeleton-catalog-item {
  margin: 0;
  width: 100%;
  border-radius: 15px;
}

@keyframes ScaleInOut {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.5);
  }
}

.spinner-dot {
  width: 8px;
  height: 8px;
}

.spinner-dot1 {
  animation: ScaleInOut 0.6s ease-in-out 0.2s infinite alternate;
}

.spinner-dot2 {
  animation: ScaleInOut 0.6s ease-in-out 0.4s infinite alternate;
}

.spinner-dot3 {
  animation: ScaleInOut 0.6s ease-in-out 0.6s infinite alternate;
}

#search-spinner {
  height: 40px
}

.product_card_image {
  height: 150px;
}

.product-o__discount {
  font-size: 14px;
  padding-left: 8px;
  text-decoration: line-through;
  color: grey !important;
}

.sale_heading {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.sale_heading_background {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.category_name {
  color: #da4453 !important;
}

.popular_product_content {
  display: grid;
  padding: 15px !important;
}

.popular_product_price {
  display: grid;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
}

.custom_section_product_price {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 33px;
}

.h4_item_name {
  font-size: 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}

#page .bg-red-dark,
#page .bg-red-dark:hover,
#page .btn.bg-highlight,
#page .btn.bg-highlight:hover,
#page .btn.bg-red-dark,
#page .btn.bg-red-dark:hover {
  background-color: #DA4453 !important;
  color: #FFF !important;
}

#page .btn.bg-red-dark,
#page .btn.bg-highlight {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Fix for 'See All' link visibility and general brand color */
.color-highlight {
  color: #DA4453 !important;
}

/* Fix for 'Our Details' button text color */
.btn.color-red-dark {
  color: #DA4453 !important;
}

/* Fonts adjustments */
.shop_item_name,
.h4_item_name,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700 !important;
}

.popular_product_price,
.product-price,
.product-price-final {
  font-weight: 800 !important;
  font-size: 19px !important;
}

.splide__slide .card-style {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.popular_float {
  display: flex;
}

del {
  font-size: 15px;
  padding-right: 10px;
  font-size: 18px !important;
}

.theme-dark .divider {
  background-color: transparent !important;
}

.offerable_products_addtocart {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.maybe_products_addtocart {
  display: block;
  width: 100%;
  top: -20px;
  position: relative;
  margin-bottom: 15px;
}

.random_products_name {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion {
  margin-top: 0 !important;
  list-style: none;
  line-height: 35px;
  margin-bottom: 1rem !important;
}

.card_details {
  padding: 20px 20px !important;
}

.input-style select option {
  background-color: #000 !important;
}

.input-style.has-borders em {
  color: #DA4453 !important;
  opacity: 1 !important;
}

#apply-coupon {
  height: 53px;
}

#wishlist-products_area {
  min-height: 140px;
  max-height: calc(100vh - 220px);
  overflow-y: scroll;
}

.cart-products_area {
  min-height: 154px;
  max-height: calc(100vh - 260px);
  overflow-y: scroll
}

#item_tabs {
  margin-top: 10px;
}

#footer-bar {
  bottom: -2px !important;
}

.card-overlay {
  bottom: -5px !important;
}

.addtocart_float {
  position: fixed;
  bottom: 70px;
  z-index: 100;
  right: 0;
  margin: 0 5px;
}

.cart-item-btn-delete {
  position: absolute;
  top: 0;
  right: -110px;
  height: 100%;
  width: 50px;
  line-height: 86px;
  background-color: #DA4453;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.cart-item-btn-wishlist {
  position: absolute;
  top: 0;
  right: -60px;
  height: 100%;
  width: 50px;
  line-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6BB42 !important;
}

.wishlist-item-btn-cart {
  position: absolute;
  top: 0;
  right: -60px;
  height: 100%;
  width: 50px;
  line-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8CC152 !important;
}

.category_card {
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 15px;
}

.category_card_descr {
  z-index: 5;
}

.category_arrow {
  padding-left: 25px;
  position: relative;
  top: 2px;
  color: #737373;
}

.sidebar_categories_list {
  color: #fff !important;
}

.random-products-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.minicart_preview {
  align-items: center;
  display: grid;
}

.category_area {
  list-style: none !important;
  padding-left: 0.5rem !important;
}

.theme-dark label {
  background-color: transparent !important;
}

.search_icon_shop {
  left: 125px !important;
  bottom: -4px !important;
}

.theme-dark .menu label {
  font-size: 15px !important;
}

.brand_area {
  list-style: none !important;
  padding-left: 0.5rem !important;
}

/*.theme-dark input:not([type=submit]):not(.focus-color):focus {*/
/*  border-color: transparent!important;*/
/*}*/

#details_add_to_cart {
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
}

.attributes_filters {}

.search-box {
  border: none !important;
}

.shop-search-input {
  border-radius: 10px !important;
}

.apply-filters {
  position: sticky;
  bottom: 20px;
}

.shop_item_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
}

.add_to_cart_floating {
  width: 92%;
  margin-left: 15px;
}

.add_to_cart_floating_box {
  position: fixed;
  z-index: 94;
  /*bottom: calc(60px + (env(safe-area-inset-bottom)) * 1.1);*/
  bottom: calc(70px);
  border-bottom: 1px solid grey;
  padding: 5px 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

#product-wishlist-button {
  padding-top: 3px;
  padding-bottom: 2px;
  width: 40px;
  align-items: center;
  display: flex;
}

.footer-links {
  font-size: 11px !important;
}

#menu-cart,
#menu-wishlist,
#menu-sidebar,
.menu-active {
  z-index: 99;
}

.add_to_cart_float_btn {
  width: 75%;
}

.random_products_img {
  border-radius: 15px 0 0 15px;
}

.details_main_card {
  margin: 0 10px 30px 10px;
}

.all_products_cat {
  max-width: 50%;
  font-size: 12px !important;
  margin-left: 5%;
  position: relative;
  z-index: 2;
  padding: 10px 0 !important;
}

.shop-search-input {
  background-color: #fff !important;
}

.header-clear-medium {
  padding-top: 16px !important;
}

a,
img,
.form-check-label,
.emoji-check {
  transition: all 190ms ease-in-out;
  transform: scale(1);
}

a:active.btn,
a:active>img,
.form-check-label:active,
.emoji-check:active {
  transform: scale(1.1);
}

.categories-tree a[data-bs-toggle="collapse"]:not(.collapsed) i,
.sidebar-menu a[data-bs-toggle="collapse"]:not(.collapsed) i.fa-angle-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

.category-list-item {
  flex-direction: row;
  justify-content: space-between;
}

.list-custom-small {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.emoji-check {
  width: 15%
}

.emoji-check input {
  display: none
}

.emoji-check input+label {
  font-size: 2rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.emoji-check input:checked+label {
  -webkit-filter: none;
  filter: none;
}

.collapse img {
  max-width: 100% !important;
  border-radius: 5px;
}

.best-selling_area {
  max-height: 420px;
  object-fit: cover;
}

.hide-content {
  position: fixed;
  top: -100px;
  bottom: -100px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .80);
  z-index: 99;
  transition: 350ms;
}

.gnext,
.gprev {
  visibility: hidden;
}

#ask_question_top_banner {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  background: linear-gradient(128deg,
      #3eb0f1 0%,
      #0e95d6 100%);
  padding: 5px 24px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 30;
  display: flex;
  justify-content: center;
}

.ask-question-top-banner-show {
  transform: translateY(0) !important;
}

.ask-question-top-banner-content {
  position: relative;
  padding-left: 26px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: white;
}

#ask-question-top-banner svg {
  position: absolute;
  top: -8px;
  left: -5px;
}

.share-btn {
  z-index: 1;
  width: 34px;
  text-align: center;
  top: 9px;
  right: 9px;
  cursor: pointer;
}

.preloader-logo {
  z-index: 1;
  width: 160px;
  transform: translateY(60px);
  opacity: 0;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
}

#preloader:not(.preloader-hide) .preloader-logo {
  transform: translateY(0);
  opacity: 1;
}

#preloader.preloader-hide .preloader-logo {
  transform: translateY(-60px);
  opacity: 0;
}

/*-------------------------------
    STORIES
-------------------------------*/

.stories-container {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #111;
}

.stories-wrapper {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;
}

.stories-story {
  min-width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
}

.stories-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stories-progress-bar {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  height: 4px;
  display: flex;
  gap: 4px;
  z-index: 10;
}

.stories-progress {
  flex: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.stories-progress-fill {
  height: 100%;
  width: 0;
  background: var(--theme-primary-color);
  transition: width 0.1s linear;
}

.stories-click {
  position: absolute;
  top: 0;
  bottom: 100px;
  width: 50%;
  z-index: 5;
}

.stories-click.right {
  right: 0;
}

.stories-click.left {
  left: 0;
}

.stories-story-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  z-index: 6;
  font-size: 30px;
}

.stories-story-content {
  position: absolute;
  bottom: var(--tg-safe-area-inset-bottom);
  left: 0;
  right: 0;
  padding: 0 12px 24px;
}

.stories-story-title {}

.stories-story-description {}

.stories-story-button {
  position: relative;
  z-index: 6;
}

input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

#splash_video_overlay {
  position: fixed;
  inset: 0;
  background: black;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#splash_video_overlay video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100vw;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

#splash_preloader {
  position: relative;
  z-index: 1;
}

#splash_button {
  position: absolute;
  right: 12px;
  left: 12px;
  align-self: flex-end;
  margin-bottom: 24px;
}

#menu-register img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, .4);
}