@font-face {
    font-family: 'sora';
    src: url('../fonts/sora/Sora-VariableFont_wght.ttf');
}

.sora {
    font-family: 'sora', sans-serif;
}


.body-custom {
    font-family: sora;
    background-color: black !important;
    color: white !important;
}


.logo {
    width: 73px;
    height: 86px;
    transition: transform .7s ease-in-out;
}

.logo:hover {
    transform: rotate(45deg);
}

.color-white {
    color: white !important;
}

.slider-custom {
    max-height: 600px;
}

.btn-slider {
    width: 10rem;
    border: 2px solid white;
    border-radius: 0.60rem;
}

.container-product {
    margin-top: 2rem;
}

.info-product {
    margin-top: 1rem;
}

.input-product {
    width: 80%;
    border-color: white;
    font-size: 0.60rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    padding: 1px 2px;
    border: none;
}

.btn-product {
    width: 18%;
    border-color: white;
    font-size: 0.60rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    padding: 1px 2px;
    border: 2px solid #ced4da;
    border-radius: 0.60rem;
    vertical-align: unset !important;
}

.input-btn-product {
    padding-right: 15px;
    padding-left: 15px;
}

.input-product:hover {
    color: black !important;
    background-color: white !important;
    cursor: pointer;
}

.btn-product:hover {
    color: black !important;
    background-color: white !important;
}



.form-custom {
    font-family: sora;
    background-color: black !important;
    color: white !important;
}

.form-custom::placeholder {
    font-family: sora;
    background-color: black !important;
    color: white !important;
}

.form-custom::-ms-input-placeholder {
    font-family: sora;
    /* Internet Explorer 10-11 */
    color: white;
}

.form-custom::-ms-input-placeholder {
    font-family: sora;
    /* Microsoft Edge */
    color: white;
}

.dropdown-custom {
    font-family: sora;
    background-color: black !important;
    color: white !important;
}

.a.dropdown-custom {
    font-family: sora;
    background-color: black !important;
    color: white !important;
}

.mynav li:hover {
    margin-right: 20px;
    text-decoration: underline 5px;
}

.navbar-toggler {
    background-color: transparent;
    border: none;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important; 
}

.custom-navbar-collapse-2 {
    background-color: rgba(10, 10, 10, 0.9); 
    width: 50%;
    position: fixed;
    top: 102px; 
    right: 0;
}

.custom-navbar-collapse-2.show {
    height: 100vh;
}

.custom-navbar-collapse {
    background-color: rgb(0, 0, 0); 
    opacity: 0;
    width: 40%;
    position: fixed;
    top: 102px; 
    right: 0;
    transition: height 0.2s, opacity 0.2s; 
}

.custom-navbar-collapse.show {
    height: 100vh;
    opacity: 0.9;
}

.navbar-nav .nav-item .nav-link-custom {
    padding-left: 20px;
    font-size: 1.2em;
    font-weight: bold;
}

.padding-rigt-15rem {
    padding-right: 1.5rem;
}

.padding-top-0-5rem {
    padding-top: 0.5rem;
}

.horizontal.dropdown-menu.show {
    display: flex;
}

#marcas {
    height: 0px;
}

.underline-header {
    text-decoration: underline 5px;
}

.btn-filtro {
    border-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-clip: padding-box;
    padding: 1px 2px;
}

.btn-filtro:hover {
    color: #fff;
    text-decoration: none
}

.btn-filtro.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn-filtro.disabled,
.btn:disabled {
    opacity: .65
}

a.btn-filtro.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.dropdown-custom {
    font-family: sora;
    background-color: black !important;
    color: white !important;
}

.a.dropdown-custom {
    font-family: sora;
    background-color: black !important;
    color: white !important;
}

.img-product {
    height: 866px;
}

.img-product{
    height: 866px;
    width: 973px;
}

.padding-bottom-1 {
    padding-bottom: 1rem;
}

#wap{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

@media (max-width: 390px) {
    .center-phone {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

.cart-count {
    position: absolute;
    cursor: pointer;
    background-color: #3498db;
    color: #fff;
    border-radius: 50%;
}

#cart {
    display: none;
    position: fixed;  /* Para mantener el div fijo en la pantalla */
    right: 0;        /* Colocar el div en la parte derecha */
    min-height: 50%;    /*    Hacer que el div ocupe el 50% de la altura minima */
    max-height: 80%;    /*    Hacer que el div ocupe el 70% de la altura maxima */
    width: 40%;    /* O ajusta el ancho según tus necesidades */
    background-color: rgba(10, 10, 10, 0.9);   /* Puedes personalizar el color de fondo según tus necesidades */
    border: 1px solid #ccc;  /* Añadir un borde izquierdo para separarlo visualmente del contenido principal */
    padding: 10px;   /* Espaciado interno */
    overflow-y: scroll;
    overflow-x: hidden;
    top: 102px; 
    z-index: 1000;
    flex-direction: column;
    text-align: center; /* Centrar el texto dentro del div */
}

#cart h2 {
    margin-bottom: 10px; /* Espaciado inferior para separar del ul */
}

#cart ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#cart-content {
    display: flex;
    height: 150px;
}

#botonCarrito {
    margin-top: auto; /* Hace que el botón se desplace hacia abajo y quede al final del div */
}

.btn-carrito {
    width: 80%;
    border-color: white;
    font-size: 0.60rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.60rem;
    vertical-align: unset !important;
}


.btn-carrito:hover {
    color: black !important;
    background-color: white !important;
}

#page-content-wrapper{
    width: 100%;
}

#iframe-admin{
    padding: 1.5rem;
    width: 100%;
    height: 100vh;
}

#sidebar-wrapper{
    border-right: 1px solid #ced4da;
}

#sidebar-wrapper a{
    cursor: pointer;
}

.button-finalizar-compra{
    background-color: #009ee3 !important;
    color: #ffffff !important;
    display: flex;
    max-height: 48px;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    min-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.svelte-1602mpp {
    /* margin: var(--verticalPadding) var(--horizontalPadding); */
    width: 100%;
}

.form-control {
    height: 37px;
}
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-talles-colores .btn {
    margin-right: 24px; 
    border-radius: 10px;
    width: 4rem;
    height: 3rem;
    background-color: transparent;
    border: 2px solid
}

.precio-producto {
    font-size: 34px;
    text-decoration: underline;
}

.agregar-producto-carrito .btn{
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid
}

.modal-imagen-grande{
    padding: 12rem !important; 
    padding-top: 5rem !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.205); /* Fondo semi-transparente */
    z-index: 9999;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.burguer-icon {
    width: 40px; 
    height: 30px; 
}

.btn-efectivo {    
    color: #ffffff !important;
    font-size: 16px;
    background-color: #009ee3;
    border-color: #009ee3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    height: 48px;
    border: none;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    min-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    font-family: 'proximaNova';
    font-size: 16px;
    font-weight: 600;
    position: relative;
}