@import url(https://fonts.googleapis.com/css?family=Raleway:400,900);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);
@import url(https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css);
@import "bootstrap-xt-tn.min.css";
@import "lightbox.min.css";
@import "style-menu.min.css";

body {
    font-family: "Open Sans";
    font-size: 13px;
    color: #474747
}

.row.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.is-flex>[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.is-flex>[class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        max-width: 96%
    }
}

label {
    font-weight: 400
}

a {
    color: #474747
}

a:hover {
    color: #f79e40
}

h1 {
    font-family: "Abel", "Open Sans"
}

h2 {
    font-family: "Abel", "Open Sans";
    font-size: 2em;
    color: #f79e40;
    text-transform: uppercase
}

h3 {
    font-family: "Abel", "Open Sans";
    font-size: 1.3em
}

h4 {
    font-family: "Abel", "Open Sans";
    font-size: 1.7em
}

h3 strong {
    font-weight: 800;
    font-size: 1.13em
}

h5 strong {
    font-size: 1.13em
}

p {
    text-align: justify
}

.obligatorio {
    color: #f79e40
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea.form-control {
    border-color: #c7c7c7;
    height: 26px;
    font-size: 13px;
    font-family: Arial
}

textarea.form-control {
    height: auto
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select.form-control:focus,
select:hover,
textarea.form-control:focus {
    border-color: #c7c7c7;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=email]:active,
input[type=number]:active,
input[type=password]:active,
input[type=tel]:active,
input[type=text]:active,
select.form-control:active,
select:active,
textarea.form-control:active {
    border-color: #c7c7c7;
    -webkit-box-shadow: none;
    box-shadow: none
}

select.form-control {
    padding: 0;
    font-size: 13px;
    margin: 0;
    height: 27px
}

.titulo_seccion {
    font-family: "Abel", "Open Sans";
    border: 0;
    color: #f79e40;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 0;
    overflow: inherit;
    background: #fff
}

.titulo_seccion h2 {
    font-family: "Abel", "Open Sans";
    text-transform: none;
    font-size: 22px;
    color: #f79e40
}

.buscador input[type=text] {
    background: #fff
}

.titulo_menu_pequeno .navbar-toggle {
    margin: 0;
    padding: 0;
    padding-right: 10px
}

.titulo_secciones {
    font-family: "Abel", "Open Sans";
    border: 0;
    color: #f79e40;
    border-bottom: 1px solid #f79e40;
    text-transform: none;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 5px;
    overflow: inherit
}

.borde {
    border-bottom: 1px solid #eee
}

@media (max-width:639px) {
    #bck-sac-mini {
        padding: 0;
        margin: 0
    }

    #empresa {
        margin-top: 50px
    }
}

.banners-destacados {
    margin-bottom: 40px;
    overflow: hidden
}

.buscador-texto p,
.buscador p {
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin-top: 0;
    font-family: "Abel", "Open Sans"
}

.icono-cesta-movil {
    width: 30px;
    margin: 10px
}

#header .total {
    margin-right: 0
}

@media (min-width:768px) {
    body {
        padding-top: 160px
    }

    #header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        margin: auto;
        background: #fff;
        padding: 10px 0;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25)
    }

    #header .iconos-cabecera {
        width: 40px;
        float: right;
        margin-left: 10px;
        margin-top: 18px
    }

    #header .total {
        margin-top: 20px;
        font-weight: 700;
        display: block;
        min-width: 100px;
        text-align: center;
        background: #FFE5D0;
        font-size: 16px;
        padding: 5px;
        border-radius: 40px;
        color: #f79e40;
        margin-right: 0;
        margin-left: 10px
    }

    #header .resumen-cesta {
        background: #fff;
        width: 300px;
        border-top: 3px solid #f79e40;
        position: absolute;
        right: -330px;
        top: 90px;
        overflow: hidden;
        padding: 10px;
        z-index: 9999
    }

    #header .resumen-cesta .row {
        margin-bottom: 10px
    }

    #header .resumen-cesta a.btnResumen {
        display: block;
        background: #f79e40;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
        margin: 10px 0
    }

    #header .resumen-cesta .total-cesta {
        display: block;
        background: #f1f1f1;
        padding: 10px 5px;
        font-weight: 700;
        font-size: 14px;
        display: block;
        text-align: right;
        margin-top: 10px;
        text-transform: uppercase
    }

    #header .icono-resumen-cesta {
        overflow: hidden
    }

    #header .identificado {
        background: #fff;
        width: 300px;
        border-top: 3px solid #f79e40;
        position: absolute;
        right: -330px;
        top: 80px;
        overflow: hidden;
        padding: 10px;
        padding-top: 0;
        z-index: 9999
    }

    #header .identificado li {
        margin-bottom: 5px;
        padding: 5px
    }

    #header .identificado li .fa {
        width: 20px
    }

    .buscador {
        margin: 0;
        padding: 0;
        padding-bottom: 7px;
        float: left;
        width: 100%;
        position: relative
    }

    .buscador-texto {
        text-transform: uppercase;
        margin-top: 10px
    }

    .buscador-texto p {
        font-size: 23px;
        margin-bottom: 5px
    }

    .buscador-texto p strong,
    .buscador p strong {
        color: #f79e40
    }

    .buscador form {
        margin: auto
    }

    .buscador input[type=text] {
        border-radius: 23px;
        border: 2px solid #E1E1E1;
        font-weight: 400;
        padding: 14px;
        font-size: 15px;
        background: #ebeced;
        margin-top: 0;
        width: 100%;
        font-family: "Open Sans", FontAwesome;
        height: 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none
    }

    .titulo_seccion h2 {
        font-size: 28px;
        border-bottom: 1px solid #f79e40;
        padding-bottom: 3px
    }
}

a.btnCatalogo {
    color: #fff;
    background: #f79e40;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 13px 30px;
    text-transform: none;
    border-radius: 25px;
    display: block;
    float: left;
    text-transform: uppercase;
    margin-left: 10px;
    text-decoration: none
}

@media (max-width:639px) {
    a.btnCatalogo {
        margin: 20px auto;
        clear: both;
        display: block;
        width: 90%;
        text-align: center;
        float: none
    }
}

@media (max-width:1366px) {
    #header .resumen-cesta {
        top: 40px !important
    }

    #header .identificado {
        top: 40px !important
    }
}

@media (max-width:1023px) {
    body {
        padding-top: 80px
    }

    .buscador {
        margin-top: -10px
    }

    #header .iconos-cabecera {
        margin-left: 10px;
        margin-right: 0;
        width: 30px
    }

    #header .total {
        margin-right: 0;
        font-size: 13px;
        min-width: auto;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:1024px) {
    body {
        padding-top: 90px
    }

    #header .total {
        margin-right: 0
    }

    .buscador {
        margin-top: -5px
    }

    .buscador p {
        margin-top: 0;
        font-size: 16px
    }

    .buscador input[type=text] {
        height: auto;
        padding: 5px 10px
    }

    a.btnCatalogo {
        padding: 8px 30px
    }
}

@media (min-width:1200px) {
    body {
        padding-top: 85px
    }

    #header .total {
        margin-top: 7px
    }

    #header .iconos-cabecera {
        margin-top: 10px
    }

    .buscador {
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
        margin-top: 5px
    }

    .buscador p {
        font-size: 20px;
        margin-top: 13px
    }

    .buscador input[type=text] {
        padding: 10px 15px;
        margin-top: 5px
    }

    .buscador form {
        margin: 0;
        margin-left: 20px;
        width: 300px !important
    }

    .buscador a.btnCatalogo {
        padding: 12px 20px;
        margin-top: 5px
    }
}

@media (min-width:1550px) {
    body {
        padding-top: 90px
    }

    #header .iconos-cabecera {
        margin-left: 20px;
        width: 42px
    }

    .buscador p {
        font-size: 23px
    }

    #header .total {
        margin-top: 15px;
        margin-left: 10px
    }
}

@media (max-width:479px) {
    #bck-sac-mini [class*=col-] {
        padding: 0
    }
}

#form-buscador-movil {
    display: none;
    padding-bottom: 20px !important;
    overflow: hidden
}

@media (min-width:768px) {
    #myCarousel {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    #myCarousel {
        margin-top: 55px
    }

    #bck-sac-mini {
        position: fixed;
        background: #fff;
        width: auto;
        z-index: 99;
        top: 0;
        left: 0;
    }

    #bck-sac-mini .navbar-toggle {
        color: #f79e40;
        margin-right: 10px;
        margin-left: 10px;
        padding: 0;
        background: #fff;
        z-index: 99999;
        position: relative
    }

    #bck-sac-mini .navbar-toggle .glyphicon {
        font-size: 25px;
        margin-top: 7px
    }

    #bck-sac-mini .phone-cabecera {
        float: right;
        margin-top: 12px
    }

    #bck-sac-mini .fa-search {
        font-size: 22px;
        color: #f79e40;
        margin-top: 17px
    }

    .buscador-movil {
        padding-top: 5px;
        width: 93%;
        margin: auto
    }

    .buscador-movil input[type=text] {
        padding: 18px 8px;
        font-size: 15px;
        border: 1px solid #f79e40;
        width: 100%;
        float: right;
        width: 100%;
        border-radius: 3px
    }

    .buscador-movil input[type=submit] {
        content: "\f000";
        position: absolute;
        right: 10px;
        top: 5px;
        font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        border: none;
        color: #f79e40;
        font-size: 18px;
        background: none
    }
}

.form-identificarse .modal-dialog {
    padding: 20px;
    width: 400px
}

.navbar {
    border: 0;
    margin: 0
}

.navbar-default {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-header {
    font-family: "Abel", "Open Sans"
}

.navbar-form .btn {
    margin-left: 10px
}

.navbar-header ul li.nomargin {
    padding: 0
}

.navbar-categories {
    font-family: "Abel", "Open Sans";
    font-size: 15px;
    line-height: 1.3em;
    background: #FFF
}

@media (max-width:767px) {
    .contenedor-principal {
        margin-top: 0px
    }
}

@media (min-width:768px) {
    .contenedor-principal {
        margin-left: 238px;
        min-height: calc(100vh - 230px)
    }
}

@media (min-width:768px) {
    .home {
        max-width: 100%;
        overflow-x: hidden
    }

    .izquierda {
        position: fixed;
        left: 0;
        z-index: 99;
        top: 83px;
        width: 237px;
        background: #fff
    }

    .izquierda::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .izquierda::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 5px
    }

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

    .navbar-header {
        width: 100%;
        min-height: auto !important;
        margin-top: 0
    }

    .navbar-header ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .navbar-header ul li {
        list-style: none;
        margin: 0 10px;
        text-transform: uppercase;
        font-size: 16px
    }

    .izquierda .titulo_seccion {
        font-weight: 700;
        color: #f79e40;
        text-transform: uppercase;
        border: 1px solid #ddd;
        border-bottom: 0;
        padding: 7px 15px;
        font-weight: 700;
        font-size: 15px;
        margin: 0;
        overflow: hidden
    }

    .navbar-categories {
        border: 1px solid #ddd;
        border-top: 0
    }

    .navbar-categories li {
        border-top: 1px solid #ddd
    }

    .navbar-categories a {
        display: block;
        padding: 7px 12px !important;
        border-left: 4px solid #fff;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        border-radius: 0
    }

    .navbar-categories a#selected,
    .navbar-categories a:hover {
        background: #e9e9e9;
        border-left: 4px solid #f79e40;
        font-weight: 600;
        text-shadow: none
    }

    .navbar-categories li ul li a {
        font-size: 15px !important;
        padding: 7px 20px !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .izquierda {
        width: 200px
    }

    .contenedor-principal {
        margin-left: 200px
    }
}

@media (max-width:767px) {
    .navbar {
        -webkit-box-shadow: 0 0 .76923rem 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 .76923rem 0 rgba(0, 0, 0, .15);
        display: block;
        position: fixed;
        left: -220px;
        top: 0;
        background: #f79e40;
        width: 220px;
        float: none;
        margin: 0;
        padding: 0;
        height: 100%;
        z-index: 99999
    }

    .navbar-categories {
        background: none !important
    }

    .navbar-categories ul li {
        background: #f79e40 !important;
        border: 0px !important;
        position: relative;
    }

    /*
    .navbar-categories ul li a.submenu{
        position: absolute;
        right: 10px;
        z-index: 99;
    }
    */

    .navbar-categories li li a,
    .navbar-categories ul li a {
        padding: 10px 5px;
        margin: 0;
        color: #fff;
        border: 0
    }

    .navbar-categories a#selected,
    .navbar-categories ul li a:hover {
        background: #F78231;
        color: #fff !important
    }
}

.menu-registro {
    font-family: "Open Sans";
    padding: 0;
    padding-top: 0;
    padding-bottom: 3px;
    margin-right: 15px;
    margin-bottom: 0
}

.menu-registro ul li {
    padding-right: 0
}

.menu-registro ul.lista-registro {
    border-bottom: 1px solid #f79e40;
    width: 185px;
    float: right;
    padding-bottom: 3px
}

.identificado {
    float: right;
    margin-right: 10px;
    margin-top: 10px
}

.breadcrumb>li+li:before {
    color: #999;
    content: "\203A";
    padding-right: 3px;
    padding-left: 0
}

.breadcrumb>.active {
    color: #878787
}

.breadcrumb a {
    font-weight: 400;
    color: #f7901e
}

.breadcrumb {
    font-family: "Abel";
    background: none;
    color: #000;
    font-size: 15px;
    padding: 7px 0 7px 15px;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 0;
    margin-left: -2px
}

ul.enlaces-pie {
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

ul.enlaces-pie li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 20px
}

ul.enlaces-pie li strong {
    display: block;
    color: #f79e40;
    font-size: 16px
}

.pie {
    padding-top: 20px;
    border-top: 2px solid #f79e40;
    margin: 0 auto 25px;
    width: 100%
}

.pie ul li {
    margin-bottom: 5px
}

.pie .redes-pie {
    margin: auto;
    text-align: center
}

.pie .redes-pie ul {
    margin: 10px 0
}

.pie .datos-pie li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 13px
}

.pie .datos-pie li:first-of-type {
    text-transform: uppercase
}

.pie .datos-pie li:nth-of-type(2) {
    font-size: 21px
}

.pie .datos-pie img {
    float: left;
    margin-right: 20px
}

@media (min-width:1200px) {
    .pie .datos-pie li {
        line-height: 1.8em
    }

    .pie .datos-pie li:first-of-type {
        text-transform: uppercase;
        line-height: 3.3em
    }

    .pie .datos-pie li:nth-of-type(2) {
        font-size: 21px;
        line-height: 2.1em
    }
}

@media (max-width:1023px) {
    .pie .redes-pie {
        text-align: center;
        margin-top: 20px
    }
}

.pie .redes-pie .fa-instagram {
    border-radius: 100%;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff;
    padding: 8px 10px;
    font-size: 30px
}

.pie .redes-pie .fa-twitter {
    border-radius: 100%;
    background: #33BDFC;
    color: #fff;
    padding: 8px 10px;
    font-size: 30px
}

.pie .redes-pie .fa-facebook {
    border-radius: 100%;
    background: #3C599F;
    color: #fff;
    padding: 8px;
    font-size: 30px;
    width: 48px;
    text-align: center
}

@media (max-width:639px) {
    .pie .redes-pie {
        text-align: center;
        margin-top: 20px
    }

    .pie .redes-pie .fa {
        font-size: 22px;
        width: 40px
    }
}

.destacado-portada {
    margin: 20px 0
}

@media (max-width:639px) {
    .destacado-portada {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.destacados-categoria {
    overflow: hidden
}

.destacados-categoria ul {
    list-style: none;
    padding: 0
}

.destacados-categoria ul li {
    float: left;
    text-align: center;
    text-transform: uppercase;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #FFDAB1;
    font-size: 15px;
    padding: 5px 0;
    background: #fcebce
}

.destacados-categoria ul li:hover {
    background: #f7901e;
    border-color: #f7901e
}

.destacados-categoria ul li a {
    color: #f7901e
}

.destacados-categoria ul li a:hover {
    color: #fff
}

@media (min-width:640px) {
    .destacados-categoria ul li:nth-of-type(4n) {
        margin-right: 0
    }
}

@media (max-width:639px) {
    .destacados-categoria ul li {
        width: 49%
    }

    .destacados-categoria ul li:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .lst-productos {
        padding: 0;
        min-height: calc(100vh - 445px);
    }
}

.hproduct .titulo_seccion {
    margin-top: 20px;
    margin-bottom: 20px
}

.lst-productos .thumbnail {
    position: relative;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding-bottom: 20px
}

.lst-productos .thumbnail .caption {
    overflow: hidden;
    padding: 10px;
    margin: 0;
    position: relative
}

.lst-productos .thumbnail h3 {
    font-family: "Abel", "Open Sans";
    text-align: center;
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
    color: #f79e40;
    min-height: 50px;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    padding: 0 10px
}

.lst-productos .thumbnail .info-pie {
    padding: 0 10px
}

.resumen-producto {
    height: 55px;
    overflow: hidden
}

.lst-productos .thumbnail h3 a {
    color: #f79e40;
    font-weight: 600
}

.lst-productos .thumbnail p {
    font-size: 14px;
    margin-bottom: 0
}

.lst-productos a.btnagregar {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 17px;
    padding: 5px;
    margin-top: 0;
    width: auto;
    border-radius: 20px
}

.lst-productos .precio {
    font-weight: 700;
    font-size: 18px;
    line-height: 2em
}

.lst-productos .antes {
    font-size: 15px;
    line-height: 2em;
    font-weight: 700;
    display: block;
    min-height: 30px
}

.lst-productos .iva {
    text-align: center
}

a.btnCargarMas {
    background: #f79e40;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    margin: 20px auto;
    font-size: 16px;
    border-radius: 4px;
    width: 250px;
    text-align: center;
    text-decoration: none
}

@media (max-width:639px) {
    .lst-productos .thumbnail .precio-anterior {
        margin-top: 5px;
        min-height: auto
    }
}

@media (max-width:1199px) {
    .lst-productos .thumbnail .precio-anterior strong {
        font-size: 16px
    }
}

.lst-productos .thumbnail .oferta {
    color: red;
    font-size: 20px;
    text-align: right;
    font-weight: 700;
    margin-top: 7px;
    font-family: "Abel"
}

@media (max-width:1199px) {
    .lst-productos .thumbnail .oferta {
        font-size: 17px
    }
}

@media (max-width:639px) {
    .lst-productos .thumbnail .oferta {
        font-size: 15px;
        text-align: center
    }
}

.lst-productos .thumbnail .novedad {
    z-index: 0;
    width: 100px;
    background: red;
    position: absolute;
    top: 16px;
    left: -26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.lst-productos .thumbnail .novedad span {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.lst-productos .thumbnail .descuento {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    right: -50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #7BD100
}

.lst-productos .thumbnail .descuento span {
    color: #fff !important;
    display: block;
    right: 60px;
    bottom: 41px;
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:639px) {
    .lst-productos .thumbnail .novedad {
        top: 8px;
        left: -30px
    }

    .lst-productos .thumbnail .novedad span {
        font-size: 10px
    }

    .lst-productos .thumbnail .descuento {
        width: 80px;
        height: 80px;
        bottom: -40px;
        right: -40px
    }

    .lst-productos .thumbnail .descuento span {
        font-size: 13px;
        right: 49px;
        bottom: 29px
    }

    .lst-productos .thumbnail .novedad {
        font-size: 14px
    }
}

.lst-productos .thumbnail .oferta-texto {
    z-index: 0;
    width: 100px;
    background: red;
    position: absolute;
    top: 16px;
    left: -26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

@media (max-width:639px) {
    .lst-productos .thumbnail .oferta-texto {
        top: 12px;
        left: -30px;
        font-size: 12px
    }
}

.paginacion {
    width: auto;
    margin: auto;
    margin-bottom: 10px
}

.res-per-pag {
    margin-top: 20px
}

.pagination {
    overflow: hidden;
    width: 100%
}

.pagination>li>a,
.pagination>li>span {
    color: #f18000
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #f18000;
    border-color: #f18000
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #f18000;
    border-color: #f18000
}

.hproduct h1.fn {
    font-size: 28px;
    color: #f79e40;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
    text-align: left
}

img.img-thumbnail {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.precio_ficha span.anterior {
    color: red;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: normal
}

.precio_ficha span.precio {
    font-size: 30px;
    display: block;
    font-weight: 700;
    line-height: normal
}

.precio_ficha span.iva {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase
}

.precio_ficha a.btnagregar {
    width: 140px;
    display: block;
    margin: 20px 0;
    border-radius: 16px;
    font-size: 22px;
    padding: 3px;
    text-transform: none
}

@media (max-width:639px) {
    .precio_ficha a.btnagregar {
        width: 100%;
        margin: 10px 0
    }
}

.form-recibir-llamada,
.form-stock {
    margin-top: 20px
}

.form-stock {
    margin-top: 10px
}

.aviso-stock {
    margin-bottom: 20px
}

.aviso-stock-listado {
    width: 300px;
    margin: 20px auto
}

.aviso-stock span {
    color: red
}

.form-recibir-llamada input[type=submit],
.form-stock input[type=submit] {
    border-radius: 10px;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    background: #f79e40
}

.form-recibir-llamada input[type=email],
.form-recibir-llamada input[type=tel],
.form-stock input[type=email] {
    border-radius: 10px;
    border: 1px solid #ababab;
    font-weight: 400;
    padding: 13px;
    font-size: 14px;
    background: #EBECEE;
    margin-top: 0;
    margin-right: 5px;
    font-family: "Open Sans", FontAwesome;
    margin-bottom: 10px
}

@media (max-width:639px) {

    .form-recibir-llamada input[type=tel],
    .form-stock input[type=tel] {
        width: 50%
    }

    .form-recibir-llamada input[type=submit],
    .form-stock input[type=submit] {
        width: 45%
    }
}

#total_gratis {
    display: block;
    font-weight: 300;
    font-size: 14px !important;
    clear: both;
    width: 100%;
    color: red;
    margin: 10px 0;
    overflow: hidden
}

#total_gratis span {
    color: #35AC19
}

#total_gratis span.rojo {
    color: #FF4249
}

@media (max-width:639px) {
    #total_gratis {
        font-size: 15px
    }
}

@media (max-width:400px) {
    #total_gratis {
        font-size: 13px
    }
}

#total_gratis.cesta-compra-gastos {
    font-size: 15px;
    margin-top: 0
}

@media (max-width:639px) {
    #total_gratis.cesta-compra-gastos {
        font-size: 14px
    }
}

@media (max-width:400px) {
    #total_gratis.cesta-compra-gastos {
        font-size: 12px
    }
}

.precio_ficha .prod-agotado {
    text-transform: uppercase;
    color: #f79e40;
    font-weight: 700;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px
}

.titulo-descripcion {
    border-bottom: 1px solid #f79e40;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px
}

.titulo-descripcion h2 {
    background: #f79e40;
    color: #fff;
    padding: 5px 10px;
    display: block;
    width: 150px;
    font-size: 18px;
    margin: 0;
    text-transform: none
}

.nav-tabs {
    margin-top: 30px
}

.nav-tabs>li>a {
    border-radius: 0;
    font-family: "Abel", "Open Sans";
    font-size: 18px;
    border-radius: 0;
    padding: 8px 15px;
    background: #f1f1f1;
    border-bottom: 1px solid #f79e40
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    background: #f79e40;
    color: #fff;
    border-color: #f79e40
}

.nav-tabs {
    border-color: #f79e40
}

.descripcion-producto {
    font-family: "Open Sans";
    font-size: 14px;
    color: #033333;
    padding: 20px 0
}

.descripcion-producto p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #033333
}

.cesta table td {
    padding-bottom: 5px
}

.resumen_cesta {
    background: #fff;
    padding: 10px;
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #CCC;
    border-radius: 4px
}

.resumen_cesta h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Abel";
    color: #f79e40
}

.resumen_cesta .row {
    border-bottom: 1px solid #707070;
    padding-top: 10px
}

.resumen_cesta .row:last-child {
    border-bottom: none
}

.resumen_cesta a {
    color: #333
}

.resumen_cesta a.btnagregar {
    color: #fff
}

.resumen_cesta table {
    padding: 10px
}

a.btncestaresumen {
    width: auto;
    color: #fff
}

.resumen_cesta .row {
    margin: 0
}

.resumen_cesta [class*=col-] {
    padding: 0
}

#pg-portada {
    margin: auto;
    background: #fff;
    margin-bottom: 20px
}

.addthis {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px
}

.addthis ul {
    list-style: none
}

.addthis ul li {
    display: inline-block;
    float: left;
    list-style: none;
    margin-top: 0
}

.addthis ul li .btnWhatsapp {
    position: relative;
    top: -2px
}

.redes_sociales li {
    float: left;
    padding: 0;
    margin: 0
}

.metodo_pago {
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 4px
}

.metodo_pago h4 {
    font-size: 1.3em;
    color: #f79e40;
    font-weight: 700
}

.destacado-clasificados {
    border: 2px solid #77b235;
    overflow: hidden;
    color: #77b235;
    margin-bottom: 20px;
    padding: 5px;
    margin-top: 20px
}

.destacados-pie [class*=col-] {
    margin-bottom: 15px
}

.destacados-pie img {
    max-width: 100%;
    text-align: center;
    margin: auto;
    display: block
}

.destacados-pie .tarjetas img {
    display: inline-table;
    text-align: center;
    margin: auto
}

.destacados-pie .tarjetas img {
    max-width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 15px
}

.resumen-pedido a {
    color: #f79e40
}

.button-carrito-tablet {
    display: none
}

.galeria-fotos {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 5px
}

.galeria-fotos li {
    margin-top: 5px;
    margin-bottom: 5px
}

.logos-pie {
    text-align: right
}

.accordion {
    overflow: hidden
}

.accordion .titulo_faq {
    width: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden
}

.titulo .active {
    width: 100px
}

.accordion .faq ul {
    margin-left: 20px
}

.accordion .faq ul li {
    margin-bottom: 5px
}

.accordion .faq .center {
    padding-left: 10px;
    padding-right: 10px
}

.accordion h3 {
    padding-left: 20px;
    color: #f79e40;
    font-size: 19px;
    font-family: "Open Sans"
}

.accordion .active h3 {
    background-position: left bottom
}

.accordion .desarrollo {
    clear: both;
    overflow: hidden;
    text-align: justify;
    line-height: normal;
    font-size: 13px;
    line-height: normal
}

.accordion p {
    margin-top: 10px;
    margin-bottom: 10px
}

.faq ul {
    margin-left: 20px;
    list-style: disc;
    margin-top: 5px;
    margin-bottom: 5px
}

a.btnagregar {
    font-size: 15px
}

.label-cantidad {
    margin-top: 3px;
    float: left
}

label.tmptxt {
    margin-left: 7px
}

#art_stock1 {
    float: left;
    width: 40px
}

input[type=text].captcha-form {
    float: left;
    width: 100px;
    height: 35px;
    margin-left: 10px
}

.btnDisminuir,
.btnIncrementar {
    background: #b4b4b4;
    color: #fff;
    border: 1px solid #949494;
    border-radius: 3px;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    padding: 1px 5px 2px 5px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-left: 3px;
    margin-top: 0;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px
}

.btnDisminuir {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px
}

.btnDisminuir:hover,
.btnIncrementar:hover {
    text-decoration: none;
    background: #f79e40;
    color: #fff;
    border-color: #f79e40
}

#basket .btnDisminuir,
#basket .btnIncrementar {
    float: none;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    margin: 0;
    display: inline-block
}

#basket .btnDisminuir {
    padding: 2px 7px 2px 7px
}

#basket .btnIncrementar {
    margin-left: 0
}

.precio-cesta,
.precio-cesta1 {
    min-width: 75px
}

@media (max-width:767px) {
    body {
        padding-top: 75px
    }

    .resumen_cesta {
        background: #424242;
        color: #fff;
        border: none;
        border-radius: 0
    }

    .resumen_cesta a {
        color: #fff
    }

    .resumen_cesta .row {
        margin: 0
    }

    .resumen_cesta [class*=col-] {
        padding: 0
    }

    .logo {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        text-align: center
    }

    #pg-portada {
        border: none;
        margin: 0;
        padding-top: 50px
    }

    .titulo_seccion {
        border-bottom: none
    }

    .titulo_menu_pequeno {
        border-bottom: 1px solid #f79e40;
        color: #f79e40;
        font-size: 19px;
        vertical-align: middle;
        margin: 0
    }

    .button-carrito {
        top: 4px
    }

    .navbar-header ul li {
        padding: 0;
        width: 25%
    }

    .navbar-header ul li:first-child {
        width: 0%
    }

    .navbar-header ul li:nth-child(2) {
        width: 0%
    }

    .navbar-header ul li:nth-child(4) {
        width: 25%
    }

    .navbar-header ul li:nth-child(6) {
        width: 20%;
        text-align: center
    }

    .navbar-header ul li:nth-child(7) {
        width: 20%;
        text-align: right
    }

    .menu-registro {
        border-bottom: 1px solid #cdcdcd;
        font-weight: 400;
        color: #7b7b7b;
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0;
        margin: auto;
        margin-bottom: 0;
        display: block
    }

    .menu-registro ul {
        float: none;
        text-align: center
    }

    .menu-registro ul li {
        padding-left: 0
    }

    .menu-registro ul li a {
        font-size: 12px
    }

    .menu-registro ul.lista-registro {
        border: none;
        width: auto;
        float: none;
        padding: 0
    }

    .izquierda {
        width: 100%;
        z-index: 99;
    }

    .hproduct h1.fn {
        color: #f79e40;
        font-weight: 400;
        margin-bottom: 20px;
        font-size: 23px
    }

    .lst-productos {
        margin-top: 0px
    }

    .bgMenu {
        background: rgba(0, 0, 0, .6);
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        height: 100%
    }

    .navbar-categories {
        font-size: 12px;
        line-height: 1.3em;
        padding-top: 5px;
        background: #FFF;
        border: none;
        font-size: 16px;
        border-radius: 0;
        position: inherit;
        overflow: auto;
        height: 100%;
        width: 100%;
        max-width: 220px
    }

    .navbar-categories ul {
        margin: 0;
        padding: 0
    }

    .navbar-categories ul li {
        border-top: 1px solid #cdcdcd;
        background: #fff
    }

    .navbar-categories ul li li {
        background: #fff
    }

    .navbar-categories ul li ul {
        list-style: none;
        margin: 0
    }

    .navbar-categories li li a {
        background: none;
        font-weight: 400;
        padding-left: 15px
    }

    .resumen_cesta {
        font-size: 17px
    }
}

.lst-productos .thumbnail .info-pie .iva {
    font-family: "Abel";
    font-size: 14px
}

.lst-productos .thumbnail .info-pie .precio {
    color: #f79e40;
    font-family: "Abel"
}

.lst-productos .thumbnail .info-pie .antes {
    text-align: center;
    display: block;
    font-family: "Abel";
    line-height: normal;
    margin-top: 7px;
    font-weight: lighter;
    font-size: 14px
}

.lst-productos .thumbnail .info-pie .antes span {
    color: red;
    text-decoration: line-through;
    font-weight: 700
}

@media (max-width:479px) {
    .lst-productos {
        padding-top: 0px;
        padding-bottom: 20px
    }
}

@media (min-width:768px) {
    .lst-productos .thumbnail .info-pie .antes {
        text-align: right
    }

    .lst-productos .thumbnail .info-pie .precio {
        display: block;
        font-weight: 700;
        text-align: right;
        color: #333
    }
}

@media (min-width:1024px) {
    .btnagregar1 span img {
        display: none
    }
}

@media (min-width:1172px) {
    a.btnagregar {
        background: #f79e40;
        padding: 0;
        font-size: 20px;
        line-height: normal;
        padding: 3px;
        width: 160px;
        margin: 10px 0;
        text-transform: none;
        border-radius: 15px
    }

    a.btnagregar:hover {
        background: #999
    }
}

@media (max-width:768px) {
    .buscador {
        display: none
    }

    .navbar-header ul li a {
        padding: 0;
        color: #333;
        font-weight: 400;
        font-size: 17px
    }

    .lst-productos .thumbnail h2 {
        font-family: "Abel";
        text-transform: none;
        font-size: 16px !important
    }

    .lst-productos .thumbnail .info-pie .iva {
        font-size: 14px;
        top: 8px
    }

    .lst-productos .thumbnail .info-pie .precio {
        font-size: 20px
    }

    .lst-productos .thumbnail .precio strong {
        font-size: 20px
    }

    .logos-pie {
        text-align: center
    }

    .btncestaresumen {
        text-align: center;
        background-position: 140px 9px
    }

    .btncestaresumen:hover {
        text-align: center;
        background-position: 140px 9px
    }

    h5 {
        font-size: 13px
    }

    .atencion h4 {
        font-size: 16px
    }

    hproduct h1.fn {
        border-bottom: none
    }

    .btn-add-cesta {
        width: 100%;
        text-align: center;
        margin: 0 auto auto;
        float: none;
        display: block;
        margin-top: 10px;
        font-size: 15px
    }

    .btnagregar1 span img {
        display: none
    }

    .btnagregarcesta span img {
        display: none
    }
}

@media (min-width:768px) and (max-width:992px) {
    .buscador {
        display: block;
        width: 100%
    }
    .buscador p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .buscador form {
        width: 100%;
        float: none;
    }

    .buscador form input[type=text] {
        font-size: 12px !important
    }

    a.btnCatalogo {
        padding: 9px 10px !important;
        font-size: 11px;
        width: 48%;
        text-align: center;
        margin: 0;
        margin-left: 2%
    }

    .navbar-header ul li a {
        font-size: 18px
    }

    .lst-productos .thumbnail h2 {
        height: 65px;
        overflow: hidden
    }

    .button-carrito {
        top: 5px
    }

    .precio_ficha {
        margin-top: 10px;
        height: auto;
        padding: 0
    }

    .derecha {
        width: 0
    }

    .lst-productos {
        padding: 0
    }

    .navbar-header ul li a {
        padding: 0;
        color: #333;
        font-weight: 400;
        font-size: 14px
    }

    .button-carrito-tablet {
        display: block
    }

    .lst-productos .thumbnail .info-pie .iva {
        font-size: 13px;
        top: 3px
    }

    .lst-productos .thumbnail .oferta,
    .lst-productos .thumbnail .precio-anterior,
    .lst-productos .thumbnail .precio-anterior strong {
        font-size: 15px;
        margin-top: 5px
    }

    .lst-productos .thumbnail .info-pie .precio {
        font-size: 16px
    }

    .lst-productos .thumbnail .precio strong {
        font-size: 16px
    }

    a.btnagregar span img {
        display: none
    }

    .add_cesta a span {
        color: #fff;
        font-family: "Abel";
        font-size: 16px;
        text-transform: uppercase
    }

    .cantidad-cesta {
        width: 116px
    }

    .atencion-cabecera ul {
        overflow: hidden;
        padding: 0;
        line-height: 1.5em;
        font-size: 15px
    }
}

@media (min-width:800px) and (max-width:992px) {
    .navbar-header ul li a {
        font-size: 17px
    }
}

@media (max-width:480px) {
    a.btnagregarcesta span img {
        display: inline-block
    }

    label {
        margin-top: 8px;
        line-height: 1em
    }

    .btncestaresumen {
        text-align: center;
        background-position: 50px 9px
    }

    .btncestaresumen:hover {
        text-align: center;
        background-position: 50px 9px
    }

    .form-identificarse .modal-dialog {
        width: auto;
        padding: 10px
    }

    .destacado-clasificados .dest-izquierda {
        font-size: 1.13em
    }

    .destacado-clasificados .dest-derecha {
        font-size: .7em;
        padding: 0;
        padding-left: 3px
    }

    .precio_ficha {
        margin-top: 15px;
        min-height: 10px
    }

    .add_cesta {
        border-top: none;
        border-left: 1px solid #fff
    }

    .precio_ficha .prod-agotado {
        display: none
    }

    .btn-add-cesta {
        width: auto
    }

    h4 {
        font-size: 16px
    }

    .btn-add-cesta {
        padding: 8px
    }

    .btn-add-cesta:hover {
        padding: 8px
    }

    .lst-productos .thumbnail .info-pie .precio {
        font-size: 25px;
        text-align: center;
        margin: 0;
        padding: 0;
        display: block
    }

    .lst-productos .thumbnail .info-pie .oferta {
        margin-top: 5px;
        font-size: 19px;
        text-align: right
    }

    .lst-productos .thumbnail .precio strong {
        font-size: 25px
    }

    @media (max-width:479px) {

        .lst-productos .thumbnail .info-pie .oferta,
        .lst-productos .thumbnail .precio-anterior strong {
            font-size: 16px
        }
    }

    #gastos h3 {
        font-size: 13px
    }

    hproduct h1.fn {
        border-bottom: none
    }

    .btn-add-cesta {
        width: 100%;
        text-align: center;
        margin: auto;
        float: none
    }

    .add_cesta a span {
        color: #fff;
        font-family: "Abel";
        font-size: 16px;
        text-transform: uppercase
    }

    .navbar-header ul li {
        padding: 0;
        width: 20%
    }

    .navbar-header ul li i {
        display: none
    }
}

@media (max-width:767px) {
    .hproduct .producto h1 {
        margin-top: 60px !important
    }
}

@media (min-width:480px) and (max-width:760px) {
    .cantidad-cesta {
        width: 110px
    }
}

@media (max-width:499px) {
    a.btnagregarcesta span img {
        display: inline-block
    }

    input[type=text].captcha-form {
        width: 55px
    }

    .btnenviarcontacto {
        width: 125px
    }

    .precio_ficha {
        margin-top: 20px
    }

    .btn-add-cesta {
        background-position: 20px;
        margin-top: 0
    }

    .btn-add-cesta:hover {
        background-position: 20px
    }

    .cantidad-xt {
        margin-top: 5px;
        float: left
    }

    .btnagregar span {
        color: #fff;
        font-family: "Abel";
        font-size: 16px;
        text-transform: uppercase
    }

    .cantidad-cesta {
        width: 120px
    }

    .inscribirse {
        float: right;
        width: 100%;
        text-align: right;
        position: relative
    }

    .inscribirse input[type=email] {
        margin-top: 5px;
        width: 77%;
        margin-right: 0;
        margin-left: 0
    }

    .inscribirse input[type=submit] {
        float: right;
        margin-left: 0;
        margin-right: 0;
        margin-top: 5px
    }

    .inscribirse::-webkit-input-placeholder {
        color: #fff
    }

    .inscribirse:-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .inscribirse .inscribirse::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .inscribirse:-ms-input-placeholder {
        color: #fff
    }

    .inscribirse i {
        right: 105px;
        display: block;
        top: 47%;
        height: 21px;
        clear: both
    }
}

@media (min-width:240px) and (max-width:480px) {
    .navbar-header ul li a {
        padding: 0;
        color: #333;
        font-weight: 400;
        font-size: 11px
    }

    .lst-productos .thumbnail h2 {
        height: 50px;
        overflow: hidden
    }

    @media (max-width:639px) {
        .lst-productos .thumbnail h2 {
            height: auto;
            min-height: 65px;
            margin: 0;
            margin-top: 5px;
            padding: 0;
            font-size: 14px
        }
    }

    .lst-productos .thumbnail .precio.pull-right {
        float: none !important;
        text-align: center;
        padding: 0;
        margin: 0
    }

    .btnseguir-comprando {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }

    .btn-success {
        width: 100%
    }

    .imagen-carro {
        width: 0;
        display: none;
        padding: 0
    }

    .cesta-compra th {
        font-size: 11px
    }

    input[type=text].captcha-form {
        width: 155px
    }

    .btnenviarcontacto {
        width: 100%
    }

    .btn-add-cesta {
        background-position: 30px
    }

    .btn-add-cesta:hover {
        background-position: 30px
    }

    .label-cantidad {
        width: 100%;
        float: none;
        text-align: left;
        text-transform: uppercase
    }

    .precio_numero {
        margin-top: 10px
    }

    .btnagregar span {
        color: #fff;
        font-family: "Abel";
        font-size: 13px;
        text-transform: uppercase;
        padding: 5px
    }

    .precio-cesta1 {
        min-width: 0
    }

    .btn-renovar-pedido {
        float: left;
        position: absolute;
        width: 85%
    }

    .navbar-header li:nth-child(2) {
        width: 20%
    }

    .navbar-header li:nth-child(3) {
        width: 30%
    }

    .navbar-header li:nth-child(4) {
        width: 36%
    }

    .navbar-header li:nth-child(5) {
        width: 22%
    }
}

@media (max-width:480px) {
    .inscribirse input[type=email] {
        width: 76%
    }
}

@media (max-width:400px) {
    .inscribirse input[type=email] {
        width: 71%
    }
}

@media (max-width:320px) {
    .inscribirse input[type=email] {
        width: 62%
    }

    .inscribirse i {
        top: 45%;
        right: 115px
    }
}

@media (min-width:400px) and (max-width:480px) {
    .btnagregar img {
        display: none
    }

    .info-pie .iva {
        display: block;
        width: 100%;
        text-align: center
    }

    .info-pie .precio {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .btnagregar span {
        color: #fff;
        font-family: "Abel";
        font-size: 16px;
        text-transform: uppercase
    }
}

@media (min-width:480px) and (max-width:760px) {
    a.btnagregarcesta span img {
        width: 0
    }

    .navbar-header li:nth-child(2) {
        width: 20%
    }

    .navbar-header li:nth-child(3) {
        width: 30%
    }

    .navbar-header li:nth-child(4) {
        width: 36%
    }

    .navbar-header li:nth-child(5) {
        width: 22%
    }
}

.navbar-collapse {
    padding: 0
}

.img-cart {
    display: block;
    max-width: 50px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.destacado_texto {
    color: #f79e40;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    font-weight: 700
}

.form-horizontal label.control-label {
    text-align: left
}

.form-group [class*=col-] {
    padding-bottom: 6px
}

.modal-header {
    border: none
}

.galeria-imagen {
    padding-left: 7px;
    padding-right: 7px
}

.table {
    margin: 0
}

h4.panel-title {
    font-family: "Open Sans";
    font-size: 16px;
    color: #f79e40
}

.form-horizontal .form-group {
    margin-left: 0
}

.add_cesta a span {
    color: #fff;
    font-family: "Abel";
    font-size: 16px;
    text-transform: uppercase
}

#slider1 {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 154px;
    overflow: hidden;
    cursor: pointer;
    width: 226px;
    float: right;
    position: relative
}

#slider1 li {
    position: relative
}

#slider1 img.thumbnail-img {
    position: relative;
    z-index: 1
}

#slider1 img.play,
.video-pie img.play {
    float: right;
    margin-left: 20px;
    z-index: 99999;
    position: relative
}

.video-pie {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1
}

#slider1 .texto_video,
.video-pie .texto_video {
    background-color: rgba(0, 0, 0, .8);
    color: rgba(0, 0, 0, .75);
    position: absolute;
    color: #fff;
    width: 100%;
    height: 75px;
    z-index: 99999;
    padding: 10px;
    font-size: 15px;
    line-height: 1.13em;
    bottom: 10px
}

.video-mandara .modal-dialog {
    padding: 0;
    background: transparent;
    width: 520px
}

.video-mandara .modal-content {
    background: none;
    padding: 0;
    border-radius: 0;
    width: 520px;
    border: 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.video-mandara .modal-body,
.video-mandara .modal-header {
    padding: 0;
    width: 520px;
    color: #fff
}

.video-mandara .modal-content .close {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    -webkit-filter: 1;
    filter: 1;
    opacity: 1
}

.video-mandara .modal-body iframe {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

@media (max-width:992px) {
    .video-pie {
        margin: auto;
        position: relative;
        height: 100%;
        width: 95%
    }

    .video-pie .texto_video {
        bottom: 0
    }
}

@media (max-width:767px) {
    video::-webkit-media-controls {
        display: none !important
    }
}

.validar-codigo input[type=text] {
    height: 40px;
    font-size: 15px
}

.validar-codigo .btnmas {
    margin: 0
}

#eres_cliente,
#eres_registrado {
    display: none;
    margin-bottom: 20px
}

.nav-wizard {
    margin-top: 20px
}

.nav-wizard>li {
    float: left
}

@media (min-width:1200px) {
    .nav-wizard>li {
        width: 148px
    }
}

.nav-wizard>li>a {
    position: relative;
    background-color: #eee
}

.nav-wizard>li>a:hover {
    color: #fff
}

.nav-wizard>li>a .badge {
    margin-left: 3px;
    color: #eee;
    background-color: #F79E40
}

.nav-wizard>li:not(:first-child)>a {
    padding-left: 34px
}

@media (max-width:639px) {
    .nav-wizard>li>a {
        padding: 10px
    }

    .nav-wizard>li:not(:first-child)>a {
        padding-left: 14px
    }
}

.nav-wizard>li:not(:first-child)>a:before {
    width: 0;
    height: 0;
    border-top: 19px inset transparent;
    border-bottom: 19px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0
}

.nav-wizard>li:not(:last-child)>a {
    margin-right: 6px
}

.nav-wizard>li:not(:last-child)>a:after {
    width: 0;
    height: 0;
    border-top: 19px inset transparent;
    border-bottom: 19px inset transparent;
    border-left: 20px solid #eee;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2
}

@media (max-width:768px) {
    .nav-wizard>li:not(: first-child)>a:before {
        border-left: 10px solid #fff
    }

    .nav-wizard>li:not(:last-child)>a:after {
        border-left: 10px solid #eee;
        right: -10px
    }
}

.nav-wizard>li:first-child>a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.nav-wizard>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.nav-wizard>li.done:hover>a,
.nav-wizard>li:hover>a {
    background-color: #d5d5d5
}

.nav-wizard>li.done:hover>a:before,
.nav-wizard>li:hover>a:before {
    border-right-color: #d5d5d5
}

.nav-wizard>li.done:hover>a:after,
.nav-wizard>li:hover>a:after {
    border-left-color: #d5d5d5
}

.nav-wizard>li.done>a {
    background-color: #e2e2e2
}

.nav-wizard>li.done>a:before {
    border-right-color: #e2e2e2
}

.nav-wizard>li.done>a:after {
    border-left-color: #e2e2e2
}

.nav-wizard>li.active>a,
.nav-wizard>li.active>a:focus,
.nav-wizard>li.active>a:hover {
    color: #fff;
    background-color: #F79E40
}

.nav-wizard>li.active>a:after {
    border-left-color: #F79E40
}

.nav-wizard>li.active>a .badge {
    color: #F79E40;
    background-color: #fff
}

.nav-wizard>li.disabled>a:focus,
.nav-wizard>li.disabled>a:hover {
    text-decoration: none;
    background-color: #eee;
    cursor: default
}

.nav-wizard>li.disabled>a:before {
    border-right-color: #eee
}

.nav-wizard>li.disabled>a:after {
    border-left-color: #eee
}

.nav-wizard.nav-justified>li {
    float: none
}

.nav-wizard.nav-justified>li>a {
    padding: 10px 15px
}

@media (max-width:768px) {
    .nav-wizard.nav-justified>li>a {
        border-radius: 4px;
        margin-right: 0
    }

    .nav-wizard.nav-justified>li>a:after,
    .nav-wizard.nav-justified>li>a:before {
        border: none !important
    }

    .nav-wizard {
        width: 80%;
        margin: auto;
        margin-top: 20px
    }

    .nav-wizard>li {
        width: 33%;
        text-align: center
    }
}

@media (max-width:639px) {
    .nav-wizard {
        width: 100%;
        margin-top: 70px
    }
}

#scroll-container {
    overflow: hidden
}

.icono-resumen-cesta {
    overflow: hidden
}

.form-identificarse .modal-content {
    border-radius: 0
}

.form-newsletter .modal-content {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.newsletter-form {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: 20px solid #ffbe4a;
    max-width: 550px;
    color: #000;
    font-family: "Raleway";
    font-weight: 400;
    font-style: normal
}

.form-newsletter .close {
    z-index: 999;
    position: absolute;
    right: -4px;
    top: 27px;
    font-size: 16px;
    opacity: 1;
    text-shadow: none;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 0em;
    color: #2e4a60
}

@media only screen and (min-width:768px) {
    .form-newsletter .close {
        right: 26px;
        top: 33px;
        font-size: 22px
    }
}

@media only screen and (min-width:1024px) {
    .form-newsletter .close {
        right: 3px
    }
}

.newsletter-form .subtitulo-modal,
.newsletter-form .titulo-modal,
.newsletter-form h3,
.newsletter-form h4,
.newsletter-form h5,
.newsletter-form h6 {
    color: #FFF;
    font-family: "Raleway";
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em
}

.newsletter-form .titulo-modal {
    font-size: 2.2em
}

@media only screen and (min-width:768px) {
    .newsletter-form .titulo-modal {
        font-size: 3.2em
    }
}

.newsletter-form .subtitulo-modal {
    font-size: 1.3em;
    background-color: #ffbe4a;
    padding: 20px;
    margin-right: 5%
}

@media only screen and (min-width:768px) {
    .contenido .subtitulo-modal:after {
        content: '';
        position: absolute;
        right: -20px;
        top: -1px;
        width: 0;
        height: 0;
        border-top: 48px solid transparent;
        border-bottom: 48px solid transparent;
        border-left: 20px solid #ffbe4a;
        clear: both
    }

    .newsletter-form .subtitulo-modal {
        font-size: 2.1em;
        padding: 40px 20px;
        margin-right: 20%
    }

    .contenido .subtitulo-modal:after {
        right: -39px;
        border-top: 86px solid transparent;
        border-bottom: 86px solid transparent;
        border-left: 40px solid #ffbe4a
    }
}

@media only screen and (min-width:768px) {
    .newsletter-form {
        border: 40px solid #ffbe4a
    }
}

@media only screen and (min-width:1024px) {
    .newsletter-form {
        max-width: 750px
    }
}

.contenido {
    max-width: 1024px;
    background-color: #2e4a60;
    padding: 5% 0;
    margin: 0
}

.contenido .subtitulo-modal,
.contenido .titulo-modal,
.contenido form {
    padding-left: 20px
}

.contenido .subtitulo-modal {
    position: relative
}

@media only screen and (min-width:768px) {

    .contenido .subtitulo-modal,
    .contenido .titulo-modal,
    .contenido form {
        padding-left: 10%
    }
}

.contenido form input.mail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    height: 40px;
    padding-left: 5%;
    font-size: .85em;
    border: 1px solid #999
}

@media only screen and (min-width:768px) {
    .contenido form {
        margin-top: 50px
    }

    .contenido form input.mail {
        font-size: 1.2em;
        height: 50px
    }
}

@media only screen and (min-width:1024px) {
    .contenido form input.mail {
        width: 90%
    }
}

.contenido form input.check {
    margin-top: 23px
}

.contenido form label a {
    color: #fff;
    text-decoration: underline
}

.contenido form label {
    color: #FFF;
    display: block;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-weight: 400;
    font-size: 11px
}

.contenido form label input.check {
    margin-right: 10px
}

@media only screen and (min-width:1024px) {
    .contenido form label {
        font-size: 1.13em
    }
}

.contenido form button {
    width: 95%;
    height: 35px;
    margin-top: 15px;
    border: none;
    background-color: #ffbe4a;
    text-transform: uppercase;
    font-weight: 900;
    color: #2e4a60
}

@media only screen and (min-width:768px) {
    .contenido form button {
        font-size: 1.2em;
        height: 50px
    }
}

@media only screen and (min-width:1024px) {
    .contenido form button {
        width: 90%
    }

    #myModal1 {
        overflow-y: none !important
    }
}

#form-checkout .form-group {
    margin-bottom: 0
}

.texto-portada {
    margin-top: 100px;
    clear: both
}

.subcategoria h5 {}

@media (max-width:767px) {
    .subcategoria {
        display: none;
        bottom: 0;
        box-shadow: 0 0.38462rem 1.15385rem -0.23077rem rgba(0, 0, 0, .23);
        left: 1.84615rem;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1;
        width: max-content;
        padding-right: 0;
        width: 100%;
        background: rgba(0,0,0,.6);
        transition: opacity .3s;
        top: 0 !important;
        left: 30px;
    }
    .subcategoria .close {
        opacity: 1;
        text-shadow: none;
        margin-top: -2px;
        margin-right: 5px;

    }
    .subcategoria .content {
        width: 70%;
        height: 100%;
        background: #f3f3f3;
    }

    .subcategoria ul {
        background: #f3f3f3;
        padding: 0;
        margin: 0;
        border: 0;
        padding: 20px 0px 50px 0;
        height: 100%
    }

    .subcategoria ul li {
        border: 0
    }

    .subcategoria ul li a {
        background: #f3f3f3;
        color: #000;
    }

    .subcategoria ul li a#selected,
    .subcategoria ul li a:hover {
        color: #f79e40;
        border: 0;
        background: none
    }



    .subcategoria h5 {
        background: #F78231;
        color: #fff !important;
        display: block;
        font-size: 17px;
        padding: 10px;
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .navbar-categories ul li a.submenu {
        background: transparent;
    }
}

@media (min-width:768px) {
    .subcategoria {
        position: fixed;
        background: rgba(0, 0, 0, .8);
        width: 100%;
        top: 0;
        height: 100%;
        display: none;
        left: 237px
    }

    .subcategoria .content {
        height: 100%;
        min-width: 31%;
        width: max-content;


    }

    .subcategoria h5 {
        margin: 0;
        background: #f79e40;
        display: block;
        padding-right: 50px;
    }

    .subcategoria h5 a {
        border: 0;
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 10px 0 10px 15px !important;
        text-transform: uppercase
    }

    .subcategoria h5 a:hover {
        background: #f79e40;
        color: #fff;
        border: 0;
        text-decoration: underline
    }

    .subcategoria ul {
        background: #f3f3f3;
        padding: 0;
        margin: 0;
        border: 0;
        padding: 20px 50px 50px 0;
        height: 100%
    }

    .subcategoria ul.columns{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .subcategoria ul li {
        border: 0
    }

    .subcategoria ul li a {
        padding: 0;
        border: 0
    }

    .subcategoria ul li a#selected,
    .subcategoria ul li a:hover {
        color: #f79e40;
        border: 0;
        background: none
    }

    .navbar-categories ul li:hover>.subcategoria {
        display: block
    }
}
@media (min-width:768px) and (max-width: 1023px) {
    .subcategoria {
        left: 200px;
    }
}

.newsletter {
    background: #FFE5D0;
    padding: 30px 0;
    color: #474747;
    overflow: hidden
}

.newsletter .titulo-newsletter {
    color: #f79e40;
    font-size: 24px
}

@media (max-width:768px) {
    .newsletter .titulo-newsletter {
        font-size: 22px;
        margin-bottom: 10px;
        margin-left: 13px
    }
}

@media (max-width:640px) {
    .newsletter .titulo-newsletter {
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px
    }
}

.newsletter a {
    color: #474747;
    text-decoration: underline
}

.newsletter .form-pie {
    margin-top: 10px
}

.newsletter .form-pie label {
    font-weight: 400;
    font-size: 13px;
    color: #474747
}

.newsletter .form-pie input[type="email"] {
    padding: 8px;
    font-size: 15px;
    border: 0;
    color: #474747;
    width: 70%;
    border-radius: 2px 0 0 2px;
    margin-right: -3px
}

.newsletter .form-pie input[type="submit"] {
    border: none;
    font-size: 18px;
    background: #f79e40;
    text-transform: uppercase;
    padding: 5px 9px 7px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-weight: 700
}

.newsletter .form-pie::-webkit-input-placeholder {
    color: #959595
}

@media (max-width:374px) {
    .newsletter .titulo-newsletter {
        font-size: 16px
    }

    .newsletter .form-pie label {
        font-size: 13px;
        margin-left: 15px
    }

    .newsletter .form-pie input[type="email"] {
        font-size: 13px;
        width: 70%;
        padding: 5px
    }

    .newsletter .form-pie input[type="submit"] {
        font-size: 16px;
        padding: 2px 9px 4.5px
    }
}

.newsletter .form-pie input[type="email"] {
    padding: 8px;
    font-size: 15px;
    border: 0;
    color: #474747;
    width: 70%;
    border-radius: 2px 0 0 2px;
    margin-right: -3px;
    height: 37px
}

@media (min-width:1024px) {
    .newsletter .checkbox {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}
