.main-content { margin-top: 48px; }
.block-layered-nav h1 { margin-top: 0; }
.block-layered-nav .category-image img { max-width: 100% }
.block-layered-nav .categories-list.collapsible .header-title h3,
.block-layered-nav .narrow-by-list dl dt h3,
.block-layered-nav #narrow-by-list dt {
    font-family: 'Cardo', serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 3px;
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: normal;
}
.block-layered-nav .categories-list ol,
.block-layered-nav #narrow-by-list dd ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.block-layered-nav .categories-list ol li,
.block-layered-nav #narrow-by-list dd ol li {
    margin: 16px 0;
}
.block-layered-nav .categories-list ol li:first-child {  margin-top: 0;  }
.block-layered-nav .categories-list ol li:last-child { margin-bottom: 0; }
.block-layered-nav .categories-list ol li a,
.block-layered-nav #narrow-by-list dd ol li a {
    font-family: 'Cardo', serif;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
    color: #4A4A4A;

    text-transform: capitalize;
}
.block-layered-nav .categories-list ol li.active a,
.block-layered-nav #narrow-by-list dd ol li.active a {
    font-weight: bold;
    color: #D50032;
}
.block-layered-nav #narrow-by-list dt { margin-top: 42px; }
.block-layered-nav #narrow-by-list dd ol li .count { display: none; }
.block-layered-nav .categories-list { margin-top: 42px; }



/* GoMage Advanced Navigation */
.block.block-layered-nav .block-content {  max-width: 90%;  }

.block.block-layered-nav .block-content .categories-list.collapsible .header-title h3 {
    position: relative;
    cursor: pointer;
}

.block.block-layered-nav .block-content .header-title h3 span,
.block-layered-nav .narrow-by-list dl dt h3 span {
    padding-right: 8px;
    background-color: #FFF;
}
.block.block-layered-nav .block-content .header-title h3 i,
.block-layered-nav .narrow-by-list dl dt h3 i {
    color: #D50032;

    font-size: 10px;
    top: 2px;
    position: absolute;
    right: 0px;
    padding: 4px 4px 4px 8px;
    background-color: #FFF;
}
.block.block-layered-nav .block-content .header-title h3::before,
.block-layered-nav .narrow-by-list dl dt h3::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 6px;
}

.block-layered-nav .narrow-by-list dt .filter-name {  float: none !important; }

.block.block-layered-nav .block-content {
    background: none !important; /* Tiene menos precedencia que skin/frontend/base/default/css/gomage/advanced-navigation.css */
    overflow: hidden;
}
.block-layered-nav .narrow-by-list dl {  margin: 48px 0 0; }
.catalogsearch-result-index .block-layered-nav .narrow-by-list dl:first-child {  margin-top: 0; }
.block-layered-nav .narrow-by-list dt,
.block.block-layered-nav dd {
    border: none;
    background: none;

    font-family: 'Cardo', serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 3px;
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.block-layered-nav .narrow-by-list dd ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.block-layered-nav .narrow-by-list ol li,
.block-layered-nav .narrow-by-list dd ol li {
    margin: 16px 0;
}
.block-layered-nav .narrow-by-list dd ol li a {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
    color: #4A4A4A;

    text-transform: capitalize;
}
.narrow-by-list dd ol.gan-list-checkbox li a,
ul.gan-list-checkbox.gan-default-list li a span,
ul.gan-list-checkbox.gan-folding-list li a span,
.gan-sidebar-nav .gan-image-list.gan-list-checkbox li a {
    padding-left: 0;
    line-height: normal;
    background: none;
}
.narrow-by-list dd ol.gan-list-checkbox li a.active {
    background: none;
    color: #D50032;
    font-weight: bold;
}
.block.block-layered-nav .gan-attribute:last-child dd,
.block-layered-nav .narrow-by-list .gan-attribute:last-child dt.filter-content-hide { border: none !important; }

.block-layered-nav .category-description {
    margin-top: 40px;
    font-family: "Josefin Sans";
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
}
.block-layered-nav .category-name {
    min-height: 177px;
    height: 177px;
    background-size: cover;
}
.block-layered-nav .category-name span {
    margin-left: 20px;

    font-family: 'Cardo', serif;
    font-size: 50px;
    line-height: 68px;

    background: -moz-linear-gradient(left, rgba(213, 0, 50, 1) 0%, rgba(140, 0, 54, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213, 0, 50, 1)), color-stop(100%, rgba(140, 0, 54, 1)));
    background: -webkit-linear-gradient(left, rgba(213, 0, 50, 1) 0%, rgba(140, 0, 54, 1) 100%);
    background: -o-linear-gradient(left, rgba(213, 0, 50, 1) 0%, rgba(140, 0, 54, 1) 100%);
    background: -ms-linear-gradient(left, rgba(213, 0, 50, 1) 0%, rgba(140, 0, 54, 1) 100%);
    background: linear-gradient(to right, rgba(213, 0, 50, 1) 0%, rgba(140, 0, 54, 1) 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.vertical-align-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.vertical-align-inner {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.products-grid .row {
    margin-top: 40px;
}
.products-grid .row:first-child {
    margin-top: 0;
}

.products-grid .product .product-image {
    min-height: 650px;
    background-color: #F5F5F5;
    text-align: center;
    position: relative;
}
.products-grid .product .product-image:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(220,220,220,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(220,220,220,1);
    box-shadow: 0px 0px 30px 0px rgba(220,220,220,1);
}


.products-grid .product .product-image a,
.products-grid .product .product-image a img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.products-grid .product .brand {
    margin-top: 8px;

    font-family: 'Cardo', serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #9B9B9B;
}

.products-grid .product .product-description {  margin: 8px 0 0; }
.products-grid .product .product-description .product-name {
    margin: 0;
    float: left;
    max-width: 50%;
}
.products-grid .product .product-description .product-name a {
    font-family: 'Cardo', serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 2px;
    color: #4A4A4A;
}
.products-grid .product .product-description .price {
    float: right;

    font-family: 'Cardo', serif;
    font-size: 24px;
    text-align: right;
    line-height: 33px;
    letter-spacing: 4px;
    color: #4A4A4A;
}
.products-grid .product .product-description .price .price-box .price-label { display: none; }
.products-grid .product .product-description .price .price-box .old-price,
.products-grid .product .product-description .price .price-box .special-price {
    display: inline-block;
}
.products-grid .product .product-description .price .price-box .old-price .price {
    color: red;
    text-decoration: line-through;
}

.section-separator { margin: 66px 0; }

.pages li span,
.pages li a {
    background-color: #F5F5F5;
    border: none;
    border-radius: 0;
    padding: 12px 24px 11px;
    cursor: pointer;

    font-family: 'Cardo', serif;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 2px;
    color: #4A4A4A;
}

.pages li.current span {
    background-color: #8B0036;
    color: #FFF;

    cursor: auto;
}

.products-grid-banner {
    height: 650px;
    background-image: url('../images/triangles-small-block.png');
    background-position: bottom;
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-size: contain;

    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;

}
.products-grid-banner p {
    font-family: 'Cardo', serif;
    font-size: 48px;
    text-align: center;
    line-height: 65px;
    color: #4A4A4A;
}

.products-grid-banner .button-container {
    width: 214px;
    height: 50px;
    margin: 100px auto 0;
}
.products-grid-banner .button-container:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(220,220,220,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(220,220,220,1);
    box-shadow: 0px 0px 30px 0px rgba(220,220,220,1);
}
.products-grid-banner .button-container button {
    width: 210px;
    height: 46px;
    margin: 2px 0 0 0px;
}
.products-grid-banner .button-container button span {
    font-family: "Josefin Sans";
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    color: #D50032;
}
.products-grid-banner .button-container button:hover span {
    color: #FFF;
}