/**
 * CyRMods - Front Office CSS
 */

#header .header-top .header_logo {
    max-width: 300px;
    width: unset;
    margin-right: -90px;
}

#header .logo {
    width: unset;
}

.delivery-option .row .row {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-option .row .row .col-xs-3,
.delivery-option .row .row .col-xs-9 {
    width: 100%;
}

/* =============================================================
   FIX: Boton diferente direccion de envío
   ============================================================= */
.facturacion-different-btn {
    background-color: #156674;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    outline: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
    position: relative;
    text-decoration: none;
}

.facturacion-different-btn:hover {
    background-color: #23d1f0;
    color: #000;
}

/* =============================================================
   FIX: Forgot password button
   ============================================================= */
.forgot-password {
    font-size: 1rem !important;
    font-weight: 600 !important;
}

/* =============================================================
   FIX: Carrito móvil - botones siempre visibles (barra inferior)
   ============================================================= */
@media (max-width: 767px) {
    
    /* Contenedor principal del carrito */
    .ttvcmscart-show-dropdown-right {
        right: 0;
        height: auto !important; /* Overrides any fixed height from your theme */
        display: flex;
        flex-direction: column;
    } 
}