/*

 * Custom code goes here.

 * A template should always ship with an empty custom.css

 */




 @font-face {
    font-family: 'Urbanist-Bold';
    src: url('/themes/at_november/assets/fonts/Urbanist-Bold.eot');
    src: url('/themes/at_november/assets/fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('/themes/at_november/assets/fonts/Urbanist-Bold.woff2') format('woff2'),
        url('/themes/at_november/assets/fonts/Urbanist-Bold.woff') format('woff'),
        url('/themes/at_november/assets/fonts/Urbanist-Bold.ttf') format('truetype'),
        url('/themes/at_november/assets/fonts/Urbanist-Bold.svg#Urbanist-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist-Regular';
    src: url('/themes/at_november/assets/fonts/Urbanist-Regular.eot');
    src: url('/themes/at_november/assets/fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('/themes/at_november/assets/fonts/Urbanist-Regular.woff2') format('woff2'),
        url('/themes/at_november/assets/fonts/Urbanist-Regular.woff') format('woff'),
        url('/themes/at_november/assets/fonts/Urbanist-Regular.ttf') format('truetype'),
        url('/themes/at_november/assets/fonts/Urbanist-Regular.svg#Urbanist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist-Medium';
    src: url('/themes/at_november/assets/fonts/Urbanist-Medium.eot');
    src: url('/themes/at_november/assets/fonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('/themes/at_november/assets/fonts/Urbanist-Medium.woff2') format('woff2'),
        url('/themes/at_november/assets/fonts/Urbanist-Medium.woff') format('woff'),
        url('/themes/at_november/assets/fonts/Urbanist-Medium.ttf') format('truetype'),
        url('/themes/at_november/assets/fonts/Urbanist-Medium.svg#Urbanist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist-SemiBold';
    src: url('/themes/at_november/assets/fonts/Urbanist-SemiBold.eot');
    src: url('/themes/at_november/assets/fonts/Urbanist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/themes/at_november/assets/fonts/Urbanist-SemiBold.woff2') format('woff2'),
        url('/themes/at_november/assets/fonts/Urbanist-SemiBold.woff') format('woff'),
        url('/themes/at_november/assets/fonts/Urbanist-SemiBold.ttf') format('truetype'),
        url('/themes/at_november/assets/fonts/Urbanist-SemiBold.svg#Urbanist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/themes/at_november/assets/fonts/Inter-Bold.eot');
    src: url('/themes/at_november/assets/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('/themes/at_november/assets/fonts/Inter-Bold.woff2') format('woff2'),
        url('/themes/at_november/assets/fonts/Inter-Bold.woff') format('woff'),
        url('/themes/at_november/assets/fonts/Inter-Bold.ttf') format('truetype'),
        url('/themes/at_november/assets/fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/themes/at_november/assets/fonts/Inter-Regular.eot');
    src: url('/themes/at_november/assets/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/themes/at_november/assets/fonts/Inter-Regular.woff2') format('woff2'),
        url('/themes/at_november/assets/fonts/Inter-Regular.woff') format('woff'),
        url('/themes/at_november/assets/fonts/Inter-Regular.ttf') format('truetype'),
        url('/themes/at_november/assets/fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/themes/at_november/assets/fonts/Inter-Medium.eot');
    src: url('/themes/at_november/assets/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('/themes/at_november/assets/fonts/Inter-Medium.woff2') format('woff2'),
        url('/themes/at_november/assets/fonts/Inter-Medium.woff') format('woff'),
        url('/themes/at_november/assets/fonts/Inter-Medium.ttf') format('truetype'),
        url('/themes/at_november/assets/fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Semibold';
    src: url('/themes/at_november/assets/fonts/Inter-SemiBold.eot');
    src: url('/themes/at_november/assets/fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/themes/at_november/assets/fonts/Inter-SemiBold.woff2') format('woff2'),
        url('/themes/at_november/assets/fonts/Inter-SemiBold.woff') format('woff'),
        url('/themes/at_november/assets/fonts/Inter-SemiBold.ttf') format('truetype'),
        url('/themes/at_november/assets/fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/* slider HOME */
a.boton_comprar {
    background-color: #a60751;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Urbanist-Medium';
}

a.boton_comprar:hover {
    background-color: #003A4D;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
}

p.title-slider {
    font-family: 'Inter-SemiBold';
    font-size: 50px;
    line-height: 65px;
    color: #003A4D;
}

p.subtitle-slider {
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: #00394D;
    line-height: 30px;
}

p.title-slider2 {
    font-family: 'Inter-SemiBold';
    font-size: 50px;
    line-height: 65px;
    color: #00384D;
}

p.subtitle-slider2 {
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: #00384D;
    line-height: 30px;
}

a.boton_comprar {
    background-color: #00627A;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
    position: absolute;
    top: 26px;
}

a.boton_comprar2 {
   background-color: #00627A;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
    position: absolute;
    top: 26px;
}

a.boton_comprar2:hover {
    background-color: #003A4D;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
}

p.title-slider3 {
    font-family: 'Inter-SemiBold';
    font-size: 50px;
    line-height: 65px;
    color: #00384D;
}

p.subtitle-slider2 {
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: #00384D;
    line-height: 30px;
}

a.boton_comprar3 {
  background-color: #00627A;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
    position: absolute;
    top: 26px;
}

a.boton_comprar3:hover {
    background-color: #003A4D;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
}

/* --------------------------------------- */

span.tienda-prt-btn {
    font-size: 16px;
    color: #FCFCFC;
    font-family: 'Inter-Regular';
    letter-spacing: 0.4px;
    text-align: center;
}

.background-fake-btn {
    text-align: center;
    padding-top: 100px;
}



p.fs-50 {
    font-size: 50px;
    text-align: center;
    font-family: 'Urbanist-SemiBold';
    color: #0D1F43;
    margin-top: 10px;
    margin-bottom: 25px;
}

p.fs-50-white {
    font-size: 50px;
    text-align: center;
    font-family: 'Inter-SemiBold';
    color: white;
    margin-top: 10px;
    margin-bottom: 25px;
}

p.txt-normal {
    font-size: 18px;
    font-family: 'Urbanist-Regular';
    text-align: center;
    line-height: 30px;
    color: #0D1F43;
}
.padd-t-122 {
padding-top: 122px;
}



.normal-text-semi {
    font-size: 18px;
    font-family: 'inter-SemiBold';
    color: #003A4D;
}

.normal-text-regu {
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.normal-text-regu-foot {
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #00394D;
}

.normal-text-regu-foot-bold {
    font-size: 16px;
    font-family: 'Inter-Semibold';
    color: #00394D;
}

div#image-form_8152230594377142 > img {
    width: 531px !important;
    height: 482px !important;
    position: absolute;
    top: -80px;
    z-index: 10;
    right: -55px;
    padding: 0px;
    margin: 0px;
}

div#form_6547386208558583 {
    min-height: 302px !important;
    height: 302px !important;
}

.white {
    color: #ffffff;
}

.dark-blue {
    color: #0D1F43;
}

p.txt-50 {
    font-size: 50px;
    font-family: 'Inter-SemiBold';
}

p.txt-48 {
       font-size: 48px;
    font-family: 'Inter-SemiBold';
    color: #003A4D;
}

p.txt-40 {
    font-size: 40px;
    font-family: 'Inter-SemiBold';
    color: #003A4D;
}

p.txt-40-white {
    font-size: 40px;
    color: white;
    font-family: 'Inter-Semibold';
}


p.txt-normal-white {
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: white;
}

.txt-normal-dark-blue {
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: #003A4D;
}

p.semi16upp {
    font-size: 18px;
    font-family: 'Inter-Semibold';
    color: #006079;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}


a.boton_comprar-cta {
    background-color: #006079;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
}

a.boton_comprar-cta:hover {
    background-color: #D5C7B5;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: #003A4D;
    font-family: 'Inter-Regular';
    font-size: 18px;
}

.btn-center {
    TEXT-ALIGN: CENTER;
}

.pad-52 {
    padding-top: 53px;
}

.pad--left-60 {
    padding-left: 60px;
}

.line-h-60 {
line-height:60px;
}

.pad-bt-96 {
padding-bottom: 96px;
}

.pad-top-65 {
    padding-top: 65px;
}

.mb-35 {
    margin-bottom: 35px;
}


.mb-45 {
    margin-bottom: 45px !important;
}

.mb-170-xl {
    margin-bottom: 170px !important;
}


.mb-25 {
    margin-bottom: 25px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mt-10-invert {
    margin-top: -10px !important;
}


.mt-16 {
    margin-top: 16px !important;
}

.txt-center {
    text-align: center;
}

.white {
color:white;
}

.line-h60 {
    line-height: 60px;
}

.home_cat_pic01 > img {
    max-width: 210px;
}

.row_accordeon {
    margin: 12px 0 20px;
    padding: 20px 17px 20px;
    border: 1px solid #eee;
}

.row_accordeon p {
    font-size: 18px;
}

#leermas-trigger-toggle {
    cursor: pointer;
    margin: 0 0;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

#leermas-element-toggle {
    display: none;
}

#leermas-element-toggle:not(:checked)~#leermas-toggled-element {
    display: none;
}

#leermas-element-toggle:not(:checked)~#leermas-trigger-toggle .leermas-lesslink {
    display: none;
}

#leermas-element-toggle:checked~#leermas-abstract {
    display: none;
}

#leermas-element-toggle:checked~#leermas-trigger-toggle .leermas-morelink {
    display: none;
}

#leermas .leermas-morelink, #leermas .leermas-lesslink {
    display: block;
    cursor: pointer;
    color: #ffffff;
    background-color: #A60751;
    width: 174px;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Urbanist-Medium';
    padding: 17px;
}

#leermas .leermas-morelink:hover, #leermas .leermas-lesslink:hover {
    background-color: #ED4D00;
}

#leermas-trigger-toggle2 {
    cursor: pointer;
    margin: 0 0;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

#leermas-element-toggle2 {
    display: none;
}

#leermas-element-toggle2:not(:checked)~#leermas-toggled-element2 {
    display: none;
}

#leermas-element-toggle2:not(:checked)~#leermas-trigger-toggle2 .leermas-lesslink2 {
    display: none;
}

#leermas-element-toggle2:checked~#leermas-abstract2 {
    display: none;
}

#leermas-element-toggle2:checked~#leermas-trigger-toggle2 .leermas-morelink2 {
    display: none;
}

#leermas2 .leermas-morelink2, #leermas2 .leermas-lesslink2 {
    display: block;
    cursor: pointer;
    color: #ffffff;
    background-color: #A60751;
    width: 174px;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Urbanist-Medium';
    padding: 17px;
}

#leermas2 .leermas-morelink2:hover, #leermas2 .leermas-lesslink2:hover {
    background-color: #ED4D00;
}



   /* .grid-666 {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 50px;
        }*/
    

        .grid-666 {
            display: block;
            flex-direction: column;
            align-items: center;
            gap: 60px;
        }

.fila01-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,210px);
    grid-row-gap: 50px;
    grid-column-gap: 16px;
    margin-bottom: 60px;
 justify-content: center;
}

.fila01-grid-top {
    display: grid;
    grid-template-columns: repeat(auto-fill,252px);
    grid-row-gap: 50px;
    grid-column-gap: 19px;
    margin-bottom: 60px;
    justify-content: center;
}

.fila01-grid-top-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill,210px);
    grid-row-gap: 50px;
    grid-column-gap: 16px;
    margin-bottom: 60px;
    justify-content: center;
justify-items: center;
align-items: center;
}


.txt-normal-dark-blue2 {
    font-size: 20px;
    font-family: 'Inter-SemiBold';
    color: #003A4D;
    line-height: 28px;
    text-align: center;
    margin-top: 16px;
}

/* menú */
.leo-megamenu .navbar-nav > li > a {
    font-size: 17px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
    color: #003A4D !important;
    padding: 38px 20px !important;
}

.leo-megamenu .navbar-nav > li.nav-item.active > a {
    color: #A60751;
}

.leo-megamenu .navbar-nav > li:hover > a span {
    color: #856D4F;
}

.leo-megamenu .navbar-nav > li > a > .menu-title::before {
    display: none;
}

/* -------------------- */

/*  grid loK*/
.col-xl-12.col-lg-12.col-md-12.col-sm-12.col-xs-12.col-sp-12.padd-lat-0.ApColumn {
    padding-left: 0px;
    padding-right: 0px;
}


/*  carrusel productos*/


.pro3-btn {
    display: none;
}

.thumbnail-container .leo_cart_quantity {
    display: none;
}

.slick-slide {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.thumbnail-container .product-title a {
    display: block;
    padding: 15px 0 5px;
    color: #003A4D;
    text-transform: initial;
    font-family: 'Inter-SemiBold' !important;
    font-size: 18px;
}

.thumbnail-container .product-price-and-shipping .price {
    margin: 0 5px 0 0;
    font-size: 18px !important;
    color: #0D1F43;
    font-family: 'Inter-Regular' !important;
}

.normal-title .title_block {
    font-size: 40px !important;
    color: #00384D !important;
    font-family: 'Inter-Semibold';
    padding-bottom: 50px !important;
}



.footer-top {
    background-color: #EAECEE;
}

.flex-online-prefoot {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.flex-tfno-prefoot {
    display: flex;
    gap: 50px;
    padding-top: 39px;
    justify-content: flex-end;
}

/* #footer > div.footer-top {
    border-bottom: 1px solid #CECED9;
}*/

.footer-center {
    background-color: #EAECEE !important;
}

p.title-foot {
       font-size: 16px;
    font-family: 'Inter-Medium';
    letter-spacing: 0.4px;
    color: #003A4D;
    line-height: 19px;
    margin-bottom: 24px;
}

p.title-foot2 {
    font-size: 16px;
    font-family: 'Inter-Medium';
    letter-spacing: 0.4px;
    color: #003A4D;
    line-height: 19px;
    margin-bottom: 16px;
    margin-top: 30px;
}

p.title-foot-blank {
    margin-bottom: 43px;
}

.foot-flex-social {
    display: flex;
    gap: 25px;
}

p.copy-foot {
    font-size: 15px;
    font-family: 'Inter-Regular';
    color: #00394D;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom {
    border-top: 1px solid #CECED9;
}

.foot-flex-paymethod2 {
    display: flex;
    gap: 8px;
}

.foot-flex-paymethod {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.boton_area-pro {
    background-color: #006079;
    padding: 18px 34px 18px 34px;
    border-radius: 50px;
    color: white !important;
    font-family: 'Inter-Regular' !important;
    font-size: 17px !important;
}

.boton_area-pro:hover {
    background-color: #003A4D;
    padding: 18px 34px 18px 34px;
    border-radius: 50px;
    color: white !important;
    font-family: 'Inter-Regular' !important;
    font-size: 17px !important;
}

.fa-user:before {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/icon_user.svg);
}

#leo_search_block_top .title_block:before {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/icon_search.svg);
}

.fa-shopping-bag:before {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/icon_cart.svg);
}

#header .header-nav .bottomnav {
    padding: 0px 0px !important;
}

p.topbar {
    text-align: center;
    color: #FCFCFC;
    font-size: 15px;
    font-family: 'Inter-Regular';
    padding-top: 0.3rem;
}

.bold {
    font-family: 'Inter-Bold';
}

.padd-lr-200 {
    padding-right: 200px;
    padding-left: 200px;
}

.padd-lr-130 {
    padding-right: 130px;
    padding-left: 130px;
}


.block.absolute-row.ApRawHtml {
    position: absolute;
    bottom: 80px;
}

a.boton_owa {
    background-color: #006079;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
}

a.boton_owa:hover {
    background-color: #003A4D;
    padding: 17px 50px 17px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    font-size: 18px;
}

#back-top svg.progress-circle path {
    stroke: #003A4D !important;
}

.flex-owa {
    display: flex;
    gap: 16px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

p.txt-owa {
    font-size: 40px;
    color: #00394D;
    font-family: 'inter-SemiBold' !important;
    margin-bottom: 40px;
}


div.slick-arrows .slick-arrow.slick-prev {
    left: -3rem;
}

div.slick-arrows .slick-arrow.slick-next {
    right: -3rem;
}

li.product-flag.discount {
    display: none !important;
}

li.product-flag.out_of_stock {
    display: none !important;
}

.product-flags .product-flag.new {
    background-color: #006079;
}

.product-flags .product-flag.on-sale {
    background-color: #006079;
}

.product-flags li.product-flag {
    margin: 0 5px 5px 0;
    padding: 8px 16px;
    border-radius: 50px;
    display: table;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    font-family: 'Inter-Medium';
    color: white;
}

.slick-dots li.slick-active button:before {
    color: #006079 !important;
    opacity: 1;
    font-size: 12px !important;
}

.slick-dots li button:before {
    opacity: 1 !important;
    color: #00607947 !important;
}

span.regular-price {
    font-family: 'Inter-Regular' !important;
    color: #003A4D !important;
    font-size: 18px !important;
}

span.price {
    font-size: 18px !important;
    font-family: 'Inter-Regular' !important;
}

div#form_2397382173320128 span.price {
    color: #ED4D00;
}

:root {
        --tab_font_color: #02010F;
        --tab_label_bg_color: #fff;
        --tab_label_bg_hover_color: #f7f7f7;
        --tab_label_after_content: "❯";
        --tab_label_font_family: 'NeueKabel Regular';
        --tab_label_font_weight: 900;
        --tab_label_font_size: 25px;
        --tab_label_line_height: 25px;
        --tab_content_color: #02010F;
        --tab_content_bg_color: #fff;
        --tab_close_bg_color: #2c3e50;
        --tab_close_bg_hover_color: #1a252f;
    }
    
    .accordion p {
        margin: 0;
    }
    
.accordion h2 {
    margin: 0 0 0.5em;
    text-align: center;
    margin-top: 50px;
    font-weight: 800 !important;
    margin-bottom: 20px;
}
    
    .accordion input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    
    .zerorow {
        display: flex;
    }
    
    .zerorow .zerocol {
        flex: 1;
    }
    
    /*.row .col:last-child {
        margin-left: 1em;
    }*/
    /* Accordion styles */
    
    .zerotabs {
        overflow: hidden;
    }
    
    .zerotab {
        width: 100%;
        color: var(--tab_font_color);
        overflow: hidden;
    }
    
    .tab-label {
        display: flex;
        justify-content: space-between;
        padding: 1em;
        background: transparent;
        font-family: var(--tab_label_font_family);
        font-weight: var(--tab_label_font_weight);
        font-size: var(--tab_label_font_size);
        line-height: var(--tab_label_line_height);
        cursor: pointer;
            border-bottom: 1px solid #d5d5d5;
            padding-top: 20px;
    padding-bottom: 20px;
        /* Icon */
    }
    
    .tab-label:hover {
        background: none;
    }
    
    .tab-label::after {
        content: var(--tab_label_after_content);
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }
    
    .tab-content {
        max-height: 0;
        padding: 0 1em;
        color: #0D1F43;
        background:  transparent;
        transition: all 0.35s;
    }
    
    .tab-close {
        display: flex;
        justify-content: flex-end;
        padding: 1em;
        font-size: 0.75em;
        background: var(--tab_close_bg_color);
        cursor: pointer;
    }
    
    .tab-close:hover {
        background: var(--tab_close_bg_hover_color);
    }
    
    input:checked+.tab-label {
        background: var #1a252f;
    }
    
    input:checked+.tab-label::after {
        transform: rotate(90deg);
    }
    
    input:checked~.tab-content {
        max-height: 100vh;
        padding: 1em;
    }
    
label.tab-label {
    font-family: 'Inter-Medium';
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: inherit;
}

.tab-content p {
    font-size: 15px;
    font-family: 'Inter-Regular';
    line-height: 28px;
    color: #003A4D;
}

/* ---------------------------------- */

.footer-desktop a {
    color: #00394D;
}

.footer-desktop a:hover {
    color: #856D4F;
}

.footer-desktop {
padding-top: 70px;
padding-bottom: 70px;
}




@media (max-width: 1199px) {
.footer-desktop {
    display: none;
}
.flex-online-prefoot {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 50px !important;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0px !important;
}
.flex-tfno-prefoot {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 0px !important;
}

.mt-46-lg {
    margin-top: 46px !important;
}

.text-46-lg {
 font-size: 46px !important;
}

}

@media (min-width: 1199.9px) {
.footer-mov {
    display: none;
}
}

@media (max-width: 991px) {
p.copy-foot {
       text-align: center;
    padding-top: 25px;
    padding-bottom: 0px;
}
.foot-flex-paymethod {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  .mb-40-mov {
padding-bottom: 40px !important;
}
 .mt-40-mov {
padding-top: 20px !important;
}
.footer-bottom {
    border-top: none;
}
.row.footer-mov.ApRow.has-bg.bg-boxed {
    padding-top: 16px;
}

.txt-center-991 {
    text-align: center;
}

.column-none {
    display: none;
}

.flex-cta-mid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 400px !important;
}

   .mb-45-invert-991{
 margin-bottom: -45px !important;
}

div#image-form_8152230594377142 > img {
       width: 421px !important;
    height: 372px !important;
    position: absolute;
    top: 9px;
    z-index: 10;
    right: 132px;
    padding: 0px;
    margin: 0px;
}

.align-center-991 {
    text-align: center;
}
.cta-height-991 {
    min-height: 500px !important;
}

.mb-150-991 {
 margin-bottom: 150px !important;
}

div#form_25594886174632745 {
    margin-top: 170px;
}
.box-padding-product {
    padding: 60px 0px 60px !important;
}




}



@media (max-width: 1199px) and (min-width: 1024px) {
.min-height-column {
    min-height: 280px !important;
}
}


@media (max-width: 1199px) {
.mt-30-mov {
margin-top:30px !important;
}
.text-40-md {
font-size:40px !important;
}
.flex-owa {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding-bottom: 50px;
padding-left: 20px;
    padding-right: 20px;

}
p.txt-owa {
    font-size: 35px;
    color: #0D1F43;
    font-family: 'Urbanist-SemiBold' !important;
    margin-bottom: 40px;
padding-left: 20px;
}


}

@media (max-width: 768px) {
p.txt-50.white.txt-center.line-h60.mb-25 {
        font-size: 35px;
    line-height: 40px;
}

.min-height-370-mv {
min-height: 370px !important;
}

.txt-35-768 {
 font-size: 35px !important;
    line-height: 40px;
}

.padd-t-10-768 {
padding-top: 10px;
}

.padd-lr-16-768 {
padding-left: 16px;
padding-right: 16px;
}

.mb-60-mov {
    margin-bottom: 60px !important;
}

}

@media (max-width: 767px) {
div#image-form_8152230594377142 > img {
    width: 421px !important;
    height: 372px !important;
    position: absolute;
    top: 9px;
    z-index: 10;
    right: 45px;
    padding: 0px;
    margin: 0px;
}


}


@media (max-width: 450px) {
p.txt-50.white.txt-center.line-h60.mb-25 {
    font-size: 28px;
    line-height: 38px;
}

}

p.txt-35-medium {
    font-size: 35px;
    font-family: 'Inter-Medium';
}

.custom-checkbox input[type="checkbox"] + span, .custom-checkbox input[type="radio"] + span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: -3px;
    cursor: pointer;
    border: 1px #707070 solid;
    background-color: #DBDBDB;
    border-radius: 2px;
    width: 14px;
    height: 14px;
}

span.txt-legal-check {
    color: #FCFCFC;
    font-family: 'Inter-Regular';
    font-size: 18px;
    line-height: 28px;
}

.block_newsletter .input-wrapper input {
    height: 62px;
    padding: 10px 10px;
    border: 0px;
    background: #FFFFFF;
    border-right: 0px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    color: #000000;
}

.block_newsletter .input-wrapper {
    border-bottom: none;
    margin-bottom: 10px;
}

.block_newsletter .input-wrapper button {
    height: 62px !important;
    padding: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #003A4D;
    background-color: #D5C7B5 !important;
    overflow: visible;
    opacity: 1;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 18px;
    font-family: 'Inter-Medium' !important;
    font-weight: inherit;
    text-transform: inherit;
    width: 153px;
}

#blockEmailSubscription_displayHome > div > form > div > div.col-xs-12.col-form > div.input-wrapper > button::after {
    background-color: #006079 !important;
    border-radius: 4px !important;
    color: white !important;
}

i.ti-arrow-right {
    display: none;
}

.block_newsletter .input-wrapper input:hover {
    background-color: white;
}

.flex-cta-mid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


@media (max-width: 500px) {
.txt-28-mov {
font-size: 28px !important;
line-height: 38px  !important;
}

.txt-28-mov .title_block {
font-size: 28px !important;
line-height: 38px  !important;
}

.txt-35-mov {
font-size: 35px  !important;
}

.txt-25-mov {
font-size: 25px  !important;
}

.txt-normal-16-mov {
    font-size: 16px  !important;
    font-family: 'Inter-Regular';
    line-height: 28px  !important;
}

.flex-cta-mid {
    min-height: 514px !important;
}

.flex-cta-mid.height376mov {
    min-height: 376px !important;
}

.block_newsletter .input-wrapper {
    border-bottom: none;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

button.btn.btn-outline.float-xs-right {
    width: 100%;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 6px;
}

.mb-45-invert-991 {
    margin-bottom: -65px !important;
}

span.txt-legal-check {
    color: white;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 28px;
}

.block.absolute-row.ApRawHtml {
    position: absolute;
    bottom: 50px;
}

.mb-24-mov {
    margin-bottom: 24px !important;
}

.fila01-grid-top {
    display: grid;
    grid-template-columns: repeat(auto-fill,252px);
    grid-row-gap: 50px;
    grid-column-gap: 19px;
    margin-bottom: 60px;
    justify-content: center;
}


.fila01-grid-top-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill,174px);
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    justify-content: center;
justify-items: center;
align-items: center;
}

.fila01-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,174px);
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    justify-content: center;
}

.txt-normal-dark-blue2-mov {
    font-size: 16px;
    font-family: 'Urbanist-SemiBold';
    color: #0D1F43;
    line-height: 26px;
    text-align: center;
    margin-top: 6px;
}

.txt-left-500 {
text-align: left;
}

.mb-30-invert-500 {
margin-bottom: -30px !important;

}

div#_desktop_cart {
    margin-left: 20px;
    margin-right: 12px;
}
.padd-t-56 {
padding-top: 56px;
}



}

.owa-padd-lr-72 {
padding-right: 72px;
padding-left: 57px;
}


@media (max-width: 1714px) and  (min-width: 1199px){
.padd-lr-90-lg {
    padding-right: 90px;
    padding-left: 90px;
}
}


.flex-fila-owa {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 847px) {
  .padd-lr-50 {
  padding-left: 50px;
    padding-right: 50px;
}

}


@media (max-width: 600px) {
div#image-form_8152230594377142 > img {
    width: 421px !important;
    height: 372px !important;
    position: absolute;
    top: 9px;
    z-index: 10;
    right: 12px;
    padding: 0px;
    margin: 0px;
}


}

@media (max-width: 478px) {
div#image-form_8152230594377142 > img {
    width: 391px !important;
    height: 342px !important;
    position: absolute;
    top: 9px;
    z-index: 10;
    right: 0px;
    padding: 0px;
    margin: 0px;
}

}


.row-products-orange .product-flags .product-flag.new {
    display: none;
}

@media (min-width: 1648px) {
.padd-lr-130 {
    padding-right: 130px;
    padding-left: 130px;
}

}


@media (max-width: 1439px) and  (min-width: 700px){
.fila01-grid-top {
    display: grid;
    grid-template-columns: repeat(3,210px);
    grid-row-gap: 50px;
    grid-column-gap: 16px;
    margin-bottom: 60px;
    justify-content: center;
}
.fila01-grid-top-logos {
    display: grid;
    grid-template-columns: repeat(3,210px);
    grid-row-gap: 50px;
    grid-column-gap: 16px;
    margin-bottom: 60px;
    justify-content: center;
justify-items: center;
align-items: center;
}
.fila01-grid {
    display: grid;
    grid-template-columns: repeat(3,210px);
    grid-row-gap: 50px;
    grid-column-gap: 16px;
    margin-bottom: 60px;
    justify-content: center;
}

}


@media (max-width: 378px) {
.fila01-grid-top {
    display: grid;
    grid-template-columns: repeat(auto-fill,166px);
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    justify-content: center;
}
.fila01-grid-top-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill,166px);
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    justify-content: center;
justify-items: center;
align-items: center;
}
.fila01-grid {
 display: grid;
    grid-template-columns: repeat(auto-fill,166px);
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    justify-content: center;
}

}

@media (max-width: 699px) {
.fila01-grid-top-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill,120px);
    grid-row-gap: 50px;
    grid-column-gap: 40px;
    margin-bottom: 60px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

}

@media (max-width: 500px) {
.fila01-grid-top-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill,96px);
    grid-row-gap: 50px;
    grid-column-gap: 45px;
    margin-bottom: 60px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

 .subtitle-36-slidemov {
   font-size: 30px !important;
    white-space: break-spaces;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 46px !important; 
}

.subtitle-36-slidemov2 {
      font-size: 30px !important;
    white-space: break-spaces;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 46px !important;
}

.break-padd {
    white-space: break-spaces !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}


}


.btn-outline::after, .btn::after, .btn-primary::after {
    content: '';
    background: #ffffff !important;
    height: 100%;
    width: 0;
    position: absolute;
    transition: none !important;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    border-radius: 4px !important;
color: #A60751 !important;
}

.block_newsletter .input-wrapper button:hover {
    color: white !important;
    border-radius: 4px !important;
}

.row-products-orange span.price {
    color: #BF454A !important;
}

.no-offer-new li.product-flag.on-sale {
    display: none;
}

.orange-new .product-price-and-shipping span:nth-child(3) {
    color: #ED4D00 !important;
}

.featured-no-flags ul.product-flags.js-product-flags {
    display: none;
}


.leo-megamenu .dropdown-menu li {
    line-height: 25px;
    padding: 0;
    float: none;
    list-style-type: disc;
    color: #0D1F43;
    font-family: 'Urbanist-Regular';
    font-size: 16px;
    margin-bottom: 10px;
}

.txt-menu-17 {
    font-size: 17px;
    font-family: 'Inter-Semibold';
    color: #003A4D;
    letter-spacing: 0.42px;
}

.p-menu16 {
    font-size: 16px;
    color: #003A4D;
    font-family: 'Inter-Regular';
}

ul.no-bullets li {
    list-style-type: none !important;
}

li.allbrands-menu {
    color: #A60751 !IMPORTANT;
    text-decoration-line: underline;
}


#header > div > div.header-top > div > div.wrapper > div {
    margin: 0 auto;
}


.slider-mov-center .tp-caption {
    width: 100% !important;
    margin: 0 auto !important;
}


.center-mov-txt {
text-align: center;
}

.padd-t-50 {
padding-top: 50px;
}

.padd-t-200 {
padding-top: 200px;
}


a.boton_comprar-sldmov {
    background-color: #00627A;
    padding: 20px 50px 20px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    width: 265px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 320px !important;
    font-size: 26px;
}

.bannercontainer .tp-caption {
    z-index: 1;
    position: absolute;
    text-shadow: none;
    border: none;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    width: 100% !important;
}


@media (max-width: 850px) {
.subtitle-28-slidetablet {
      font-size: 28px !important;
    white-space: break-spaces;
    line-height: 40px !important;
}

.subtitle-28-slidetablet2 {
    font-size: 28px !important;
    white-space: break-spaces !important;
    padding-left: 16px;
    padding-right: 16px;
 line-height: 40px !important;
}


}


a.boton_comprar-sldmov2 {
    background-color: #00627A;
    padding: 26px 50px 26px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    width: 300px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 386px !important;
    font-size: 30px;
}

.container-fluid.navbar-fixed-top {
	z-index: 999;
	padding: 0 5px;
}

#leo_block_top, #_desktop_cart {
	width: fit-content;
	display: inline-block;
}

#leo_block_top > div > ul > li:nth-child(1) > a > span {
    font-family: 'Inter-Regular';
    color: #00394D;
}

#leo_block_top > div > ul > li:nth-child(2) > a > span {
    font-family: 'Inter-Regular';
    color: #00394D;
}

.rm-trigger::before {
    position: absolute;
    top: 10px;
    left: 16px;
    width: 32px;
    height: 2px;
    content: '';
    background: black;
    box-shadow: 0 6px rgba(255,255,255,0), 0 10px black, 0 18px rgba(255,255,255,0), 0 20px black;
}

@media (max-width: 991px) {
#header .header-top .header-menu {
    padding: 15px 15px !important;
}
}

@media (max-width: 500px) {
#header .header-top .header-menu {
    padding: 10px 0px !important;
}

.icons-menu-mov {
    width: fit-content;
    display: flex;
    gap: 18px;
    justify-content: center;
    padding-left: 20px !important;
    align-items: center;
    padding-top: 10px;
}

.center-img > a > img {
    width: 90%;
}


}





.center-img {
text-align: center;

}

.container-fluid {
    padding: 0 5px !important;
}


a.boton_comprar-sldmov3 {
     background-color: #00627A;
    padding: 20px 50px 20px 50px;
    border-radius: 50px;
    color: white;
    font-family: 'Inter-Regular';
    width: 265px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 324px !important;
    font-size: 26px;
}

a.btn-wishlist {
    display: none !important;
}

a.btn-compare {
    display: none !important;
}

.language-selector {
    display: none;
}

.currency-selector {
    display: none;
}


.rm-search-bar__input {
    width: 100%;
    border: none;
    height: 51px;
    padding: 15px 10px;
    padding-right: 25px;
    background: #F2F4F6;
    color: #8A8A8A;
    margin-top: 70px;
    margin-left: 16px;
}

.rm-search-bar__submit {
    display: none;
}

a.rm-level__title {
    display: none !important;
}

div#rm-container {
    padding: 0px;
}

.rm-pannel.rm-display-search.rm-pannel--open {
    border-right: 0px;
}

.rm-level__item {
    border-bottom: 1px solid #D8D8E6;
    display: block;
    margin: 0;
    padding: 24px 16px !important;
    text-shadow: none;
    font-size: 16px;
    font-family: 'Urbanist-SemiBold';
    text-transform: uppercase;
    color: #0D1F43 !important;
    background: none !important;
    letter-spacing: 0.4px;
}


ul.rm-level__container {
    padding-top: 130px;
}


.rm-overlay.rm-display-close::after {
    position: absolute;
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/close_menu.svg);
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 40px;
    right: 5px;
    top: 5px;
    color: #0D1F43;
}


 .rm-pannel {
max-width: 100%;
width: 100%;
}



.off-canvas-nav-megamenu .offcanvas-mainnav {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    width: 100vw;
    overflow: hidden;
    left: -234px;
}

.off-canvas-button-megamenu .off-canvas-nav:before {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/close_menu.svg);
    font-family: 'themify';
    font-size: 14px;
    color: #333;
}



.off-canvas-nav-megamenu .navbar-nav > li > a {
    display: inline-block;
    color: #2a363b;
    font-size: 14px;
    font-weight: 600;
    padding: 24px 0px;
    position: relative;
    text-transform: uppercase;
}

.off-canvas-nav-megamenu .navbar-nav > li {
    float: none;
    border-bottom: 1px solid #D8D8E6;
    float: none;
}

.off-canvas-nav-megamenu .navbar-nav {
    margin-left: 16px;
    margin-right: 16px;
}

li.nav-item.search-mov.leo-2 {
    background-color: #F2F4F6;
    border-radius: 4px;
    height: 50px;
    border-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

li.nav-item.leo-2.active {
    background-color: #F2F4F6;
    border-radius: 4px;
    height: 50px;
    border-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

li.nav-item.search-mov.leo-2 > a {
    padding: 14px;
}

li.nav-item.leo-2.active > a {
    text-transform: inherit;
    padding: 14px 16px;
}

ul>li[data-menu-type="controller"] span {
    color: #8A8A8A;
}

li.nav-item.area-pro-mov2.leo-1 {
    border-bottom: none;
    display: flex;
    margin-top: 24px;
    width: 100%;
}

.boton_area-pro2 {
    background-color: #a60751;
    padding: 17px 24px 17px 24px;
    border-radius: 50px;
    color: white;
    font-family: 'Urbanist-Medium' !important;
    font-size: 18px !important;
    display: block;
    text-align: center;
}

.boton_area-pro2:hover {
    background-color: #ED4D00;
    padding: 17px 24px 17px 24px;
    border-radius: 50px;
    color: white !important;
    font-family: 'Urbanist-Medium' !important;
    font-size: 18px !important;
    display: block;
    text-align: center;
}

li.nav-item.area-pro-mov2.leo-1 > div {
    width: 100%;
}

.off-canvas-nav-megamenu .nav li.dropdown .caret:before {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/Path.svg);
    font-family: "FontAwesome";
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    display: block;
    text-align: center;
    transition: all .6s;
    transform-origin: center center;
}

.off-canvas-nav-megamenu .nav li.dropdown .caret {
    cursor: pointer;
    position: absolute;
    top: 10px;
    margin: auto 0;
    right: -16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


.title-submenu-mov > a > span {
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    letter-spacing: 0.4px;
    color: #0D1F43;
}


.subtitle-submenu-mov > a > span {
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #0D1F43 !important;
    line-height: 35px;
}

.dropdown-menu.level1 {
    padding-bottom: 30px;
    padding-left: 0;
}

.search-mov > a > span {
      font-size: 16px;
    font-family: 'Inter-Regular' !important;
    color: #8A8A8A !important;
    font-weight: initial;
    text-transform: capitalize !important;
}


.container-fluid.js-navbar.navbar-fixed-top {
    background-color: white;
}


nav.breadcrumb > ol {
    text-align: left;
    font-size: 16px !important;
    font-family: 'Inter-Regular';
    margin-top: 24px;
}

.breadcrumb:before {
    background: none;
}

h1.h1.product-detail-name {
    color: #003A4D;
    font-size: 35px;
    font-family: 'Inter-Semibold';
    margin-bottom: 6px;
}

.social-sharing {
    display: none !important;
}

.star {
    overflow: hidden;
    float: left;
    margin: 0 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
}

.product-quantities {
    display: none;
}

#leo_product_reviews_block_extra .reviews_note:before {
display: none;
}



#leo_product_reviews_block_extra .reviews_note {
    float: left;
    margin: 0 0px 0 0;
    padding: 0 15px 0 0;
    position: relative;
    height: 20px;
}

.tax-shipping-delivery-label {
    display: none;
}

.size-guide {
    display: none;
}

.star_content.clearfix > div:first-child {
    margin-left: 0px;
}

.product-prices .current-price {
    font-size: 28px;
    color: #003A4D;
    letter-spacing: inherit;
    font-family: 'Inter-Regular';
}

.description-short {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.p-cartwapper {
    border: none;
}

button.btn.btn-primary.add-to-cart {
    max-width: 100%;
    min-width: 100%;
}

.product-quantity .add {
    white-space: nowrap;
    position: relative;
    width: 74%;
}

button.btn.btn-primary.add-to-cart {
      max-width: 100%;
    min-width: 100%;
    background-color: #00627A;
    border-radius: 50px;
    height: 56px;
    text-transform: inherit;
    font-size: 18px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
}

button.btn.btn-primary.add-to-cart:hover {
      max-width: 100%;
    min-width: 100%;
    background-color: #00627A;
    border-radius: 50px;
    height: 56px;
    text-transform: inherit;
    font-size: 18px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
}

.product-quantity .input-group {
    border: 1px solid #D1D1D1;
    height: 56px;
    padding: 0 30px;
    position: relative;
    padding-left: 0;
}

.product-quantity #quantity_wanted {
      color: #003A4D;
    background: none !important;
    height: 56px;
    padding: 0;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: none;
    font-weight: inherit;
    font-size: 18px;
    font-family: 'Inter-Regular';
    border-right: 1px solid #D1D1D1;
}


a.read-review > i {
    display: none;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
    top: -5px;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    top: 20px;
    right: 0;
left: auto;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
    top: -12px;
    border-bottom: 1px solid #D1D1D1;
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 8px;
    width: 30px;
    height: 41px;
    min-width: 30px;
    padding: 0;
    color: #888;
    transform: none;
    border: 0;
    background: none;
    line-height: 42px;
    position: absolute;
    top: 0px;
}

ul.reviews_advices li {
    font-size: 16px;
    font-family: 'Urbanist-Regular';
    color: #0D1F43;
}

#leo_product_reviews_block_extra a {
        color: #003A4D;
    font-family: 'Inter-Regular';
}

#leo_product_reviews_block_extra a:hover {
    color: #003A4D;
}

.btn-outline::after, .btn::after, .btn-primary::after {
    background: #003A4D !important;
}

.product-quantity .input-group-btn-vertical .btn i.touchspin-up:after {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/up_cart.svg);
}

.product-quantity .input-group-btn-vertical .btn i.touchspin-down:after {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/down_cart.svg);
}

.blockreassurance_product > div {
    border: none;
    margin: 0px;
}


.blockreassurance_product > div:first-child > span.item-product {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/safe.svg);
}

.blockreassurance_product > div:nth-child(2) > span.item-product {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/send.svg);
}

.blockreassurance_product > div:nth-child(3) > span.item-product {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/warranty.svg);
}

.blockreassurance_product {
    display: flex;
margin-top: 0px !important;
    justify-content: space-between;
}

.blockreassurance_product > div span.item-product {
    width: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 0px;
    height: 32px;
    line-height: 30px;
}

div.blockreassurance_product .block-title, div.blockreassurance_product p.block-title {
     font-size: 16px;
    line-height: 30px;
    font-weight: inherit;
    display: block;
    width: 100%;
    font-family: 'Inter-Semibold';
    color: #003A4D !important;
}

.blockreassurance_product > div {
     padding: 12px 15px 0px 42px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.blockreassurance_product > div > p {
    font-size: 16px;
    font-family: 'Urbanist-Regular';
    color: #0D1F43 !important;
}

.product-variants > .product-variants-item select {
    width: 100% !important;
    min-height: 46px;
    border-radius: 4px;
    background-color: #F5F5F5;
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.page-product .leo-compare-wishlist-button .leo-wishlist-button i.material-icons:before {
    content: "\f08a";
    font-family: "FontAwesome";
    font-size: 22px;
}

.page-product .input-group.bootstrap-touchspin > input {
    border-radius: 0 !important;
}

.leo-wishlist-button-dropdown .wishlist-item.added {
    color: #0D1F43 !important;
    background: none;
}

.leo-wishlist-button-dropdown .wishlist-item:hover {
    color: #0D1F43 !important;
    background: none;
}

.leo-compare-wishlist-button .btn-product {
    padding: 0;
    width: 40px;
    height: 50px !important;
    line-height: 43px;
    position: relative;
    text-align: center;
    border: 0;
    background: none !important;
    color: #888 !important;
}

.leo-wishlist-button-dropdown .leo-list-wishlist {
    top: auto;
    bottom: 100%;
    font-size: 13px;
    max-height: 125px;
    overflow-y: auto;
    border-radius: 0;
    width: 100%;
    font-family: 'Urbanist-SemiBold';
}

.page-product .modal-header {
    padding: 15px;
    background: #eee;
    border: 0;
    border-radius: 4px;
}

.page-product h5.modal-title {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    color: #888;
    font-family: 'Inter-Regular';
    border-radius: 4px;
}

.page-product select.form-control {
    border: 1px solid #D1D1D1;
}

.product-actions .control-label {
      display: block;
    font-weight: 500;
    margin: auto 10px 0.5rem 0;
    font-size: 18px;
    color: #003A4D;
    font-family: 'Inter-Semibold';
    margin-bottom: 8px;
    margin-top: 24px;
}

.product-tabs.tabs > div {
    max-height: 100%;
}





/*

 * TABS PRODUCTO ! !
.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
    height: 1px;
    background: #cbcbcb;
    width: 200vw;
    left: -50vw;
    position: relative;
    bottom: 2px;
}

 */
#product-details .label {
    font-weight: 600;
    font-family: 'Inter-Regular';
}

#product_reviews_block_tab .review {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-family: 'Inter-Regular';
}


.product-tabs.tabs {
    border: none;
    margin-top: 60px;
}



.product-tabs.tabs .nav-tabs {
    border: none;
    border: 0;
    padding: 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.product-tabs.tabs {
    display: flex;
    flex-direction: column;
}

.page-product .leo-compare-wishlist-button .compare {
    display: none;
}

.page-product ul.nav.nav-tabs {
    width: 100% !important;
    display: flex;
    gap: 40px;
}

.product-tabs.tabs .nav-tabs .nav-item .nav-link:after {
display: none;
}

a.nav-link.active.js-product-nav-active {
    text-underline-offset: 10px;
    text-decoration: underline 3px #00627A;
}

.product-tabs.tabs .nav-tabs .nav-link {
    font-size: 18px;
    font-family: 'Inter-Semibold';
    color: #003A4D !important;
    text-transform: inherit;
    font-weight: inherit;
}

.product-tabs.tabs .nav-tabs .nav-link.active {
    color: #0D1F43;
}

.product-tabs.tabs .nav-tabs .nav-item {
    border-bottom: none;
}

.product-tabs.tabs::before {
    content: "";
    display: table;
    clear: both;
    height: 1px;
    background: #cbcbcb;
    width: 200vw;
    left: -50vw;
    position: relative;
    bottom: 2px;
    top: 31px;
}

.product-tabs.tabs .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
margin-bottom: 10px;
}

.page-product div#tab-content {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
    padding-right: 0px;
}

p.title-desc-product {
    font-size: 28px;
    font-family: 'Inter-Semibold';
}

p.text-desc-product-reg {
    font-size: 18px;
    font-family: 'Inter-Regular';
    line-height: 28px;
    margin-bottom: 36px;
}

.page-product section.product-accessories.clearfix {
    padding-bottom: 140px;
}


h3.h5.products-section-title {
    font-size: 50px;
    font-family: 'Urbanist-SemiBold';
    color: #0D1F43;
    text-transform: inherit;
    margin-bottom: 50px;
}

.page-product .owl-carousel .owl-item {
    padding: 0px 8px;
}

.page-product .leo-plist-style-default .thumbnail-container .product-meta {
    text-align: left;
}

.page-product ul.product-flags {
    display: none;
}

.page-product .group-addcart-view {
    display: none !important;
}

.page-product .thumbnail-container .product-title a:hover {
    color: #0D1F43;
}

.page-product .functional-buttons.clearfix {
    display: none;
}

.leo-more-cdown {
    display: none;
}

.p-reference label {
    font-weight: inherit;
    margin: 0;
    color: #003A4D;
    font-size: 15px;
    font-family: 'Inter-Regular';
}

.p-reference label > span {
    font-weight: inherit;
    margin: 0;
   color: #003A4D;
    font-size: 15px;
    font-family: 'Inter-Regular';
}

.p-reference {
    margin: 0 0 5px;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    color: #003A4D;
    font-family: 'Inter-Regular';
}

.product-tabs.tabs .nav-tabs .nav-link:hover {
    color: #003A4D !important;
}

.product-detail.product-thumbs-bottom .product-thumb-images {
    padding-left: 0;
    padding-right: 0;
}

.page-product .product-cover {
    margin-bottom: 8px;
    position: relative;
}

.page-product .slick-slide {
    padding-left: 4.5px !important;
    padding-right: 4.5px !important;
}

.product-thumb-images .thumb.selected {
    border: none;
}

.breadcrumb {
    margin-bottom: 5px !important;
    padding-bottom: 0;
}

.breadcrumb li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.breadcrumb li a {
    display: block;
    padding: 0 0px 0 0;
    line-height: 20px;
    position: relative;
    transition: all .4s;
    color: #999;
}

.breadcrumb li:last-child a {
    padding: 0;
color: #003A4D !important;
}


@media (min-width: 1440px) {
.page-product .col-form_id-form_9367402777406408 {
    padding-right: 0px !important;
}

.page-product .col-form_id-form_15874367062488778 {
    padding-left: 120px !important;
}
}

.product-add-to-cart .product-quantity .qty {
    margin: 0 15px 1.5rem 0;
    width: 76px;
}

#_desktop_cart .cart-preview .cart-products-count {
    background: #006079 !important;
    font-family: 'Inter-Regular';
}


@media (max-width: 1200px) {
.product-quantity .add {
    white-space: nowrap;
    position: relative;
    width: 69%;
}
}


@media (max-width: 991px) {
.product-detail .col-form_id-form_9367402777406408 {
    width: 100%;
}
.product-detail .col-form_id-form_15874367062488778 {
    width: 100%;
}
.product-quantity .add {
    white-space: nowrap;
    position: relative;
    width: 80%;
}
}


.product-tabs.tabs .nav-tabs .nav-link:before {
display:none !important;
}


@media (max-width: 767px) {
.product-quantity .add {
    white-space: nowrap;
    position: relative;
    width: 73%;
}
}

@media (max-width: 600px) {
.page-product ul.nav.nav-tabs {
    width: 100% !important;
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.product-quantity .add {
    white-space: nowrap;
    position: relative;
    width: 69%;
}
.product-tabs.tabs::before {
   display:none;
}
a.nav-link.active.js-product-nav-active {
    text-decoration: none;
}
.product-tabs.tabs .nav-tabs .nav-item {
    width: 100%;
}
.product-tabs.tabs .nav-tabs .nav-link.active {
    border-bottom: 3px solid #00627A !important;
}
.product-tabs.tabs .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 10;
}
.page-product li.nav-item::after {
    content: "";
    display: table;
    clear: both;
    height: 1px;
    background: #cbcbcb;
    width: 200vw;
    left: -50vw;
    position: relative;
    bottom: 2px;
    top: -12px;
    z-index: 1;
}
.product-tabs.tabs .nav-tabs .nav-link {
background-color: none !important;
background: none !important;
}
}

@media (max-width: 500px) {
h1.h1.product-detail-name {
    color: #003A4D;
    font-size: 25px;
    font-family: 'Inter-SemiBold';
    margin-bottom: 6px;
    margin-top: 0;
    line-height: 35px;
}

.p-reference {
    margin: 10px 0 5px;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    color: #0D1F43;
    font-family: 'Urbanist-Regular';
}
.description-short {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Inter-Regular';
    color: #003A4D;
}
.breadcrumb {
    margin-bottom: 20px !important;
    padding-bottom: 0;
}
.product-tabs.tabs {
    margin-top: 30px;
}
.page-product .p-cartwapper {
    display: flex;
}
.blockreassurance_product > div {
    padding: 48px 0px 0px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    gap: 37px;
    grid-column-gap: 20px;
}
div.blockreassurance_product .block-title, div.blockreassurance_product p.block-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: inherit;
    display: block;
    width: 100%;
    font-family: 'Urbanist-SemiBold';
    color: #0D1F43 !important;
}
p.title-desc-product {
    font-size: 25px !important;
    font-family: 'Inter-SemiBold';
    line-height: 35px !important;
}
p.text-desc-product-reg {
    font-size: 16px !important;
    font-family: 'Inter-Regular';
    line-height: 26px !important;
    margin-bottom: 36px;
}
.page-product ul.nav.nav-tabs {
    width: 100% !important;
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin-bottom: 0px;
}
h3.h5.products-section-title {
    font-size: 28px;
    font-family: 'Urbanist-SemiBold';
    color: #0D1F43;
    text-transform: inherit;
    margin-bottom: 38px;
}
.page-product .product-accessories.clearfix {
    margin-top: 0px;
    padding-top: 0;
}
.page-product section.product-accessories.clearfix {
    padding-bottom: 40px;
}
.product-detail.product-thumbs-bottom .product-thumb-images .slick-list .slick-slide {
    padding-right: 3px;
    padding-left: 3px;
    width: 90px !important;
}
}


ul.nav.navbar-nav.megamenu.horizontal > li::after {
    display: none;
}

li.nav-item.subtitle-submenu-mov.leo-1::after {

}

/* ---------------- categoría ----------------*/
i.material-icons.rtl-no-flip {
    display: none;
}

.page-category .product-price-and-shipping.has_discount .price {
    color: #BF454A;
}


.page-category .products-sort-order .dropdown-menu {
    right: 0;
}

.page-category div#js-product-list::after {
    content: "";
    display: table;
    clear: both;
    height: 1px;
    background: #CFCFCF !important;
    width: 200vw;
    left: -50vw;
    position: relative;
    bottom: 66px;
}

.page-category .pagination {
    color: #9EA3AB;
    font-family: 'Inter-Regular';
    font-size: 16px;
    border-top: none;
    flex-direction: column-reverse;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 80px;
}

.filter-button > button {
    font-size: 16px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    text-transform: inherit;
}

.page-category .products-selection .showing {
    color: #9EA3AB;
    font-family: 'Urbanist-Regular';
    font-size: 16px;
}


@media (min-width:767px) {
nav.breadcrumb.bread-mov {
    display: none;
}
body #search_filters .facet .facet-title {
margin-top: 23px !important;
}
}

@media (max-width:767px) {
.page-category div#search_filters_wrapper {
      display: flex;
    flex-direction: column-reverse;
    border: none;
    padding: 0;
}

#category .sidebar #search_filter_controls button {
    margin: 5px 10px;
    font-size: 14px;
    width: calc(100% - 20px);
    padding: 8px;
    border-radius: 25px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    text-transform: initial;
    background-color: #00627A;
}

#category .sidebar #search_filters {
    border-top: none;
padding: 0 0 10px;
}

#category .sidebar #search_filters .facet ul li {
    border-top: none;
    padding: 5px;
    padding-left: 10px;
}

#category .sidebar #search_filters .facet {
    padding: 0px;
    border-bottom: none;
}

.page-category span.regular-price {
    font-family: 'Urbanist-Regular' !important;
    color: #0D1F43 !important;
    font-size: 16px !important;
}

.page-category .thumbnail-container .product-price-and-shipping .price {
    margin: 0 5px 0 0;
    font-size: 16px !important;
    color: #0D1F43;
    font-family: 'Urbanist-Regular' !important;
}

.page-category .filter-button {
    padding-left: 0;
}

.page-category .thumbnail-container .product-title a {
    display: block;
    padding: 15px 0 5px;
    color: #0D1F43;
    text-transform: initial;
    font-family: 'Urbanist-SemiBold' !important;
    font-size: 16px;
}

.page-category .products-selection .sort-by-row {
    display: flex;
    justify-content: center;
}

.page-category .h1::after {
display:none !important;
}
.h1-cat-mov {
    color: #0D1F43;
    font-family: 'Urbanist-SemiBold';
    font-size: 28px !important;
    line-height: 38px;
    padding-top: 90px !important;
    padding-bottom: 0px !important;
}
.bread-deskt {
    display: none;
}
.ordenar-prod {
    display: none !important;
}
}

.page-category .line-fullw-cate {
    margin-bottom: 50px;
    margin-top: 16px;
}

.line-fullw-cate::after {
    content: "";
    display: table;
    clear: both;
    height: 1px;
    background: #CFCFCF !important;
    width: 200vw;
    left: -50vw;
    position: relative;
    bottom: -22px;
}


.ordenar-prod-mov .col-sm-6.col-md-6.products-sort-order.dropdown {
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 25px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    padding-left: 10px;
    padding-right: 10px;
}



.flex-btn-cat-filter {
    display: flex;
    flex-direction: row-reverse;
}

.page-category button#search_filter_toggler {
    background-color: #00627A;
    height: 50px;
    width: 174px;
    max-width: 100%;
    border-radius: 25px !important;
}

.page-category #js-product-list-top > div > div.col-lg-6.col-md-9 {
    float: none;
}

.sidebar #search_filters_wrapper {
    padding: 24px 24px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}

#search_filters > .h6 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 0px;
    font-family: 'Inter-Semibold';
    color: #003A4D;
    margin-bottom: 25px;
}

body #search_filters .facet .facet-title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Inter-Medium';
    margin-top: 0px;
    color: #0D1F43 !important;
    text-transform: capitalize !important;
}

.custom-checkbox input[type="checkbox"] + span {
    margin-right: 5px;
    display: inline-block;
    vertical-align: -3px;
    cursor: pointer;
    border: 1px #707070 solid;
    background-color: #ffffff;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

a._gray-darker.search-link.js-search-link {
    font-size: 16px !important;
    font-family: 'Inter-Regular' !important;
    color: #003A4D !important;
}

body #search_filters .facet .collapse.faceted-slider {
    overflow: visible;
    font-family: 'Inter-Regular';
    color: #003A4D;
}

body #search_filters .facet .facet-label {
    display: block;
    text-align: left;
    padding: 7px 20px 7px 0;
    line-height: 12px;
    cursor: pointer;
    position: relative;
}

body #search_filters .facet {
    padding: 0px;
    border-bottom: none;
}

body #search_filters .ui-widget-header {
    background: #00627A;
}

.page-category span.magnitude {
    display: none !important;
}

p#facet_label_95615 {
    font-size: 16px !important;
    font-family: 'Urbanist-Regular' !important;
    color: #0D1F43 !important;
}

.products-selection .total-products {
    padding-top: 6px;
    display: none;
}

.block-category.card h1 {
    margin: 0 0 10px;
    font-size: 50px !important;
    line-height: 60px !important;
    text-transform: none;
    font-family: 'Urbanist-SemiBold';
    color: #0D1F43 !important;
    text-align: center;
}

body #search_filters .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: -6px;
    background: #00627A;
border: none;
}

.products-selection {
    margin-bottom: 30px;
    padding: 0;
    border-bottom: none;
}

.products-sort-order .select-title {
    background: none;
}

button.btn-unstyle.select-title {
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #003A4D;
    text-align: right;
    width: fit-content;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
}
#js-product-list-top > div > div.col-lg-6.col-md-9 {
    float: right;
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    text-align: right;
    color: #9EA3AB;
    font-family: 'Urbanist-Regular';
    font-size: 16px;
    padding-right: 0;
}

.products-sort-order .select-title i {
    width: 10px;
    height: 39px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/ordenar_icon.svg);
}

.products-sort-order.dropdown {
    text-align: right;
    width: fit-content;
}

.products-selection .sort-by-row {
    display: flex;
    justify-content: flex-end;
}

.sidebar .js-search-filters-clear-all {
    text-decoration: none;
    background: none;
    color: white;
    padding: 12px 15px;
    background-color: #A60751;
    border-radius: 50px;
    font-family: 'Urbanist-Regular';
    font-weight: inherit;
    text-decoration: inherit;
}

.sidebar .js-search-filters-clear-all:hover {
    text-decoration: none;
    background: none;
    color: white;
    padding: 12px 15px;
    background-color: #A60751;
    border-radius: 50px;
    font-family: 'Urbanist-Regular';
    font-weight: inherit;
    text-decoration: inherit;
}

.page-category .ajax_block_product {
    padding-left: 8px;
    padding-right: 8px;
}
.sidebar .js-search-filters-clear-all:hover {
    color: white;
    background: none;
}

button.btn.btn-tertiary.js-search-filters-clear-all::after {
    border-radius: 50px !important;
}

.active_filters {
    background: #ffffff;
    padding: 0;
    margin-bottom: 20px;
}

.active_filters .active-filter-title {
    display: inline;
    font-weight: inherit;
    margin: 0 10px 0 0;
    font-size: 13px;
    color: #0D1F43;
    font-family: 'Urbanist-SemiBold';
}

.active_filters .filter-block {
    font-family: 'Urbanist-Regular';
}

.products-sort-order .select-list {
      display: block;
    color: #003A4D;
    padding: 5px 15px;
    font-size: 13px;
    font-family: 'Inter-Regular';
}

.page-category h3.h3.product-title {
    text-align: left;
    color: #003A4D;
    font-family: 'Inter-Semibold';
    font-size: 18px !important;
}

.leo-plist-style-default .thumbnail-container .product-meta {
    text-align: left !important;
}

.page-category .h1 {
    font-size: 50px;
    color: #003A4D;
    font-family: 'Inter-Semibold';
    text-transform: inherit;
    text-align: center;
    padding-top: 56px;
    max-width: 662px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.page-category .h1::after {
    content: "";
    display: table;
    clear: both;
    height: 1px;
    background: #CFCFCF !important;
    width: 200vw;
    left: -50vw;
    position: relative;
    bottom: -67px;
}

.ordenar-prod > span {
    font-size: 16px;
    color: #9EA3AB;
    font-family: 'Inter-Regular';
    padding-right: 0px;
}

#category > #page > #wrapper > .container > .row {
    clear: both;
    padding-top: 30px;
}

.ordenar-prod {
    width: fit-content;
    float: right;
    margin-top: 16px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.breadcrumb {
	width: fit-content;
	float: left;
}

.page-category img.img-fluid {
    border-radius: 4px;
}

.page-category .thumbnail-container .product-meta {
    padding: 0 0 40px;
}

.text-muted {
    color: #003A4D !important;
    font-family: 'Inter-Regular';
}

.page-category div#js-product-list-bottom {
    padding-bottom: 140px;
}


/* ------------------------------------------------------------------------------CHECKOUT ---------------------------------------------------- */

@media (max-width: 600px) {
.padtop144 {
    padding-top: 24px !important;
}
.complete-order-texto {
    font-size: 25px !important;
}
.texto-abajo-complete {
    font-size: 16px !important;
    margin-top: 16px !important;
    line-height: 28px !important;
}
}

body#checkout [data-action="show-password"] {
    background: none;
    color: #888;
    height: 50px !important;
    border-radius: 0;
    margin: 0 -1px;
}

.form-control-select {
    height: 50px !important;
}

#checkout-personal-information-step.-complete .content .clearfix {
    padding: 0 !important;
}

section#checkout-personal-information-step.-complete > div {
    height: 240px;
}

section#checkout-payment-step > div {
    margin-top: 40px !important;
}

section#checkout-payment-step {
    font-family: 'Inter-Regular';
}

.fondoblanco {
    background-color: white;
}

.texto-abajo-complete {
    font-size: 17px;
    font-family: 'Inter-Regular';
    line-height: 30px;
    color: #003A4D;
    width: 702px;
    padding-left: 50px;
    margin-bottom: 40px;
}

#checkout .breadcrumb {
    display: none;
}

.complete-order-texto {
    font-size: 35px;
    padding-left: 50px;
    font-family: 'Inter-Semibold';
    color: #003A4D;
}

@media (max-width:767px) {
    .complete-order-texto {
        padding-left: 15px
    }
.texto-abajo-complete {
        padding-left: 15px;
        margin-bottom: 30px
    }
}


@media (max-width:1023px) {
    .padtop144 {
        padding-top: 60px
    }
}

@media (max-width:666px) {
    .complete-order-texto {
        font-size: 30px
    }
.texto-abajo-complete {
        width: 100% !important;
        padding-right: 15px
    }
}

@media (min-width:1023px) {
    .padtop144 {
        padding-top: 56px
    }
}

body#checkout section.checkout-step.-current .content {
    display: block;
    background-color: white;
    border-radius: 4px !important;
}

.page-cart input.form-control {
    border-radius: 0px !important;
}

.cart-grid .card {
    background-color: #fff;
    padding: 20px;
    box-shadow: none !important;
    border: 1px solid #CFCFCF !important;
    border-top-width: 1px !important;
    margin: 0 0 20px;
    padding: 0;
    border-radius: 4px !important;
}

.page-cart .h1 {
    font-size: 28px;
    font-family: 'Inter-SemiBold';
    text-transform: inherit;
    color: #003A4D;
}

.page-cart .product-line-info {
    font-family: 'Inter-Regular';
}

.product-line-info.product-price > div > span {
    font-family: 'Inter-Regular' !important;
}

.cart-grid-body > a {
    font-size: 16px;
    font-family: 'Inter-Medium';
}

.cart-grid-body > a:hover {
    color: #003A4D !important;
}

.cart-grid {
    margin-bottom: 100px;
}

.page-cart span.product-price {
    font-size: 18px;
    font-family: 'Inter-Regular';
}

.input-group.bootstrap-touchspin {
    box-shadow: none;
}

i.material-icons.touchspin-up::after {
    color: #0D1F43;
}

i.material-icons.touchspin-down::after {
    color: #0D1F43;
}

.page-cart button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up {
    background-color: white;
}

.page-cart button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down {
    background-color: white;
}

.page-cart button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up::after {
    background-color: white !important;
}

.page-cart button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down::after {
    background-color: white !important;
}

.card.cart-summary {
    font-family: 'Inter-Regular';
}

#cart .cart-summary-line .value {
    color: #003A4D !important;
    font-family: 'Inter-SemiBold' !important;
}

.page-cart .text-sm-center > a {
    font-size: 14px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    letter-spacing: 0.5px;
}

.page-cart .text-sm-center > a {
    font-size: 14px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    letter-spacing: 0.5px;
}

.page-cart a.btn.btn-outline {
    background-color: #006079 !important;
    border-radius: 50px !important;
    font-family: 'Inter-Regular';
}

.page-cart a.btn.btn-outline::after {
    background-color: #003A4D !important;
    border-radius: 50px !important;
}

body#checkout section.checkout-step#checkout-personal-information-step .content > p:first-child {
    font-family: 'Inter-Regular' !important;
    color: #0D1F43 !important;
    padding: 0 !important;
}


/*  ------------------------------- search ---------------------------------------- */
#leo_search_block_top .btn {
    background: #006079;
}

#leo_search_block_top .btn::after {
    border-radius: 0 !important;
}

/* MENU LOGIN  */
a.signin.leo-quicklogin > span {
      font-family: 'Inter-Regular';
    color: #00394D;
}

a.register.leo-quicklogin > span {
      font-family: 'Inter-Regular';
    color: #00394D;
}

a.signin.leo-quicklogin > span:hover {
    font-family: 'Inter-Regular';
    color: #856D4F;
}

a.register.leo-quicklogin > span:hover {
    font-family: 'Inter-Regular';
    color: #856D4F;
}

.popup-over:hover .popup-content li a i {
    color: #856D4F;
}


/* MINI CART  */
.leo-dropdown-bottom .leo-dropdown-cart-total {
    padding: 20px 20px 0;
    font-size: 20px;
    font-family: 'Inter-Regular';
}

.leo-dropdown-cart-subtotals {
    border-bottom: 1px solid #eee;
    padding: 20px 20px 15px;
    border-top: 1px solid #eee;
    font-family: 'Inter-Regular';
}

.leo-cart-dropdown-action a.btn {
    color: #FFFFFF;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    background: #ccc;
    border: 0;
    padding: 10px 15px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    border-radius: 50px;
}

.leo-cart-dropdown-action a.btn::after {
    border-radius: 50px !important;
}

.leo-cart-item-info > div > a {
    font-family: 'Inter-Regular';
}

.leo-cart-dropdown-action.clearfix a:nth-child(1) {
    background-color: #003A4D !important;
}

.leo-cart-dropdown-action.clearfix a:nth-child(1)::after {
    background-color: #006079 !important;
}

.leo-cart-dropdown-action.clearfix a:nth-child(2) {
    background-color: #006079 !important;
}

.leo-cart-dropdown-action.clearfix a:nth-child(2)::after {
 background-color: #003A4D !important;
}

/* VENTANA LOGIN */
input.form-control.lql-email-login {
    border-radius: 4px;
}

.lql-form-content input.form-control:focus {
    border-color: #0D1F43;
    outline: 0;
}

input.form-control.lql-email-login {
    border-radius: 4px;
    font-family: 'Urbanist-Regular';
}

input.form-control.lql-pass-login {
    font-family: 'Urbanist-Regular';
    border-radius: 4px;
}

button.form-control-submit.lql-form-bt.lql-login-bt.btn.btn-primary {
    border-radius: 50px !important;
    background-color: #006079;
}

button.form-control-submit.lql-form-bt.lql-login-bt.btn.btn-primary::after {
    border-radius: 50px !important;
}

span.lql-bt-txt {
    font-family: 'Urbanist-Regular' !important;
    font-weight: 100 !important;
    text-transform: math-auto;
}

a.lql-callregister-action {
       font-family: 'Inter-Regular';
    color: #003A4D;
}

a.lql-callregister-action:hover {
    color: #003A4D;
}

a.leoquicklogin-forgotpass {
      font-family: 'Inter-Regular';
    color: #003A4D;
    font-size: 12px;
}

a.leoquicklogin-forgotpass:hover {
      font-family: 'Inter-Regular';
    color: #003A4D;
}

.modal-content {
    border-radius: 4px !important;
}

.leo-quicklogin-modal .leo-quicklogin-form .leo-form h3 span {
    color: #003A4D;
    font-family: 'Inter-Medium';
    text-transform: math-auto;
}

label.form-control-label {
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.lql-rememberme {
    position: relative;
    top: 0px;
}

input.form-control.lql-email-reset {
    border-radius: 4px;
    font-family: 'Urbanist-Regular';
}

.leo-quicklogin-modal .leo-quicklogin-form .leo-form h3 {
    background-color: transparent;
    padding: 8px 0px;
    font-size: 18px;
    color: #003A4D !important;
    font-family: 'Inter-Medium';
    text-transform: math-auto;
}

button.form-control-submit.lql-form-bt.leoquicklogin-reset-pass-bt.btn.btn-primary {
    border-radius: 50px;
    background-color: #006079;
    padding-top: 15px;
    padding-bottom: 15px;
}

button.form-control-submit.lql-form-bt.leoquicklogin-reset-pass-bt.btn.btn-primary::after {
    border-radius: 50px !important;
    background-color: #003A4D !important;
}

/*  REGISTRARSE */
.leo-quicklogin-modal .lql-form-content input:before {

    width: 0px;
}

.lql-form-content .form-group > input {
    border-radius: 4px !important;
}

.custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #003A4D !important;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.lql-form-content .form-group > input {
    border-radius: 4px !important;
    font-family: 'Inter-Regular';
}

label.form-control-label a:hover {
    color: #0D1F43;
}

.form-group.text-right > button {
    background-color: #006079;
    border-radius: 50px;
}

.form-group.text-right > button::after {
    border-radius: 50px !important;
}

.leo-form-chk input {
    margin: 0;
    vertical-align: -2px;
}

div.form-group.lql-form-content-element.leo-form-chk > label > a {
        color: #003A4D !important;
}

.form-group.lql-calllogin > div {
    font-family: 'Inter-Regular';
    color: #003A4D;
}

a.lql-calllogin-action {
    font-family: 'Inter-Regular';
    color: #003A4D;
}

body#checkout section.checkout-step#checkout-personal-information-step .content > p {
    padding: 0 !important;
    font-family: 'Inter-Regular' !important;
    color: #003A4D !important;
}

.page-order .clearfix button.btn.btn-primary.continue.float-xs-right {
    background-color: #006079;
    width: 100%;
    border-radius: 50px;
    text-transform: inherit;
    font-weight: inherit;
    height: 56px;
    font-family: 'Inter-Regular';
}

.page-order a {
    color: #003A4D;
    text-decoration: none;
}

.page-order a:hover {
    color: #856D4F;
    text-decoration: none;
}

/* ----------------------------------------- carrito step 2 --------------------------------------------- */
body#checkout section.checkout-step .address-item .address-alias {
    font-family: 'Inter-Medium' !important;
    color: #003A4D;
}

#id-address-delivery-address-2 > header > label {
    font-family: 'Inter-Regular';
    color: #003A4D;
}

#checkout-addresses-step > div > div > form > p {
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.page-order .form-group.row > div > label {
    text-align: left;
    margin-bottom: 0;
}

.page-order #delivery-address > div > section > div:nth-child(14) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.page-order #delivery-address > div > section > div:nth-child(16) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.page-order #delivery-address > div > section > div:nth-child(16) > div {
    display: flex;
    gap: 10px;
}

#checkout-addresses-step > div > div > form > p.add-address {
    font-family: 'Urbanist-Regular';
    color: #0D1F43;
}

#checkout-addresses-step > div > div > form > p.add-address > a {
    font-family: 'Inter-Regular';
    color: #003A4D !important;
    text-transform: initial !important;
}

#checkout-addresses-step > div > div > form > p.add-address {
    font-family: 'Urbanist-Regular';
    color: #0D1F43 !important;
}

body#checkout section.checkout-step .add-address a:hover {
    color: #003A4D !important;
}

body#checkout section.checkout-step .add-address a .material-icons {
    background: #003A4D !important;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: -2px;
}

body#checkout section.checkout-step .add-address a:hover .material-icons {
    background: #A60751;
}

.js-address-form .form-fields .form-group > label {
    padding-top: 20px;
}

#checkout-addresses-step > div > div > form > h2 {
    font-family: 'Inter-Regular' !important;
    color: #003A4D !important;
}

#checkout-addresses-step > div > div > h2 {
     font-family: 'Inter-Regular' !important;
    color: #003A4D !important;
}

section#checkout-addresses-step > div {
    margin-top: 40px !important;
}

/* ----------------------------------------- carrito step 3 --------------------------------------------- */

section#checkout-delivery-step > div {
    margin-top: 40px !important;
}

label.col-sm-11.delivery-option-2 {
    font-family: 'Inter-Regular';
}

#js-delivery > div > div.order-options {
    display: none;
}

#js-delivery>button {
    width: 100%;
    background-color: #006079;
    border-radius: 50px;
    height: 56px !important;
}

.row.delivery-option.js-delivery-option {
    display: flex;
    align-items: center;
}

#js-delivery > div > div.delivery-options > div.row.delivery-option.js-delivery-option > label {
    margin-bottom: 0;
}

span.h6.carrier-name {
    font-family: 'Inter-Regular';
    margin-bottom: 0;
}

.page-order #js-delivery > div > div.delivery-options > div:nth-child(1) {
    margin-bottom: 16px;
}

/* ------------------------------------------------------------- CHECKOUT -------------------------------------------------------------- */
.product-line-info .value {
    color: #414141;
}

#checkout-personal-information-step > div {
    height: 540px;
    margin-top: 40px !important;
}

@media (max-width:665px) {
#checkout-personal-information-step > div {
    height: 770px;
    margin-top: 40px !important;
}

}

body#checkout section.checkout-step .step-title .step-number {
    padding: 7px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 28px;
    font-size: 20px !important;
    background: #79ACB9 !important;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -14px;
    font-family: 'Inter-Medium' !important;
}

body#checkout section.checkout-step.js-current-step .step-title .step-number {
    background: #00627A !important;
}

#checkout #checkout-personal-information-step .nav .nav-item .nav-link {
    display: block;
    line-height: 20px;
    padding: 10px;
    text-transform: inherit !important;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    color: #003A4D !important;
    font-weight: inherit !important;
    font-family: 'Inter-SemiBold' !important;
    font-size: 20px !important;
    border-bottom: none !important;
}

@media (max-width:500px) {
#checkout #checkout-personal-information-step .nav .nav-item .nav-link {
    font-size: 16px !important;
}
}

#checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: none !important
}

#checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
    color: #282828;
    border-color: transparent;
    text-decoration: underline #00627A;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px
}


body#checkout section.checkout-step .content {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dee0e3;
    border-top-width: 1px !important;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static;
    border-radius: 4px !important
background-color: white;
}

body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 100% !important;
    background-color: #00627A !important;
    border-radius: 50px !important;
    height: 56px;
    text-transform: inherit !important;
    font-family: 'Inter-Medium' !important;
    font-size: 18px !important;
    font-weight: inherit !important;
}


body#checkout section.checkout-step #customer-form .form-control-comment,
body#checkout section.checkout-step #invoice-address .form-control-comment,
body#checkout section.checkout-step #login-form .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc;
    display: none
}

#checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    border: 1px solid #e1e1e1;
    height: 50px !important;
    color: #999;
    background-color: #F9F9F9 !important;
    border-color: #DEDEDE !important;
    border-radius: 4px !important;
    width: 100%;
}


@media (min-width:666px) {
    .page-order #customer-form section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 16px
    }

    .page-order .js-address-form section.form-fields {
         display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 16px;
    }
}

.page-order form#customer-form .form-group {
    display: flex;
    flex-direction: column
}

.page-order .js-address-form .form-group {
    display: flex;
    flex-direction: column
}

body:not(.page-address) .js-address-form label {
    width: 100% !important
}

form#customer-form label {
    width: 100%
}

body#checkout .custom-checkbox em {
    color: #ccc;
    display: none
}

body#checkout section.checkout-step #customer-form .form-control-label.required[for=field-customer_privacy],
body#checkout section.checkout-step #delivery-address .form-control-label.required[for=field-customer_privacy],
body#checkout section.checkout-step #invoice-address .form-control-label.required[for=field-customer_privacy],
body#checkout section.checkout-step #login-form .form-control-label.required[for=field-customer_privacy] {
    padding: 0;
    display: none
}

form#customer-form div:nth-child(7) label.col-md-3.form-control-label {
    display: none
}

#js-checkout-summary,
section.js-current-step {
    background-color: #fff;
    padding: 20px;
    box-shadow: none !important;
    border-top-width: 1px !important;
    margin: 0 0 20px;
    padding: 0;
    border-radius: 4px !important;
    border-color: #dedede !important
}

label.required:after {
    content: "*";
    color: #000
}

form#customer-form div:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: 0
}

form#customer-form div:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3
}

.fondogris {
    background-color: #F2F4F6;
    padding-top: 64px;
    padding-bottom: 114px;
}

.bordegris {
    border: 1px solid #cecece;
    border-radius: 4px;
    margin-top: 0
}

#checkout-guest-form .form-group .col-md-6 {
    width: 100% !important
}

body#checkout .custom-checkbox input[type=checkbox]+span,
body#checkout .custom-checkbox input[type=radio]+span {
    width: 14px !important;
    height: 14px !important;
    background-color: #f9f9f9;
    border: 1px #dedede solid
}

@media (max-width:1023px) {
    .padtop144 {
        padding-top: 60px
    }
}


@media (max-width:666px) {
    #checkout-guest-form .form-group .col-md-6 {
        width: 100% !important
    }

    section.checkout-step #delivery-address .form-fields .form-group>.col-md-6 {
        width: 100% !important
    }
}

#delivery-address>div.js-address-form>section>div:nth-child(3) {
    display: none
}


@media (min-width:666px) {
    section.checkout-step #delivery-address .form-fields .form-group>.col-md-6 {
        width: 100% !important
    }
body#checkout section.checkout-step #invoice-address .form-group > .col-md-6 {
    width: 100%  !important;
}
}

#delivery-address>div>section>div:nth-child(13) {
    grid-column-start: 1;
    grid-column-end: 3
}

input.form-control {
    border: 1px solid #dedede;
    border-radius: 4px !important;
    box-shadow: none;
    height: 50px;
    background-color: #f9f9f9 !important
}


.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #94a32c;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.col-xs-3.carrier-logo {
    display: none
}

#payment-confirmation button[type=submit] {
    width: 100%;
    background-color: #006079;
    border-radius: 50px;
    height: 56px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
    font-size: 18px;
    font-weight: inherit;
margin-bottom: 12px;
letter-spacing: 0;
}

button.btn.btn-primary.center-block.disabled::after {
    background-color: #003A4D !important;
    border-radius: 50px !important;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 8px;
    background: #f6f6f6;
    padding: 20px 0;
    margin: 0 0 15px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #dedede !important
}

body#checkout section.checkout-step .delivery-option {
    background: #f6f6f6;
    padding: 20px 0;
    margin: 0 0 30px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #dedede
}

#cta-terms-and-conditions-0 {
    color: #79ACB9 !important;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 10px;
    padding-bottom: 10px
}

body#checkout section.checkout-step .address-item.selected {
    border: #dee0e3 1px solid !important;
    border-radius: 4px
}

button.btn.btn-primary.continue.float-xs-right {
    background-color: #94a32c;
    width: 100%;
    border-radius: 4px
}

body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #A60751;
    text-transform: uppercase;
    line-height: 20px;
    transition: none;
    border-radius: 4px
}

#delivery-address>div>section>div:nth-child(15)>div {
    display: flex;
    gap: 10px;
    width: 100%;
    text-align: left;
    align-items: center;
    align-content: center
}

#delivery-address>div>section>div:nth-child(15)>div>label {
    text-align: left;
    margin-bottom: 0;
    font-family: 'Inter-Regular';
}

@media (min-width:991px) {
    #content>div>div.cart-grid-right.col-xs-12.col-lg-4 {
        padding-top: 139px
    }
}

#delivery-address>div>section>div:nth-child(6)>div.col-md-3.form-control-comment {
    display: none
}

#delivery-address>div>section>div:nth-child(7)>div.col-md-3.form-control-comment {
    display: none
}

.form-group {
    margin-bottom: 10px !important
}

#customer-form>section>div:nth-child(6)>div.col-md-6>span>label {
    margin-top: 20px;
    margin-bottom: 0px;
}



body#checkout section.checkout-step.-reachable.-complete .step-title:before {
    background: #006079  !important;
}

#payment-option-1-container>label>img {
    content: url(../img/logo-payments.svg) !important;
    width: 43%;
    margin-left: 40px
}

#payment-option-1-container>label {
    text-align: left
}

body#checkout section.checkout-step .step-title:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 100%;
    height: 6px !important;
    background: #ccc;
    left: 50%
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -14px;
    background: #006079  !important
    color: #fff;
    font-size: 16px;
    border-radius: 50%
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -14px;
    background: #006079  !important;
    color: #fff;
    font-size: 16px;
    border-radius: 50%
}

@media (max-width:991px) {
    #content>div>div.cart-grid-body.col-xs-12.col-lg-8 {
        width: 100%
    }
}

@media (min-width:991px) {
    #content>div>div.cart-grid-body.col-xs-12.col-lg-8 {
        width: 60%
    }

    body#checkout section.checkout-step .content {
        box-shadow: 1px 3px 1px rgba(50, 50, 50, .04);
        border-radius: 0;
        border: 1px solid #e1e1e1;
        border-top-width: 3px;
        padding: 20px;
        max-width: 704px !important;
        margin: 0 auto;
        position: static
    }
}

body#checkout #cart-summary-product-list img {
    border: none;
    width: 50px
}

button#submit-login {
    background-color: #94a32c;
    border-radius: 4px
}

select#field-id_state {
    border-radius: 4px
}

select#field-id_country {
    border-radius: 4px
}

body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #006079 !important;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s;
}


body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
    background: #006079 !important;
    color: #fff !important;
}

body#checkout section.checkout-step .address-footer .text-muted.delete-address {
    background: #006079 !important;
    border: 2px solid #006079 !important;
    font-family: 'Inter-Regular';
}

body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
    background: #fff;
    color: white !important;
    background: white !important;
}

body#checkout section.checkout-step .step-title {
    text-transform: inherit !important;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 50px 5px !important;
    color: #999;
    opacity: 1;
    letter-spacing: 0;
    font-family: 'Inter-SemiBold';
    color: #003A4D !important;
    margin-left: 10px;
}

/*.page-order #customer-form > section > div:nth-child(5) {
    display: none !important;
}*/

body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 34px !important;
    background-color: #FFFFFF;
}

@media (max-width:767px) {
body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding-left: 0 !important;
    background-color: #FFFFFF;
    padding-right: 0 !important;
    padding-top: 24px !important;
}
}

.page-order label.form-control-label {
    font-family: 'Inter-Regular';
    color: #003A4D;
    font-size: 16px;
}

.page-order .blockreassurance_product {
    display: none !important;
}

.page-order .cart-summary-products.js-cart-summary-products > p {
    font-size: 18px;
    font-family: 'Inter-Semibold';
    color: #003A4D;
}

#cart-summary-product-list > ul > li > div.media-body > span.product-name {
    font-size: 15px;
    color: #003A4D !important;
    font-family: 'Inter-Regular';
}

#cart-summary-product-list > ul > li > div.media-body > span.product-name:hover {
    font-size: 15px;
    color: #856D4F !important;
    font-family: 'Inter-Regular';
}

span.product-price.float-xs-right {
    font-size: 16px !important;
    color: #003A4D !important;
    font-family: 'Inter-SemiBold' !important;
}

#checkout .cart-summary-subtotals-container, #cart .cart-summary-subtotals-container {
    padding: 1rem 0px;
    margin-top: 25px;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
}

div#cart-subtotal-products > span {
    font-size: 16px;
    font-family: 'Inter-Regular' !important;
}

div#cart-subtotal-products > span:last-child {
    font-size: 16px;
    font-family: 'Inter-Semibold' !important;
}

div#cart-subtotal-shipping > span {
    font-size: 16px;
    font-family: 'Inter-Regular' !important;
}

div#cart-subtotal-shipping > span:last-child {
    font-size: 16px;
 font-family: 'Inter-Semibold' !important;
}

.cart-summary-line.cart-total > span {
    font-size: 16px;
    font-family: 'Inter-Regular' !important;
}

.cart-summary-line.cart-total > span:last-child {
    font-size: 16px;
 font-family: 'Inter-Semibold' !important;
}

.page-order span.txt-legal-check {
    color: #0D1F43;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 28px;
}

form#customer-form div:nth-child(6) {
    display: none !important;
}

/*
form#customer-form div:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3;
    display: none !important;
}
*/

form#customer-form div:nth-child(8) {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

form#customer-form div:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 3;
}

form#customer-form div:nth-child(8) > label {
    display: none;
}

form#customer-form div:nth-child(9) > label {
    display: none !important;
}

.page-order label.col-md-3.form-control-label.required {
    padding-top: 20px;
}

#customer-form > section > div:nth-child(8) > div.col-md-6 > span > label {
    color: #003A4D;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 28px;
}

#customer-form > section > div:nth-child(9) > div.col-md-6 > span > label {
    color: #003A4D;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 28px;
}

body#checkout section.checkout-step .form-footer {
    margin: 0px 0 10px !important;
}

button.continue.btn.btn-primary.float-xs-right::after {
    border-radius: 50px !important;
}

.page-order .cart-grid-right.col-xs-12.col-lg-4 {
    padding-left: 0px;
}

@media (max-width:991px) {
.page-order .cart-grid-right.col-xs-12.col-lg-4 {
    padding-left: 10px;
}
}

body#checkout {
    background-color: #F2F4F6;
}

body#checkout section.checkout-step .step-title:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 100%;
    height: 2px;
    background: #79ACB9  !important;
    left: 50%;
}

#customer-form > section > div:nth-child(7) > div.col-md-6 > span > label {
    color: #003A4D;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 28px;
    margin-bottom: -10px;
    margin-top: 30px;
}

#customer-form > section > div:nth-child(7) > div.col-md-6 > span > label {
    display: none;
}

.page-order .forgot-password > a {
    font-family: 'Inter-Regular';
    color: #003A4D !important;
}

body#checkout section.checkout-step .forgot-password {
    margin: 0 !important;
    text-align: center;
    margin-bottom: 24px !important;
}

.page-order .forgot-password {
    padding-bottom: 24px !important;
}

.page-order div#checkout-login-form {
    padding-top: 30px;
}

.page-order li.alert.alert-danger {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

li.alert.alert-danger::before {
    display: none;
}

.page-order #login-form {
    padding-top: 30px;
}

/* ------------------------------ CARRITO MODAL FLOTANTE  ------------------------------- */
#blockcart-modal .modal-title {
    font-size: 13px;
    font-weight: inherit;
    font-family: 'Inter-Regular';
}

#blockcart-modal {
    color: #0D1F43 !important;
}

#blockcart-modal .modal-body .divide-right p {
    color: #003A4D;
    font-family: 'Inter-Medium';
}

#blockcart-modal {
    color: #003A4D !important;
    font-family: 'Inter-Regular';
}

#blockcart-modal .product-name {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Inter-SemiBold' !important;
}

#blockcart-modal .cart-content-btn a.btn {
    background-color: #00627A !important;
    border-radius: 50px !important;
    font-weight: inherit !important;
}

#blockcart-modal .cart-content-btn a.btn::after {
    background-color: #003A4D !important;
    border-radius: 50px !important;
    font-weight: inherit !important;
}

/* ---------------------------------------------------------- */

.login-form button[data-action="show-password"]:hover {
    color: white !important;
}

body#checkout [data-action="show-password"]:hover {
    color: white !important;
}

/* ------------------------ PAGE PASSWORD ---------------------------------- */
.page-password h1 {
    font-family: 'Urbanist-Medium';
    margin-top: 10px;
}

.page-password footer.page-footer {
    padding-bottom: 100px;
}

.page-password a#back-to-login {
    color: #0D1F43;
    font-family: 'Urbanist-Regular';
}

p.send-renew-password-link {
    font-family: 'Urbanist-Regular';
    color: #0D1F43;
}

.page-password button#send-reset-link {
    background-color: #A60751;
    font-family: 'Urbanist-Regular';
    font-weight: inherit;
    text-transform: inherit;
}

.page-password button#send-reset-link::after {
 border-radius: 0px !important;
}

.page-password button.form-control-submit.btn.btn-primary.hidden-sm-up {
    background-color: #A60751;
}

/* -------------------- */

.page-authentication .page-header > h1 {
    font-family: 'Inter-Semibold';
    color: #003A4D !important;
}

body#authentication a:hover {
    color: #0D1F43;
}

button#submit-login {
    background-color: #006079;
    border-radius: 50px;
    height: 50px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
    font-weight: inherit;
    font-size: 16px;
    letter-spacing: 0;
}

button#submit-login::after {
    background-color: #ED4D00;
    border-radius: 50px !important;
    height: 50px !important;
}

/* --------- RESEÑA  ----------- */
h4.modal-title.h2.text-xs-center {
    font-family: 'Inter-SemiBold';
    color: #0D1F43;
}

.modal-dialog {
    font-family: 'Inter-Regular';
}

#product > div.modal.leo-modal.leo-modal-review.fade.in > div > div > div.modal-body > div > div.product-info.clearfix.col-xs-12.col-sm-6 > img {
    border-radius: 4px;
}

button.leo-modal-review-bt.btn.btn-primary {
    font-family: 'Urbanist-Regular';
    text-transform: inherit;
    font-weight: inherit;
    border-radius: 50px;
    background-color: #A60751 !important;
}

button.leo-modal-review-bt.btn.btn-primary::after {
    font-family: 'Urbanist-Regular';
    text-transform: inherit;
    font-weight: inherit;
    border-radius: 50px !important;
    background-color: #ED4D00 !important;
}

/* --------- MOSTRAR PASS  ----------- */
.input-group .input-group-btn > .btn {
    height: 50px;
}
/* -------------------------------------------------- */

.page-authentication .custom-checkbox > label {
    padding-left: 0 !important;
}

.page-authentication button.btn.btn-primary.form-control-submit.float-xs-right {
    background-color: #00627A;
    height: 50px;
    border-radius: 50px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    text-transform: inherit;
    font-size: 16px;
    letter-spacing: 0;
}

.page-authentication button.btn.btn-primary.form-control-submit.float-xs-right::after {
    background-color: #A60751;
    height: 50px;
    border-radius: 50px !important;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    text-transform: inherit;
    font-size: 16px;
}

.page-authentication #customer-form > section > div:nth-child(7) > div.col-md-6 > span > label {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.page-authentication #customer-form > section > div:nth-child(8) > div.col-md-6 > span > label {
    display: flex;
    align-items: center;
}

/* --------- my account  ----------- */
.page-my-account h1 {
    font-size: 28px;
    color: #003A4D !important;
    font-family: 'Inter-SemiBold';
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: white;
    padding: 16px;
    border: 1px solid #CECECE;
    box-shadow: none;
    border-radius: 8px;
    background-color: #FAFAFA;
    font-size: 17px;
    font-family: 'Inter-Medium';
    color: #003A4D;
    text-transform: initial;
}

.page-my-account #content .links a span.link-item::after {
    display: block;
    height: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: white;
    padding: 16px;
    border: 1px solid #CECECE;
    box-shadow: none;
    border-radius: 8px;
    background-color: #FAFAFA;
    font-size: 18px;
    font-family: 'Urbanist-SemiBold';
    color: #A60751;
    text-transform: initial;
}

.page-my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #00627A;
    padding-bottom: 3.4rem;
}



.page-my-account .page-footer .text-sm-center a {
    display: inline-block;
    padding: 15px 30px;
    text-transform: inherit;
    background: #006079;
    font-weight: inherit;
    color: white !important;
    font-size: 16px;
    border-radius: 50px;
    font-family: 'Inter-Regular';
    margin-bottom: 112px;
    letter-spacing: 0;
}

.page-my-account .page-footer .text-sm-center a:hover {
    display: inline-block;
    padding: 15px 30px;
    text-transform: inherit;
    background: #003A4D;
    font-weight: inherit;
    color: white !important;
    font-size: 16px;
    border-radius: 50px;
    font-family: 'Inter-Regular';
    margin-bottom: 112px;
    letter-spacing: 0;
}

.page-my-account .page-footer .text-sm-center a:hover {
    color: white !important;
}

.page-my-account #content .links a:hover i {
    color: #003A4D;
}

/* --------- CUENTA - INFORMACIÓN  PERSONAL ----------- */
.page-identity h1 {
    font-size: 28px;
    color: #0D1F43 !important;
    font-family: 'Urbanist-SemiBold';
}

.page-identity .form-group > label {
    text-align: left;
}

.page-identity label.form-control-label {
    font-family: 'Inter-Regular';
    color: #0D1F43;
    font-size: 16px;
}

.page-identity .input-group .input-group-btn > .btn {
    height: 50px;
    background-color: #006079;
    border-radius: 4px;
    margin-left: 8px;
    font-size: 15px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
}

.page-identity .form-control-comment {
    font-size: 13px;
    padding-top: 8px;
    color: #A0A4AC;
    display: block;
    width: 100%;
    font-family: 'Inter-Regular';
}

.page-identity footer.page-footer {
    padding-bottom: 112px;
}

.page-identity footer.form-footer.clearfix {
    width: fit-content;
}

.page-identity button.btn.btn-primary.form-control-submit.float-xs-right {
    background-color: #006079 !important;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
    font-weight: inherit;
    height: 56px;
    width: 178px;
    letter-spacing: 0;
}

.page-identity button.btn.btn-primary.form-control-submit.float-xs-right::after {
    border-radius: 50px !important;

}

.page-identity form#customer-form div:nth-child(7) {
    display: none;
}

.page-identity #customer-form > section > div:nth-child(9) > div.col-md-6 > span > label {
    color: #003A4D;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 28px;
}

.page-identity #customer-form > section > div:nth-child(8) > div.col-md-6 > span > label {
    color: #003A4D;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
    margin-bottom: 0;
}

.page-identity #customer-form > section > div:nth-child(8) > div.col-md-3.form-control-comment {
    display: none;
}

.page-identity .page-footer .account-link i {
    font-size: 23px;
}

.page-identity footer.page-footer > a {
    color: #0D2045 !important;
    font-size: 18px;
    font-family: 'Urbanist-Regular';
}

@media (max-width:1200px) {
.page-identity .form-group .col-md-6 {
    width: 100%;
}
}

@media (max-width:666px) {
.page-identity section#content {
    padding-left: 0;
    padding-right: 0;
}
.page-identity button.btn.btn-primary.form-control-submit.float-xs-right {
    width: 100%;
    max-width: 100%;
}

.page-identity footer.form-footer.clearfix {
    width: 100%;
}
}

/* --------- CUENTA - DIRECCIONES ----------- */
.page-addresses h1 {
    font-size: 28px;
    color: #003A4D !important;
    font-family: 'Inter-Semibold';
}

.page-addresses .address {
    box-shadow: NONE;
    background: #FCFCFC;
    margin-bottom: 30px;
    font-size: 13px;
    color: #414141;
    border: 1px solid #CECECE;
    border-radius: 8px;
}

.page-addresses .address .address-footer {
    border-top: 1px solid #CECECE;
    padding: 8px 16px;
}

.page-addresses #address-2 > div.address-body > address {
    color: #003A4D;
    font-size: 16px;
    font-family: 'Inter-Regular';
    line-height: 30px;
}

.page-addresses .address .address-body h4 {
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    color: #003A4D;
}

.page-addresses .address .address-footer > a {
    color: #003A4D;
    font-family: 'Inter-Regular';
}

.page-addresses footer.page-footer > a {
    color: #003A4D !important;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

.page-addresses footer.page-footer {
    padding-bottom: 112px;
}

.page-addresses .page-footer .account-link i {
    font-size: 23px;
}

.page-addresses #address-2 > div.address-footer > a > i {
    font-size: 18.5px;
}

.page-addresses #address-2 > div.address-footer > a > span {
    font-size: 18px;
}

.page-addresses .addresses-footer a span {
    font-size: 18px;
    vertical-align: middle;
    margin-top: 10px;
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.page-addresses .addresses-footer a i {
    font-size: 16px;
}

.page-addresses .addresses-footer {
    margin: 0;
}

.page-address .form-group > label {
    width: 17%;
}



/* --------- HISTORIAL DE PEDIDOS ----------- */
.page-history h1 {
    font-size: 28px;
    color: #0D1F43 !important;
    font-family: 'Urbanist-SemiBold';
}

.page-history .alert-warning {
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #FF9A52;
    color: #003A4D;
    font-family: 'Inter-Regular';
}

.page-history h6 {
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.page-history footer.page-footer > a {
    color: #003A4D !important;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

.page-history .page-footer .account-link i {
    font-size: 23px;
}


/* --------- RECIBOS ----------- */
.page-order-slip h1 {
    font-size: 28px;
    color: #0D1F43 !important;
    font-family: 'Urbanist-SemiBold';
}

.page-order-slip .alert-warning {
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #FF9A52;
    color: #0D2045;
    font-family: 'Urbanist-Regular';
}

.page-order-slip h6 {
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.page-order-slip footer.page-footer > a {
    color: #003A4D !important;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

.page-order-slip .page-footer .account-link i {
    font-size: 23px;
}

/* --------- MY WISHLIST ----------- */
span.leo-save-wishlist-bt-text {
    font-family: 'Inter-Regular';
    font-weight: 400;
}

.page-mywishlist div.thumbnail-container.clearfix > div > h1 > a:hover {
    color: #0D1F43;
}

.product-description h1.h3.product-title {
    margin-bottom: 10px;
}

.page-mywishlist button.leo-wishlist-button.dropdown-toggle.btn.btn-primary.show-list {
    background-color: #006079;
    border-radius: 50px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
    font-weight: inherit;
    font-size: 16px;
    letter-spacing: 0;
}

.page-mywishlist .leo-wishlist-button-dropdown .move-wishlist-item:hover, .leo-wishlist-button-dropdown .wishlist-item:hover {
    color: #0D1F43;
    background: none;
}

.page-mywishlist button.leo-wishlist-button.dropdown-toggle.btn.btn-primary.show-list:hover {
    background-color: #003A4D;
    border-radius: 50px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
    font-weight: inherit;
    font-size: 16px;
}

#mywishlist > div.new-wishlist > div:nth-child(1) {
    width: 40%;
}

@media (max-width: 992px) {
#mywishlist > div.new-wishlist > div:nth-child(1) {
    width: 55%;
}
}

@media (max-width: 767px) {
.page-mywishlist .new-wishlist {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}
#mywishlist > div.new-wishlist > div:nth-child(1) {
    width: 100%;
}
.page-mywishlist .new-wishlist {
    display: flex;
    align-items: flex-start !important;
    gap: 2px !important;
}
}

.page-mywishlist #mywishlist > ul > li.pull-xs-right > a > i {
    font-size: 24px;
}

.page-mywishlist .btn-outline::after {
    background: #ffffff !important;
}

#mywishlist .footer_links li .btn:hover {
    background: white !IMPORTANT;
    color: #0D2045;
}


#mywishlist .footer_links li .btn {
    background: none;
    color: #003A4D;
    font-size: 16px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
    font-weight: inherit;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.page-mywishlist ul.footer_links {
    margin-bottom: 114px;
}


.page-mywishlist #mywishlist > div.list-wishlist > table > thead > tr > th:nth-child(1) {
    padding-left: 0;
}


.page-mywishlist table.table.table-striped a {
    color: #003A4D;
}

.page-mywishlist .list-wishlist table td {
    font-family: 'Inter-Regular';
}


.page-mywishlist thead.wishlist-table-head > tr > th {
    padding-top: 40px !important;
    font-family: 'Inter-SemiBold';
    color: #003A4D;
    font-size: 18px;
}

.page-mywishlist h2 {
    font-size: 28px;
    color: #003A4D !important;
    font-family: 'Inter-SemiBold';
    margin-bottom: 40px;
}

#mywishlist > div.new-wishlist > div:nth-child(1) > label {
    font-size: 16px;
    color: #003A4D;
    font-family: 'Inter-Regular';
}

.page-mywishlist input.form-control {
    border: 1px solid #DEDEDE;
    border-radius: 4px !important;
    box-shadow: none;
    height: 50px;
    background-color: #FAFAFA !important;
}

.page-mywishlist input#wishlist_name {
    font-size: 14px;
    color: #9C9FA5;
    font-family: 'Inter-Regular';
}

@media (max-width: 410px) {
.page-mywishlist input#wishlist_name {
    font-size: 14px;
    color: #9C9FA5;
    font-family: 'Inter-Regular';
}
}

@media (max-width: 500px) {
.page-mywishlist button.btn.btn-primary.leo-save-wishlist-bt {
    background-color: #006079;
    border-radius: 4px;
    height: 50px;
    width: 100%;
}
.page-mywishlist thead.wishlist-table-head > tr > th {
    padding-top: 40px !important;
    font-family: 'Urbanist-SemiBold';
    color: #0D2045;
    font-size: 14px;
}
}

.page-mywishlist .new-wishlist {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.page-mywishlist button.btn.btn-primary.leo-save-wishlist-bt {
    background-color: #006079;
    border-radius: 4px;
    height: 50px;
}

.page-mywishlist .form-group {
    margin-bottom: 0 !important;
}

.page-mywishlist .list-wishlist {
    margin: 40px 0;
    overflow-x: auto;
}



/* ---------------------------------- PAGINATION -------------------------------------- */
.pagination .page-list li.current a {
    background-color: white;
    color: #00627A;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

.pagination .page-list li a {
    min-height: 36px;
    min-width: 36px;
    line-height: 36px;
    background-color: white;
}

.fa-long-arrow-right:before {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/num_next.svg);
}

.fa-long-arrow-left:before {
    content: url(https://portela.proprestashop.es/themes/at_november/assets/img/modules/appagebuilder/images/num_prev.svg);
}


.pagination .page-list li {
     display: inline;
    margin: 0px 3px;
    font-size: 16px;
    font-family: 'Inter-Semibold';
}

@media (min-width: 992px) {
.page-category .pagination > div:nth-child(1) {
    display: block !important;
}
}

.page-category .pagination .page-list {
    padding-top: 0;
    margin-bottom: 0;
    text-align: center !important;
    padding-bottom: 18px;
}



/*.page-category #products > div:nth-child(4) {
    width: 1340px;
    left: -18vw;
    position: relative;
}*/

/* ---------------------------------- DIRECCIONES - NUEVA DIRECCIÓN -------------------------------------- */
.page-address h1 {
    font-size: 28px;
    color: #0D1F43 !important;
    font-family: 'Urbanist-SemiBold';
}


  .page-address .form-group {
    margin-bottom: 10px !important;
    display: flex;
}

.page-address label.form-control-label {
    font-family: 'Inter-Regular';
    color: #0D1F43;
    text-align: left;
    padding-top: 10px !important;
}

.page-address .btn {
    background-color: #006079 !important;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Inter-Regular';
    text-transform: inherit;
    font-weight: inherit;
    height: 56px;
    width: 178px;
    float: none !important;
    margin-top: 20px;
    letter-spacing: 0;
}

.page-address .btn::after {
    border-radius: 50px !important;
}

.page-address footer.page-footer > a {
    color: #0D2045 !important;
    font-size: 18px;
    font-family: 'Urbanist-Regular';
}

.page-address .page-footer .account-link i {
    font-size: 23px;
}

.page-address footer.page-footer {
    padding-bottom: 112px;
}

@media (max-width: 830px) {
.page-address .form-group {
    margin-bottom: 10px !important;
    display: flex;
    flex-direction: column-reverse;
}
.page-address .form-group.row .col-md-6 {
    width: 100%;
}
.page-address .form-group > label {
    width: 100%;
}
.page-address #content {
    padding: 0;
}
}

/* ---------------------------------- CUENTA - MIS DATOS PERSONALES -------------------------------------- */

.page-customer-account h1 {
    font-size: 28px;
    color: #003A4D !important;
    font-family: 'Inter-SemiBold';
}

.page-customer-account .psgdprinfo17 {
    background: #FAFAFA;
    border: 1px solid #CECECE;
    border-radius: 8px;
    font-family: 'Inter-Regular';
    font-size: 16px;
    color: #003A4D;
}

.page-customer-account .psgdprinfo17 h2 {
    font-size: 18px;
    font-family: 'Inter-Semibold';
    color: #003A4D;
    margin-bottom: 16px;
}

.page-customer-account a#exportDataToCsv {
    background: #006079;
    border-radius: 50px;
    height: 56px;
    line-height: 34px;
    font-weight: inherit;
}

@media (max-width: 600px) {
.page-customer-account a#exportDataToCsv {
    background: #006079;
    border-radius: 50px;
    height: 56px;
    line-height: 34px;
    font-weight: inherit;
    margin-bottom: 16px;
}
.page-customer-account #content > div > section > div:nth-child(1) > p {
    font-size: 16px;
}
.page-customer-account #content > div > section > div:nth-child(2) > p {
    font-size: 16px;
}
}

.page-customer-account #content > div > section > div:nth-child(2) > p > a {
    color: #006079;
    text-decoration: underline;
}

.page-customer-account .psgdprinfo17 .btn::after {
    margin-left: 0px !IMPORTANT;
    border-radius: 50px !important;
}

.page-customer-account a#exportDataToPdf {
    background: #006079;
    border-radius: 50px;
    height: 56px;
    line-height: 34px;
    font-weight: inherit;
}

.psgdprgetdatabtn17 {
    float: none;
}

.page-customer-account .psgdprinfo17 .btn {
    margin-left: 0px !IMPORTANT;
}

.page-customer-account a#exportDataToCsv::after {
    background: #A60751;
    border-radius: 50px;
    height: 56px;
    line-height: 34px;
    font-weight: inherit;
}

.page-customer-account #content {
    padding: 0;
}

.page-customer-account #content > div {
    padding: 0;
}

.page-customer-account footer.page-footer > a {
    color: #003A4D !important;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

.page-customer-account .page-footer .account-link i {
    font-size: 23px;
}

.page-customer-account footer.page-footer {
    padding-bottom: 112px;
}

.page-customer-account #content > div > section > div:nth-child(1) > p {
    margin-bottom: 32px;
}

/* ------------------------------------------------------------------- */


.flex-cta2 {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
.flex-cta2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.tcenter992 {
text-align:center;
}

}

@media (max-width: 602px) {
.s28-602 {   
 font-size: 28px !important;
    line-height: 38px;
}
}


.centrar-btn {
    text-align: center;
}

.mb-5 {
    margin-bottom: 5px;
}

@media (max-width: 1025px) and (min-width: 601px)  {
.fila02-grid-top {
    display: grid;
    grid-template-columns: repeat(auto-fill,233px) !important;
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    justify-content: center;
}
}

.fila02-grid-top {
    display: grid;
    grid-template-columns: repeat(auto-fill,220px);
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    justify-content: center;
}

@media (max-width: 500px) {
.fila02-grid-top {
    display: grid;
    grid-template-columns: repeat(auto-fill,170px);
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    justify-content: center;
}
}

@media (max-width: 768px) {
div#ola {
    margin-top: -36px;
}
}

/* --------------------   buscar menú  --------------------------------- */
#leo_search_block_top .form-control {
    font-family: 'Inter-Regular';
}

/* --------------------   CUPÓN CHECKOUT --------------------------------- */
.block-promo .promo-input {
    border: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    margin: 0;
    border-radius: 4px;
    background-color: #F9F9F9;
    font-family: 'Inter-Regular';
}

.block-promo .promo-code form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

#promo-code > div > form > button {
    border-radius: 4px;
    background-color: #00627A;
    font-size: 15px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    letter-spacing: 0;
}

.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #003A4D;
    font-weight: inherit;
    font-family: 'Inter-Bold';
}

/* --------------------   CHECKOUT DIRECCIONES GRID FORMULARIO  --------------------------------- */



#delivery-address > div > section > div:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 4;
}

#delivery-address > div > section > div:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 7;
}

#delivery-address > div > section > div:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 3;
}

#delivery-address > div > section > div:nth-child(7) {
    grid-column-start: 3;
    grid-column-end: 5;
}


#delivery-address > div > section > div:nth-child(8) {
    grid-column-start: 5;
    grid-column-end: 7;
}

#delivery-address > div > section > div:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 4;
}


#delivery-address > div > section > div:nth-child(10) {
    grid-column-start: 4;
    grid-column-end: 7;
}

#delivery-address > div > section > div:nth-child(11) {
    grid-column-start: 1;
    grid-column-end: 3;
}

#delivery-address > div > section > div:nth-child(12) {
    grid-column-start: 3;
    grid-column-end: 5;
}

#delivery-address>div>section>div:nth-child(13) {
    grid-column-start: 5;
    grid-column-end: 7;
}

#delivery-address > div > section > div:nth-child(15) {
    grid-column-start: 1;
    grid-column-end: 7;
}

#invoice-address > div > section > div:nth-child(13) {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: 30px !important;
}

#invoice-address > div > form > section > div:nth-child(13) {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: 30px !important;
}

.form-control-select {
    height: 42px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f9f9f9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    background-position-x: 99%;
    background-size: 20px 20px;
    padding-right: 32px;
}

/* --------------------   aviso legal  --------------------------------- */

.p-legal-info {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #003A4D;
}

.legal-info-title {
    color: #003A4D;
    font-size: 20px;
    font-family: 'Inter-Semibold';
}

.legal-text {
    font-family: 'Inter-Regular';
    font-size: 16px;
    color: #003A4D;
}

.mt-40-legal {
    margin-top: 40px;
}

.page-cms-2 {
    margin-bottom: 66px !important;
}

.cms-id-2 h1 {
    color: #003A4D;
    font-size: 35px;
    font-family: 'Inter-Semibold';
    margin-bottom: 6px;
    margin-top: 24px;
}

/* --------------------   PRIVACIDAD  --------------------------------- */

.cms-id-6 h1 {
    color: #003A4D;
    font-size: 35px;
    font-family: 'Inter-Semibold';
    margin-bottom: 6px;
    margin-top: 24px;
}

.page-cms-6 {
    margin-bottom: 66px !important;
}

/* --------------------   cookies  --------------------------------- */

.cms-id-7 h1 {
    color: #003A4D;
    font-size: 35px;
    font-family: 'Inter-Semibold';
    margin-bottom: 6px;
    margin-top: 24px;
}

.page-cms-7 {
    margin-bottom: 66px !important;
}


/* --------------------   CONTACTO  --------------------------------- */
   .a-contact {
 text-decoration: underline;
    color: #79ACB9;
}

.page-contact #content {
    margin-top: 100px;
}

.page-contact h3 {
    color: #003A4D !important;
    font-size: 25px;
    font-family: 'Inter-Semibold';
    text-transform: capitalize !important;
    text-align: center;
}

.page-contact label.form-control-label {
    font-family: 'Inter-Regular';
    color: #003A4D;
    text-align: left;
    width: 12%;
}

.page-contact #content > section > form > section > div:nth-child(4) {
    display: none;
}

.page-contact .col-md-9.col-md-offset-3 {
    width: 100%;
}

.page-contact input.btn.btn-outline {
    width: 100%;
    background-color: #006079;
    border-radius: 50px;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    letter-spacing: 0.4px;
}

.page-contact section#main {
    width: 70%;
    margin: 0 auto;
}

.page-contact .card {
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 100px !important;
}

.page-contact section.form-fields > .form-group > .col-md-6, .page-contact section.form-fields > .form-group > .col-md-9 {
    width: 100%;
}

.page-contact select.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-family: 'Inter-Regular';
    background-color: white;
}

.page-contact input.form-control {
    border: 1px solid #dedede;
    border-radius: 4px !important;
    box-shadow: none;
    height: 50px;
    background-color: white !important;
    font-family: 'Inter-Regular';
}

.page-contact textarea.form-control {
    border: 1px solid #e5e5e5;
    font-family: 'Inter-Regular';
    border-radius: 4px;
}

/*.page-contact #content > section > form > section > div:nth-child(6) > div {
    margin-left: 16px;
}*/

.page-contact .custom-checkbox label {
    text-align: left;
    font-family: 'Inter-Regular';
    color: #003A4D;
}

@media (max-width: 991px) {
.page-contact section#main {
    width: 100%;
    margin: 0 auto;
}
}

@media (max-width: 766px) {
.page-contact #content {
    margin-top: 50px;
}
}

@media (max-width: 500px) {
.page-contact #content {
    margin-top: 20px;
}
.page-contact .contact-form {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
}


}

.page-contact #content > section > form > section > div:nth-child(5) {
    display: none;
}

.page-contact #content > section > form > section > div:nth-child(7) > div {
    margin-left: 16px;
}

.page-contact a.a-contact:hover {
    color: #003A4D;
    text-decoration: underline;
}


/* --------------------   blog  --------------------------------- */
.page-list div#left-column {
    display: none;
}

#blog-listing > h1 {
    margin-top: 40px;
    color: #003A4D;
    font-size: 35px;
    font-family: 'Inter-Semibold';
    margin-bottom: 30px;
}

.page-list .blog-item .title a {
    line-height: 24px;
    color: #003A4D;
    display: block;
    max-width: 90%;
    font-family: 'Inter-Medium';
    height: 48px;
    white-space: pre-wrap !important;
}

.blog-item .title a:hover {
    color: #856D4F;
}

.blog-item .blog-meta {
    color: #00627A;
    margin-bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Inter-Medium';
}

.blogs-container .blog-image img {
    max-width: 100%;
    border-radius: 4px;
}

.page-blog div#left-column {
    display: none;
}

h1.blog-title {
    margin-top: 100px;
    color: #003A4D;
    font-size: 35px;
    font-family: 'Inter-Semibold';
    margin-bottom: 30px;
}

.blog-detail .blog-description {
    padding: 30px;
    background: none;
    margin: 0 0 50px;
    font-family: 'Inter-Regular';
    color: #003A4D;
    font-size: 18px;
    line-height: 30px;
}

.blog-detail .blog-image:hover img {
    -webkit-filter: brightness(0.5);
    filter: none !important;
}

.page-blog .social-share {
    display: none;
}

.page-blog .blog-tags {
    display: none;
}

.page-blog .extra-blogs.row {
    display: none;
}

.blog-detail .blog-image:hover img {
    -webkit-filter: brightness(0.5);
    filter: none !important;
}

.page-list div#content-wrapper {
    width: 100%;
}

/* --------------------   POST BLOG  --------------------------------- */

.post-title {
    font-size: 24px;
    font-family: 'Inter-Semibold';
    margin-bottom: 0;
    margin-top: 30px;
}

.page-blog ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    margin-left: 50px;
}

.t-bold {
 font-family: 'Inter-Bold';
}

.mt-30 {
    margin-top: 30px;
}


/* --------------------   BLOG HOME  --------------------------------- */

.row-blog > div > div > div > div > div > div > ul {
    display: flex;
    justify-content: center;
gap: 0px;
}

.row-blog > div > div > div > div > div > div > ul > li {
    padding: 8px;
}

.page-index .blog-container .blog-title {
    font-size: 22px;
    text-transform: inherit;
    margin: -10px 0 0px;
    max-height: none;
    overflow: hidden;
    font-family: 'Inter-Semibold';
    line-height: 32px !important;
    text-align: left;
}

.blog-container .right-block .read-more {
    order: 4;
    display: flex;
    justify-content: left !important;
}

.blog-container .right-block .read-more a {
    padding: 0 !important;
    position: relative;
    background-color: white !important;
    color: #00627A !important;
    text-transform: none !important;
    font-weight: inherit !important;
    line-height: 18px !important;
    margin-top: 0 !important;
    z-index: 0;
    overflow: hidden;
    text-decoration: underline !important;
}

.blog-viewall.float-xs-right {
    float: none !important;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.blog-viewall.float-xs-right > a {
    border-radius: 50px;
    background-color: #00627A;
    font-family: 'Inter-Regular';
    font-weight: inherit;
    letter-spacing: 0;
    text-transform: inherit;
    font-size: 18px;
    padding: 20px 40px;
}

.blog-container .blog-title a {
    color: #00384D !important;
    display: block;
}

.blog-container .right-block .read-more a::after {
    background-color: white !important;
}

.blog-viewall.float-xs-right > a::after {
    border-radius: 50px !important;
}

.mb-40 {
margin-bottom: 40px !important;
}


@media (min-width: 1800px) {
.row-blog > div > div > div > div > div > div > ul {
    display: flex;
    justify-content: center;
    gap: 0px;
    padding-left: 50px;
    padding-right: 50px;
}
}

@media (max-width: 991px) {
.row-blog > div > div > div > div > div > div > ul {
    display: flex;
    justify-content: center;
    gap: 0px;
    padding-left: 16px;
    padding-right: 16px;
}

.page-index .blog-container .blog-title {
    font-size: 16px !important;
    text-transform: inherit;
    margin: -10px 0 0px;
    max-height: none;
    overflow: hidden;
    font-family: 'Inter-Semibold';
    line-height: 26px !important;
    text-align: left;
}


}

@media (max-width: 480px) {
.blog-container .right-block .read-more {
    order: 4;
    display: flex;
    justify-content: left !important;
    margin-bottom: 22px;
}
.blog-viewall.float-xs-right {
    float: none !important;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
}

/*  ------------------ */
.btn.disabled {
    background: #00627A !important;
    border-radius: 50px !important;
}

.btn.disabled::after {
    border-radius: 50px !important;
}

.zerotabs a {
    color: #00394D;
}


/* boton realizar pedido checkout */
#payment-confirmation > div.ps-shown-by-js > button::after {
    border-radius: 50px !important;
}

/* página confirmación de pedido */

.page-order-confirmation {
    font-family: 'Inter-Regular';
}


.page-order-confirmation h3.h1.card-title {
    font-family: 'Inter-Bold';
}

.page-order-confirmation .card {
    box-shadow: none;
    border-radius: 4px;
}

#order-items h3.card-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Inter-Bold';
}

.page-order-confirmation #order-details > h3 {
    font-family: 'Inter-Bold';
}

.page-order-confirmation .definition-list dl dd, .definition-list dl dt {
    background: #F9F9F9;
    padding: 10px;
    margin: 5px 0.5%;
    width: 48%;
    float: left;
    border-radius: 6px;
}

.page-order-confirmation #content-hook_payment_return {
    line-height: 1.35;
    margin: 0 0 80px;
}


/* ------------ historial de pedidos ----------------- */
.page-history thead.thead-default > tr > th {
    font-family: 'Inter-Regular';
}

.page-history #content > table > tbody {
    font-family: 'Inter-Regular';
}

.page-history #content > table > tbody > tr > td.text-sm-center.order-actions > a:hover {
    color: #666;
    text-decoration: underline;
}

.page-order-detail h1 {
    font-size: 28px;
    color: #003A4D !important;
    font-family: 'Inter-SemiBold';
}

.page-order-detail {
    font-family: 'Inter-Regular';
}

#order-infos > div:nth-child(1) > div > div.col-xs-5.text-xs-right > a {
    background-color: #006079;
    padding: 10px 10px;
    color: white;
    border-radius: 50px;
}

.page-order-detail #order-history > h3 {
    font-family: 'Inter-Bold';
}

.page-order-detail #delivery-address > h4 {
    font-family: 'Inter-Bold';
    text-transform: uppercase;
}

.page-order-detail #invoice-address > h4 {
    font-family: 'Inter-Bold';
    text-transform: uppercase;
}

.page-order-detail #content > section.order-message-form.box > form > header > h3 {
    font-family: 'Inter-Bold';
    font-size: 16px;
}

.page-order-detail footer.page-footer > a {
    color: #003A4D !important;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

.page-order-detail .page-footer .account-link i {
    font-size: 23px;
}

.page-order-detail footer.page-footer {
    padding-bottom: 112px;
}

.page-order-detail #content > section.order-message-form.box > form > footer > button {
    background-color: #006079;
    border-radius: 50px;
    width: 50%;
}

.page-order-detail #content > section.order-message-form.box > form > section {
    margin-top: 30px;
}


.page-order-detail #content > section.order-message-form.box > form > section > div:nth-child(1) > div {
    width: 50%;
}

.page-order-detail #content > section.order-message-form.box > form > section > div:nth-child(2) > div {
    width: 50%;
}

@media (max-width: 767px) {
.page-order-detail #content > section.order-message-form.box > form > section > div:nth-child(1) > div {
    width: 100%;
}

.page-order-detail #content > section.order-message-form.box > form > section > div:nth-child(2) > div {
    width: 100%;
}
.page-order-detail #content > section.order-message-form.box > form > footer > button {
    background-color: #006079;
    border-radius: 50px;
    width: 100%;
}
.page-order-detail #content > section.order-message-form.box > form > section > div:nth-child(2) > label {
    display: none;
}

.page-order-detail #content > section.order-message-form.box > form > section {
    margin-top: 10px;
}

}

.page-order-detail #content > section.order-message-form.box > form > footer > button::after {
    border-radius: 50px !important;
}


/* ------------------ PÁGINA BUSCAR  -------------------- */
.page-search #js-product-list-header {
    color: #00384D !important;
    font-family: 'Inter-Semibold';
}

.page-search {
    font-family: "Inter-Regular";
}

.page-search h4 {
    font-family: 'Inter-Regular';
}

/* ------------------------------ */


section > nav > ul > li.nav-item.parent.dropdown.title-submenu-mov.leo-1.open-sub > div > div > div > div > div > ul > li:nth-child(2) > b, section > nav > ul > li.nav-item.parent.dropdown.title-submenu-mov.leo-1.open-sub > div > div > div > div > div > ul > li:nth-child(3) > b, section > nav > ul > li.nav-item.parent.dropdown.title-submenu-mov.leo-1.open-sub > div > div > div > div > div > ul > li:nth-child(4) > b, section > nav > ul > li.nav-item.parent.dropdown.title-submenu-mov.leo-1.open-sub > div > div > div > div > div > ul > li:nth-child(5) > b, section > nav > ul > li.nav-item.parent.dropdown.title-submenu-mov.leo-1.open-sub > div > div > div > div > div > ul > li:nth-child(6) > b     {
    right: -26px;
}

.iview-controlNav div.iview-items ul li a.iview-control.active {
    background: #006079;
    border-color: #006079;
}

.iview-controlNav div.iview-items ul li a.iview-control:hover {
    border-color: #003A4D;
    background: #003A4D;
}

.iview-controlNav div.iview-items ul li a.iview-control {
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    vertical-align: bottom;
    transition: all .4s;
    border: 1px solid #006079;
    background: none;
}

p.t-bold-f {
    font-family: 'Inter-Bold';
}

section > nav > ul > li:nth-child(7) {
    border-bottom: none !important;
}



#_desktop_cart > div.leo-dropdown-cart.defaultcart.dropdown.show > div > div.leo-dropdown-list-item-warpper > ul > li > div.view-additional {
    display: none;
}

#_desktop_cart > div.leo-dropdown-cart.defaultcart.dropdown > div > div.leo-dropdown-list-item-warpper > ul > li > div.view-additional {
    display: none !important;
}

div.leo-fly-cart-slidebar.slidebar_left.active > div.leo-dropdown-cart > div > div.leo-dropdown-list-item-warpper > ul > li > div.view-additional > div {
    display: none;
}

/*  ------------------ resultados buscar ------------ */
h1.page-heading.product-listing {
    font-size: 28px;
    color: #003A4D !important;
    font-family: 'Inter-SemiBold';
}

.page-productsearch {
    font-family: 'Inter-Regular';
}

.search-in-suggest li a:hover {
    background: #006079;
    color: #fff;
}

.page-productsearch #content-wrapper > div > div.search-in-cat > ul > li > a:hover {
    color: #006079;
}

.page-productsearch .thumbnail-container .product-title a:hover {
    color: #00394D;
}



/*  ------------------ NOTIFICACIONES TOPBAR ------------ */

.notification.notification-success {
    background: #D5C7B5 !important;
color: #003A4D !imporant;
}

#cart > div.leo-notification.active > div > div > span.noti.noti-delete.active {
    background: #D5C7B5 !important;
    color: #003A4D !important;
}

#cart > div.leo-notification.active > div > div > span.notification-close {
    background: none;
    color: #003A4D;
}

#cart > div.leo-notification.active > div > div > span.noti.noti-delete.active {
    background: #D5C7B5 !important;
    color: #003A4D !important;
    font-family: 'Inter-Medium';
    font-size: 15px;
}

#cart > div.leo-notification.active > div > div > span.noti.noti-update {
    background: #D5C7B5 !important;
    color: #003A4D !important;
    font-family: 'Inter-Medium';
    font-size: 15px;
}

#cart > div.leo-notification.active > div > div > span.noti.noti-add {
    background: #D5C7B5 !important;
    color: #003A4D !important;
    font-family: 'Inter-Medium';
    font-size: 15px;
}


span.noti.noti-update.active {
  background: #D5C7B5 !important;
    color: #003A4D !important;
    font-family: 'Inter-Medium';
    font-size: 15px;
}

span.noti.noti-delete.active {
  background: #D5C7B5 !important;
    color: #003A4D !important;
    font-family: 'Inter-Medium';
    font-size: 15px;
}

.notification .notification-close {
background: none;
 color: #003A4D;
}

.contenido-accesibilidad {
    margin: 6em 16px;
}


.ordenar-prod-mov {
    display: none !important;
}div#cookieModalHeader, a#js-save-cookieconf {    background-color: #00627A;}li.dlxctab-row.active, a.cookie-info-page {    color: #00627A;}

.inega-logo {
    width: 130px;
}

@media all and (min-width: 1200px){
.kitdigital {
    padding: 20px;
    text-align: center;
    display: flex;
    gap: 30px;
    justify-items: center;
}
}

@media all and (max-width: 1199px){
.inega-logo {
    width: 130px;
margin: auto;
}
}