/***************************************************************************************************/
/* 
/*   Project: Skin e-Commerce AYASA
/*   Author: Gmedia
/*   Version: 2.0 
/*   Date: Ago-2020
/*   Brand: Nissan
/*   Test: <link rel="stylesheet" href="https://ayasa.gmedia.com.ec/skin-nissan/assets/css/style.css?v=18.01">
/*
/***************************************************************************************************/
@import "fonts.css";
@import "nissan-icon.css";
* {
    box-sizing: border-box;
}
html {
    font-size: .875em;
    line-height: 1.57142857;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-size: 14px;
    line-height: 20px;
    font-family: "Nissan Regular",Verdana,Arial,sans-serif;
    color: #343434;
    background: #fff;
}
body, html {
    height: auto;
}
body, figure {
    margin: 0;
}
button, html, input, select, textarea {
    color: #343434;
    font-family: "Nissan Regular",Verdana,Arial,sans-serif;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}
.site {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.block-space--layout--divider-sm,
.block-space--layout--divider-nl,
.block-space--layout--divider-xs {
    display: none;
}
.section-header__divider {
    width: 100%;
    height: 1px;
    margin-top: 8px;
    background: #ccc;
}
.container, .container-sm, 
.container-md, .container-lg, 
.container-xl, .container-xxl {
    max-width: 1200px;
}
/************************/
/* HEADER
/************************/
.site__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    z-index: 100;
}
.header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    z-index: 10;
    background: #fff;
    color: #000;
}
.header__topbar-classic-bg {
    background: url('../images/h-menu.svg') no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    display: block;
    z-index: 99;
}
.header__topbar-classic-bg.open-menu {
    background: url('../images/c-menu.svg') no-repeat center center;
}
.header__topbar-classic {
    background: rgba(0,0,0,0.70);
    width: 100%;
    height: 100vh;
    position: fixed;
    content: '';
    top: 0;
    right: 0;
    z-index: 90;
    display: none;
    width: 100%;
    height: 100vh;
}
.header__topbar-classic.is-visible {
    display: block;
}
.topbar--classic {
    background: #fff;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 300px;
    padding: 50px 50px 0;
    position: absolute;
    top: 0;
    right: -100%;
    display: flex;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.header__topbar-classic.is-visible .topbar--classic {
    display: flex;
    right: 0;
}
.topbar--classic .topbar__item-text {
    color: #000;
    font-weight: 500;
    font: 14px/19px "Nissan Regular",Verdana,Arial,sans-serif;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
.topbar--classic .topbar__link:hover {
    color: #000;
}
.indicator.indicator--trigger--click a:hover {
    text-decoration: none;
}
.indicator.indicator--trigger--click a:hover span.indicator__title, 
.indicator.indicator--trigger--click a:hover span.indicator__value {
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    text-decoration-thickness: 0;
}
.header__indicators {
    position: absolute;
    width: calc(100% - 150px);
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    padding: 0;
    -webkit-box-pack: initial;
    flex-direction: row-reverse;
    justify-content: end;
    height: 14px;
    align-items: center;
    left: 130px;
    top: 60px;
}
.header__logo {
    order: 1;
    margin: 20px !important;
    width: 70px;
    flex: 0 0 70px;
    min-width: 70px;
    height: 59px;
}
.header__search {
    width: 20%;
    position: absolute;
    top: 5px;
    right: 460px;
}
.header__navbar {
    background: transparent;
    color: #000;
    font-size: 15px;
    width: calc(100% - 150px);
    margin-bottom: -2rem;
    position: absolute;
    top: 0;
    left: 130px;
    padding: 0;
    border-bottom: 1px solid #000;
    justify-content: flex-end;
    height: 50px;
    padding-right: 40px;
}
.header__navbar-menu {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    height: 100%;
}
.main-menu__list {
    flex-direction: row-reverse;
}
.logo__image {
    background: url(../images/nissan-next-logo.svg) no-repeat 0 center;
    width: 70px;
    height: 59px;
    filter: invert(1);
}
.logo__image img {
    display: none;
}
.indicator a span {
    font: 14px/19px "Nissan Regular",Verdana,Arial,sans-serif;
    color: #000 ;
    display: inline-block;
    position: relative;
    margin: 0 !important;
    vertical-align: middle;
    letter-spacing: 0.85px;
}
.indicator:nth-child(1) {
    margin-left: 15px;
}
.indicator:nth-child(1) span.indicator__icon {
    display: none;
}
[dir="ltr"] .header__indicators .indicator + .indicator {
    margin-left: 0;
    margin-right: 15px;
}
.indicator:nth-child(2) a {
    display: flex;
    flex-direction: row;
}
.indicator:nth-child(2) a .indicator__title,
.indicator:nth-child(2) a .indicator__value {
    display: none;
}
span.indicator__icon {
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin-right: 0.4rem;
}
.indicator:nth-child(1) span.indicator__icon:before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(../images/icon-login.svg) no-repeat 0 0;
    filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(38deg) brightness(98%) contrast(90%);
}
.indicator:nth-child(2) span.indicator__icon::before {
    content: '';
    display: inline-block;
    width: 1.65rem;
    height: 1.45rem;
    background: url(../images/icon-cart.svg) no-repeat 0 0;
    margin-left: -1.25rem;
    fill: rgba(0,0,0,0.12);
}
.indicator:nth-child(2) a span.indicator__counter {
    position: absolute;
    top: -9px;
    right: 0;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 1.25rem;
    line-height: 1.25rem;
}
.indicator.indicator--trigger--click a:hover {
    text-decoration: none;
}
.indicator.indicator--trigger--click a:hover span {
    color: #fff;
    text-decoration: initial;
    text-decoration-thickness: 0;
}
span.indicator__icon svg {
    display: none;
}
.indicator__counter:before {
    background-color: #c3002f;
    width: 1.25rem;
    height: 1.25rem;
}
[dir="ltr"] .indicator__counter:before {
    left: 0;
    right: 0;
    -webkit-transform: initial;
    transform: initial;
}
.indicator__title {
    padding: 0;
}
.departments__button {
    text-transform: uppercase;
    color: #000;
    font: 14px/19px "Nissan Regular",Verdana,Arial,sans-serif;
    letter-spacing: 1px;
    background: transparent;
    padding: 0 !important;
    width: auto;
}
.departments__button:hover, .departments--open .departments__button {
    background: transparent;
    color: #000;
}
.departments__button-arrow svg {
    display: none;
}
.departments__button-icon svg {
    display: none;
    fill: #000;
}
.departments__button .departments__button-icon {
    display: none;
}
.departments__button:hover .departments__button-icon, 
.departments--open .departments__button .departments__button-icon {
    color: #000;
}
.departments__button-arrow {
    display: none;
}
.main-menu__link {
    text-transform: uppercase;
    padding: 0;
    font: 14px/19px "Nissan Regular",Verdana,Arial,sans-serif;
    letter-spacing: 1px;
}
.main-menu .main-menu__item:hover .main-menu__link {
    background-color: transparent;
    transition: color .2s ease-in-out,transform .2s cubic-bezier(.64,.04,.35,1),opacity .2s cubic-bezier(.64,.04,.35,1);
}
.main-menu__list:hover .main-menu__item:not(:hover) .main-menu__link {
    color: rgba(0,0,0,.6);
}
[dir=ltr] .main-menu__item--has-submenu .main-menu__link {
    padding-right: 0;
    margin-right: 0;
}
[dir=ltr] .main-menu__item--has-submenu .main-menu__link svg {
    display: none;
}
.main-menu__item {
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}
.header__navbar-phone.phone {
    display: none;
}
.main-menu__item--submenu--menu {
    position: relative;
}
[dir=ltr] .header__search {
    margin-right: 4rem;
    margin-bottom: -1rem;
}
.block.block-slideshow .container {
    max-width: 1500px;
    padding: 0;
}
.block-slideshow__item {
    border-radius: 0;
    overflow: hidden;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12.8vw 0 50px 50px;
    position: relative;
    z-index: 0;
}
.block-slideshow__item-title {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .8s .2s;
    transition: opacity .8s .2s;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: 0.15px;
    padding-bottom: 5px;
    width: 30%;
}
.block-slideshow__item-details {
    color: #1a1a1a;
    font-size: 3rem;
    line-height: 1;
    display: block;
    margin-bottom: 25px;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: transform .5s .5s, opacity .5s .5s;
    transition: transform .5s .5s, opacity .5s .5s, -webkit-transform .5s .5s;
    font-family: "Nissan Light","Nissan Regular",Verdana,Arial,sans-serif;
    text-transform: uppercase;
    width: 30%;
}
.block-slideshow__item:hover {
    color: var(--mine-shaft);
    text-decoration: none;
}
.block-slideshow__item-button {
    margin-top: initial;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1rem;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 2px;
    -webkit-transition: background-color .2s, color .2s, opacity .5s .5s;
    transition: background-color .2s, color .2s, opacity .5s .5s;
    background: #c3002f;
    color: #fff;
    opacity: 0;
    font-family: "Nissan Regular",Verdana,Arial,sans-serif;
    text-transform: uppercase;
    border: 1px solid #c3002f;
}
.block-slideshow__item-button:hover {
    background: #920023;
    border-color: #920023;
}
.block-slideshow__carousel .owl-carousel button.owl-dot::before {
    display: block;
    content: '';
    width: 120px;
    height: 3px;
    border-radius: 6px;
    background: rgba(0,0,0,0.25);
    margin: 5px;
    -webkit-transition: background .12s;
    transition: background .12s;
}
.block-slideshow__carousel .owl-carousel button.owl-dot.active:before {
    background: #c3002f;
}
.block-slideshow__item-button:after {
    font-family: Pictos;
    top: 0;
    line-height: 100%;
    font-size: 0.85rem;
    vertical-align: middle;
    text-transform: none;
    content: '';
    position: relative;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-decoration: none!important;
}
[dir=ltr] .header__navbar-departments {
    margin: 15px;
}
.block-features.block.block-features--layout--top-strip {
    padding: 0;
    background: #eee;
}
.block-features--layout--top-strip .block-features__list {
    background: transparent;
    padding: 4rem 0;
    border-bottom: none;
}
[dir=ltr] .block-features__item-icon {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.block-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 3px) / 4);
    padding: 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    margin: 0 1rem;
    border-bottom: none;
    flex-wrap: wrap;
}
.block-features__item-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.block-features__item-icon {
    fill: #c3002f;
}
.block-features__item-title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.block-features__item-subtitle {
    color: #000;
    font-size: 15px;
}
h2, 
.section-header__title {
    font-weight: 400;
    margin: 0;
    position: relative;
    top: 2px;
    font-size: 2.57143rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Nissan Light", "Nissan Regular", Verdana, Arial, sans-serif;
    letter-spacing: 0.11px;
}
h2:before, .section-header__title:before {
    border-top: 4px solid #c3002f;
    content: " ";
    left: 0;
    top: -14px;
    position: absolute;
    width: 50px;
}
.section-header__groups-button--active, 
.section-header__groups-button--active:hover, 
.section-header__groups-button--active:active {
    color: #000;
    cursor: default;
    text-transform: uppercase;
    font-weight: 600;
}
.section-header__groups-button--active:after, 
.section-header__groups-button--active:hover:after, 
.section-header__groups-button--active:active:after {
    background: transparent;
}
.search__input:focus {
    background-color: #fff;
    border-color: #ccc;
}
.search__input {
    color: #000;
    background-color: #fafafa;
    border-color: var(--gallery);
    font: 14px/19px "Nissan Regular";
    letter-spacing: 0.85px;
    text-transform: uppercase;
}
.search__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid transparent;
    fill: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 9px;
    white-space: nowrap;
}
.block.block-products-carousel {
    padding-top: 100px;
}
.product-card--layout--grid .product-card__footer {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    flex-wrap: wrap;
}
.product-card--layout--grid .product-card__prices {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.product-card__price.product-card__price--current {
    font-size: 1.85714rem;
    font-family: "Nissan Light","Nissan Regular",Verdana,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}
/******************************************/
/* MENU
/******************************************/
.departments__arrow {
    position: absolute;
    width: 31px;
    height: 21px;
    pointer-events: none;
    bottom: 100%;
    overflow: hidden;
}
.departments__arrow {
    display: none;
}
.departments__arrow:before {
    position: absolute;
    display: block;
    content: '';
    width: 1.75rem;
    height: 1.5rem;
    top: 100%;
    margin-top: -3.5px;
    background-color: #333;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}
[dir=ltr] .departments__arrow:before {
    left: 50%;
    margin-left: -3.5px;
    -webkit-transform: rotate(45deg) translateX(-0.5px) translateY(-0.5px);
    transform: rotate(45deg) translateX(-0.5px) translateY(-0.5px);
}
.departments__body {
    border-radius: 1.5px;
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    flex-direction: row-reverse;
}
.departments__item-arrow {
    fill: #c3002f;
    position: absolute;
    top: calc(50% - 6px);
}
[dir=ltr] .departments__item-arrow {
    left: 20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    right: initial;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.departments__item-arrow svg {
    transform: rotate(180deg);
}
.departments__list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 500;
}
li.departments__item {
    border-bottom: none;
}
.departments__item--hover .departments__item-link {
    background: transparent;
    color: #000;
}
.departments__item--hover .departments__item-link .departments__item-arrow {
    fill: #c3002f;
    left: 15px;
}
.departments__item-link {
    color: rgba(0,0,0,0.6);
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 15px 40px 15px 30px;
}
@media (min-width: 1400px) {
    [dir="ltr"] .departments__item-link {
        padding-left: 45px;
        padding-right: 30px;
    }
}
.menu {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.05) inset;
    clip-path: polygon(-15px 0,calc(100% + 15px) 0,calc(100% + 15px) calc(100% + 15px),-15px calc(100% + 15px));
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: #fff;
    transition: all .2s cubic-bezier(.64,.04,.35,1);
    min-width: 250px;
    padding: 0;
    display: none;
}
.main-menu__item--submenu--menu:hover .main-menu__submenu .menu {
    display: block;
}
li.menu__item:last-child,
ul.departments__list li:nth-last-child(2) {
    border-bottom: none;   
}
.departments__list-padding {
    height: 8px;
}
[dir="ltr"] .menu__link {
    padding: 15px 40px 15px 30px;
    display: block;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1;
}
.main-menu__submenu .menu__item:hover > .menu__link {
    transform: translateY(0);
    opacity: 1;
    transition: transform .2s cubic-bezier(.64,.04,.35,1),opacity .2s cubic-bezier(.64,.04,.35,1);
    background: transparent;
}
.main-menu .main-menu__item:hover .main-menu__link .main-menu__submenu .menu__item > .menu__link,
.main-menu__submenu:hover .menu__item:not(:hover) > .menu__link {
    color: rgba(0,0,0,.6);
}
.main-menu__submenu .menu__item .menu__link {
    opacity: 0.6;
}
.departments__menu-container {
    background: #fff;
    color: #333;
}
.megamenu-links__item-link:hover {
    color: #000;
    text-decoration: none;
    text-decoration-thickness: 0;
}
.megamenu-links:not(.megamenu-links--root) .megamenu-links__item-link {
    font-weight: 400;
    font-size: 1rem;
    color: #666;
    line-height: 1;
}
.megamenu-links__item-link + .megamenu-links {
    border-top: 1px solid #ccc;
    padding-top: 12px;
    margin-top: 5px;
}
.megamenu-links:not(.megamenu-links--root) .megamenu-links__item-link {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.megamenu-links:not(.megamenu-links--root) .megamenu-links__item-link:hover {
    color: #000;
}
.main-menu .main-menu__item:hover .main-menu__link:before {
    text-decoration: none;
}
.main-menu li.main-menu__item:nth-child(1):hover .main-menu__link:hover:before,
.main-menu li.main-menu__item:nth-child(1) .main-menu__link:hover:before {
    text-decoration: none;
}
.alert-primary {
    background: #c3002f;
    color: #000;
}
[dir="ltr"] .main-menu__item--submenu--menu .main-menu__submenu {
    right: 0;
    left: initial;
}
.departments__menu {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s, -webkit-transform .2s;
    right: -130px;
}
@media (min-width: 1400px) {
  [dir="rtl"] .departments__item-link {
    padding: 15px 40px 15px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .departments__list {
        width: 230px;
    }
    [dir="ltr"] .departments__item-link {
        padding-left: 45px;
        padding-right: 30px;
    }
}
[dir="ltr"] .departments__megamenu {
    -webkit-box-shadow: 1px 0 var(--whisper) inset;
    box-shadow: -1px 0 var(--whisper) inset;
}
[dir="ltr"] .departments__megamenu .row {
    flex-direction: row-reverse;
}
.megamenu-links__item-link {
    font-size: 1rem;
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
    font-weight: 500;
    color: #666;
}
.megamenu-links:not(.megamenu-links--root) .megamenu-links__item + .megamenu-links__item {
    margin-top: 0.85714rem;
}
/******************************************/
/* ARROWS
/******************************************/
.arrow__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: transparent;
    pointer-events: none;
    -webkit-transition: color .15s;
    transition: color .15s;
    color: var(--white);
    height: 23px;
    padding: 0 14.37131px;
}
[dir=ltr] .arrow__button:before {
    -webkit-transform: initial;
    transform: initial;
}
.arrow__button:before {
    background: transparent;
}
.arrow__button:after {
    position: absolute;
    display: block;
    content: '';
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -webkit-transition: background .2s;
    transition: background .2s;
    opacity: .01;
}
[dir=ltr] .arrow__button:after {
    left: -2px;
}
[dir=ltr] .arrow__button svg {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.arrow__button svg {
    fill: #c3002f;
    display: block;
}
.arrow__button:hover {
    color: #666;
    background: transparent;
}
.arrow__button:hover:before {
    background: transparent;
}
/******************************************/
/* CARRUSEL DE PRODUCTOS
/******************************************/
.block.block-products-carousel .section-header__divider {
    display: none;
}
.image--type--product .image__tag, .image--type--category .image__tag {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: contain;
}
.product-card {
    background-color: var(--white);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: none;
}
.product-card--layout--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.product-card--layout--grid .product-card__name {
    padding: 0 16px;
    line-height: 1.25;
    font-size: 1.1429rem;
    font-weight: 600;
}
.product-card--layout--grid .product-card__name > div > a {
    height: 20px;
    overflow: hidden;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-card--layout--grid .product-card__name a {
    text-decoration: none;
}
.product-card--layout--grid .product-card__name a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    height: auto;
    overflow: hidden;
    white-space: normal;
}
.product-card .product-card__addtocart-icon {
    position: relative;
    border: none;
    padding: 0;
    border-radius: 2px;
    background: transparent;
    border: none;
    color: #000;
    z-index: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    border-radius: 0;
    width: 100%;
    line-height: 1;
    height: 48px;
}
.product-card .product-card__addtocart-icon:before {
    top: -2px;
    left: -2px;
    display: block;
    position: absolute;
    width: initial;
    height: initial;
    background: transparent;
    border-radius: 0;
    -webkit-transform: initial;
    transform: scale(1);
    -webkit-transition: initial;
    transition: 0.2 ease all;
    content: "AGREGAR AL CARRITO";
    color: #343434;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    line-height: 48px;
    width: 100%;
    text-align: left;
    border-bottom: 1px dashed #c1c1c1;
    border-width: 0 0 1px;
    margin-left: 0.25rem;
}
.product-card .product-card__addtocart-icon:hover:before {
    color: #c3002f;
}
.product-card .product-card__addtocart-icon:after {
    font-size: .7857142857rem;
    content: "";
    color: #c3002f;
    overflow: hidden;
    position: relative;
    right: 0;
    margin-top: 0;
    top: 1px;
    padding-left: 7px;
    transition: all .3s;
    transform: translateX(0);
    font-family: icon-Nissan-Global;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    display: block;
    text-align: right;
    padding-right: 2rem;
}
.product-card .product-card__addtocart-icon:hover:after {
    right: -10px;
}
.product-card:hover .product-card__addtocart-icon:before, 
.product-card:active .product-card__addtocart-icon:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: transparent;
}
.product-card:hover .product-card__addtocart-icon:hover:before, 
.product-card:active .product-card__addtocart-icon:hover:before {
    background: transparent;
}
.product-card .product-card__addtocart-icon svg {
    display: none;
}
.product-card:hover .product-card__addtocart-icon:hover, 
.product-card:active .product-card__addtocart-icon:hover {
    color: #c3002f;
}
.section-header__groups-item, 
.section-header__arrows .arrow.section-header__arrow {
    display: flex;
    align-items: end;
}
/******************************************/
/* FOOTER
/******************************************/
.site-footer {
    position: relative;
    background-color: #1a1a1a;
    color: #c1c1c1;
}
.site-footer__decor {
    display: none;
}
.site-footer__bottom {
    font-size: 0.85714rem;
    color: #c1c1c1;
    font-weight: 400;
    line-height: 1;
    background: #000;
}
.site-footer__bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-footer h5, .footer-newsletter__text--social {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
    text-transform: none;
    font-family: "Nissan Bold","Nissan Regular",Verdana,Arial,sans-serif;
    font-size: 1.07143rem;
    line-height: 1;
    padding: 20px 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-contacts__contacts {
    font-size: 0.85714rem;
    line-height: 1.57142857;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.footer-contacts__contacts dt {
    font-size: 0.85714rem;
    line-height: 1.57142857;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: initial;
    margin-bottom: 2px;
    color: #fff;
    text-transform: uppercase;
}
.footer-contacts__contacts dd {
    color: #666;
    margin: 0;
    font-weight: 500;
}
.footer-newsletter__text--social {
    margin-top: 0; 
}
.social-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -4px 0;
}
.social-links__item {
    margin: 4px 6px;
}
.social-links__item:first-child {
    margin-left: 0;
}
.social-links__item:last-child {
    margin-right: 0;
}
.social-links__item a {
    font-size: var(--base-font-size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    width: 24px;
    height: 24px;
    border-radius: 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.social-links__item--facebook a,
.social-links__item--twitter a,
.social-links__item--youtube a,
.social-links__item--instagram a,
.social-links__item--rss a {
    background: #8a8a8a;
    color: #1a1a1a;
    border: none;
}
.social-links__item .fab:before {
    font-size: 1.25rem;
}
.footer-contacts__contacts dl {
    width: 50%;
    margin: 0;
}
.footer-contacts__text {
    line-height: 1.57142857;
    list-style: none;
    margin: 0;
    font-size: 0.85714rem;
    margin: 0;
}
.footer-links__list {
    font-size: 0.85714rem;
    line-height: 1.57142857;
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer__widgets {
    padding: 20px 0 40px;
}
@media (min-width: 1400px) {
    [dir="ltr"] .footer-contacts {
        padding-right: 0;
    }
}
/******************************************/
/* PAGINA DE PRODUCTO
/******************************************/
.product__tabs {
    background-color: var(--white);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: none;
}
.product-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10%;
    margin: 0 0 -1px;
    list-style: none;
    overflow-x: auto;
}
.product-tabs__item {
    position: relative;
    border: 1px solid #ccc;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: #f8f8f8;
}
.product-tabs__item a {
    font-size: 1rem;
    font-weight: 500;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 18px 13px;
    -webkit-transition: background .12s, -webkit-box-shadow .12s;
    transition: background .12s, -webkit-box-shadow .12s;
    transition: background .12s, box-shadow .12s;
    transition: background .12s, box-shadow .12s, -webkit-box-shadow .12s;
    width: 100%;
    display: block;
    font-family: "Nissan Regular",Verdana,Arial,sans-serif;
    text-transform: uppercase;
}
.product-tabs__content {
    border-top: 1px solid #ccc;
}
.product-tabs__item--active a, .product-tabs__item--active a:hover, 
.product-tabs__item--active a:active {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
li.product-tabs__item.product-tabs__item--active {
    background: #fff;
    margin-right: -1px;
    border-bottom: 1px solid #fff;
}
.product-tabs__item.product-tabs__item--active:after {
    content: "";
    border-bottom: 5px solid #c3002f;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.product--layout--full .product__card {
    background-color: var(--white);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: none;
    border: 1px solid #ccc;
}
.product__info-card {
    position: relative;
}
.product--layout--full .product__info-card {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product__form {
    background: #fff;
    margin-bottom: 24px;
    margin-top: -4px;
    padding: 16px 28px 18px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.product__meta table {
    width: 100%;
    font-size: 14px;
    color: #333;
}
.product__meta th {
    font-weight: 500;
    color: #000;
}
.product__meta a {
    color: #000;
    text-decoration: underline;
}
.btn {
    border: none;
    border-radius: 0;
    fill: #000;
    font-weight: 600;
    font-family: "Nissan Regular",Verdana,Arial,sans-serif;
    min-width: 170px;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-color: #c3002f;
    background: #c3002f;
    color: #fff;
    text-transform: uppercase;
}
.btn-lg:not(.btn-icon) {
    font-size: 1rem;
    line-height: 22px;
    padding: calc(2.25rem / 2) 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn:not(.btn-icon) {
    font-size: 1rem;
    line-height: 19px;
    padding: calc(1.75rem / 2) 36px;
}
.btn-primary:hover {
    border-color: #c3002f;
    background: #920023;
    color: #fff;
}
.card {
    background-color: var(--white);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.card-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    margin-top: -4px;
    text-transform: uppercase;
}
.form-text {
    color: #333;
}
.form-text.text-muted a:hover {
    text-decoration: underline;
}
.account-nav__title {
    padding: 1.375rem 0 1.5rem;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
    text-transform: uppercase;
}
.account-nav {
    background-color: var(--white);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.account-nav__item--active a {
    color: #000;
    font-weight: 600;
}
.account-nav__item a {
    cursor: pointer;
    display: block;
    color: #333;
    padding: 7px 1.5rem;
}
[dir=ltr] .account-nav__item--active a {
    -webkit-box-shadow: 3px 0 #c3002f inset;
    box-shadow: 3px 0 #c3002f inset;
}
.account-nav__divider {
    height: 1px;
    background: #ccc;
    margin: 10px 0;
}
.tag-badge--theme:before {
    background: #c3002f;
    color: #fff;
}
[dir=ltr] .tag-badge:before {
    -webkit-transform: initial;
    transform: initial;
}
.tag-badge--theme {
    color: #fff;
}
.card {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.12);
}
.card-divider {
    height: 1px;
    background: #ccc;
}
.card-header > h5 {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.card-table thead th {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 12px;
}
.address-card__body {
    padding: 2rem;
    font-size: 15px;
    line-height: 18px;
}
.address-card__footer a {
    display: block;
    background: #c3002f;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.address-card__footer a:hover {
    text-decoration: none;
    background: #b1062f;
}
.address-card__row {
    color: #333;
}
.address-card__row-title {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    opacity: 0.80;
}
.product-card .product-card__prices {
    letter-spacing: 0;
    margin: 5px 0 10px;
}
.product-card--layout--grid .product-card__meta {
    padding: 6px 0;
}
.product-card--layout--grid .product-card__name {
    padding: 0;
    line-height: 1.25;
    font-size: 1.1429rem;
    font-weight: 600;
}
.product-card--layout--grid .product-card__prices:before {
    font-size: 11px;
    content: 'Precio Unitario';
    display: block;
    width: 100%;
    color: #343434;
    font-family: "Nissan Regular","Nissan Regular",Verdana,Arial,sans-serif;
}
.block-header__title {
    font-size: 3.42857rem;
    font-weight: 400;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 40px;
    font-family: "Nissan Light", "Nissan Regular", Verdana, Arial, sans-serif;
    color: #343434;
    text-align: center;
}
/******************************************/
/* BREADCRUMB
/******************************************/
.block-header__breadcrumb + .block-header__title {
    margin-top: -36px;
}
[dir=ltr] .breadcrumb__item-link:before {
    left: 6.06217px;
    right: 6.06217px;
    -webkit-transform: initial;
    transform: initial;
}
.breadcrumb__item-link:before, .breadcrumb__item-link:after {
    pointer-events: auto;
    position: absolute;
    background-color: transparent;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: background .1s;
    transition: background .1s;
}
.breadcrumb__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    height: 21px;
    padding: 0 15.12435px;
    pointer-events: none;
}
.breadcrumb__item-link, .breadcrumb__item-link:hover {
    color: #666;
}
.breadcrumb__item {
    margin-top: 4px;
    border-right: 2px solid #c3002f;
}
[dir=ltr] .breadcrumb__item--last {
    margin-right: 0;
    border-right: none;
}
li.breadcrumb__item.breadcrumb__item--current.breadcrumb__item--last span {
    color: #000;
    font-weight: 600;
}
[dir=ltr] .breadcrumb__item--first .breadcrumb__item-link {
    padding-left: 7px;
    padding-right: 8px;
}
@media (max-width: 1199.98px) {
    .header {
        display: none;
    }
    .block-features--layout--top-strip .block-features__list {
        padding: 0;
    }
    .block-features__item {
        margin: 0;
        width: calc((100% - 3px) / 2);
    }
    .block-space--layout--divider-sm,
    .block-space--layout--divider-nl {
        display: none;
    }
    .site-footer__widgets .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .block-slideshow__item-details {
        display: block;
        flex-grow: 0.85;
    }
    .block-slideshow__item {
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .block-features.block.block-features--layout--top-strip {
        padding: 0;
    }
    .block.block-products-carousel {
        margin-top: 0;
       padding-top: 60px;
    }
    .section-header__groups-button {
        padding: 0;
    }
    .block.block-products-carousel {
        margin-top: 1.5rem;
    }
    .section-header__arrows {
        margin-bottom: -30px;
    }
}
/******************************************/
/* MOBILE HEADER
/******************************************/
.mobile-header__body {
    height: 75px;
    flex-direction: row;
    align-items: center;
}
.mobile-header__menu-button svg {
    scale: 1.25;
}
.mobile-indicator__icon {
    scale: 1.25;
}
.mobile-header__indicators {
    order: 4;
}
.mobile-header__search {
    order: 3;
}
.mobile-header__logo {
    background: url(../images/nissan-text.svg) no-repeat 0 center;
    width: 145px;
    height: 24px;
    background-size: auto 80%;
    margin-left: 50px;
    order: 2;
    filter: invert(1);
}
.mobile-header__logo img {
    display: none;
}
.mobile-indicator__counter {
    color: #fff;
    font-weight: 500;
}
[dir="ltr"] .mobile-indicator__counter:before {
    left: 0;
    right: 0;
    -webkit-transform: initial;
    transform: initial;
}
.mobile-indicator__counter:before,
.mobile-menu__indicator-counter:before {
    background-color: #c3002f;
}
.mobile-menu__links > li > a.highlight:before, .mobile-menu__links > li > button.highlight:before {
    background: #c3002f;
}
.mobile-menu__panel-title {
    text-transform: uppercase;
}
.mobile-menu__indicator-counter {
    color: #fff;
}
.layout-switcher__button--active {
    color: #c3002f;
}
@media (max-width: 767.98px) {
    .block-slideshow__carousel .owl-carousel button.owl-dot:before {
        display: block;
        content: '';
        width: 80px;
        height: 3px;
        border-radius: 6px;
        background: rgba(0,0,0,0.25);
        margin: 5px;
        -webkit-transition: background .12s;
        transition: background .12s;
    }
    .block-slideshow__item {
        border-radius: 0;
        overflow: hidden;
        height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12.8vw 0 50px 25px;
        position: relative;
        z-index: 0;
    }
    .block-slideshow__item-details {
        display: block;
        flex-grow: 0;
    }
    .block-slideshow__item-details {
        color: #1a1a1a;
        font-size: 2rem;
        line-height: 1;
        display: block;
        margin-bottom: 25px;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
        -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
        transition: opacity .5s .5s, -webkit-transform .5s .5s;
        transition: transform .5s .5s, opacity .5s .5s;
        transition: transform .5s .5s, opacity .5s .5s, -webkit-transform .5s .5s;
        font-family: "Nissan Light","Nissan Regular",Verdana,Arial,sans-serif;
        text-transform: uppercase;
        width: 75%;
    }
    [dir="ltr"] .mobile-menu__indicator-counter::before {
        -webkit-transform: initial;
        transform: initial;
    }
}
@media (min-width: 1024px) {
    .site__body {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 60vh;
    }
}
/******************************************/
/* RESULTADOS DE BÚSQUEDA
/******************************************/
.products-list[data-layout="grid"] .product-card .product-card__prices {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.products-list[data-layout="grid"] .product-card .product-card__prices:before {
    font-size: 11px;
    content: 'Precio Unitario';
    display: block;
    width: 100%;
    color: #343434;
    font-family: "Nissan Regular","Nissan Regular",Verdana,Arial,sans-serif;
}
.products-list[data-layout="grid"] .product-card .product-card__footer {
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    flex-wrap: wrap;
}
.products-list[data-layout="table"] .product-card .product-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 16px 0;
    flex-wrap: wrap;
    width: 20%;
}
[dir="ltr"] .products-list[data-layout="table"] .products-list__column--price {
    text-align: left;
    padding: 0;
}
[dir="ltr"] .products-list[data-layout="table"] .product-card .product-card__footer {
    padding-left: 0;
}
[dir="ltr"] .products-list[data-layout="table"] .product-card .product-card__addtocart-icon::after {
    padding-right: 1rem;
}
[dir="ltr"] .products-list[data-layout="table"] .product-card .product-card__prices {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px;
}
[dir="ltr"] .products-list[data-layout="table"] .product-card .product-card__prices::before {
    font-size: 11px;
    content: 'Precio Unitario';
    display: block;
    width: 100%;
    color: #343434;
    font-family: "Nissan Regular","Nissan Regular",Verdana,Arial,sans-serif;
}
/******************************************/
/* MENU CONFIGURACIÓN
/******************************************/
[dir="ltr"] .indicator__button {
    padding: 0;
    height: 22px;
    min-height: 22px;
}
.indicator:hover .indicator__button, 
.indicator--open .indicator__button {
    background: transparent;
    color: #000;
}
.main-menu__item--submenu--megamenu:hover .main-menu__submenu {
    left: initial !important;
    right: 0;
}
.main-menu__megamenu {
    padding: 26px 30px 30px;
    background-color: var(--white);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.05) inset;
}
.main-menu__megamenu--size--nl {
    width: 100%;
    min-width: 250px;
    padding: 15px 30px;
}
.main-menu__megamenu--size--nl .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.megamenu-links__item-link {
    font-size: 1rem;
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
    font-weight: 500;
    color: #666;
    white-space: nowrap;
}
.megamenu-links__item {
    line-height: 18px;
}
.megamenu-links__item-link + .megamenu-links {
    border-top: none;
    padding-top: 12px;
    margin-top: 5px;    
}
.mobile-menu__links li {
    list-style: none;
}
.mobile-menu__close {
    display: none;
}
.mobile-menu__panel-header {
    display: none;
}
.mob-toggler, .mobile-menu {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
}
.mobile-menu__links {
    padding: 0;
}
.mobile-menu__links-panel {
    margin-top: 1.5rem;
}
.mobile-menu__links .mobile-menu__links li {
    padding-left: 1rem;
}
.topbar .mobile-menu__panel-body .mobile-menu__indicators {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #000;
}
.topbar .mobile-menu__panel-body .mobile-menu__indicators .mobile-menu__indicator {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
}
.topbar .mobile-menu__panel-body .mobile-menu__indicators .mobile-menu__indicator-icon {
    width: 2.45rem;
    display: inline-block;
}
.mobile-menu__contacts .mobile-menu__contacts-subtitle {
    font-size: 1.15rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #333;
}
/***************************************************************************/
/* FIX PARA ARREGLAR NAVEGACIÓN MÓVIL
/***************************************************************************/
.header__navbar-menu {
    height: 42px;
}
.mobile-menu__panel-body {
    padding-left: 0;
    overflow-x: hidden;
}
.mobile-menu__spring .header__navbar-menu .main-menu__list {
    padding: 0 10px;
    margin-bottom: 0;
}
.mobile-menu__spring .header__navbar-menu .main-menu__list li {
    list-style: none;
    padding: 10px 0;
}
.mobile-menu__spring .departments__menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: 100%;
    right: 0;
    box-shadow: none;
    transform: translateY(0);
}
.mobile-menu__spring .departments__menu .departments__body {
    box-shadow: none;
    display: block;
}
.departments__menu h4 {
    padding-left: 25px;
    font-size: 14px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;
    margin-top: 0;
    margin-bottom: 0;
}
.departments__menu .departments__list-padding {
    height: 0;
}
.mobile-menu__spring .departments__item-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    line-height: 32px;
}
.mobile-menu__spring .megamenu-links__item {
    line-height: 32px;
    padding-left: 20px;
    list-style: none;
}
.mobile-menu__spring .departments__megamenu .row .col-12 {
    padding: 0 10px;
}
[dir="ltr"] .mobile-menu__spring .departments__megamenu {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mobile-menu__spring .departments__item-arrow {
    display: none;
}