@font-face {
    font-family: HelveticaNeueThinItalic;
    src: url('../fonts/HelveticaNeue-ThinItalic.otf');
}

@font-face {
    font-family: HelveticaNeueThin;
    src: url('../fonts/HelveticaNeue-Thin.otf');
}

@font-face {
    font-family: KeepCalmMedium;
    src: url("../fonts/KeepCalm-Medium.eot?") format("eot"), url("../fonts/KeepCalm-Medium.woff") format("woff"), url("../fonts/KeepCalm-Medium.ttf") format("truetype"), url("../fonts/KeepCalm-Medium.svg#KeepCalm-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: HelveticaNeueThinItalic;
    background: url(../img/bakcground.png);
}

.container {
    background: #000000;
    width: 970px;
    z-index: 10;
    padding-right: inherit;
    padding-left: inherit;
}

.header > .logo {
    background-color: #000000;
    width: 970px;
    margin: 0 auto;
}

.bg-danger {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
}

.oferta-dia {
    margin-bottom: 15px;
}

.oferta-dia > div > h1 {
    color: #ffffff;
}

.img-center {
    margin: 0 auto;
}

.header > .fechas {
    padding-top: 15px;
    height: 92px;
}

.paga4meses {
    height: 186px;
}

.paga4meses img {
    padding: 59px 0 59px 0;
    width: 735px;
    margin: 0 auto;
}

.nav-palas > div > img {
    margin: 0 auto;
}

hr {
    border-top: 2px solid #000;
}

.img-responsive {
    margin: 0 auto;
}

.btns-zapatillas {
    padding-left: 30px;
}

.btns-zapatillas > .row {
    width: 90%;
    float: right;
    padding-top: 40px;
    margin-right: 10px;
}

.otros > div > p {
    font-style: italic;
    font-weight: 100;
    font-size: 30px;
    margin: 0;
}

.otros p {
    margin: 0 0 5px;
}

.otros a {
    font-size: 22px;
    text-decoration: underline;
}

.clausula {
    padding-bottom: 30px;
}

.clausula p {
    font-size: 15px;
}

.texto-footer {
    font-family: HelveticaNeueThin;
}

.texto-footer h2 {
    text-align: center;
    text-transform: uppercase;
}

.texto-footer p {
    text-align: center;
    font-size: 20px;
}

.left-arrow {
    position: absolute;
    float: left;
    top: 150px;
    left: -21px;
    background: url('../img/arrow-left.png') no-repeat;
    width: 30px;
    height: 30px;
}

.right-arrow {
    position: absolute;
    float: right;
    top: 150px;
    right: -35px;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.owl-carousel {
    width: 97%;
    margin: 0 auto;
}

.owl-theme .owl-nav.disabled {
    display: block !important;
}

.producto {
    height: 210px;
}

.proximas-ofertas {
    font-family: KeepCalmMedium;
    background-color: #ededed;
    height: 210px;
    margin-left: 15px;
    width: 471px;
}

.proximas-ofertas h2 {
    text-align: center;
}

.proximas-ofertas > h2:nth-child(1) {
    padding-top: 59px;
    margin-bottom: -25px;
    color: #6c6c6c;
    font-size: 36px;

}

.proximas-ofertas > h2:nth-child(2) {
    color: #000000;
    font-size: 42px;
}

.center-block {
    margin: 0 auto;
}

.footer {

    bottom: 0;
    height: 256px;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
}

.form-inline .form-control {
    width: 280px;

}

.footer > .row > div:nth-child(2) {
    padding-top: 50px;
}

.cronoferta {

    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(230, 230, 230, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(85%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(230, 230, 230, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(230, 230, 230, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(230, 230, 230, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(230, 230, 230, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(230, 230, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=1);
    height: 220px;

}

.cronoferta .descuento {
    position: relative;
    top: -184px;
    left: 74%;
    width: 50px;
    text-align: right;
    font-weight: bolder;
    font-size: 26px;
    line-height: 0.7;
}

.cronoferta .descuento .numero {
    font-size: 28px;
    font-family: Arial;
}

.cronoferta .descuento .texto {
    font-weight: bolder;
    font-size: 20px;

}

.cronoferta .reloj {
    position: relative;
    top: -162px;
    left: 81%;
    visibility: hidden;
}

.cronoferta .precio {
    position: relative;
    top: -145px;
    left: 64%;
    font-family: Arial;
    color: #f30000;
    font-weight: bold;
}

.cronoferta .precio .grande {
    font-size: 30px;
}

.cronoferta .nombre_producto {
    position: relative;
    top: -125px;
    left: 3%;

}

.enlace_cronoferta {
    text-decoration: none !important;
    color: black;
}

.precio_uni {
    font-family: Arial;
    color: #f30000;
    font-weight: bold;
    position: relative;
    left: 38%;
    font-size: 22px;
}

.enlace_uni {
    text-decoration: none !important;
    color: black;
}

.cronoferta .precio_prox {
    position: relative;
    top: -95px;
    left: 100px;
    font-family: Arial;
    color: #f30000;
    font-weight: bold;
}

.cronoferta .nombre_prox {
    position: relative;
    top: -100px;
    left: 1%;
}

.otras-zapatillas {
    padding-top: 30px;
    height: 348px;
}

.block2 {
    padding-top: 0;
}

.circulo_descuento{
    background-color: #ee742f;
    width: 45px;
    height: 45px;
    border-radius: 22px;
    color:white;
    font-weight:bold;
    text-align: center;
    padding-top: 11px;
    position: absolute;
    left: 10px;
    z-index: 100;



}
