@keyframes wiggle {
      0% { transform: rotate(10deg); }
     25% { transform: rotate(-10deg); }
     50% { transform: rotate(20deg); }
     75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

/* Página de mantenimiento  */
div#layout-error section#main header#page-header div.logo img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*
Colores Crossfire:
Rojo:    #E50D13 rgb(229,13,19)
Naranja: #FF9600 rgb(255,150,0)
*/

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik.ttf);
}

body {
    margin: 0;
    padding: 0;
}

p {
    font-weight: 300;
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #ea2e38 3px solid;
  }

.container {
    padding-left: 25px;
    padding-right: 25px;
}

#_desktop_language_selector,
#_mobile_language_selector {
    display: none;
}

.hide,
#psgdpr-link,
div.cart-content .product-total,
div.cart-content .product-tax,
div.card-block.cart-summary-totals,
#order-confirmation tr.total-value,
#order-confirmation tr.sub.taxes {
    display: none !important;
}

/* Styles login */

@media (min-width: 768px){
    #login-form > div > .form-group.row {
        align-items: center;
        display: flex;
    } 
}
/* ocultar elementos */

#hide{
    display: none;
}

#invoice-addresses{
    display: none !important;;
}

.delivery-options  .js-delivery-option {
    display: none !important;
}

/* Básicos */

.padding-3 {
    padding: 3px !important;
}

.display-inline {
    display: inline !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-30 {
    margin-left: 30px;
}

.padding-5 {
    padding: 5px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    margin-bottom: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.line-height-10 {
    line-height: 10px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-25 {
    line-height: 25px;
}

.size-12 {
    font-size: 12px;
}

.size-20 {
    font-size: 20px;
}


.bkg-red {
    background-color: #ffed00;
}

.bkg-blue {
    background-color: #111111;
}

.bkg-white {
    background-color: white;
}


.color-red {
    color: #111111;
}

.color-white {
    color: white;
}

.color-green {
    color: #ea2e38;
}

.color-gris {
    color: #E7EAE1;
}

.color-blue {
    color: #111111;
}

.btn {
    border-radius: 0 !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

.btn-primary {
    background-color: #ea2e38 !important;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    /* border: 1px solid #0A1B28; */
    background-color: #111111 !important;
    color: #FFF;
}

.opacity-1 {
    background-color: #0000007a;
}

.bkg0 {
    background-color: white;
}

.bkg1 {
    background-color: #E7EAE1;
}

.hover-color-white:hover {
    color: white;
}

.hover-bkg-blue:hover {
    background-color: #111111;
}

.hover-bkg-red:hover {
    background-color: #111111;
}

/* General */

a {
    color: #111111;
}

a:hover {
    color: #a8a7a4;
}

a.label:hover {
    color: #ea2e38 !important;
}

.container {
    width: 100%;
    max-width: 1920px;
}

.separator {
    width: 150px;
    margin: 0 auto;
    display: block;
    border-bottom: 2px dotted #111111;
    margin-bottom: 30px;
}

.separator-dotted-white {
    width: 150px;
    margin: 0 auto;
    display: block;
    border-bottom: 2px dotted white;
    margin-bottom: 30px;
}

.separator-white {
    float: left;
    width: 100%;
    border-bottom: 1px solid white;
}

.js-mobile-categories {
    display: none;
}

/*
#pricesVisibility {
    cursor: pointer;
    color: lightgray;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 500;
}
*/

.header1 h2,
.header2 h2 {
    font-size: 32px;
}

.header2 {
    background-color: lightgray;
    background-image: url(../img/fondo2.jpg);
    background-size: cover;
    background-position: top center;
}

.header2 h2,
.header2 .lead,
.header2 p {
    color: white;
}

.btn-info {
    color: #fff;
    background-color: #ea2e38;
    border-color: #ea2e38;
}

/* Buscador superior */
.search-widget form input[type="text"]:focus {
    outline: none;
}

.search-widget form input[type="text"]:focus+button .search {
    color: inherit;
}

ul.ui-autocomplete {
    z-index: 900;
    border-radius: 0;
    border-top: none;
}

.ui-autocomplete .separator {
    width: auto;
    margin: auto;
    display: initial;
    border-bottom: none;
    margin-bottom: auto;
    font-size: 12px;
    margin-right: 11px;
    display: none;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    border-bottom: 1px solid #f4f4f4;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
    line-height: 1.5;
    font-weight: 400;
    font-size: 13px;
}

.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
    cursor: pointer;
    border: none;
    border-radius: 0;
    margin: 0;
    background: #ea2e38;
    color: white;
}

/* Área personal, listado de pdf */

.icon-document {
    width: 40px;
    height: 40px;
    float: left;
    background-color: lightgray;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    color: white;
}

.icon-document-sale_order {
    background-color: #709bee;
}

.icon-document-delivery_note {
    background-color: #4bbba6;
}

.icon-document-invoice {
    background-color: #ea4e4e;
}

td span.type-name {
    line-height: 40px;
}

/* Ficha producto */

.tabs .tab-pane .product-description {
    white-space: pre-line;
    line-height: 25px;

}

.product-flags li.product-flag {
    background-color: #ea2e38;
    color: #fff;
}

/*
.thumbnail-container .product-flags {
    display: none;
}


.btn-primary.add-to-cart {
    background-color: #ffed00;
    color: #333;
}

.btn-primary.add-to-cart:hover {
    background-color: #111111;
    color: #FFF;
}
*/

.current-price,
.product-price,
#blockcart-modal .product-name,
.tabs .nav-tabs .nav-link.active {
    color: #ea2e38;
}

.product-price {
    font-size: 27px;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 3px solid #111111;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #ea2e38;
}

span.consultar {
    font-weight: 500;
    padding: 5px;
    border: 1px solid #ea2e38;
    color: #ea2e38;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-table;
    width: auto;
}

span.no-stock {
    font-weight: 500;
    padding: 5px;
    border: 1px solid #ea2e38;
    color: #ea2e38;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-table;
    width: auto;
}

div.product-list-stock,
div.product-list-on-demand {
    text-align: center;
    font-weight: 500;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    line-height: 21px;
}

div.product-list-stock.no-stock {
    background-color: #BF4158;
}

div.product-list-stock.si-stock {
    background-color: #15638C;
}

div.product-list-on-demand {
    background-color: #f6a400;
}

/* Listado de producto en vista categoría */

#products .total-products p {
    font-size: 1rem;
}

#products .product-miniature {
    margin-bottom: 60px;
}

.product-miniature .product-description {
    box-shadow: none !important;
}

.product-miniature .thumbnail-container:hover .product-description::after {
    border: none !important;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: auto;
    position: inherit;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    position: inherit;
    height: auto;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    position: inherit;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    height: auto;
    position: inherit;
}

.product-brand>span {
    text-transform: uppercase;
    color: #ea2e38;
}

#product .product-discounts {
    margin-bottom: 1rem;
}

.product-miniature .product-description h2 {
    padding-left: 5px;
    padding-right: 5px;
    min-height: 60px;
}

.product-miniature .highlighted-informations {
    position: initial !important;
    display: none;
}

span.list-price, span.price-advise {
    font-weight: 500;
    padding: 5px;
    border-radius: 4px;
    display: inline-table;
    width: auto;
}


.thumbnail-container::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #111111;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*.js-product-miniature:hover::before {
    left: 0;
    right: 0;
    }*/

.js-product-miniature .thumbnail-container {
    margin-top: 4px;
    box-shadow: none !important;
}

.js-product-miniature {
    display: inline-block;
    -webkit-transform: perspective(0px) translateZ(0);
    transform: perspective(0px) translateZ(0);
    position: relative;
    overflow: hidden;
    font-family: Rubik;
    font-weight: 300;
}


.js-product-miniature span.consultar {
    margin-bottom: 28px;
}

.thumbnail-container:hover {
    -webkit-box-shadow: 0px 20px 46px -21px rgba(0, 0, 0, 0.55) !important;
    -moz-box-shadow: 0px 20px 46px -21px rgba(0, 0, 0, 0.55) !important;
    box-shadow: 0px 20px 46px -21px rgba(0, 0, 0, 0.55) !important;
}

/* Grilla */

.grilla {
    margin-bottom: 30px;
    background-color: white;
    overflow-x: scroll;
    font-size: 14px;
    padding: 20px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

.grilla thead {
    font-family: Rubik !important;
    font-weight: 300;
}

.grilla span.image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 80px;
    height: 35px;
    margin-right: 11px;
    vertical-align: middle;
}

.grilla span.image.image-color {
    border: 1px solid black;
}

.grilla span.error {
    display: block;
    background-color: red;
    color: white;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    font-size: 12px;
}



.grilla .input-quantity {
    width: 50px;
    margin: 0 auto;
    display: block;
    border: 1px solid #ea2e38;
    background-color: #a8a7a4;
    text-align: center;
    line-height: 25px;

}

.grilla .stock-counter {
    display: block;
    text-align: center;
    /*border: 1px solid #111111;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
}

.grilla .price {
    font-weight: 500;
    color: #ea2e38;

    border: 1px solid #ea2e38;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.grilla tr td,
.grilla tr th {
    vertical-align: middle;
}

.grilla tr th.row-name,
.grilla tr td.row-name {
    white-space: nowrap;
    cursor: pointer;
}

.grilla tr td.supply-cell {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.grilla tr.even {
    background-color: #f4f4f4;
}

.grilla tr.even,
.grilla tr.even td {
    border-color: white;
}

.grilla-cart-lines .attr-group-name,
.product-line-grid .product-line-info span.label {
    display: none !important;
}

.grilla-cart-lines .attr-name {
    margin-left: 3px;
}

span.supply-qty {
    /*background-color: #111111;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px; 
    color:white;*/
    font-weight: 500;
}

span.supply-week {
    font-weight: 500;
}

/* Listado categorías home */

.category-link-home a {
    padding: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    width: 100%;
    float: left;
    border-radius: 4px;
    border-left: 10px solid #111111;
}

.category-link-home a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*
.category-link-home a:before{
    content: "\f054";
    font-family: FontAwesome;
}
*/

.category-block {
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

.list-category .list-category-name {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 25px;
    background-color: #0000008f;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.list-category .col-md-10 div {
    padding: 0;
    margin: 0;
}

.list-category img:hover {
    cursor: pointer;
    border: 1px solid transparent;
}

/* Listado productos home */

.product-block {
    text-align: center;
    border-top: 3px solid transparent;
}

.product-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 50%;
    top: 0;
    background: #111111;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.product-block:hover::before {
    left: 0;
    right: 0;
}

.product-block {
    display: inline-block;
    -webkit-transform: perspective(0px) translateZ(0);
    transform: perspective(0px) translateZ(0);
    position: relative;
    overflow: hidden;
    font-family: Rubik;
    font-weight: 300;
}

.product-block img {
    margin-top: 5px;
}

.product-block .product-name {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #111111;
    margin-bottom: 5px;
    font-weight: 300;
}

.product-block .product-reference {
    color: black;
}

.product-block .product-description,
.product-block .product-reference {
    font-weight: 300;
}

/* Listado supply plan home */

.supply-home-container {
    background-image: url(../img/supply_3.jpg);
    background-size: cover;
    background-position: center center;
}

.title-supply-home {
    font-family: Rubik;
    background-color: #ea2e38;
    color: white;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
}

.title-supply-home i {
    font-size: 80px;
}

.title-supply-home .col-md-8 {
    font-size: 18px;
}

.row-supply-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-supply-home>[class*='col-'] {
    display: flex;
    flex-direction: column;

}

#changeSupply {
    float: left;
    width: 100%;
    color: #1e1e1e;
    font-size: 18px;
    border-radius: 4px;
    border-color: transparent;
    padding-left: 9px;
    margin-top: 12px;
}

.supply-block {
    text-align: center;
    /*border-top: 3px solid transparent;*/
    padding: 0;

    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    background-color: white;

    /* -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);*/

    -webkit-box-shadow: 6px 6px 26px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 26px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 26px -3px rgba(0, 0, 0, 0.75);

}

.supply-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 50%;
    top: 0;
    background: #111111;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.supply-block:hover::before {
    left: 0;
    right: 0;
}

.supply-block {
    display: inline-block;
    -webkit-transform: perspective(0px) translateZ(0);
    transform: perspective(0px) translateZ(0);
    position: relative;
    overflow: hidden;
    font-family: Rubik;
    font-weight: 300;
}

.supply-block img {
    width: 100%;
    margin-top: 5px;
}

.supply-block .product-name {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    color: #111111;
    margin-bottom: 10px;
    min-height: 60px;
}

.supply-block .product-reference {
    display: block;
    color: #7a7a7a;
    font-weight: 300;
    /*margin-bottom: 5px;*/
}

.supply-block .alert {
    margin-bottom: 0px;
}

/* Comerciales home */

.comercial-home .owl-item {
    background-color: white;
}

.comercial-home .owl-item span.nombre,
.comercial-home .owl-item span.cargo,
.comercial-home .owl-item span.ext {
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.comercial-home .owl-item span.nombre {
    margin-top: 10px;
    font-weight: 500;
    color: #111111;
}

.comercial-home .owl-item span.cargo {
    min-height: 40px;
    color: #111111;
}

.comercial-home .owl-item span.ext {
    margin-top: 15px;
    min-height: 40px;
    color: #111111;
}

/* Menú lateral izquierda */
#left-column .block-categories{
    text-transform: capitalize;
}
#left-column .block-categories.active {
    position: fixed;
    width: 100%;
    z-index: 900;
    height: 100%;
    left: 0;
    overflow: scroll;
    display: inherit;
    top: 0;
}

#left-column .block-categories .navbar-toggler {
    width: 28px;
    height: 28px;
    margin: 1px 0;
    text-align: center;
}

#left-column .block-categories .navbar-toggler:hover {
    background: #111111;
    /* #111111 */

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#left-column .block-categories .navbar-toggler>i {
    position: relative;
    top: -2px;
}

#left-column .block-categories .navbar-toggler:hover>i {
    color: white;
}

.block-categories .category-sub-menu li a {
    font-family: Rubik !important;
    font-weight: 300;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.category-sub-menu ul.category-sub-menu {
    margin-left: 12px;
}

.block-categories a {
    color: #444343;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    font-weight: 300;
    border-bottom: 1px dotted rgba(115, 115, 115, 0.41);
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 1px;
}

.block-categories .category-sub-menu li a.category-sub-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    left: -15px;
    margin-top: 11px;
    border-top: #808080 1px dotted;
}

.block-categories .category-sub-menu li[data-depth="1"] a {
    display: block;
    line-height: 23px;
    padding: 2px 0;
}

.block-categories .category-sub-menu li a:hover {
    color: #ea2e38;
    font-weight: bold;
    padding-left: 8px;
}

.block-categories .material-icons.add,
.block-categories .material-icons.remove {
    color: #acacac;
    font-size: 15px;
    line-height: 31px;
    margin: 0 auto;
}

ul.category-sub-menu ul.category-sub-menu {
    border-left: 1px dotted gray;
    padding-left: 16px;
}

.category-sub-menu a.menu-active {
    color: #ea2e38;
}

/* Slider home */

.slider-home {
    float: left;
    width: 100%;
    height: 450px;
    background-color: black;
    background-image: url("../img/slider1.jpg");
    background-position: center center;
    background-size: cover;

}

.slider-home .link-product {
    float: left;
    margin-top: 380px;
    background-color: #f70b0b;
    padding: 15px;
    border-radius: 30px;
    color: white;
}

.slider-telephone {
    float: left;
    width: 100%;
    color: white;
    background-color: #111111;
    line-height: 40px;
    text-align: center;
}

/* Videos home */

.videos-home {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    background-color: black;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/fondo1.jpg);
    background-size: cover;
    background-position: center;
}

.videos-home .video {
    position: relative;
    padding-bottom: 56.25%;
    /*panorámico*/
    padding-top: 25px;
    height: 0;
}

.videos-home .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer */

#footer {
    padding-top: 0;
}

#footer .footer-container {
    background-color: #000;
    padding: 20px;
    margin-top: 0;
}

#footer .footer-container .h3,
#footer #block_myaccount_infos .myaccount-title a,
#footer .block-contact-title {
    color: white !important;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: #ea2e38 3px solid;
  }

#footer a,
#footer p {
    color: #DDD;
}
#footer p>a {
    margin-right: 8px;
}

#footer a:hover {
    color: white;
}

/* Páginas CMS */

.page-cms {
    padding: 15px;
}

.page-cms h2 {
    margin-top: 30px;
}

.page-cms ul {
    width: 90%;
    margin-left: 5%;
}

.page-cms ul li {
    list-style: circle;
    margin-bottom: 5px;
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400;
}

.page-cms ul li ul li {
    list-style: disclosure-closed;

}

.page-cms .page-header {
    background-color: #111111;
    padding: 30px;
    text-align: center;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.page-cms .page-header h1 {
    color: white;
}

.page-cms #wrapper {
    background-color: white;
    box-shadow: none;
}

/* Fila de subscripción antes del footer */

.row-subscription {
    padding-top: 80px;
    background-image: url(../img/subscription.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 80px;
}

.block_newsletter p {
    color: white;
    font-weight: 500;
    font-size: 33px;
    line-height: 39px;
}

.block_newsletter form input {
    border-radius: 0;
    line-height: 13px;
    border: none;
}

.block_newsletter .col-md-7 {
    padding-top: 2%;
}

/* Imágenes categoría en home */

#content>div.list-category img {
    border: none !important;
    filter: grayscale(1);

    -webkit-transition: filter 0.6s ease-in-out;
    -moz-transition: filter 0.6s ease-in-out;
    -o-transition: filter 0.6s ease-in-out;
    transition: filter 0.6s ease-in-out;
}

#content>div.list-category img:hover {
    filter: grayscale(0);
}

/* Media queries */

@media (max-width: 767px) {

    /* Ocultar ayuda grilla */
    .grilla-help {
        display: none;
    }

    /* Ocultar slider home */
    #rev_slider_1_1_forcefullwidth {
        display: none;
    }

    .category-link-home {
        margin-bottom: 40px;
    }

    .category-link-home a {
        border-right: 10px solid #111111;
    }


    /* Menú lateral */
    #left-column {
        width: 100%;
    }

    #content-wrapper {
        width: 100%;
    }

    .js-mobile-categories {
        display: block;
        background-color: white;
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 40px;
        cursor: pointer;
        border-radius: 2px;
        margin-bottom: 10px;
    }

    .js-mobile-categories.active {
        z-index: 9999;
        position: fixed;
        top: 0;
        right: 0;
        padding: 2px 0;
    }

    #left-column .block-categories {
        display: none;
    }

    /* Imágenes de producto */
    #product #content.page-content {
        max-width: 100% !important;
    }

    #js-desktop-menu-items>div:not(#search_widget) {
        display: none;
    }
}

body#product .tabs .product-description iframe {
    max-width: 100%;
}

#footer .footer-social-link {
    font-size: 19px;
}

#carousel {
    width: 100%;
}

.carousel .carousel-control.left {
    left: 15px;
}

.carousel .carousel-control.right {
    right: 15px;
}

/*********************************************************
 * CAMBIOS PABLO
 *********************************************************/

body:not(.category-eme) {
    background-color: #f1f1f1;
}

#header {
    box-shadow: 0px 0px 4px #CCC;
    position: fixed;
    z-index: 900;
    width: 100%;
    top: 0;

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#wrapper {
    padding-top: 92px;
}

/*body.category-eme #content-wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
}*/


body:not(.category-eme) #wrapper {
    padding-top: 110px;
}

body:not(.category-eme) #_mobile_user_info,
body#index #_mobile_cart,
body#index #_mobile_top_shop_link {
    padding-top: 0.8rem;
}

body.category-eme #_mobile_user_info,
body:not(.category-eme) #_mobile_cart {
    padding-top: 0.8rem;
    margin-right: 18px;
}

body:not(.category-eme) #_mobile_cart {
    margin-right: 0;
}

.form-control:focus {
    color: #7a7a7a;
    border-color: #111111;
    outline: none;
}

.form-control:focus,
.input-group.focus {
    outline: .1875rem solid #111111;
}

.dropdown-menu .select-list:hover {
    background-color: #111111 !important;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
    border: 1px solid #222222;
    background-color: #111111;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.45rem .8rem;
}

.no-wrap {
    white-space: nowrap;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #111111;
}

/* Ocultación de precios */
/*
.price-container {
    display: none;
}
*/

/* Menú */
#header .header-nav #menu-icon {
    margin-top: 0.7rem;
}


#js-nav-mobile-menu,
/*#_desktop_top_shop_link,*/
#_mobile_top_shop_link {
    display: none;
}

#_desktop_cart {
    margin-right: 10px;
}

#_mobile_logo {
    padding-top: 0;
}

#search_widget {
    margin: 25px 0;
    margin-left: 5rem;
    float: left !important;
    overflow: hidden;
    width: 49%;
}

/*#search_widget form button,
#search_widget form button:hover {
    background: #FFF;
    bottom: .5rem;
    border: none;
}*/

#header .logo {
    /*padding: 15px 5px;
    max-width: 180px;*/
}

#header .header-nav {
    border-bottom: none;
}

#header .header-top {
    padding-bottom: 0 !important;
    background-color: white;
}

#header div.language-selector.js-dropdown {
    height: 20px;
}

#header #notifications>div.container:after {
    display: none;
}

#header .header-nav .cart-preview.active {
    background: white;
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: #ea2e38;
}

#_desktop_top_shop_link {
    display: block;
    margin-right: 15px;
}

#_desktop_top_shop_link {
    background-color: #ea2e38;
}

#_desktop_top_shop_link:hover {
    background-color: #ea2e38;
}

#_desktop_top_shop_link a img {
    filter: invert(100%) sepia(43%) saturate(2%) hue-rotate(169deg) brightness(107%) contrast(101%);
}

#_desktop_top_shop_link a span {
    text-decoration: none !important;
    color: white !important;
    font-weight: bold;
}

/* Proximas recepciones */
#recepciones {
    padding-top: 50px;
}

/* Corregir scroll horizontal en el index */
body.category-eme #content div.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* -- Buscador en pantallas pequeñas */
@media (max-width: 767px) {
    #search_widget {
        z-index: 100;
        position: absolute;
        top: 60px;
        background-color: white;
        padding-bottom: 17px;
    }

    #header {
        height: 130px;
        background-color: white;
    }

    /*#header.is-open #search_widget{
        z-index: -999;
        }*/

    #mobile_top_menu_wrapper {
        margin-top: 46px;
        position: relative;
        z-index: 9999;
    }
}

#dropdownMenuButton.account {
    padding-right: 0 !important;
}

#dropdownMenuButton.account + div.dropdown-menu a {
    padding: 3px 1.5rem;
}

#js-desktop-menu-items > div:not(#search_widget) {
    cursor: pointer;
    float: right !important;
    padding: 18px 10px !important;
    box-sizing: initial;
    text-align: center;
}

#js-desktop-menu-items {
    padding: 0 !important;
}

body#authentication #js-desktop-menu-items,
body#authentication #footer {
    display: none !important;
}

#js-desktop-menu-items > div a,
#js-desktop-menu-items > div > div {
    font-size: small;
    display: block;
}

#js-desktop-menu-items > div img {
    padding-bottom: 12px;
    display: block;
    margin: 0 auto;
}

#js-desktop-menu-items > div:hover img {
    animation: wiggle 0.5s 1;
}

#js-desktop-menu-items a > span {
    font-size: small;
}

/*body.category-eme #pricesVisibility,
body#authentication #pricesVisibility {
    display: none;
}
*/

@media (max-width: 997px) {
    #search_widget {
        width: 32%;
        margin-left: 6.5rem;
    }
}

@media (max-width: 767px) {
    #header {
        position: relative;
        box-shadow: none;
    }

    #header .logo {
        padding: 10px 0px;
        max-width: 120px !important;
    }

    #_mobile_cart {
        margin-right: 0;
    }

    #search_widget {
        margin: 13px 0 !important;
    }

    body:not(#authentication) #js-nav-mobile-menu {
        display: block;

    }

    #js-desktop-menu-items>div:not(#search_widget) {
        display: none;
    }

    div.js-top-menu.mobile>div {
        padding: 10px;
    }

    #wrapper {
        padding-top: 5px;
    }

    body:not(.category-eme) #wrapper {
        padding-top: 25px;
    }
}

@media (max-width: 480px) {

    #js-nav-mobile-menu a>span,
    #js-nav-mobile-menu span.expand-more {
        display: none;
    }
}

#header a:hover,
.dropdown:hover .expand-more,
.btn-unstyle:focus .expand-more,
#search_widget:hover i.search {
    color: #ea2e38 !important;
}

/* Ocultar precios en el carro de compra */
/*
div.cart-grid.without-prices>div.cart-grid-right,
div.cart-grid.without-prices .product-price {
    display: none;
}
*/

/*
div.cart-grid.without-prices>div.cart-grid-body {
    width: 100% !important;
}
*/

/* Newsletter + Ordenar */
#block-newsletter-label input[type="email"] {
    line-height: 1.2em;
}

div.sort-by-row button.select-title {
    line-height: 1.9em;
    padding: 5px 8px;
}

/* Color de flechas en miniaturas */
#content div.scroll-box-arrows>.left,
#content div.scroll-box-arrows>.right,
nav.pagination .current a {
    background: #FFF;
    color: #ea2e38;
}

.product-cover .layer .zoom-in {
    color: #ea2e38;
}

#envia {
    height: 2.75rem;
    padding-top: .625rem;
    line-height: 22px;
}

/* Precio de producto */
#product .product-prices {
    margin-bottom: 0.8rem;
}

#product .product-prices div {
    margin-bottom: 0;
}

#product .product-prices .product-price {
    line-height: 0.8em;
    /* background-color: white; */
    padding: 10px;
}

#product .product-prices .tax-shipping-delivery-label {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

/*#category.category-outlet span.list-price {*/
.outlet-price {
    background-color: #F6F20C !important;
    border-radius: 0 !important;
}

/* Menos espacio entre miniaturas */
.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 0;
}

/* Espacio erróneo entre productos + extender sombra en hover */
#products .product-miniature {
    margin: 0;
    overflow: visible;
}

/* Miniatura de los productos */
#products .thumbnail-container,
#products .highlighted-informations,
#products .product-description {
    width: 100%;
}

#products .product-description {
    border-top: 1px solid #f1f1f1a8;
}

/* Fotos de las miniaruras */
#products a.product-thumbnail {
    text-align: center;
}

/* Tamaño máximo de las miniaturas */
#products a.product-thumbnail img {
    margin: 20px auto !important;
    max-width: 100% !important;
    max-height: 220px;
}

/* Tamaño de productos en movil */
@media (max-width: 634px) {
    article.product-miniature {
        width: 100%;
    }
}

/* Supply plan */

div.alert-supply+div.product-list-stock {
    padding-left: 32px;

    -webkit-transition: padding-left 0.2s ease;
    -moz-transition: padding-left 0.2s ease;
    -o-transition: padding-left 0.2s ease;
    transition: padding-left 0.2s ease;
}

#products .product-miniature:hover div.alert-supply+div.product-list-stock {
    padding-left: 0;
}

.alert-supply {
    margin-bottom: 0;
    background-color: #111111;
    color: #FFF;
    overflow: hidden;
    position: absolute;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 38px;
    height: 30px;

    -webkit-transition: bottom 0.1s 0.2s ease, width 0.2s ease;
    -moz-transition: bottom 0.1s 0.2s ease, width 0.2s ease;
    -o-transition: bottom 0.1s 0.2s ease, width 0.2s ease;
    transition: bottom 0.1s 0.2s ease, width 0.2s ease;
}

.alert-supply .media-body {
    text-align: right;
}

.alert-supply .media-body p {
    color: #FFF;
}

.alert-supply.expanded {
    width: 100%;
    height: auto;
    font-size: 16px;
    background-color: #ea2e38;
    color: #FFF;
    /*border: 2px solid #111111;*/
    /*box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);*/
    position: relative;
    max-width: 19.4rem;
    bottom: 0;
}

/* -- Supply plan en pantallas grandes */
@media (min-width: 767px) {

    body.category-eme div.item.supply-block .alert-supply,
    #products .product-miniature:hover .alert-supply {
        width: 100%;
        height: auto;
        bottom: 30px;

        -webkit-transition: bottom 0.2s ease;
        -moz-transition: bottom 0.2s ease;
        -o-transition: bottom 0.2s ease;
        transition: bottom 0.2s ease;
    }
}

/* -- Supply plan en pantallas pequeñas */
@media (max-width: 767px) {

    .alert-supply,
    .alert-supply.expanded {
        width: 100%;
        max-width: none;
        height: auto;
        position: relative;
        bottom: 0;
    }
}

/* -- Supply plan en home */
body.category-eme div.item.supply-block .alert-supply {
    width: 100%;
    position: relative;
    bottom: 0;
}

/* Paginación */

#products .show-all-bottom>a {
    margin-top: 1em;
}

nav.pagination {
    margin: 0;
    font-size: 0;
    /*padding-top: 1rem;
    padding-bottom: 1rem;*/
}

nav.pagination ul.page-list li>* {
    font-size: 1rem;
}

nav.pagination ul.page-list li>span.spacer {
    margin: 0 10px;
}

nav.pagination ul.page-list li a {
    display: inline-block;
    line-height: 38px;
    font-weight: normal;
    padding: 0 .8rem;
}

nav.pagination .current a {
    background: #ea2e38;
    font-size: inherit;
    color: white;
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: inherit;
}

/*nav.pagination ul.page-list li:not(.current) a:not(.next):not(.previous):hover {
    background-color: #111111;
    color: white;
}*/

nav.pagination ul.page-list li:not(.current) a:hover {
    background-color: #111111;
    color: white;
}

nav.pagination ul.page-list {
    padding: 0;
    box-shadow: none;
}

nav.pagination .clearfix:after {
    display: none;
}

/* Botón de mostrar todo */

div.input-group-addon.show-all-btn {
    padding: 0 !important;
    border: none !important;
    background-color: transparent;
}

div.input-group-addon.show-all-btn>a {
    margin-left: 10px;
}

/* Página de producto */

#product #content.page-content {
    max-width: 684px !important;
}

#product #content.page-content img.js-qv-product-cover {
    padding: 30px;
}

/* Iniciar sesión */

#authentication .input-group-btn button,
#authentication .input-group-btn button:active {
    padding: .75rem 1rem;
    outline: 1px solid #7a7a7a;
}

@media (max-width: 767px) {
    #authentication #content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* Mi cuenta */

.page-my-account #content .links .link-item {
    padding-top: 3rem !important;
}

.page-my-account #content .links a {
    text-decoration: none !important;
    height: 12rem;
}

.page-my-account #content .links a:hover i {
    animation: wiggle 0.5s 1;
    color: #ea2e38;
}

/* Breadcrumbs */

#wrapper .breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 12px Sans-Serif;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li:after {
    display: none;
}

.breadcrumb li a {
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 8px 8px 28px;
    line-height: 16px;
    background: #A8A8A8;
    position: relative;
    display: block;
    float: left;

    -webkit-transition: background 0.1s ease;
    -moz-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.12s ease;
}

.breadcrumb li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 16px solid transparent;
    border-left: 16px solid #A8A8A8;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 0;
    left: 100%;
    z-index: 2;

    -webkit-transition: border-left-color 0.1s ease;
    -moz-transition: border-left-color 0.1s ease;
    -o-transition: border-left-color 0.1s ease;
    transition: border-left-color 0.1s ease;
}

.breadcrumb li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid white;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 0;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 20px;
}

.breadcrumb li:last-child a {
    padding-right: 20px;
    background: white !important;
    color: #A8A8A8 !important;
    pointer-events: none;
    cursor: default;
}

.breadcrumb li:last-child a::after,
.breadcrumb li:last-child a::before {
    border: 0;
}

.breadcrumb li a:hover {
    /*background: #4E7C80; */
    background: #ea2e38;
}

.breadcrumb li a:hover:after {
    /* border-left-color: #4E7C80 !important; */
    border-left-color: #ea2e38
}

@media (max-width: 767px) {
    #wrapper .breadcrumb {
        font: 10px Sans-Serif;
    }

    .breadcrumb li a {
        padding: 6px 6px 6px 20px;
    }

    .breadcrumb li:first-child a {
        padding-left: 15px;
    }

    .breadcrumb li a::after {
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 11px solid #A8A8A8;
        margin-top: -11px;
    }

    .breadcrumb li a::before {
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 11px solid white;
        margin-top: -11px;
    }
}

/* EL slider por defecto que trae Prestashop  */
div#carousel.carousel ul {
    height: 100%;
    background-color: #fff;
}

div#carousel.carousel ul li {
    text-align: center;
}

div#carousel.carousel ul li img {
    max-width: fit-content;
    max-height: 650px;
}

@media (max-width: 767px) {
    div#carousel.carousel {
        display: none;
    }
}

/* NUEVO LISTADO DE PRODUCTOS */

.product-card {
    margin-bottom: 1.8rem;
    perspective: 600px;
    -moz-perspective: 600px;
    -webkit-perspective: 600px;
}

@media (min-width: 1200px) {
    .product-card {
        width: 25%;
    }
}

@media (max-width: 751px) {
    .search-widget form button[type="submit"] {
        right: 15.25rem;
        bottom: 2.3125rem;
    }
    #search_widget {
        min-width: 17rem;
        top: 35px;
    }
    #js-nav-mobile-menu .dropdown-menu {
        z-index: 99999;
    }
}

@media (max-width: 768px) {
    #js-product-list {
        margin-top: 20px;
    }

    .product-card {
        width: 50%;
    }
}

/*@media (max-width: 1200px) {
    .product-card { height: 300px; }
}

@media (max-width: 680px) {
    .product-card { height: 300px; }
}

@media (max-width: 420px) {
    .product-card { height: 380px; }
}*/

#products {
    color: #333;
}

.product-card-content {
    width: 100%;
    display: flex;
    transform-style: preserve-3d;

    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}

.product-card-content .face {
    /*position: absolute;*/
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    /*height: 100%;*/
    /*border: 1px solid #FFF;*/
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: #FFF;
    overflow: hidden;
    z-index: 2;

    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
}

.product-card:hover .product-card-content .face {
    /*border: 1px dotted #DDD;*/
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

.product-card-content .face.back {
    transform: translateX(-100%) rotateY(-180deg);
}

.product-card-content.is-flipped {
    transform: rotateY(-180deg);
}

.product-card-content.is-flipped .face.front {
    z-index: 1;
}

.product-card-content .product-card-head {
    display: block;
    position: relative;
    padding: 0 0.8rem;
    background-color: #FFF;
    z-index: 2;
}

.product-card-content .product-title,
.product-card-content .product-title a,
.product-card-content .product-reference {
    font-size: 14px;
    text-decoration: none;
}

.product-card-content .product-thumbnail {
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
}

.product-card .product-thumbnail img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*
.product-card:hover .product-thumbnail img:not(.default-image) {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    transform: scale(1.2);
}
*/

.product-card-content .product-reference {
    color: #CCC;
    padding-top: 0.5rem;
    margin-bottom: 4px;
}

.product-card:hover .product-card-content .product-reference {
    color: #8f8f8f;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #490206 !important;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary:active:focus {
    background-color: #490206 !important;
    border-color: rgba(0,0,0,0);
}

.custom-radio input[type="radio"]:checked + span {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ea2e38;
    border-radius: 50%;
}

.product-card-content .product-title {
    height: 50px;
    overflow: hidden;
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.product-card-content .product-card-description {
    background-color: #FFF;
    position: relative;
    z-index: 2;
}

.product-card-content .price-container {
    font-size: 14px;
    line-height: 2rem;
    text-align: center;
    vertical-align: bottom;
    height: 40px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-card:hover .product-card-content .price-container {
    background-color: #ea2e38;
    color: #ffffff;
}

.product-thumbnail img {
    width: 100%;
    max-width: 350px;
}

.product-card-footer {
    width: 100%;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 0 !important;
    display: inline-flex;
    vertical-align: middle;
}

.product-card:hover .product-card-footer {
    background-color: #EEE;
}

.product-card-footer .item {
    flex: 1 1 auto;
    font-size: 0.8rem;
}

.product-card-footer .item > * {
    margin: 0 3px;
}

.product-card-footer .item-icon {
    display: inline-block;
    line-height: 1rem;
    position: relative;
    top: -1px;
}

/*.product-card-footer .item-icon .description {
    font-size: 8px;
    text-transform: uppercase;
}*/

.product-card-footer .item + .item {
    border-left: 1px solid #EEE;
}

/* Trasera */

.product-card-content .face.back {
    padding: 10px;
    cursor: pointer;
}

.product-card-content .face.back h4 {
    display: inline-block;
    position: relative;
    color: #ea2e38;
    background: #FFF;
    min-height: 18px;
    margin-bottom: 0;
    border-bottom: 2px solid #A8A8A8;
    font-size: 14px;
    z-index: 2;
}

.product-card-content .face.back .detailed-supply {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    height: calc(100% - 30px);
    padding: 10px;
    overflow-y: auto;
    font-size: 12px;
    z-index: 1;
}

/* Información stock */

.product-card-footer .stock-info.yes {
    color: #74a75a;
}

.product-card-footer .stock-info.no {
    color: #fc4848;
}

/* Información supply */

.product-card-footer .supply-info {
    color: #ea2e38;
}

.product-card-footer .supply-info {
    cursor: pointer;
}

.product-card-footer .supply-info:hover {
    background-color: #ea2e38;
    color: #FFF;
}

.block-categories{
    padding: 3.563rem 1.25rem;
}

body#checkout section.checkout-step .address-item.selected {
    border: 3px solid #bb0303;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #bb0303;
}

/* ERROR 404 */

#pagenotfound #wrapper {
    color: #acaaaa;
    font-weight: lighter;
}


.js-address-form .form-fields .form-group:nth-child(3),
.js-address-form .form-fields .form-group:nth-child(4) {
    display: none !important;
}


body#checkout section.checkout-step .form-control-label {
    text-align: left !important;
}

body#checkout section.checkout-step #delivery-address {
    margin: 0px;
}


div.cart-grid-right{
    display: block !important;

}


/* Características */
.product-info-content .product-info-title{
    font-family: Rubik!important;       
    font-size: 24px;
    font-weight: lighter;
    color: #232323;
}

.product-info-content .product-info-title i{
    font-weight: lighter;
}

.small-separator{
    border-bottom: 3px solid #232323;
    width: 25px;
    display: block;
    margin-bottom: 15px;
}

.parameterization-table tr td.parameterization-field{
    font-size: 12px;
    width: 40%;
    font-weight: bold;
    padding: 0.5rem;
    background-color: lightgray;
    background-color: #f4f4f4;
    border-color: lightgray;
}

.parameterization-table tr td.parameterization-value{
    width: 40%;
    font-size: 12px;
    padding: 0.5rem;
    background-color: lightgray;
    background-color: #f4f4f4;
    border-color: lightgray;    
}
