/*********************************
 Archivo CSS principal del sitio.
 Este archivo contiene estilos para página de ESTRUCTURA
 (Los productos manejarán el archivo _products.css que se ubica sobre la raíz)
*********************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
}


/*
Fuente: Montserrat de GFonts
https://fonts.google.com/specimen/Montserrat
*/

h1,
.h1 {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
}

h3,
.h3 {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
}

h4,
.h4 {
    font-size: 1.7rem;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

html,
body {
    font-family: 'Montserrat';
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

strong,
b {
    font-weight: bold;
}

iframe {
    display: block;
    width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@300;500;600;700&display=swap');

/* font-family: 'Saira Condensed', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,300&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */

@font-face {
    font-family: 'aachenregular';
    src: url('fonts/aachen_regular-webfont.woff2') format('woff2'), url('fonts/aachen_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aachenbold';
    src: url('fonts/aachen_bold-webfont.woff2') format('woff2'), url('fonts/aachen_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/********************************
AUXILIARES
********************************/

.text-center {
    text-align: center;
}

.remove-padding {
    padding: 0 !important;
}

.remove-margin {
    margin: 0 !important;
}

.width-cien {
    width: 100% !important;
}

.hight_cien {
    height: 100%;
}

.hight-auto {
    height: auto;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.add-large-margin_top {
    margin-top: 70px
}

.hero img {
    width: 100%;
}

.extra-padding {
    padding-bottom: 100px !important;
}

body.single .hero img {
    object-fit: cover;
    object-position: center center;
    height: 250px;
    width: 100%;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}


/* clase para reducir la imagen obligatoriamente */

.medium-img {
    max-width: 50%;
}


/* centrar vertical y horizonlatamente */

.center-vh {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Navegar";
}

.custom-file-label::after {
    height: auto;
}


/********************************
ESTRUCTURA BASICA DE CONTENEDORES
********************************/

.wrapper,
footer {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1900px;
}

header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 15px;
}

nav {
    display: block;
}

footer {
    display: block;
    background: #ededed;
    padding: 45px 0 20px 0;
    font-family: 'Montserrat';
}

//////////////
img {
    max-width: 100%;
}


/********************************
BLOQUES
********************************/

////////////////////////////////////////////////////////////////////////////////

/* CABECERA */

header .logo {
    display: block;
    padding: 20px 0 0 35px;
    max-width: 150px;
}

header .logo img {
    display: block;
    max-width: 100%;
    padding: 20px 0px 20px 20px;
}

.wrap-nav-bar {
    padding-top: 28px;
}

header .navbar {
    width: 100%;
    padding: 0;
    background: transparent !important;
}

header .navbar ul {
    flex-wrap: wrap;
    list-style: none;
}

header .navbar li {
    /*border:1px solid #fff;*/
    /*display: inline-block;*/
    margin: 0 7px;
    position: relative;
}

header .navbar li a {
    border-bottom: 3px solid transparent;
    font-size: 13px;
    color: #fff !important;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 6px;
    padding: 0 0 3px !important;
    text-decoration: none;
    transition: all 0.2s linear;
}

header nav.main-menu li a:hover {
    text-decoration: none;
}

header .navbar li.nav-item:hover a {
    border-bottom: 3px solid #ffffff;
}

header .navbar li.nav-item:hover li a {
    border-bottom: 0 !important;
}

header .navbar li.nav-item.audio:hover a {
    border-bottom: 3px solid #e8af4f;
}

header .navbar li.nav-item.accesorios:hover a {
    border-bottom: 3px solid #c168a3;
}

header .navbar li.nav-item.movilidad:hover a {
    border-bottom: 3px solid #668fb8;
}

header .navbar li.nav-item.smart:hover a {
    border-bottom: 3px solid #50a29a;
}

header .navbar li.audio ul {
    background: #e8af4f;
    background: linear-gradient(90deg, rgba(255, 196, 143, 1) 0%, rgba(255, 66, 151, 1) 100%) !important;
}

header .navbar li.accesorios ul {
    background: #c168a3;
    background: linear-gradient(90deg, rgba(252, 139, 249, 1) 0%, rgba(0, 161, 219, 1) 100%) !important;
}

header .navbar li.movilidad ul {
    background: #668fb8;
    background: linear-gradient(90deg, rgba(0, 193, 219, 1) 0%, rgba(94, 42, 131, 1) 100%) !important;
}

header .navbar li.smart ul {
    background: #50a29a;
    background: linear-gradient(90deg, rgba(64, 169, 156, 1) 0%, rgba(0, 88, 90, 1) 100%) !important;
}

header .navbar li ul {
    display: none;
    left: 0px;
    padding: 3px 6px 5px;
    top: 30px;
    position: absolute;
    z-index: 1;
}

header .navbar li:hover ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

header .navbar li ul li {
    margin: 0 6px;
    width: 100%;
    white-space: nowrap;
}

header .navbar li:hover ul a {
    border-bottom: none;
    color: white;
    white-space: nowrap;
}

header .navbar li ul a:hover {
    color: #e4e4e4 !important;
}

header .navbar li img {
    width: 30px;
    position: relative;
    top: -4px
}

header .navbar.nav-derecha {
    align-items: initial;
    list-style: none;
    /*padding-left: 40%;*/
}

header .navbar.nav-derecha li img {
    width: 20px;
    top: -3px !important;
}

header .navbar.nav-derecha li img.account {
    width: 16px;
    top: -3px !important;
}

header .navbar.nav-derecha li a,
header .navbar.nav-derecha li:hover a {
    border-bottom: none !important;
    margin: 0px;
}

header .navbar.nav-derecha .dropdown-menu {
    padding: 0px;
}

header .navbar.nav-derecha .dropdown-menu a {
    padding: 2px 3px !important;
}

.dropdown-menu {
    min-width: auto;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b !important;
}

header.header-single {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 20px;
}

header.header-single .logo {
    display: block;
    padding: 20px 0 0 35px;
    max-width: 150px;
}

header.header-single .logo img {
    display: block;
    width: 100%;
    padding: 4px 0px 15px 0
}

header.header-single .navbar {
    width: 100%;
    padding: 0;
    padding-top: 36px;
    background: transparent !important;
}

header.header-single .navbar ul {
    list-style: none;
}

header.header-single .navbar li {
    display: inline-block;
}

header.header-single .navbar li a {
    font-size: 13px;
    color: #000 !important;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 0 7px;
    text-decoration: none;
    transition: all 0.2s linear;
}

header.header-single nav.main-menu li a:hover {
    text-decoration: none;
}

header.header-single .navbar li img {
    width: 30px;
    position: relative;
    top: -4px
}

header.header-single .navbar.nav-derecha {
    padding-left: 40%;
}

header.header-single .navbar.nav-derecha li img {
    width: 20px;
    top: -3px !important;
}

header.header-single .navbar.nav-derecha li img.account {
    width: 16px;
    top: -3px !important;
}

header.header-single .dropdown-menu {
    min-width: auto;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

header.header-single .navbar li.dropdown-menu {
    top: -10px !important;
}

header.header-single .dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b !important;
}


/* Pie de página */

footer {}

footer .container-footer {
    max-width: 1300px;
    margin: 0 auto;
}

footer .container-footer h3 {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    color: #1d1d1b;
    margin-bottom: 12px;
    text-transform: uppercase;
}

footer .container-footer ul {
    list-style: none;
}

footer .container-footer ul a {
    text-decoration: none;
    color: #1d1d1b;
    font-family: 'Montserrat';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

footer img {
    width: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
}

footer .container-footer p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Montserrat';
}

footer .container-footer .sub-footer a {
    color: #1d1d1b;
    font-size: 14px;
    font-family: 'Montserrat';
}

////////////////////////////////////////////////////////////////////////////////

/* Home */

.video {
    width: 100%;
    height: 100%;
}

.video video {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.bloque_1 {
    display: block;
    max-height: 700px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.bloque_1 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.bloque_2 {
    display: block;
    max-height: 500px;
    text-align: center;
    overflow: hidden;
}

a.bloque_2_link {
    background-color: #e31318;
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    padding: 15px 20px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.bloque_2 img {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.bloque_2 a img.icono-comprar {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.bloque_2 img.img-centrada {
    margin-bottom: 40px;
}

.bloque_2 .center-block {
    display: block;
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bloque_2 .center-block h2 {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}

.bloque_2 .center-block img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    height: auto;
}

.bloque_3 {
    display: block;
    text-align: center;
}

.bloque_3 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


/* Empresa */

.empresa p.slogan {
    color: #fab624;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    padding: 100px 0;
    line-height: 1.5;
}

.empresa .empresa-desc {
    padding: 300px 0 100px 0;
}

.empresa .empresa-desc:firts-child {
    margin-bottom: 50px;
}

.empresa .empresa-desc .container {
    max-width: 70%;
    margin: 0 auto 300px auto;
}

.empresa .empresa-desc h2 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.empresa .empresa-desc p {
    font-family: 'Montserrat';
    font-size: 17px;
    color: #fff;
}

.empresa .patrocinio {
    padding: 200px 0 300px 0;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.empresa .patrocinio h2 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.empresa .patrocinio .carousel-slide {
    max-width: 100%;
    margin: 0 auto;
}

.empresa .patrocinio .carousel-slide .carousel {
    max-width: 100%;
    margin: 0 auto;
}

.carousel-indicators {
    position: relative;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
}

.carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #000;
    text-align: center;
    font-size: 15px;
}

.empresa .patrocinio .gif {
    position: absolute;
    bottom: 10%;
    left: 0;
    max-width: 300px;
}


/* TRABAJA CON NOSOTROS */

.trabaja-con-nosotros {}

.trabaja-con-nosotros p.descripcion {
    color: #1d1d1b;
    font-family: 'Montserrat';
    font-size: 17px;
    padding: 100px 0;
    line-height: 1.5;
    max-width: 70%;
    margin: 0 auto;
}

.trabaja-con-nosotros .trabaja {
    padding: 250px 0;
    text-align: center;
    ;
}

.trabaja-con-nosotros h3 {
    color: #1d1d1b;
    font-family: 'Montserrat';
    font-size: 80px;
    font-weight: bold;
}

.trabaja-con-nosotros h3 span {
    display: block;
    color: #c168a3;
}

.trabaja-con-nosotros .info {
    max-width: 70%;
    margin: 0 auto;
}

.trabaja-con-nosotros .info {
    max-width: 70%;
    margin: 100px auto
}

.trabaja-con-nosotros .info form .custom-checkbox {
    margin-top: 50px;
}

.trabaja-con-nosotros .info form .btn-submit {
    border: 0;
    color: #fff;
    font-size: 15px;
    background: #fab624;
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 5px 0;
}

.trabaja-con-nosotros .info .info-basica {
    margin-top: 80px;
}

.trabaja-con-nosotros .info .info-basica h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.trabaja-con-nosotros .info .info-basica p {
    font-size: 16px;
    margin-bottom: 5px;
}

.trabaja-con-nosotros .info .info-basica p a {
    color: #fab624;
    font-weight: bold;
}

.trabaja-con-nosotros .info .gif {
    max-width: 290px;
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
}


/***** CONTACTO *****/

#loadgooglemaps {
    height: 500px;
}

.contacto_info {
    max-width: 70%;
    margin: 100px auto;
}

.contacto_info .gif {
    display: block;
    width: 300px;
    margin-top: 150px;
}

.contacto_info h2 {
    color: #1D1D1B;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contacto_info h3 {
    color: #1D1D1B;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contacto_info input {
    background: #E2E2E1;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    width: 70%;
    padding: 5px 5px 5px 12px;
    font-size: 13px;
}

.contacto_info textarea {
    background: #E2E2E1;
    display: block;
    width: 70%;
    height: 100px;
    font-size: 13px;
    padding: 5px 5px 5px 12px;
}

.contacto_info .btn-submit {
    border: 0;
    color: #fff;
    font-size: 13px;
    background: #fab624;
    display: block;
    width: 70%;
    padding: 3px 0;
    height: auto;
}

.contacto_info .custom-control-label {
    position: relative;
    margin-bottom: 20px;
    vertical-align: middle;
    font-size: 13px;
    margin-top: 0px;
}

.contacto_info .info {
    margin-top: 30px;
}

.contacto_info .info h3 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
}

.contacto_info .info p {
    font-size: 13px;
    margin-bottom: 5px;
}

.contacto_info .info p a {
    color: #fab624;
    font-weight: bold;
}

.soporte .descripcion {
    padding: 80px 0;
    max-width: 70%;
    margin: 0 auto;
}

.soporte .formulario {
    padding: 0 0 100px 0;
    max-width: 70%;
    margin: 0 auto;
}

.soporte .gif {
    width: 160px;
    display: inline-block;
    position: relative;
    top: 10%;
}

.soporte .icono {
    width: 79px;
    display: block;
    position: relative;
    top: 10px;
}

.soporte span.obligatorios {
    display: block
}

.soporte .border {
    border: 1px dashed #cdcccc !important;
    margin: 15px 0;
}

.soporte .form-control {
    font-size: 13px !important;
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #E2E2E1;
    background-clip: padding-box;
    border: 1px solid #E2E2E1;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.soporte textarea {
    font-size: 13px !important;
    display: block;
    width: 100%;
    height: 100px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #E2E2E1;
    background-clip: padding-box;
    border: 1px solid #E2E2E1;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.soporte .custom-file-label {
    background: #E2E2E1;
    font-size: 13px;
    height: 40px;
    padding-top: 10px;
}

.soporte .btn-submit {
    border: 0;
    color: #fff;
    font-size: 15px;
    background: #fab624;
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 5px 0;
    text-transform: uppercase;
}

.soporte .custom-checkbox {
    margin: 5px 0;
    font-size: 13px;
}

.soporte .custom-checkbox .custom-control-label {
    padding-top: 2px;
}

.soporte label {
    font-size: 13px;
}

.soporte .captcha {
    margin: 0 0 5px 0;
}


/***********************************/

.politica {}

.politica .contenido {
    max-width: 70%;
    margin: 0 auto;
    padding: 100px 0;
}

.politica .contenido h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.politica .contenido p {
    margin-bottom: 20px;
    font-size: 15px;
}

.wrap-valoraciones {
    margin-top: 25px;
    margin-bottom: 28px;
}

.wrap-valoraciones .star i {
    color: #d2d6d6;
    font-size: 14px;
}

.wrap-valoraciones .star-title {
    color: black;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
}

#footer-payments img {
    width: 187px;
}

.color-inherit {
    color: inherit !important;
}

.color-white {
    color: white !important;
}

.product .color-black,
.color-black {
    color: black !important;
}

.color-grey {
    color: #757575 !important;
}

.not-link {
    text-decoration: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.container-custom {
    max-width: 85%;
    margin: 0 auto;
}

.sidebar {
    height: 100%;
}

div.novedades .sidebar,
div.reacondicionados .sidebar,
div.proximamente .sidebar {
    border-right: 2px solid #47a89a;
}

.sidebar img.icon-filter {
    margin-right: 10px;
    width: 30px;
}

.sidebar ul {
    margin-left: 40px;
    list-style: none;
    text-align: left;
}

.sidebar ul label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    margin-left: 7px;
}

.sidebar ul li {
    align-items: top;
    display: flex;
}

.sidebar h3 {
    font-family: 'aachenregular', arial;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 15px;
    text-align: left;
}

.freedom .sidebar h3 {
    color: #f3c364;
}

.movilidad .sidebar h3 {
    color: #574d9b;
}

.accesorios .sidebar h3 {
    color: #b56da1;
}

.smart .sidebar h3 {
    color: #45a899;
}

.wrap-search {
    position: absolute;
    right: -20px;
    top: -5px;
    z-index: 100;
}

.wrap-search img {
    width: 25px;
}

.modal-dialog-1000 {
    max-width: 1000px;
    margin: 1.75rem auto;
}

.modal-body-custom {
    padding: 1.5rem;
}

.modal-body-custom .close {
    float: none;
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 35px;
    z-index: 1;
}

.slick-prev::before {
    background: url(images/slide-arrow-left-3.png) no-repeat;
    background-size: 100%;
    content: '' !important;
    display: block;
    height: 26px;
    width: 15px;
}

.slick-next::before {
    background: url(images/slide-arrow-right-3.png) no-repeat;
    background-size: 100%;
    content: '' !important;
    display: block;
    height: 26px;
    width: 15px;
}

body.single .product-detail h2 {
    color: #828386 !important;
}

.slick-slide {
    margin: 0 5px;
}

.slick-prev,
.slick-next {
    z-index: 10;
}

.sidebar .box-sidebar {
    margin-bottom: 40px;
}

.menu-sidebar ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.menu-sidebar ul li {
    margin-bottom: 7px;
}

.menu-sidebar ul li.active {
    font-weight: bold;
}

.sidebar-club-ngs {
    border: none;
    font-size: 15px;
}

.sidebar-club-ngs a {
    color: inherit;
    font-size: inherit;
}

.sidebar-club-ngs a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.sidebar .friends-plus {
    font-size: 13px;
    text-align: center;
}

.sidebar .condiciones {
    font-size: 13px;
    font-weight: bold;
}

.sidebar h3 {
    font-family: inherit;
    font-weight: bold;
    font-size: 100%;
    letter-spacing: 0;
}

.sidebar .ventajas {
    font-size: 94%;
    line-height: 1.5;
}

form select,
form input {
    font-size: 0.9rem !important;
}

.button {
    background: rgb(248, 207, 157);
    border: none !important;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.button:hover {
    color: white;
    text-decoration: none !important;
    opacity: 0.8;
}

.button-grey {
    background: #808080 !important;
}

.button-orange {
    background: #fea621 !important;
}

.button-fuccia {
    background: #f0047f !important;
}

.button-yellow {
    background: #cce70b !important;
}

.box-descuento .title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
}

.box-descuento .content {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 15px 0px;
}

.reviews-single .card {
    border: none;
    margin-bottom: 2.5rem;
}

.reviews-single .card-body {
    padding: 0px;
}

.reviews-single .card-title {
    justify-content: flex-start !important;
    align-items: center;
}

.reviews-single .card-title div {
    margin-right: 1rem;
}

.reviews-single .card-title i {
    font-size: 1.5rem;
}

.reviews-single .card-text h5 {
    font-weight: 500;
    font-size: 1.0rem;
    margin-bottom: 0px;
}

.navbar-toggler {
    display: none;
}

button:focus {
    outline: 0;
}

.modal-open .modal {
    padding: 0 15px;
}

body .coming-soon-modal .modal-content {
    background: #e3d5d5 !important;
}

body .coming-soon-modal .modal-title {
    font-size: 1.2rem !important;
    font-weight: normal;
}

body .coming-soon-modal .modal-header {
    border-bottom: 0px;
}

body .coming-soon-modal .modal-body .headline {
    font-size: 1.44rem;
    font-weight: bold;
}

body .coming-soon-modal .modal-body {
    font-size: 1.2rem;
    padding: 40px;
}

body .coming-soon-modal .modal-body form {
    margin-top: 10px;
}

body .coming-soon-modal .modal-body form label {
    font-weight: bold;
    margin-bottom: 5px;
}

body .coming-soon-modal .modal-body .content {
    margin-top: 20px;
}

body .coming-soon-modal .modal-body .input {
    border-bottom: none;
    margin: 0;
    outline: none;
    padding: 5px 10px;
    width: 100%;
}

body .coming-soon-modal .modal-body button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #1d1d1b;
    border: 1px solid #1d1d1b;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .775rem 3.75rem !important;
}

body .coming-soon-modal .modal-footer button:hover {
    background: #6c757d;
    color: white;
}

.modal-dialog-avisame {
    max-width: 700px;
}

.modal-dialog-help {
    max-width: 900px;
}

body.newsletter {
    background: url(images/newsletter-bg.jpg) no-repeat;
    background-size: cover;
}

.box-newsletter {
    background: rgba(255, 255, 255, 0.7);
    max-width: 900px;
    margin: 4vw auto;
    padding: 2vw 3.5vw 5vw;
}

.newsletter .logo-ngs img {
    max-width: 160px;
    width: 100%;
}

.newsletter .headline-ngs img {
    max-width: 460px;
    width: 100%;
}

.newsletter p,
.font22 {
    font-size: 18px;
    line-height: 1.2;
}

.newsletter .logo-ngs {
    margin-bottom: 35px;
}

.newsletter .headline-ngs {
    margin-bottom: 35px;
}

.bold {
    font-weight: bold !important;
}

.newsletter .wrap-email {
    margin-bottom: 50px;
}

.newsletter .submit {
    background: #010101 !important;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 22px;
    font-weight: bold;
    padding: 1vw 2vw;
    max-width: 400px;
    width: 100%;
}

.newsletter input[type='email'] {
    font-size: 18px !important;
}

.wrap-btn-comparar {
    display: none;
    position: fixed;
    bottom: 50vh;
    right: 30px;
}

.btn-comparar-main {
    background: black;
    color: white;
    padding: 10px 30px;
}

.sub-menu {
    margin-top: 36px;
}

.sub-menu ul,
.sub-menu li {
    display: inline-block;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    text-align: center
}

.sub-menu li:after {
    color: #9d9c9c;
    content: '|';
    font-size: 23px;
    /*position: absolute;
	right: -5px;
	top:0px;*/
}

.sub-menu li:last-child:after {
    content: '';
}

.sub-menu a {
    color: #9d9c9c;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.sub-menu li.active a {
    color: #1d1d1b;
}

.font-weight-bold {
    font-weight: bold !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.form-search {
    background: #f0efef;
    max-width: 1200px;
    margin-top: 40px;
    width: 100%;
}

.form-search .wrap-form {
    margin: auto;
    max-width: 825px;
    padding: 40px;
}

.form-search h4,
.search-results h4 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.search-results p {
    color: #9d9c9c;
}

.search-results img {
    width: 100%;
    max-width: 300px;
}

.soporte h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#help-modal-body .nav-pills .nav-link {
    color: #666;
    font-size: 0.9rem;
    padding: 0rem 0rem .5rem;
}

#help-modal-body .nav-pills .nav-link.active,
#help-modal-body .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    font-weight: bold;
}

#help-modal-body {
    max-height: 500px;
    overflow-y: auto;
}

#help-modal-body #v-pills-tab {
    min-width: 200px;
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
}

.modal-dialog-help .modal-body {
    padding: 1.5rem;
    padding-top: 0px;
}

.modal-dialog-help .close {
    font-size: 2.5rem;
    font-weight: 500;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 1;
}

.modal-dialog-help h4 {
    background: white;
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    position: sticky;
    top: 0px;
}

.modal-dialog-help .tab-content {
    border-right: 1px dashed #666;
    font-size: 0.9rem;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}

.modal-dialog-search .modal-content {
    background: rgb(96, 60, 142);
    background: radial-gradient(circle, rgba(96, 60, 142, 1) 0%, rgba(66, 137, 161, 1) 100%);
}

.modal-dialog-search .modal-header {
    border-bottom: none;
}

.modal-dialog-search .btn {
    background: #313231;
    color: white;
}

.modal-dialog-search .wrap-input-search {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.modal-dialog-search .modal-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.modal-dialog-search .modal-body {
    padding: 0 1.5rem 1.5rem;
}

.modal-dialog-search .close {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff !important;
    opacity: 1;
}

.space-white-help {
    background: #fff;
    height: 1.5rem;
    width: 100%;
}

.ficha-logo {
    background: rgb(51, 50, 28) !important;
    background: linear-gradient( 90deg, rgba(51, 50, 28, 1) 0%, rgba(92, 148, 201, 1) 100%) !important;
}

.wrap-logos {
    display: flex;
}

.wrap-logos .item-logo {
    display: flex;
    align-items: top;
    margin-right: 3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.wrap-logos .item-logo:hover {
    background: #f9f9f9;
}

.wrap-logos .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrap-logos .content h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

.wrap-logos .logo-type {
    color: #707070;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}

.wrap-logos .img img,
.wrap-logos .item-logo {
    border: 1px solid #919191;
}

.wrap-logos .img img {
    margin-right: 1rem;
}

.wrap-logos .item-logo {
    padding: 1rem;
}

section#related-products h4 {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.carro h1,
section.carro .h1 {
    font-family: 'aachenregular';
    font-weight: 900;
    font-size: 36px;
}

section.carro h2,
section.carro .h2,
section.club-ngs h2,
section.club-ngs .h2 {
    font-family: 'aachenregular';
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
}

section.carro .prod-count {
    font-family: 'aachenregular';
    font-size: 16px;
}

section.carro .prod-cantidad-wrap {
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

section.carro .prod-cantidad-wrap .prod-in-de {
    font-size: 30px;
}

section.carro .prod-cantidad-wrap a {
    color: inherit;
}

section.carro .prod-increment:hover,
section.carro .prod-decrement:hover {
    text-decoration: none;
}

section.carro section.contenido {
    padding: 4rem 0;
}

section.carro .total,
section.carro .btns {
    align-items: center;
    display: flex;
    justify-content: center;
}

section.carro .total span {
    font-weight: bold;
    font-size: 27px;
}

.btn {
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: ;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: uppercase;
}

.btn-md {
    max-width: 250px;
    width: 100%;
}

section.carro .btn:hover {
    background: rgba(0, 0, 0, 0.8);
    color: white;
}

.btn-black {
    background: #000000;
}

.btn-black:hover {
    color: white !important;
    opacity: 0.9;
}

.btn-white {
    background: white;
    color: black;
}

.btn-white:hover {
    opacity: 0.9;
}

.btn-green {
    background: #f7a714;
}

.btn-green:hover {
    color: white !important;
    opacity: 0.9;
}

form input,
.form-control {
    background: #ededed;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    line-height: 1;
    padding: 9px 15px 8px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

form select {
    background: #ededed;
    font-size: 16px;
    line-height: 1;
    height: 40px;
    padding: 0px 15px 0px;
    width: 100%;
}

form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2a2a2a;
    font-weight: 500;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
}

form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2a2a2a;
    font-weight: 500;
    font-size: 16px;
}

form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2a2a2a;
    font-weight: 500;
    font-size: 16px;
}

form input:visited,
form input:focus {
    outline: none;
}

section.carro .text-tiny {
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.color-inherit {
    color: inherit !important;
}

.roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

section.carro .metodo-pago a {
    border: 1px solid #c6c6c6;
    display: inline-block;
    padding: 15px;
}

section.carro .metodo-pago {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.carro .metodo-pago>a {
    margin: 10px;
}

section.carro .image-thank {
    background: url(images/carro/imagen-chica-gracias-pedido.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

section.carro .wrap-image-thank {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

section.carro #wrap-thanks-text {
    background: rgba(255, 255, 255, 0.5);
    border-top: 7px solid white;
    font-weight: 600;
    margin: auto;
    max-width: 500px;
    padding: 3rem 4rem;
    text-align: center;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.club-ngs-content {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.club-ngs-text {
    max-width: 700px;
    margin: auto;
}

body.page-club-ngs .box-img-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 2rem;
    text-align: center;
}

body.page-club-ngs .box-img-text .wrap-text {
    border-top: 6px solid #e19c28;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

body.page-club-ngs .banner-bottom {
    align-items: center;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    height: 45vw;
    justify-content: center;
}

body.page-club-ngs .banner-bottom h2 {
    color: #d8e294;
    font-family: 'aachenregular';
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.2;
    margin: auto;
    margin-bottom: 2rem;
    max-width: 800px;
    text-align: center;
}

body.page-club-ngs .banner-bottom .wrap-buttons {
    text-align: center;
}

body.page-club-ngs .banner-bottom .wrap-buttons a {
    margin: 0 1rem 1.5rem;
}

body.page-club-ngs-2 .content,
body.page-club-ngs-3 .content {
    max-width: 700px;
}

body.page-club-ngs-3 form {
    max-width: 400px;
}

body.page-club-ngs .sidebar {
    border-right: 2px solid #eba120;
    margin-right: 0rem;
    padding-right: 2rem;
}

body.page-club-ngs .sidebar ul,
body.page-club-ngs .sidebar li {
    list-style: none;
    margin: 0px;
    padding: 0px
}

body.page-club-ngs .sidebar li a {
    color: black;
    display: block;
    padding: 10px 15px 10px 40px;
    width: 100%;
}

body.page-club-ngs .sidebar li.active a {
    background: #c6c6c6;
}

body.page-club-ngs .sidebar li.condiciones-uso a {
    font-weight: bold;
    font-size: 90%;
    margin-top: 3rem;
}

body.page-club-ngs .sidebar .menu {
    margin-bottom: 2rem;
}

body.page-club-ngs label.estado {
    background: #eba120;
    color: white;
    font-size: 1.0rem;
    font-weight: bold;
    margin: 10px auto auto;
    padding: 0.7rem 1.5rem;
    text-align: center;
}

body.page-club-ngs .product h2 a {
    color: #cec6c6 !important;
    font-weight: bold;
}

body.page-club-ngs .table thead {
    background: #ededed;
    font-weight: bold;
    ;
}

body.page-club-ngs .table td,
.table th {
    padding: 0.5rem .75rem;
}

@media(min-width:768px) {
    #img-child img {
        position: absolute;
        right: 0px;
        top: -6rem;
        z-index: 0;
    }
    body.page-club-ngs-1 .box-img-text .wrap-text {
        min-height: 130px;
    }
    body.page-club-ngs-8 .box-img-text .wrap-text {
        min-height: 130px;
    }
    body.page-club-ngs-8 .box-img-text {
        position: relative;
    }
    body.page-club-ngs-8 .box-img-text.arrow::after {
        background: url(images/club-ngs/arrow-right.png) no-repeat;
        background-size: cover;
        content: '';
        height: 30px;
        position: absolute;
        right: -30px;
        top: 30%;
        width: 30px;
        z-index: 11;
    }
}

body.page-club-ngs-8 .banner-bottom {
    align-items: flex-start;
    flex-direction: revert;
    justify-content: flex-end;
    padding: 6rem;
}

body.page-club-ngs-8 .banner-bottom h2 {
    color: #000;
}

body.page-club-ngs-8 .banner-bottom .btn {
    margin-right: 1rem;
    padding: 6px 25px;
}

body.page-club-ngs-8 .banner-bottom .wrap-buttons {
    display: flex;
}

body.page-club-ngs-8 .banner-bottom .wrap-buttons input[type='text'] {
    border-radius: 3px;
    height: 42px;
    margin-left: 3px;
    outline: 0;
    padding: 8px 15px;
    width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

body.page-club-ngs-9 .box-capitalize {
    display: flex;
    align-items: flex-start;
}

body.page-club-ngs-9 .box-capitalize .wrap-number {
    color: #009a86;
    font-size: 10rem;
    font-weight: 900;
    flex: 0 0 9rem;
    line-height: 0.8;
    text-align: center;
}

@media(max-width:767px) {
    #img-child {
        margin-top: 4rem;
        text-align: center;
    }
    body.page-club-ngs .sidebar {
        border-right: 0px solid #eba120;
        padding-right: 0;
    }
    body.page-club-ngs .sidebar .menu {
        margin-bottom: 0;
    }
    body.page-club-ngs .sidebar li.condiciones-uso a {
        margin-top: 0 !important;
    }
    h2,
    .h2 {
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.5;
    }
    h4,
    .h4 {
        font-size: 1.3rem;
        font-weight: bold;
    }
    h5,
    .h5 {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .club-ngs-content {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    body.page-club-ngs .wrap-icon img {
        width: 40px !important
    }
    body.page-club-ngs .banner-bottom h2 {
        font-size: 2rem;
    }
    body.page-club-ngs-8 .banner-bottom {
        justify-content: center;
    }
    body.page-club-ngs .banner-bottom .wrap-buttons {
        flex-direction: column;
    }
    body.page-club-ngs .banner-bottom .wrap-buttons a {
        margin: 0;
    }
    body.page-club-ngs-8 .banner-bottom .wrap-buttons input[type='text'] {
        margin-bottom: 15px;
        margin-left: 0px;
        width: 100% !important;
    }
    body.page-club-ngs-8 .banner-bottom {
        padding: 3rem 2rem;
    }
    body.page-club-ngs .banner-bottom {
        align-items: center;
        height: 65vw;
    }
    .row-wrap-icon {
        margin-bottom: 3rem;
    }
    body.page-club-ngs-9 .box-capitalize .wrap-number {
        font-size: 4rem;
        flex: 0 0 4rem;
    }
    body.page-club-ngs-9 .box-capitalize {
        margin-top: 3rem;
    }
    .resp-mb-1 {
        margin-bottom: 1rem;
    }
    .resp-mb-2 {
        margin-bottom: 2rem;
    }
    .resp-mb-3 {
        margin-bottom: 3rem;
    }
    .resp-mb-4 {
        margin-bottom: 4rem;
    }
    section.carro section.contenido {
        margin: 0 !important;
    }
}

.form-check-input {
    width: auto !important;
}

#home-four-columns {
    margin-bottom: 3rem;
}

#home-novedades {
    background-size: cover;
    background-position: center center;
    height: 35vw;
    margin-bottom: 3rem;
}

#home-novedades .wrap-button {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    height: 35vw;
    padding-bottom: 7vw;
}

#home-club-ngs {
    background-size: cover;
    background-position: center center;
    height: 45vw;
    margin-bottom: 3rem;
}

#home-club-ngs .wrap-button {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    height: 42vw;
    padding-bottom: 7vw;
}

.wrap-products-dis .product .box-product .box-img,
.wrap-products-dis .product .box-product .box-content {
    display: inline-block;
    vertical-align: top;
}

.wrap-products-dis .box-img {
    margin-right: 1rem !important;
}

.wrap-products-dis .box-img,
.wrap-products-dis .box-img img {
    max-width: inherit;
    width: 12%;
}

.wrap-products-dis .product .box-product .box-content {
    width: 84%;
}

.wrap-products-dis .box-content h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.wrap-products-dis .product p {
    color: #8d8d8d !important;
    font-size: 15px;
    text-align: left;
}

.wrap-products-dis .dis-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}

.wrap-products-dis .dis-btn button {
    background: none;
    border: none;
}

.wrap-products-dis .dis-btn button.dis-btn-dec,
.wrap-products-dis .dis-btn button.dis-btn-inc {
    align-items: center;
    display: flex;
    font-size: 25px;
    font-weight: bold;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.wrap-products-dis .dis-btn .dis-btn-num {
    line-height: 1;
    margin: 0 8px;
}

.wrap-products-dis .dis-title {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
}

.wrap-products-dis div {
    text-align: center;
}

.wrap-products-dis .dis-price {
    font-weight: bold;
    margin-top: 10px;
}

.wrap-products-dis .dis-icon-box {
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
}

.wrap-products-dis .dis-icon-box img {
    margin-left: 6px;
}

.wrap-products-dis {
    padding: 2rem 0;
}

.wrap-products-dis:last-child {
    border-bottom: none;
    margin-bottom: 2rem;
}

.wrap-products-dis .product {
    margin-bottom: 0px !important;
}

.wrap-products-dis:last-child {
    border-bottom: none !important;
}

.wrap-products-dis .box-img img {
    width: 90px;
}


/* CARRITO */

.extra-margin-bottom {
    margin-bottom: 40px !important;
}

.extra-margin-top {
    margin-top: 40px !important;
}

.tablecarrito {
    width: 100%;
    border: 0 !important;
    margin-top: 80px;
    border-bottom: 5px solid #f6b121 !important;
}

.tablecarrito th,
.tablecarrito td {
    border: 0 !important;
    vertical-align: middle !important;
}

.tablecarrito th {
    text-align: center;
}

.tablecarrito h6 {
    color: #f6b121;
    font-weight: bold;
}

.tablecarrito p {
    font-size: 14px;
}

.tablecarrito img {
    max-width: 180px;
    display: block;
    margin: 0 auto;
}

.tablecarrito .prod-cantidad {
    text-align: center;
}

.tablecarrito .prod_precio {
    font-weight: bold;
    text-align: center;
}

.tablecarrito .prod-delete {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.tablecarrito a.prod-decrement,
.tablecarrito a.prod-increment,
.tablecarrito span.prod-cantidad {
    text-decoration: none;
    font-weight: bold !important;
    color: #000;
}

.tablecarrito .prod-cantidad {
    padding: 0 5px;
}

.tablecarrito .prod-delete a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.totales {
    text-align: right;
    margin-top: 10px;
}

.totales.total_prods {
    font-weight: bold;
    font-size: 14px;
}

.totales.total_prods span {
    padding-right: 30px;
    display: block;
    font-size: 16px;
}

.totales.total_cupon {
    font-weight: bold;
    font-size: 14px;
    color: #f6b121;
}

.totales.total_cupon span {
    padding-right: 30px;
    display: block;
    font-size: 16px;
    color: #f6b121;
}

.totales.total {
    font-weight: bold;
    font-size: 25px;
    font-family: 'aachenregular';
}

.totales.total span {
    padding-right: 30px;
    display: block;
    font-size: 20px !important;
    font-weight: bold !important;
}

.wrap3_buttons {
    margin: 30px 0;
}

.graybackground {
    background: #eeeeee;
    padding: 70px 0;
}

.graybackground .wrapmiddle {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.graybackground img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
}

.graybackground p {
    margin: 0;
    font-size: 15px;
}

.whitebackground {
    background: #ffffff;
    padding: 70px 0 35px 0;
}

.whitebackground .wrapmiddle {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.whitebackground img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
}

.whitebackground p {
    margin: 0;
    font-size: 15px;
}

.whitebackground table {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}


/*************/

.wrapmiddle_buttons {
    max-width: 33%;
    margin: 0 auto;
}

.graybutton {
    background: #9d9d9c;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    transition: all 0.1s linear;
    opacity: 1;
}

.blackbutton {
    background: #1d1d1b;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    transition: all 0.1s linear;
    opacity: 1;
}

.graybutton:hover,
.blackbutton:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}

input.grayinput {
    background: #9d9d9c;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px;
    width: 100%;
}

input.grayinput::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

input.grayinput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

input.grayinput::placeholder {
    color: #fff;
}

/*REACONDICIONADOS*/
div.reacondicionados .sidebar{border: 0}
.gray-reacondicionados{background: #e8e9e7;padding: 4em 0;margin-bottom: 5em;}
.icon-tuerca{max-width: 300px; display: block; margin: 0 auto 30px auto;}
.hero_text-reacondicionados{font-size: 17px;}
.hero_text-reacondicionados strong{text-transform: uppercase;font-weight: bold;}

.reacondicionados h3{text-transform: uppercase;margin-left: 24px;margin-bottom: 15px;}
.reacondicionados .sidebar ul{margin: 0;}
.reacondicionados .sidebar ul li{margin-bottom: 5px;}
.reacondicionados .sidebar ul li label{font-size: 13px;color: #000;font-weight: 600;margin-left: 12px;}

/*CARRITO HEADER*/
.cart span{
	display: block;
	position: absolute;
	background: red;
	color: #FFF;
	width: 19px;
	height: 19px;
	text-align: center;
	border-radius: 100%;
	z-index: 1;
	top: -10px;
	right: -10px;
}

/*MODAL - ULTIMA MODIFICACION 23/06*/
body .coming-soon-modal .modal-content {
	background: url(images/news_f.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
body .coming-soon-modal .modal-body{
	background: rgba(227,213,213,0.7) !important;
	width: 90% !important;
	margin: 30px auto !important;
}