/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
body {
    font-family: 'Montserrat', sans-serif!important;
}

.clear {
    clear: both;;
}

/* NAV */
.editar {
    font-size: 20px;
    position: fixed;
    top: 10%;
    width: 50px;
    line-height: 30px;
    right: 20px;
    padding-top: 8px;
    /* padding: 6px; */
    text-align: center;
    border-radius: 50%;
    background-color: white;
    z-index: 999;
    box-sizing: border-box;
    height: 50px;
    font-size: 27px;
    color: #828282;
    border: dotted 2px #717171;
    box-shadow: 0px 2px 5px #c5c5c5;
}

.editar_mini {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

.error_input{
    border: solid 1px red;
}
.top_bar{
    display: flex;
    align-content: space-between;
    justify-content: flex-end;
    padding: 10px 0;
}
.top_bar a{
    display: inline-block;
    color: inherit;
    font-size: 14px;
    margin: 0 10px;
    line-height: 0;
    text-decoration: none;
    color: white;
}
.nav {

}

.nav .logo {
    float: left;
}

.nav .logo {
    float: left;
}

.topnav {
    overflow: hidden;
    /*background-color: #fff;*/
    /* display: block; */
    /* margin: 0 auto; */
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 30px;
}

.topnav .languages a {
    padding-left: 5px;
    padding-right: 5px;
}

.topnav .languages a {

}

.topnav .languages a.active {

}

.topnav .languages img.flag {
    height: 20px;
    width: 20px;
    /*filter: grayscale(100%);*/
    filter: grayscale(100%);
}

.topnav a {
    /* float: left; */
    display: inline-block;
    color: #5e5b5c;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.topnav a.item_area_usuario:before {
    content: '';
    background-size: 25px;
    background-image: url(../img/usuario.svg);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 6px;
}

.topnav a:hover {
    background-color: inherit;
    color: black;
}

.topnav a.active {
    color: #434041;
    text-decoration: underline;
}


.topnav .languages a.active img.flag {
    filter: inherit;
}

.topnav .icon {
    display: none;
}


.navbar {
    background-color: #ffffff;
    border-bottom: solid 2px #e0e0e0;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .menu ul.nav_items {
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-bottom: 0;
}

.navbar .menu ul.nav_items li {
    list-style: none;
    display: block;
}

.navbar .menu ul.nav_items li a {
    color: #212121;
    display: block;
    padding: 0 30px;
    text-decoration: none;
    line-height: 25px;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
    /*display: block;*/
}

.desplegable_lenguajes {
    margin-right: 30px;
}

/*** FIN NAV **/
.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.navbar .logo img {
    /*width: 150px;*/
    height: 50px;
    margin-left: 10px;
}

.top_baner {
    margin: 0 -12px;
    padding: 0;
    background-color: #494445;
    color: #ffd420;
    text-align: center;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background: #FFD93E; /* Old browsers */
    background: -moz-linear-gradient(top, #FFD93E 0%, #FFD93E 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFD93E 0%, #FFD93E 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFD93E 0%, #FFD93E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD93E', endColorstr='#FFD93E', GradientType=0); /* IE6-9 */
}

.top_baner h1 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 84px;
    margin: 0;
}

/* SLIDER IMAGEN */
.slider {
    /*display: block;*/
    padding: 0;
    margin: 0;
    height: 100%;

}

.slider .pc .diapositiva {
    padding: 20px 0;
    max-height: 400px;

}

.slider .titulo {
    font-size: 40px;
    padding-left: 100px;
    line-height: 35px;
}

.slider .precio {
    /* float: right; */
    font-size: 28px;
    /* margin-top: 8%; */
    text-decoration: none;
    font-weight: 200;
    padding-left: 100px;
    font-weight: 500;
}
/* FORMATO PRECIOS CON DESCUENTO */
.slider .precio_con_descuento {
    padding-top: 10px;
    background: #f5f5f57d;
    padding-bottom: 10px;
    padding: 5px;
    margin: 5px 0;
    float: left;
    min-width: 279px;
    border-radius: 5px;
}

.slider .precio_con_descuento .iva_incl {
    font-size: 10px;
}

.slider .precio_con_descuento .pvp_original {
    color: #444;
    position: relative;
}

.slider .precio_con_descuento .pvp_original:before {
    content: '';
    border: solid 1px #ff6464;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 0;
    transform: rotate(344deg);
    width: 40%;
}

.slider .precio_con_descuento .precio_final {
    position: relative;
}

.slider .precio_con_descuento .pvp_original:after {
    content: '€';
    margin-left: -7px;
}

.slider .precio_con_descuento .descuento_aplicado {
    font-size: 14px;
    color: #444;
}

.slider .precio_con_descuento .precio_final {
}

.slider .precio_con_descuento .precio_final:after {
    content: "€";
    font-size: 18px;
}


/* FORMATO PROCESO DE COMPRA CON DESCUENTO*/

.box_productos_2 .cajas .precio_con_descuento {
    padding-top: 10px;
    background: #f5f5f57d;
    padding-bottom: 10px;
    padding: 5px;
    float: none;
    margin: 0;
    margin-left: 9px;
    margin-right: 9px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_productos_2 .cajas .precio_con_descuento .iva_incl {
    font-size: 10px;
}

.box_productos_2 .cajas .precio_con_descuento .pvp_original {
    color: #000;
    position: relative;
    text-align: center;
}

.box_productos_2 .cajas .precio_con_descuento .pvp_original:before {
    content: '';
    border-bottom: solid 1px #ff6464;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 0;
    transform: rotate(
            360deg
    );
    width: 80%;
}

.box_productos_2 .cajas .precio_con_descuento .precio_final {
    position: relative;
}

.box_productos_2 .cajas .precio_con_descuento .pvp_original:after {
    content: '€';
    margin-left: -7px;
}

.box_productos_2 .cajas .precio_con_descuento .descuento_aplicado {
    font-size: 14px;
    color: #444;
}

.box_productos_2 .cajas .precio_con_descuento .precio_final {
    font-weight: 500;
    font-size: 18px;
}

.box_productos_2 .cajas .precio_con_descuento .precio_final:after {
    content: "€";
    font-size: 18px;
}

.ficha_producto .resumen .precio_con_descuento {
    padding-top: 10px;
    background: #f5f5f57d;
    padding-bottom: 10px;
    padding: 5px;
    margin: 30px 0 0px 0;
    float: none;
    width: 100%;
    border-radius: 5px;
}

.ficha_producto .resumen .precio_con_descuento .iva_incl {
    font-size: 10px;
}

.ficha_producto .resumen .precio_con_descuento .pvp_original {
    color: #000;
    position: relative;
    text-align: left;
    font-size: 24px;
}

.ficha_producto .resumen .precio_con_descuento .pvp_original:before {
    content: '';
    border-bottom: solid 1px #ff6464;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    transform: rotate(11deg);
    width: 17%;
    margin: 0;
}

.ficha_producto .resumen .precio_con_descuento .precio_final {
    position: relative;
    font-size: 28px;
}

.ficha_producto .resumen .precio_con_descuento .pvp_original:after {
    content: '€';
    margin-left: -7px;
}

.ficha_producto .resumen .precio_con_descuento .descuento_aplicado {
    font-size: 14px;
    color: #444;
}

.ficha_producto .resumen .precio_con_descuento .precio_final {
    font-weight: bold;
}

.ficha_producto .resumen .precio_con_descuento .precio_final:after {
    content: "€";
    font-size: 17px;
}



.box_producto .precio_con_descuento {
    padding-top: 10px;
    background: #f5f5f57d;
    padding-bottom: 10px;
    padding: 5px;
    margin: 0;
    float: none;
    width: 100%;
    margin-left: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_producto .precio_con_descuento .iva_incl {
    font-size: 10px;
}

.box_producto .precio_con_descuento .pvp_original {
    color: #000;
    position: relative;
    text-align: center;
}

.box_producto .precio_con_descuento .pvp_original:before {
    content: '';
    border-bottom: solid 1px #ff6464;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 0;
    transform: rotate(
            360deg
    );
    width: 80%;
}

.box_producto .precio_con_descuento .precio_final {
    position: relative;
}

.box_producto .precio_con_descuento .pvp_original:after {
    content: '€';
    margin-left: -7px;
}

.box_producto .precio_con_descuento .descuento_aplicado {
    font-size: 14px;
    color: #444;
}

.box_producto .precio_con_descuento .precio_final {
    font-weight: 500;
    font-size: 17px;
}

.box_producto .precio_con_descuento .precio_final:after {
    content: "€";
    font-size: 17px;
}


/* FORMATO PRECIOS CON DESCUENTO */
.slider .extracto {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif!important;
    padding-left: 100px;
}

.slider .imagen {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 87% 20px;
    /*margin-right: 60px;*/
}

.slider .imagen img {
    max-height: 100%;
}

.slider .diapositiva .caja_izquierda {
    padding-top: 5%;
    padding-bottom: 11%;
    height: 400px;
}

.slider .diapositiva .mas_info {
    font-size: 28px;
    color: white;
    text-align: left;
    padding-left: 100px;
    margin-top: 20px;
}

.slider .diapositiva .mas_info a {
    padding: 7px 30px;
    color: #00bcd4;
    background: white;
    font-size: 20px;
    border: solid 2px #00bcd4;
    min-width: 200px;
}

.section_categorias {
    background-color: #ececec;
    padding-top: 50px;
    padding-bottom: 35px;
}

.box_categoria {
    background-color: white;
    border: solid 1px #eaeaea;
    box-sizing: unset;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    /*border-bottom: solid 3px #ccc;*/
    position: relative;
}

.box_categoria .editar_mini {
    font-size: 20px;
}

.box_categoria .imagen {
    margin-top: 10px;
    height: 120px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;

}

.box_categoria .left {
    width: 80%;
    float: left;
}

.box_categoria .right {
    width: 20%;
    float: right;
}


img.no-image {
    display: block;
    display: block!important;
    filter: grayscale(100%);
    width: 200px!important;
    margin:20px auto!important;
}
.box_categoria .flex{
    display: table;
    height: 60px;
    margin: 0 auto;
}

.box_categoria .titulo {
    font-size: 18px;
    text-align: center;
    padding: 2px 0px 10px 0px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
}

.box_categoria .url {
    padding: 10px;
    text-align: right;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;

}

.box_categoria .url a {

}


.interior_categorias {
    padding-bottom: 50px;
}


.owl-prev span {
    position: absolute;
    top: 26%;
    font-size: 8em;
    color: #d4d4d4;
    font-weight: lighter;
}

.owl-next span {
    position: absolute;
    top: 26%;
    font-size: 8em;
    right: 0;
    color: #d4d4d4;
    font-weight: lighter;
}

.carousel_mini .owl-dots {
    display: none;
}

.carousel_mini .owl-item img {
    display: block;
    max-height: 100px;
    text-align: center;
    margin: 0 auto;
    width: inherit;
}

.carousel_mini .owl-stage {
    display: block;
    margin: 0 auto;
}

.carousel_mini .owl-prev span {
    position: absolute;
    top: 4%;
    font-size: 5em;
    color: #d4d4d4;
    font-weight: lighter;
}

.carousel_mini .owl-next span {
    position: absolute;
    top: 4%;
    font-size: 5em;
    color: #d4d4d4;
    font-weight: lighter;
}


.box_producto {
    border: solid 1px #f1f1f1;
    padding: 8px 15px 15px 15px;
    margin-bottom: 22px;
    min-height: 350px;
    position: relative;
}


.box_producto .imagen {
    /*min-height: 200px;*/
    margin-bottom: 20px;
    max-height: 250px;
}
.box_producto .imagen img{
    height: 100%;
}
.box_producto .imagen .owl-nav {
    display: none;
}

.box_producto .imagen .item {
    height: 250px;
    display: block;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.box_producto .titulo {
    float: left;
    max-width: 65%;
}
.box_producto .imagen .imagen_catalogo{
    height: 200px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.box_producto .titulo a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    text-align: left;
    float: left;
    margin-left: 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    /*word-break: break-all;*/
}

.box_producto .precio {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    float: right;
    margin-top:-2px;
}
.box_producto .precio:after{
    content: '€';
    margin-left: -3px;
}

.canon{
    font-size: 13px;
}

.box_producto .extracto {
    font-family: 'Montserrat', sans-serif!important;
    padding-top: 10px;
    overflow-y: hidden;
    letter-spacing: 1px;
    min-height: 100px;
    max-height: 200px;
    /* width: 100%; */
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.box_producto .categoria {
    float: left;
    font-style: italic;
    font-weight: 400;
}

.box_producto .ver_mas {
    float: right;
}

.box_producto .ver_mas a {
    font-size: 17px;
    cursor: pointer;
}

.box_producto .imagen .owl-prev span {
    position: absolute;
    top: 40%;
    line-height: 0;
    font-size: 6em;
    left: -17px;
    color: #00000070;
    text-shadow: 0px 2px 3px #797979;
    color: #ffffff;
    font-weight: lighter;
}

.section_categorias.catalogo .box_categoria .imagen {
    background-position: center;
    background-size: 100px;
}

.box_producto .imagen .owl-next span {
    position: absolute;
    top: 40%;
    line-height: 0;
    font-size: 6em;
    right: -17px;
    text-shadow: 0px 2px 3px #797979;
    color: #ffffff;
    font-weight: lighter;
}

/* ficha_producto */
.ficha_producto {

}

.ficha_producto .carrousel .caratula a img {
    margin: 0 auto;
    display: block;
    max-height: 228px;
    margin-bottom: 50px;
}

.ficha_producto .resumen {
    /*background-color: #f9f9f9;*/
    padding: 25px 30px 35px 30px;
    /* height: 450px; */
    box-sizing: border-box;
    border: solid 1px #f5f5f5;
}


.ficha_producto .resumen .titulo {

    /*text-decoration: underline;*/
    position: relative;
}

.ficha_producto .resumen .titulo h1 {
    line-height: 32px;
    font-size: 34px;
}

.ficha_producto .resumen .titulo::after {
    content: ' ';
    width: 170px;
    border: solid 1px #FFD72B;
    position: absolute;
    bottom: -20px;
}

.ficha_producto .resumen .precio {
    font-size: 2em;
    text-align: left;
    margin-top: 33px;
    margin-bottom: 0px;
    text-align: left;
}

.ficha_producto .resumen .precio:after {
    content: '€';
    margin-left: -6px;
}

.ficha_producto .resumen .precio small {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: lighter;
}

.ficha_producto .resumen .sku {
    font-weight: 200;
}

.ficha_producto .resumen .extracto {
    font-family: 'Montserrat', sans-serif!important;
    font-size: 17px;
    letter-spacing: 1px;
    padding-top: 40px;
}

.ficha_producto .descripcion {
    margin-top: 35px;
    padding-bottom: 40px;
    padding-top: 35px;
    box-sizing: border-box;
}
.ficha_producto .descripcion h2,h3,h4,h5{
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ficha_producto .descripcion img{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ficha_producto .descripcion p{
    font-size: inherit!important;
}

.ventana_compra {
    cursor: pointer;
    width: 400px;
    background-color: #0199d5;
    position: fixed;
    bottom: 9%;
    right: -5px;
    visibility: hidden;
    border-radius: 7px;
    padding: 20px;
    z-index: 15;
    border: solid 1px #0187d5;
    border-bottom: solid 3px #0187d5;
}


.ventana_compra:hover {
    /*animation: bounce; !* referring directly to the animation's @keyframe declaration *!*/
    /*!*animation-duration: 1s; !* don't forget to set a duration! *!*!*/
    /*visibility: visible;*/
}

.ventana_compra a {
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: text-bottom;
    float: left;
    margin-left: 12px;
    line-height: 53px;
}

.ventana_compra .icono {
    float: left;
    border: solid 1px #ccc;
    border-radius: 50%;
    padding: 5px;
    background-color: white;
}

.ventana_compra .icono img {
    max-height: 45px;
}

.box_categoria .bleft {
    /*float: left;*/
    text-align: center;
}

.box_categoria .bright {
    float: right;
}

/*PROCESO COMPRA */
@font-face {
    font-family: mregular;
    src: url(/assets/web/fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: mblack;
    src: url(/assets/web/fonts/Montserrat/Montserrat-Black.ttf);
}

@font-face {
    font-family: mbold;
    src: url(/assets/web/fonts/Montserrat/Montserrat-Bold.ttf);
}

.box_procesocompra .split {
    height: 100%;
    position: fixed;
    z-index: 0;
    top: 0;
    overflow-x: hidden;
}

.box_procesocompra .split #header {
    padding: 10px 0;
    background-color: white;
    margin: 0 -5px;
}

.box_procesocompra .logo {
    float: left;
}

.box_procesocompra .left {
    background-color: #ECECEC;
    left: 0;
    width: 35%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 5px;
}

.left ::-webkit-scrollbar {
    width: 6px;
    height: 20px;
}

.left ::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 5px;
}

.box_procesocompra .right {
    right: 1px;
    width: 65%;
    overflow: hidden !important;
}

.box_procesocompra #header img {
    /*height: 44px;*/
    margin-left: 10px;
    float: left;
    margin-right: 10px;
    /*width: 45px;*/
    max-height: 45px;
    height: 45px;
    max-width: 150px;
}

.box_procesocompra .titulo {
    font-size: 36px;
    color: black;
    margin-left: 10px;
    line-height: 51px;
    font-family: mregular;
    display: none;
}

.box_procesocompra .datospersonales {
    font-size: 15px;
    color: black;
    margin-left: 12px;
    font-family: mregular;
    margin-top: 1px;
    display: block;
    clear: both;
    padding-top: 15px;
}

.box_procesocompra .datospersonales h3 {
    font-family: mregular;
}

.box_procesocompra .iconoshop .fa {
    float: right;
    margin-right: 8px;
    font-size: 30px;
}

.box_procesocompra .iconoshop .contador {
    border-radius: 50%;
    background-color: red;
    font-size: 11px;
    text-align: center;
    position: absolute;
    float: left;
    padding: 2px 0;
    top: 102px;
    right: 28px;
    width: 20px;
    height: 20px;
    color: white;
    font-weight: bold;
}

.box_procesocompra .nombrecompleto h3 {
    margin-bottom: -3px;
    font-size: 16px;
    display: none;
}

.box_procesocompra .articuloseleccionado h3 {
    font-size: 27px;
    margin-bottom: 0;
    line-height: 42px;
}
.box_procesocompra .alignright .precio_final:after{
    content: '€';
    margin-left: 0px;
}

.box_productos {
    height: 76%;
    padding-top: 27px;
    padding-bottom: 27px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.box_productos .notification {
    margin-top: 5px;
    color: #444;
}

.box_productos .seccion {
    padding: 10px 10px 10px 10px;
    /*background: white;*/
}

.box_productos .seccion .seccion_titulo {
    font-size: 17px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    position: relative;
}

.box_productos .seccion .seccion_titulo::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: solid 1px #797979;
}

.box_productos_2 {
    height: 80%;
    padding: 20px;

    overflow-y: scroll;
    overflow-x: hidden;
}


.box_productos_2 .pvp {
    font-size: 18px;
}

.box_productos_2 .pvp i.fa {
    margin-left: 0;
}

.box_procesocompra .articulos {
    margin: 5px 0 5px 0px;
    background-color: white;
    border-bottom: solid 2px #e4e4e4;
    position: relative;
}

.box_procesocompra .tituloproducto {
    float: left;
    font-family: mbold;
    padding-top: 10px;
    font-size: 14px;
}
.box_procesocompra .producto_en_oferta_alert{
    position: absolute;
    top: 7px;
    right: 40px;
    color: #ff3f3f;
    font-size: 12px;
}
.box_procesocompra .imagenarticulo {
    width: 17%;
    float: left;
    /* background-image: url(3.jpg);*/
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat ;
}

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

.box_procesocompra .datosproducto {
    width: 83%;
    float: left;
    background-color: white;
    /*height: 80px;*/
    padding-left: 15px;
    position: relative;
}

.box_procesocompra .precio {
    float: right;
    margin-right: 0;
    /* font-size: 20px; */
    padding-top: 0;
    padding: 9px 5px 0px 5px;
    font-family: mregular;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
}

.box_procesocompra .precio i.fa {
    margin-left: 3px;
}

.box_procesocompra .iconopapelera {
    width: 9%;
    float: right;
    position: absolute;
    top: -12px;
    right: 0;
}

.box_procesocompra .iconopapelera .fa {
    position: absolute;
    top: 20px;
    right: 6px;
    cursor: pointer;
    font-size: 19px;
}

.box_procesocompra .textoarticulo {
    padding-top: 1px;
    font-family: mregular;
    line-height: 17px;
    float: left;
    width: 83%;
    font-size: 12px;
    /* overflow-y: hidden; */
    padding-bottom: 4px;
    min-height: 48px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
}

.box_procesocompra .textoarticulo h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
}

.box_procesocompra .textoarticulo p, a {
    font-size: 14px;
}

.box_procesocompra .footercomprabox1 {
    padding: 17px 1px 24px 0px;
    position: fixed;
    bottom: 0px;
    width: 35%;
    /*border-top: solid 2px #ccc;*/
    background-color: white;
    font-family: mregular;
    font-size: 20px;
    margin: 0 -5px;
}

.box_procesocompra .totalprecio {
    padding-left: 20px;
    padding-bottom: 0px;
    float: left;
    font-size: 28px;
}

.box_procesocompra .preciototal {
    float: right;
    padding-right: 20px;
    font-size: 28px;
}

.box_procesocompra p {
    color: black;
    font-family: mregular;
}

.box_procesocompra body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.box_procesocompra .botonsalir {

}

.box_procesocompra .botonsalir a {
    padding: 10px 50px;
    background-color: white;
    border-radius: 3px;
    letter-spacing: 2px;
    cursor: pointer;
    float: right;
    text-align: center;
    margin-right: 10px;
}

.box_procesocompra .btn {
    background-color: #00BCD4;
    border: none;
    color: #00BCD4;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

.box_procesocompra .botonsalir button:hover {
    transition: all 0.5s;
    border-color: #00BCD4;
    background-color: white;
    color: #00BCD4;
}

.box_procesocompra .cajas {
    position: relative;
    margin-bottom: 20px;
    height: auto;
    /*height: 460px;*/
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding-top: 0px;
    padding-bottom: 10px;
}

.box_procesocompra .cajas:hover {
    box-shadow: 0px 3px 10px 0px rgb(199 199 199 / 80%);
    transition: all 0.5s;

}

.cajas .carrito {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 40px;
    border-radius: 0;
    background-color: white;
    font-size: 25px;
    cursor: pointer;
    color: black;
    text-align: center;
    padding-top: 0;
    transition: 0.5s;
}

.cajas .carrito:hover {
    /*box-shadow: 0px 1px 3px #cccccc;*/
    /*border-radius: 30px 0px 0px 80px;*/

    /*animation: bounce; !* referring directly to the animation's @keyframe declaration *!*/
    /*animation-duration: 1s; !* don't forget to set a duration! *!*/
}

.cajas .carrito.clic {

    animation: bounceOutLeft; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}


.box_procesocompra .imagenproducto {
    background-image: url(3.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    width: 100%;
    height: 180px;
    background-position: center;
    margin-top: 10px;
}

.box_procesocompra .con-cajas {
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.box_procesocompra h1 {
    font-size: 10px;
}

.box_procesocompra .price {
    color: red;
    font-size: 10px;
}

.box_procesocompra .alignleft {
    float: none;
    margin-left: 9px;
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 100%;

}

.box_procesocompra h3 {
    font-size: 18px;
    font-weight: 600;
}

.box_procesocompra .alignright {
    float: left;
    margin-right: 8px;
    padding-top: 0px;
    line-height: 22px;
    text-align: left;
    padding-left: 10px;
}

.box_procesocompra .descripcion {
    margin-left: 9px;
    margin-right: 9px;
    font-family: mregular;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 10px;
    word-break: break-word;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 200px;
    font-size: 14px;
    line-height: 22px;
}
.box_procesocompra .descripcion h1,h2,h3,h4,h5,h6{
    margin-top: 0!important;
}
.box_procesocompra .clear {
    clear: both;
    width: 100%;
}

.box_procesocompra .icono {
    float: right;
    color: #00bcd4;
    border: solid 3px #a9a9a9;
    border-radius: 50%;
    background-color: white;
    font-size: 8px;
    padding: 2px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 30px;
    height: 30px;
}

.box_procesocompra .icono .fa {
    display: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.box_procesocompra .continuar {
    width: 18%;
    float: left;
    display: inline;
}

.box_procesocompra .continuar a {
    padding: 10px 16px 10px 20px;
    border: solid 2px white;
    border-radius: 3px;
    background-color: #00BCD4;
    font-size: 22px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.box_procesocompra .continuar a:after{
    content: '\f054 \f054';
    font-family: FontAwesome;
    margin-left: 5px;
    vertical-align: unset;
    font-size: 18px;
}
.box_procesocompra .continuar a:hover {
    transition: all 0.5s;
    border-color: #00BCD4;
    background-color: white;
    color: #00BCD4;
}

.box_procesocompra .footercompra {
    clear: both;
    padding: 70px 0 30px 0px;
    bottom: 0;
    width: 100%;
    border-top: solid 2px #f7f7f7;
    margin-top: 5px;
    position: fixed;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.box_procesocompra .footercomprametodos {
    clear: both;
    padding: 20px 0 30px 0px;
    bottom: 0;
    width: 100%;
    border-top: solid 2px #f7f7f7;
    margin-top: 5px;
    position: fixed;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.box_procesocompra .procesocompra {
    background-color: transparent;
    padding: 10px 30px;
    width: 138%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -19px;
}

.box_procesocompra .procesocompra .completado {
    /*background-color: #94f988 !important;*/
    /*border-color: #94f988 !important;*/
    background-color: #cecece !important;
    border-color: #cecece !important;
    border: 0;
}

.box_procesocompra .procesocompra .completado::after {
    /*font-family: "FontAwesome";*/
    /*content: "\f1b2";*/
    /*font-size: 19px;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*line-height: 0;*/
    /*margin-left: 1px;*/
    /*color: #444444;*/
    /*!* float: left; *!*/
    /*position: absolute;*/
    /*top: 11px;*/
    /*left: 1px;*/
}

.box_procesocompra .procesocompra div:nth-child(odd) {
    height: 25px;
    width: 28px;
    background-color: transparent;
    border: solid 2px #8c8c8c;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.box_procesocompra .procesocompra div:nth-child(even) {
    width: 10%;
    height: 2px;
    background-color: #cccccc;
}

.box_procesocompra .procesocompra div.active {
    /*background-color: #ffd93b;*/
    border: 0;
}

.box_procesocompra .procesocompra div.active::after {
    font-family: "FontAwesome";
    content: "\f21d"; /*f1b2*/
    font-size: 25px;
    line-height: 0;
    color: #444444;
    position: absolute;
    top: 11px;
    left: 5px;
}

.box_procesocompra .procesocompra div.active span {
    font-weight: 900;
}

.box_procesocompra .procesocompra div.active span::before {
    /*font-family: "FontAwesome";*/
    /*content: "\f00c";*/
    /*margin-left: 0;*/
    /*margin-right: 5px;*/
}

.box_procesocompra .procesocompra div:nth-child(odd):active {
    background-color: yellow;
}

.box_procesocompra .procesocompra div.active.completado {
    background-color: transparent !important;
    border: 0;
}

.box_procesocompra .procesocompra div:nth-child(odd) > span {
    /*color: #000;*/
    /*position: absolute;*/
    /*top: -57px;*/
    /*transform: rotate(333deg);*/
    /*font-size: 15px;*/
    /*text-transform: capitalize;*/
    /*left: -2px;*/
    /*font-family: mregular;*/

    color: #000;
    position: absolute;
    width: 200px;
    top: -57px;
    transform: rotate(
            336deg
    );
    font-size: 13px;
    text-transform: capitalize;
    left: 11px;
    font-family: mregular;
}

.box_procesocompra .procesocompra div:last-child {
    border-radius: 0;
    color: red;
}
.box_metodo_envio{}
.box_metodo_envio .box_resumen{
    padding-top: 20px;
}
.box_metodo_envio .resumen {
    padding: 5px;
}

.cancelar_pedido {
    padding: 0px 21px;
    background-color: white;
    border-radius: 3px;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    width: 190px;
    float: right;
}

.cancelar_pedido a {

}

.box_metodo_envio .resumen h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.box_metodo_envio .resumen .articulo {
    font-size: 20px;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    background: #fdfdfd;
    position: relative;
}

.box_metodo_envio .datos {
    /*display: flex;*/
    /*justify-content: space-between;*/
    position: relative;
}

.box_metodo_envio .resumen .imagenarticulo {
    height: 50px;
    width: 65px;
    float: left;
    margin-right: 10px;
}

.box_metodo_envio .resumen .imagenarticulo img {
    max-width: 100%;
    height: 100%;
}

.box_metodo_envio .resumen .articulo .iconopapelera {
    position: absolute;
    top: -2px;
    right: 5px;
    cursor: pointer;
}

.tarifa_envio {
    font-size: 18px;
    padding: 10px 0 0px 0;
    font-style: italic;
}

.tarifa_envio div:nth-child(2) {
    border-bottom: dashed 1px #ccc;
    height: 0px;
    margin-top: 13px;
}

.tarifa_envio div:nth-child(3) {
    text-align: right;
}

.tarifa_envio div:nth-child(3):after {
    content: '€';
    margin-left: 2px;
}


.forma_pago {
    font-size: 18px;
    padding: 10px 0 0px 0;
    font-style: italic;
}
.forma_pago img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.forma_pago div:nth-child(2) {
    border-bottom: dashed 1px #ccc;
    height: 0px;
    margin-top: 13px;
}

.forma_pago div:nth-child(3) {
    text-align: right;
}

.forma_pago div:nth-child(3):after {
    content: '';
    margin-left: 2px;
}

.box_metodo_envio .resumen .tituloproducto {
    /*float: left;*/
    line-height: 17px;
    max-width: 80%;
    font-weight: 500;
}

.box_metodo_envio .resumen .tituloproducto .categoria {
    font-size: 14px;
}

.box_metodo_envio .resumen .precio {
    line-height: 34px;
    position: absolute;
    right: 5px;
    bottom: -2px;
}


.box_metodo_envio .resumen .precio:after {
    content: '€';
}
.box_metodo_envio .resumen .canon {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 24px;
}
.box_metodo_envio .resumen .producto_en_oferta_alert{
    position: absolute;
    top: 5px;
    right: 40px;
    color: #ff3f3f;
    font-size: 12px;
}
.box_metodo_envio .box {
    padding-bottom: 30px;
}

.box_metodo_envio .box::after {
    content: ' ';
    width: 70%;
    margin: 50px auto 0 auto;
    height: 1px;
    display: block;
    border-bottom: dotted 2px #ececec;
}

.box_metodo_envio .box .titulo {
    padding-top: 30px;
    font-size: 28px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}

.box_metodo_envio .box .titulo::after {
    content: '';
    position: absolute;
    border: solid 1px #ccc;
}

.box_metodo_envio .box label {
    padding: 20px 0 5px 0;
    font-weight: 500;
}

.box_metodo_envio .box select {
    max-width: 350px;
    margin: 0 auto;
}

.box_metodo_envio .box input {
    padding: 5px;
    height: 50px;
    font-size: 18px;
    color: #444;
}

.box_metodo_envio .box select {
    padding: 5px;
    height: 50px;
    font-size: 18px;
    color: #444;
}

.box_metodo_envio .finalizar_pedido {
    margin: 10px auto;
    display: block;
    line-height: 45px;
    font-size: 19px;
}

.box_metodo_envio .finalizar_pedido img{
    height: 30px;
    width: 30px;
    float: right;
    margin-top: 6px;
    margin-left: 5px;
}

.box_metodo_envio .finalizar_pedido:after{
    /*content: '\f023';*/
    /*font-family: FontAwesome;*/
    /*font-size: 29px;*/
    /*margin-left: 5px;*/
    /*line-height: 0;*/
    /*vertical-align: inherit;*/
}

.box_metodo_envio .total {
    font-size: 30px;
    border-top: dashed 1px #ccc;
    margin-top: 10px;
}

#total_resumen_pedido:after{
    content: '€';
    /*font-family: FontAwesome;*/
    margin-left: 0px;
    /*font-weight: lighter;*/
    /*line-height: 0;*/
    /*font-size: 26px;*/
}

.scroll_800 {
    height: 800px;
    overflow-y: scroll;
    height: 100%;
}

.box_metodo_envio .box_form {
    padding-bottom: 50px;
}

.footer {
    color: white;
    padding-top: 30px;
    padding-bottom: 0px;
    position: relative;
    bottom: 0;
    width: 100%;
    position: relative;
}

.footer .donde_estamos .titulo {
    font-size: 20px;
    position: relative;
    text-align: left;
    line-height: 0px;
    display: initial;
    padding-bottom:3px
}
.footer .donde_estamos .titulo:after{
    content: ' ';
    border-bottom: solid 1px white;
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    margin:5px auto 0 auto
}

.footer .donde_estamos img {
    max-width: 100px;
    max-height: 50px;
    clear: both;
    margin-bottom: 10px;
}

.footer .donde_estamos h1, h2, h3, h4, h5 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.footer .donde_estamos ul {
    padding-top: 10px;
    margin: 0;
    padding-left: 10px;
}

.footer .donde_estamos ul li {
    list-style: none;
    padding-bottom: 10px;
}

.sub_footer {
    position: relative;
    text-align: center;
    color: #ffffff;
}

.sub_footer a {
    color: #ffffff !important;
}

.sub_footer .box {
    padding: 10px;
}

.sub_footer p {
    display: inline;
    padding: 0 10px;
}

.sub_footer .logo img {
    max-height: 20px;
}

.sub_footer a {

}

.pte_traduccion {
    /*color: #fb9696;*/
    box-sizing: border-box;
    /* border: solid 1px red; */
    /* background: white; */
    /* padding: 0 5px; */
    /*border-bottom: dotted 2px;*/
}

/*** AREA DE USUARIO ***/
.usuario {
    background: url("../img/email-pattern.png");
    background-repeat: repeat;
}

.area_usuario {
    /*background-color: #f4f4f4;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.area_usuario .menu {
    background-color: #fbfbfb;
    padding: 20px 10px 10px 10px;
    /*border-right: solid 1px #f3f3f3;*/
    min-height: 500px;
    border-radius: 5px;
}

.area_usuario .menu .nombre_usuario img {
    max-width: 78px;
    margin: 0 auto;
    display: block;
    margin-bottom: 18px;
}

.area_usuario .menu .nombre_usuario p {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-bottom: 0;
}

.area_usuario .menu .nombre_usuario h3 {
    font-size: 1.3em;
    text-align: center;
}

.area_usuario .menu .nav {
    padding-top: 20px;
}

.area_usuario .menu .nav ul {
    padding-top: 10px;
    padding-left: 5px;

    padding-right: 5px;
    width: 100%;
}

.area_usuario .menu .nav ul li {
    list-style: none;
    border-bottom: solid 1px #ccc;
}

.area_usuario .menu .nav ul li a {
    color: inherit;
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
}

.area_usuario .menu .nav ul li a:after {
    /*content: '\f054';*/
    /*float: left;*/
    /*position: relative;*/
    /*padding-right: 5px;*/
}

.box_datos_usuario {
    border-radius: 5px;
    /*background-color: #FBFBFB;*/
    min-height: 500px;
    /*padding: 8px;*/
}

.box_datos_usuario .box {
    display: none;
}

.box_datos_usuario .box.active {
    display: block;
}

.box_datos_usuario .box_pedido {
    border-radius: 5px;
    border-bottom: dotted 1px #ccc;
    padding: 20px;
    margin-bottom: 20px;
    background-color: white;
}

.box_datos_usuario .box_pedido .albaran {
    font-weight: bold;
    text-align: left;
}

.box_datos_usuario .box_pedido .albaran a {
    font-size: 20px;
    color: inherit;
}

.box_datos_usuario .estado_del_pedido {
    float: left;
}

.box_datos_usuario .estado_del_pedido .badge {
    color: white !important;
    line-height: 15px
}

.box_datos_usuario .estado_del_pedido .badge {
    color: #333;
}

.box_datos_usuario .estado_del_pedido .no_display {
    display: none;
}

.box_datos_usuario .box_pedido .imprimir {
    margin-right: 10px;
    float: left;
}

.box_datos_usuario .box_pedido .imprimir a {
    font-size: 22px;
    color: inherit;
    line-height: 24px;
}

.box_datos_usuario .box_pedido .pedido_realizado {
    text-align: right;
    font-size: 12px;
}

.box_datos_usuario .box_pedido .datos_alumno {
    text-align: right;
    font-size: 18px;
    padding-top: 5px;
    border-bottom: dotted 1px #ccc;
    background: #fbfbfb;
}

.box_datos_usuario .box_pedido .listado_productos {
    display: none;
    padding-top: 10px;
}

.box_datos_usuario .box_pedido .listado_productos h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.box_datos_usuario .box_pedido .listado_productos img {
    max-height: 35px;
}

.box_datos_usuario .listado_productos {
}

.box_datos_usuario .box_pedido .listado_productos .total {
    text-align: right;
    font-weight: 500;
    font-size: 18px;
    border-top: dotted 1px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box_datos_usuario .box_pedido .listado_productos .total span {
    clear: both;
    display: block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: right;
}

.box_datos_usuario .box_pedido .listado_productos .total small {
    clear: both;
    font-size: 11px;
    display: block;
    line-height: 2px;
}

.box_datos_usuario .box_pedido .listado_productos .mas_info {
    background: #fbfbfb;
    margin-top: 30px;
    padding: 18px;
    border-radius: 5px;
}

.box_datos_usuario .box_pedido .listado_productos .mas_info p {
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    margin: 0;
}

.box_procesocompra .icono_movil {
    display: none;
}

/*** FIN AREA DE USUARIO ***/


.ficha_producto_ajax .precio {
    font-size: 2em;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    float: left;
    position: relative;
    top: 30px;
    right: 36px;
    display: contents;
    font-size: 27px !important;
}

.ficha_producto_ajax .img_ficha {

}

.ficha_producto_ajax .img_ficha img {
    max-height: 80px;
}

.show_ficha {
    cursor: pointer;
}

.show_ficha .canon{
    font-size: 13px;
    float: right;
    margin-right: 10px;
}

.selector_metodos {
    /*border: solid 1px #ccc;*/
    padding: 10px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-content: space-between;
    align-items: center;
}

.selector_metodos .item {
    border: solid 1px #ccc;
    display: flex;
    align-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: white;

}
.selector_metodos .plazo_estimado{
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap
}
.span_resumen {
    font-weight: 500;
    width: 100%;
    line-height: 30px;
    display: block;
    font-size: 16px;
    text-decoration: underline;
}

.selector_metodos .item:hover {
    animation: pulse; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.8s; /* don't forget to set a duration! */
}

.selector_metodos .imagen {
    /*float: left;*/
    width: 20%;
    margin-right: 20px;
    float: left;
}

.selector_metodos .imagen img {
    max-height: 30px;
    margin: 0 auto;
    display: block;

}

.selector_metodos .item .metodo {
    font-weight: 500;
    line-height: 29px;
    float: left;
    width: 55%;
}

.selector_metodos .item .importe {
    font-weight: 500;
    line-height: 29px;
    text-align: right;
    float: left;
    width: 20%;
}

.selector_metodos .item .importe:after {

}

.ver_mas {
    font-weight: 500;
    /*text-decoration: underline;*/
    color: #101b49;
    font-size: 14px;
    margin-left: 10px;
}

.iconopapelera_formaliza_pedido {
    position: absolute;
}




#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {
    font-family: mregular!important;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-family: mregular!important;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert:before {
    content: '\f05a';
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 22px;
}

form .requerido{
    color: red;
    font-size: 14px;
    margin-left: 2px;
}
.pago_correctemante_mensaje{
    font-size: 26px;
    /* position: absolute; */
    /* top: 0; */
    text-align: center;
    margin-top: 0;
    padding: 30px;
    border: solid 2px #101b49;
    color: #111c4a;
    width: 80%;
    margin: 5% auto;
    border-radius: 5px;
}
.pago_correctemante_mensaje h2{
    font-size: 30px;
    margin-bottom: 20px;
}

.pago_correctemante_mensaje a{
    font-size: 22px;
    clear: both;
    display: block;
    text-decoration: underline;

}

.pago_correctemante_mensaje .fa.fa-exclamation-triangle{
    color: #e88282;
    font-size: 44px;
    line-height: 55px;
}
.pago_correctemante_mensaje p{
    font-size: 22px!important;
    line-height: 27px;
    margin: 5px 0;
}

.input_transferencia_bancaria{
    font-weight: bold;
    font-size: 25px;
    display: none;
    padding: 10px;
    width: 70%;
    margin: 0 auto;
}
.politica_privacidad{

}
.politica_privacidad h1{
    padding-bottom: 20px;
}

.politica_privacidad h2{
    padding-bottom: 20px;
    font-size: 26px;
}
.resumen_datos_transferencia{
    border: solid 1px #e2e2e2;
    /* font-size: 18px!important; */
    padding: 5px 10px 5px 20px;
    margin:10px 0;
}
.resumen_datos_transferencia h2{
    font-size: 14px;
}
.resumen_datos_transferencia p{
    font-size: 14px;
}
.no_products_alert{
    text-align: center;
    max-width: 80%;
    margin:50px auto;
    font-size: 18px;
    /*background-color: #f7f7f7;*/
    /*border-color: #f7f7f7;*/
}
.no_products_alert img{
    width: 160px;
    margin: 0px auto 23px auto;
    display: block;
}
.fondo_no_pedidos_area_usuario{
    background: #ffffffc7;
    padding: 25% 0 15% 0;
    text-align: center;
    border-radius: 5px;
    height: 500px;
    position: relative;
    background-image: url(/assets/web/img/safebox.svg);
    background-repeat: no-repeat;
    background-size: 115px;
    background-position: center 100px;
    font-size: 20px;

}
.fondo_no_pedidos_area_usuario img {
    width: 200px;
    margin: 13.5% auto;
    opacity: 0.3;
}

.fondo_no_pedidos_area_usuario a{
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 10px;*/
    font-size: 18px;
    color: #333;
}

.xivato_pasos_completados{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;

    padding: 10px;
    color: #04ff04;
    background: black;
}
.producto_fuera_stock{
    color: red;
    font-size: 12px;
}
.cantidad{
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    position: absolute;
    left: 80px;
    bottom: 2px;
}
.cantidad input{
    height: 25px;
    font-size: 13px;
    width: 50px;
    border: solid 1px #e2e2e2;
    padding: 5px;
    /* font-weight: bold; */
    text-align: left;
    border-radius: 5px;
    margin-left: 10px;
}
.maximos_seleccionables{

}

.euro:after{
    content: '€';
}
.selecciona_opcional
{
    font-size: 12px;
    float: right;
    line-height: 29px;
}
.selecciona_opcional:before{
    content: '\f05a';
    font-family: FontAwesome;
    padding-right: 2px;
}
.precio_unitario{
    /*font-size: 14px;*/
}
.listado_productos .canon{
    font-size: 12px;
    display: block;
    line-height: 6px;
}

.iva_incluido{
    font-size: 12px;
    width: 100%;
    text-align: right;
}
.cantidad_bt{
    border: solid 1px #ccc;
    background: white;
    color: #333;
    padding: 0 5px;
    line-height: 14px;
    vertical-align: text-bottom;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.info_envio{
    background: #f7f7f7;
    padding: 20px;
}
.info_envio h1,h2{
    font-size: 22px;
}
.info_envio h3,h4,h5{
    font-size: 18px;
}
.info_envio iframe{
    margin-top: 30px;
    width: 100%;
}
.box_faqs{
    padding-top: 30px;
    padding-bottom: 50px;
}
.box_faqs h1{
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
}
.box_faqs .accordion-item{
    margin-bottom: 30px;
    border-bottom: solid 1px rgba(0,0,0,.125);
}
.box_faqs .accordion-button:focus {
    z-index: 3;
     border-color: #cccccc;
    outline: 0;
     box-shadow: inherit;
    color: white;
}
.box_faqs_contacto{
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}
.box_faqs_contacto h1{
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
}
/*.accordion-button::after{*/
/*    content: '\f00d';*/
/*    background: transparent;*/
/*    font-family: FontAwesome;*/
/*}*/

/*.accordion-button:not(.collapsed)::after{*/
/*    content: '\f078';*/
/*    background: transparent;*/
/*    font-family: FontAwesome;*/
/*}*/

.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-button::after{
    background-image: none;
}

#direcciones_entrega{
    border-radius: 5px;
    border-bottom: dotted 1px #ccc;
    padding: 40px 20px 50px 20px;
    margin-bottom: 20px;
    background-color: white;
}
#direcciones_entrega .form-group{
    padding-top:  20px;
}
#direcciones_entrega .form-group label{
    font-weight: bold;
}

.loader{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff9c;
    text-align: center;
    z-index: 99;
}
.sk-folding-cube {
    margin: 20% auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}


