@media print {
    * {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

* {
    transition: none !important
}

body.print * {
    transition: none !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

body {
    font-family: Neue Helvetica W01, Helvetica Neue LT Std, Helvetica Neue, Helvetica, Arial, sans-serif;
}

header, .headerContainer, .flyout, .topheader, .breadcrumbWrapper, .review-download {
    display: none;
}

.container {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.container {
    margin-top: 70px;
    min-height: 500px;
    min-height: 90vh;
    min-height: calc(100vh - 178px);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.78, .01, .27, .83);
    transition: transform .3s cubic-bezier(.78, .01, .27, .83);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 20px;
    position: relative;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer .footerContainer {
    max-width: 1308px;
    margin-left: auto;
    margin-right: auto;
}

footer .footerContainer .footerMenu {
    display: grid;
    position: relative;
    width: 100%;
}

footer .footerContainer .footerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
}

.footerSocial {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.2931034483%;
    padding-right: 1.2931034483%;
}

footer .footerContainer .footerCaption {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.2931034483%;
    padding-right: 1.2931034483%;
}

footer .footerContainer .footerCaption ul.copyright {
    margin-right: 10px;
}

footer .footerContainer .footerCaption ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

footer .footerContainer .footerCaption ul li {
    display: none;
    color: #8a8a8a;
}

footer .footerContainer .footerSocial ul li {
    display: table-footer-group;
    margin-left: 20px;
    float: left;
}

footet .footerContainer .footersocial ul li a {
    position: relative;
    display: flex;
}

footer .footerContainer .footerSocial ul {
    display: flex;
}

footer .footerContainer .footerSocial {
    left: -350px;
    position: relative;
    margin: 0;
    padding: 0;
}

.product-listing--border:after {
    content: "";
    border-bottom: .0625rem solid #e5e5e5;
    width: 100%;
    height: 0;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

.product-table-footer {
    border-top: .0625rem solid #e5e5e5;
    width: 100%;
    height: 0;
    display: block;
    margin: 0 auto;
    bottom: 0;
}

.product-listing {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .footerContainer .footerSocial ul li a i {

    float: left;
}

.review-addr-title {
    font-size: inherit;
}

.container {
    width: 1090px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 40px;
    margin: 0 auto;
}
