/* General */
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    min-width: 100%;
}

a {
    color: #f16625;
}

a:hover, a:active, a:focus {
    color: #ff5100;
}

.container_9 {
    width: 95%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

ul, ol {
    margin: 0 0 10px;
}

.std a {
    text-decoration: underline;
}

a, button, input[type="button"], input[type="submit"] {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Colors */
html .first-bg, .block .block-title, .pagination ul .active a, button.button span, .button.btn-checkout, .iview-prevNav, a.iview-nextNav, .dl-menuwrapper button, .dl-menuwrapper .dl-menu, .i-tab li.active, .error-msg, .success-msg, .note-msg, .notice-msg, .product-view .tabs li.active, .sf-menu ul li:hover, .category-list h3 a {
    background-color: #f16625;
}

html .first-bg-hover:hover, .pagination ul a:hover, .category-list h3 a:hover, .category-list li:hover a {
    background-color: #f16625 !important;
}

html .first-color, .price, .btn-icon i, .price-box, .product-shop .btn-icon i {
    color: #f16625;
}

.pagination ul .active a {
    color: #fff;
}

.pagination ul a:hover,
.pagination ul a:active,
.pagination ul a:focus {
    color: #fff;
}

html .first-brd, .pagination ul .active a, .sf-menu li a:after {
    border-color: #f16625;
}

html .second-bg, .sf-menu ul {
    background: #555555;
}

html .second-color {
    color: #555555;
}

html .second-brd {
    border-color: #555555;
}

html .third-bg {
    background: #fff;
}

html .third-color {
    color: #fff;
}

html .third-brd {
    border-color: #fff;
}

html .fourth-bg, .cart-table .btn-update span, .opc .active .step-title {
    background-color: #424242;
}

html .fourth-color {
    color: #424242;
}

html .fourth-brd {
    border-color: #424242;
}

html .fifth-bg, .cart .discount h2, .cart .shipping h2, .cart .totals th {
    background-color: #212224;
}

html .fifth-color {
    color: #212224;
}

html .fifth-brd {
    border-color: #212224;
}

/* Header */
#header.third-bg {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(54, 54, 54, 1) 14%, rgba(89, 89, 89, 1) 18%, rgba(130, 128, 130, 1) 22%, rgba(176, 176, 176, 1) 27%, rgba(214, 211, 214, 1) 32%, rgba(242, 242, 242, 1) 38%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(14%, rgba(54, 54, 54, 1)), color-stop(18%, rgba(89, 89, 89, 1)), color-stop(22%, rgba(130, 128, 130, 1)), color-stop(27%, rgba(176, 176, 176, 1)), color-stop(32%, rgba(214, 211, 214, 1)), color-stop(38%, rgba(242, 242, 242, 1)), color-stop(44%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(54, 54, 54, 1) 14%, rgba(89, 89, 89, 1) 18%, rgba(130, 128, 130, 1) 22%, rgba(176, 176, 176, 1) 27%, rgba(214, 211, 214, 1) 32%, rgba(242, 242, 242, 1) 38%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(54, 54, 54, 1) 14%, rgba(89, 89, 89, 1) 18%, rgba(130, 128, 130, 1) 22%, rgba(176, 176, 176, 1) 27%, rgba(214, 211, 214, 1) 32%, rgba(242, 242, 242, 1) 38%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(54, 54, 54, 1) 14%, rgba(89, 89, 89, 1) 18%, rgba(130, 128, 130, 1) 22%, rgba(176, 176, 176, 1) 27%, rgba(214, 211, 214, 1) 32%, rgba(242, 242, 242, 1) 38%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(54, 54, 54, 1) 14%, rgba(89, 89, 89, 1) 18%, rgba(130, 128, 130, 1) 22%, rgba(176, 176, 176, 1) 27%, rgba(214, 211, 214, 1) 32%, rgba(242, 242, 242, 1) 38%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

/* Mega Menu */
.jm-megamenu {
    background: #555;
}

.jm-megamenu li.haschild:hover > .childcontent {
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.jm-megamenu li.mega .childcontent {
    -o-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3) !important;
    top: 70px;
}

.jm-megamenu .childcontent-inner {
    box-shadow: none !important;
}

.jm-megamenu ul.megamenu li.menu-parent {
    border-right: 1px solid #424242;
}

.jm-megamenu ul.megamenu li.menu-parent > a.mega {
    min-width: 60px;
    padding: 1.25em 1.25em 0.75em 1.25em;
    text-align: center;
}

.jm-megamenu ul.level0 > li.menu-parent:after {
    border: 3px solid #f16625;
    content: "";
    direction: inherit;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.jm-megamenu ul.level0 > li.menu-parent.active:after {
    display: block;
    opacity: 1;
}

.jm-megamenu ul.level0 li.menu-parent:hover:after {
    display: block;
    opacity: 1;
}

.jm-megamenu ul.megamenu li.menu-parent > a.mega:hover {
    color: #fff;
}

.jm-megamenu ul.megamenu li.menu-parent > a.mega span {
    font-family: 'bebas_neueregular', "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 22px;
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.333;
}

.jm-megamenu ul.level0 li.mega a.mega.haschild:hover span.menu-title, .jm-megamenu ul.level0 li.mega.haschild:hover > a.mega span.menu-title {
    background: none;
}

/* Home - Category Row */
.category-list-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    margin-bottom: 1em;
    width: 100%;
}

.category-list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin: 0.5%;
    text-align: center;
}

.category-list-item h3 {
    font-size: 32px;
    font-size: 2em;
    font-weight: bold;
}

.category-list-item a {
    background: #898989;
    color: white;
    display: block;
    padding: 1em 0;
    text-decoration: none;
    width: 100%;
}

.category-list-item a:hover, .category-list-item a:active {
    background: #727272;
}

.category-list-item.first {
    margin-left: 0;
}

.category-list-item.last {
    margin-right: 0;
}

/* TopBar */
a.topbar-login {
    font-size: 16px;
    font-size: 1em;
    color: white;
    font-weight: bold;
}

/* Home - Slider */
.iview-caption {
    font-family: "Open Sans", Arial, "Helvetica Neue", Verdana, Arial, sans-serif !important;
}

.iview-caption .caption-contain h3 {
    font-size: 32px;
}

.iview-caption .caption-contain h5 {
    font-size: 24px;
}

/* Home - Promo Row */
.title-box {
    background: #f16625;
    border: 0;
    margin-top: 0;
}

.title-carousel {
    border: 0;
    color: white;
}

.title-carousel:hover, .title-carousel:active {
    border: 0 !important;
}

/* Home - Brands Row */
.products-grid-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    margin-bottom: 1em;
}

.products-grid-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    align-items: center;
}

.products-grid-item img {
    margin: auto;
    max-height: 125px;
}

/* Catalog */
.title-container {
    z-index: 10;
}

.product-name.category-name {
    font-size: 1.5em;
    font-weight: 600;
}

/* Footer */
.footer-info.first-bg {
    color: white;
    font-size: 24px;
    font-size: 1.5em;
    font-weight: 600;
    padding: 1.5em 2em;
    text-align: right;
}

.footer-info.first-bg p {
    margin: 0 1em;
}

a.btn-footer-banner {
    background: white;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #000;
    font-weight: bold;
    margin-left: 1em;
    padding: 0.5em 0.75em;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-footer-banner:hover, .btn-footer-banner:active {
    background: #f7f7f7;
    text-decoration: none;
}

/* Quick Order */
div.fastorder-page-title {
    display: none;
}

#fastorder-0 .fastorder-row-ref, #fastorder-0 .fastorder-row-image, #fastorder-0 .fastorder-row-name, #fastorder-0 .fastorder-row-qty, #fastorder-0 .fastorder-row-price, #fastorder-0 .fastorder-row-add, #fastorder-0 .fastorder-row-edit {
    background: #555;
    font-weight: bold;
}

.fastorder-row-ref button {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#fastorder .messages .error-msg {
    background: #e20000;
    color: #fff;
}

/* Hide Price Slider */
#narrow-by-list dt.last, #narrow-by-list #slider, #narrow-by-list dd.ftr-box.last {
    display: none !important;
}

/* Tables */
table.blades_avail th {
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid #DFDFDF;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

table.blades_avail td {
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: 1px solid #DFDFDF;
}

table.blades_avail {
    width: inherit;
    border: 2px solid black;
}

.box-collateral.box-additional {
    display: none;
}

/* 01/04/2017 - temporary hiding of elements */
.price-box, .block-subtitle {
    display: none !important;
}

/* Media Queries */
@media only screen and (max-width: 1000px) and (min-width: 700px) {
    .container_9 {
        width: 95%;
    }
}

@media only screen and (max-width: 800px) {
    .jm-megamenu {
        display: none;
    }

    .title-container {
        margin-top: 2em;
    }

    .top-links {
        float: left;
    }

    .utility-wrap {
        display: none;
    }

    .dl-menuwrapper .dl-menu {
        margin: 0;
    }

    .dl-menuwrapper button {
        background: #555;
        color: white;
        height: 54px;
        width: 100%;
        font-size: 32px;
        font-size: 2em;
        text-indent: 0;
    }

    .dl-menuwrapper .dl-trigger:after {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: auto;
        height: auto;
    }

    #dl-menu {
        top: auto;
        bottom: auto;
        perspective-origin: 0;
        perspective: none;
        margin: 0;
        width: auto;
    }

    .dl-menu.dl-menuopen {
        -webkit-box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.25);
    }

    #searchbox.mobile-hide {
        display: none;
    }

    img {
        max-width: 100%;
    }

    #scroll-top-img {
        bottom: -75%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

@media only screen and (max-width: 700px) {
    .container_9 {
        max-width: 100%;
        width: 95% !important;
    }

    .footer-info.first-bg {
        text-align: center;
    }

    a.btn-footer-banner {
        display: block;
        margin: 1em auto 0;
        width: 15em;
    }
}

@media only screen and (max-width: 600px) {
    .category-list-row, .products-grid-row {
        display: block;
    }

    .products-grid-item {
        text-align: center;
    }
}

@media only screen and (max-width: 420px) {
    .footer-info.first-bg {
        padding: 1.5em 0;
    }

    .footer-info.first-bg p {
        margin: 0;
    }
}
