@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  background: var(--bs-body-bg);
}

@media (max-width: 468px) {
  .row {
    margin-right: calc(-0.2 * var(--bs-gutter-x));
    margin-left: calc(-0.2 * var(--bs-gutter-x));
  }
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
  }
}
.section-title {
  text-align: center;
  margin: 2rem 0 2rem 0;
}
.section-title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  white-space: nowrap;
}

.breadcrumb {
  background-color: var(--bg-light-clear);
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
}
.breadcrumb .breadcrumb-item {
  color: var(--color-light-clear);
}
.breadcrumb .breadcrumb-item a {
  color: var(--color-light-clear);
  text-decoration: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--color-light-clear);
  content: ">";
}

.shop-sort-section {
  font-size: 0.75rem;
  background-color: var(--bg-light-clear);
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  color: var(--color-light-clear);
  margin-bottom: 1rem;
}

.nav-pagination {
  display: flex;
  justify-content: center;
}
.nav-pagination .page-item {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.nav-pagination .page-item .page-link {
  background-color: var(--bg-light-clear);
  color: var(--color-light-clear);
  border-radius: 10px;
  display: block;
  font-size: 0.75rem;
}
.nav-pagination .page-item .page-link.active {
  border: 1px solid;
  border-color: var(--color-pagination-active);
  color: var(--color-pagination-active);
}

@media (max-width: 768px) {
  .section-title {
    margin: 1rem 0 1rem 0;
  }
  .section-title h2 {
    font-size: 1rem;
    line-height: 110%;
    white-space: nowrap;
  }
}
.title {
  padding: 1rem 0;
}
.title h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.alert {
  padding: 0.5rem 0.5rem;
  border-radius: 5px;
}
.alert h5 {
  font-size: 1rem;
}
.alert p {
  font-size: 0.9rem;
}

:root {
  --bs-body-bg: #ffffff;
  --bs-body-color: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-buttons-bg: #ffffff;
  --bs-buttons-icon: #000000;
  --bs-buttons-icon2: #4a4a4a;
  --mainbar-color: #333333;
  --mainbar-color2: #333333;
  --mainbar-hover-color: #ffffff;
  --mainbar-hover-color2: #4a4a4a;
  --bg-mainbar-color: #f0f0f0;
  --bg-mainbar-color2: #aaabac;
  --bg-mainbar-hover-color: #979292;
  --bg-mainbar-hover-color2: #767575;
  --bg-form-color: #FFFFFF;
  --bg-product-color: #ffffff;
  --product-color: #000000;
  --product-color-list: #1976d2;
  --product-color-grey: #757575;
  --product-border: #efefef;
  --bg-footer: #e5e5e5;
  --bg-footer2: #00070c;
  --footer-color: #000000;
  --bg-sidebar: #ffffff;
  --sidebar-dark-color: #e5e5e5;
  --bg-sidebar-product: #e5e5e5;
  --color-sidebar-badge: #1976d2;
  --sidebar-product-color: #000000;
  --sidebar-product-color2: #999999;
  --swiper-pagination-bullet-inactive-color: #202529;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-color: #f7c600;
  --bg-light-clear: #F8F9FA;
  --color-light-clear: #000000;
  --color-pagination-active: #1976d2;
  --color-border-product: #e5e5e5;
  --bg-color-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  --bg-color-shadow2: 0 -2px 5px rgba(0, 0, 0, 0.3);
  --bg-card-color: transparent;
  --border-card-color: #e5e5e5;
  --card-color: #000000;
  --color-status: #1976d2;
}

[data-theme=dark] {
  --bs-body-bg: #202529;
  --bs-body-color: #e4e4e4;
  --bs-primary: #f7c600;
  --bs-secondary: #9ca3af;
  --bs-border-color: #2a2a2a;
  --bs-card-bg: #1e1e1e;
  --bs-modal-bg: #1e1e1e;
  --bs-buttons-bg: #585C5F;
  --bs-buttons-icon: #ffffff;
  --bs-buttons-icon2: #a2a2a2;
  --mainbar-color: #a2a2a2;
  --mainbar-color2: #a2a2a2;
  --mainbar-hover-color: #ffffff;
  --mainbar-hover-color2: #ffffff;
  --bg-mainbar-color: #2d2c2c;
  --bg-mainbar-color2: #17191b;
  --bg-mainbar-hover-color: #2d2c2c;
  --bg-mainbar-hover-color2: #010101;
  --bg-product-color: #585C5F;
  --bg-form-color: #373B3F;
  --bg-color-shadow: 0px 2px 4px rgba(255, 255, 255, 0.25);
  --bg-color-shadow2: 0 -2px 5px rgba(255, 255, 255, 0.3);
  --product-color: #ffffff;
  --product-color-list: #6eb1f3;
  --product-color-grey: #ffffff;
  --product-border: #373B3F;
  --bg-footer: #373B3F;
  --bg-footer2: #00070c;
  --footer-color: #ffffff;
  --bg-sidebar: #373B3F;
  --sidebar-dark-color: #333333;
  --bg-sidebar-product: #585C5F;
  --sidebar-product-color: #ffffff;
  --sidebar-product-color2: #a4acb3;
  --color-sidebar-badge: #6eb1f3;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-color: #f7c600;
  --bg-light-clear: #4B4F52;
  --color-light-clear: #ffffff;
  --color-pagination-active: #6eb1f3;
  --color-border-product: #585C5F;
  --bs-secondary-color:#4B4F52;
  --bs-border-color:#4B4F52;
  --bg-card-color: #4B4F52;
  --card-color: #ffffff;
  --border-card-color: #585C5F;
  --bs-nav-tabs-link-active-color: #ffffff;
  --bs-emphasis-color: #efefef;
  --color-status: #6eb1f3;
}

.offcanvas {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 400px;
  height: 100%;
  padding: 0 1rem 0 1rem;
  transition: all 0.5s ease 0s;
  transform: translateX(100%);
  box-shadow: none;
  overflow: auto;
  visibility: visible;
  opacity: 0;
  background-color: var(--bg-sidebar);
}
.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.offcanvas .inner .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0 1rem 0;
  flex: 0 0 auto;
  align-items: center;
}
.offcanvas .inner .head .title {
  color: var(--bs-heading-color);
  font-weight: 700;
  padding: 0rem 0rem;
}
.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}
.offcanvas .inner .head .offcanvas-close:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  transform: rotate(-45deg);
  background-color: var(--bs-buttons-icon);
}
.offcanvas .inner .head .offcanvas-close:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  transform: rotate(45deg);
  background-color: var(--bs-buttons-icon);
}
.offcanvas .inner .head .offcanvas-close:hover::before {
  transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover::after {
  transform: rotate(0deg);
}
.offcanvas .inner .body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* IMPORTANTE */
}
.offcanvas .inner .body .content-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 8px;
  /* opcional para scrollbar */
}
.offcanvas .inner .offcanvas-cart-action-button {
  flex: 0 0 auto;
  padding: 16px;
  border-top: 1px solid;
  border-top-color: var(--sidebar-dark-color);
  background-color: var(--bg-sidebar);
}
.offcanvas .inner .offcanvas-cart-action-button .btn-primary {
  background-color: #ffc124;
  color: #000;
  border: none;
}
.offcanvas.show {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
}
.offcanvas-list {
  list-style: none;
  padding: 0 0;
}
.offcanvas-list .item-single {
  display: block;
  border-radius: 1rem;
  background-color: var(--bg-sidebar-product);
  padding: 10px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas-list .item-single .item-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas-list .item-single .item-block .image-link {
  display: inline-block;
  width: 100px;
  height: 95px;
  border-radius: 1rem;
  margin-right: 1rem;
  background-position: center center;
  background-size: cover;
}
.offcanvas-list .item-single .item-block .item-content {
  width: auto;
  font-size: 1rem;
  color: var(--sidebar-product-color);
}
.offcanvas-list .item-single .item-block .item-content .item-link {
  text-decoration: none;
  color: var(--sidebar-product-color);
  font-size: 0.75rem;
}
.offcanvas-list .item-single .item-block .item-content .details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-list .item-single .item-block .item-content .details ul li {
  font-size: 0.75rem;
  color: var(--sidebar-product-color2);
}
.offcanvas-list .item-single .item-delete {
  color: var(--bs-buttons-icon);
}
.offcanvas-list .item-single .item-delete a {
  color: var(--bs-buttons-icon);
  text-decoration: none;
}
.offcanvas-list .item-single .item-delete a .icon {
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/trash.svg);
  -webkit-mask-image: url(../images/trash.svg);
}

@media (max-width: 768px) {
  .offcanvas {
    padding: 0.5rem;
  }
  .offcanvas .inner .body .content-scroll {
    padding-right: 8px;
  }
  .offcanvas-list .item-single {
    border-radius: 0.75rem;
    padding: 5px;
  }
  .offcanvas-list .item-single .item-block .image-link {
    display: inline-block;
    width: 75px;
    height: 70px;
    border-radius: 0.75rem;
    margin-right: 0.75rem;
  }
  .offcanvas-list .item-single .item-block .item-content {
    width: auto;
    font-size: 0.75rem;
  }
  .offcanvas-list .item-single .item-block .item-content .item-link {
    font-size: 0.75rem;
  }
  .offcanvas-list .item-single .item-block .item-content .details ul li {
    font-size: 0.64rem;
  }
}
.filter-btn {
  width: 100%;
  border: none;
  background: var(--bs-buttons-bg);
  color: var(--bs-buttons-icon);
  font-size: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem 1rem;
  display: flex;
  align-items: center;
  border: 1px solid;
  border-color: var(--bs-buttons-icon);
}
.filter-btn .icon {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 1rem;
  mask-image: url(../images/filter.svg);
  -webkit-mask-image: url(../images/filter.svg);
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

@media (max-width: 767.98px) {
  .sidebar {
    display: none;
  }
  .filter-btn {
    width: 100%;
    justify-content: center;
  }
}
.sidebar-products {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: var(--bg-sidebar);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.sidebar-products .sidebar-header {
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-products .siderbar-section {
  padding: 0 0.5rem;
}
.sidebar-products.show {
  transform: none;
  visibility: visible;
}
.sidebar-products .close-circle-btn {
  font-size: 2rem;
  background: var(--bs-buttons-bg);
  color: var(--bs-buttons-icon);
  border-radius: 1rem;
  width: 32px;
  height: 32px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-products .close-circle-btn .icon {
  width: 16px;
  height: 16px;
  display: block;
  mask-image: url(../images/close.svg);
  -webkit-mask-image: url(../images/close.svg);
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

@media (max-width: 768px) {
  .offcanvas .navbar-nav {
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .offcanvas .navbar-nav .nav-link {
    color: var(--mainbar-color2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    padding: 15px 5px 15px 5px;
  }
  .offcanvas .nav-link {
    color: var(--mainbar-color2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 1rem;
  }
  .offcanvas .dropdown-menu-custom {
    position: static;
    width: 100%;
    background-color: var(--bg-mainbar-color2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0rem 0px 0rem 0rem;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .offcanvas .dropdown-menu-custom .dropdown-item-custom {
    color: var(--mainbar-color2);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }
  .offcanvas .dropdown-menu-custom .dropdown-item-custom a {
    color: var(--mainbar-color2);
    text-decoration: none;
  }
  .offcanvas .dropdown-menu-custom.show {
    max-height: 1000px;
  }
  .offcanvas .nested-dropdown {
    position: static;
    width: 100%;
    background-color: var(--bg-mainbar-color2);
    left: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 20px;
  }
  .offcanvas .nested-dropdown.show {
    max-height: 1000px;
  }
  .offcanvas .dropdown-item-custom .bi-chevron-right {
    transition: transform 0.3s;
  }
  .offcanvas .dropdown-item-custom.open .bi-chevron-right {
    transform: rotate(90deg);
  }
}
.sidebar-single-widget {
  margin-top: 20px;
  margin-bottom: 40px;
}
.sidebar-single-widget .sidebar-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 2px solid #ededed;
  position: relative;
}
.sidebar-single-widget .sidebar-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  left: 0;
  bottom: -1.5px;
  background: var(--mainbar-color2);
}

.main-top {
  background-color: #1565af;
}
.main-top ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-top ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0.5rem;
  font-size: 0.8rem;
}

.top-header {
  background: #ffc124;
}
.top-header .header-icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.top-header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.top-header .logo-container {
  padding: 1rem 1rem;
  text-align: center;
}
.top-header .logo-container .logo {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.top-header .btn-search-icon {
  background: var(--bs-buttons-bg);
  color: var(--bs-buttons-icon);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.top-header .btn-search-icon .search {
  width: 16px;
  height: 16px;
  display: block;
  mask-image: url(../images/search.svg);
  -webkit-mask-image: url(../images/search.svg);
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.top-header .btn-icon {
  background: var(--bs-buttons-bg);
  color: var(--bs-buttons-icon);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 5px;
  padding: 0;
}
.top-header .btn-icon .qty {
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: #FF0000;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 0.2rem 0.4rem;
  font-size: 0.5rem;
}
.top-header .btn-icon img {
  width: 16px;
  height: 16px;
}
.top-header .btn-icon img.size26 {
  width: 26px;
  height: 26px;
}
.top-header .btn-icon .icon {
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.top-header .btn-icon .icon.size26 {
  width: 24px;
  height: 24px;
}
.top-header .btn-icon .icon.toggler {
  mask-image: url(../images/lines.svg);
  -webkit-mask-image: url(../images/lines.svg);
}
.top-header .btn-icon .icon.theme {
  mask-image: url(../images/sol.svg);
  -webkit-mask-image: url(../images/sol.svg);
}
.top-header .btn-icon .icon.cart {
  mask-image: url(../images/cart.svg);
  -webkit-mask-image: url(../images/cart.svg);
}
.top-header .btn-icon .icon.favorite {
  mask-image: url(../images/favorite.svg);
  -webkit-mask-image: url(../images/favorite.svg);
}
.top-header .btn-icon .icon.customer {
  mask-image: url(../images/account.svg);
  -webkit-mask-image: url(../images/account.svg);
}
.top-header .search-box {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  display: flex;
  padding: 4px 5px;
}
.top-header .search-box input {
  border: 0;
  flex: 1;
  outline: none;
  background: transparent;
}

body[data-theme=dark] .top-header .header-icons .icon.theme {
  mask-image: url(../images/luna.svg);
  -webkit-mask-image: url(../images/luna.svg);
}

@media (max-width: 768px) {
  .main-top ul li a {
    padding: 0.2rem 0.2rem;
    font-size: 0.7rem;
  }
  .top-header .header-icons {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .top-header {
    min-width: 350px;
  }
  .top-header .container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .top-header .logo-container {
    padding: 1rem 0rem;
    text-align: center;
  }
  .top-header .logo-container .logo {
    width: 100%;
    height: auto;
  }
  .top-header .col-5,
  .top-header .col-4,
  .top-header .col-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .top-header .btn-icon-lines {
    background: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .top-header .btn-icon-lines img {
    width: 16px;
    height: 16px;
  }
  .top-header .btn-icon {
    width: 36px;
    height: 36px;
    margin: 0 3px 0 3px;
  }
  .top-header .btn-icon .qty {
    right: -5px;
    top: -5px;
    border-radius: 50%;
    padding: 0.05rem 0.25rem;
    font-size: 0.5rem;
  }
  .top-header .btn-icon img {
    width: 14px;
    height: 14px;
  }
  .top-header .btn-icon img.size26 {
    width: 18px;
    height: 18px;
  }
}
.category-nav {
  background: #4a4a4a;
}
.category-nav .nav-link {
  color: #fff;
  font-size: 0.9rem;
}
.category-nav .nav-link:hover {
  color: #ffc124;
}

.alert ul {
  margin-bottom: 0rem;
}

.btn-primary {
  background-color: #f7c600;
  padding: 0.5rem 1rem;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #000000;
}
.btn-primary.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.btn-secondary {
  font-weight: 600;
  font-size: 1.1rem;
}
.btn-secondary.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.main-menu {
  background-color: var(--bg-mainbar-color);
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #ffffff;
}
.main-menu .main-navbar {
  width: 100%;
}
.main-menu .main-navbar .navbar-logo {
  display: none;
}
.main-menu .main-navbar .navbar-nav {
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: start;
}
.main-menu .main-navbar .nav-item {
  position: relative;
}
.main-menu .main-navbar .nav-link {
  color: var(--mainbar-color);
  padding: 1rem 0.5rem 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.main-menu .main-navbar .nav-link:hover {
  background-color: var(--bg-mainbar-hover-color);
}
.main-menu .main-navbar .nav-link .arrow {
  margin: 0px 0px 0px 3px;
  transition: transform 0.3s;
  font-size: 12px;
}
.main-menu .dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  border: none;
  border-radius: 0;
  padding: 1rem 0rem 1rem 0rem;
  display: none;
  z-index: 1000;
  color: var(--mainbar-color2);
  background-color: var(--bg-mainbar-color2);
  box-shadow: var(--bg-color-shadow);
}
.main-menu .dropdown-menu-custom.show {
  display: block;
}
.main-menu .dropdown-menu-custom .dropdown-item-custom {
  color: var(--mainbar-color2);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.main-menu .dropdown-menu-custom .dropdown-item-custom a {
  color: var(--mainbar-color2);
  text-decoration: none;
}
.main-menu .dropdown-menu-custom .dropdown-item-custom:hover {
  background-color: var(--bg-mainbar-hover-color2);
  color: var(--mainbar-color2);
  cursor: pointer;
}
.main-menu .dropdown-menu-custom .dropdown-item-custom:hover a {
  color: var(--mainbar-color2);
}
.main-menu .nested-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  min-height: 100%;
  background-color: var(--bg-mainbar-color2);
  box-shadow: var(--bg-color-shadow);
  display: none;
  z-index: 1001;
}
.main-menu .nested-dropdown.right {
  right: 100%;
  left: auto;
}
.main-menu .nested-dropdown.show {
  display: block;
}
.main-menu .nested-dropdown.show-left {
  left: auto;
  right: 100%;
}
.main-menu .dropdown-item-custom .bi-chevron-right {
  transition: transform 0.3s;
}
.main-menu .dropdown-item-custom.open .bi-chevron-right {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .main-menu {
    font-size: 12px;
    line-height: 16px;
  }
  .main-menu .main-navbar {
    background-color: #ffc124;
    position: fixed;
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px;
    transition: left 0.3s;
    z-index: 9999;
    overflow-y: auto;
  }
  .main-menu .main-navbar .navbar-logo {
    display: flex;
    padding: 3rem 3rem 3rem 3rem;
  }
  .main-menu .main-navbar .navbar-logo img {
    width: 100%;
    height: auto;
  }
  .main-menu .main-navbar .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .main-menu .main-navbar .navbar-nav .nav-link {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 1rem;
  }
  .main-menu .main-navbar .nav-link {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 1rem;
  }
  .main-menu .main-navbar .nav-link:hover {
    background-color: #997a00;
  }
  .main-menu .main-navbar.show {
    left: 0;
  }
  .main-menu .dropdown-menu-custom {
    position: static;
    width: 100%;
    background-color: var(--bg-mainbar-color2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0rem 0px 0rem 0rem;
    box-shadow: none;
  }
  .main-menu .dropdown-menu-custom.show {
    max-height: 1000px;
  }
  .main-menu .nested-dropdown {
    position: static;
    width: 100%;
    background-color: var(--bg-mainbar-color2);
    left: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 20px;
  }
  .main-menu .nested-dropdown.show {
    max-height: 1000px;
  }
  .main-menu .dropdown-item-custom .bi-chevron-right {
    transition: transform 0.3s;
  }
  .main-menu .dropdown-item-custom.open .bi-chevron-right {
    transform: rotate(90deg);
  }
  .main-menu .mobile-menu-toggle {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000;
    background-color: var(--bg-mainbar-color2);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
  }
}
@media (min-width: 769px) {
  .main-menu .mobile-menu-toggle {
    display: none;
  }
}

.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.mobile-overlay.show {
  display: block;
}

.hero {
  position: relative;
}
.hero .hero-slide {
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.hero .hero-slide > div {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.hero {
  /* Optional: make arrows similar to Bootstrap */
}
.hero .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bs-buttons-bg);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.hero .slider-arrow.swiper-button-prev {
  opacity: 1;
}
.hero .slider-arrow.swiper-button-next {
  opacity: 1;
}
.hero .slider-arrow.swiper-button-prev {
  left: 20px;
  box-shadow: var(--bg-color-shadow);
  color: var(--bs-buttons-icon);
}
.hero .slider-arrow.swiper-button-next {
  right: 20px;
  box-shadow: var(--bg-color-shadow);
  color: var(--bs-buttons-icon);
}
.hero .slider-arrow .swiper-navigation-icon {
  height: 10px;
  width: 7px;
}

.footer {
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}
.footer .row1 {
  padding: 1rem 0 1rem 0;
  background: #1565af;
}
.footer .row2 {
  padding: 1rem 0 1rem 0;
  background: #4a4a4a;
  color: #f2f2f2;
}
.footer .links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer .links li a {
  display: block;
  padding: 0.2rem 1rem 0.2rem 1rem;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer .inline-links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}
.footer .inline-links li a {
  display: block;
  padding: 0.2rem 1rem 0.2rem 1rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .footer {
    margin: 0;
    padding: 0;
    margin-top: 2rem;
  }
  .footer .row2 {
    padding-bottom: 4rem;
  }
  .footer .social {
    justify-content: center;
  }
  .footer .links li a {
    font-size: 0.75rem;
  }
  .footer .inline-links li a {
    font-size: 0.75rem;
    text-align: center;
  }
}
.social {
  list-style: none;
  margin-left: 0;
  display: flex;
  padding-left: 0;
}
.social li {
  padding: 0;
}
.social li a.icon {
  padding: 0.3rem 0.35rem;
  border-radius: 24px;
  background-color: #6c7a7b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.social li a.icon img {
  width: 24px;
  height: auto;
}
.social li a.icon.facebook {
  background-color: #1877f2;
}
.social li a.icon.twitter {
  background-color: #333333;
}
.social li a.icon.youtube {
  background-color: #ff0000;
}
.social li a.icon.instagram {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.social li a.icon.tiktok {
  background-color: #000000;
}
.social li a.icon.linkedin {
  background-color: #0E76A8;
}
.social li a.icon.pinterest {
  background-color: #E60023;
}

.product-card {
  background: var(--bg-product-color);
  border-radius: 0;
  padding: 0rem;
  position: relative;
  border: 1px solid #dee2e6;
  box-shadow: none;
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.product-card .conditions-box {
  position: relative;
}
.product-card .conditions-box .offer-top-corner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: auto;
  z-index: 999;
}
.product-card .fav {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}
.product-card .fav a {
  color: currentColor;
  background: var(--bs-buttons-bg);
  color: var(--bs-buttons-icon);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 0.5rem;
}
.product-card .fav a .favorite {
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/favorite.svg);
  -webkit-mask-image: url(../images/favorite.svg);
  display: block;
}
.product-card .fav a .search {
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/search.svg);
  -webkit-mask-image: url(../images/search.svg);
  display: block;
}
.product-card .fav .delete {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/trash.svg);
  -webkit-mask-image: url(../images/trash.svg);
  display: block;
}
.product-card .card-header {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0;
  border-radius: 0;
  border-bottom: none;
  overflow: hidden;
}
.product-card .card-header .image-container {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}
.product-card .card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.product-card .card-body h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 140%;
  color: var(--product-color);
}
.product-card .card-body h6 a {
  color: var(--product-color);
  text-decoration: none;
}
.product-card .card-body .sku {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 120%;
  color: var(--product-color);
}
.product-card .card-body .badges {
  display: flex;
}
.product-card .card-body .badges .discount {
  background: #ffe0e0;
  color: #000000;
}
.product-card .card-body .list-offer {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: var(--product-color-list);
}
.product-card .card-body .price {
  display: block;
  align-items: center;
  margin: 0.5rem 0 0.5rem 0;
}
.product-card .card-body .price .main {
  font-family: "Inter";
  font-weight: 700;
  font-size: 1rem;
  line-height: 19px;
  text-align: left;
  color: var(--product-color);
  margin-right: 1rem;
}
.product-card .card-body .price .main span {
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 120%;
}
.product-card .card-body .price .old-price {
  font-family: "Inter";
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: var(--product-color-grey);
  text-decoration: line-through;
}
.product-card .card-body .impuestos {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: var(--product-color-grey);
  margin: 0.5rem 0 0.5rem 0;
}
.product-card .card-body .btn-primary {
  background-color: #ffc124;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  border: none;
  border-radius: 0;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.product-card .card-body .btn-primary .text {
  margin: 0 1rem 0 0rem;
}
.product-card .card-body .btn-primary .cart {
  background-image: url(../images/cart.svg);
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 0rem 0 0rem;
}
.product-card .price {
  font-weight: bold;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .product-card {
    margin-bottom: 1rem;
  }
  .product-card .card-header {
    width: 100%;
    height: 180px;
  }
  .product-card .card-body {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  .product-card .card-body h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .product-card .card-body .badges {
    font-size: 12px;
    line-height: 14px;
  }
  .product-card .card-body .list-offer {
    font-size: 12px;
    line-height: 14px;
  }
  .product-card .card-body .price {
    display: flex;
    align-items: center;
    margin: 0.5rem 0 0.5rem 0;
  }
  .product-card .card-body .price .main {
    font-size: 16px;
    line-height: 19px;
    margin-right: 0.2rem;
  }
  .product-card .card-body .price .old-price {
    font-size: 10px;
    line-height: 12px;
  }
  .product-card .card-body .impuestos {
    font-size: 10px;
    line-height: 12px;
  }
  .product-card .card-body .btn-primary {
    padding: 0.5rem 1rem;
    border-radius: 0;
  }
  .product-card .card-body .btn-primary .text {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0.1rem 0 0rem;
    white-space: nowrap;
  }
  .product-card .card-body .btn-primary .cart {
    width: 14px;
    height: 14px;
    margin: 0 0rem 0 0.1rem;
    background-size: contain;
  }
  .product-card .price {
    font-size: 16px;
    line-height: 19px;
  }
}
/* Forzar misma altura en todos los slides */
.swiperOffer .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiperOffer .swiper-slide {
  height: auto;
  display: flex;
}
.swiperOffer .product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.swiperOffer .product-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiperOffer {
  position: relative;
}
.swiperOffer .swiper {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.swiperOffer .swiper .swiper-pagination {
  margin-top: 0rem;
  margin-bottom: 1rem;
  position: relative;
}
.swiperOffer .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.swiperOffer .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bs-buttons-bg);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.swiperOffer .slider-arrow.swiper-button-prev {
  opacity: 1;
}
.swiperOffer .slider-arrow.swiper-button-next {
  opacity: 1;
}
.swiperOffer .slider-arrow.swiper-button-prev {
  left: 20px;
  box-shadow: var(--bg-color-shadow);
  color: var(--bs-buttons-icon);
}
.swiperOffer .slider-arrow.swiper-button-next {
  right: 20px;
  box-shadow: var(--bg-color-shadow);
  color: var(--bs-buttons-icon);
}
.swiperOffer .slider-arrow .swiper-navigation-icon {
  height: 10px;
  width: 7px;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg-sidebar);
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 0;
  border-top: 1px solid;
  border-top-color: var(--sidebar-dark-color);
  box-shadow: var(--bg-color-shadow2);
  z-index: 1000;
}
.bottom-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background-color 0.3s ease;
  padding: 0.5rem 0 0.5rem 0;
  width: 100%;
  text-decoration: none;
  color: var(--bs-buttons-icon);
  border-radius: 1rem;
}
.bottom-nav a .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.bottom-nav a .icon.icon1 {
  mask-image: url(../images/home.svg);
  -webkit-mask-image: url(../images/home.svg);
}
.bottom-nav a .icon.icon2 {
  mask-image: url(../images/favorite.svg);
  -webkit-mask-image: url(../images/favorite.svg);
}
.bottom-nav a .icon.icon3 {
  mask-image: url(../images/cart.svg);
  -webkit-mask-image: url(../images/cart.svg);
}
.bottom-nav a .icon.icon4 {
  mask-image: url(../images/account.svg);
  -webkit-mask-image: url(../images/account.svg);
}
.bottom-nav a .icon.icon5 {
  mask-image: url(../images/category.svg);
  -webkit-mask-image: url(../images/category.svg);
}
.bottom-nav a .text {
  color: var(--bs-buttons-icon);
  text-align: center;
  font-size: 10px;
}
.bottom-nav a:hover {
  background-color: #ffc124;
}
.bottom-nav a.active {
  background-color: #ffc124;
}

@media (min-width: 768px) {
  .bottom-nav {
    display: none;
  }
}
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  padding: 0.3rem;
}
.whatsapp .whatsapp-icon {
  width: 32px;
  height: auto;
}

.category-banners {
  margin-top: 3rem;
}
.category-banners .banner {
  background: var(--bg-footer);
  border-radius: 20px;
  padding: 0rem;
  text-align: center;
  font-weight: 600;
}
.category-banners .banner img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .category-banners {
    margin-top: 1rem;
  }
  .category-banners .banner {
    border-radius: 5px;
    padding: 0.2rem;
    margin-bottom: 1rem;
  }
}
.card-sidebar {
  border: 0;
  border-radius: 1rem;
  padding: 1rem;
  background-color: var(--bg-sidebar);
  margin-bottom: 1rem;
  box-shadow: var(--bg-color-shadow);
  border-radius: 0.5rem;
}
.card-sidebar .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid;
  border-color: var(--sidebar-dark-color);
}
.card-sidebar .card-header .card-title {
  color: var(--sidebar-product-color);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.card-sidebar .card-header .card-sidebar-count {
  background-color: var(--color-sidebar-badge);
  color: white;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 0.8rem;
}
.card-sidebar .card-body {
  padding: 0rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
}
.card-sidebar .card-body .form-control {
  font-size: 0.75rem;
}
.card-sidebar .card-body.filter-type-select {
  max-height: 180px;
  overflow-y: auto;
}
.card-sidebar .card-body.filter-type-select ul {
  padding-left: 0;
  margin: 0;
}
.card-sidebar .card-body.filter-type-select ul li {
  list-style: none;
  margin-bottom: 5px;
}
.card-sidebar .card-body.filter-type-select ul li a {
  display: block;
  text-decoration: none;
  color: var(--mainbar-color2);
  border-radius: 4px;
  transition: all 0.2s;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 0.25rem 0.25rem;
}
.card-sidebar .card-body.filter-type-select ul li a:hover {
  background-color: var(--sidebar-product-color2);
  color: #0d6efd;
}
.card-sidebar .card-body.filter-type-select ul li a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-sidebar .card-body {
  /* Personalización de la barra de scroll */
}
.card-sidebar .card-body.filter-type-select::-webkit-scrollbar {
  width: 8px;
}
.card-sidebar .card-body.filter-type-select::-webkit-scrollbar-track {
  background: var(--color-sidebar-badge);
  border-radius: 4px;
}
.card-sidebar .card-body.filter-type-select::-webkit-scrollbar-thumb {
  background: var(--color-sidebar-badge);
  border-radius: 4px;
}
.card-sidebar .card-body.filter-type-select::-webkit-scrollbar-thumb:hover {
  background: var(--color-sidebar-badge);
}

.wrapper-range header h2 {
  font-size: 0.8rem;
  font-weight: 600;
}
.wrapper-range header p {
  margin-top: 5px;
  font-size: 0.8rem;
}
.wrapper-range .price-input {
  width: 100%;
  display: flex;
  margin: 1rem 0 1rem;
}
.wrapper-range .price-input .field {
  padding-right: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 0.8rem;
}
.wrapper-range .price-input .field input {
  width: 100%;
  height: 100%;
}
.wrapper-range .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.wrapper-range .slider .progress {
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.wrapper-range .range-input {
  position: relative;
}
.wrapper-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wrapper-range input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #ffc124;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: var(--bg-color-shadow);
}
.wrapper-range input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #ffc124;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: var(--bg-color-shadow);
}
.wrapper-range input[type=number]::-webkit-outer-spin-button,
.wrapper-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.wrapper-range .btn-range {
  color: var(--bs-buttons-icon);
  background-color: #ffc124;
}
.wrapper-range .btn-range .icon {
  width: 7px;
  height: 10px;
  display: block;
  mask-image: url(../images/arrow-right.svg);
  -webkit-mask-image: url(../images/arrow-right.svg);
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.image-viewer {
  padding: 0rem 1rem 1rem 1rem;
}
.image-viewer .main-image-wrapper {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.image-viewer .main-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
}
.image-viewer .thumb-img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.2rem;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s;
  padding: 0.2rem;
  border: 1px solid;
  border-color: var(--sidebar-dark-color);
}
.image-viewer .thumb-img.active {
  opacity: 1;
  outline: 1px solid #ffc124;
  border-color: #ffc124;
}
.image-viewer .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: var(--bs-buttons-bg);
  color: var(--bs-buttons-icon);
  border: none;
  border-radius: 50%;
  font-size: 26px;
  z-index: 5;
}
.image-viewer .nav-arrow.prev {
  left: 10px;
}
.image-viewer .nav-arrow.next {
  right: 10px;
}

.zoom-image {
  cursor: zoom-out;
}

.product-details {
  border: 1px solid;
  border-color: var(--product-border);
  border-radius: 1rem;
  padding: 1rem 1rem;
}
.product-details .title {
  display: block;
  position: relative;
  padding: 1rem 0 0rem 0;
  font-size: 1.2rem;
}
.product-details .title h2 {
  font-size: 1.2rem;
  color: var(--product-color);
  margin-bottom: 0.5rem;
}
.product-details .title .fav {
  position: absolute;
  top: 0px;
  right: 10px;
  background: var(--bs-buttons-bg);
  color: var(--bs-buttons-icon);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product-details .title .fav .favorite {
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/favorite.svg);
  -webkit-mask-image: url(../images/favorite.svg);
  display: block;
}
.product-details h2 {
  font-size: 1.5rem;
  color: var(--product-color);
  margin-bottom: 0.5rem;
}
.product-details .price-details {
  display: flex;
  justify-content: start;
  align-items: center;
}
.product-details .price-details .main {
  font-size: 1.75rem;
  font-weight: 600;
}
.product-details .price-details .main span {
  font-size: 1rem;
  font-weight: 300;
}
.product-details .price-details .old {
  color: var(--product-color-grey);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 1rem;
}
.product-details .impositive {
  font-size: 14px;
  color: var(--product-color-grey);
  padding: 1rem 0;
}
.product-details .categories {
  padding: 1rem 0;
}
.product-details .categories h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.product-details .categories {
  padding: 0 0 1rem 0;
}
.product-details .categories h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.product-details .categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-details .categories ul li a {
  color: var(--product-color);
  text-decoration: none;
  display: block;
  text-align: start;
}
.product-details .variations {
  padding: 0 0 1rem 0;
}
.product-details .variations h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.product-details .variations .variation-block.color ul {
  display: flex;
  justify-items: start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-details .variations .variation-block.color ul li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  box-shadow: var(--bg-color-shadow);
  margin-right: 1rem;
  background-color: #fefefe;
}
.product-details .variations .variation-block.size ul {
  display: flex;
  justify-items: start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-details .variations .variation-block.size ul li {
  display: block;
  min-width: 32px;
  min-height: 32px;
  border-radius: 5px;
  box-shadow: var(--bg-color-shadow);
  margin-right: 1rem;
  padding: 0.2rem 0.5rem;
  color: var(--product-color);
  background-color: #fefefe;
  border: 1px solid var(--color-border-product);
}
.product-details .variations .variation-block.size ul li a {
  color: var(--product-color);
  text-decoration: none;
  display: block;
  text-align: center;
}
.product-details .variations .variation-block.image ul {
  display: flex;
  justify-items: start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-details .variations .variation-block.image ul li {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  box-shadow: var(--bg-color-shadow);
  margin-right: 1rem;
  padding: 0;
  color: var(--product-color);
  background-color: #fefefe;
  border: 1px solid var(--color-border-product);
}
.product-details .variations .variation-block.image ul li a {
  color: var(--product-color);
  text-decoration: none;
  display: block;
  text-align: center;
}
.product-details .variations .variation-block.image ul li a img {
  width: 100%;
  height: auto;
}
.product-details .sku {
  font-size: 1rem;
  font-weight: 600;
  color: var(--product-color);
}
.product-details .stock {
  font-size: 1rem;
  font-weight: 400;
  color: var(--product-color);
}
.product-details .buy-block {
  display: block;
  padding: 1rem 0;
}
.product-details .buy-block .cart-plus-minus {
  border: 1px solid;
  width: 130px;
  padding: 0;
  position: relative;
  min-height: 50px;
  margin-right: 1rem;
  border-color: var(--color-border-product);
  color: var(--bs-buttons-icon);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details .buy-block .cart-plus-minus .qtybutton {
  width: 16px;
  height: 16px;
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.product-details .buy-block .cart-plus-minus .qtybutton.dec {
  mask-image: url(../images/minus.svg);
  -webkit-mask-image: url(../images/minus.svg);
}
.product-details .buy-block .cart-plus-minus .qtybutton.inc {
  mask-image: url(../images/plus.svg);
  -webkit-mask-image: url(../images/plus.svg);
}
.product-details .buy-block .cart-plus-minus .cart-plus-minus-box {
  border: none;
  border-radius: 0;
  font-size: 14px;
  min-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  outline: none;
}
.product-details .buy-block .btn-primary {
  background-color: #ffc124;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  border: none;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-details .buy-block .btn-primary .text {
  margin: 0 1rem 0 0rem;
}
.product-details .buy-block .btn-primary .cart {
  background-image: url(../images/cart.svg);
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 0rem 0 0rem;
}
.product-details .payment-methods {
  padding: 1rem 0rem 0rem 0rem;
}
.product-details .payment-methods h3 {
  font-size: 1.2rem;
  font-size: 600;
  color: var(--product-color);
  margin-bottom: 0.5rem;
}
.product-details .payment-methods .payments-body {
  padding: 1rem 0;
  font-size: 1rem;
  font-size: 400;
}
.product-details .payment-methods .payments-body img {
  width: 100%;
  height: auto;
}
.product-details .payment-methods .payments-body h4 {
  font-size: 1.1rem;
  font-size: 700;
}
.product-details .payment-methods .payments-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-details .share {
  padding: 1rem 0rem;
}
.product-details .share h3 {
  font-size: 1.2rem;
  font-size: 600;
  color: var(--product-color);
  margin-bottom: 0.5rem;
}
.product-details .available-options {
  padding: 0.5rem 0rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-buttons-icon2);
  width: 100%;
}
.product-details .available-options h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.product-details .available-options table {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}
.product-details .available-options table thead th {
  vertical-align: bottom;
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
  border-radius: 10px;
}
.product-details .available-options table tbody td {
  border: 1px solid #dee2e6;
  vertical-align: top;
  padding: 0.75rem;
}
.product-details .available-options table tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.product-details-text .price {
  font-size: 1.75rem;
  font-weight: 600;
}

.product-description-full .title {
  text-align: center;
  padding: 2rem 0;
}
.product-description-full .title h3 {
  font-size: 1.4rem;
  font-size: 700;
  color: var(--product-color);
  margin-bottom: 1rem;
}
.product-description-full {
  font-size: 1rem;
  font-size: 400;
  color: var(--product-color);
}
@media (max-width: 768px) {
  .product-description-full {
    font-size: 0.75rem;
  }
  .product-description-full .title {
    text-align: center;
    padding: 1rem 0;
  }
  .product-description-full .title h3 {
    font-size: 1.1rem;
  }
}

.payment-methods .card {
  padding: 0.5rem 0rem;
  border-radius: 0rem;
  border: none;
}
.payment-methods .card .card-body {
  padding: 0;
}
.payment-methods .card h5 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.payment-methods .card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.payment-methods .card ul li {
  font-size: 0.9rem;
  font-weight: 400;
}

.cart-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--color-border-product);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.cart-list .item-cart {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
  gap: 1rem;
  /* Línea separadora entre ítems */
  border-bottom: 1px solid var(--color-border-product);
  /* Columnas */
}
.cart-list .item-cart .check-area {
  flex: 0 0 30px;
  text-align: center;
}
.cart-list .item-cart .image .inner-image {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border: 1px solid var(--color-border-product);
  padding: 2px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1rem;
}
.cart-list .item-cart .details {
  flex: 1 1 auto;
  min-width: 0;
}
.cart-list .item-cart .details h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
.cart-list .item-cart .details h3 a {
  color: var(--color-light-clear);
  text-decoration: none;
}
.cart-list .item-cart .details .cart-plus-minus {
  border: 1px solid;
  width: 130px;
  padding: 0;
  position: relative;
  min-height: 30px;
  margin-right: 1rem;
  border-color: var(--color-border-product);
  color: var(--bs-buttons-icon);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-radius: 5px;
}
.cart-list .item-cart .details .cart-plus-minus .qtybutton {
  width: 16px;
  height: 16px;
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  margin: 1rem 0.5rem;
}
.cart-list .item-cart .details .cart-plus-minus .qtybutton.dec {
  mask-image: url(../images/minus.svg);
  -webkit-mask-image: url(../images/minus.svg);
}
.cart-list .item-cart .details .cart-plus-minus .qtybutton.inc {
  mask-image: url(../images/plus.svg);
  -webkit-mask-image: url(../images/plus.svg);
}
.cart-list .item-cart .details .cart-plus-minus .cart-plus-minus-box {
  border: none;
  border-radius: 0;
  font-size: 14px;
  min-height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  outline: none;
}
.cart-list .item-cart .delete {
  flex: 0 0 50px;
  color: var(--bs-buttons-icon);
  text-align: center;
}
.cart-list .item-cart .delete a {
  color: var(--bs-buttons-icon);
  text-decoration: none;
  display: inline-block;
  margin: auto;
}
.cart-list .item-cart .delete a .icon {
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/trash.svg);
  -webkit-mask-image: url(../images/trash.svg);
}
.cart-list .item-cart .price {
  flex: 0 0 130px;
  text-align: right;
  font-weight: 600;
  font-size: 1rem;
}
.cart-list .item-cart {
  /* ❌ eliminar borde del último */
}
.cart-list .item-cart:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cart-list .item-cart {
    display: grid;
    grid-template-columns: 90px 100px 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.5rem;
  }
  .cart-list .item-cart .image .inner-image {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    border: 1px solid var(--color-border-product);
    padding: 2px;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 1rem;
  }
  .cart-list .item-cart .details h3 {
    font-size: 0.75rem;
  }
  .cart-list .item-cart .details .cart-plus-minus {
    border: 1px solid;
    width: 100px;
    margin-top: 0.5rem;
  }
  .cart-list .item-cart .details .cart-plus-minus .qtybutton {
    margin: 0.5rem 0.3rem;
  }
  .cart-list .item-cart .delete {
    grid-column: 4;
    grid-row: 1;
  }
  .cart-list .item-cart .price {
    grid-column: 4;
    grid-row: 2;
    font-size: 0.75rem;
  }
}

.card-resumen {
  border: 1px solid var(--color-border-product);
  border-radius: 0.3rem;
}
.card-resumen .card-header {
  border-bottom: 1px solid var(--color-border-product);
  background-color: transparent;
  padding: 1rem 1rem;
}
.card-resumen .card-header h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.card-resumen .card-body .sumary-row {
  display: flex;
  gap: auto;
  justify-content: space-between;
  list-style-type: none;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  padding: 0.5rem 0;
}
.card-resumen .card-body .sumary-row .sumary-value {
  align-items: center;
  display: flex;
  gap: 6px;
}
.card-resumen .card-body .sumary-row .sumary-label-total {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.card-resumen .card-body .sumary-row .sumary-value-total {
  font-weight: 600;
  font-size: 18px;
}
.card-resumen .card-body .btn-primary {
  background-color: #ffc124;
  padding: 0.5rem 1rem;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #000000;
}
.card-resumen .card-body ul {
  padding: 0;
  list-style: none;
}
.card-resumen .card-body ul li {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.card-resumen .card-body ul li h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.card-resumen .card-body ul li p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
@media (max-width: 768px) {
  .card-resumen .card-header {
    padding: 0.5rem 0.5rem;
  }
  .card-resumen .card-header h3 {
    font-size: 0.9rem;
  }
  .card-resumen .card-body .sumary-row {
    font-size: 12px;
    line-height: 14px;
  }
  .card-resumen .card-body .sumary-row .sumary-value {
    align-items: center;
    display: flex;
    gap: 6px;
  }
  .card-resumen .card-body .sumary-row .sumary-label-total {
    font-size: 14px;
    line-height: 16px;
  }
  .card-resumen .card-body .sumary-row .sumary-value-total {
    font-size: 14px;
  }
  .card-resumen .card-body .btn-primary {
    font-size: 0.9rem;
  }
  .card-resumen .card-body ul li {
    font-size: 0.85rem;
    margin-bottom: 0.85rem;
  }
  .card-resumen .card-body ul li h5 {
    font-size: 0.85rem;
  }
  .card-resumen .card-body ul li p {
    font-size: 0.85rem;
  }
}

.cart-actions {
  padding: 1.5rem 0;
  margin-top: 1rem;
  border-top: 1px solid var(--color-border-product);
}
.cart-actions .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cart-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cart-actions .btn:active {
  transform: translateY(0);
}
.cart-actions .btn-pdf-custom {
  background-color: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
}
.cart-actions .btn-pdf-custom:hover {
  background-color: #dc3545 !important;
  color: #ffffff !important;
}
.cart-actions .btn-pdf-custom i {
  margin-right: 8px;
}
.cart-actions .btn-primary {
  background-color: #ffc124;
  border: none;
  color: #000000;
}
.cart-actions .btn-primary:hover {
  background-color: rgb(255, 188.8808219178, 21.45);
}

.card-checkout {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--bg-form-color);
  background-clip: border-box;
  border: 1px solid var(--color-border-product);
  border-radius: 5px;
}
.card-checkout .card-header {
  background-color: transparent;
  border-bottom: 1px solid var(--color-border-product);
}
.card-checkout .card-title {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--color-border-product);
  color: var(--bs-buttons-icon);
  display: flex;
  justify-content: start;
  align-items: center;
}
.card-checkout .card-title .icon {
  width: 48px;
  height: 48px;
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  margin-right: 0.5rem;
}
.card-checkout .card-title .icon.user {
  mask-image: url(../images/user.svg);
  -webkit-mask-image: url(../images/user.svg);
}
.card-checkout .card-title .icon.shipping {
  mask-image: url(../images/shipping.svg);
  -webkit-mask-image: url(../images/shipping.svg);
}
.card-checkout .card-title .icon.carry {
  mask-image: url(../images/carry.svg);
  -webkit-mask-image: url(../images/carry.svg);
}
.card-checkout .card-title .icon.billing {
  mask-image: url(../images/billing.svg);
  -webkit-mask-image: url(../images/billing.svg);
}
.card-checkout .card-title .icon.payment {
  mask-image: url(../images/payment.svg);
  -webkit-mask-image: url(../images/payment.svg);
}
.card-checkout .card-title .icon.resume {
  mask-image: url(../images/resume.svg);
  -webkit-mask-image: url(../images/resume.svg);
}
.card-checkout .card-title .icon.order {
  mask-image: url(../images/order.svg);
  -webkit-mask-image: url(../images/order.svg);
}
.card-checkout .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-checkout .card-footer {
  background-color: transparent;
  /**border-top: 1px solid var(--color-border-product);**/
  border-top: none;
}
.card-checkout .card-footer .btn-primary {
  background-color: #ffc124;
  padding: 0.5rem 1rem;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #000000;
}
@media (max-width: 768px) {
  .card-checkout .card-title {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 0.5rem;
  }
}

.checkout-title {
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--bs-buttons-icon);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5rem 0rem 0.5rem 0rem;
  margin-bottom: 1rem;
}
.checkout-title .icon {
  width: 40px;
  height: 40px;
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  margin-right: 0.5rem;
}
.checkout-title .icon.shipping {
  mask-image: url(../images/shipping.svg);
  -webkit-mask-image: url(../images/shipping.svg);
}
.checkout-title .icon.carry {
  mask-image: url(../images/carry.svg);
  -webkit-mask-image: url(../images/carry.svg);
}
.checkout-title .icon.billing {
  mask-image: url(../images/billing.svg);
  -webkit-mask-image: url(../images/billing.svg);
}
.checkout-title .icon.payment {
  mask-image: url(../images/payment.svg);
  -webkit-mask-image: url(../images/payment.svg);
}
.checkout-title .icon.resume {
  mask-image: url(../images/resume.svg);
  -webkit-mask-image: url(../images/resume.svg);
}
.checkout-title .icon.order {
  mask-image: url(../images/order.svg);
  -webkit-mask-image: url(../images/order.svg);
}
.checkout-title .icon.favorite {
  mask-image: url(../images/favorite.svg);
  -webkit-mask-image: url(../images/favorite.svg);
}
@media (max-width: 768px) {
  .checkout-title {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
  }
}

.card.card-panel-checkout {
  background-color: var(--bg-card-color);
  border: 1px solid var(--border-card-color);
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.card.card-panel-checkout .card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--card-color);
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 1rem;
  padding: 0.5rem;
}
.card.card-panel-checkout .card-title .icon {
  width: 42px;
  height: 42px;
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  margin-right: 0.5rem;
}
.card.card-panel-checkout .card-title .icon.user {
  mask-image: url(../images/user.svg);
  -webkit-mask-image: url(../images/user.svg);
}
.card.card-panel-checkout .card-title .icon.shipping {
  mask-image: url(../images/shipping.svg);
  -webkit-mask-image: url(../images/shipping.svg);
}
.card.card-panel-checkout .card-title .icon.carry {
  mask-image: url(../images/carry.svg);
  -webkit-mask-image: url(../images/carry.svg);
}
.card.card-panel-checkout .card-title .icon.billing {
  mask-image: url(../images/billing.svg);
  -webkit-mask-image: url(../images/billing.svg);
}
.card.card-panel-checkout .card-title .icon.payment {
  mask-image: url(../images/payment.svg);
  -webkit-mask-image: url(../images/payment.svg);
}
.card.card-panel-checkout .card-title .icon.resume {
  mask-image: url(../images/resume.svg);
  -webkit-mask-image: url(../images/resume.svg);
}
.card.card-panel-checkout .card-title .icon.order {
  mask-image: url(../images/order.svg);
  -webkit-mask-image: url(../images/order.svg);
}
.card.card-panel-checkout .card-body {
  flex: 1 1 auto;
  padding: 0rem 0.5rem;
  font-size: 1rem;
}
.card.card-panel-checkout .card-body p {
  margin-bottom: 0.1rem;
}
.card.card-panel-checkout .card-body .logo {
  width: 100px;
  margin-right: 1rem;
}
.card.card-panel-checkout .card-body .logo img {
  width: 100%;
  height: auto;
}
.card.card-panel-checkout .card-footer {
  background-color: transparent;
  padding: 0rem 0.5rem;
  border: none;
  display: flex;
}
.card.card-panel-checkout .card-footer .row {
  display: flex;
  align-items: center;
}
.card.card-panel-checkout ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .card.card-panel-checkout {
    margin-bottom: 1rem;
    border-radius: 5px;
    font-size: 0.75rem;
  }
  .card.card-panel-checkout .card-title {
    font-size: 0.75rem;
  }
  .card.card-panel-checkout .card-body {
    font-size: 0.75rem;
  }
}

.checkout-btn-primary {
  background-color: #ffc124;
  padding: 0.5rem 1rem;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #000000;
}
@media (max-width: 768px) {
  .checkout-btn-primary {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
}

.checkout-btn-secondary {
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .checkout-btn-secondary {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
}

.btn-edit {
  display: flex;
  padding: 0.5rem 1rem;
  background: transparent;
  border: none;
  color: #0d6efd;
  text-decoration: underline;
  align-items: center;
}
.btn-edit .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/edit.svg);
  background-size: contain;
  background-position: center center;
  margin-right: 0.5rem;
}

.order-list ul {
  padding: 0;
  list-style: none;
}
.order-list ul li {
  margin-bottom: 1rem;
}

.order-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--bg-form-color);
  background-clip: border-box;
  border: 1px solid var(--color-border-product);
  border-radius: 5px;
  margin-bottom: 1rem;
}
.order-item .card-header {
  background-color: transparent;
  border-bottom: 1px solid var(--color-border-product);
}
.order-item .card-title {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--color-border-product);
  color: var(--bs-buttons-icon);
  display: flex;
  justify-content: start;
  align-items: center;
}
.order-item .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.order-item .card-body .details {
  display: flex;
  justify-content: start;
  align-items: center;
}
.order-item .card-body .details .info {
  flex: 1 0 0;
}
.order-item .card-body .details .buttons {
  flex: 0 1 0;
}
.order-item .card-body .status {
  color: var(--color-status);
}
.order-item .card-footer {
  background-color: transparent;
  /**border-top: 1px solid var(--color-border-product);**/
  border-top: none;
}
.order-item .btn-edit {
  background-color: #ffc124;
  padding: 0.5rem 1rem;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 768px) {
  .order-item .card-title {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 0.5rem;
  }
  .order-item .btn-edit {
    padding: 0.5rem 0.5rem;
    width: 100%;
    border: none;
    font-size: 0.75rem;
  }
}

.order-details .order-header {
  font-size: 0.9rem;
  font-weight: 300;
}
.order-details .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--bg-form-color);
  background-clip: border-box;
  border: 1px solid var(--color-border-product);
  border-radius: 5px;
  padding: 0rem 0rem;
  font-size: 0.9rem;
  font-weight: 300;
}
.order-details .card .card-header {
  background-color: transparent;
  border-bottom: 1px solid var(--color-border-product);
}
.order-details .card .card-header h5 {
  font-size: 1rem;
  font-weight: 700;
}
.order-details .card .card-body .avatar-wrapper {
  width: 100px;
  margin-right: 0.5rem;
}
.order-details .card ul.timeline {
  list-style-type: none;
  position: relative;
}
.order-details .card ul.timeline::before {
  content: " ";
  background: var(--color-border-product);
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
.order-details .card ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
.order-details .card ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #ffc124;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.modal-product {
  width: 90%;
}
.modal-product .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid;
  border-bottom-color: rgba(128, 128, 128, 0.5);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-product h5.modal-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-buttons-icon2);
  padding: 0 0;
}
.modal-product .btn-close {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 0.5rem 0.5rem;
  color: var(--bs-buttons-icon2);
  border: 0;
  background: none !important;
  opacity: 0.5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.modal-product .btn-close .icon {
  background-color: currentColor;
  mask-image: url(../images/close.svg);
  -webkit-mask-image: url(../images/close.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: block !important;
  height: 24px !important;
  width: 24px !important;
  padding: 0 0;
}
.modal-product .modal-product-details-content-area {
  padding: 0rem 1rem;
}
.modal-product .title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-buttons-icon2);
  padding: 0 0;
}
.modal-product .price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-buttons-icon2);
  padding: 0 0;
}
.modal-product .price span {
  font-size: 0.7rem;
  font-weight: 300;
}
.modal-product .old-price {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--bs-buttons-icon2);
  text-decoration: line-through;
  padding: 0 0;
}
.modal-product .old-price span {
  font-size: 0.7rem;
  font-weight: 300;
}
.modal-product .product-large-image {
  width: 100%;
}
.modal-product .product-large-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.modal-product .cart-plus-minus {
  border: 1px solid var(--bs-buttons-icon2);
  display: inline-block;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: relative;
  min-width: 100px;
  border-radius: 5px;
}
.modal-product .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: var(--bs-buttons-icon2);
  float: left;
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  outline: none;
}
.modal-product .cart-plus-minus .dec.qtybutton {
  height: 100%;
  left: 0;
  top: 0;
}
.modal-product .cart-plus-minus .inc.qtybutton {
  height: 100%;
  right: 0;
  top: 0;
}
.modal-product .cart-plus-minus .qtybutton {
  padding: 5px;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.modal-product .cart-plus-minus .qtybutton .plus, .modal-product .cart-plus-minus .qtybutton .minus {
  width: 16px;
  height: 16px;
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  margin-right: 0rem;
}
.modal-product .cart-plus-minus .qtybutton .plus {
  mask-image: url(../images/plus.svg);
  -webkit-mask-image: url(../images/plus.svg);
}
.modal-product .cart-plus-minus .qtybutton .minus {
  mask-image: url(../images/minus.svg);
  -webkit-mask-image: url(../images/minus.svg);
}
.modal-product .available-options {
  border-color: var(--bs-buttons-icon2);
  padding: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-buttons-icon2);
  border: 1px solid #dee2e6;
  border-radius: 10px;
  width: 100%;
}
.modal-product .available-options thead th {
  vertical-align: bottom;
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
  border-radius: 10px;
}
.modal-product .available-options tbody td {
  border: 1px solid #dee2e6;
  vertical-align: top;
  padding: 0.75rem;
}
.modal-product .available-options tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
@media (max-width: 992px) {
  .modal-product .cart-plus-minus {
    width: 120px;
  }
  .modal-product .cart-plus-minus input.cart-plus-minus-box {
    width: 120px;
  }
  .modal-product .cart-plus-minus .qtybutton {
    width: 2rem;
  }
  .modal-product .cart-plus-minus .qtybutton {
    padding: 1rem;
    font-size: 0.75rem;
    line-height: 1;
    width: 1rem;
  }
}
.modal-product .product-add-to-cart-btn {
  margin-bottom: 7px;
}
.modal-product .product-add-to-cart-btn button {
  margin: 0px;
  position: relative;
  padding: 1rem 1rem;
  line-height: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  display: block;
  color: var(--bs-buttons-icon2);
  margin-left: 1rem;
  background-color: #ffc124;
}
.modal-product .product-add-to-cart-btn button:disabled {
  background-color: #999;
  color: #666;
}

@media (min-width: 992px) {
  .modal-dialog.modal-product {
    max-width: 870px !important;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.modal-product {
    min-width: 825px !important;
  }
}
@media (min-width: 768px) {
  .modal-dialog.modal-product {
    max-width: 730px !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 56px);
  }
}
@media (max-width: 768px) {
  .modal-product {
    width: calc(100% - 0rem);
    margin: 0px;
    padding: 1rem;
    font-size: 0.85rem;
  }
  .modal-product .modal-product-details-content-area {
    padding: 1rem 0rem;
  }
  .modal-product .modal-header {
    display: flex;
  }
  .modal-product .modal-header h5.modal-title {
    font-size: 0.85rem;
    font-weight: 700;
  }
  .modal-product .title {
    font-size: 1rem;
  }
  .modal-product .product-add-to-cart-btn button {
    font-size: 0.85rem;
    padding: 1rem 0.5rem;
  }
}
.modal-cart .modal-dialog .modal-content .modal-header {
  justify-content: space-between;
  align-content: center;
  padding: 0.5rem 1rem;
}
.modal-cart .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0rem;
}
.modal-cart .modal-dialog .modal-content .modal-body h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.modal-cart .modal-dialog .modal-content .modal-body .modal-add-cart-product-img img {
  border-radius: 10px;
}
.modal-cart .modal-dialog .modal-content .modal-body hr {
  margin: 1rem 0;
}

.blog-single-item .image-box {
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-single-item .image-box img {
  transform: scale(1);
  transition: all 0.5s ease;
}
.blog-single-item .content {
  font-size: 0.9rem;
  font-weight: 400;
}
.blog-single-item .content .title a {
  font-size: 1.1rem;
  line-height: 1.25;
  margin-bottom: 9px;
  font-weight: 700;
  position: relative;
  color: #24262b;
  text-decoration: none;
}
.blog-single-item .content .inner {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-single-item .content .post-meta {
  margin-top: 0;
}
.blog-single-item .content .read-more-btn {
  color: #24262b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.blog-single-item .content .read-more-btn span {
  line-height: 1;
  font-size: 24px;
}
.blog-single-item .content .post-meta > a {
  color: #777;
}
.blog-single-item:hover .image-box img {
  transform: scale(1.05);
}

.blog-wrapper .blog-list {
  padding: 1rem 1rem;
}
.blog-wrapper .blog-list .content {
  font-size: 0.9rem;
  font-weight: 300;
}
.blog-wrapper .blog-list .content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
}
.blog-wrapper .blog-list .content .post-meta li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.blog-wrapper .blog-list .content .title {
  font-size: 1.1rem;
  line-height: 1.25;
  margin-bottom: 9px;
  font-weight: 700;
  position: relative;
  color: #24262b;
  text-decoration: none;
}
.blog-wrapper .blog-list .content .read-more-btn {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #000000;
}

.blog-single-wrapper {
  font-size: 0.9rem;
  font-weight: 300;
}
.blog-single-wrapper h2,
.blog-single-wrapper .h2 {
  font-size: 1.2rem;
  font-weight: 600;
}
.blog-single-wrapper p,
.blog-single-wrapper .para-content {
  margin-top: 0;
  margin-bottom: 1rem;
}
.blog-single-wrapper .blog-single-img {
  margin-bottom: 40px;
}
.blog-single-wrapper .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
}
.blog-single-wrapper .post-meta li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.blog-single-wrapper .post-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 20px;
  text-transform: capitalize;
}

.default-search {
  position: relative;
}
.default-search .input-search {
  height: 50px;
  padding-left: 20px;
  padding-right: 80px;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ededed;
}
.default-search .btn-search {
  font-weight: 600;
  color: #777;
  transition: all 0.5s ease;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  padding: 0 25px;
  font-size: 18px;
  background: transparent;
  border: none;
}
.default-search .btn-search i {
  font-size: 18px;
  color: var(--bs-heading-color);
}

.sidebar-menu li {
  margin-bottom: 0.5rem;
  align-items: center;
  padding-left: 0.2rem;
}
.sidebar-menu li a {
  font-weight: 300;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0.3rem 0 0.3rem 0;
  color: var(--bs-heading-color);
}

.list-content {
  margin-top: 2rem;
}

.card-sidebar {
  background: var(--bg-product-color);
  border-radius: 0.5rem;
  padding: 0rem;
  position: relative;
  border: none;
  box-shadow: var(--bg-color-shadow);
}
.card-sidebar .card-header {
  border-bottom: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
}
.card-sidebar .card-header h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.card-sidebar .card-body {
  padding: 0rem 1rem 1rem 1rem;
}
.card-sidebar .card-body ul {
  padding: 0;
  list-style: none;
}
.card-sidebar .card-body ul li a {
  color: var(--mainbar-color2);
  font-size: 0.8rem;
  text-decoration: none;
}

.sidebar-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  background: #ffffff;
}
.sidebar-menu > li {
  border-bottom: 1px solid #eee;
}
.sidebar-menu > li .sidebar-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
  align-items: center;
}
.sidebar-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 0.5rem 0;
}
.sidebar-menu a:hover {
  background: #f8f9fa;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  cursor: pointer;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

li:not(.collapsed-parent) > span .arrow {
  transform: rotate(90deg);
}

.subitems {
  overflow: hidden;
  transition: all 0.3s ease;
  padding-left: 0.5rem;
}
.subitems.collapsed {
  max-height: 0;
  opacity: 0;
}
.subitems:not(.collapsed) {
  max-height: 500px;
  opacity: 1;
}

.sidebar-menu-collapse {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
}
.sidebar-menu-collapse li {
  border: none;
}
.sidebar-menu-collapse li a {
  font-weight: 400;
  font-size: 0.95rem;
}
.sidebar-menu-collapse li a:hover {
  background: #e9ecef;
}

@media (max-width: 768px) {
  .list-content {
    margin-top: 0.5rem;
  }
}
.download-item {
  border-radius: 0;
}
.download-item .card-title {
  font-size: 1rem;
}
.download-item .card-text {
  font-size: 0.8rem;
}
.download-item .btn {
  font-size: 0.8rem;
}
.download-item .alert {
  font-size: 0.8rem;
}/*# sourceMappingURL=styles.css.map */