body {
    background: #F7F7F7 !important;
}

.footer {
    background-color: #6B1C40;
}

.footer .txt_footer {
    font-size: 13px;
    color: white;
}

.footer h4 {
    color: white;
}

.footer i {
    color: white;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

.footer a:visited {
    color: white;
    text-decoration: none;
}

.footer a:link {
    color: white;
    text-decoration: none;
}

.footer a:active {
    color: white;
    text-decoration: none;
}

.footer .fas {
    font-size: 19px;
}

.servicios .fas {
    font-size: 32px;
    color: #222222;
}

.servicios .txt_servicios {
    font-size: 11px;
    color: #222222;
}

.servicios .card {
    border: none;
}

.ult_inc .refart {
    background-color: #D9D9D9;
    color: #4c4c4c;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    width: 100px;
    border-radius: 15px 0px 15px 0px;
    position: relative;
    left: 5px;
    top: 5px;
}

.ult_inc .txt_detalle {
    text-align: center;
    font-size: 11px;
    color: #0066FF;
}

.ult_inc .txt_cant {
    font-size: 10px;
    color: #000000;
}

.ult_inc .txt_euros {
    font-size: 16px;
    color: #FF0000;
    font-weight: bold;
}

.ult_inc .wrapper {
    background: white;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.ult_inc .ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 4;
}

.ult_inc .ribbon {
    font-size: 10px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 4px 0;
    left: -5px;
    top: 19px;
    width: 120px;
    color: #fff;
}

.ult_inc .carousel-control-prev,
.ult_inc .carousel-control-next {
    border-bottom: 0;
    font-size: 20px;
    color: #aaaaaa !important;
    text-decoration: none;
}

.ult_inc .carousel-control-prev:hover,
.ult_inc .carousel-control-next:hover {
    border-bottom: 0;
    font-size: 20px;
    color: #272727 !important;
}

.ult_inc .zoom {
    transition: all .4s ease !important;
    z-index: 1;
    margin: 0px;
    position: relative !important;
}

.ult_inc .zoom:hover {
    transform: scale(1.1) !important;
    z-index: 2;
}

.promos .img-thumbnail {
    border: none;
}

.promos .galeria_shadow img {
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease;
    /* Safari y Chrome */
    -moz-transition: all .4s ease;
    /* Firefox */
    -o-transition: all .4s ease;
    /* IE 9 */
    -ms-transition: all .4s ease;
    /* Opera */
    transition: all .4s ease;
    opacity: 1;
    z-index: 1;
    margin: 0;
    position: relative;
}

.promos .galeria_shadow img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 25px gray;
    -webkit-box-shadow: 0px 0px 25px gray;
    -moz-box-shadow: 0px 0px 25px gray;
    opacity: 1;
    z-index: 2;
}

.listados .txt_cant_art {
    font-size: 11px;
}

.listados .txt_detalle {
    text-align: center;
    font-size: 11px;
    color: #0066FF;
}

.listados .mas_info_detalle_tit {
    font-size: 14px;
    color: #0066FF;
    font-weight: bold;
}

.listados .mas_info_detalle_des {
    font-size: 12px;
    color: #000000;
}

.listados .mas_info_destaca {
    font-size: 12px;
    color: #ff0000;
}

.listados .alta {
    font-size: 10px;
    color: #0066FF;
}

.listados .cat_art {
    font-size: 12px;
}

.listados .txt_cant {
    font-size: 10px;
    color: #000000;
}

.listados .txt_euros {
    font-size: 16px;
    color: #FF0000;
    font-weight: bold;
}

.listados .txt_euros_negro {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.listados .card-footer {
    background-color: #999999;
}

.listados .card-header {
    background-color: #999999;
}

.listados .pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.listados .refart {
    background-color: #D9D9D9;
    color: #4c4c4c;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    width: 100px;
    border-radius: 15px 0px 15px 0px;
    position: relative;
    left: 5px;
    top: 5px;
    z-index: 10;
}

.listados .carousel-control-prev,
.listados .carousel-control-next {
    border-bottom: 0;
    font-size: 20px;
    color: #aaaaaa !important;
    text-decoration: none;
}

.listados .carousel-control-prev:hover,
.listados .carousel-control-next:hover {
    color: #272727 !important;
}

#mas_info_Carousel .carousel-indicators {
    position: static;
    margin-top: 5px
}

#mas_info_Carousel .carousel-indicators>.li_carousel {
    width: 100px
}

#mas_info_Carousel .carousel-indicators .li_carousel img {
    display: block;
    opacity: 0.3
}

#mas_info_Carousel .carousel-indicators .li_carousel.active img {
    opacity: 1
}

#mas_info_Carousel .carousel-indicators .li_carousel:hover img {
    opacity: 0.75
}

#selAM_Carousel .carousel-indicators {
    position: static;
    margin-top: 5px
}

#selAM_Carousel .carousel-indicators>.li_carousel {
    width: 100px
}

#selAM_Carousel .carousel-indicators .li_carousel img {
    display: block;
    opacity: 0.3
}

#selAM_Carousel .carousel-indicators .li_carousel.active img {
    opacity: 1
}

#selAM_Carousel .carousel-indicators .li_carousel:hover img {
    opacity: 0.75
}

.listados .buscaOfertas {
    font-size: 12px;
    border-radius: 15px 0px 15px 0px;
}


.listados .tab-content {
    background-color: #D9D9D9;
    border-radius: 0px 15px 15px 0px;
}

/* INICIO Detalles más info */
.listados .nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
    border-radius: 15px 0px 15px 0px;
    background: #D9D9D9 !important;
}

.listados .nav-pills .nav-link,
.show>.nav-pills .nav-link {
    border-radius: 15px 0px 15px 0px;
    background: #eee !important;
}

.listados .nav-pills .nav-link:not(.active):hover,
.show>.nav-pills .nav-link {
    background: #BC6A6A !important;
}

.listados .nav-pills .nav-link {
    color: #4c4c4c !important;
    font-size: 14px;
}

.listados .nav-pills .nav-link:not(.active) {
    color: #4c4c4c !important;
    font-size: 14px;
}

/* FIN Detalles más info */


.listados .zoom {
    transition: all .4s ease !important;
    z-index: 1;
    margin: 0px;
    position: relative;
}

.listados .zoom:hover {
    transform: scale(1.1) !important;
    z-index: 2;
}


.listados .texto_seleccion {
    font-size: 10px !important;
}


/* INICIO botones menu lateral */

.listados .boton_categorias {
    font-size: 16px;
    border-radius: 15px 0px 15px 0px;
    border: 0px !important;
}

.listados .botones_menu_lateral {
    font-size: 12px;
    border-radius: 15px 0px 15px 0px;
    padding-left: 14px;
    border: 0px !important;
    margin: 0px 0px 3px 0px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: white;
}

.listados .boton_pri {
    background-color: #999999;
    width: 100%;
}

.listados .boton_sec {
    background-color: #bbbbbb;
    width: 96%;
}

.listados .boton_liq {
    background-color: #D3610A;
    width: 100%;
}

.listados .boton_pri:hover {
    background-color: #999999;
    width: 102%;
}

.listados .boton_sec:hover {
    background-color: #bbbbbb;
    width: 98%;
}

.listados .boton_liq:hover {
    background-color: #D3610A;
    width: 102%;
}

.listados .dropdown-toggle::after {
    float: right;
    margin-top: 6px;
}

.listados a .fas.fa-check {
    float: right;
    margin-top: 4px;
}

.listados .butslect {
    background-color: #D06262;
    width: 96%;
}

.listados .butslect:hover {
    background-color: #D06262;
    width: 98%;
}


.listados .butslectPRI {
    background-color: #4c4c4c;
    width: 102%;
}

.listados .butslectPRI:hover {
    background-color: #4c4c4c;
    width: 102%;
}

/* FIN botones menu lateral */


.listados .pagination>li>a,
.listados .pagination>li>span {
    color: #4c4c4c;
}

.listados .pagination>.active>a,
.listados .pagination>.active>a:focus,
.listados .pagination>.active>a:hover,
.listados .pagination>.active>span,
.listados .pagination>.active>span:focus,
.listados .pagination>.active>span:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: white;
}

.listados .seleccionAM {
    position: absolute;
    right: 5px;
    z-index: 10;
}

.listados .seleccionAM .fa-plus-circle {
    color: #0ead78;
    text-shadow: 1px 1px #3e534c;
    font-size: 16px;
}

.listados .seleccionAMVisor {
    position: absolute;
    right: 85px;
    top: 6px;
    z-index: 10;
    font-size: 20px;
}

.listados .seleccionAMVisor .fa-trash {
    color: #ad0e0e;
    padding: 8px;
    background: #D9D9D9;
    border-radius: 10px;
}

.listados .seleccionAMVisor .fa-angle-double-up {
    color: #0ead78;
    padding: 8px;
    background: #D9D9D9;
    border-radius: 10px;
}

.listados .seleccionAMVisor .fa-angle-up {
    color: #0ead78;
    padding: 8px;
    background: #D9D9D9;
    border-radius: 10px;
}

.listados .seleccionAMVisor .fa-angle-down {
    color: #0ead78;
    padding: 8px;
    background: #D9D9D9;
    border-radius: 10px;
}

.listados .seleccionAMVisor .fa-angle-double-down {
    color: #0ead78;
    padding: 8px;
    background: #D9D9D9;
    border-radius: 10px;
}

.listados .seleccionAMVisor .sel_orden {
    color: #000000;
    padding: 4px;
    background: #D9D9D9;
    border-radius: 8px;
}

.listados .iconos_ofertas {
    position: fixed;
    top: 450px;
    right: -140px;
    background: #e6e6e6;
    border-radius: 5px;
    width: 300px;
    height: 20px;
    text-align: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    vertical-align: middle;
    color: #000000;
    font-size: 12px;
    z-index: 999;
}

.listados .iconos_ofertas .fa-plus-circle {
    color: #0ead78;
    text-shadow: 1px 1px #3e534c;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .listados .iconos_ofertas {
        display: none;
    }
}

.listados .info_filtro {
    font-size: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
}

.listados .content {
    width: 220px !important;
    height: 220px !important;
    line-height: 220px !important;
    margin: 0px auto !important;
    text-align: center !important;
    background-color: #fff !important;
}

.listados .content img {
    vertical-align: middle !important;
    max-width: 220px !important;
    max-height: 220px !important;
}

.listados .content_mas_info {
    width: 390px !important;
    height: 390px !important;
    line-height: 390px !important;
    margin: 0px auto !important;
    text-align: center !important;
    background-color: #fff !important;
}

.listados .content_mas_info img {
    vertical-align: middle !important;
    max-width: 390px !important;
    max-height: 390px !important;
}

.listados .txtmarcajeincluido {
    font-family: 'Chewy', cursive;
    font-size: 14px;
    color: #4C92FB;
}

.muestras {
    height: 390px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0px 0px 15px #dadada;
    position: relative;
    right: 15px;
}

.muestras::-webkit-scrollbar {
    width: 5px;
}

.muestras::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.muestras::-webkit-scrollbar-thumb {
    background: #888;
}

.muestras::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}


/*
etiqueta PROMOCIONES/LIQUIDACIONES
*/

.listados .wrapper {
    background: white;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.listados .ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 4;
}

.listados .ribbon {
    font-size: 10px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 4px 0;
    left: -5px;
    top: 19px;
    width: 120px;
}


/*
FIN etiqueta PROMOCIONES/LIQUIDACIONES
*/


/* SLIDER */

.top-content .carousel-control-prev,
.top-content .carousel-control-next {
    border-bottom: 0;
    font-size: 2em;
    color: #692121 !important;
    text-decoration: none;
}

.top-content .carousel-control-prev:hover,
.top-content .carousel-control-next:hover {
    color: #5e3131 !important;
}

.top-content .carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 8px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #b38686;
    box-shadow: inset 1px 1px 1px 1px #722f2f;
}

.top-content .carousel-indicators .active {
    width: 25px;
    height: 8px;
    margin: 10px;
    background-color: #5e3131;
}

.top-content .carousel-inner img {
    width: 100%;
    height: 100%;
}


/* fin SLIDER */


/*
Full screen Modal 


.listados .fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .listados .fullscreen-modal .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .listados .fullscreen-modal .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .listados .fullscreen-modal .modal-dialog {
        width: 1170px;
    }
}



FIN Full screen Modal 
*/

.divisor {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #0000001a;
}

.pol_info {
    color: black;
}


#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 100px;
    width: 100%;
    text-align: center;
    min-height: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 100;
}

#barraaceptacion .inner {
    width: 100%;
    position: absolute;
    padding-left: 10%;
    padding-right: 10%;
    font-family: verdana;
    font-size: 12px;
    top: 10%;
}

#barraaceptacion .inner a.ok {
    padding: 5px 25px;
    color: #ffffff;
    text-decoration: none;
    background-color: #929292;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
}

#barraaceptacion .inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: #faff00;
}


.cabecera_usb .container {
    position: relative;
    text-align: center;
    color: white;
}

.cabecera_usb .fondotextos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.644);
    border-radius: 20px;
    padding: 30px;
}

.tooltip-inner {
    background-color: whitesmoke !important;
    color: black !important;
    font-size: 12px !important;
}

.tooltip .arrow::before {
    border-top-color: whitesmoke !important;
}

.header {
    background-color: #6B1C40;
}

.header .imagenMENU {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header .imagenMENU:hover,
.puntero:hover>.imagenMENU {
    -webkit-transform: rotate(360deg);
    -webkit-transform-style: preserve-3d;
    transform: rotate(360deg);
    transform-style: preserve-3d;
}

.header .txt_menu {
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.header .txt_menu_movil {
    font-size: 18px;
    text-decoration: none;
}

.header .selec {
    background-color: #9B7778;
    border-radius: 15px 0px 15px 0px;
}


.header .puntero:hover {
    background-color: #a33a43;
    border-color: #a33a43;
    border-radius: 0px 15px 0px 15px;
}

.header .bordes_boton {
    border-radius: 15px 0px 15px 0px;
}

.usuario_boton {
    border-color: #6B1C40 !important;
    color: #6B1C40 !important;
    font-size: 12px !important;
}

.header .navbar-toggler {
    color: white;
    border-color: white;
}

.header .navbar-toggler:hover {
    color: black;
}

.ir-arriba {
    display: none;
    padding: 10px;
    background: #D9D9D9;
    font-size: 5px;
    color: #6B1C40;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border-radius: 50%;
    z-index: 99;
    border: none;
}

.ani {
    position: fixed;
    top: 20px;
    right: 50px;
    border: 0px;
    z-index: 5
}

@media screen and (max-width: 1400px) {
    .ani {
        display: none;
    }
}


/*
.logofacebook {
    position: fixed;
    top: 10px;
    right: 0px;
    border: 0px;
    z-index: 5
}
*/

.marcas h2 {
    color: #696969;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.marcas h2::after {
    content: "";
    width: 100%;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    border-radius: 1px;
    background: #d4d4d4;
    left: 0;
    right: 0;
    bottom: 14px;
}

.marcas h2 span {
    display: inline-block;
    padding: 0 25px;
    background: #ebebeb;
    position: relative;
    z-index: 2;
}

.marcas .carousel {
    margin: 0 auto;
    padding: 0 68px;
}

.marcas .carousel .carousel-item {
    text-align: center;
    overflow: hidden;
}

.marcas .carousel .carousel-item .img-box {
    background: #fff;
    padding: 9px;
    box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.4);
}

.marcas .carousel .carousel-item img {
    margin: 0 auto;
}

.marcas .carousel-control-prev,
.marcas .carousel-control-next {
    width: 68px;
    background: none;
}

.marcas .carousel-control-prev i,
.marcas .carousel-control-next i {
    font-size: 28px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.marcas p {
    font-size: 10px;
}

.catalogos .btn {
    border-radius: 15px 0px 15px 0px !important;
}

.idcatdesc {
    color: #888 !important;
    font-size: 10px;
}


.slider-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

    max-width: 1024px;
}