body {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    letter-spacing: -0.04em;
    background-color: #fff;
}

a {
    color: #E53012;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}
.red{color: #E53012;}
.modal-backdrop {
    z-index: 109;
}

.btn-danger {
    display: inline-block;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background: #E53012;
    cursor: pointer;
    transition: all ease 0.5s;
    border: solid 1px #E53012;
}
btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #F7A504;
    border-color: #F7A504;
}

header div .title {
    display: none;
}

.btn-danger:hover {
    color: #E53012;
    background: #fff;
    outline: 0;
}

.btn-warning {
    background: #f7a700;
    color: white;
    border: 1px solid #f7a700;
    outline: none;
    padding: 6px 25px;
    font-weight: 700;
    margin-left: 10px;
    border-radius: 0;
    transition: all ease 0.5s;
    border-radius: 10px;
}

.btn-warning:hover {
    background: #fff;
    color: #f7a700;
}
.unilabs-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.unilabs-alert-warning {
    color: #FFFFFF;
    background-color: #F7A504;
    border-color: #F7A504;
}
.unilabs-alert-danger {
    color: #FFFFFF;
    background-color: #E53012;
    border-color: #E53012;
}


/* Relación aspecto logo y contenedores */


/* @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }

    .navbar-brand img {
        width: 100px;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {    
    .navbar-brand img {
        display: none;
    }
}
/*
@media (max-width: 992px) {
    body .dialog-off-canvas-main-canvas > header {
        background: white;
    }
}
*/


/* Header menu */

body .dialog-off-canvas-main-canvas>header {
    width: 100%;
    z-index: 500;
    min-height: 90px;
    padding: 0px;
    height: auto;
    box-shadow: rgb(0 0 0 / 15%) 0 2px 4px;
    background: white;
}

body .dialog-off-canvas-main-canvas>header::after {
    content: ' ';
    display: none;
    position: absolute;
    top: 0;
    right: 30px;
    width: 90px;
    height: 90px;
    background: url(../images/pcs-symbol.svg) center right no-repeat;
    z-index: 111;
}

body .dialog-off-canvas-main-canvas>header .icons-header {
    display: flex;
    align-items: center;
}

body .dialog-off-canvas-main-canvas>header .commerce--user--cart--kit #lang-trigger a {
    display: block;
    height: 30px;
    width: 30px;
    padding: 0;
    border-bottom: none;
    text-indent: -9999px;
    margin-right: 8px;
    background: url(../images/globe.svg) 0 0 no-repeat;
    background-size: 32px;
    margin-left: 10px;
    margin-top: -2px;
}

body .dialog-off-canvas-main-canvas>header .commerce--user--cart--kit #mainmenu-contact a {
    display: block;
    height: 24px;
    width: 24px;
    padding: 0;
    background: url(../images/mainmenu-contact.svg) 0 0 no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    margin-right: 10px;
}

.navbar-light .navbar-brand {
    order: 0;
}

.navbar-light .icons-header {
    align-items: center;
}

.gtranslate {
    top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .dialog-off-canvas-main-canvas>header .icons-header #lang-trigger {
        padding-left: 20px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    body .dialog-off-canvas-main-canvas>header .icons-header #lang-trigger {
        padding-left: 5px;
        border-left: none;
    }
    body .dialog-off-canvas-main-canvas>header .icons-header #mainmenu-contact {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    body .dialog-off-canvas-main-canvas>header .icons-header {
        margin: 0 10px;
    }
}

body .dialog-off-canvas-main-canvas>header .icons-header #search-trigger a {
    display: block;
    height: 24px;
    width: 24px;
    padding: 0;
    background: url(../images/search-icon.svg) 0 0 no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}


/* MAIN */


/* body .dialog-off-canvas-main-canvas > main{
    padding-top: 46px;
} */

body .dialog-off-canvas-main-canvas>main>.container-main {
    padding-top: 20px;
}

@media (max-width: 768px) {
    body .dialog-off-canvas-main-canvas>main {
        padding-top: 0px;
    }
}

body .dialog-off-canvas-main-canvas>.front-page>.container-main .views-element-container {
    display: none;
}

body .go-back {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    transition: color ease 0.25s;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    z-index: 25;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #E53012;
    padding: 5px 14px;
    border-radius: 25px;
    color: white;
}

body #block-unilabs-page-title h1 {
    color: #f7a700;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 28px;
    line-height: 31px;
    margin: 0;
    text-transform: uppercase;
}

body .card-img-top {
    height: 130px;
    border-radius: 10px 10px 0 0;
}

body .youtube-container {
    margin: 0;
    height: 130px;
}

body .youtube-field-player {
    width: 100%;
    height: 130px;
    border-radius: 10px 10px 0 0;
}

@media (min-width: 576px) and (max-width: 991px) {
    body .card-img-top {
        height: 100px;
    }
    body .youtube-container {
        height: 100px;
    }
    body .youtube-field-player {
        height: 100px;
    }
}

article.contextual-region img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.columna-imagen {
    display: flex;
}

@media (max-width:768px) {
    .columna-imagen {
        flex-flow: wrap;
    }
}

.columna-imagen div {
    padding-right: 30px;
}

body article.contextual-region p {
    text-align: justify;
}

body article.contextual-region a {
    text-decoration: none;
}

body article.contextual-region a:hover {
    color: #f7a700;
    border-bottom: 1px solid #f7a700;
}

body .nav-tabs {
    border-bottom: none;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #E8E8E8;
    border-radius: 5px;
}

body .nav-pills li a {
    color: #58595b;
    font-weight: 700;
    text-transform: uppercase;
}

body .nav-pills .nav-link.active,
body .nav-pills li a:hover {
    color: white;
    background-color: #f7a700;
}

body .tab-content {
    margin: 25px 0;
}

body .cta-marcacoes a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    transition: color ease 0.25s;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    z-index: 25;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #E53012;
    padding: 5px 14px;
    border-radius: 25px;
    color: white;
}

body .card {
    margin-bottom: 30px;
    box-shadow: 0 0 10px #c3c3c3;
}

body .card .titulo-centro h2 {
    font-size: 20px;
    min-height: 60px;
}

@media (min-width: 769px) and (max-width: 1199px) {
    body .card .bloque-centro {
        min-height: 365px;
    }
    body .card .titulo-centro {
        min-height: 80px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    body .card .bloque-centro {
        min-height: 350px;
    }
    body .card .titulo-centro {
        min-height: 60px;
    }
}

@media (max-width: 576px) {
    body .card .bloque-centro {
        min-height: 0px;
    }
}


/* Noticias */

.view-noticias {}

.view-glosario .views-row,
.view-faqs .views-row,
.view-noticias .views-row {
    padding: 30px;
    margin: 40px;
    border-bottom: 1px solid #dee2e6;
}

.view-faqs .views-row .image img,
.view-glosario .views-row .image img,
.view-noticias .views-row .image img {
    max-width: 100%;
    margin-bottom: 20px;
}

.view-faqs .views-row .title a,
.view-glosario .views-row .title a,
.view-noticias .views-row .title a {
    font-size: 24px;
    line-height: 22px;
    color: #E53012;
    margin: 0 0 10px 0;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.5s;
}

.view-faqs .views-row .body,
.view-glosario .views-row .body,
.view-noticias .views-row .body {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: justify;
}

.view-faqs .views-row .read-more,
.view-glosario .views-row .read-more,
.view-noticias .views-row .read-more {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-top: 10px
}

.view-faqs .views-row .read-more a,
.view-glosario .views-row .read-more a,
.view-noticias .views-row .read-more a {
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: solid 1px #E53012;
    font-weight: 700;
    text-decoration: none;
    transition: color ease 0.25s;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    z-index: 25;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #E53012;
    padding: 8px 18px;
    border-radius: 25px;
}

.view-faqs .views-row .read-more a:hover,
.view-glosario .views-row .read-more a:hover,
.view-noticias .views-row .read-more a:hover {
    color: #E53012;
    background: #fff;
    outline: 0;
}


/* Clinicas */

.google-map-field p {
    border-bottom: none;
}

.page-clinics article p {
    padding: 15px 0;
    border-bottom: 1px solid #f7a700;
}


/* FOOTER */

footer.region-site-footer {
    /* margin-top: 180px; */
    margin-top: 40px;
    position: relative;
    background: #F5F5F5;
    box-shadow: none;
    /* background: white; */
    /* box-shadow: rgb(0 0 0 / 15%) 0 -2px 4px; */
}

.footer-head {
    padding: 50px 0;
    font-size: 12px;
    line-height: 15px;
    color: black;
    /* border-bottom: #E8E8E8 1px solid; */
    border-bottom: none;
}

@media (max-width:575px) {
    footer.region-site-footer {
        box-shadow: none;
    }
    .footer-head {
        border-bottom: none;
    }
}

.footer-head div .title {
    /* font-size: 16px; */
    font-size: 18px;
    /* line-height: 20px; */
    line-height: 22px;
    margin: 0;
    padding: 15px 45px 15px 0;
    /* font-weight: 700; */
    font-weight: 400;
    /* color: #E53012; */
    color: #373737;
    opacity: 0.4;
    visibility: inherit !important;
}

footer.region-site-footer nav ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

footer.region-site-footer nav ul li {
    padding: 0 0 5px 0;
    margin: 0;
}

footer.region-site-footer nav ul li a {
    color: black;
    text-decoration: none;
}

.footer-news {
    margin-top: 15px;
}

.footer-news a {
    background-color: #E53013;
    color: white;
    border: 2px solid white;
    padding: 10px 6px;
    display: block;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
    transition: color ease 0.5s;
    text-align: center;
    width: fit-content;
}

nav#block-social>ul,
nav#block-app-2>ul {
    display: flex;
}

footer.region-site-footer nav ul {
    margin: 0;
    list-style: none;
}

nav#block-social li,
nav#block-app-2 li {
    display: inline-block;
    height: 42px;
    width: calc((100% / 3) - (8px / 3));
    width: 30px;
    background-size: 30px;
}

footer.region-site-footer nav ul li {
    padding: 0 0 5px 0;
    margin: 0;
}

nav#block-social li a,
nav#block-app-2 li a {
    padding-top: 20px;
    color: transparent;
    font-size: 8px;
    text-decoration: none;
    display: block;
}

nav#block-social li a {
    padding-top: 0 !important;
    color: #373737;
    opacity: 0.4;
}

footer.region-site-footer nav ul li a {
    /* color: black; */
    color: #666666;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    text-decoration: none;
}

nav#block-social li a,
nav#block-app-2 li a {
    padding-top: 20px;
    color: black;
    text-decoration: none;
    display: block;
}

nav#block-social li a.ios,
nav#block-app-2 li a.ios {
    background: url(../images/i-apple.svg) no-repeat center left;
}


/* SEGUNDO FOOTER */

footer.region-site-footer .footer-signoff {
    padding: 20px 0;
}

footer.region-site-footer .footer-signoff .container {
    border-top: 1px solid #E4E7EC;
}

footer.region-site-footer .footer-signoff .container .row {
    margin-top: 30px;
}

footer.region-site-footer .footer-signoff .container .row .col {
    padding-right: 0;
    padding-left: 0;
}

footer.region-site-footer .footer-signoff .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer.region-site-footer .footer-menus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #373737;
    opacity: 0.4;
}

footer.region-site-footer .footer-menus .block-count--1 {
    display: none;
}

footer.region-site-footer .footer-menus .copyright-footer {
    margin: 10px 0;
}

footer.region-site-footer .footer-menus .copyright-footer p {
    margin-bottom: 0;
}

footer.region-site-footer .footer-signoff h4 {
    margin: 0;
    padding: 0;
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

footer.region-site-footer .footer-signoff ul {
    padding: 0;
    list-style: none;
    margin: 20px auto !important;
    text-align: center;
}

footer.region-site-footer .footer-signoff ul li {
    display: inline-block;
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 15px;
    color: black;
    padding: 0 8px 0 0;
    margin: 0 5px 0 0;
    /* border-right: 1px solid #58595b; */
    border-right: none;
}

footer.region-site-footer .footer-signoff ul li:last-child {
    padding-right: 0;
    margin-right: 0 !important;
    border-right: 1px solid transparent;
}

footer.region-site-footer .footer-signoff ul li a {
    color: black;
    text-decoration: none;
    /* text-transform: uppercase; */
    text-transform: none;
}

footer.region-site-footer .footer-signoff ul {
    margin: 10px 0;
    list-style: none;
}

.footer-head .col-12.col-md-4.footer-top-1.footer-top-social {
    margin: 10px 0;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 22px;
}

.footer-head .col-12.col-md-4.footer-top-1.footer-top-social .navbar-brand {
    padding: 0;
}

.footer-head .col-12.col-md-4.footer-top-1.footer-top-social .navbar-brand img {
    max-height: 35px;
}

.footer-head .col-12.col-md-4.footer-top-1.footer-top-social p {
    margin: 24px 0;
}

.footer-head .col-12.col-md-4.footer-top-1.footer-top-social ul li a {
    padding-top: 0;
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

@media (max-width:767px) {
    .footer-head {
        padding: 32px 0;
    }
    .footer-head .col-12.col-md-4.footer-top-1.footer-top-social {
        margin-bottom: 10px;
    }
    footer.region-site-footer .footer-signoff {
        padding: 0 0 20px 0;
    }
    footer.region-site-footer .footer-signoff .container .row {
        margin-top: 32px;
    }
    footer.region-site-footer .footer-menus {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
}


/*** Selector de idiomas igual que el de PT ***/

#gtranslate_selector {
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 14px;
}

#header_container {
    justify-content: flex-end;
    flex-wrap: nowrap;
    /* padding: 10px; */
}

body .dialog-off-canvas-main-canvas>header .icons-header #lang-trigger {
    /* padding-left: 10px; */
    padding-left: 0;
}

.gtranslate {
    width: auto;
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-brand {
    margin-right: 1rem;
}

.navbar-brand {
    margin-right: auto;
}


/*** Selector de idiomas igual que el de PT - Fin ***/


/* ESTILOS GENERALES */

body {
    padding: 0;
    margin: 0;
}

h1,
h2,
p,
a {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    color: #E43317;
}

h3 {
    /*font-size: 24px;*/
    font-size: 16px;
}

a {
    text-decoration: none !important;
}


/* ESTILOS CONTENIDO */

.page-node-280 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.main-container {
    display: flex;
    min-height: 100vh;
}

.image-result {
    width: 40%;
    position: relative;
}

.image-result img {
    width: 100%;
}

.image-result .image2 {
    display: none;
}

.image-result .back-result {
    width: 180px;
    display: flex;
    flex-flow: wrap;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px;
    background: #fff;
}

.image-result .acceso {
    width: 165px;
}

.image-result .back-result a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.image-result .back-result a img {
    width: 15px;
    margin-right: 10px;
}

.image-result .back-result img {
    width: 100%;
}

.access-result {
    width: 60%;
    display: flex;
    justify-content: center;
}

.access-result>div {
    width: 100%;
    padding: 60px 100px;
}

.access-result .access-head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

.access-result .faq {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D5D5D5;
}

.access-result .access-head .access-back .icono-back {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    color: #373737;
}

.access-result .access-head .access-back .icono-back img {
    width: 40px;
    padding: 11px;
    background: #D5D5D5;
}

.access-result .faq .access-title {
    width: 100%;
}

.access-result .access-head .access-title h1 {
    font-size: 38px;
    font-weight: 900;
    margin: 0;
}

.access-result .faq .access-title h1 {
    margin-bottom: 30px;
}

.access-result .access-head .access-title .sesion {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.access-result .access-head .access-title .sesion:hover {
    background: #ca2107;
}

.access-result .access-one {
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
}

.access-result .access-one h2 {
    margin: 20px 0;
}

.access-result .access-one p {
    margin: 0 0 30px 0;
}

.access-result .access-one a {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.access-result .access-one a:hover {
    background: #ca2107;
}

.access-result .access-two h2 {
    margin: 20px 0;
}

.access-result .access-two p {
    margin: 0 0 30px 0;
}

.access-result .access-two a:not(.gtflag) {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #E43317;
    border: 1px solid #E43317;
    background: #fff;
    transition: all 400ms ease;
}

.access-result .access-two a:not(.gtflag):hover {
    color: #fff;
    background: #E43317;
}

.access-result .access-three h2 {
    margin: 20px 0;
    color: #000;
}

.access-result .access-three p {
    margin-bottom: 40px;
}

.access-result .access-three a {
    color: #F08E1A;
    border-bottom: 1px solid transparent;
}

.access-result .access-three a:hover {
    border-bottom: 1px solid #F08E1A;
}

.ckeditor-accordion-container>dl {
    border: 1px solid transparent;
}

.access-result .access-three .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.access-result .access-three .container-fluid a:hover {
    border-bottom: none;
}

.ckeditor-accordion-container>dl dd p {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

.ckeditor-accordion-container>dl dt>a {
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
}

.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle {
    left: 92%;
}

.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:before,
.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:after {
    background: #000;
}

#acceso-resultados #block-gtranslate-2 {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: 0;
    padding: 0 100px;
    width: 100%;
    right: 0;
    display: none;
}

@media screen and (max-width: 991px) {
    .main-container {
        flex-flow: wrap;
    }
    .image-result {
        width: 100%;
    }
    .image-result .image1 {
        display: none;
    }
    .image-result .image2 {
        display: block;
    }
    .image-result .back-result {
        width: 156px;
        top: 153px;
        padding: 7px;
    }
    .access-result {
        width: 100%;
    }
    .access-result>div {
        padding: 30px;
    }
    #acceso-resultados #block-gtranslate-2 {
        position: absolute;
        /*display: flex;*/
        display: none;
        justify-content: flex-end;
        top: 0;
        padding: 0;
        width: 100%;
        right: 0;
        /*background: #ffffffde;*/
    }
}

@media screen and (max-width: 767px) {
    #acceso-resultados #block-gtranslate-2 .gtranslate {
        padding: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .image-result .image1 {
        display: block;
    }
    .image-result .image2 {
        display: none;
    }
    .access-result .access-head {
        margin-bottom: 45px;
    }
    .access-result .access-head .access-title h1 {
        font-size: 28px;
    }
    .access-result .access-one h2,
    .access-result .access-two h2 {
        font-size: 20px;
    }
    .access-result .access-one p,
    .access-result .access-two p {
        font-size: 14px;
    }
}

.slider_name,
.slider_description {
    display: none;
}


/* ESTILOS CONTENIDO carrito */

.main-container-cart {
    display: flex;
    min-height: 100vh;
}

.product-cart {
    width: 100%;
    background: #F5F5F5;
}

.product-cart .trash-elements img {
    width: 25px;
}

.product-cart .product-cart-top {
    display: flex;
    justify-content: space-between;
}

.product-cart .product-cart-top .cart-discount {
    background: #fff;
    border: 1px solid #DADADA;
    padding: 8px 16px 8px 16px;
    font-size: 14px;
    font-weight: 900;
    line-height: 11, 97px;
    text-transform: uppercase;
    color: #666666;
}

.product-cart .product-cart-top .cart-discount:hover {
    background: #DADADA;
}

.product-cart .cart-coupon {
    visibility: hidden;
}

.product-cart .cart-coupon.active {
    display: flex;
    justify-content: space-between;
    visibility: visible;
    margin: 30px 0;
}

.product-cart .cart-coupon>div {
    width: 90%;
    display: flex;
}

.product-cart .cart-coupon button {
    border: none;
    background: transparent;
}

.product-cart .cart-coupon input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 13px 12px 11px 12px;
    border: 1px solid #fff;
}

.product-cart .cart-coupon>div button {
    padding: 8px 15px;
    background: #E43317;
}

.product-cart .cart-coupon>div button img {
    width: 20px;
}

.product-cart .back-result .button-cart-back {
    margin-right: 10px;
    padding: 10px;
    background: #D5D5D5;
}

.product-cart .back-result a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.product-cart .back-result a img {
    width: 20px;
}

.product-cart .cart-product {
    display: flex;
    flex-direction: column;
}

.product-cart .cart-product h4 {
    margin-bottom: 20px;
}

.product-cart .cart-product .tabla {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.product-cart .cart-product .tabla .tabla-element-1 {
    width: 80%;
    display: flex;
}

.product-cart .cart-product .tabla .tabla-element-1 button {
    border: none;
    background: none;
}

.product-cart .cart-product .tabla .tabla-element-1 .image-product img {
    width: 70px;
    margin: 0 20px;
}

.product-cart .cart-product .tabla .tabla-element-1 .info-product a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

.product-cart .cart-product .tabla .tabla-element-1 .info-product .quantity-product #disminuir {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    color: #373737;
    background: #fff;
    border: 1px solid #D5D5D5;
}

.product-cart .cart-product .tabla .tabla-element-1 .info-product .quantity-product .input-number {
    background: none;
    width: 25px;
    border: none;
}

.product-cart .cart-product .tabla .tabla-element-1 .info-product .quantity-product #aumentar {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    color: #fff;
    background: #F7A504;
    border: 1px solid #F7A504;
}

.product-cart .cart-product .tabla .tabla-element-2 .subtotal-product {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.product-cart .cart-product .tabla .tabla-element-2 .total-product {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

.product-cart-result {
    width: 50%;
    display: flex;
    justify-content: center;
}

.product-cart-result h2 {
    font-size: 24px;
    font-weight: 500;
    color: #373737;
}

.product-cart-result p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.product-cart-result>div {
    width: 100%;
    padding: 60px;
}

.product-cart-result .access-head {
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    margin-bottom: 60px;
}

.product-cart-result .faq {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D5D5D5;
}

.product-cart-result .access-head .access-back .icono-back {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    color: #373737;
}

.product-cart-result .access-head .access-back .icono-back img {
    width: 20px;
    padding: 11px;
    background: #D5D5D5;
}

.product-cart-result .access-log {
    padding-bottom: 30px;
}

.product-cart-result .access-log h2 {
    margin-bottom: 10px;
}

.product-cart-result .access-log p {
    margin: 0 0 30px 0;
}

.product-cart-result .access-log .log-account {
    display: flex;
    flex-direction: column;
}

.product-cart-result .access-log .log-account label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #373737;
}

.product-cart-result .access-log .log-account input {
    margin-bottom: 20px;
    padding: 11px 12px 11px 12px;
    background: #F5F5F5;
    border: none;
}

.product-cart-result .access-log .log-account button {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.product-cart-result .access-log .log-account button:hover {
    background: #ca2107;
}

.product-cart-result .access-log p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.product-cart-result .access-log p a {
    color: #E43317;
    border-bottom: 1px solid transparent;
}

.product-cart-result .access-log p a:hover {
    border-bottom: 1px solid #E43317;
}

.product-cart-result .log-register h2 {
    margin: 10px 0;
}

.product-cart-result .log-register p {
    margin: 0 0 30px 0;
}

.product-cart-result .log-register a {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #E43317;
    border: 1px solid #E43317;
    background: #fff;
    transition: all 400ms ease;
}

.product-cart-result .log-register a:hover {
    color: #fff;
    background: #E43317;
}


/* DATOS PERSONALES */

.product-cart-result .status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.product-cart-result .status hr {
    width: 30px;
}

.product-cart-result .status .step-1,
.product-cart-result .status .step-2,
.product-cart-result .status .step-3 {
    padding: 10px;
    border: 2px solid #D5D5D5;
}

.product-cart-result .status .step-1 img,
.product-cart-result .status .step-2 img,
.product-cart-result .status .step-3 img {
    width: 25px;
    height: 25px;
}

.product-cart-result .status .active {
    background: #E43317;
    border: 2px solid #E43317;
}

.product-cart-result .status .disable {
    background: #D5D5D5;
}

.product-cart-result .form-personal .personal-data {
    display: flex;
    flex-direction: column;
}

.product-cart-result .form-personal .personal-data label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.product-cart-result .form-personal .personal-data input {
    margin-bottom: 10px;
    padding: 0 12px;
    height: 44px;
    background: #F5F5F5;
    border: none;
}

.product-cart-result .form-personal .personal-data button,
.product-cart-result .payment-methods button,
.confirmation>div .download-payment {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.product-cart-result .form-personal .personal-data button:hover {
    background: #ca2107;
}


/* DIRECCIONES */

.product-cart-result .personal-direction {
    display: flex;
    flex-direction: column;
}

.product-cart-result .personal-direction .check-direction {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
    border: 1px solid #D5D5D5;
}

.product-cart-result .personal-direction .check-direction input {
    margin-top: 4px;
    margin-right: 10px;
}

.product-cart-result .personal-direction .check-direction label {
    width: 98%;
}

.product-cart-result .personal-direction .check-direction label p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.product-cart-result .personal-direction .check-direction label .direction-name {
    font-weight: 500;
}

.product-cart-result .personal-direction .check-direction #cbox-direction {
    display: flex;
    justify-content: space-between;
}

.product-cart-result .personal-direction #edit-direction {
    width: 100%;
    display: block;
    padding: 5px 20px;
    margin-top: 0;
    background: #fff;
    font-size: 14px;
    color: #373737;
    border: 1px solid #D5D5D5;
}

.product-cart-result .personal-direction #edit-direction:hover {
    background: #DADADA;
    border: 1px solid #DADADA;
}

.product-cart-result .personal-direction #add-direction {
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-top: 0;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #373737;
    border: 1px solid #373737;
    background: #fff;
    transition: all 400ms ease;
}

.product-cart-result .personal-direction #add-direction:hover {
    background: #DADADA;
    border: 1px solid #DADADA;
}

.product-cart-result .personal-direction button {
    width: 100%;
    display: block;
    margin-top: 200px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.product-cart-result .personal-direction button:hover {
    background: #ca2107;
}

.product-cart-result .personal-direction .active {
    border: 1px solid #F7A504;
}

.product-cart-result .personal-direction .active .direction-name {
    color: #F7A504;
}


/* MODOS PAGO */

.product-cart-result .payment-methods {
    display: flex;
    flex-direction: column;
}

.product-cart-result .payment-methods .method-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
    border: 1px solid #D5D5D5;
}

.product-cart-result .payment-methods .method-1 input {
    width: 20px;
    height: 20px;
}

.product-cart-result .payment-methods .method-1 label {
    width: 85%;
}

.product-cart-result .payment-methods .method-1 label img {
    margin-right: 5px;
}

.product-cart-result .payment-methods .security-conditions {
    margin-top: 200px;
}

.product-cart-result .payment-methods button:hover {
    background: #ca2107;
}


/* CONFIRMATION */

.confirmation {
    background: #F5F5F5;
}

.confirmation>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    margin: 0 auto;
    padding: 60px;
    background: #fff;
}

.confirmation>div .user-confirmation {
    text-align: center;
}

.confirmation>div .user-confirmation img {
    width: 80px;
}

.confirmation>div .user-confirmation h3 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #70CD84;
}

.confirmation>div .user-confirmation p {
    margin-bottom: 40px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.confirmation>div .date-buy {
    display: flex;
    justify-content: space-between;
}

.confirmation>div .date-buy span:first-of-type {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

.confirmation>div .date-buy span:last-of-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #373737;
}

.confirmation>div .confirmation-table {
    padding: 20px;
    background: #F5F5F5;
}

.confirmation>div .confirmation-table>span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #666666;
}

.confirmation>div .confirmation-table .product-buy {
    border-bottom: 1px solid #D5D5D5;
    margin: 10px 0;
    padding-bottom: 10px;
}

.confirmation>div .confirmation-table .product-buy,
.confirmation>div .confirmation-table .total-buy {
    display: flex;
    justify-content: space-between;
}

.confirmation>div .confirmation-table .product-buy span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.confirmation>div .confirmation-table .product-buy .product-discount {
    text-decoration: line-through;
    color: #666666;
}

.confirmation>div .confirmation-table .total-buy span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

.confirmation>div .confirmation-table .total-buy .total-price {
    font-size: 24px;
    font-weight: 500;
    color: #E43317;
}

.confirmation>div .download-payment:hover {
    background: #ca2107;
}

.confirmation>div .search-labo {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 16px 0;
    color: #F7A504;
}

.confirmation>div .back-init {
    width: 100%;
    display: block;
    padding: 16px 0;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #373737;
    border: 1px solid #373737;
    background: #fff;
    transition: all 400ms ease;
}

.confirmation>div .back-init:hover {
    background: #DADADA;
    border: 1px solid #DADADA;
}

@media screen and (max-width: 991px) {
    .main-container {
        flex-flow: wrap;
    }
    .product-cart {
        width: 100%;
    }
    .product-cart>div {
        width: 100%;
        position: relative;
    }
    .product-cart-result {
        width: 100%;
    }
    .product-cart-result>div {
        padding: 60px;
    }
    .confirmation>div {
        width: 70%;
    }
}

@media screen and (max-width: 575px) {
    .product-cart-result .access-head .access-title h1 {
        font-size: 28px;
    }
    .product-cart-result .access-log h2,
    .product-cart-result .log-register h2 {
        font-size: 20px;
    }
    .product-cart-result .access-log p,
    .product-cart-result .log-register p {
        font-size: 14px;
    }
    .product-cart-result .payment-methods button {
        margin-top: 20px;
    }
    .product-cart-result .personal-direction .check-direction #cbox-direction {
        flex-wrap: wrap;
    }
    .product-cart-result .payment-methods .security-conditions {
        margin-top: 60px;
    }
    .confirmation>div {
        width: 100%;
        padding: 40px 25px;
    }
    .confirmation>div .user-confirmation p {
        padding: 0;
    }
}

.js-form-item.form-item.js-form-type-radio.form-item-payment-information-payment-method.js-form-item-payment-information-payment-method {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
    border: 1px solid #D5D5D5;
}

.cart--cart-block #cart-visit {
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-radius: 30px;
    margin-right: 10px;
    text-align: center;
}

div#cart-visit {
    position: relative;
}

div#cart-visit .fa-shopping-bag {
    padding: 2px;
    color: black;
}

div#cart-visit .cart--counter {
    color: white;
    position: absolute;
    background: red;
    text-align: revert;
    font-size: 9px;
    font-weight: 900;
    top: 14px;
    left: 14px;
    border-radius: 70px;
    display: block;
}

div#cart-visit .cart--counter>span {
    width: 16px;
    max-width: 16px;
    height: 16px;
    display: block;
    line-height: 17px;
}

div .commerce--user--cart--kit {
    display: flex;
    align-items: center;
    margin-right: 0;
}

div .commerce--user--cart--kit .dropdown--user--details>a>i {
    color: black;
    padding: 2px;
}

div .commerce--user--cart--kit .dropdown--user--details {
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-radius: 30px;
    margin-right: 10px;
    text-align: center;
}

.dropdown--user--details .dropdown-menu--cart.show {
    top: 100%;
    right: 0;
}

.dropdown--user--details .dropdown-menu--cart {
    position: absolute;
    /* top: 100%;
    /* left: 0; */
    /* right: 0; */
    z-index: 1000;
    display: none;
    float: left;
    max-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown--user--details .dropdown-menu--cart.active {
    display: block;
}


/* ESTILOS CONTENIDO */

.main-container-product {
    display: flex;
    width: 100%;
    min-height: 100vh;
    margin-top: 70px;
}

.product-images {
    width: 45%;
    background: #F5F5F5;
}

.product-images>div {
    padding: 60px;
}

.product-images .back-result .button-cart-back {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 0px;
    width: 36px;
    height: 36px;
    background: #D5D5D5;
}

.product-images .back-result a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.product-images .back-result a img {
    width: 20px;
}

.product-information {
    width: 55%;
}

.product-information>div {
    padding: 60px;
}

.product-information .product-faqs h2 {
    margin-bottom: 20px;
}

.product-information .product-faqs p {
    margin-bottom: 40px;
}

.product-information .accordion-item {
    border: none;
}

.product-information .accordion-button {
    color: #000;
    background: #F5F5F5;
}

.product-information .accordion-button::after {
    background: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
}

.product-information .accordion-button:not(.collapsed) {
    color: #000;
    background: #F5F5F5;
}

.product-information .accordion-button:not(.collapsed)::after {
    background: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.product-information .add-product-cart .tabla {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    padding: 20px;
    background: #F5F5F5;
}

.product-information .add-product-cart .tabla .tabla-element-1 .info-product a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

.product-information .add-product-cart .tabla .tabla-element-1 .info-product .quantity-product #disminuir {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    color: #373737;
    background: #fff;
    border: 1px solid #D5D5D5;
}

.product-information .add-product-cart .tabla .tabla-element-1 .info-product .quantity-product .input-number {
    background: none;
    width: 25px;
    border: none;
}

.product-information .add-product-cart .tabla .tabla-element-1 .info-product .quantity-product #aumentar {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    color: #fff;
    background: #F7A504;
    border: 1px solid #F7A504;
}

.product-information .add-product-cart .tabla .tabla-element-2 {
    display: flex;
    align-items: center;
}

.product-information .add-product-cart .tabla .tabla-element-2 .subtotal-product {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.product-information .add-product-cart .tabla .tabla-element-2 .total-product {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

.product-information .add-product-cart .tabla .tabla-element-2 .subtotal-product {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.product-information .add-product-cart .tabla .tabla-element-2 button {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.product-information .add-product-cart .tabla .tabla-element-2 button:hover {
    color: #fff;
    background: #ca2107;
}

@media screen and (max-width: 991px) {
    div .commerce--user--cart--kit {
        margin-left: 0;
    }
    .main-container-product {
        flex-wrap: wrap;
    }
    .product-images,
    .product-information {
        width: 100%;
    }
    .product-images .back-result .button-cart-back {
        background: #fff;
    }
}

div.back-result {
    margin-bottom: 24px;
}


/* Carrousel */

.product-images .carousel-inner img {
    width: 100%;
    height: auto;
}

#custCarousel .carousel-indicators {
    position: static;
    margin: 5px 0;
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 100%
}

#thumbcarousel a.left.carousel-control {
    z-index: 99;
    align-items: center;
    display: flex;
    justify-content: center;
}

#thumbcarousel a.right.carousel-control {
    z-index: 99;
    align-items: center;
    display: flex;
    justify-content: center;
}


/* product */

.add-product-cart>div:nth-child() {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.ckeditor-accordion-container>dl dt>a {
    width: 100%;
    margin-bottom: 20px;
    padding: 17px 16px;
    display: flex;
    align-items: center;
    border-bottom: none;
}

.ckeditor-accordion-container>dl dt>a:hover,
.ckeditor-accordion-container>dl dt.active>a {
    background-color: #F5F5F5;
}

.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:before {
    left: 8px;
    top: 12px;
    transform: rotate(0deg);
}

.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:after {
    right: 6px;
    transform: rotate(-90deg);
    top: 12px;
}

.ckeditor-accordion-container>dl dt.active>a>.ckeditor-accordion-toggle:before {
    transform: rotate( 0deg);
}

.ckeditor-accordion-container>dl dt.active>a>.ckeditor-accordion-toggle:after {
    transform: rotate( 0deg);
}

.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle {
    position: relative;
    left: 95%;
    width: 24px;
    height: 24px;
    background: #fff;
}

.nombre--producto {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
    color: #373737;
}

.descripcion--producto {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.product-information .tabla {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #F5F5F5;
    box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.16);
    display: flex;
    padding: 24px 48px;
    justify-content: space-between;
    align-items: center;
}

.tabla .product--add-to-cart {
    width: 100%;
}

.tabla form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.tabla label {
    display: none;
}

.tabla form div#edit-quantity-wrapper {
    display: flex;
    align-items: center;
}

.tabla form div#edit-quantity-wrapper .text-cantidad {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.tabla form div#edit-quantity-wrapper>div {
    display: flex;
    align-items: center;
}

.product-information div#edit-actions {
    display: flex;
    align-items: center;
    position: relative;
}

.table input.form-number {
    background: none;
    width: 27px;
    border: none;
}

span.aumentar {
    cursor: pointer;
    display: block;
    line-height: 32px;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: #fff;
    background: #F7A504;
    border: 1px solid #F7A504;
    margin-left: 10px;
}

span.disminuir {
    cursor: pointer;
    display: block;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    font-size: 30px;
    color: #373737;
    background: #fff;
    border: 1px solid #D5D5D5;
}

span.disminuir + input,
.page-node-type-producto_radiologia .product--add-to-cart input.form-number {
    text-align: center;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .product-information .tabla {
        width: 100%;
    }
    .main-container-product {
        margin-top: 0;
    }
    .product-images>div {
        padding: 0;
        position: relative;
    }
    div.back-result {
        position: absolute;
        top: 24px;
        z-index: 100;
    }
    ol.carousel-indicators.list-inline {
        display: none
    }
    .product-information>div {
        padding: 40px 16px;
    }
    .tabla form div#edit-quantity-wrapper .text-cantidad {
        display: none;
    }
}

.product--add-to-cart #edit-submit {
    padding: 16px 16px 16px 35px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #E43317;
    background-image: url(/modules/custom/cssnk_store/images/candado.svg);
    background-repeat: no-repeat;
    background-position: 7px 13px;
    border: 1px solid #E43317;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}

body.product_detail.product #moin-ai-container {
    display: none !important;
}

.product--add-to-cart #edit-submit:hover {
    background-color: #ca2107;
}


/* .product--add-to-cart #edit-submit::before {
    content:'';
    background: url(/modules/custom/cssnk_store/images/candado.svg);
    width: 16px;
    height: 21px;
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 14px;
} */

.product--price {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #373737;
    margin-right: 16px;
}

@media screen and (max-width: 575px) {
    .ckeditor-accordion-container>dl dt>a {
        padding-left: 0px !important;
        font-size: 15px;
    }
    .product--add-to-cart div#edit-actions::before {
        /*left: 77%;*/
        content: '';
    }
    .product--add-to-cart div#edit-actions .button--add-to-cart {
        background: url(/modules/custom/cssnk_store/images/candado.svg) center center no-repeat;
        background-color: #E43317;
    }
    .product-information .tabla {
        padding: 16px;
    }
    .ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle {
        left: 96% !important;
    }
    .product-information h1 {
        font-size: 1.5rem;
    }
    span.disminuir {
        margin-right: 0;
    }
    span.aumentar {
        margin-left: 0;
    }
    .product--price {
        font-size: 22px;
    }
    span.disminuir + input,
    .page-node-type-producto_radiologia .product--add-to-cart input.form-number {
        font-size: 22px;
    }
    .product--add-to-cart #edit-submit.disabled {
        background: url(/modules/custom/cssnk_store/images/candado.svg) center center no-repeat;
        background-color: #D5D5D5;
    }
}


/* Checkout */

.cart-header {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    z-index: 99;
}

.cart-header img {
    width: 100px;
}

.cart-header a {
    text-decoration: none;
}

.container-main-checkout {
    display: flex;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.container-main-checkout .cart--checkout-edit-only {
    width: 50%;
    background: #f5f5f5;
    position: relative;
}

.container-main-checkout .cart--checkout-edit-only>div {
    top: 110px;
    position: fixed;
    width: 50%;
    padding: 60px 130px;
}

.container-main-checkout .cart--checkout-edit-only form {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 77vh;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption {
    display: none;
    margin-bottom: 52px;
    order: 1;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active {
    display: flex;
    flex-wrap: wrap;
}

.container-main-checkout .coupon-discount-check {
    order: 0;
    width: 50%;
    padding: 16px;
    border: 1px solid #DADADA;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    color: #666666;
    background: #fff;
    text-align: center;
    margin-bottom: 24px;
    cursor: pointer;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption div {
    width: 90%;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption div+input {
    background: url(/modules/custom/cssnk_store/images/tick-coupon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 10%;
    height: 48px;
    background-color: #E43317;
    border: 1px solid #E43317;
    color: transparent;
    cursor: pointer;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption+div {
    order: 3;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.container-main-checkout .cart--checkout-edit-only table {
    margin-bottom: 120px;
}

.order-total-line.order-total-line__subtotal {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #D5D5D5;
}

.order-total-line.order-total-line__total {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-top: 9px;
}

.container-main-checkout .checkout--content-forms {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 60px 130px;
}

.container-main-checkout .checkout--content-forms div#block-unilabs-content {
    order: 2;
}

.container-main-checkout .checkout--content-forms div#edit-login {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset {
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-register {
    display: none;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-register legend {
    margin-bottom: 0;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open {
    display: block !important;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper {
    display: flex;
    flex-direction: column;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .field--name-field-nombre {
    order: 0;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .field--name-field-apellidos {
    order: 1;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .js-form-type-email {
    order: 2;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .form-item-login-register-name {
    order: 3;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .js-form-type-password-confirm {
    order: 4;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .field--name-field-dni {
    order: 5;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .field--name-field-telefono {
    order: 6;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .field--name-field-fecha-de-nacimiento {
    order: 7;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper input[data-drupal-selector="edit-login-register-register"] {
    order: 8;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset.open .fieldset-wrapper .field--name-field-fecha-de-nacimiento h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #373737;
}

.checkout--main-login {
    padding-top: 42px !important;
}

.container-main-checkout .cart--checkout-edit-only .views-element-container {
    position: fixed;
}

.checkout--content-forms span.fieldset-legend {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #373737;
    text-transform: uppercase;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset p,
.checkout--new--account--register p {
    margin-bottom: 24px;
}

.checkout--content-forms label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #373737;
}

.checkout--content-forms input {
    width: 100%;
    margin-bottom: 20px;
    padding: 11px 12px 11px 12px;
    background: #F5F5F5;
    border: none;
    margin-top: 0;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-returning-customer input.form-submit,
.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-register input#edit-login-register-register {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-returning-customer input.form-submit:hover,
.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-register input#edit-login-register-register:hover {
    background: #ca2107;
}

.checkout--new--account--register.close,
.container-main-checkout .checkout--content-forms .form-wrapper__login-option.close {
    display: none;
}

.checkout--new--account--register p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

#expandir-usuario,
#expandir-login {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #E43317;
    border: 1px solid #E43317;
    background: #fff;
    transition: all 400ms ease;
}

#expandir-usuario:hover,
#expandir-login:hover {
    background: #E43317;
    color: #fff;
}

.container-main-checkout .checkout--new--account--register {
    order: 3;
}

.container-main-checkout .checkout--account--register {
    display: none;
    margin-bottom: 60px;
}

.container-main-checkout .checkout--account--register.open {
    display: block;
    order: 1;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-returning-customer a {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    position: relative;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-returning-customer a:hover {
    color: #E43317;
}

.order-total-line.order-total-line__subtotal .order-total-line-label,
.order-total-line.order-total-line__subtotal .order-total-line-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.order-total-line.order-total-line__total .order-total-line-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.order-total-line.order-total-line__total .order-total-line-value {
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    color: #E43317;
}

.container-main-checkout .cart--checkout-edit-only .views-row {
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 10px;
}

.container-main-checkout .cart--checkout-edit-only form input#edit-submit {
    margin: 20px 0;
    width: 50%;
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #E43317;
    border: 1px solid #E43317;
    background: transparent;
    transition: all 400ms ease;
}

.container-main-checkout .cart--checkout-edit-only form input#edit-submit:hover {
    color: #fff;
    background: #E43317;
}

.container-main-checkout .cart--checkout-edit-only form .empty-cart-button {
    margin: 20px 0;
    width: 50%;
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.container-main-checkout .cart--checkout-edit-only form .empty-cart-button:hover {
    background: #ca2107;
}

.container-main-checkout .cart--checkout-edit-only form input#edit-checkout {
    display: none;
}

.cart--checkout-edit-only .views-field-remove-button span.field-content input {
    background: url(/modules/custom/cssnk_store/images/Delete.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 40px;
    height: 40px;
    color: transparent;
}

.container-main-checkout .views-field.views-field-edit-quantity {
    width: 60%;
}

.container-main-checkout .views-field.views-field-edit-quantity .js-form-type-number {
    display: flex;
}

.container-main-checkout .views-field.views-field-edit-quantity .js-form-type-number input {
    background: none;
    width: 50px;
    border: none;
    line-height: 22px;
    font-size: 24px;
}

.container-main-checkout .cart--checkout-edit-only form div.form-actions {
    order: 4;
    display: none;
    gap: 10px;
}

.container-main-checkout .password-strength__meter {
    margin-bottom: 20px;
}

.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-register .description,
.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-register .password-confirm-message,
.container-main-checkout .checkout--content-forms div#edit-login fieldset#edit-login-register .password-strength__title {
    display: none;
}

.despliegue-movil-carrito {
    top: 50px !important;
    padding: 10px !important;
    text-align: center;
    cursor: pointer;
}

.carrito-coupon-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0 !important;
    top: 57px !important;
}

.carrito-coupon-actions a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.carrito-coupon-actions a .button-cart-back {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #D5D5D5;
}

.carrito-coupon-actions .aplicar-button-coupon {
    padding: 12px 16px;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 11px;
    color: #666666;
    border: 1px solid #DADADA;
    cursor: pointer;
}

.carrito-coupon-actions .aplicar-button-coupon.active {
    color: #E43317;
    border: 1px solid #E43317;
}

.container-main-checkout .views-field.views-field-edit-quantity .algun-estilo .algun-estilo {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
    margin-bottom: 8px;
}

.container-main-checkout .views-field-unit-price__number .field-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.container-main-checkout .views-field-unit-price__number .cantidad--producto {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    margin-right: 8px;
}

.container-main-checkout .views-field-unit-price__number .precio--producto {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.container-main-checkout .despliegue-movil-carrito {
    display: none;
}

.container-main-checkout .order-total-line__adjustment--promotion {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    margin: 0;
    padding: 0;
    padding-top: 9px;
}

.js-form-item.form-item.js-form-type-textfield.form-item-coupon-redemption-code.js-form-item-coupon-redemption-code input {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    height: 48px;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active>div {
    order: 2;
    padding: 0;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active .form-item-coupon-redemption-code {
    order: 0;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active input.form-submit {
    order: 1;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active .coupon-redemption-form__coupons--multiple {
    width: 100%;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active .coupon-redemption-form__coupons--multiple h3 {
    display: none;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active .coupon-redemption-form__coupons--multiple table {
    width: 100%;
    margin: 0;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active .coupon-redemption-form__coupons--multiple table tr {
    display: flex;
    align-items: center;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active .coupon-redemption-form__coupons--multiple table tr td:nth-child(1) {
    order: 1;
    width: 100%;
    margin: 0;
    padding: 15px;
    border: none;
    height: 48px;
    background: white;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active .coupon-redemption-form__coupons--multiple table tr td:nth-child(2) {
    order: 0;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active .coupon-redemption-form__coupons--multiple table tr td:nth-child(2) input {
    background: url(/modules/custom/cssnk_store/images/Delete.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 40px;
    height: 40px;
    color: transparent;
}

.container-main-checkout div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] {
    display: flex;
    flex-direction: column;
}

.container-main-checkout div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-country-code"] {
    display: flex;
    flex-wrap: wrap;
    order: 1;
}

.container-main-checkout div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-country-code"]>div {
    width: 100%;
}

.container-main-checkout div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-country-code"] select {
    width: 100%;
    margin-bottom: 20px;
    padding: 11px;
    border: none;
    background: #f5f5f5;
}

.js-form-item.form-item.js-form-type-select.form-item-payment-information-billing-information-address-0-address-administrative-area.js-form-item-payment-information-billing-information-address-0-address-administrative-area {
    display: flex;
    flex-wrap: wrap;
}

.js-form-item.form-item.js-form-type-select.form-item-payment-information-billing-information-address-0-address-administrative-area.js-form-item-payment-information-billing-information-address-0-address-administrative-area select {
    width: 100%;
    margin-bottom: 20px;
    padding: 11px;
    border: none;
    background: #f5f5f5;
}

.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(1),
.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(3),
.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(6) {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem;
}

.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(1) div:first-of-type,
.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(3) div:first-of-type,
.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(6) div:first-of-type {
    font-weight: bold;
    margin: 0;
}

.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(4),
.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(5) {
    display: none;
}

.layout-checkout-form.forms_visible #edit-payment-information div[data-drupal-selector="edit-payment-information-billing-information-rendered"] div:nth-child(6) {
    margin-bottom: 30px;
}

.container-main-checkout .form-item-payment-information-billing-information-select-address {
    margin-bottom: 30px;
}

.container-main-checkout .form-item-payment-information-billing-information-select-address label {
    margin: 0;
}

@media screen and (max-width: 1299px) {
    .container-main-checkout .cart--checkout-edit-only>div,
    .container-main-checkout .checkout--content-forms {
        padding: 60px;
    }
}

@media screen and (max-width: 991px) {
    .container-main-checkout {
        flex-wrap: wrap;
    }
    .container-main-checkout .checkout--content-forms {
        width: 100%;
        order: 1;
    }
    .container-main-checkout .cart--checkout-edit-only {
        position: fixed;
        padding: 10px 0;
        width: 100%;
        order: 2;
        /* bottom: -35px; */
        bottom: -10px;
        min-height: 16vh;
    }
    .container-main-checkout .cart--checkout-edit-only>div {
        top: 70px;
        position: relative;
        width: 100%;
        padding: 30px 16px;
    }
    .container-main-checkout .cart--checkout-edit-only form {
        min-height: auto;
    }
    .container-main-checkout .cart--checkout-edit-only .views-row {
        display: none;
    }
    .container-main-checkout .carrito-coupon-actions {
        display: none;
    }
    .container-main-checkout .despliegue-movil-carrito {
        display: block;
        top: -77px !important;
        position: relative;
        transition: all 400ms ease;
    }
    .container-main-checkout .cart--checkout-edit-only.active {
        min-height: 97vh;
        z-index: 120;
        top: 75px;
        overflow: scroll;
    }
    .container-main-checkout .cart--checkout-edit-only.active .views-row {
        display: flex;
    }
    .container-main-checkout .cart--checkout-edit-only.active>div form div#edit-coupon-redemption+div {
        position: absolute;
        /* bottom: 0; */
        bottom: 7px;
    }
    .container-main-checkout .cart--checkout-edit-only.active .despliegue-movil-carrito {
        top: 0 !important;
        transform: rotate(180deg);
        transition: all 400ms ease;
        position: absolute;
    }
    .container-main-checkout .cart--checkout-edit-only.active .despliegue-movil-carrito .text {
        display: none;
    }
    .container-main-checkout .cart--checkout-edit-only.active>div {
        top: 0;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption {
        display: flex;
        flex-wrap: wrap;
        order: 2;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption>div {
        order: 2;
        padding: 0;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption .form-item-coupon-redemption-code {
        order: 0;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption input.form-submit {
        order: 1;
    }
    .container-main-checkout .cart--checkout-edit-only.active form {
        min-height: 85vh;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption input.error {
        display: block !important;
    }
    .cart--checkout-edit-only.active .js-form-item.form-item.js-form-type-textfield.form-item-coupon-redemption-code.js-form-item-coupon-redemption-code input {
        margin: 0;
        width: 100%;
        padding: 0;
        border: none;
        height: 48px;
    }
    .container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption.active {
        display: none;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption.active {
        display: flex;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption .coupon-redemption-form__coupons--multiple {
        width: 100%;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption .coupon-redemption-form__coupons--multiple h3 {
        display: none;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption .coupon-redemption-form__coupons--multiple table {
        width: 100%;
        margin: 0;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption .coupon-redemption-form__coupons--multiple table tr {
        display: flex;
        align-items: center;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption .coupon-redemption-form__coupons--multiple table tr td:nth-child(1) {
        order: 1;
        width: 100%;
        margin: 0;
        padding: 15px;
        border: none;
        height: 48px;
        background: white;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption .coupon-redemption-form__coupons--multiple table tr td:nth-child(2) {
        order: 0;
    }
    .container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption .coupon-redemption-form__coupons--multiple table tr td:nth-child(2) input {
        background: url(/modules/custom/cssnk_store/images/Delete.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        width: 40px;
        height: 40px;
        color: transparent;
    }
    /* .container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption {
        display: none;
    } */
}

@media screen and (max-width: 575px) {
    .cart-header {
        padding: 24px 0;
    }
    .checkout--main-login {
        padding-top: 70px !important;
    }
    .container-main-checkout .checkout--content-forms {
        padding: 30px 16px;
    }
    .container-main-checkout .cart--checkout-edit-only>div {
        width: 100%;
    }
    .container-main-checkout .cart--checkout-edit-only {
        min-height: 20vh;
    }
    .container-main-checkout .cart--checkout-edit-only.active {
        min-height: 95vh;
        z-index: 120;
    }    
    /* Cambios 240411 */
    /*.container-main-checkout .cart--checkout-edit-only {
        bottom: auto;
        top: 80px;
        z-index: 9;
    }
    .container-main-checkout .cart--checkout-edit-only {
        min-height: auto;
    }
    .container-main-checkout .despliegue-movil-carrito, 
    .container-main-checkout div[data-drupal-selector="order-total-summary"] {
        display: none !important;
    }
    .container-main-checkout .container-main-checkout {
        padding-top: 145px;
    }
    .container-main-checkout .cart--checkout-edit-only .views-row {
        display: flex;
        align-items: start;
    }
    .container-main-checkout .views-field.views-field-edit-quantity .algun-estilo .algun-estilo {
        font-size: 14px;
    }
    .container-main-checkout .cart--checkout-edit-only>div {
        top:0px;
    }
    .container-main-checkout .views-field-unit-price__number .field-content {
        justify-content: end;
    }
    .container-main-checkout .views-field-unit-price__number .cantidad--producto {
        margin-right: 0px;
    }
    */
    /* Cambios 240411 / Fin */
}


/* Order information */

.disabled {
    background: #D5D5D5;
}

.checkout--main-order-information {
    padding-top: 42px !important;
}

.checkout--content-order-information-forms {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 60px 130px;
}

.checkout--main-order-information .status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.checkout--main-order-information hr {
    width: 30px;
}

.checkout--main-order-information .status .step-1,
.checkout--main-order-information .status .step-2,
.checkout--main-order-information .status .step-3 {
    padding: 10px;
    border: 2px solid #D5D5D5;
}

.checkout--main-order-information .status .step-1 img,
.checkout--main-order-information .status .step-2 img,
.checkout--main-order-information .status .step-3 img {
    width: 25px;
    height: 25px;
}

.checkout--main-order-information .status .active {
    background: #E43317;
    border: 2px solid #E43317;
}

.checkout--main-order-information .status .disable {
    background: #D5D5D5;
}

.checkout--main-order-information .layout-region-checkout-main {
    width: 100%;
    padding: 0;
}

.checkout--main-order-information .layout-region-checkout-main legend {
    display: none;
}

.checkout--main-order-information .layout-region-checkout-main .legend-direction {
    display: block;
}

.checkout--main-order-information .layout-region-checkout-main .legend-direction.close {
    display: none;
}

.checkout--main-order-information .layout-region-checkout-main .legend-payment {
    display: none;
}

.checkout--main-order-information .layout-region-checkout-main .legend-payment.active {
    display: block;
}

.checkout--main-order-information .layout-region-checkout-main .legend-direction span,
.checkout--main-order-information .layout-region-checkout-main .legend-payment span {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #373737;
    text-transform: uppercase;
}

.checkout--main-order-information .layout-region-checkout-main .legend-direction p,
.checkout--main-order-information .layout-region-checkout-main .legend-payment p {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.checkout--main-order-information .js-form-item.form-item.js-form-type-radio.form-item-payment-information-payment-method.js-form-item-payment-information-payment-method {
    padding: 0;
}

.checkout--main-order-information .js-form-item.form-item.js-form-type-radio.form-item-payment-information-payment-method.js-form-item-payment-information-payment-method input {
    margin-left: 20px;
    cursor: pointer;
}

.checkout--main-order-information .js-form-item.form-item.js-form-type-radio.form-item-payment-information-payment-method.js-form-item-payment-information-payment-method label {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    margin-bottom: 0;
    padding: 20px;
    cursor: pointer;
}

.checkout--main-order-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item-payment-information-payment-method:nth-child(1) label::before {
    content: "";
    padding: 20px;
    display: block;
    background-image: url(/modules/custom/cssnk_store/images/visa.png);
    background-repeat: no-repeat;
    background-position: center;
    order: -1;
}

.checkout--main-order-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item-payment-information-payment-method:nth-child(1) label::after {
    content: "";
    margin-right: 5px;
    padding: 20px;
    display: block;
    background-image: url(/modules/custom/cssnk_store/images/mastercard.png);
    background-repeat: no-repeat;
    background-position: center;
    order: -1;
}

.checkout--main-order-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item-payment-information-payment-method:nth-child(2) label::before {
    content: "";
    margin-right: 5px;
    padding: 20px 45px;
    display: block;
    background-image: url(/modules/custom/cssnk_store/images/bizum.png);
    background-repeat: no-repeat;
    background-position: center;
}

.checkout--main-order-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item-payment-information-payment-method:nth-child(3) label::before {
    content: "";
    margin-right: 5px;
    padding: 20px;
    display: block;
    background-image: url(/modules/custom/cssnk_store/images/american-express.png);
    background-repeat: no-repeat;
    background-position: center;
}

.checkout--main-order-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item-payment-information-payment-method:nth-child(4) label {
    padding: 30px !important;
}

.checkout--main-order-information div[data-drupal-selector="edit-payment-information-billing-information"].active {
    display: none;
}

.checkout--main-order-information .layout-region-checkout-footer {
    width: 100%;
    padding: 0;
}

.checkout--main-order-information .layout-region-checkout-footer input {
    display: none;
    margin: 20px 0;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.checkout--main-order-information .layout-region-checkout-footer input.active {
    display: block;
}

.checkout--main-order-information .layout-region-checkout-footer span {
    margin: 20px 0;
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
    cursor: pointer;
}

.checkout--main-order-information .layout-region-checkout-footer span.close {
    display: none;
}

.checkout--main-order-information .layout-region-checkout-footer input:hover,
.checkout--main-order-information .layout-region-checkout-footer span:hover {
    background: #ca2107;
}

.checkout--main-order-information div#edit-payment-information-billing-information input {
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 12px 16px 12px;
    background: #F5F5F5;
    border: none;
    margin-top: 0;
}

.checkout--main-order-information div#edit-payment-information-billing-information input[type=checkbox] {
    width: auto;
}

.checkout--main-order-information .address-container-inline {
    display: flex;
    gap: 10px;
}

.checkout--main-order-information .address-container-inline .js-form-item {
    width: 50%;
    margin-right: 0;
}

.checkout--main-order-information .layout-region-checkout-main fieldset#edit-payment-information-payment-method--wrapper {
    display: none;
}

.checkout--main-order-information .layout-region-checkout-main fieldset#edit-payment-information-payment-method--wrapper.active {
    display: block;
}

.checkout--main-order-information .layout-region-checkout-main div#edit-payment-information-billing-information.close {
    display: none;
}

.checkout--main-order-information .layout-region-checkout-main .form-composite+div.disabled {
    display: none;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption label {
    display: none;
}

.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption input#edit-coupon-redemption-code,
.container-main-checkout .cart--checkout-edit-only form div#edit-coupon-redemption input.error {
    width: 100%;
    height: 48px;
    margin: 0 0 10px 0;
    padding: 13px 12px 11px 12px;
    border: 1px solid #fff;
}

.container-main-checkout .cart--checkout-edit-only.active form div#edit-coupon-redemption input.error {
    display: none;
}

@media screen and (max-width: 991px) {
    .checkout--content-order-information-forms {
        width: 100%;
        padding: 55px 16px;
        padding-bottom: 130px;
    }
}


/* Modal */

div#cart--modal {
    padding-right: 0 !important;
}

div#cart--modal::-webkit-scrollbar {
    display: none;
}

div#cart--modal .modal-dialog {
    padding: 0 !important;
    margin-right: 0;
    margin-top: 0;
}

div#cart--modal .modal-dialog .modal-content {
    /* min-height: 100vh; */
    top: 40px;
    right: 2px;
}

div#cart--modal .modal-dialog .modal-content .modal-header {
    align-items: center;
    border-bottom: none;
    padding: 20px;
}

div#cart--modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

div#cart--modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    color: #373737;
    text-transform: uppercase;
}

div#cart--modal .modal-dialog .modal-content .modal-header button {
    top: 15px !important;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row {
    display: flex;
    align-items: center;
    margin: 20px;
    background: #f5f5f5;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-field-image {
    width: 30%;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-field-image img {
    width: 100%;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity {
    width: 70%;
    padding: 15px;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo {
    display: flex;
    flex-direction: column;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo .titulo--eliminar--product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo .titulo--eliminar--product .algun-estilo {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo .titulo--eliminar--product input {
    background: url(/modules/custom/cssnk_store/images/Delete.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 40px;
    height: 40px;
    color: transparent;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo .quantity-price--product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo .quantity-price--product .quantity div {
    display: flex;
    align-items: center;
}

div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo .quantity-price--product .quantity input {
    background: none;
    width: 50px;
    border: none;
    line-height: 22px;
    font-size: 18px;
}

div#cart--modal .modal-dialog .modal-content .modal-body .form-actions {
    padding: 20px;
    background: #f5f5f5;
    width: 100%;
    /* position: absolute; */
    bottom: 0px;
}

div#cart--modal .modal-dialog .modal-content .modal-body .order-total-line__subtotal {
    display: none;
}

div#cart--modal .modal-dialog .modal-content .modal-body .order-total-line__total {
    /* margin-top: 200px; */
    padding: 20px 20px 0 20px;
    background: #f5f5f5;
    box-shadow: -2px -7px 16px -5px #0000001f;
    width: 100%;
    /* position: absolute; */
    /* bottom: 267px; */
    bottom: 190px;
}

div#cart--modal .modal-dialog .modal-content .modal-body .form-actions input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #E43317;
    border: 1px solid #E43317;
    background: #fff;
    transition: all 400ms ease;
}

div#cart--modal .modal-dialog .modal-content .modal-body .form-actions input:hover {
    color: #fff;
    background: #E43317;
}

div#cart--modal .modal-dialog .modal-content .modal-body .form-actions input#edit-checkout {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

div#cart--modal .modal-dialog .modal-content .modal-body .form-actions input#edit-checkout:hover {
    background: #ca2107;
}

div#cart--modal .modal-dialog .modal-content .modal-body form {
    position: relative;
    /* min-height: 94vh; */
}

@media screen and (max-width: 575px) {
    div#cart--modal .modal-dialog .modal-content .modal-body form {
        position: relative;
        /* min-height: 90vh; */
    }
    div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-field-image img {
        padding: 15px;
    }
}

@media screen and (max-width: 410px) {
    div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-field-image img {
        padding: 0;
    }
    div#cart--modal .modal-dialog .modal-content .modal-body .views-row {
        flex-wrap: wrap;
    }
    div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-field-image {
        width: 100%;
    }
    div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity {
        width: 100%;
    }
    div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo .titulo--eliminar--product,
    div#cart--modal .modal-dialog .modal-content .modal-body .views-row .views-field-edit-quantity .algun-estilo .quantity-price--product {
        padding: 10px 0;
        gap: 10px;
    }
}


/* CONFIRMATION */

.main-container-confirmation {
    background: #F5F5F5;
    padding-top: 80px;
}

.main-container-confirmation form {
    width: 40%;
    margin: 0 auto;
    padding: 109px 60px;
    min-height: 100vh;
    background: #fff;
}

.main-container-confirmation form .user-confirmation {
    text-align: center;
}

.main-container-confirmation form img {
    width: 80px;
}

.main-container-confirmation form .user-confirmation h3 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #70CD84;
}

.main-container-confirmation form .user-confirmation p {
    margin-bottom: 36px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.main-container-confirmation form .date-buy {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 25px;
}

.main-container-confirmation form .date-buy span:first-of-type {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

.main-container-confirmation form .date-buy span:last-of-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #373737;
}

.main-container-confirmation form .confirmation-table {
    padding: 16px;
    background: #F5F5F5;
}

.main-container-confirmation form .confirmation-table>span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #666666;
}

.main-container-confirmation form .confirmation-table .product-buy {
    margin: 8px 0;
}

.main-container-confirmation form .confirmation-table .product-buy div:nth-child(2) {
    text-align: right;
}

.main-container-confirmation form .confirmation-table .product-buy,
.main-container-confirmation form .confirmation-table .total-buy {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.main-container-confirmation form .confirmation-table .product-buy span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #373737;
}

.main-container-confirmation form .confirmation-table .product-buy .product-normal-price {
    font-size: 12px;
    color: #666666;
    text-decoration: line-through;
}

.main-container-confirmation form .confirmation-table .product-buy .product-discount {
    font-size: 12px;
    color: #E43317;
}

.main-container-confirmation form .confirmation-table .total-buy {
    padding-top: 8px;
    border-top: 1px solid #D5D5D5;
}

.main-container-confirmation form .confirmation-table .total-buy span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #373737;
}

.main-container-confirmation form .confirmation-table .total-buy .total-price {
    font-size: 24px;
    font-weight: 500;
    color: #E43317;
}

.main-container-confirmation form .download-payment {
    width: 100%;
    display: block;
    margin-top: 16px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E43317;
    background: #E43317;
    transition: all 400ms ease;
}

.main-container-confirmation form .download-payment:hover {
    background: #ca2107;
}

.main-container-confirmation form .download-payment img {
    width: 20px;
    margin-right: 4px;
}

.main-container-confirmation form .search-labo {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-top: 16px;
    padding: 16px 0;
    color: #F7A504;
}

.main-container-confirmation form .search-labo img {
    width: 20px;
    margin-right: 6px;
}

.main-container-confirmation form .back-init {
    width: 100%;
    display: block;
    padding: 16px 0;
    margin-top: 27px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #373737;
    border: 1px solid #373737;
    background: #fff;
    transition: all 400ms ease;
}

.main-container-confirmation form .back-init:hover {
    background: #DADADA;
    border: 1px solid #DADADA;
}

.main-container-confirmation form .back-init:nth-child(1),
.main-container-confirmation form .back-init:nth-child(2) {
    display: none;
}

@media screen and (max-width: 991px) {
    /* .process-cart {
        flex-flow: wrap;
    }

    .product-cart {
        width: 100%;
    }

    .product-cart > div {
        width: 100%;
        position: relative;
    }

    .product-result {
        width: 100%;
    }

    .product-result > div {
        padding: 60px;
    } */
    .main-container-confirmation form {
        width: 70%;
    }
}

@media screen and (max-width: 575px) {
    .main-container-confirmation form {
        width: 100%;
    }
    .main-container-confirmation form {
        padding: 85px 16px;
    }
    .main-container-confirmation form .confirmation-table .total-buy .total-price {
        font-size: 16px;
    }
    .main-container-confirmation form .confirmation-table .product-buy .product-discount {
        font-size: 14px;
        color: #373737;
    }
    .main-container-confirmation {
        padding-top: 97px;
    }
}


/* Modal notificación producto en carrito */

div[data-drupal-messages] .alert,
div[data-drupal-messages] .alert-light {
    position: fixed;
    background: #70CD84;
    color: #fff;
    right: 0;
    top: 65vh;
    z-index: 99;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 12px 15px 12px 55px;
}

div[data-drupal-messages] .alert-light {
    padding: 12px 15px;
}

div[data-drupal-messages] .alert-light a {
    color: #fff;
}

div[data-drupal-messages] .alert-light a:hover {
    color: #fff;
}
.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}


/* Archivos adjuntos de productos */

.adjuntos {
    margin-bottom: 20px;
    margin-top: 20px;
}

.adjuntos>p:first-child {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    letter-spacing: -0.64px;
}

.adjuntos>p.descrip {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    letter-spacing: -0.64px;
    color: #666666;
}

.lista-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.archivo {
    background-color: #F5F5F5;
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.archivo>.izq {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 15px;
    margin-left: 15px;
}

.archivo>.drch {
    margin-right: 7px;
}

.info>.name {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.64px;
    margin-bottom: 4px;
}

.info>.size {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    letter-spacing: -0.64px;
    color: #373737c1;
    margin-top: 3px;
}

.info>.size>span {
    color: black;
}

.adjuntos .fa,
.adjuntos .far,
.adjuntos .fas {
    font-size: 2rem;
}


/* Equipo de dirección unilabs */

ul.profile-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 82.7%;
    margin-left: 8.7%;
    padding: 0;
}

ul.profile-list li {
    width: calc(25% - 30px);
    margin: 15px;
}


/** Fix Para los perfiles 220524 **/

ul.profile-list {
    width: 100%;
    margin-left: 0%;
}

ul.profile-list li {
    width: calc(20% - 30px);
}


/** Fix Para los perfiles 220524 - Fin **/

.profile-list .views-field-title {
    font-weight: 700;
}

@media (min-width: 576px) and (max-width: 991px) {
    ul.profile-list li {
        width: calc(50% - 30px);
    }
}

@media (max-width: 575px) {
    ul.profile-list li {
        width: calc(100% - 30px);
    }
}

h1.slider-63-title {
    color: #fff
}

main#page-landings {
    margin-top: 0px;
    padding-top: 0px;
}


/* CSS del Landing */


/* GENERALES */

.landing-covid-france {
    position: relative;
}

h3.landing-product-promote-title,
h2.landing-product-promote-title {
    text-transform: none;
    color: #505050;
}

.landing-covid-france>* {
    font-family: "Roboto", sans-serif;
}

.landing-covid-france p {
    font-size: 16px;
    min-width: 240px;
}

.landing-covid-france .product-promote p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.landing-covid-france>section {
    margin-bottom: 70px;
}

.landing-covid-france .container {
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto;
}


/* SLIDER */

.landing-covid-france .slider-principal {
    display: flex;
}

.landing-covid-france .slider-principal-imagen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 770px;
    width: 50%;
}

.landing-covid-france .slider-principal-imagen img {
    width: auto;
    object-fit: cover;
    height:100%;
}

.landing-covid-france .slider-principal-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #de3c20;
    width: 50%;
    padding: 5% 15% 5% 2%;
}

.landing-covid-france .slider-principal-texto-contenedor {
    width: 70%;
    color: white;
}

.landing-covid-france .slider-principal .slider-principal-texto h1 {
    color: #ffffff;
    font-size: 59px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 15px;
}

.landing-covid-france .slider-principal-texto-contenedor p {
    font-size: 2.5rem;
    line-height: 1;
    padding-bottom: 1rem;
}

.landing-covid-france .slider-principal-texto-contenedor a {
    display: inline-block;
    padding: 15px 30px;
    color: white;
    border: 1px solid #f09600;
}


/* BLOQUE 1 TEXTO */

.landing-covid-france .landing-bloque-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 70px;
}

.landing-covid-france .landing-bloque-1 .landing-bloque-1-texto {
    width: 73%;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}

.landing-covid-france .landing-bloque-1 .landing-bloque-1-texto h2 {
    color: #000000;
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: none;
}

.landing-covid-france .landing-bloque-1 .landing-bloque-1-texto p {
    font-size: 1rem;
    padding-bottom: 1em;
    line-height: 31px;
}

.landing-covid-france .landing-bloque-1 .landing-bloque-1-texto p.landing_p_default {
    font-size: 1rem;
    padding-bottom: 1em;
    line-height: 31px;
}


/*.landing-covid-france
    .landing-bloque-1
    .landing-bloque-1-texto
    p:first-of-type {
    font-size: 1.625rem;
    line-height: 1.1;
}*/

.landing-covid-france .landing-bloque-1 .landing-bloque-1-texto a.landing-body-anchor {
    display: inline-block;
    background-color: #f09600;
    padding: 15px 30px 15px 60px;
    border-radius: 5px;
    color: white;
    margin: 25px 0 0;
    position: relative;
}

.landing-covid-france .landing-bloque-1 .landing-bloque-1-texto a.inline_link {
    color: #f09600;
    font-weight: bold;
    background: none;
    padding: 0px;
    margin: 0px;
}

.landing_product_listing li {
    list-style: none;
    text-align: left;
}

.landing-covid-france .landing-bloque-1 .landing-bloque-1-texto a::before,
.landing-covid-france .productos-landing .productos-landing-listado-texto a::before,
.centros-enlace a::before {
    position: absolute;
    content: "";
    border-left: 1px solid white;
    top: 9px;
    height: 34px;
    left: 45px;
}

.landing-covid-france .productos-landing .productos-landing-listado-texto a::before {
    top: 9px;
    left: 50px;
}

.centros-enlace a::before {
    top: 7px;
    left: 56px;
}

.landing-covid-france .flecha {
    width: 12px;
    position: absolute;
    left: 20px;
    transform: rotate(90deg);
}

.landing-covid-france .productos-landing-listado-texto .flecha {
    width: 32px;
    left: 8px;
    transform: none;
    top: 10px;
}


/* PASOS */

.landing-covid-france .landing-pasos {
    background-color: #de3c20;
    color: white;
    text-align: center;
    margin-bottom: 70px;
}

.landing-covid-france .landing-pasos .container {
    padding: 50px 10px;
    position: relative;
    margin: 0 auto;
}

.landing-covid-france .landing-pasos .container .landing-pasos-contenedor::after {
    position: absolute;
    content: "";
    width: 67%;
    border-bottom: solid 1px white;
    z-index: 1;
    top: 184px;
    left: 19%;
}

.landing-covid-france .landing-pasos .landing-pasos-contenedor {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
}

.landing-covid-france .landing-pasos .landing-paso {
    margin: 20px;
    z-index: 2;
    position: relative;
}

.landing-covid-france .landing-pasos .landing-paso img {
    position: absolute;
    top: 37px;
    right: -16%;
}

.landing-covid-france .landing-pasos .landing-paso-numero {
    background-color: #f09600;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 3px solid white;
    margin: 25px auto;
    border-radius: 50%;
}

.landing-covid-france .landing-pasos .landing-paso-numero span {
    font-size: 2.25rem;
}


/* PRODUCTOS */

.landing-covid-france .productos-landing h2 {
    text-align: center;
    font-size: 2.25rem;
}

.landing-covid-france .productos-landing .productos-landing-listado-texto {
    background-color: #ededed;
    text-align: center;
    color: black;
    padding: 15px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 15px 15px;
}

.landing-covid-france .productos-landing .productos-landing-listado-texto a {
    color: white;
    background-color: #de3c20;
    padding: 15px 20px 15px 60px;
    border-radius: 5px;
    max-width: 235px;
    max-height: 49px;
    display: inline-block;
    position: relative;
}


/* LABORATORIOS */

.landing-covid-france .laboratorios-ubicaciones {
    color: white;
}

.landing-covid-france .laboratorios-ubicacion {
    padding: 10px;
}

.landing-covid-france .laboratorios {
    margin-bottom: 0;
}

.landing-covid-france .laboratorios .laboratorios-ubicacion img {
    margin-bottom: 15px;
}

.landing-covid-france .laboratorios,
.landing-covid-france .centros {
    background-color: #f09600;
    text-align: center;
    padding: 30px 0;
}

.landing-covid-france .laboratorios .container {
    padding: 0 4%;
}

.landing-covid-france .laboratorios .laboratorios-texto h2,
.landing-covid-france .centros h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    padding: 10px;
}

.landing-covid-france .laboratorios .laboratorios-texto p,
.landing-covid-france .centros p {
    color: #ffffff;
    line-height: 1.8;
}

.landing-covid-france .laboratorios .laboratorios-ubicaciones {
    margin: 30px 0;
}

.landing-covid-france .laboratorios .laboratorios-ubicaciones,
.landing-covid-france .centros .centros-listado,
.landing-covid-france .productos-landing-listado {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(301px, 1fr));
    justify-content: space-between;
    flex-wrap: wrap;
}

.landing-covid-france .productos-landing-listado {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(301px, 20%));
    justify-content: center;
    flex-wrap: wrap;
}

.landing-covid-france .productos-landing-listado {
    grid-template-columns: repeat(auto-fit, minmax(280px, 20%));
}

.landing-covid-france .productos-landing-listado .card-laboratorio {
    padding-left: 10px;
    padding-right: 10px;
}

.landing-covid-france .productos-landing-listado .card-laboratorio h3 {
    font-size: 25px;
}

.landing-covid-france .laboratorios .laboratorios-ubicaciones .card-laboratorio,
.landing-covid-france .centros .centros-listado .card-laboratorio,
.landing-covid-france .productos-landing-listado .card-laboratorio {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    /* margin: 20px; */
    text-align: left;
    /*padding: 30px;*/
    border-radius: 10px;
}

.landing-covid-france .productos-landing-listado .card-laboratorio {
    justify-content: flex-start;
}

.landing-covid-france .productos-landing-listado .card-laboratorio>img {
    width: 100%;
}

.landing-covid-france .laboratorios .laboratorios-ubicaciones .card-laboratorio p:first-child,
.landing-covid-france .centros .centros-listado .card-laboratorio p:first-child,
.landing-covid-france .productos-landing-listado .card-laboratorio p:first-child {
    /* color: #e53012; */
    /* font-size: 15px; */
    /* font-weight: 700; */
    padding-bottom: 1em;
}

.landing-covid-france .laboratorios .laboratorios-ubicaciones .card-laboratorio p:last-child {
    padding-bottom: 0;
}

.landing-covid-france .laboratorios .laboratorios-ubicaciones .card-laboratorio p {
    padding-bottom: 1em;
}

.landing-covid-france a.card-laboratorio-boton {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #e53012;
    padding: 12px 24px 12px 49px;
    border-radius: 5px;
    max-width: 350px;
    transition: all 0.3s ease-in-out;
}

.landing-covid-france a.card-laboratorio-boton .flecha {
    width: 20px;
    position: absolute;
    left: 20px;
    transform: none;
}


/* .landing-covid-france a.card-laboratorio-boton:hover {
    color: #e53012;
    background-color: #ffffff;
} */

.landing-covid-france .centros a.card-laboratorio-boton {
    max-width: 310px;
}

.landing-covid-france .centros .centros-listado {
    justify-content: flex-start;
}

.landing-covid-france .centros .centros-listado .card-laboratorio {
    justify-content: flex-start;
}

.landing-covid-france .centros .centros-enlace {
    margin: 20px 0;
}

@media (max-width: 999px) {
    .landing-covid-france .slider-principal {
        flex-direction: column;
    }
    .landing-covid-france .slider-principal>div {
        width: 100%;
    }
    .landing-covid-france .slider-principal-texto-contenedor {
        width: 100%;
    }
    body.page-id-4245 #header-space {
        height: 65px !important;
    }
    .landing-covid-france .landing-pasos .landing-pasos-contenedor {
        grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    }
    .landing-covid-france .landing-pasos .landing-paso img {
        display: none
    }
    .landing-covid-france .landing-pasos .container .landing-pasos-contenedor::after {
        display: none
    }
}

@media (max-width: 1100px) {
    .landing-covid-france .productos-landing-listado {
        grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
    }
    .landing-covid-france .productos-landing-listado .card-laboratorio {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 992px) {
    .landing-covid-france .slider-principal .slider-principal-imagen {
        min-height: 550px;
    }
}

@media (max-width:900px) {
    .landing-covid-france .slider-principal-imagen img {
        height: 710px;
        ;
    }
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .landing-covid-france .landing-bloque-1 .landing-bloque-1-texto,
    .landing-covid-france .landing-bloque-1 .landing-bloque-1-imagen {
        width: 100%;
    }
    .landing-covid-france .landing-bloque-1 .landing-bloque-1-imagen {
        width: 85%;
    }
    body.page-id-4808 .landing-covid-france .productos-landing-listado {
        grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    }
}

@media screen and (max-width: 600px) {
    .landing-covid-france .slider-principal .slider-principal-texto h1,
    .landing-covid-france .landing-bloque-1 .landing-bloque-1-texto h2,
    .landing-covid-france .productos-landing h2,
    .landing-covid-france .laboratorios .laboratorios-texto h2 {
        font-size: 1.875rem;
        line-height: 1.1;
    }
    .landing-covid-france .slider-principal-texto-contenedor p {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 404px) {
    .landing-covid-france a.card-laboratorio-boton {
        font-size: 14px;
    }
}


/* Estilos formularios de citas */

.ul-sbapi-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.ul-sbapi-row input {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 10px;
    line-height: 24px;
    color: #555;
    -webkit-transition: all 0.2s ease;
    font-family: inherit;
}

#ul_sbapi_location {
    clear: both;
    margin-top: 10px;
}

select#ul_sbapi_location {
    padding: 10px;
    width: 100%;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

body.product .region-site-footer {
    padding-bottom: 85px;
}


/* Unilabs covid testing 19 content */

.block-2 {
    margin: 24px 0;
    font-family: Roboto;
    background: #f7a504;
}

.block-2 .spanish-test--child {
    display: flex;
    padding: 24px 0;
}

.block-2 .spanish-test--child .spanish-test--content {
    width: 70%;
    display: grid;
    justify-items: stretch;
    align-content: center;
    padding-left: 24px;
    padding-right: 24px;
}

.block-2 .spanish-test--child .spanish-test--content .spanish-test--title {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 90%;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    color: #fff;
}

.block-2 .spanish-test--child .spanish-test--content .spanish-test--subti {
    margin-bottom: 22px;
    font-style: normal;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.02px;
    text-transform: uppercase;
    color: #fff;
}

.block-2 .spanish-test--child .spanish-test--content a {
    background: #fff;
    color: #f7a504;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    font-weight: 900;
    font-size: 14px;
    line-height: 85.5%;
    text-align: center;
    letter-spacing: -0.03em;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #f7a504;
    text-decoration: none;
}

.block-2 .spanish-test--child .spanish-test--content a:hover {
    background: #E53012;
    color: #fff;
    border: solid 1px #fff;
}

.block-2 .spanish-test--child .spanish-test--image {
    width: 30%;
    text-align: right;
    padding-right: 24px;
}


/* FIN Unilabs covid testing 19 content */


/* Home accesos grises */

.block-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, 49%);
    grid-column-gap: 2%;
    font-family: Roboto;
}

@media (max-width: 991px) {
    .block-3 {
        grid-template-columns: repeat(auto-fill, 100%);
    }
    .block-3 .spanish-access--child:first-child {
        margin-bottom: 30px;
    }
}

.block-3 .spanish-access--child .spanish-access--body {
    background: #D5D5D5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.block-3 .spanish-access--child .spanish-access--body .spanish-access--content {
    display: grid;
    justify-items: stretch;
    align-content: center;
    padding: 24px;
}

.block-3 .spanish-access--child .spanish-access--body .spanish-access--content .spanish-access--title {
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    color: #000000;
}

.block-3 .spanish-access--child:first-child .spanish-access--body .spanish-access--content .spanish-access--title {
    width: 70%;
}

.block-3 .spanish-access--child .spanish-access--body .spanish-access--content .spanish-access--subti {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #000000;
    margin-top: 16px;
}

.block-3 .spanish-access--child .spanish-access--body .spanish-access--image img {
    width: 184px;
    max-width: 184px;
}

@media (max-width: 575px) {
    .block-3 .spanish-access--child .spanish-access--body {
        flex-wrap: wrap;
    }
    .block-3 .spanish-access--child .spanish-access--body .spanish-access--content {
        order: 1;
    }
    .block-3 .spanish-access--child .spanish-access--body .spanish-access--image {
        width: 100%;
        order: 0;
    }
    .block-3 .spanish-access--child .spanish-access--body .spanish-access--image img {
        width: 100%;
        max-width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }
}

.block-3 .spanish-access--child .spanish-access--link .yellow_button {
    background: #F7A504;
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 85.5%;
    text-align: center;
    letter-spacing: -0.06em;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #f7a600;
    text-decoration: none;
}

.block-3 .spanish-access--child .spanish-access--link .yellow_button:hover {
    color: #f7a600;
    background: #fff;
    border: solid 1px #f7a600;
}


/* FIN Home accesos grises */


/* Red footer heart CSS */

.footer-red-heart {
    opacity: 1;
}


/* FIN Red footer heart */

.store-category-long-description h2 {
    font-size: 18px;
}


/* Paginación corporativo/noticias */

.view-noticias .h4 {
    display: none;
}

.view-noticias ul.pager__items {
    margin: 0.25em 0 0.25em 1.5em;
}

.view-noticias ul.pager__items li {
    display: inline-block;
    margin: 0;
    padding: 0 0.4em;
    color: #757575;
    font-size: 1.08em;
}

.view-noticias ul.pager__items .is-active {
    font-weight: bold;
}

.view-noticias ul.pager__items .is-active a {
    color: #333333 !important;
    border-bottom-width: 3px;
    border-bottom-color: #2a678c;
    font-weight: 700;
}

.view-noticias ul.pager__items .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}


/*producto radiologia*/
html, body {
    overflow-x: hidden;
}
.producto-radiologia .content {
    display: flex;
    width: 100%;
    min-height: 100vh;
    margin-top: 70px;
}

.producto-radiologia .content .views-field-title {
    letter-spacing: -0.04em;
    text-transform: uppercase;
    font-size: 22px;
}

body .radiologia .store-products-list .views-field-title {
    height: auto;
}

.producto-radiologia .content .store-products-list .views-row {
    width: 100%;
    margin: 0%;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.producto-radiologia .exposed-radio .store-products-list .views-field-title{ display: none; }
.producto-radiologia .store-products-list .views-field-title .field-content {
    color: #E43317;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0px;
}

.producto-radiologia .content-top form {
    padding-bottom: 44px;
    margin-bottom: 40px;
    margin-top: 5px;
    border-bottom: 1px solid #E4E7EC;
}

.producto-radiologia .product-information > .views-element-container form {
    padding-top: 32px;
    border-top: 1px solid #E4E7EC;
}

.producto-radiologia .product-information > .views-element-container .views-row {
    padding-right: 15px;
}

.views-element-container .container.radiologia {
    padding-left: 0;
    padding-bottom: 6px;
    color: #212529;
}

h1 .views-element-container .container.radiologia {
    padding-bottom: 0px;
}

.producto-radiologia .exposedRadioTitle {
    margin-top: 26px;
}

.radiologia form label {
    display: none;
}

.producto-radiologia .form-select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background: #fff !important;
}

.producto-radiologia .js-form-type-select {
    background: #E9E9ED;
    margin-bottom: 15px;
    padding-right: 15px;
}

.producto-radiologia .grupo-atributos > .container {
    padding: 0;
}

.page-node-type-producto_radiologia .producto-radiologia .product-information .description {
    padding-left: 0;
}

.producto-radiologia .form-submit {
    background-color: #E43317;
    border-radius: 0;
    padding: 3px 15px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #E43317;
}

.producto-radiologia .form-submit:hover {
    background-color: #fff;
    color: #E43317;
    border: 1px solid #E43317;
}

.page-node-type-producto_radiologia .container-main {
    max-width: 100%;
}

#radiologia-att-form label {
    font-weight: bold;
    background-color: #fff;
    width: 102%;
    margin-bottom: 0;
    padding-bottom: 6px;
}

.page-node-type-producto_radiologia .store-products-list .ckeditor-accordion-container {
    display: block;
}

.ckeditor-accordion-container>dl dt>a:hover {
    border: 0;
    color: #000;
}

.page-node-type-producto_radiologia .store-category-product-list {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.product-images .back-result a:hover {
    border: 0;
    color: #000;
}

#edit-entrega--description {
    background-color: #fff;
    width: 102%;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .producto-radiologia .content {
        flex-wrap: wrap;
        margin-top: 0;
    }
    /* Ocultamos esto, se ve fatal en móvil
    body .dialog-off-canvas-main-canvas>main>.container-main {
        padding: 0;
    }
    */
    .producto-radiologia .product-images .back-result a {
        background: #ffffffba;
        padding-right: 10px;
    }
    .producto-radiologia .container {
        max-width: 100%;
    }
    .views-element-container .container.radiologia {
        padding-right: 0;
    }
    .page-node-type-producto_radiologia .store-category-product-list {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .producto-radiologia .store-products-list .views-field-title .field-content {
        font-size: 1.5rem;
    }
    .producto-radiologia .form-select {
        font-size: 15px;
    }
}

/* spinner */
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.6) url("../images/loader.gif") center no-repeat;
    /*background: rgba(255,255,255,0.8) url("../images/loader.gif") center no-repeat;*/
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}
@media (max-width:767px) {
    footer.region-site-footer {
        padding-bottom: 80px;
    }
}
.alert .link-cart{
    color: #E43317 !important;
    text-decoration: underline !important;
}
.page-node-type-article article{ padding: 15px; }
@media (max-width: 575px) {
    body #block-unilabs-page-title h1 {
        font-size: 16px;
        padding-bottom: 0px;
    }
}
/* /pacientestest/hidrogeno-espirado  */
.page-node-42 img.img-ppal{
    float: right !important;
    padding: 10px !important;
    width: 500px !important;
    height: auto !important;
}
.page-node-42 table{ border: 1px solid #f4b083;}
.page-node-42 table thead{
    background-color: #ed7d31;
    color: #FFFFFF;
}
.page-node-42 table thead tr th{
    padding: 10px;
    text-align: center;
}
.page-node-42 table tbody tr td{
    padding: 7px;
    text-align: center;   
    border: 1px solid #f9d5bd;
}
.page-node-42 table tbody tr td.highlight{ background-color: #fbe4d5 !important; }
/* Compra como invitado  */
.page-checkout .form-item-contact-information-email #edit-contact-information-email{
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 12px 16px 12px;
    background: #F5F5F5;
    border: none;
    margin-top: 0;
}
.page-checkout #edit-login-guest-continue{
    background-color: #E53012;
    color: #FFFFFF;
    padding: 8px 0px !important;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #E43317;
    transition: all 400ms ease;
}
.page-checkout #edit-login-guest-continue:hover{
    background-color: #FFFFFF;
    color: #E53012;
}
/* Temporalmente, no mostramos el campo de cantidad en el carrito */
.page-checkout .form-item-edit-quantity-0,.page-checkout .form-item-edit-quantity-1,
.page-checkout .form-item-edit-quantity-2,.page-checkout .form-item-edit-quantity-3,
.page-checkout .form-item-edit-quantity-4,.page-checkout .form-item-edit-quantity-5{ display: none !important; }
/* Ficha prodcutos de Genética */
#product-genetic .product--add-to-cart .text-cantidad,
#product-genetic .product--add-to-cart .product--price{
    display: none;
}