.btn-primary {
    color: #fff;
    background-color: #E53012;
    border-color: #E53012;
}
.btn-primary:hover{ 
    color: #E53012;
    background-color: #FFF;
    border-color: #E53012;
}
#block-mainnavigation {
    margin-top: 4px;
}
@media (min-width: 769px) and (max-width: 991px) {
    #block-mainnavigation {
        margin-bottom: 20px;
    }
}

#block-mainnavigation ul {
    list-style: none;
}
#block-mainnavigation > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
#block-mainnavigation > ul li {    
    position: relative;
}
@media (min-width: 992px) {
    #block-mainnavigation > ul li > ul li > ul {
        position: absolute !important;
        top: -1px;
        left: 100% !important;
    }
    #block-mainnavigation > ul li > ul {
        display: flex;
        visibility: hidden;
        position: absolute;
        left: -99999;
        flex-direction: column;

        -webkit-transition: all 0.1s ease-out 0.1s;
        -moz-transition: all 0.1s ease-out 0.1s;
        -o-transition: all 0.1s ease-out 0.1s;
        transition: all 0.1s ease-out 0.1s;
    }
    #block-mainnavigation > ul li > ul li {
        width: 100%;
        position: relative;
    }
    /* body .dialog-off-canvas-main-canvas > header {
        position: fixed;
    }         */
}
#block-mainnavigation > ul li:hover a:hover {
    color: black;
}
#block-mainnavigation > ul li:hover > ul {
    padding-top: 2px;
    visibility: visible;
    left: 0;
    padding-left: 0px;
    background: #FFF;
}
#block-mainnavigation a {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 85.5%;
    letter-spacing: -0.06em;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 0px;
    margin:0px 5px;
    position: relative;
}
#block-mainnavigation a:after {
    content:'';
    position: absolute;
    bottom: 0px;
    height: 5px;
    left: 0px;
    right: 100%;
    background:#E53012;
    
    -webkit-transition: all 200ms ease-out 0.1s;
    -moz-transition: all 200ms ease-out 0.1s;
    -o-transition: all 200ms ease-out 0.1s;
    transition: all 200ms ease-out 0.1s;
}

#block-mainnavigation ul li ul li a {
    min-width: 180px;
}
/* @media (max-width:992px) {
    #block-mainnavigation a.is-active:after, 
} */
#block-mainnavigation a:hover:after {
    right:0px
}
@media (max-width:992px) {
    #block-mainnavigation a.is-active:after {
        display: none;
    }
}
#block-mainnavigation .sub-menu li > a {
    background: white;
    color: black;
}
#block-mainnavigation .sub-menu > a:after {
    content: "+";
    padding-left: 5px;
}
body .dialog-off-canvas-main-canvas > header {
    min-height:auto !important;
    /* height: 46px !important; */
    padding: 10px;
} 
.navbar-brand {
    padding-top: 7px;
    padding-bottom: 8px;
}
.navbar-brand img {
    width: auto;
    max-height: 32px;
}
.carousel-inner {
    z-index: 1;
}
body #carouselMain .carousel-caption .cta {
    position: absolute;
    left: 0px;
}
.carousel-control-prev {
    z-index: 2;
}
body #carouselMain .carousel-caption .cta {
    width: calc(30% - 15px);
    /* text-align: right; */
    /* margin-top: -5px; */
}
@media (min-width:2401px) and (max-width:2597px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(39% - 15px);
    }
}
@media (min-width:2251px) and (max-width:2400px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(36% - 15px);
    }
}
@media (min-width:2101px) and (max-width:2250px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(36% - 15px);
    }
}
@media (min-width:2001px) and (max-width:2100px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(34% - 15px);
    }
}
@media (min-width:1901px) and (max-width:2000px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(34% - 15px);
    }
}
@media (min-width:1601px) and (max-width:1740px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(31% - 15px);
    }
}
@media (min-width:1501px) and (max-width:1600px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(30% - 15px);
    }
}
@media (min-width:1401px) and (max-width:1500px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(27% - 15px);
    }
}
@media (min-width:1301px) and (max-width:1400px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(24% - 15px);
    }
}
@media (min-width:1201px) and (max-width:1300px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(22% - 15px);
    }
}
@media (min-width:1101px) and (max-width:1200px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(19% - 15px);
    }
}
@media (min-width:1011px) and (max-width:1100px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(16% - 15px);
    }
}
@media (min-width:881px) and (max-width:1010px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(21% - 15px);
    }
}
@media (min-width:768px) and (max-width:880px) {
    body #carouselMain .carousel-caption .cta {
        width: calc(35% - 15px);
    }
}
body #carouselMain .carousel-caption .cta div {
    display: inline-block;
}
#carouselMain .carousel-caption {
    left:0px;
}
#toggle_mobile_menu {
    display: none;
    cursor: pointer;
    font-size: 25px;
}

@media (max-width: 992px) {
    body .carousel {
        margin-top: 0px;
    }
    #toggle_mobile_menu {
        display: inline-block; 
    }
    body .dialog-off-canvas-main-canvas > main {
        padding-top: 0px;
    }
    .dialog-off-canvas-main-canvas > header .icons-header {
        margin: 0 10px;
    }
    #block-mainnavigation {
        position:absolute;
        top: 57px;
        background: #FFF;
        left: 0px;
        box-shadow: rgb(0 0 0 / 15%) 0 3px 4px;
    }
    #block-mainnavigation > ul {
        height:0px;
        overflow: hidden;
        flex-wrap: wrap;

        -webkit-transition: all 0.1s ease-out 0.1s;
        -moz-transition: all 0.1s ease-out 0.1s;
        -o-transition: all 0.1s ease-out 0.1s;
        transition: all 0.1s ease-out 0.1s;
    }
    #block-mainnavigation > ul.open {
        height:auto;
    }
    #block-mainnavigation > ul li {
        width: 100%;
    }
    body .dialog-off-canvas-main-canvas > header {
        padding: 10px 0;
    }
    body .dialog-off-canvas-main-canvas > header .icons-header #lang-trigger {
        padding-left: 0px;
        border-left: 0px solid #c8c8c8;
    }
    #block-mainnavigation ul li a {
        background-color: #efefef;
        font-weight: bold;
        padding:15px 10px;
        display: block;
        margin: 0px;
    }    
    #block-mainnavigation ul ul li a, 
    #block-mainnavigation ul ul ul li a {
        background-color: white;
        font-weight: normal;
        padding: 5px;
    }
    #block-mainnavigation ul ul, 
    #block-mainnavigation ul ul ul {
        padding-left: 15px;
    }    
    .navbar-light .navbar-brand {
        height: 42px !important;
    }
    .slider .carousel-control-prev, 
    .slider .carousel-control-next {
        display: none;
    }
    .carousel-indicators {
        bottom: -20px;
    }
}
@media (min-width: 993px) {
    #block-mainnavigation a.covid-19 {
        color: white !important;
        background-color: #E53012 !important;
        padding: 8px 16px !important;
        text-transform: uppercase;
        border: 1px solid #E53012;
        border-radius: 0px;
    }
    
    #block-mainnavigation a.covid-19:after {
        content:'';
        position: absolute;
        bottom: 0px;
        height: 1px;
        left: 0px;
        right: 100%;
        background:transparent;
    }
    
    #block-mainnavigation a.covid-19:hover {
        color: #E53012 !important;
        background-color: white !important;
        border: 1px solid #E53012;
    }
}
@media (max-width: 476px) {
    .dialog-off-canvas-main-canvas > header .icons-header {
        margin-top: 15px;
        margin-right: 25px; 
    }
}

/*** TEMPORAL, FASE I ***/ 
#search-trigger {
    display: none;
}
/*** TEMPORAL, FASE I - FIN ***/

.cta-boxes .block-fixed-block-contentanalises-e-exames .blocW p, .cta-boxes .block-fixed-block-contentenvio-de-resultados .blocW p {
    color: #FFF;
}
/** TODO, pasar al otro CSS **/
.feature-home-block .block .content .image {
    overflow: hidden;
}
.feature-home-block .block .content .image {
    position: absolute;
    bottom: 30%;
    right: 20px;
    opacity: 0.5;
}
.feature-home-block .block .content .arrow-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 1;
    color: #fff;
}
.feature-home-block .block .content .image img {
    max-width: 80px;
    height: auto;
}
.feature-home-block .block .content .arrow-link {
    font-size: 22px;
}
#modalWebsOfTheWorld .buttons {
    text-align: center;
}
.modal-content {
    position: initial;
}
.modal-dialog .close {
    top: 10px !important;
    position: absolute;
    right: 25px;
}
.modal-dialog {
    padding: 45px !important;
}
.modal-dialog h2.modal-title {
    text-align: center;
}
.modal-contact-info .modal-dialog .modal-content .modal-body .extra-info {
    padding-right: 0px;
}
@media (max-width: 992px) {
    .modal-dialog h3.country-selected {
        font-size: 23px !important;
    }
    .modal-dialog h2.modal-title {
        font-size: 30px !important;
    }
}
.block-fixed-block-contentanalises-e-exames h2, 
.block-fixed-block-contentenvio-de-resultados h2 {
    padding-bottom:0px;
}
.cta-boxes .block-fixed-block-contentanalises-e-exames .blocW p, 
.cta-boxes .block-fixed-block-contentenvio-de-resultados .blocW p {
    margin: 0px;
}
@media (max-width: 476px) {
    .block-fixed-block-contentanalises-e-exames, 
    .block-fixed-block-contentenvio-de-resultados {
        min-height: 120px;
    }

    .feature-home-block .block .content .image .fa {
        font-size:4rem;
    }

    .block-fixed-block-contentanalises-e-exames h2, 
    .block-fixed-block-contentenvio-de-resultados h2 {
        font-size:18px;
    }
    .modal-dialog {
        padding: 45px 20px !important;
    }
    .modal-dialog h3.country-selected {
        font-size: 18px !important;
    }
    .modal-dialog h2.modal-title {
        font-size: 22px !important;
    }
    #country-select .btn-submit, 
    #country-select .select {
        width: 100%;
        margin-bottom: 15px;
        clear: both;
        margin-left: 0px;
    }
    .modal-dialog .modal-body form {    
        flex-wrap: wrap;
    }
    .navbar-light .navbar-brand {
        padding-left: 10px;
    }
    .dialog-off-canvas-main-canvas > header .icons-header {
        margin-right: 10px;
    }
}
.block-fixed-block-contentanalises-e-exames, .block-fixed-block-contentenvio-de-resultados {
    overflow: hidden;
}
.form-item-legal-si {
    display: flex;
    align-items: baseline;
}
#edit-legal-si {
    margin-right: 10px;
}
/** TODO, pasar al otro CSS **/
#test-hidro .sub-banner {
    background:#0088cc;
}
/*** Miga de pan ***/
#block-breadcrumbs ol {
    list-style: none;
    display: flex;
    padding-left: 0px;
}
#block-breadcrumbs ol li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #E53012;

    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
}
#block-breadcrumbs ol li:hover {
    color:#000;
    border-right: 1px solid #000;
}
#block-breadcrumbs ol li:last-child {
    border-right: 0px solid #E53012;
}
#block-unilabs-page-title .go-back {
    display: none;
}
#block-breadcrumbs {
    display: none;
}
/*** Miga de pan - fin ***/
/*** Modificaciones de la página 404 ***/
body.page-node-254 #block-breadcrumbs, 
body.page-node-254 #block-unilabs-page-title {
    display: none;
}
body.page-node-254 footer {
    margin-top: 0px;
}
body.page-node-254 .main {
    color:#E53012;
    text-align:center;
    padding-bottom: 130px;
    padding-top: 172px;
    font-family: 'Roboto',sans-serif;
    background: url(../images/not_found_background-min.jpg) no-repeat center center;
    background-size: cover;
}
body.page-node-254 .container-main {
    max-width: 700px;
}
body.page-node-254 #block-unilabs-content h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 115%;
    letter-spacing: 0.1em;
    margin-top: 24px;
}
body.page-node-254 #block-unilabs-content h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 85.5%;   
    margin-bottom: 12px;     
}
body.page-node-254 #block-unilabs-content p {    
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 115%;
    margin-bottom: 50px;
}
body.page-node-254 #block-unilabs-content p a {
    font-size: 16px;
    line-height: 115%;
    letter-spacing: -0.06em;
}
@media (max-width:992px) {
    body.page-node-254 .main {
        padding-top: 80px;
    }
    body.page-node-254 #block-unilabs-content h2 {
        font-size: 25px;
    }
    body.page-node-254 #block-unilabs-content p {
        font-size: 16px;
    }    
}
/*** Modificaciones de la página 404 - Fin ***/
/*** Bloque de banderas en el header ***/
@media (max-width:992px) {
    .gtranslate {}
    #block-cart {
        margin-left:0px;
    }
}
@media (max-width:767px) {
    /*
    #block-gtranslate {
        position:absolute;
        top:0px;
        right: 0px;
    }
    */
    .dialog-off-canvas-main-canvas > header .icons-header {
        /* margin-top: 8px; */
        margin-top: 0;
    }
    #block-gtranslate .gtranslate {
        top: 0px;
        width: auto;
        padding-top: 0px;
        padding-right: 0;
        padding-left: 0;
    }
    header {
        padding-top: 15px;
    }
    a.gtflag {
        transform: scale(0.8);
        display: inline-block;
    }
}
@media (max-width:476px) {    
    #block-gtranslate .gtranslate {
        width: auto;
        padding-top: 0px !important;
        padding-right: 0;
    }
    header {
        padding-top: 15px;
    }
    a.gtflag {
        transform: scale(0.8);
        display: inline-block;
    }
    body .dialog-off-canvas-main-canvas > header .icons-header #mainmenu-contact {
        margin: 0 10px;
    }
}
/*** Bloque de banderas en el header -Fin ***/
.cart--checkout-edit-only #edit-actions--2 {
    display: none;
}
#edit-payment-information-billing-information .available-profiles.form-select, 
#edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"], 
#edit-payment-information #edit-payment-information-billing-information-address-0, 
#edit-payment-information .form-item-payment-information-billing-information-field-dni-0-value, 
#edit-payment-information .form-item-payment-information-billing-information-field-telefono-0-value, 
#edit-payment-information .form-item-payment-information-billing-information-field-condiciones-value, 
#edit-payment-information .form-item-payment-information-billing-information-field-facturacion-como-empresa-value, 
#edit-payment-information #edit-payment-information-billing-information-field-nombre-de-la-empresa-wrapper, 
#edit-payment-information #edit-payment-information-billing-information-field-cif-wrapper,
#edit-payment-information #edit-payment-information-billing-information-field-direccion-de-la-empresa-wrapper, 
.layout-checkout-form #edit-payment-information-billing-information-edit-button {
    display: none;
}
.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"], 
.layout-checkout-form.forms_visible #edit-payment-information .form-item-payment-information-billing-information-field-dni-0-value, 
.layout-checkout-form.forms_visible #edit-payment-information .form-item-payment-information-billing-information-field-telefono-0-value, 
.layout-checkout-form.forms_visible #edit-payment-information .form-item-payment-information-billing-information-field-condiciones-value, 
.layout-checkout-form.forms_visible #edit-payment-information .form-item-payment-information-billing-information-field-facturacion-como-empresa-value, 
.layout-checkout-form.forms_visible #edit-payment-information #edit-payment-information-billing-information-field-nombre-de-la-empresa-wrapper, 
.layout-checkout-form.forms_visible #edit-payment-information #edit-payment-information-billing-information-field-cif-wrapper,
.layout-checkout-form.forms_visible #edit-payment-information #edit-payment-information-billing-information-field-direccion-de-la-empresa-wrapper, 
.layout-checkout-form.forms_visible #edit-payment-information #edit-payment-information-billing-information-address-0 {
    display: block;
}
#block-unilabs-content.step-3 #edit-payment-information-billing-information {
    display: none;
}
.form-item-payment-information-billing-information-select-address .address-book__profile {
    width: 100%;
    padding: 20px;
    border:1px solid #CCC;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.64px;
    color: #373737;
    margin-bottom: 25px;    
    position: relative;
}
.form-item-payment-information-billing-information-select-address .address-book__profile.selected {
    border:1px solid #E43317;
    color: #E43317;
    padding-left: 45px;
}
.form-item-payment-information-billing-information-select-address .address-book__profile.selected:before {
    content:'\f00c';
    position: absolute;
    font-weight: normal;
    font-family: 'FontAwesome';
    color: #E43317;
    font-size: 16px;
    top: 20px;
    left: 20px;
}
#edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"].visible {
    display: block;
}
.form-item-payment-information-billing-information-select-address .address-book__profile.addresses_container_button {
    padding: 25px;
}
.form-item-payment-information-billing-information-select-address .addresses_container_button {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 85.5%;
    text-align: center;
    letter-spacing: -0.06em;
    color: #373737;
    padding: 8px 16px;
    border:1px solid #CCC;
    cursor: pointer;
    float: right;
}
a#edit-login-returning-customer-forgot-password::after {
    content: url(https://unidrup.devf6.es/modules/custom/cssnk_store/images/arrow-right.svg);
    position: absolute;
    top: -6px;
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
.legend-direction p {
    display: none;
}
label[for="edit-payment-information-billing-information-field-cif-0-value"], 
label[for="edit-payment-information-billing-information-field-direccion-de-la-empresa-0-value"], 
label[for="edit-payment-information-billing-information-field-nombre-de-la-empresa-0-value"], 
#edit-payment-information-billing-information-field-cif-0-value, 
#edit-payment-information-billing-information-field-direccion-de-la-empresa-0-value, 
#edit-payment-information-billing-information-field-nombre-de-la-empresa-0-value {
    display: none;
}
#edit-coupon-redemption .alert.alert-danger {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;    
    letter-spacing: -0.64px;
    color: #E43317;
    border: 0px;
    background: none;    
    position: relative;   
    padding: 0px 25px;     
    line-height: 22px;
}
#edit-coupon-redemption .alert.alert-danger:before {
    content:'\f00d';
    font-family: 'FontAwesome';
    position: absolute;
    top:-2px;
    left: 0px;
    font-size: 16px;
    color: #E43317;
    line-height: 22px;
}
.user-page .content-right #block-unilabs-content article {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;    
    letter-spacing: -0.64px;
    border: 0px;
    background: none;    
    position: relative;   
    padding: 0px 25px;     
    line-height: 25px;
}
.user-page .content-right #block-unilabs-content article > div {
    display: flex;
}
.user-page .content-right #block-unilabs-content article div div:first-child {
    font-weight: bold;
    width: 150px;
}
.user-page .content-right #block-unilabs-content article .js-form-item {
    display: none;
}
/** Temporal **/
.form-item-payment-information-billing-information-address-0-address-country-code, 
.form-item-payment-information-billing-information-address-1-address-country-code, 
.form-item-payment-information-billing-information-address-2-address-country-code, 
#block-cssnktabsblock li:nth-child(2) {
    display: none !important;
}
.store-breadcrumb ul li span {
    font-family: 'Roboto'; 
}
@media (max-width:1200px) {
    #header_container {
        padding-left: 0px;
        padding-right: 0px;
    }
    #block-mainnavigation a {
        font-size: 13px;
    }
}
@media (max-width:991px) {    
    #header_container #block-cart {
        margin-top: 0px;
    }
    .dialog-off-canvas-main-canvas > header .icons-header {
        margin-right: 0px;
        margin-top: 0px;
    }
}
@media (max-width:476px) {
    /* #header_container #block-gtranslate {
        position: absolute;
        top:5px;
        right: 5px;
    } */
    #block-unilabs-content .cabecera {
        position: relative;
    }
    #block-unilabs-content .cabecera .contenido {
        z-index: 2;
    }
    #block-unilabs-content .cabecera .contenido:before {
        content:'';
        position: absolute;
        z-index: 1;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background:rgba(0,0,0,0.5);
    }
    #block-unilabs-content .cabecera .title, 
    #block-unilabs-content .cabecera .maintitle, 
    #block-unilabs-content .cabecera .subtitle {
        position: relative;
        z-index: 3;
    }
}
select.error, 
input.error {
    border:1px solid #E43317 !important;
    color: #E43317 !important;
}
#edit-payment-information-billing-information-address-0-address-administrative-area {
    height: 54px;
}
@media (max-width:476px) {
    .carousel-control-next, 
   .carousel-control-prev {
       opacity: 1;
   }
   .carousel-control-prev-icon, 
   .carousel-control-next-icon {
       filter: invert(45%) sepia(60%) saturate(5601%) hue-rotate(344deg) brightness(85%) contrast(113%);
   }
   .product--add-to-cart #edit-submit {
       color: transparent;
       text-indent: -9999px;
       font-size: 0px;
    }
 }
 /*** Nuevo bloque para los adjuntos en la ficha de producto ***/
 .file.file--mime-text-plain.file--text a {
    color:#373737;
    text-transform: capitalize;
 }
 .lista-adjuntos .info span:not(.file--text) {
    clear: both;
    display: block;
    color: #373737;
 }
 .lista-adjuntos .info span:not(.file--text):before {
    content:'Tamaño: ';
    opacity: 0.5;
 }
 .lista-adjuntos .izq .fa.fa-file {
    font-size: 0px;
    background:url(../images/product_file_download.svg);
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 43px;
 } 
 /*** Loading para el booking ***/
 body.booking_loading:after {
     position: fixed;
     top: 0px;
     bottom:0px;
     left:0px;
     right:0px;
     content:'';
     background-color: rgba(255,255,255,0.7);
     background-image: url(../images/booking_spinner.gif);
     z-index: 999;
     background-repeat: no-repeat;
     background-position: center center;
 }
 /*** Loading para el booking - Fin ***/
 /*** Ocultar el botón de comrpar en los listados (donde no podemos controlar el booking) ***/
 .store-products-list .button--add-to-cart {
     display:none;
 }
 .store-products-list .views-row form {
     height:46px;
 }
 /*** Ocultar el botón de comrpar en los listados (donde no podemos controlar el booking) - Fin ***/
 .order-product-category, 
 .order-product-id {
     display:none;
 }
 main.front-page .container-main {
     max-width: 960px;
 }
 #modalWebsOfTheWorld .bt-visit-unilabs {
     margin:20px 0px;
 }
 .order-total-line-value {
     width: auto;
     min-width: 80px;
 } 

 /** 220307 **/
#edit-login-register-field-he-leido-y-acepto-las-cond-wrapper {
    order:8;
}
#edit-login-register-field-he-leido-y-acepto-la-polit-wrapper {
    order:9;
}
#edit-login-register-field-acepto-que-me-envien-comun-wrapper {
    order:10;
}
.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper input[data-drupal-selector="edit-login-register-register"] {
    order:11;
}
#commerce-checkout-flow-multistep-default input[type="checkbox"] {
    width: auto;
}
/** 220307 **/
/** #SIDN:220321:Nueva pantalla de login **/
#checkout-login-top-container {
    width: 438px;
    max-width: 100%;
    margin: 48px auto 56px auto;
}
#checkout-login-warning {
    width: 100%;
    padding: 8px 14px;
    background: url(../images/notification-bell.svg) no-repeat;
    background-position: 10px 10px;
    background-color: rgba(240, 142, 26, 0.2);    
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #F08E1A;
    padding-left:65px;
}
.checkout--main-login .cart--checkout-edit-only {
    /*
    20230516 - https://app.clickup.com/t/865cbxtky
    background-color: #FFF;
    */
    z-index: 2;
}
.only-tab {
    display: none;
}
@media (max-width: 992px) {
    .only-tab {
        display: block;
    }   
    #checkout-login-top-container a {
        display: flex;
    }
}
@media (max-width: 992px) {
    #checkout-login-top-container {
        margin-top: 30px;
    }
}
#checkout-login-top-container a {    
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
    margin-bottom: 32px;
}
#checkout-login-top-container .button-cart-back {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #D5D5D5;
}
@media (min-width: 992px) {
    /*
    20230516 - https://app.clickup.com/t/865cbxtky
    .checkout--main-login .cart--checkout-edit-only {
        background:url(../images/checkout-loing-left-background.jpg) no-repeat center center;
        background-size:cover;
    }
    */
}
/*
20230516 - https://app.clickup.com/t/865cbxtky
.checkout--main-login .carrito-coupon-actions a {
    color: #FFF !important;
}
*/
.checkout--main-login .button-cart-back i {
    color: #000 !important;
}
.checkout--new--account--register, 
#edit-login-returning-customer {
    width: 343px !important;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.checkout--main-login div#edit-login fieldset#edit-login-returning-customer a {
    padding-right: 35px;
    color: #000 !important;
    z-index: 1;
    width: 100%;
    display: inline-block;
}
.checkout--main-login div#edit-login fieldset#edit-login-returning-customer a span {
    color:#E53012 !important;
}
.container-main-checkout .checkout--new--account--register {
    order: 1;
    margin-bottom: 56px;
}
#edit-login-returning-customer-submit {
    background: #FFF !important;
    color: #E53012 !important;
}  
#edit-login-returning-customer-submit:hover {
    background: #E53012 !important;
    color: #FFF !important;
}  
#expandir-usuario, 
#expandir-login {
    background: #E53012;
    color: #FFF;
}
#expandir-usuario:hover, 
#expandir-login:hover {
    background: #FFF;
    color: #E53012;
}
#edit-login-returning-customer-submit, 
#expandir-usuario, 
#expandir-login {
    padding: 8px 0px !important;
}
@media screen and (max-width: 575px) {
    .checkout--main-login .cart--checkout-edit-only, 
    .container-main-checkout .cart--checkout-edit-only {
        /* Cambios 240411 */
        /*display: none;*/
        /* Cambios 240411 */
    }
    /* Mostramos el resumen que desaparece por debajo de 575 */
    .page-checkout--main-order-information .cart--checkout-edit-only {
        display: block;
    }
}
@media screen and (max-width: 992px) {
    /* Corrige el problema del botón que desaparece al editar dirección por debajo de 993px */
    .page-checkout--main-order-information .layout-region-checkout-footer {
        height: 200px;
    }
}
/* ocultar el chatbot en todo el proceso de compra  */
.page-checkout #moin-ai-container{
    display: none;
}
/** #SIDN:220321:Nueva pantalla de login - Fin **/
body #carouselMain .carousel-caption h1, 
body #carouselMain .carousel-caption .headline h5 {
    line-height: 100% !important;
}
/** TEMPORAL, MIENTRAS TENGAMOS EL SLIDE CON TANTÍSIMO TEXTO **/
body #carouselMain .carousel-caption .headline {
    width: calc(55% - 15px);
}
body #carouselMain .carousel-caption .headline p {
    font-size: 15px;
    line-height: 17px;
    text-align: justify;
}
/** TEMPORAL, MIENTRAS TENGAMOS EL SLIDE CON TANTÍSIMO TEXTO - FIN **/
body.product .product-information div[data-pruebas="unilabs"] {
    display: none !important;
}

@media (max-width:576px) {
    .form-item-payment-information-billing-information-select-address .address-book__profile {
        padding-bottom: 50px;
    }
    .form-item-payment-information-billing-information-select-address .addresses_container_button {
        margin-top: 10px;
    }
    /* .container-main-checkout .cart--checkout-edit-only {
        display: block;
    }
    .checkout--main-login .cart--checkout-edit-only {
        display: none;
    } */
}
@media (max-width:767px) {
    body.product_detail #moin-ai-button {
        bottom:88px !important;
        right: 0px;
    }
}
/** 220905 **/
body.page-node-type-article #block-unilabs-page-title {
    max-width: 100%;
}
@media (min-width: 767px) {
    #block-unilabs-content .align-left {
        width: auto;
        margin-right: 30px;
        margin-bottom: 30px;
    }
}
/** 220905 **/
/** 220929 **/
#block-cssnkcontactleadformblock {
    margin: 40px;
}
#block-cssnkcontactleadformblock form .form-item {
    width: 100%;
}
#block-cssnkcontactleadformblock form .form-item label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
#block-cssnkcontactleadformblock form input[type="text"], 
#block-cssnkcontactleadformblock form input[type="email"], 
#block-cssnkcontactleadformblock form input[type="number"], 
#block-cssnkcontactleadformblock form textarea {
    border-radius: 20px;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    background-color: #E8E8E8;
    border: 0;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: block;
    margin-top: 0.25rem;
}
#block-cssnkcontactleadformblock form textarea {
    min-height: 65px;
}
#block-cssnkcontactleadformblock form #edit-legal--wrapper legend {
    display: none;
}
#block-cssnkcontactleadformblock form .buttons {
    margin-top: 30px;
}
#block-cssnkcontactleadformblock form .buttons input[type="submit"] {
    border-radius: 25px;
}
#genetica_botones {
    justify-content: space-evenly;
}
#genetica_botones a i {
    margin-right: 5px;
}
.genetica_box {
    max-width: 350px;
    background-color: #E53012;
    color: #FFF;    
    text-align: left;
}
.genetica_box_content {
    padding: 20px;
}
.genetica_box_title {
    font-weight: 900;
    font-size: 23px;
    color: #FFF;
    line-height: 26px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}
.genetica_box_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #FFF;
    margin-top: 13px;
    min-height: 90px;
    margin-bottom: 37px;
}
.genetica_box_image {
    width: 100%;
    height: 125px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.genetica_box a {
    color: #E53012 !important;
    background: #fff !important;
    outline: 0 !important;
}
@media (max-width:576px) {
    body.page-node-571 #pd_body .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    #genetica_botones .genetica_box {
        margin-bottom: 30px;
    }
    #genetica_botones a {
        display: inline-block;
        width: 100%;
    }
    #block-cssnkcontactleadformblock {
        margin-left: 0px;
        margin-right: 0px;
    }
}
/** 220929 - Fin **/
.container-node-571 #block-unilabs-page-title {
    display: none !important;
}
/** Banner de acceso a la tienda **/
#banner_acceso_tienda {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F5F5F5;    
    display: flex;
}
/* #banner_acceso_tienda {
    display: none;
} */
#banner_acceso_tienda_content {
    padding: 57px 90px;
    width: 50%;
    
    font-family: 'Roboto';
    font-style: normal;    
}
#batc_title {
    font-weight: 900;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -0.64px;
    color: #000000;
    margin-bottom: 32px;
}
#batc_content {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;    
    letter-spacing: -0.64px;    
    color: #000000;
}
#batc_button {
    margin-top: 52px;
    color: #FFF;
    background-color: #E43317;
    text-align: center;
    padding: 16px;
    width: 100%;
    display: inline-block;    
    font-weight: 900;
    font-size: 16px;
    line-height: 85.5%;
}
#banner_acceso_tienda_image {
    display: flex;
    width: 50%;
}
#banner_acceso_tienda_image img {
    object-fit: cover;
}
@media (max-width:1199px) {
    #banner_acceso_tienda_content {
        padding: 20px 25px;
    }
}
@media (max-width:991px) {
    #batc_title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    #batc_content {
        font-size: 14px;
    }
    #batc_button {
        margin-top: 20px;
        font-size: 16px;
    }
}
@media (max-width:767px) {
    #banner_acceso_tienda {
        flex-wrap: wrap;
    }
    #banner_acceso_tienda_image {
        order:1;
        width: 100%;
        margin-bottom: 40px;
    }
    #banner_acceso_tienda_content {
        order:2;
        width: 100%;
        padding: 0px 16px;
    }
    #batc_title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    #batc_content {
        font-size: 16px;
        line-height: 22px;
    }
    #batc_button {
        margin-top: 40px;
        font-size: 16px;
        margin-bottom: 56px;
    }
}
/** Banner de acceso a la tienda - Fin **/
.pie_form_consent {
    font-size: 14px;
}
/* Deshabilitamos los botones de cantidad en el login, debido a fallo puntual */
.checkout--main-login .form-item-edit-quantity-0{ display: none !important; }

/** 231204: Nueva cabecera **/
.cabecera .img_cabecera {
    position: relative;
    width: 100% !important;
    left: 0px !important;
    -webkit-transform: translateX(-0%) !important;
    -moz-transform: translateX(-0%) !important;
    -ms-transform: translateX(-0%) !important;
    -o-transform: translateX(-0%) !important;
    transform: translateX(-0%) !important;
}
.cabecera {
    min-height: auto;
}
.cabecera .contenido{
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    max-width: none;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}
@media (max-width:776px) {
    .cabecera .contenido {
        width: 100%;
        padding: 20px;
        top:auto;
        bottom: 0px;
    }
    .cabecera .title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .cabecera .maintitle {
        font-size: 30px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .cabecera .subtitle {
        font-size: 15px;
        line-height: 20px;
    }
}
/** 231204: Nueva cabecera - Fin **/
/** 231205: Nueva cabecera (slider home + cabecera tienda) **/
body.tienda #carouselMain { margin-bottom: 50px; }
body.tienda #carouselMain .carousel-inner{ 
    /*max-height:358px;*/
    max-height:700px;/* navidad - 20241220 */
}
body.tienda #carouselMain .desktop { display: block; }
body.tienda #carouselMain .mobile { display: none; }
body.tienda #carouselMain .contenido {
    position: absolute;
    top: 10%;
    right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    max-width: none;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    text-align: right;
}
body.tienda #carouselMain .contenido .title{ color: #FFFFFF; }
@media (max-width:600px) {
    body.tienda #carouselMain .carousel-inner{ max-height: unset; }
    body.tienda #carouselMain .desktop { display: none; }
    body.tienda #carouselMain .mobile { display: block; }
    body.tienda #carouselMain .contenido{
        width: 100%;
        padding: 20px;
        top:auto;
        bottom: 0px;
    }
}
/** 231205: Nueva cabecera (slider home + cabecera tienda) - Fin **/

form.commerce-checkout-flow-multistep-default .checks-legales label{
    font-size: 14px;
    padding-left: 5px;
}
form.commerce-checkout-flow-multistep-default .checks-legales .buy-guest-message{ display: none; }