.loading_wrap i {
    font-size: 36px;

	-webkit-animation: bounce 2s linear infinite;
	animation: bounce 2s linear infinite;
}

.loading_wrap {
    transform: rotate(-10deg);
}

.header_list li a:hover {
    color: white;
}

.header_list li:before {
    display: none;
}

.header-logo img {
    max-height: 60px;
}
.popup-form {
    width: 100%;
}
.popup-logo img {
    max-width: 120px;
}
.popup-text strong {
    text-transform: uppercase;
}
.popup-text p {
    font-weight: normal;
    text-transform: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.common-cart-img img {
    width: auto;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product-image, .zoomWindow {
    padding: 20px;
    text-align: center;
}

.common-cart-img {
    text-align: center;
}

.quickview-product-detail .box-text {
    overflow: visible;
    height: auto;
}

.shop-sidebar ul ul {
    padding-left: 25px;
}
.shop-sidebar ul ul ul {
    padding-left: 25px;
}
.shop-sidebar ul ul ul ul {
    padding-left: 25px;
}
.quantity-box-detail ul li {
    /*border-bottom: none;*/
}

.quantity-box-detail ul li a {
   /* border-bottom: 1px dashed #cdcdcd;*/
}

.quantity-box-detail ul li.active a {
    font-weight: 600;
    color: black;
}

.quickview-product-detail .box-text p {
    color: #7a7a7a;
}

.common-cart-img img {
    max-width: 200px;
    max-height: 270px;
}

.shop-inner-section .product-box {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.grid .common-cart-img {
    height: 270px;
    line-height: 270px;
}

.product-list-text p {
    color: #7a7a7a;
}

.page-link {
    line-height: 1.25;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
}
.pagination li a {
    line-height: 1.25;
}
.pagination li a i {
    line-height: 20px;
}
.page-link:hover {
    color: white;
}
.page-item.disabled {
    display: none;
}
.list_grid_container .add-cart-btn {
    top: 70%;
}
.vv-pagination {
    margin-top: 30px;
}
.vv-pagination__list {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.vv-pagination__item a,
.vv-pagination__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-weight: 600;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.vv-pagination__item a:hover {
    background-color: #c8102e;
    color: #fff;
}
.vv-pagination__item--active span {
    background-color: #c8102e;
}
.vv-pagination__item--disabled span {
    background-color: #e1e1e1;
    color: #7a7a7a;
}
.vv-pagination__item--dots span {
    background-color: transparent;
    color: #000;
}
.opciones-producto .unavailable {
    text-decoration: line-through;
    opacity: 0.5;
}

.opciones-producto .opciones-grupo {
    font-weight: 600;
}

.opciones-producto .opciones-opcion {
    font-weight: 400;
    font-size: 14px;
}

.cart-table .row-img {
    max-width: 120px;
}

.cart-table .product-quantity {
    width: 200px;
}

@media (max-width: 575px) {
    .cart-table .product-quantity {
        width: auto;
    }
}

.validation-errors {
    margin-top: -15px
}
.checkout-form .validation-errors {
    margin-top: 0;
}
.validation-errors li {
    font-size: 12px;
    color: #ff0000;
}

.form-control {
    text-transform: none;
}

.modal .modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

.w-100px {
    width: 100px;
}

/* Switch toggle */

.switch {
    background: #fff;
    border: 1px solid #dfdfdf;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    overflow: visible;
    width: 47px;
    height: 25px;
    padding: 0px;
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    top: -1px;
    zoom: .6;
  }
  /*adding a wide width for larger switch text*/
  .switch.wide {
    width:80px;
  }
  .switch small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
  }
  .switch.checked {
    background: rgb(100, 189, 99);
    border-color: rgb(100, 189, 99);
  }
  .switch.checked small {
    left: 22px;
  }
  /*wider switch text moves small further to the right*/
  .switch.wide.checked small {
    left:52px;
  }
  /*styles for switch-text*/
  .switch .switch-text {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
  }

  .switch .off {
    display:block;
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: 0;
    color:#A9A9A9;
  }

  .switch .on {
    display:none;
     z-index: 0;
    color:#fff;
    position: absolute;
    top: 25%;
    left: 9%;
  }

  .switch.checked .off {
    display:none;
  }

  .switch.checked .on {
    display:block;

  }

  .switch.disabled {
      opacity: .50;
      cursor: not-allowed;
      display: inline-block !important;
  }

  /* End Switch toggle */

  .checkout-process .address-data label {
    margin-right: 10px;
  }
  .btn-sm {
    border-radius: 25px;
    padding: 0.25rem 1rem;
  }
  .my-item-address {
    margin: 5px;
    padding: 10px;
    border: 1px solid #A9A9A9;
    color: #7a7a7a;
  }
  .my-item-address:hover {
    /* border: 4px solid #A9A9A9;
    color: #000000; */
  }
  .my-item-address.activo {
    border: 4px solid #359620;
    color: #000000;
  }
  .my-item-address.activo .fa-check {
    float: right;
    color: #359620;
    font-size: 24px;
  }
  .place-oreder-btn a.btn-sm {
    padding: 0.25rem 1rem;
  }
  .order-resume .item-address {
    margin-bottom: 15px;
  }
  .order-resume label {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
  }
  .order-resume .btn-link {
    padding: 10px !important;
    cursor: default !important;
  }
  .order-resume .btn-link span {
    display: none;
  }
  .order-resume .btn-link::after {
    display: none;
  }
  .info-page p {
    margin: 0 0 15px 0;
  }
  .table_group_header {
    background-color: #3c3c3c;
    color: white;
  }
  .table-lote .opciones-producto {
    font-size: 12px;
  }
  .nowrap {
    white-space: nowrap;
  }
  .table-lote .opciones-producto .opciones-grupo {
    text-transform: uppercase;
    margin-top: 5px;
  }
  .table-lote .fa-warning {
    color: #7d7d7d;
  }
  @media (max-width: 575px) {
    .mobile-hidden {
      display: none !important;
    }
    .table-lote thead {
      display: none;
    }
    .table-lote td, .table-lote tr, .table-lote th {
      display: block;
    }
    .table-lote tr.product-row {
      border: 1px solid #000;
      margin: 5px 0;
    }
    .table-striped tbody tr {
      background-color: white !important;
    }
  }

.opciones-producto .validation-errors {
  margin-top: 0;
}
.opciones-producto .opcion-producto .validation {
  display: none !important;
}

.opciones-producto .opcion-producto .validation:last-child {
  display: block !important;
}
.modal-xxl {
  max-width: 1024px;
}
.cart-product {
  width: 100%;
}
.cart-product .prod-name {
  font-size: 14px;
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}
.box-descuento {
  position: absolute;
  background-color: #cc0000;
  color: white;
  top: 25%;
  right: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 1px 5px;
}
.box-novedad {
  position: absolute;
    bottom: 25%;
    right: 20px;
    color: white;
    font-weight: bold;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 0;
}
.products-detail-section .box-descuento {

}
.products-detail-section .box-novedad {

}
.menu-selected {
    font-weight: 600 !important;
}


/*Menú*/
.navbar-nav > .dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 180px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 10px 15px;
}

.dropdown-menu .all-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu .all-menu li {
  margin-bottom: 5px;
}

.dropdown-menu .all-menu li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.dropdown-menu .all-menu li a:hover {
  text-decoration: underline;
}
.navbar-nav > .nav-item > .nav-link {
  display: flex;
  align-items: center;
  gap: 6px; 
}

.category-arrow {
  font-size: 12px;
  margin-top: 2px; 
}

@media (min-width: 1200px) {
  .header-btm .navbar {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .header-btm .header-logo {
    margin-right: 32px;
    flex: 0 0 auto;
  }

  .header-btm .navbar-collapse {
    flex: 1 1 auto;
  }

  .header-btm .navbar-nav {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .header-btm .navbar-nav .nav-item {
    flex: 1 1 auto;
  }

  .header-btm .navbar-nav .nav-link {
    white-space: nowrap;
    justify-content: center;
  }
}
/* Filtros */

.filter-bar {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px 24px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-group label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}

.filter-group select {
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: white;
}

@media (max-width: 768px) {
  .filter-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .filter-bar {
    grid-template-columns: 1fr;
  }
}
.product-stock.text-danger {
      color: #cc0000;
      font-weight: bold;
  }

.product-stock.text-success {
    color: #009900;
}
