/*Noodlesoup Code*/

/*Esto desaparece el header*/
header#site-header, header.page-header {
    display: none;
}


/* Esto desaparece el Footer*/
#footer {
    display: none;
}

/* Esto desaparece el widget lateral*/
.widget-area.sidebar-primary {
    display: none !important;
}
.content-area {
    float: none;
    position: relative;
    width: max-content;
    padding-right: 30px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
    margin: auto;
}

.ea-payment-select {
   display: none !important;
}
/*End Noodlesoup Code*/