* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html, body {
    font-size: 100%;
    min-width: 240px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #FFF;
}

.link:hover {
    cursor: pointer;
}

a {
    border-style: none;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #FFF;
}

img {
    max-width: 100%;
    border-style: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

b {
    font-weight: 600;
}

div, a, img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

div:focus, a:focus, img:focus {
    outline: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    height: 100%;
}

body {
    text-rendering: optimizeLegibility;
    color: #000;
    min-width: 240px;
    min-height: 100%;
}


body:before {
    content: "lg";
    display: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15,
.col-md-15,
.col-sm-15 {
    width: 20%;
    float: left;
}


#header {
}

#header .top {
    background-color: #433F40;
}

#header .top .navbar-default {
    background-color: #433F40;
}

#header .top .navbar-default .navbar-nav > li {
}

#header .top .navbar-default .navbar-nav > li > a {
    color: #FFF;
    padding: 10px;
    font-size: .75em;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#header .top .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, .1);
}

#header .top .navbar-default .navbar-nav > li > a img {
    max-width: 20px;
    display: inline;
    vertical-align: bottom;
}

#header .navbar-default {
    min-height: inherit;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    background-color: transparent;
}

#header .nav-justified {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#header .nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    text-align: center;
    background-color: #e5e5e5; /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    border-bottom: 1px solid #d5d5d5;
}

#header .nav-justified > .active > a,
#header .nav-justified > .active > a:hover,
#header .nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

#header .nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}

#header .nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

#header .navbar-brand {
    height: auto;
    margin: 0;
    max-width: 240px
}

#header .middle .navbar-right {
    margin: 0;
}

#header .middle .navbar-nav > li.btn-first > a {
    border-right: solid 1px rgba(0, 0, 0, .2);
}

#header .middle .navbar-nav > li > a {
    margin: 5px 0;
    padding: 35px 15px;
    height: 100px;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
}

#header .middle .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, .1);
}

#header .middle .navbar-nav > li > a .label-quantity {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    background-color: #E03154;
    vertical-align: text-bottom;
}

#header .middle .site-header-cart {
    margin: 0;
}

#header .middle .site-header-cart > li {
    float: right;
}

#header .middle .site-header-cart > .storefront-cart-link a {
    width: 200px;
    height: 100px;
    padding: 20px 15px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#header .middle .site-header-cart > .storefront-cart-link a:hover {
    background-color: #F7F7F7;
}

#header .middle .site-header-cart > .widget-cart {
    width: 280px;
    clear: both;
    position: relative;
}

#header .middle .site-header-cart > .widget-cart .widget_shopping_cart .product_list_widget li {
    padding: 10px;
}

#header .middle .site-header-cart > .widget-cart .widget_shopping_cart p.buttons .button {
    width: 90%;
    margin: 0 auto 10px;
}

#header .bottom .nav-justified {
    border: none;
    margin: 0;
}

#header .bottom .nav-justified > li a {
    color: #FFF;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .8em;
    padding: 10px;
}

#header .bottom .nav-justified > li.btn-first > a {
    background: #DF2048;
}

#header .bottom .nav-justified > li.btn-second > a {
    background: #BC0823;
}

#header .bottom .nav-justified > li.btn-third > a {
    background: #E4472D;
}

#header .bottom .nav-justified > li.btn-fourth > a {
    background: #E76112;
}

#header .bottom .nav-justified > li.btn-fifth > a {
    background: #F19800;
}

#header .bottom .nav-justified > li.btn-sixth > a {
    background: #F6B63E;
}


#header .bottom .navbar-collapse {
    padding: 0px;
}

#header .bottom .nav-justified > li.btn-1 > a {
    background: #DF2048;
}

#header .bottom .nav-justified > li.btn-1 > ul {
    background: #DF2048;
}

#header .bottom .nav-justified > li.btn-2 > a {
    background: #BC0823;
}

#header .bottom .nav-justified > li.btn-2 > ul {
    background: #BC0823;
}

#header .bottom .nav-justified > li.btn-3 > a {
    background: #E4472D;
}

#header .bottom .nav-justified > li.btn-3 > ul {
    background: #E4472D;
}

#header .bottom .nav-justified > li.btn-4 > a {
    background: #E76112;
}

#header .bottom .nav-justified > li.btn-4 > ul {
    background: #E76112;
}

#header .bottom .nav-justified > li.btn-5 > a {
    background: #F19800;
}

#header .bottom .nav-justified > li.btn-5 > ul {
    background: #F19800;
}

#header .bottom .nav-justified > li.btn-6 > a {
    background: #F6B63E;
}

#header .bottom .nav-justified > li.btn-6 > ul {
    background: #F6B63E;
}

.woocommerce-breadcrumb {
    margin-bottom: 0;
    margin-top: 15px;
    background-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .1) !important;
}

.dropdown-menu {
    padding: 5px 0;
    margin: 0;
    border: 0 !important;
    border-radius: 0px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #433F40 !important;
    outline: 0;
}


#hero {
    margin-bottom: 20px;
}

#hero .inner {
    background-color: #F7F8F8;
}

#hero .panel-default {
    border-radius: 0;
    border: none;
    margin: 0 -15px 0 0;
}

#hero .panel-default .list-group {
    margin: 0;
}

#hero .panel-default .list-group .list-group-item {
    padding: 0;
}

#hero .panel-default .list-group .list-group-item a {
    display: block;
    padding: 25px 15px;
    background-color: #F7F8F8;
    color: #433F40;
    text-transform: uppercase;
    font-size: .8em;
    height: 85px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#hero .panel-default .list-group .list-group-item a:hover {
    background-color: #e0e0e0;
}

#hero .panel-default .list-group .list-group-item a img {
    display: inline;
}

#hero .carousel {
    margin-left: -15px;
}

#hero .carousel .item a {
    display: block;
    width: 100%;
}

#hero .carousel .item a img {
    border-radius: 0;
    width: 100%;
}


#features {
    margin-bottom: 40px;
}

#features .inner {
    border-top: solid 1px #433F40;
    border-bottom: solid 1px #433F40;
}

#features .feature {
    padding: 25px;
    color: #888;
    font-size: .8em;
    text-align: center;
}

#features .feature img {
    display: block;
    margin: 0 auto;
}


#banners {
    margin-bottom: 40px;
}

#banners .banner {
}


#grid {
    background-color: #EDEEF0;
    padding: 20px 0 30px;
}

#grid .header {
    margin-bottom: 25px;
}

#grid .header .inner {
    border-bottom: solid 1px #433F40;
}

#grid .header h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    position: relative;
}

#grid .header h1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
}

#grid .separator {
    height: 30px;
    clear: both;
}

#grid .item {
    border: solid 1px #CCC;
    padding: 15px;
    background-color: #FFF;
    font-size: .9em;
    cursor: pointer;
}

#grid .item h3 {
    font-size: .9em;
    text-align: center;
    margin: 0 0 10px;
}

#grid .item .price {
    color: #DF2048;
    font-size: 1.6em;
    text-align: center;
    font-weight: 600;
}

#grid .item .lined {
    text-decoration: line-through;
    font-size: 1em;
    color: #555;
}


#bottom-menu {
    background-color: #EDEEF0;
    padding: 30px 0;
    margin-bottom: 30px;
}

#bottom-menu .navbar {
    min-height: initial;
    background-color: transparent;
    border: none;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    border-radius: 0;
}

#bottom-menu .navbar .nav-justified > li > a {
    padding: 30px 15px;
    text-transform: uppercase;
    font-size: .75em;
    color: #888;
}

#bottom-menu .navbar .nav-justified > li > a:hover {
    background-color: rgba(0, 0, 0, .1);
}


#bancos {
    background-color: #fff;
    padding: 30px 0;
    color: #FFF;
}


#footer {
    background-color: #000;
    padding: 30px 0;
    color: #FFF;
}

#footer #redes ul {
    list-style: none;
    margin-left: 0px
}

#footer #redes ul li a {
    float: left;
}

#footer .list-menu {
    margin-bottom: 20px;
}

#footer .list-menu h2 {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 10px;
}

#footer .list-menu h3 {
    font-size: .9em;
    text-transform: uppercase;
}

#footer .list-menu p {
    font-size: .8em;
}

#footer .list-menu p img {
    max-width: 160px;
    display: inline;
}

#footer .list-menu ul {
    margin: 0;
    list-style: none;
}

#footer .list-menu ul > li {
    padding: 0;
    font-size: .8em;
    margin-bottom: 5px;
}

#footer .list-menu ul > li a {
    display: block;
    padding: 5px 10px;
}

#footer .list-menu ul > li a:hover {
    background-color: rgba(255, 255, 255, .1);
}

#footer .separator {
    border-bottom: solid 1px #FFF;
    margin: 20px 0;
}

#footer h3 {
    margin: 0;
}

#footer .footer-logo {
    text-align: right;
    border-top: solid 1px #FFF;
    padding-top: 15px;
}

#footer .footer-logo img {
    display: inline;
    padding: 10px;
    max-width: 300px;
}

.section {
    margin-bottom: 40px;
}

.section .section-header {
    position: relative;
    margin-bottom: 40px;
}

.section .section-header .header-background {
}

.section .section-header .header-background img {
}

.section .section-header .header-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.section .section-header .header-title h1 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
}

.section .section-content h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 10px 15px;
    margin-top: 0;
}

.section .section-content p {
    font-size: .9em;
    color: #555;
    padding: 0 10px 15px;
}

.section .section-content p.icon {
    position: relative;
    padding: 0 0 0 25px;
}

.section .section-content p.icon:before {
    top: 1px;
    left: 0;
    position: absolute;
    color: #000;
    font-size: 1.2em;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.section .section-content p.icon-earphone:before {
    content: "\e182";
}

.section .section-content p.icon-location:before {
    content: "\e062";
}

.section .section-content p.icon span {
    display: block;
}

.section .section-content p.icon .bold {
    font-weight: 700;
    color: #000;
}

.section .form-container {
    padding: 10px;
}

.section .form-container .form-group {
    margin-bottom: 10px;
}

.section .form-container .form-group textarea {
    padding: 5px 15px;
}

.section .form-container p {
    padding: 0;
}

.section .form-container .btn-default {
    background-color: #D7BE9D;
    border: none;
    color: #FFF;
    border-radius: 2px;
    padding: 10px;
    text-transform: uppercase;
}

#terminos-y-condiciones {
}

#terminos-y-condiciones h1 {
    text-align: center;
}

#terminos-y-condiciones p {
    padding: 0 15px;
}

#mapa {
    min-height: 400px;
    background-color: #CCC;
}

.page-template-template-homepage .site-main {
    padding-top: 0;
}

.input-container {
    position: relative;
    margin-bottom: 33px
}

.input-container label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all
}

.input-container .floating-input:focus ~ label, .input-container .floating-input:not(:placeholder-shown) ~ label {
    top: -22px;
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.input-container .floating-select:focus ~ label, .input-container .floating-select:not([value=""]):valid ~ label {
    top: -22px;
    font-size: 14px;
    color: #000;
    font-weight: 600
}
.woocommerce-additional-fields textarea {
    resize: none;
    border-color: #8F8A87 !important;
    border-radius: 20px;
    margin-top: 10px;
    font-weight: 300;
    color: #666;
}
.woocommerce-additional-fields label{
    top: -22px;
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.input-container .floating-input:focus, .input-container .floating-select:focus {
    outline: none
}
.woocommerce-billing-fields h3 {
    margin-bottom: 35px;
}


.formulario input[type=email].form-control:focus,
.formulario input[type=tel].form-control:focus,
.formulario input[type=password].form-control:focus,
.formulario input[type=text].form-control:focus {
    border: solid 2px #f15850 !important;
    outline: 0;
}

#header-categ h1 {
    color: #fff;
    margin-left: 50px;
    position: absolute;
    z-index: 9999;
    margin-top: 280px;
    font-size: 50px;
}

.migas {
    font-size: 12px;
    color: #1a1a1a;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#categorias {
    background: #EDEEF0;
    padding-top: 50px;
    padding-bottom: 50px;

}

#categorias div#leftMenu {
    background: #EDEEF0;
}

#categorias div#leftMenu h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;

}

#categorias div#leftMenu ul {
    list-style: none;
    background: #f0f0f0;
    padding-left: 10px !important;
    margin-left: 0px;
}

#categorias div#leftMenu ul li {
    padding: 10px 0 10px 5px !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

#categorias div#leftMenu a {
    text-decoration: none;
    font-weight: 300;
}

#categorias div#leftMenu a.active {
    color: #000;
    font-weight: bold;
}

#categorias div#leftMenu div.accordion-group {

    background: #000;
    color:#fff;

}

#categorias div#leftMenu a:hover,
#categorias div#leftMenu a:focus {
    font-weight: 400;
}

#categorias div#leftMenu div.accordion-group div.accordion-heading.active {
    background: #000;
    color: #fff !important;
    font-weight: 400;
}

#categorias div#leftMenu div.accordion-group div.accordion-heading {
    padding: 10px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

#categorias div#leftMenu div.accordion-group div.accordion-heading a span {
    right: 5px;
    float: right;
}

#btn-waze {
    background-color: #D7BE9D;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}


.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    display: inline-block;
    width: 25%;
    padding-right: 25px;
    padding-bottom: 20px;
}

@media(max-width: 425px){
    #content.site-content {
        margin-top: 60px;
    }
}

