a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:before,
q:after,
q:before {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

:root {
    --color-rojo-pale: #C00;
    --color-verde: #117c00;
    --color-azul: #2276d6;
    --color-text-calro: #666;
    --color-rojo: #c00;
    --color-rojo-dm: #f56868;
    --color-rojo-pale-dm: #f56868;
    --color-azul-dm: #78b1f3;
    --color-verde-dm: #3dd026;
    --color-naranja: #f7641f;
    --color-naranja-dm: #3dd026;
    --color-gold: #f5a623;
    --color-gris-fondo: #fff;
    --color-gris-fondo-dm: #1a1a1a;
    --color-gris-claro: #f3f3f3;
    --color-gris-borde: #ddd;
    --color-text: #000;
    --color-text-oscuro: #343434;
    --color-text-calro-dm: #aaa;
    --color-text-placeholder: #9e9e9e;
    --color-text-placeholder-dm: #ccc;
    --color-background-calro: #4682b4;
    --color-gold: #b8860b;
    --color-background-dm: #272727;
    --color-background-middle-dm: #292f35;
    --filter-invert: invert(0);
    --image-opacity-dm: 0.8
}

body,
html {
    font-family: Muli;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    background: var(--color-gris-fondo);
    min-height: 100vh
}

img {
    image-rendering: -webkit-optimize-contrast
}

.container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 96%;
    height: auto;
    margin: auto;
    padding: 0 20px
}

.btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 16px;
    cursor: pointer;
    width: 100%;
    height: 42px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.btn.rojo {
    background-color: #ef3f3f;
    background-color: var(--color-rojo-pale);
    color: #fff;
    border: 1px solid transparent;
    font-weight: 700
}

.search .button {
    width: 100px;
    display: inline-block;
    border-radius: 0 5px 5px 0
}

ol,
ul {
    list-style: none
}

header {
    background: #fff;
    color: red;
    box-sizing: border-box;
    padding: 10px 5px;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 4;
    flex-wrap: wrap
}

.fullHeader header,
header {
    height: 110px;
    flex-direction: column;
    padding: 0
}

header .headerInf,
header .headerSup {
    width: 100%
}

header .headerSup .container {
    height: 68px
}

header .headerInf .container,
header .headerSup .container {
    display: flex;
    flex-direction: row;
    align-items: center
}

.fullHeader header .logoClaroshop,
header .logoClaroshop {
    width: 235px;
    min-width: 180px;
    height: 45px;
    margin: 0 10px 0 0;
    background-image: url(https://www.claroshop.com/img/claroshop.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    display: block
}

.moduleSearchAutocomplete {
    width: 100%;
    margin: auto;
    max-width: 90%;
    display: flex
}

.fullHeader header .moduleSearchAutocomplete,
header .moduleSearchAutocomplete {
    max-width: 60%
}

.search {
    width: 100%;
    position: relative
}

.search .line {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-height: 40px
}

.search input[type=search] {
    width: calc(100% - 10px);
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px
}

.fullHeader .search input[type=search],
.search input[type=search] {
    margin-right: -5px;
    border: 1px solid #ddd
}

.moduleSearchAutocomplete .btn.rojo.button {
    width: 55px;
    height: 40px
}

.moduleSearchAutocomplete .btn.rojo.button:before {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background-image: url(https://www.claroshop.com/img/search.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 10px;
    top: 5px;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.barHeaderCP,
.fullHeader .barHeaderCP {
    margin-bottom: 20px
}

.headerSup .barHeaderCP {
    max-width: 220px;
    min-width: 140px;
    min-height: 35px;
    margin: 10px !important;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
    padding: 0 5px
}

.headerSup .barHeaderCP .titleCP {
    padding: 0 10px 0 24px !important;
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.headerSup .barHeaderCP .titleCP:before {
    background-image: url(https://www.claroshop.com/img/pinLocation1.svg);
    background-size: contain;
    width: 15px;
    height: 24px;
    left: 0;
    top: 5px !important
}

.barHeaderCP .titleCP:before {
    content: "";
    position: absolute;
    background-size: 27px;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    left: 20px;
    top: 7px
}

.barHeaderCP .titleCP {
    position: relative;
    padding: 7px 30px 7px 40px;
    cursor: pointer;
    text-align: left;
    display: block;
    width: 96%;
    margin: auto;
    box-sizing: border-box
}

.barHeaderCP {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    background: #fff
}

.barHeaderCP .titleCP p {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    min-height: 15px
}

.headerSup .barHeaderCP .firstTextCP {
    color: var(--color-text);
    margin-bottom: 5px
}

.headerSup .barHeaderCP span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 2px
}

.headerSup .barHeaderCP p {
    color: var(--color-text)
}

.search input[type=search]:focus {
    outline: 0
}

.headerSup .barHeaderCP .lastTextCP {
    color: var(--color-text-calro)
}

.fullHeader header .moduleSearchAutocomplete,
header .moduleSearchAutocomplete {
    max-width: 60%
}

header .moduleSearchAutocomplete {
    width: 100%;
    margin: auto;
    max-width: 90%
}

header .menuPrincipal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #555;
    width: 100%;
    min-width: 400px;
    max-width: 400px;
    z-index: 120;
    width: 40%
}

.fullHeader header .textReference,
header .textReference {
    display: block
}

header .textReference {
    font-size: 12px;
    width: 65px;
    text-align: left
}

header .textReference .smallText {
    font-size: 8px;
    display: block
}

.fullHeader header .moduleSearchAutocomplete,
header .moduleSearchAutocomplete {
    max-width: 60%
}

.fullHeader header .heartIcon,
header .heartIcon {
    padding-left: 30px;
    width: 100px;
    box-sizing: border-box;
    background-position: 0
}

.heartIcon {
    background-image: url(https://www.claroshop.com/img/favoritos_off.png);
    width: 28px;
    height: 28px;
    margin: 0 10px;
    top: -3px
}

.cardWishlist .removeItem:before,
.heartIcon {
    position: relative;
    background-size: contain;
    padding: 0;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat
}

.fullHeader header .textReference,
header .textReference {
    display: block
}

.fullHeader header .icoPedidos,
header .icoPedidos {
    padding-left: 30px;
    width: 100px;
    box-sizing: border-box;
    background-position: 0
}

header .menuPrincipal a {
    color: inherit;
    text-decoration: none
}

header .icoPedidos {
    background-image: url(https://www.claroshop.com/img/iconMisPedidos.svg);
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    margin-bottom: -7px
}

header .icoMiCuenta {
    background-image: url(https://www.claroshop.com/img/usuario-micuenta.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    margin-bottom: -7px
}

.fullHeader header .icoMiCuenta,
header .icoMiCuenta {
    padding-left: 30px;
    width: 100px;
    box-sizing: border-box;
    background-position: 0
}

.login {
    display: block;
    position: relative;
    list-style: none
}

.login .box__login {
    box-sizing: border-box;
    position: absolute;
    padding: 16px;
    top: 45px;
    left: -100px;
    width: 250px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgb(50 50 50 / 40%);
    z-index: 100
}

.login.hover .box__login:before,
.login:hover .box__login:before {
    content: " ";
    background: url(https://www.claroshop.com/img/tri.webp) no-repeat center !important;
    position: absolute;
    width: 100% !important;
    height: 20px !important;
    top: -20px;
    right: -5px;
    z-index: 160
}

.login.hover .box__login,
.login:hover .box__login {
    opacity: 1;
    visibility: visible;
    transition: .5s;
    display: table;
    width: 250px
}

.login .box__login .logIn {
    border-bottom: none;
    max-width: 160px;
    margin: auto
}

.login .box__login dl {
    font-size: .8rem;
    color: #555
}

.login .box__login dt {
    padding: 5px;
    text-align: left
}

.login .box__login .logIn>dd {
    font-size: .7rem
}

.login .redBtn,
.login .standardBtn {
    flex-direction: row;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    display: table;
    cursor: pointer;
    padding: 8px 0;
    font-weight: 300;
    text-align: center !important;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    width: 160px !important
}

.login .redBtn {
    background-color: #c00;
    border: 1px solid #c00;
    color: #fff
}

.login .standardBtn {
    background-color: #eee;
    border: 1px solid #eee;
    color: #333
}

.login .box__login p {
    display: block;
    padding-top: 2px !important;
    width: 100%;
    font-size: .8rem;
    text-align: center
}

.login .box__login .logIn p {
    padding: 8px 0 12px
}

.login .box__login .logOut {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0
}

.login .box__login dl {
    font-size: .8rem;
    color: #555
}

.login .box__login dl:not(.logIn) .cerrar,
.login .box__login dl:not(.logIn) a {
    color: #666;
    text-align: left;
    padding: 4px;
    width: 100%;
    text-decoration: none;
    cursor: pointer
}

.login .box__login .logOut .cerrar {
    color: #4990e2 !important;
    text-align: center !important;
    padding: 4px 0;
    margin: 4px auto 0
}

.fullHeader header .cartIcon,
header .cartIcon {
    padding-left: 30px;
    width: 100px;
    box-sizing: border-box;
    background-position: 0
}

.cartIcon {
    background-image: url(https://www.claroshop.com/img/carrito.svg);
    position: relative;
    background-size: contain;
    box-sizing: border-box;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 29px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px
}

.cartIcon .contCart {
    color: var(--color-rojo-pale);
    position: absolute;
    top: -1px;
    left: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 15px
}

.fullHeader header .cartIcon .contCart,
header .cartIcon .contCart {
    border-radius: 5px
}

.fullHeader header .cartIcon .textReference,
header .cartIcon .textReference {
    width: 45px
}

.fullHeader header .textReference,
header .textReference {
    display: block
}

.productosNewCat .menuFirstLevel:hover {
    background: #ddd
}

.productosNewCat .menuFirstLevel {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 0 3px 35px
}

.productosNewCat .menuFirstLevel>dt {
    box-sizing: border-box;
    padding-right: 8px;
    font-size: .8rem;
    position: inherit;
    width: 100%;
    text-align: left;
    justify-content: inherit
}

.productosNewCat .subMenu dt {
    font-weight: 400;
    margin: 5px 0;
    position: relative
}

.productosNewCat .subMenu dt {
    font-weight: 400;
    margin: 5px 0;
    position: relative
}

.productosNewCat .menuFirstLevel>dt>a {
    font-weight: 300;
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    justify-content: inherit
}

header .productosNewCat a {
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500
}

.ico-animales-y-mascotas,
.ico-bebidas,
.ico-celulares-y-telefonia,
.ico-deportes,
.ico-deportes-y-ocio,
.ico-electronica-y-tecnologia,
.ico-entretenimiento,
.ico-farmacia,
.ico-ferreteria-y-autos,
.ico-hogar,
.ico-hogar-y-jardin,
.ico-joyeria-y-relojes,
.ico-juegos-y-juguetes,
.ico-juguetes,
.ico-libros-revistas-y-comics,
.ico-libros-y-revistas,
.ico-mama-y-bebe,
.ico-ninos-y-bebes,
.ico-otras-categorias,
.ico-peliculas-series-de-tv-y-musica,
.ico-ropa-calzado-y-accesorios,
.ico-salud-belleza-y-cuidado-personal,
.ico-salud-y-belleza,
.ico-supermercado,
.ico-tecnologia-y-electronica,
.ico-videojuegos {
    display: table !important;
    text-align: left;
    padding: initial;
    position: relative
}

.ico-animales-y-mascotas:before,
.ico-bebidas:before,
.ico-celulares-y-telefonia:before,
.ico-deportes-y-ocio:before,
.ico-deportes:before,
.ico-electronica-y-tecnologia:before,
.ico-entretenimiento:before,
.ico-farmacia:before,
.ico-ferreteria-y-autos:before,
.ico-hogar-y-jardin:before,
.ico-hogar:before,
.ico-joyeria-y-relojes:before,
.ico-juegos-y-juguetes:before,
.ico-juguetes:before,
.ico-libros-revistas-y-comics:before,
.ico-libros-y-revistas:before,
.ico-mama-y-bebe:before,
.ico-ninos-y-bebes:before,
.ico-otras-categorias:before,
.ico-peliculas-series-de-tv-y-musica:before,
.ico-ropa-calzado-y-accesorios:before,
.ico-salud-belleza-y-cuidado-personal:before,
.ico-salud-y-belleza:before,
.ico-supermercado:before,
.ico-tecnologia-y-electronica:before,
.ico-videojuegos:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    color: back;
    top: 0;
    left: -20px
}

.productosNewCat .menuFirstLevel>dt>a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    color: #aaa;
    right: 0
}

.productosNewCat .menuFirstLevel>dt {
    box-sizing: border-box;
    padding-right: 8px;
    font-size: .8rem;
    position: inherit;
    width: 100%;
    text-align: left;
    justify-content: inherit
}

.productosNewCat .menuSecondLevel {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    padding: 8px;
    position: absolute;
    min-width: 585px;
    height: auto;
    min-height: calc(100% + 2px);
    top: -1px;
    left: 173px;
    width: calc(96vw - 213px)
}

.productosNewCat .menuSecondLevel>dt {
    box-sizing: border-box;
    width: 100%
}

.productosNewCat .menuThirdLevel {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 20%
}

.productosNewCat .menuThirdLevel .more {
    width: 25%;
    min-height: 100px
}

.productosNewCat .menuThirdLevel dt {
    box-sizing: border-box;
    font-weight: 400;
    padding-left: 15px;
    width: 25%;
    min-width: 25%;
    padding-right: 10px
}

.productosNewCat .menuThirdLevel .more>a {
    font-weight: 500
}

.productosNewCat .menuThirdLevel dt>a {
    font-weight: 400;
    font-size: .9rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    text-align: left;
    justify-content: inherit
}

.productosNewCat .menuThirdLevel ul li {
    height: auto;
    margin-bottom: 6px
}

.productosNewCat .menuThirdLevel .alone>a {
    text-align: left;
    justify-content: inherit;
    font-weight: 300
}

.productosNewCat:hover .menuHeader {
    overflow: inherit;
    border: 1px solid #ddd;
    height: auto;
    max-height: 650px
}

.productosNewCat .menuFirstLevel:hover .menuSecondLevel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

.productosNewCat .menuThirdLevel ul li {
    height: auto;
    margin-bottom: 6px
}

.productosNewCat .menuThirdLevel .alone>a {
    text-align: left;
    justify-content: inherit;
    font-weight: 300
}

.productosNewCat:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    right: 5px;
    top: 13px
}

.productosNewCat:hover:after {
    content: "\f106"
}

header .headerInf {
    box-sizing: content-box;
    background: #333;
    font-weight: 500;
    height: 42px;
    position: relative;
    top: 0
}

header .headerInf,
header .headerSup {
    width: 100%
}

header .categoryMenuHeader {
    width: 175px;
    max-width: 175px;
    min-width: 175px;
    margin-left: 0
}

header .productosNewCat {
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    position: relative;
    font-size: .9rem;
    font-weight: 400
}

header .productosNewCat>a {
    padding: 13px;
    color: #fff
}

.productosNewCat .menuHeader {
    box-sizing: border-box;
    background: #fff;
    display: block;
    color: #000;
    max-height: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    border: inherit;
    margin-top: 33px;
    left: 0;
    top: 8px;
    width: 100%;
    z-index: 110
}

.productosNewCat .subMenu {
    box-sizing: border-box;
    max-width: 940px;
    padding: inherit;
    color: #222;
    font-weight: 300;
    height: auto;
    margin: auto;
    min-height: 318px
}

header .promoHeader {
    width: calc(93% - 175px);
    margin-left: 2px;
    font-size: .9rem
}

header .promoHeader ul {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start
}

header .promoHeader ul {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start
}

header .promoHeader a,
header .promoHeader li {
    display: flex !important;
    align-items: center;
    justify-content: center
}

header .promoHeader a {
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    padding: 0 10px;
    width: 100%;
    height: 42px;
    color: #fff;
    font-weight: 500
}

header .bgRed {
    background: var(--color-rojo-pale)
}

header .bgBlue {
    background: #1078af
}

header .promoHeader li {
    text-align: center;
    color: #fff
}

header .menuTiendas {
    box-sizing: border-box;
    width: 40%;
    font-size: .9rem;
    font-weight: 400
}

header .menuTiendas ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

header .menuTiendas li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 42px;
    min-width: 96px;
    text-align: center;
    width: 50%;
    position: relative
}

header .menuTiendas a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 500
}

header .menuTiendas li:first-child:after {
    content: "";
    width: 1px;
    height: 20px;
    top: 10px;
    position: absolute;
    right: -1px;
    background: #fff
}

@media only screen and (max-width:990px) {
    header .categoryMenuHeader {
        width: 145px;
        max-width: 145px;
        min-width: 145px
    }

    .productosNewCat .menuSecondLevel {
        left: 143px;
        width: calc(96vw - 143px)
    }

    .fullHeader header .cartIcon,
    .fullHeader header .heartIcon,
    .fullHeader header .icoMiCuenta,
    .fullHeader header .icoPedidos,
    header .cartIcon,
    header .heartIcon,
    header .icoMiCuenta,
    header .icoPedidos {
        background-position: top;
        padding-left: 0;
        padding-top: 30px;
        width: 100px;
        margin: -15px 0 0
    }

    header .textReference {
        text-align: center;
        margin: auto;
        font-size: 9px;
        width: 65px
    }

    .fullHeader header .cartIcon .contCart,
    header .cartIcon .contCart {
        left: 27px;
        top: -1px
    }

    header .headerInf .container,
    header .headerSup .container {
        padding: 0
    }

    header .menuPrincipal {
        min-width: 260px;
        max-width: 260px;
        margin-left: 10px
    }
}

@media only screen and (max-width:1024px) {
    header .headerSup .container {
        flex-direction: column;
        height: 100px
    }

    .fullHeader header .logoClaroshop,
    header .logoClaroshop {
        margin: 5px auto 0
    }

    .headerSup .barHeaderCP {
        display: none
    }

    .fullHeader header .moduleSearchAutocomplete,
    header .moduleSearchAutocomplete {
        max-width: calc(100% - 20px)
    }

    header .menuPrincipal {
        position: fixed;
        max-width: 100%;
        min-width: 100%;
        bottom: 0;
        padding: 20px;
        box-sizing: border-box;
        z-index: 10;
        background: #fff;
        border-top: 1px solid #ddd;
        left: 0;
        right: 0;
        margin-left: 0;
        display: none;
    }

    .fullHeader header .cartIcon .contCart,
    header .cartIcon .contCart {
        left: 45px
    }

    header .headerInf {
        display: none
    }

    .login .box__login {
        bottom: 49px;
        right: -50px;
        left: auto;
        top: auto;
        padding: 16px
    }

    .login .box__login:before {
        transform: rotate(180deg);
        top: inherit !important;
        left: 26px;
        bottom: -20px
    }
}

.ico-celulares-y-telefonia:before {
    background-image: url(https://www.claroshop.com/img/ico-celulares_y_telefonia.svg);
    left: -26px;
    top: -4px
}

.ico-electronica-y-tecnologia:before,
.ico-tecnologia-y-electronica:before {
    background-image: url(https://www.claroshop.com/img/ico-tecElectro.svg);
    left: -27px;
    top: 2px
}

.ico-videojuegos:before {
    background-image: url(https://www.claroshop.com/img/ico-videojuegos.svg);
    left: -24px;
    top: -6px
}

.ico-hogar-y-jardin:before,
.ico-hogar:before {
    background-image: url(https://www.claroshop.com/img/ico-hogar.svg);
    width: 18px;
    height: 18px;
    left: -23px;
    top: -4px
}

.ico-deportes-y-ocio:before,
.ico-deportes:before {
    background-image: url(https://www.claroshop.com/img/ico-deportes.svg);
    left: -24px;
    top: -3px
}

.ico-ferreteria-y-autos:before {
    background-image: url(https://www.claroshop.com/img/ico-mejoraHogar.svg);
    width: 26px;
    height: 26px;
    left: -23px;
    top: -4px
}

.ico-ropa-calzado-y-accesorios:before {
    background-image: url(https://www.claroshop.com/img/ico-ropa_calzado_accesorios.svg);
    width: 19px;
    height: 19px;
    left: -24px;
    top: 2px
}

.ico-mama-y-bebe:before,
.ico-ninos-y-bebes:before {
    background-image: url(https://www.claroshop.com/img/ico-ninosBebes.svg);
    top: -5px;
    left: -26px
}

.ico-salud-belleza-y-cuidado-personal:before,
.ico-salud-y-belleza:before {
    background-image: url(https://www.claroshop.com/img/ico-saludBelleza.svg);
    width: 19px;
    height: 19px;
    left: -25px;
    top: 2px
}

.ico-joyeria-y-relojes:before {
    background-image: url(https://www.claroshop.com/img/ico-joyeria_relojes.svg);
    left: -25px;
    top: -6px
}

.ico-juegos-y-juguetes:before,
.ico-juguetes:before {
    background-image: url(https://www.claroshop.com/img/ico-ninos.svg);
    left: -23px;
    top: -5px
}

.ico-libros-revistas-y-comics:before,
.ico-libros-y-revistas:before {
    background-image: url(https://www.claroshop.com/img/ico-libros.svg);
    left: -24px;
    top: -3px
}

.ico-entretenimiento:before,
.ico-peliculas-series-de-tv-y-musica:before {
    background-image: url(https://www.claroshop.com/img/ico-entretenimiento.svg);
    left: -24px;
    top: -3px
}

.ico-otras-categorias:before {
    background-image: url(https://www.claroshop.com/img/ico-otras_categorias.svg);
    width: 17px;
    height: 17px;
    left: -24px;
    top: -3px
}

.ico-animales-y-mascotas:before {
    background-image: url(https://www.claroshop.com/img/ico-animalesMascotas.svg);
    width: 18px;
    height: 18px;
    left: -22px;
    top: -3px
}

.ico-bebidas:before {
    background-image: url(https://www.claroshop.com/img/ico-Bebidas.svg);
    width: 20px;
    height: 20px;
    left: -25px;
    top: -7px
}

.ico-supermercado:before {
    background-image: url(https://resources.claroshop.com/medios-plazavip/swift/v1/claroshop/claroshop/categorias/ico-supermercado-ico.png);
    width: 22px;
    height: 22px;
    left: -25px;
    top: -5px
}

.ico-farmacia:before {
    background-image: url(https://www.claroshop.com/img/ico-farmacia.svg);
    width: 16px;
    height: 16px;
    left: -22px;
    top: -3px
}

footer {
    background: #000;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 10px
}

footer.nhfooter {
    background-color: #fff;
    width: 100%;
    padding: 0
}

.foterNewsletter {
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center
}

.foterNewsletter .newsletterBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    max-width: 100%;
    margin: auto
}

.foterNewsletter .nlMessage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.foterNewsletter .h5,
.foterNewsletter label {
    box-sizing: border-box;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
    width: 100%;
    color: #000
}

.foterNewsletter .nlMessage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.foterNewsletter .nlform {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.foterNewsletter .nlform input[type=email],
.foterNewsletter .nlform input[type=text] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eee;
    border: 1px solid #ddd;
    height: 40px;
    display: block;
    float: left;
    padding: 0 10px;
    width: calc(100% - 50px)
}

footer p {
    margin: 0
}

.foterNewsletter .nlform button {
    box-sizing: border-box;
    background: var(--color-rojo-pale);
    height: 40px;
    display: block;
    float: left;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    min-width: 100px;
    cursor: pointer
}

.upperfooter {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.boxClaroShop,
.boxContacto,
.boxRedes,
.boxServicioCliente {
    display: inline-block;
    height: 218px;
    padding: 10px 20px 30px;
    text-align: left;
    vertical-align: top
}

.boxClaroShop {
    border-right: 1px solid #ddd
}

.boxServicioCliente {
    border-right: 1px solid #ddd
}

.boxRedes {
    border-right: 1px solid #ddd
}

.boxClaroShop h4,
.boxClaroShop p,
.boxContacto h4,
.boxContacto p,
.boxRedes h4,
.boxRedes p,
.boxServicioCliente h4,
.boxServicioCliente p {
    color: #333;
    font-size: .9rem;
    padding: 16px 0
}

.boxRedes .certificacionApp ul img,
.boxRedes .downloadApp ul img {
    width: 80%;
    margin: auto;
    min-width: 80px
}

.boxRedes .certificacionApp ul li:nth-child(2) img,
.boxRedes .downloadApp ul li:nth-child(2) img {
    float: right
}

.boxClaroShop ul li,
.boxContacto ul li,
.boxRedes ul li,
.boxServicioCliente ul li {
    color: #555;
    font-size: .8rem;
    padding: 7px 0
}

.boxClaroShop ul li a,
.boxContacto ul li a,
.boxRedes ul li a,
.boxServicioCliente ul li a {
    color: #555;
    font-size: .8rem;
    padding: 7px 2px 7px 0;
    text-decoration: none
}

.redesLogos {
    margin-top: 7px
}

.redesLogos .sigTitle {
    color: #333;
    font-size: .9rem;
    margin-right: 10px
}

.redesLogos>ul {
    display: inline-block;
    overflow: visible !important;
    margin-top: 10px
}

.redesLogos span li,
.redesLogos ul li {
    transition: all .3s;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #aaa;
    padding: 5px !important;
    margin: 0 2px;
    border-radius: 5px
}

.boxRedes .downloadApp {
    margin-top: 30px;
    display: block
}

.boxRedes .certificacionApp {
    margin-top: 15px;
    display: block
}

.boxRedes .certificacionApp .sigTitle,
.boxRedes .downloadApp .sigTitle {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 5px
}

.boxRedes .certificacionApp ul,
.boxRedes .downloadApp ul {
    max-width: 280px;
    display: table;
    margin: auto
}

.boxRedes .certificacionApp ul li,
.boxRedes .downloadApp ul li {
    float: left;
    width: 50%
}

.nhmetodospago {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 20px
}

.nhmetodospago span {
    color: #666;
    font-size: 1rem
}

.mplogos {
    width: 95%;
    margin: 20px auto
}

.mplogos img {
    display: inline-block;
    height: 15px;
    width: auto;
    margin: 5px 8px
}

.disclaimerNotice {
    background: #ddd !important;
    padding: 10px 0;
    text-align: center
}

.disclaimerNotice p {
    font-weight: 400;
    font-size: .7rem;
    display: none
}

.category_item,
.disclaimerNotice,
.store_item,
.word_item {
    padding: 10px 20px;
    font-size: 13px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #333;
    text-decoration: none;
    background: #fff;
    position: relative
}

.lowerfooter {
    box-sizing: border-box;
    background: #333;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px
}

.lowerfooter .legales {
    color: #fff;
    font-size: .7rem
}

.lowerfooter span {
    color: #fff;
    font-weight: 400;
    font-size: .8rem;
    display: inline-block;
    margin: 0 10px
}

.lowerfooter a {
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-decoration: none
}

@media only screen and (min-width:1102px) {
    .upperfooter {
        height: 258px
    }
}

@media only screen and (max-width:960px) {
    .boxRedes {
        height: auto;
        order: 0
    }

    .foterNewsletter .h5,
    .foterNewsletter label {
        width: 100%;
        text-align: center
    }

    .foterNewsletter .nlform input[type=email],
    .foterNewsletter .nlform input[type=text] {
        width: 100%;
        margin: 0 auto 20px
    }

    .boxClaroShop,
    .boxContacto,
    .boxRedes,
    .boxServicioCliente {
        box-sizing: border-box;
        padding: 10px 40px 30px;
        width: 49%;
        text-align: center
    }

    .boxServicioCliente {
        border-right: 0 #ddd !important
    }

    .foterNewsletter .newsletterBlock {
        flex-direction: colunm
    }

    .foterNewsletter .nlMessage {
        margin-bottom: 20px;
        text-align: center;
        width: 100%
    }

    .foterNewsletter .nlform {
        width: 100%
    }

    .foterNewsletter .h5,
    .foterNewsletter label {
        width: 100%;
        text-align: center
    }

    .boxClaroShop h4,
    .boxClaroShop p,
    .boxContacto h4,
    .boxContacto p,
    .boxRedes h4,
    .boxRedes p,
    .boxServicioCliente h4,
    .boxServicioCliente p {
        background: 0 0;
        text-align: center;
        margin-bottom: 0;
        cursor: default
    }
}

@media only screen and (max-width:480px) {
    .upperfooter {
        box-sizing: border-box;
        display: flex !important;
        flex-direction: column;
        border-right: 0
    }

    .foterNewsletter .nlform {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .foterNewsletter .nlform button {
        width: 45%;
        margin-left: 0
    }

    .boxClaroShop {
        border-right: 0 !important
    }

    .boxClaroShop,
    .boxContacto,
    .boxRedes,
    .boxServicioCliente {
        height: auto;
        padding: 10px 40px;
        width: 100%
    }

    .boxClaroShop h4,
    .boxClaroShop p,
    .boxContacto h4,
    .boxContacto p,
    .boxRedes h4,
    .boxRedes p,
    .boxServicioCliente h4,
    .boxServicioCliente p {
        background: #ddd;
        text-align: center;
        border-radius: 5px;
        cursor: pointer
    }

    .boxClaroShop ul,
    .boxContacto ul,
    .boxRedes ul,
    .boxServicioCliente ul {
        transition: all .3;
        max-height: 0;
        overflow: hidden
    }

    .boxRedes {
        border-right: 0 !important;
        order: 3
    }

    .boxClaroShop h4.active+ul,
    .boxClaroShop p.active+ul,
    .boxContacto h4.active+ul,
    .boxContacto p.active+ul,
    .boxRedes h4.active+ul,
    .boxRedes p.active+ul,
    .boxServicioCliente h4.active+ul,
    .boxServicioCliente p.active+ul {
        transition: all .3;
        max-height: 100%;
        overflow: hidden
    }

    .boxClaroShop ul,
    .boxContacto ul,
    .boxRedes ul,
    .boxServicioCliente ul {
        transition: all .3;
        max-height: 0;
        overflow: hidden
    }
}

header .fontYellow {
    color: #f8cf04 !important;
}