
.productos .product-box {
    height: 225px;
}

.productos .product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
}

.productos .product-desc img {
    height: 70.3px;
    margin: auto;
    width: 80%;
}


/*FIN PRODUCTOS*/

.laboratorios_card {
    background: #CF710C;
    border-bottom: #103384 2px solid;
    height: 10px;
}

.text-muted {
    color: #fff;
}

.fixed-nav.skin-1 .navbar-fixed-top {
    /*background: #103384;*/
    background: #000000;
}

.nav.navbar-right > li > a {
    color: #fff;
}

.navbar-fixed-top {
    border-bottom: 0 !important;
}

.skin-1 .navbar-minimalize {
    background: #fff;
    border-color: #fff;
    color: #103384 !important;
}

.btn-outline {
    color: inherit;
    background: transparent;
    transition: all .5s;
}

.btn-adidasNC {
    /*background-color: #CF710C;
    border-color: #CF710C;*/
    background-color: #43AC6A;
    border-color: #43AC6A;
    color: #43AC6A !important;
}

/* BOTON PRIMARY */
.btn-primary {
    /*background-color: #CF710C;
    border-color: #CF710C;*/
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF !important;
}

    .btn-primary.btn-outline {
        color: #CF710C !important;
        background: transparent;
        transition: all .5s;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
        /*background-color: #CF710C;
    border-color: #CF710C;*/
        background-color: #000000;
        border-color: #000000;
        color: #FFFFFF !important;
    }


/**/

/* BOTON SUCCESS */
.btn-success {
    background-color: #103384;
    border-color: #103384;
    color: #FFFFFF !important;
}

    .btn-success.btn-outline {
        color: #103384 !important;
        background: transparent;
        transition: all .5s;
    }

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
        background-color: #103399;
        border-color: #103399;
        color: #FFFFFF !important;
    }



/**/

/* TEXTBOX FOCUS */

.form-control:focus, .single-line:focus {
    border-color: #CF710C !important;
}

/**/

@media (max-width: 750px) {

    .skin-1 .wrapper-content {
        padding: 30px 0;
    }

    .product-detail .ibox-content {
        padding: 5px !important;
    }


    #menu_top_right {
        display: none;
    }


}

    /* CALENDARIO | DATEPICKER */
    /* ------
   bootstrap DatePicker 
   					-----*/

    /* -- day --- */
    .datepicker td.day.disabled:hover {
        color: #c1c1c1;
        background: #e5e5e5;
        border-radius: 0px;
    }
    /*  off month days -- */
    .datepicker td.disabled, .datepicker td.disabled:hover {
        color: #c1c1c1;
        background: #e5e5e5;
        border-radius: 0px;
    }

    /*ITEMS DE PRODUCTOS*/
    .item .descripcion {
        max-height: 77px;
        overflow: hidden;
    }


    /*POPUPS*/
    .popup {
        width: auto;
        min-height: 100%;
        height: auto;
        left: 0%;
        top: 0%;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        display: none;
    }

        .popup .container {
            margin: auto auto;
            width: 100%;
            height: 100%;
            overflow: overlay;
            position: absolute;
            top: 10%;
        }

    /*list-group-item*/
    .listado {
        width: 100%;
    }

        .listado .ibox {
            margin-bottom: 0;
        }

            .listado .ibox .pull-right {
                float: none !important;
                width: 13%;
                display: inline-block;
            }

            .listado .ibox .product-desc .contenido {
                width: 82%;
                display: inline-block;
                top: 15%;
                position: absolute;
                margin: 0;
                padding: 0;
            }

                .listado .ibox .product-desc .contenido .precio {
                    top: 0;
                    right: 0;
                    position: absolute;
                    text-align: right;
                    padding: 0;
                    width: 20%;
                }

                    .listado .ibox .product-desc .contenido .precio .product-price {
                        display: block;
                    }

                .listado .ibox .product-desc .contenido .cantidad {
                    position: absolute;
                    right: 0;
                    margin: 0;
                    padding: 0;
                    width: 20%;
                }

        .listado .product-box {
            height: 152px;
        }

    @media screen and (max-width: 1200px) {
        .productos .grilla .product-box {
            height: 253px;
        }

        .productos .product-price {
            display: block;
        }

        .listado .ibox .product-desc .contenido {
            top: 12%;
        }

        .listado .ibox .pull-right {
            top: 3%;
            position: relative;
            max-height: 100% !important;
        }

        .listado .ibox .product-desc .contenido .precio, .listado .ibox .product-desc .contenido .cantidad {
            width: 35%;
        }

        .popup .container {
            margin: 0 auto;
            width: 85%;
            height: 100%;
            overflow: overlay;
            position: relative;
            top: 0%;
            padding: 0;
        }

            .popup .container > div {
                position: relative;
                top: 17%;
            }
    }


    @media screen and (max-width: 767px) {
        .item {
            position: relative;
        }

            .item > figure {
                min-height: 216px;
                min-width: 280px;
            }

            .item > section {
                position: absolute;
                bottom: 2%;
                background: white;
                padding: 1em 0;
                border: 1px solid #eee;
                margin: 0;
                width: 100%;
            }

            .item .descripcion {
                display: none;
            }

        .popup {
            width: auto;
            min-height: 100%;
            height: auto;
            left: 0%;
            top: 0%;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            z-index: 999;
            display: none;
        }

            .popup .container {
                margin: 0;
                width: auto;
                height: 100%;
                overflow: overlay;
                position: relative;
                top: 0%;
                padding: 0;
            }

                .popup .container > div {
                    position: relative;
                    top: 17%;
                }



        .listado .ibox .pull-right {
            display: none;
        }

        .listado .ibox .product-desc .contenido {
            width: 93%;
            top: 40%;
        }

        .productos .grilla .product-box {
            height: 270px;
        }

        .listado .product-box {
            height: 152px;
        }


        a {
            color: #1AB394;
            text-decoration: none;
        }

            a:hover,
            a:focus {
                color: #23527c;
                text-decoration: underline;
            }

            a:focus {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }
    }

    /* BOOSTRAP */
    .panel-default .panel-heading {
        background-color: #f5f5f5;
        border-color: #ddd;
        color: #333;
    }

    .tituloAdidas {
        font-family: 'AdineuePRO-Black';
        text-transform: uppercase;
        font-size: 21px;
        padding-top: 14px;
        padding-left: 15px;
        color: #000000;
      
    }

    .btn {
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: center;
        touch-action: manipulation;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
    }

    .btn-primary {
        color: #fff;
    }

    body {
        background-color: #fff;
        font-size: 14px;
        line-height: 1.42857143;
    }

    .panel-default {
        border-color: #ddd;
    }

    .panel-orden {
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-bottom: 20px;
        border-color: #ddd;
    }

    .subtituloAdidas {
        font-family: AdineuePRO-Bold;
        font-size: 14px;
    }

    .panel-body {
        padding: 15px;
    }

    .tituloAdidas {
        color: #000;
        font-family: AdineuePRO-Black;
        font-size: 21px;
        padding-top: 14px;
    }

    .white-bg {
        background-color: #fff;
    }

    .page-heading {
        border-top: 0;
        padding: 0 10px 20px;
    }

    label {
        display: inline-block;
        font-weight: 700;
        margin-bottom: 5px;
        max-width: 100%;
        font-family: Roboto,sans-serif;
    }

    .form-control {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        height: 34px;
        padding: 6px 12px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        width: 100%;
    }

    .form-control, output {
        color: #555;
        display: block;
        font-size: 14px;
        line-height: 1.42857143;
    }

    .input-group {
        border-collapse: separate;
        display: table;
        position: relative;
     }

    .input-group .form-control {
        float: left;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

    .input-group-btn {
        font-size: 0;
        white-space: nowrap;
    }
    .input-group-addon, .input-group-btn {
        vertical-align: middle;
        white-space: nowrap;
        width: 1%;
    }

    .navbar-minimalize {
        background: #fff;
        border-color: #fff;
        color: #103384 !important;
    }

    .minimalize-styl-2 {
        padding: 4px 12px;
        margin: 5px 15px 0px 0px;
        font-size: 14px;
        float: left;
    }