/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* FORZAR CENTRADO DEL BUSCADOR DE DOMINIOS */
.view-cart .main-content, 
#order-standard_cart .domain-checker-container {
    width: 100% !important;
    max-width: 1200px !important; /* Ajústalo al ancho de tu WordPress */
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

/* ELIMINAR EL ESPACIO GRIS DE LA IZQUIERDA */
.row.flex-row {
    display: flex !important;
    justify-content: center !important;
}


/* Oculta la barra azul por completo */
.navbar-main {
    display: none !important;
}

/* Centra el contenido para que no se vea vacío el espacio de la barra */
#main-body {
    padding-top: 20px !important;
}
