@import url('bootstrap.css');
@import url('jquery-ui.css');
@import url('../fonts/css/all.css');

@font-face {
    font-family: 'futura';
    src: url('../fonts/futura.ttf') format('truetype');
}
@font-face {
    font-family: 'futural';
    src: url('../fonts/futural.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6 {
    font-family: "futura", Helvetica, Arial, sans-serif;
}
:root {
    --color1: #003a62;
    --color2: #156188;
    --color3: #FFFFFF;
    --color4: #656565;
    --fondo1: #003763;
}
body {
    font-family: futural;
    font-weight: normal;
    font-size: 14px;
}
.fondo_alerta {
    border: 2px;    
    border-color: red;
    border-style: solid; 
    background-color: #fe8081;
}
.fondo_th {
    background-color: var(--color1);
    color: #fff;
}
.aciones_pedido {
    background-color:var(--color1);
    color:#fff;
    text-align:center;
    margin:10px;
}
#div_cantidades {
    display: inline;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.ls_si {
    visibility: visible;
}

.ls_no {
    visibility: hidden;
    height: 0px;
}

.ls_invisible {
    visibility: hidden;
    font-size: 0px;
    display: none;
}

.ls_visible {
    visibility: visible;
    font-size: 12px;
}
.th1 {
    background-color: rgba(0,55,99, 0.2)!important;
    padding:2px;
}
#div_mensaje {
    font-size: 18px;
    color: var(--color1);
}
.borde {
    padding: 10px;
    box-shadow: 0px 5px 5px rgba(0,55,99,0.3);
}
.fondo {/*
    background-image: url('../images/fondo_pie.png');
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}
.fondo_border {
    height: 25px;    
}
.fondo_degradado {
    background-image: url('../images/fondo_degradado.png');
    background-repeat:repeat-y;    
    background-size:contain;    
    height:100%;
}
.divider p {
    font-size: 46px !important;
}
.titulo {
    font-size: 24px;
    font-weight: bolder;
}
.total {
    font-size: 18px;
    color: var(--color1);
}
.pie {
    font-size: 14px;
}
.h-10 {
    height:10%!important;
}
.h-90 {
    height: 90% !important;
}
.h-20 {
    height: 20% !important;
}
.h-80 {
    height: 80% !important;
}
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.form-control-lg, form-control{
    font-size: 14px;
}
.h-custom {
    height: calc(100% - 73px);
}
.btn {
    font-size:14px!important;
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.div_iz {
    text-align: left;
}

    .div_iz img {
        text-align: left;
    }

    .div_iz a img {
        text-align: left;
    }

    .div_iz input {
        float: left;
    }

.div_ce {
    text-align: center;
}

    .div_ce img {
        text-align: center;
    }

.div_ju {
    text-align: justify;
}

    .div_ju img {
        text-align: justify;
    }

    .div_ju a {
        text-decoration: none;
    }

.div_de {
    text-align: right;
    top: 0px;
}

    .div_de img {
        text-align: right;
    }

    .div_de input {
    }

    .div_de a {
        text-decoration: none;
    }
.pack {
    padding: 50px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;    
    text-align: center;
    text-shadow: 2px 2px #000;
    font-family:futura;
}
.pack_comentarios {
    font-size: 18px !important;
    color: #fff;
    text-shadow: 2px 2px #000;
    font-family: futura;
    text-transform: none !important;
    text-align: justify;
}
.precios {
    font-size: 18px;
    text-align: center;
    
}
.precios2 {
    font-size: 18px;
    text-align:right;
}
.product {
    position: relative;
    margin: 15px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
    box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.product:hover {
    -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #005fa1;
    box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #005fa1;
}

.product .product-img {
    display: flex;
    justify-content: center;
}

.product .product-img > img {
    max-width: 225px;
    max-height: 225px;
}

.product .product-img .product-label {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product .product-img .product-label > span {
    border: 2px solid;
    padding: 2px 10px;
    font-size: 12px;
}

    .product .product-img .product-label > span.sale {
        
        border-color: #005fa1;
        border-color: #005fa1;
        color: #005fa1;
    }

    .product .product-img .product-label > span.new {
        background-color: #005fa1;
        border-color: #005fa1;
        color: #FFF;
    }

    .product .product-body {
        position: relative;
        padding: 15px;
        background-color: #FFF;
        text-align: center;
        z-index: 20;
    }

        .product .product-body .product-category {
            text-transform: uppercase;
            font-size: 12px;
            color: #8D99AE;
            height: 30px;
        }

        .product .product-body .product-name {
            text-transform: uppercase;
            font-size: 14px;
            height: 30px;
        }

            .product .product-body .product-name > a {
                font-weight: 700;
                color: #003a62;
            }

                .product .product-body .product-name > a:hover, .product .product-body .product-name > a:focus {
                    color: #005fa1;
                }

        .product .product-body .product-price {
            
            font-size: 20px;
        }

            .product .product-body .product-price .product-old-price {
                font-size: 70%;
                font-weight: 400;
                color: #8D99AE;
            }

        .product .product-body .product-rating {
            position: relative;
            margin: 15px 0px 10px;
            height: 20px;
        }

            .product .product-body .product-rating > i {
                position: relative;
                width: 14px;
                margin-right: -4px;
                background: #FFF;
                color: #E4E7ED;
                z-index: 10;
            }

                .product .product-body .product-rating > i.fa-star {
                    color: #ef233c;
                }

            .product .product-body .product-rating:after {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                height: 1px;
                background-color: #E4E7ED;
            }

        .product .product-body .product-btns > button {
            position: relative;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: transparent;
            border: none;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

            .product .product-body .product-btns > button:hover {
                background-color: #E4E7ED;
                color: #005fa1;
                border-radius: 50%;
            }

            .product .product-body .product-btns > button .tooltipp {
                position: absolute;
                bottom: 100%;
                left: 50%;
                -webkit-transform: translate(-50%, -15px);
                -ms-transform: translate(-50%, -15px);
                transform: translate(-50%, -15px);
                width: 150px;
                padding: 10px;
                font-size: 12px;
                line-height: 10px;
                background: #152d3e;
                color: #FFF;
                text-transform: uppercase;
                z-index: 10;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: 0.2s all;
                transition: 0.2s all;
            }

            .product .product-body .product-btns > button:hover .tooltipp {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translate(-50%, -5px);
                -ms-transform: translate(-50%, -5px);
                transform: translate(-50%, -5px);
            }

    .product .add-to-cart {
        position: absolute;
        left: 1px;
        right: 1px;
        bottom: 0px;
        padding: 10px;
        background: var(--color1);
        text-align: center;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        z-index: 2;
    }

    .product:hover .add-to-cart {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .product .add-to-cart .add-to-cart-btn {
        font-size: 14px;
        position: relative;
        border: 2px solid transparent;
        height: 30px;
        padding: 0 30px;
        background-color: transparent;
        color: #FFF;
        border-radius: 40px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .product .add-to-cart .add-to-cart-btn > i {
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            height: 30px;
            line-height: 28px;
            color: #fff;
            opacity: 0;
            visibility: hidden;
        }

        .product .add-to-cart .add-to-cart-btn:hover {
            color: #fff;
            padding: 0px 30px;
        }

            .product .add-to-cart .add-to-cart-btn:hover > i {
                opacity: 1;
                visibility: visible;
            }
.pagination {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .pagination .page-item {
        margin: 0;
    }

        .pagination .page-item:last-child .page-link,
        .pagination .page-item:first-child .page-link,
        .pagination .page-item .page-link {
            border-radius: 0;
        }

    .pagination .page-link {
        color: var(--color1);
        border: 0;
        background-color: #fff;
        box-shadow: 0 3px 24px rgba(0, 0, 0, .04);
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        padding: 15px 20px;
        margin-left: 15px;
    }

    .pagination .page-item.active .page-link {
        background-color: #0C5ADB;
        color: #fff;
    }
#tablaPedidos_paginate .pagination .page-item.active .page-link {
    padding:5px;
}
#tablaPedidos_paginate .pagination .page-item .page-link {
    padding: 5px;
}
    .pagination .page-item:not(.active) .page-link:hover,
    .pagination .page-item:not(.active) .page-link:focus {
        color: #fff;
        background-color: var(--color2);
        outline: none;
    }

    .pagination a {
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        color: var(--color1);
        cursor: pointer;
    }

.page {
    padding: 10px;
    cursor: pointer;
    width: 25px;
    text-decoration: none;
    background-color: #E4E7ED;
}

.current {
    background-color: var(--color2);
    color: var(--color3) !important;
    padding: 10px;
    cursor: pointer;
}

.pagination a current {
    color: var(--color3);
}

.single-item {
}

.container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.art_fecha {
    color: var(--color2);
    font-size: 16px;
    cursor: pointer;
    font-family: futura;
}
.art_precio_det {
    font-size: 16px;
    color: var(--color1);
    padding: 10px;
}

.art_precio_ped {
    font-size: 20px;
    color: var(--color1);
    padding: 0px;
    text-align: right;
}

.art_oferta1_det {
    color: var(--color6);
    display: inline-block;
    font-size: 16px;
}

.art_oferta2_det {
    color: var(--color2);
    display: inline-block;
    font-style: oblique;
    font-size: 16px;
}

.imagen_articulo {
    text-align: center;
}

    .imagen_articulo img {
        height: 500px;
    }
.img_detalle {
    width:45px;
}
.ls-visible {
    visibility: visible !important;
}

.ls-invisible {
    visibility: hidden !important;
    display: none;
}

.art {
    background-color: var(--color3);
    border: 1px;
    border-style: solid;
    border-color: var(--color3);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;   
    padding: 20px;
    position:relative;
}

.art_imagen {
    padding: 10px;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    min-height: 200px;
}
.art_imagen2 {
    padding: 10px;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}
.art_imagen_detalle {
    padding: 10px;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.art_ref {
    color: var(--color1);
    font-size: 12px;
    cursor: pointer;
    font-family: futura;
}

    .art_ref:hover {
        color: var(--color6);
    }
.art_refe {
    color: var(--color1);
    font-size: 16px;
    cursor: pointer;
    font-family: futura;
}
.art_precios {
    color: var(--color2);
    font-size: 22px;
    cursor: pointer;
    font-family: futura;
}
.art_nombre {
    color: var(--color4);
    font-size: 14px;
    cursor: pointer;
    font-family: futural;
    height: 50px;
}

    .art_nombre:hover {
        color: var(--color6);
    }
.art_nombre2 {
    color: var(--color4);
    font-size: 16px;
    cursor: pointer;
    font-family: futural;    
}
.art:hover .outer-functional {
    right: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: var(--color1);
}

.art:hover {
    border-color: var(--color2);
    box-shadow: 0px 0px 5px rgba(0,55,99,1);
}

    .art:hover .outer-functional {
        bottom: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
        color: var(--color1);
        background-color: var(--color1);
    }

.outer-functional {
    position: absolute;
    width:100%;
    bottom:-25px;
    right: 0px;
    z-index: 8;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: end;
}
.aciones a {
    color: var(--color3) !important;
    padding: 5px;
    width: 100%;
    display: block;
    text-align: center;
}
.aciones a i {
    
    color: var(--color3);
    font-size: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: none;
    
    position: static;
    text-align: center;
}

.art .outer-functional .aciones {
    margin: 10px 0;

}

.aciones a {
    color: var(--color1);
    font-size: 16px;
    cursor: pointer;
}

.art_precio {
    font-size: 22px;
    color: var(--color1);
    padding: 10px;
}

.art_oferta {
}

.art_oferta1 {
    color: var(--color6);
    display: inline-block;
    text-decoration: line-through;
    font-size: 18px;
}

.art_oferta2 {
    color: var(--color2);
    display: inline-block;
    font-style: oblique;
    font-size: 24px;
}

.art_precio span {
    font-size: 12px;
}

.art_descuento {
    position: absolute;
    padding: 5px;
    top: 10px;
    right: 40px;
    background-color: var(--red);
    color: var(--color3);
    font-size: 12px;
    font-weight: bold;
}

.over {
    overflow: auto;
}

.art_descuento2 {
    padding: 5px;
    background-color: var(--red);
    color: var(--color3);
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}
.prev {
    width:30px;
    text-decoration:none;
}
.next {
    width: 30px;
    text-decoration: none;
}
.disabled {
    color:#E4E7ED!important;
}
.iconos {
    cursor:pointer;
}
.add-to-cart a {
    text-decoration: none;
    cursor: pointer;
}
.tallas input {
    width:50px;
}
.tallas {
    max-width: 55px;
    max-height: 50px;
    font-size: 12px;
}
.tallas span {
    width: 50px;
    display: block;
    text-align: center;
}
.tallaje {
    font-size:14px;
}
.form-select {
    font-size: 14px !important;
}
.form-control {
    font-size: 14px!important;
}

.tall_nom {
    font-size: 12px;
    color: var(--color4);
    font-family: futura;
}
.tall_precio {
    font-size: 18px;
    color: var(--color4);
    font-family: futura;
}
@media (max-width: 450px) {
    
    .ancho_max_150 {
        max-width: 300px;
    }
    .art_imagen2 {
        min-height: 275px;
        max-width: 300px;
        width: 300px;
    }
}
@media (min-width: 550px) {

    .ancho_max_150 {
        max-width: 150px;
    }

    .art_imagen2 {
        min-height: 75px;
        max-width: 150px;        
    }
}
.bb {
    border: 1px;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-color: rgba(0,55,99,0.3);
}
.ancho_max_250 {
    max-width: 250px;
}
.precios input {
    width:50px;
}
.precios {
    max-width: 55px;
    max-height: 50px;
    font-size: 12px;
    font-family:futural;
}
    .precios span {
        width: 50px;
        display: block;
        text-align: center;
    }
.precios2 {
    font-size: 12px;
    font-family: futural;
}

    .precios2 span {
        display: block;
        text-align: right;
    }
label {
    padding-left:10px;
}
.talla_detalle {
    background-color: rgba(0,175,225, 0.2);
    color: var(--color4);
    font-size: 12px;
    display: inline;
    padding: 5px;
}
.cantidad_pedidos_color {
    background-color: red;
    padding: 5px;
}

.cantidad_pedidos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -12px;
    top: -16px;
    font-size: 12px;
    color: #fff;
}
.cantidad_pedidos_color_flotante {
    background-color: red;
    padding: 15px;
    border-radius: 20px 0px 0px 20px;
}
.cantidad_pedidos_flotante {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -16px;
    font-size: 18px;
    color: #fff;
}
#div_modificar {
    font-size:12px;
    overflow-x:auto;
}
.table tr td {
    vertical-align:middle;
}
.cargando {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/cargando.gif') 50% 25% no-repeat;
}
.cuadrar {
    overflow:scroll;
}
.sel_talla {
   max-width:300px;
}
.mr-2 {
    margin-right: 2px;
}
.mr-4 {
    margin-right: 4px;
}
.btn-flotante {
    position: fixed;
    top: 30%;
    right: 0;
    transition: all 300ms ease 0ms;
    z-index: 199;
}

    .btn-flotante:hover {
        transform: translateY(-10px);
    }

@media only screen and (max-width: 600px) {
    .btn-flotante {
    }
    .h-90 {
        height: 100% !important;
    }

    .h-10 {
        height: 100px !important;
    }
    .vh-100 {
        height: 100% !important;
    }
form {
    margin-left:0px !important;
    margin-right:0px !important;
}
}
.footer {
    background-color: var(--color1);
    color: #fff;
    padding: 20px;
}
.iva {
    font-size:12px!important;
}
#tablaPedidos i {
    font-size:18px;
}
.ancho_del {
    width:40px;
}
.padding_20 {
    padding:20px;
}
.padding_40 {
    padding: 40px;
}
.padding_30 {
    padding: 30px;
}
form {
    margin-left:100px;
    margin-right:100px;
}

#div_personalizados{
    color:red;
}