.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.bootstrap_cards2 {
  min-height: 100vh;
  background: #fafafa;
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover, .social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

.progress {
  height: 10px;
}

#htop {
  height: 90px;
  z-index: 1300;
  width: 100%;
  background: rgb(255,250,244);
}

.logo {
  aspect-ratio: 170 / 30;
  resize: auto;
  max-width: 300px;
  min-width: 150px;
}

#navcol-1 {
  justify-content: space-between;
}

#nbar {
  align-items: center;
  display: flex;
  height: 88px;
  justify-content: space-between;
  width: 100%;
}

#bannar {
  height: 30px!important;
  color: var(--bs-warning);
  background-color: var(--bs-warning);
  top: 87px;
  z-index: 1200;
}

#offcanvas-menu {
  z-index: 3500;
}

.reflow-auth-button {
  font-family: 'Anta';
}

.ref-profile-photo {
}

.reflow-product-list.ref-cards .ref-image {
  aspect-ratio: 1/1;
  border-radius: 15px;
}

.reflow-product .ref-media .ref-promo-badge, .reflow-product-list .ref-media .ref-promo-badge, .reflow-product .ref-media .ref-sale-badge, .reflow-product-list .ref-media .ref-sale-badge {
  position: absolute;
  pointer-events: none;
  top: .8em;
  right: .8em;
  background-color: var(--bs-border-color);
  color: var(--ref-white);
  font-weight: bold;
  font-size: .75em;
  padding: .2em .7em;
  border-radius: var(--ref-border-radius);
}

.product-rating .stars {
  color: #f5a623;
  font-size: 1.2rem;
}

.product-rating .rating-value, .product-rating .review-count {
  margin-left: 5px;
  color: #555;
  font-size: 0.9rem;
}

.reflow-product-list .ref-image, .reflow-product-list.ref-cards .ref-image {
  width: 100%;
  height: 100%;
  border: solid;
  border-color: var(--bs-orange);
}

#flyer {
  max-height: 300px;
  min-height: 200px;
  width: 100%;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--ref-warning))!important;
}

.reflow-product-search .ref-button {
  margin-left: 10px;
  border-radius: 20px;
}

.reflow-product-search {
  width: 99%;
  max-width: 600PX;
}

div {
  font-weight: bold;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-color);
}

#navicnr {
  --bs-text-opacity: 0.25;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}

.reflow-product-list .ref-original-price {
  color: var(--ref-tertiary-color);
  margin-right: 10px;
}

.reflow-product .ref-price.ref-on-sale, .reflow-product-list .ref-price.ref-on-sale {
  color: var(--ref-warning);
}

b, strong {
  font-weight: bolder;
  color: var(--ref-warning);
}

.reflow-product .ref-original-price {
  color: var(--ref-tertiary-color);
  margin-right: 10px;
}

.ref-button {
  display: inline-block;
  text-decoration: none;
  padding: var(--ref-btn-padding);
  background-color: var(--ref-warning);
  color: var(--ref-tertiary-bg);
  border-radius: var(--ref-btn-border-radius);
  line-height: 1.6;
  font-size: 1em;
  cursor: pointer;
  user-select: none;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #2d29262e!important;
}

.page-item:last-child .page-link .pign {
  border: none!important;
  text-decoration: underline!important;
  border-radius: 0px!important;
}

.pagination .pign {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: none;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.ref-search {
  background-color: var(--bs-white)!important;
}

.ref-product-price {
  color: var(--bs-orange);
  font-size: 0.8em;
  padding-top: 16px!important;
}

.ref-product-total-sum {
  color: var(--bs-orange);
  font-size: 1.3em;
}

.ref-subtotal {
  color: var(--bs-orange);
  font-size: 1.3em!important;
}

.reflow-auth-button, .ref-button.ref-sign-out, .ref-button.ref-sign-in {
  margin-left: 20px;
  border-radius: 20px;
}

.reflow-product .ref-media .ref-image {
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  border-radius: var(--ref-border-radius);
  cursor: pointer;
  aspect-ratio: 1/1;
}

.reflow-product .ref-media .ref-preview .ref-image.active {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: thin;
  border-color: var(--bs-info);
  border-radius: 15px;
}

.zoomable, .gslide-image {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: thin;
  border-color: rgba(0,0,0,0);
  border-radius: 15px;
  padding: 3px;
  background-color: rgba(0,0,0,0);
}

.reflow-product .ref-category {
  font-size: 1em;
  color: var(--ref-warning);
  text-decoration: underline;
}

.reflow-product-list.ref-cards .ref-products {
  /*--ref-products-per-row: 2;*/
  margin-bottom: var(--ref-gutter-lg);
  grid-template-columns: repeat(var(--ref-products-per-row),1fr);
  row-gap: var(--ref-gutter-lg);
}

@media (max-width: 976px) {
  .reflow-product-list.ref-cards .ref-products {
    --ref-products-per-row: 3;
  }
}

@media min-width: 976px) {
  .reflow-product-list.ref-cards .ref-products {
    --ref-products-per-row: 3;
  }
}

@media (max-width: 576px) {
  .reflow-product-list.ref-cards .ref-products {
    --ref-products-per-row: 2;
  }
}

.reflow-product-list .ref-product .ref-name {
  font-size: 1em;
}

.favorite-btn {
  margin: 15px;
}

@media (min-width: 576px) {
  .reflow-product-list.ref-cards .ref-product .ref-addons {
    opacity: 1;
    visibility: visible;
  }
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
  background-color: var(--ref-warning);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-border-color);
  border-color: var(--bs-focus-ring-color);
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(255,255,255,0.5);
  color: var(--bs-info);
  border-color: rgba(255,255,255,0.5);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.reflow-category-list.ref-horizontal-bar {
  background-color: var(--ref-body-bg);
  padding: 5px 0px 0px 0px;
  font-family: 'Anta';
  color: var(--bs-info);
}

.reflow-category-list.ref-horizontal-bar a {
  text-decoration: none;
  color: var(--bs-border-color);
  font-size: medium;
  text-transform: uppercase;
}

.navr {
  opacity: 60%;
}

.short-btn:hover {
  color: var(--bs-primary)!important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  opacity: 0.6;
}

.navbar-nav:hover {
  opacity: 1;
}

main {
  min-height: 73vh;
}

.delayed5 {
  opacity: 0;
  animation: fadeInDelayed 1s ease-in 5s forwards;
  padding: 2.5px;
  margin: 0px!important;
}

@keyframes fadeInDelayed {
  to {
    opacity: 1;
  }
}

.swiper-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  aspect-ratio: 1/1;
}

.swiper-slide a {
  text-decoration: none;
  display: block;
}

/* Responsive image heights */

@media (max-width: 768px) {
  .swiper-product-image {
    height: 75%;
    width: 100%;
  }
}

.marquee-track {
  color: #fafafa;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1))!important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;
  background: linear-gradient(-83deg, rgba(255,125,72,0.23), var(--bs-secondary) 84%), rgba(255,125,72,0.38);
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;
  background: linear-gradient(-83deg, rgba(255,125,72,0.23), var(--bs-secondary) 84%), rgba(255,125,72,0.38);
}

.delayed1 {
  opacity: 0;
  animation: fadeInDelayed 1s ease-in 1s forwards;
  padding: 2.5px;
  margin: 0px!important;
}

.fixed-img {
  top: 95px;
  z-index: 1;
}

