html,
body,
.wrap {
    height: 100%;
    font-family: 'Roboto', 'sans-serif' !important;
    line-height: 1.2;
}
.no-click {
  pointer-events: none;
}
.btn-light{
    background-color: #FFF !important;
}
.bgdanger{
    background-color: #ea0029;
}
.text-danger{
    color: #ea0029;
}


.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
a:hover {
    color: #C0272D;
}
.placehholderwhite::placeholder {
  color: white;
}
.backgroundceleste{
    background: #29AAE1;
}
.backgroundnaranja{
    background:#F6921E
}
.naranjacolor{
    color:#F6921E   
}
.colorceleste{
    color:#29AAE1 !important;   
}
.backgroundmorado{
    background: #5A2F68
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#content {
    width: 100%;
    transition: all 0.3s;
}
.form-control-xs {
    height: calc(1.0em + 0.5rem + 1px);
    padding: 0.25rem 0.5rem;
    font-size: 0.700rem;
    line-height: 1.5;
}
.bggris{
    background: #CBCBCB;
}
.contenederbordershadow{
    border-radius: 25px;
    border:2px solid #AAAAAA;
    background: #FFF;
}

.contenedorshadow{
 -webkit-box-shadow: 0 0 10px #828282;
        box-shadow: 0 0 10px #828282;
}
.page-link {
    color: #ED3540;
}
.page-link:hover {
    background: transparent;
    color: #ED3540;
    border: 1px solid #ED3540;
}
.btnpaginacion{
    color:#FFF;
}
.btnpaginacion.active{
    color:#ED3540 !important;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/*
tab bvertical
**/
.navvertical  .nav-link {
    border-radius: 0rem;
    font-size: 0.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #29AAE1;
    color:#FFF;
    overflow: hidden;
}
.navvertical  .nav-link.active {
    background: #2498CA
}
.navvertical  .nav-link:last-child {
    border-bottom-left-radius: 12px; 
    border-bottom-right-radius: 12px;
}

.form-control:focus,.btn:focus  {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.enlaces{
    text-decoration: none !important;
    color: #000000;
    text-decoration: none !important;
    font-weight: 500;   
}
.enlaces a:hover{
    text-decoration: none !important;
    color: red !important;
    text-decoration: none !important;
    font-weight: 500;   
}
/*Font size*/
.fz-8{
    font-size: .8rem;
}
.fz-9{
    font-size: .9rem;
}
.fz-15{
    font-size: 1.5rem;
}
.fz-18{
    font-size: 1.8rem;
}
.fz-20{
    font-size: 2rem;
}
.buttons-header{
    border-radius: 20px;
    font-weight: 500;
    text-align: center;
    background-image: url(../imagenes/arrow.png) !important;
}
/*Rojo*/
.bg-rojo{
    background-color: rgb(234,10,42); 
    color: white;
}
.color-rojo{
    color: rgb(234,10,42);
}
/*borders*/
.border-rojo-top{
    border-top:5px solid rgb(234,10,42);
}
/*colores gris*/
.bg-gris-1{
    background-color: rgb(244,244,244);
}
.bg-gris-2{
    background-color: rgb(196,194,194);
}
.bg-gris-3{
    background-color: rgb(163,163,163);
}
.bg-gris-4{
    background-color: rgb(96,96,96);
}
.bg-gris-5{
    background-color: rgb(68,68,68);
}
.bg-gris-6{
    background-color: rgb(51,51,51);
    color: white;
}
.bg-gris-7{
    background-color: rgb(61,61,61);
    color: white;
}
.color-gris{
    color: rgb(77,77,77);
}
.glider-next-2, .glider-prev-2 {
    position: absolute;
    background: 0 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-next-2 {
    right: -23px;
    left: auto;
}

.glider-dot.active{
    background: black !important;
}
/*.glider-slide {
    min-width: 350px !important;
}
@media (max-width: 768px) {
    .glider-slide {
        min-width: 100% !important;
    }
}*/

/*
tabs
**/
.bggrisclaro{
    background: #F1F1F1;
    
}
.nav-tabs{
    border-bottom: 5px solid #29AAE1
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #3D4545;
    background-color: #E5E5E5;
    border:0;
    border-radius: 0;
}
.nav-tabs .nav-link {
    color: #3D4545;
    background: #CBCBCB;
    border:0;
    border-radius: 0;
}
.nav-tabs .nav-item:first-child{
    border-top-left-radius: 10px;
    overflow: hidden;
}
.nav-tabs .nav-item:last-child{
    border-top-right-radius: 10px;
    overflow: hidden;
}
/*
menu cliente
**/
.menucliente .list-group-item {
     background-color: #000000 ;
     padding: 1.25rem 1.25rem;
     color:#FFF;
     font-size: 0.9rem;
     font-weight: bold;
     border: 1px solid rgba(255,255,255, 0.5);
}
.menucliente .list-group-item:hover,.menucliente .list-group-item.active{
     background-color: #3D3D3D;
}

.menucliente .list-group-item:last-child {
    border-radius: 0;
}
.menucliente .list-group-item:first-child {
    border-radius: 0;
}


img.menu-lateral{
    width: 80px;
    }

img.menu-categorias{
    width: 135px;
    }

img.menu-principal{
    width: 35px;
    height: 35px;

}
img.seccion-colecciones{
        width: 150px;
    }
img.seccion-pagos-envios{
        width: 150px;
    }

img.seccion-valores{
        width: 80px;
    }

img.whatsapp{
    width: 30px;
}    

img.tendencias{

    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
}



/*Estilos del menu lateral "colecciones"*/
.btn-light {
    color: #ffffff;
    background-color: #ed3540;
    border-color: #f8f9fa;
}


.dropdown-menu.show {
    display: block;
    background-color: #1F4654 ;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #52a019 !important;


}

/*Terminan estilos de menu lateral*/

/*Estilos del buscador ubicado en los slider*/

.buscador-general{
    position: absolute;
    bottom:5em;
    left:20em;
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #edecea;
    border-radius: 30px;
    padding: 10px;
    border: 3px solid #ff003b;
}

.searchbar{
    position: absolute;
    bottom:5em;
    left:20em;
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #edecea;
    border-radius: 30px;
    padding: 10px;
    border: 3px solid #ff003b;

    }
 .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
    }
    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }



/*Terminan estilos del buscador ubicado en los slider*/


.titulo_secciones{
    color: #ff0000;
    font-weight: bold;

}
.underline{
    text-decoration: underline;
}

/* horizontal scrolling **/
.horizontal-scroll-wrapper {
    width: auto;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
}
.horizontal-scroll-wrapper > div {
    width: 130px;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    display: inline-block;
    border-right: 1px solid #828282 ;
}
.horizontal-scroll-wrapper > div:last-child {
    border-right: 0px solid #828282 ;
}
.horizontal-scroll-wrapper > div > a > p{
    white-space: initial;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .horizontal-scroll-wrapper > div {
        width: 80px;
        margin: 0 20px 0 0;
        padding: 0;
        display: inline-block;
    }  
    .horizontal-scroll-wrapper > div > a > p{
        font-size: 0.6rem;
    }

}


/*
botontes hover
**/
.btn.backgroundverde:hover{
    background: #FFF;
    color:#1F4654  !important;
    border-color: #1F4654 ;
}
.btn.backgroundmorado:hover{
    background: #FFF;
    color:#5A2F68 !important;
    border-color: #5A2F68;
}
.btn.backgroundceleste:hover{
    background: #FFF;
    color:#29AAE1 !important;
    border-color: #29AAE1;
}
.borderradius.backgroundceleste:hover{
    background: transparent;
    color:#29AAE1 !important;
    border: 1px solid #29AAE1;
}
.btn.backgroundnaranja:hover{
    background: #FFF;
    color:#F6921E !important;
    border-color: #F6921E;
}
.btn.rojoclarobackground:hover{
    background: #FFF;
    color:#ED3540 !important;
    border-color: #ED3540;
}
.btn.btn-success:hover{
    background: #FFF;
    color:#28a745 !important;
    border-color: #28a745;
}
.btn.btn-secondary:hover{
    background: #FFF;
    color:#6c757d !important;
    border-color: #6c757d;
}
.btn.btn-primary:hover{
    background: #FFF;
    color:#007bff !important;
    border-color: #007bff;
}
.btn.btn-danger:hover{
    background: #FFF;
    color:#dc3545 !important;
    border-color: #dc3545;
}
/*
boton de mas detalles en el producto
**/

.imgverproducto div{
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    left: 0;
    right: 0;
}

.imgverproducto:hover div{
    bottom: 45%;
    opacity: 1;
}
/*.agregarproductocarrito img:hover,.btnagregarfavoritos img:hover,.btnfacebook img:hover,.btninstagram img:hover,.a2a_dd img:hover{
    transition: all 0.5s ease-in-out;
    transform: scale(1.5);
}*/
/****/
span.outer {
    color: red;
    text-decoration: line-through;
}

/**
agregado para el menu superior
por dvb el 07 07 2020 
*/

@media (min-width: 1200px) {
    .columnamenuboton{
        position: absolute;
        left: 1%;
    }
    .columnacarritoprincipal{
        position: absolute;
        right: 1%;
    }


    .columnalogotipoprincipal{
        width: 13%;
        margin-right: 2% !important;
    }
    .columnalogotipoprincipal a img{
        width: 100% !important;
    }
    .columnabuscadorprincipal{
        width: 14%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .buscadorheaderescritorio{
        width: 100% !important;
    }
    .columnasuscribeteprincipal{
        width: 10%;
    }
    .columnasuscribeteprincipal p{
        margin:0 auto;
    }
    .columnacorreoprincipal{
        width: 10% !important;
    }
    .columnacorreoprincipal .inputsuscribeteheader{
        width: 100% !important;
    }

    .columnapointersuscribetecorreo img{
        padding-left: 15% !important;
        padding-right: 15% !important;
    }

    .columandatosdelcliente{
        width: 10%;
        text-align: center;
    }
    .columnafavoritos{
        width: 10% !important;
    }
}


/**Agregadi por BMV - Header**/
.navbar-light .navbar-nav .nav-link {
    color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color:#FFF;
}
.dropdown-menu{
    opacity: 0;
    top:33px;
    
}
.dropdown-menu:hover, .dropdown-menu:focus{
    opacity: 0.95;
    display: block;

}
.dropdown-toggle::after {
    display: none;
}

/*.dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}*/
.dropdown .dropdown-menu{
    opacity: 1;
}
.dropdown:hover .dropdown-menu {
  display: block; 
  opacity: 0.95;

}


.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.dropdown-menu.show, .dropdown-menu{
    background-color:#494949;
    border-top:2px solid #494949;
    border-radius: 0px;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    animation:opac 0.5s;
}
@keyframes opac{from{opacity:0} to{opacity:1}}

.dropdown-item:hover, .dropdown-item:focus{
    color:white !important;
    background-color: #494949 !important;
     -webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;
}

.dropdown-item{
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
}

.submenu{
    list-style: none;
    width: 240px;
    padding:0;
    margin:0;
    text-align:left;
}

.submenu ul li a{
    padding:10px 15px;
    margin:0 10px;
}

.btn-green{
    color:white;
    background-color: #1F4654;
    border-radius: 0;
    transition: 0.5s;
}

.btn-green:hover, .btn-green:focus, .btn-green :active{
    background: #FFF;
    color:#1F4654 !important;
    border-color: #1F4654;
}

.btn-transparente{
    background-color: transparent;color:white;border-color: white;
    transition: 0.5s;
}

.btn-transparente:hover{
    background-color: white;color:black;border-color: transparent;
}
/*Css para los productos*/
.bg-producto{
    background-color: #fff;
    transition: 0.5s;
}

.bg-producto:hover{
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);

}

/*
marco azul
*/
.imgcheckcolor{
    border:1px solid transparent;
}
.marcoazul{
    border:1px solid #FFF;
}

.fcolor{
    position:relative;
    left:27px;
    border-radius: 50%;
    background:transparent;
    content: '';
}


.fcolor:checked{
    content: '';   
}


.imagensecundarias {
    opacity: 1;
    transition:0.25s;
}
 .imagensecundarias:hover{
    opacity: 0.75;
    background-color:#d8d8d8;
}

/* tab de ver producto*/
.producto-info{
    border:0;
    justify-content: center;
}
.producto-info li a{
    font-size: 19px;
}
.producto-info li a.active{
    color:#007F6E;
}
.producto-info li a span{
    display: block;
    width: 55px;
    height: 3px;
    background-color: transparent;
}
.producto-info li a.active span{
    background-color: #007F6E;
}
/* */
#materiales > p, #especifiaciones >p{
    padding:1rem;
    text-align: justify-all;
}

.galeria{
       -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
}

.green-color{
    color:#1F4654;
}

.texto{
    color:#fff;
}

.texto:hover{
    color:#FFF;
}

/*
stripe
*/
.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
/*
estilos owl caorusel
*/

.owl-nav button{
    top: 30%;
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 0px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    color: #ED3540;
}

/**
breadcrumbs
**/
.breadcrumb{
    margin-bottom: 0;
}
ul.breadcrumb li a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 500;
}
ul.breadcrumb li.active {
    font-weight: 900;
}
ul.breadcrumb li a, ul.breadcrumb li.active {
    font-style: italic;
    text-transform: uppercase;
}
/*
header box shadow
**/
header{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
/*
menu dropdown
*/
@media (max-width: 992px) {
    #navbarNavAltMarkup{
        height: 250px;
        overflow-y: scroll;
    }
}
/*
scroll horizontal
*/
/* horizontal scrolling **/
.horizontal-scroll-wrapper {
    width: auto;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
}
@media (max-width: 768px) {
    .horizontal-scroll-wrapper button{
        font-size: 0.8rem;
        margin-right: 5px;
    }
}
/*
colo btnagregarfavoritos
**/
.btnagregarfavoritos,.btnagregarfavoritos:hover{
    color:#1F4654;
}

.divpaqueteria{
    background: #F6F6F6;
}
.divpaqueteria-active{
    background: #def5f1;
}

.mostrar-fav-content{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.mostrar-fav:hover .mostrar-fav-content{
  visibility: visible;
  opacity: 1;
}


.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin: 4vw 10px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}

.lista-contactanos{
    display: grid;
    grid-auto-rows: 10rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        color: #000000;
    text-decoration: none !important;
    font-weight: 500;  
}

/*.scroll-bound {
    height: 30vh;

    .content {
        height: 30vh;
        width: 100%;
        position: fixed;
        top:0;
        display: static;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    video {
        width: 100%;
    }
}

@media(min-width: 768px){
    .scroll-bound{
         margin-bottom: 146vh;
    }
}*/



.form-filtro{
  color: black;
  background-color: #F1F1F1;
  border: none;
}

    .contenedorformfiltros .accordion-item{
        border: none;
        color: #B7B7B7;
    }

    .contenedorformfiltros .accordion-header{
        border-bottom: 1px solid #B7B7B7;
    }

    .contenedorformfiltros .accordion-button{
        background-color: #FBFBFB;
        color: #B7B7B7;
    }

    .contenedorformfiltros .accordion-button:after {
        background-image: none;
        content: '\F4FA';
        margin-right: 0px;
        font-size: 24px;
        position: relative;
        top: -5px;
        font-family: 'bootstrap-icons';
    }

    .contenedorformfiltros .accordion-button:not(.collapsed){
        transform: none;
        color: black;
        background-color: #FBFBFB;
    }
    .contenedorformfiltros .accordion-button:not(.collapsed)::after{
        transform: none;
        background-image: none;
        content: '\F4FA';
        position: relative;
        top: -5px;
        font-family: 'bootstrap-icons';
    }

    .contenedorformfiltros .accordion-body{
        background-color: #FBFBFB;
    }


    .bgprincipal{
        background-color: transparent;
        border:  2px solid #8A8A8A;
        color: #8A8A8A;
        border-radius: 0px !important;
    }

    .bgprincipal:focus, .bgprincipal:hover, .bgprincipal.active{
        background-color: red;
        color: white !important;
        border: 2px solid red;
    }


    .bgprincipal-iniciar{
        background-color: red;
        color: white;
        border: 2px solid red;
    }

    .bgprincipal-iniciar:focus, .bgprincipal-iniciar:hover, .bgprincipal-iniciar.active{
        background-color: transparent;
        color: red !important;
        border: 2px solid red;
    }

/*input[type="text"]{
    border: none;
    border-bottom: 3px solid white;
}*/

.form-check-input:checked{
    background-color: #fd0d0d;
    border-color: #fd0d0d;
}

.form-check-input:focus{
    border-color: #fd0d0d;
    box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 25%);
}


.check-perfil-captura:focus{
    border-color: #7c7d7e;
    box-shadow: 0 0 0 0.25rem rgb(66 65 65 / 25%);
}

.check-perfil-captura:checked {
    background-color: #707070;
    border-color: #6a6a6a;
}



.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #fd0d0d;

}
.nav-link:focus, .nav-link:hover{
    color: #ca0a0a;
}
.nav-link{
    color: #fd0d0d;
}

.accordionpedidos .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform:rotate(-180deg);
}
.accordionpedidos .accordion-button{
    background-color: #EDEDED !important;
    
}

.accordionpedidos > .accordion-item{
    background-color: #FFFFFF;
}


.accordionpedidos .accordion-button {
    z-index: 3;
    border-color: #7a7a7a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(181 181 181 / 52%);
}


.btn-pedidos-detalle{
    background-color: #E6E6E6;
    color: black;
    border: 2px solid transparent;
}

.btn-pedidos-detalle:hover{
    border: 2px solid #E6E6E6;
    color: black;
    background-color: transparent;
}

.dropdown{
    display: inline;
}
.dropdown-iniciar-sesion-menu{
    display: none;
}

.dropdown:hover .dropdown-iniciar-sesion-menu, .dropdown-iniciar-sesion-menu:hover{
    display: inline-block !important;
    position: absolute !important;
    top: 30px;
    right: -15px;
    z-index: 2000;
}


.dropdown-iniciar-sesion-menu {
    list-style: none;
    text-align: left;
}


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

.btn-ng-llantas:hover{
    color: #FFF;
    background-color: #ea0a2a;
    border-color: #ea0a2a;
}


.btn-gris-llantas{
    background-color: #E6E6E6;
    color: black;
}


.btn-gris-llantas:hover{
    background-color: transparent;
    color: black;
    border-color: black;
}

#pills-detalles-productos  .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
    border-bottom: 2px solid red;
    color: black;
}

#pills-detalles-productos .nav-link{
    color: black;
    border-radius: 0px;
    border-bottom: 2px solid black;
}

#pills-detalles-productos .nav-link:focus, .nav-link:hover{
    border-bottom: 2px solid red !important;
    color: black;
}


#requiere-factura ul > li > button {
    background-color: #B3B3B3;
    color: white;

}

#requiere-factura ul > li > button:hover, #requiere-factura ul > li > button .active,#requiere-factura .nav-pills .nav-link.active, .nav-pills .show>.nav-link.active {
    background-color: red;
    color: white;
    border-bottom: none !important;
}

/*Estilos del css para el selector del rango*/
.noUi-connect{
    /*background: red !important;*/
    background: red !important;
}

.noUi-handle{
    background-color: #D9D9D9 !important;
    border: 6px solid white !important;
}
.noUi-handle::before, .noUi-handle::after{
    background: transparent !important;
    width:0px !important;
}

.noUi-horizontal .noUi-handle{
    border-radius: 45px !important;
    height: 24px !important;
    width:24px !important;
    top:-10px !important;
    right: -13px !important;
}

.noUi-horizontal{
    height: 8px !important;
}
.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}


.ver-mapa{
    margin: 20px;
    background-color: red;
    color: white;
}

.ver-mapa:hover{
    margin: 20px;
    border-color: red;
    background-color: transparent;
    color: red;
}

#accordionPregfre > .accordion-item{
    border: none;
}

#accordionPregfre > .accordion-item > .accordion-header > .accordion-button:not(.collapsed){
    background-color: transparent;
    font-weight: bolder;
    color: black;
    box-shadow: none;
}

#accordionPregfre > .accordion-item > .accordion-header > .accordion-button::after{
    background-image: none;
}

/* #accordionPregfre > .accordion-item > .accordion-header > .accordion-button::before{
    background-image: ;
} */

/*#accordionPregfre > .accordion-item > .accordion-header > .accordion-button:not(.collapsed)::after{

}*/
/*#accordionPregfre > .accordion-item > .accordion-header > .accordion-button .collapsed{
    background-color: red;
}*/

#accordionPregfre > .accordion-item > .accordion-header > .accordion-button:focus, #accordionPregfre > .accordion-item > .accordion-header > .accordion-button .collapsed:focus{
    border-color: transparent !important;
    box-shadow: none;
}

#accordionPregfre > .accordion-item > .accordion-collapse.collapse.show > .accordion-body{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(185,185,185,1) 0%, rgba(198,198,198,1) 0%, rgba(204,204,204,1) 3%, rgba(245,245,245,1) 35%, rgba(242,242,242,1) 51%, rgba(243,243,243,1) 64%, rgba(255,255,255,1) 100%);
    border-radius: 15px;
}

.btnpaginacion{
    background-color: red;
    color: white;  
}

.active.btnpaginacion {
    background-color: transparent !important;
    color: red;
    border-color: red;
}

#filtromarca select option,#filtro-medida select option {
    background-color: rgba(255,255,255,0.1); 
}




@-webkit-keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-250px * 7));
transform: translateX(calc(-250px * 7));
}
}
@keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-250px * 7));
transform: translateX(calc(-250px * 7));
}
}
.slider {
margin: auto;
overflow: hidden;
position: relative;
}
.slider::before, .slider::after {
background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
content: "";
height: 100px;
position: absolute;
width: 200px;
z-index: 2;
}
.slider::after {
right: 0;
top: 0;
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}
.slider::before {
left: 0;
top: 0;
}
.slider .slide-track {
-webkit-animation: scroll 40s linear infinite;
animation: scroll 40s linear infinite;
display: flex;
width: calc(250px * 14);
}
.slider .slide {
height: 100px;
width: 250px;
}

/** discount div **/
.circlediscount{
    border-radius: 25px;position: absolute;top: 15px;right: 15px;width: 51px;height: 51px;font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .circlediscount{
        font-size: 10px;
        border-radius: 25px;
        position: absolute;
        top: -10px;
        right: 0px;
        width: 30px;
        height: 30px;
    }
}