body {
    font-family: "Nunito", sans-serif;
    background-image: url("../img/fondo.jpg");
    background-size: cover;
    background-repeat: repeat;
}

.bg-pv {
    background-color: rgb(207, 18, 112);
}

.bg-pv1 {
    background-color: rgb(243, 247, 230);
    color: black;
}

.bg-pv-sidebar {
    background-color: #ebf5ff
}

.bg-dispo {
    background-color: rgb(167, 185, 105);
    color: black;
}

.navbar {
    z-index: 1000;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}
  
.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.subheader {
    margin-top: 69px;
}

.container-tienda {
    padding-top: 69.91px !important;
}

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 80px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
  }
  
  @media (max-width: 767.98px) {
    .sidebar {
        top: 69.91px;
        padding: 10px 0 0;
    }

    .navbar .form-control {
        flex-grow: 1;
        margin-right: 80px; 
    }
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #585858;
    padding-top: 0px;
    padding-bottom: 2px;
    font-size: 14px;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #d6d6d6;
  }
  
  .sidebar .nav-link.active {
    color: #227ca0;
    font-weight: 600;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }

  .divider {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
   
  .social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
  }

  .social-links .nav-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
  }

  .social-links .nav-link:hover {
    background-color: #b6d9ff;
    color: white;
}

.form-control-dark {
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .1);
    font-size: medium;
    font-weight: 500;
    letter-spacing: 0.6px;
}
  
.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .75);
}

.form-control-dark:disabled {
    background-color: rgb(207, 18, 112);
    box-shadow: rgb(207, 18, 112);
}

.card-pv .badge {
    position: absolute;
    top: -10px;
    left: 10px;
}

h5.card-title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.card-text {
    font-size: small;
    margin-bottom: 0px;
}

.card-text-1 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: rgb(59, 122, 124);
}

.card-text-2 {
    font-family: "Montserrat", sans-serif;
    color: rgb(59, 122, 124);
}

.label-pv {
    font-weight: bold;
}

.btn-pv {
    border-radius: 5px;
    background-color: rgb(120, 202, 216);
    font-weight: bold;
}

.btn-pv:hover {
    background-color: rgb(134, 220, 235);
}

.nav-link {
    color: #fff;
    font-size: large;
    font-weight: bold;
}

.link-public {
    color: rgb(120, 202, 216);
    font-weight: bold;
    text-decoration: none;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .swiper-slide {
    height: 300px;
    line-height: 300px;
}

.swiper .swiper-slide:nth-child(2n) {
    height: 500px;
    line-height: 500px;
}

label.form-label {
    font-size: small !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
    font-style: italic !important;
    color: black !important;
    text-align: left !important;
}

.social-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.social-bar.right {
    right: 0;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateX(-5px);
}

.novedad {
    background-color: rgb(0, 0, 0);
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffff;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    position: relative;
}
@media (max-width: 1141px) {
    .novedad {
        font-size: medium;
    }
  }
  @media (max-width: 1041px) {
    .novedad {
        font-size: 12px;
    }
  }


.header-carrito {
    background-color: rgb(120, 202, 216, 0.5);
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-pedido {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: solid rgb(120, 202, 216, 0.5) 1px;
}

@media (max-width: 767.98px) {
    .header-pedido {
        display: none !important;
    }
    .item-pedido {
        font-size: 0.95rem;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .item-pedido .col,
    .item-pedido h6 {
        font-size: 0.95rem !important;
    }
    .item-carrito.card {
        padding: 1rem !important;
    }
    .label-pv {
        font-size: 0.93rem !important;
    }
}

.item-carrito {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.item-pedido {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
}

@media (max-width: 767.98px) {
    .header-carrito { display: none !important; }
    .item-carrito, .precio-unitario, .subtotal { font-size: 0.8rem; }
    .item-carrito .quantity-container { gap: 0.2rem; max-width: 50px; }
    .item-carrito .form-control-sm { max-width: 40px; }
}

.pagination .page-item .page-link {
    color: #fff;
    background-color: rgb(120, 202, 216);
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px 8px;
}
.pagination .page-item.active .page-link {
    background-color: rgb(120, 202, 216);
    color: #6c757d;
}
.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #e9ecef;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Hides the spin buttons */
  margin: 0; /* Remove any default margin */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.quantity-container {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .quantity-container input {
    width: 50px;
    text-align: center;
  }