@media (min-width: 1280px) {
    .container, .container-fluid {
        padding-left: 45px;
        padding-right: 45px
    }
    /*.product-grid.grid .products.product-items .product:nth-child(4n+1) .product-box {
        clear: left;
    }*/
    /* must be the opposite of .container padding */
    #maincontent.container > .footer-subscribe-container {
        margin-left: -45px;
        margin-right: -45px;
    }
}

@media screen and (min-width: 960px), print {
    .am_shopby_apply_filters {
        position: absolute;
        bottom: inherit;
        z-index: -9999;
        display: none;
        visibility: hidden;
        padding: 0;
        width: inherit;
    }
}

@media screen and (min-width: 768px), print {
    .row .am_shopby_apply_filters {
        position: relative;
        bottom: unset;
        z-index: unset;
        display: unset;
        visibility: unset;
        padding: unset;
        width: unset;
    }

    .am-show-button.-horizontal:before, .am-show-button.-horizontal:after {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    p.teaser-subtitle{
        font-size: 12px;
        line-height: normal;
        margin: 3px auto 6px;
    }
}

@media screen and (max-width: 480px) {
    .product-grid.grid .products.product-items .product:nth-child(odd) .product-box {
        clear: left;
    }
}

.app.app-home {
    height: auto;
}

.page {
    margin-bottom: 80px;
}

.product-grid.grid ol {
    list-style-type: none;
}

.product-grid .product .teaser-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    text-transform: capitalize;
}

.product-grid .product .teaser-price p {
    line-height: 20px;
}

.bottom-banner {
    max-width: 100%;
}

.banner .teaser-typo h2 span {
    color:#A9A9A9;
}
.banner .teaser-typo h2 {
    font-size: 50px;
}

.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option a {
    padding: 0;
}

li.option.item span {
    color: rgb(0,0,0);
    margin: 0 0 .5rem 0;
    display: inline-block;
}

[type="radio"]:not(:checked) + a span.label,
[type="radio"]:checked + a span.label,
[type="checkbox"]:not(:checked) + a span,
[type="checkbox"]:checked + a span {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

[type="radio"]:not(:checked) + a span.label:before,
[type="radio"]:checked + a span.label:before,
[type="checkbox"]:not(:checked) + a span:before,
[type="checkbox"]:checked + a span:before {
    content: ' ';
    position: absolute;
     top: 1px;
    left: 0;
    height: 14px;
    width: 14px;
    transition: all .2s;
    border: 1px solid black;
}

[type="radio"]:not(:checked) + a span.label:after,
[type="radio"]:checked + a span.label:after,
[type="checkbox"]:not(:checked) + a span:after,
[type="checkbox"]:checked + a span:after {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 3px;
    height: 8px;
    width: 8px;
    transition: all .2s;
    background-color: #000;
}

[type="radio"]:not(:checked) + a span.label:after,
[type="checkbox"]:not(:checked) + a span:after {
    opacity: 0;
    transform: scale(0)
}

[type="radio"]:checked + a span.label:after,
[type="checkbox"]:checked + a span:after {
    opacity: 1;
    transform: scale(1)
}

.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option [type="checkbox"]:not(:checked) + a span:before,
.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option [type="checkbox"]:not(:checked) + a span:after,
.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option [type="radio"]:not(:checked) + a span.label:before,
.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option [type="radio"]:not(:checked) + a span.label:after,
.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option [type="checkbox"]:checked + a span:before,
.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option [type="checkbox"]:checked + a span:after,
.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option [type="radio"]:checked + a span.label:before,
.filter-wrapper .accordion-item .accordion-content .filters-row .filter .option [type="radio"]:checked + a span.label:after {
    line-height: 1.3;
}

.row .btn-default.hidden-md-up a, .row .btn-default.hidden-md-up a {
    padding: 0;
}

/*body > .am_shopby_apply_filters {*/
/*    left: -9999px;*/
/*    z-index: unset;*/
/*}*/

.row .am_shopby_apply_filters {
    position: relative;
    width: 50px;
    bottom: unset;
    transition: unset;
    z-index: unset;
    width: 100%;
}

.am_shopby_apply_filters .am-show-button {
    padding: 0;
    background: #000;
    border:unset;
}

body > .am_shopby_apply_filters .am-show-button {
    z-index: unset;
}

.row .am-show-button {
    z-index: unset;
}

.row .am-show-button>.am-items {
    display: none;
}

.row .am-show-button>.am-items.-loading {
    display:none;
}

.am_shopby_apply_filters .am-show-button .am-button,
.am_shopby_apply_filters .am-show-button .amshopby-button {
    margin: 0;
    padding: 0;
    background: #000;
}

a:focus > span, a:hover > span .btn-link:focus > span {
    border-bottom-color: transparent !important;
}
