/**
**
* LICENSE:
* This source file is subject to the licensing terms that
* are available through the world-wide-web at the following URI:
* http://cartdesigners.com/legal-terms/licensing-terms/.
*
* @author       CartDesigners <info@cartdesigners.com>
* @author       Ransom Carroll <ransom.carroll@cartdesigners.com>
* @copyright    Copyright © 2013 Cart Designers, LLC
* @file         cd-styles.css
* @description  CSS file used for Bigcommerce styles
*
* FONTS
* font-family: 'EuroStile';
* font-family: 'Oswald', sans-serif;
*
**/
#maintenance_notice{
    display: none !important;
}
/* GLOBAL */
body {
    background: #f5f5f5;
    padding-top: 100px;
}
body, p, ul {
    font-family: Arial, sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'EuroStile';
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}
.play {
    display: inline-block;
    position: relative;
}
.play:before {
    color: #fff;
    content: '\e029';
    bottom: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 130px;
    font-style: normal;
    font-weight: 400;
    height: 130px;
    left: 0;
    line-height: 1;
    margin: auto;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 130px;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.play:hover:before {
    opacity: 1;
}
.play:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
}
.play:hover:after {
    opacity: 1;
    z-index: 1;
}
.label-color--alternate {
    color: #e77725;
}
.TitleHeading {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}
div.selector {
    background: #fff url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-arrow-down.png?t=1590084448') no-repeat right center !important;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    color: #1e2738;
    font-size: 13px;
    height: 32px;
    padding: 0 !important;
    width: auto;
}
div.selector span {
    height: 27px;
    line-height: 24px;
    padding-bottom: 0 !important;
}

/* CUSTOM ICON */
.custom-icon {
    background-size: contain;
    display: inline-block;
    height: 78px;
    width: 107px;
}
.custom-icon--cart {
    background: url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-cart.png?t=1590084448') no-repeat;
    height: 36px;
    width: 35px;
}
.custom-icon--cart-mobile {
    background: url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-cart-mobile.png?t=1590084448') no-repeat;
    height: 31px;
    width: 30px;
}
.custom-icon--catalog {
    background: url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-catalog.png?t=1590084448') no-repeat;
}
.custom-icon--dealer {
    background: url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-dealer.png?t=1590084448') no-repeat;
}
.custom-icon--install {
    background: url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-install.png?t=1590084448') no-repeat;
}
.custom-icon--photo {
    background: url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-photo.png?t=1590084448') no-repeat;
}
.custom-icon--sponsored {
    background: url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-sponsored.png?t=1590084448') no-repeat;
}

/* HEADER */
.header {
    background: #1e2738;
    border-bottom: 1px solid #29354b;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.navbar-top-menu {
    display: none;
}
#Header {
    margin: 0;
}
#Header > .inner {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#Header > .inner > div {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.header-logo,
.header-navigation,
.header-message,
.header-phone-hours,
.header-cart {
    border-right: 1px solid #29354b;
}
.header-logo {
    padding: 19px 15px;
    width: 270px;
}
.header-navigation {
    padding: 0 10px;
}
.header-navigation .nav > li {
    position: static;
}
.header-navigation .nav > li > a {
    color: #fff;
    font-family: 'EuroStile';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.075em;
    padding: 40px 15px;
    text-transform: uppercase;
}
.header-navigation .nav > li:hover,
.header-navigation .nav > li > a:focus,
.header-navigation .nav > li > a:hover,
.header-navigation .nav > li > a > .fa {
    color: #e77725;
}
.header-navigation .nav > li > a > .fa {
    margin-left: 5px;
}
.header-navigation .nav > li > ul {
    box-shadow: 6px 6px 10px rgba(0,0,0,0.1);
    border-top: 2px solid #1e2738;
    padding: 20px;
    text-align: left;
    top: 99%;
}
.header-navigation .nav > .has-dropdown-cta > ul {
    min-height: 225px;
    padding-right: 300px;
}
.header-navigation .nav > li > ul li {
    float: left;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0.75% 0.5%;
    width: 32.33%;
}
.header-navigation .nav > li > ul .dropdown-cta {
    height: calc(100% - 40px);
    margin: 0;
    position: absolute;
    right: 25px;
    text-align: center;
    width: auto;
}
.header-navigation .nav > li > ul li a {
    color: #1e2738;
}
.header-navigation .nav > li > ul li a:focus,
.header-navigation .nav > li > ul li a:hover {
    color: #e77725;
}
.header-navigation .nav > li > ul ul,
.header-navigation .nav > li > ul li:hover ul {
    display: none;
}
.dropdown-cta img {
    max-height: 100%;
    max-width: 100%;
}
.header-message,
.header-phone-hours,
.header-search-icon,
.header-cart {
    padding: 15px;
}
.header-message,
.header-phone-hours {
    text-align: center;
}
.header-phone,
.cart-label {
    font-family: 'Eurostile';
}
.header-message--heading,
.header-hours,
.cart-price-total {
    font-family: 'Oswald', sans-serif;
}
.header-message--heading,
.header-phone,
.cart-label {
    color: #ffffff;
    text-transform: uppercase;
}
.header-message--heading {
    margin: 15px 0 0;
}
.header-phone {
    font-size: 18px;
    letter-spacing: 0.025em;
    margin: 18px 0 0;
}
.header-hours {
    font-size: 14px;
    letter-spacing: 0.15em;
}
.header-message--heading {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 3px;
}
.header-message--label {
    font-family: Arial, sans-serif;
    font-weight: 700;
}
.header-message--label,
.header-hours,
.cart-price-total {
    color: #e77725;
}
.header-search-icon {
    padding-top: 30px;
    text-align: center;
}
.header-search-icon i {
    color: #fff;
    font-size: 30px;
    transition: color 0.3s ease;
}
.header-search-icon:hover i {
    color: #e77725;
    cursor: pointer;
}
.header-cart {
    padding: 20px 15px 0;
}
.header-cart a {
    display: block;
    float: left;
    position: relative;
    text-align: center;;
}
.header-cart .custom-icon {
    float: left;
    margin-left: 5px;
}
.cart-label,
.cart-item-total {
    display: block;
}
.cart-item-total {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    left: 15px;
    position: absolute;
    top: -4px;
}
.cart-label-price {
    clear: both;
    float: left;
    margin-top: 9px;
    width: 100%;
}
.cart-label {
    display: none;
}
.cart-price-total {
    display: block;
}
.off-canvas-menu {
    padding-bottom: 145px;
}
.off-canvas-menu i {
    background: #eb8d49;
    border: 1px solid #e97f32;
    border-radius: 4px;
    color: #fff;
    padding: 1px 4px;
    top: 10px;
}
.off-canvas-menu .nav > li > a i:before,
.off-canvas-menu .nav > li > a:hover i:before {
    content: '\f107';
}
.off-canvas-menu .nav .expand > ul {
    display: block;
}
.off-canvas-menu .nav > li.expand > a i:before {
    content: '\f106';
}
@media only screen and (max-width: 1900px) {
    .header-logo {
        padding: 19px 10px;
        width: 200px;
    }
    .header-navigation .nav > li > a {
        padding: 40px 10px;
    }
    .header .header-message,
    .header-phone-hours,
    .header-cart {
        padding: 15px 10px;
    }
}
@media only screen and (max-width: 1600px) {
    .header-navigation .nav > li > a {
        font-size: 12px;
        padding: 41px 5px;
    }
    .header-message--heading {
        margin-bottom: 0;
    }
    .header-message--label {
        font-size: 12px;
        font-weight: 400;
    }
    .header-phone {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
    .header-hours {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .header-cart {
        padding: 30px 10px 0 25px;
    }
}
@media only screen and (max-width: 1360px) {
    .header-logo {
        padding: 25px 10px 0;
        width: 170px;
    }
    .header-logo img {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1340px) {
    .header-phone-hours {
        display: none;
    }
}
@media only screen and (max-width: 1160px) {
    .header .header-message {
        display: none;
    }
    .header-logo {
        padding: 19px 5px;
    }
    .header-cart {
        padding: 30px 5px 0 10px;
    }
}
@media only screen and (max-width: 1000px) {
    body {
        padding-top: 79px;
    }
    .header-logo {
        width: 130px;
    }
    .header-logo img {
        height: 40px;
    }
    .header-navigation .nav > li > a {
        font-size: 10px;
        padding: 32px 5px;
    }
    .header-navigation .nav > .has-dropdown-cta > ul {
        padding-right: 170px;
    }
    .header-navigation .nav > li > ul .dropdown-cta {
        width: 150px;
    }
    .header-cart {
        padding: 20px 0 0 15px;
    }
    .header-cart a {
        padding: 0;
    }
    .header-cart .custom-icon {
        display: inline-block;
        position: relative;
    }
    .cart-label-price {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    body {}
    .play:before {
        font-size: 80px;
        height: 80px;
        width: 80px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .fixed-navigation--message {
        padding: 5px;
    }
    .fixed-navigation--logo {
        padding: 10px;
    }
    .fixed-navigation--logo img {
        height: 40px;
    }
    .top-menu-responsive-link {
        padding: 5px 15px;
    }
    .top-menu-link-cart {
        padding: 5px 15px;
    }
    .fixed-navigation .cart-item-total {
        top: 2px;
        left: 65%;
    }
    .custom-icon--cart-mobile {
        height: 28px;
        margin-top: 3px;
        width: 28px;
    }
    .off-canvas-menu {
        padding-bottom: 105px;
        top: 55px;
    }
    body {
        padding-top: 55px;
    }
}
@media only screen and (max-width: 456px) {
    .off-canvas-menu {
        top: 145px;
    }
}
@media only screen and (max-width: 400px) {
    .off-canvas-menu {
        top: 130px;
    }
}

/* SEARCH BY */
.search-by {
    float: left;
    padding: 25px 30px;
    width: 100%;
}
.search-by--heading {
    display: block;
    font-size: 17px;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.search-by--heading .label-color--alternate {
    color: #1e2738;
}
.search-by .form-group {
    float: left;
    width: 100%;
}
.search-by div.selector {
    background: #fff url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/icon-arrow-down.png?t=1590084448') no-repeat right center !important;
    border: none;
    border-radius: 4px;
    color: #1e2738;
    float: left;
    font-size: 13px;
    height: 32px;
    padding: 0 !important;
    width: 100%;
}
.search-by div.selector span {
    height: 27px;
    line-height: 24px;
    padding-bottom: 0 !important;
}
.search-by--btn {
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    width: 120px;
}

/* SIDEBAR */
.sidebar {
    position: relative;
    z-index: 9;
}
.sidebar .search-by {
    background: rgb(235,141,73);
    background: -moz-linear-gradient(45deg,  rgba(235,141,73,1) 0%, rgba(231,119,37,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(235,141,73,1) 0%,rgba(231,119,37,1) 100%);
    background: linear-gradient(45deg,  rgba(235,141,73,1) 0%,rgba(231,119,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8d49', endColorstr='#e77725',GradientType=1 );
    border: none;
}
.left-menu--search-categories,
.left-menu--faceted-search {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-top: none;
    clear: both;
    float: left;
    margin: 0 0 30px;
    padding: 25px 30px;
    width: 100%;
}
.sidebar #SearchForm {
    float: left;
    width: 100%;
}
.sidebar .search-form--heading {
    color: #e77725;
    display: block;
    font-size: 17px;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.sidebar #SearchForm input.Textbox {
    background: #f5f5f5;
    border-color: #e0e0e0;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #1e2738;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    width: calc(100% - 36px);
}
.sidebar #SearchForm .Button {
    background: #1e2738 url('//cdn11.bigcommerce.com/s-ky240q9geo/templates/__custom/images/searchIcon.png?t=1590084448') no-repeat center;
    border-radius: 0 4px 4px 0;
    height: 36px;
    width: 36px;
}
.QuickSearch {
    left: 0;
    right: initial;
}
.sidebar .categories-list {
    clear: both;
    float: left;
    width: 100%;
}
.sidebar .category-list > li {
    margin: 30px 0 0;
}
.sidebar .category-list > li > a {
    color: #e77725;
    display: block;
    font-family: 'EuroStile', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.sidebar .category-list li > ul > li {
    margin: 0;
    position: relative;
}
.sidebar .category-list li > ul > li > a {
    border-top: 1px solid #e0e0e0;
    color: #1e2738;
    display: block;
    padding: 7px 17px 7px 0;
}
.sidebar .category-list li > ul > li:first-of-type > a {
    border: none;
}
.sidebar .category-list li > ul > li > a:focus,
.sidebar .category-list li > ul > li > a:hover {
    color: #e77725;
}
.sidebar .category-list ul ul {
    display: none;
}
.sidebar .category-list li li:hover > ul {
    background: #fff;
    border: 1px solid #c9c9c9;
    display: block;
    padding: 5px 20px;
    position: absolute;
    right: -350px;
    top: -3px;
    width: 350px;
    z-index: 2;
}
.sidebar a {
    position: relative;
}
.sidebar a > .fa {
    color: #e77725;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 9px;
}
.sidebar a > .fa:before {
    content: '\f105';
}

/* CONTENT */
.main > .inner {
    clear: both;
    padding-top: 30px;
}
.main img {
    height: auto;
    max-width: 100%;
}
.Rating img {
    width: 102px;
}
.Breadcrumb {
    background: #c9c9c9;
    float: left;
    text-align: center;
    width: 100%;
}
ul.breadcrumb {
    display: inline-block;
    float: none;
    font-family: 'EuroStile', sans-serif;
    font-size: 13px;
    letter-spacing: 0.075em;
    margin: 0 auto;
    max-width: 1260px;
    padding: 17px 0 10px;
    text-transform: uppercase;
    width: 100%;
}
ul.breadcrumb > li + li:before {
    content: '\e258';
    font-size: 12px;
    margin-top: 1px;
    padding: 0 8px;
}
ul.breadcrumb li a {
    color: #515763;
}
ul.breadcrumb,
ul.breadcrumb > li + li:before,
ul.breadcrumb li a:focus,
ul.breadcrumb li a:hover {
    color: #1e2738;
}
@media only screen and (max-width: 767px) {
    .main > .inner {
        padding-top: 10px;
    }
    ul.breadcrumb {
        font-size: 10px;
        padding: 12px 5px 5px;
    }
    ul.breadcrumb > li + li:before {
        font-size: 10px;
        margin-top: -1px;
        padding: 0 3px;
    }
}
@media only screen and (max-width: 500px) {
    .Breadcrumb {
        display: none;
    }
}

/* PRODUCT LIST */
.ProductList {
    background: #fff;
    border: 1px solid #c9c9c9;
    margin: 0;
    padding: 20px 0;
}
.ProductList li {
    border-left: 1px solid #c9c9c9;
    margin: 15px 0;
    padding: 0 4%;
    text-align: center;
    width: 25%;
}
.Content .ProductList .ProductImage{
    background: none;
    min-height: 231px;
}
.ProductList .pname {
    color: #1e2738;
    font-size: 16px;
}
.ProductList .pname:focus,
.ProductList .pname:hover,
.ProductList em {
    color: #e87826;
}
.ProductList em {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.ProductList em strike {
    color: #c9c9c9;
    font-weight: 400;
}
.ProductList em strike,
.ProductPriceRating {
    display: none;
}
.ProductActionChooseOptions {
    margin-bottom: 10px;
}
.ProductList .btn {
    color: #fff;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    width: 100%;
}
@media only screen and (max-width: 1100px) {
    .ProductList {
        padding: 10px 0;
    }
    .ProductList li {
        padding: 0 2%;
    }
    .ProductList .btn {
        font-size: 13px;
    }
}
@media only screen and (max-width: 850px) {
    .ProductList li {
        width: 50%;
    }
    .ProductList .btn {
        font-size: 11px;
    }
}

/* FOOTER */
.footer {
    clear: both;
}
.footer > .inner {
    max-width: 100%;
    width: 100%;
}
.footer-section {
    background: #1e2738;
    border-top: 1px solid #29354b;
    float: left;
    padding: 35px 0;
    text-align: center;
    width: 100%;
}
.footer-section > .inner,
.footer-copyright-section > .inner {
    margin: auto;
    max-width: 1440px;
    width: 98%;
}
.footer-section--ctas {
    padding: 0;
}
.footer-section--ctas > .inner {
    max-width: 100%;
    width: 100%;
}
.footer-cta {
    border-left: 1px solid #29354b;
    float: left;
    height: 100px;
    position: relative;
    width: 25%;
}
.footer-cta--background {
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.footer-cta--label {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 35px 0 0;
    position: relative;
    z-index: 2;
}
.footer-label--alternate {
    color: #e77725;
}
.footer-more {
    float: left;
    padding: 0 20px;
    width: 20%;
}
.footer-more--label {
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0;
}
.footer-more--link {
    color: #e77725;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.footer-more--link:focus,
.footer-more--link:hover {
    color: #fff;
}
.footer-social-section {
    float: left;
    padding: 0 10px;
    width: 50%;
}
.newsletter-subscription .inner {
    padding: 0;
}
.newsletter-subscribtion--heading,
.social-links--heading {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.newsletter-subscription .Textbox {
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #1e2738;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    height: 50px;
    line-height: 50px;
    max-width: inherit;
    padding: 10px 15px;
    width: calc(100% - 156px);
}
.newsletter-subscription .btn {
    border-radius: 0 4px 4px 0;
    font-family: 'EuroStile';
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0.1em;
    line-height: 50px;
    text-transform: uppercase;
    width: 156px;
}
.footer-section--links {
    text-align: left;
}
.footer-links {
    float: left;
    padding-right: 20px;
    width: 25%;
}
.footer-links--support {
    padding: 0;
}
.footer-links ul {
    list-style: none;
    margin: 0;
}
.footer-links li {
    margin: 7px 0;
}
.footer-links a {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px;
}
.footer-links a:focus,
.footer-links a:hover {
    color: #fff;
}
.footer-links--heading {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
}
.footer-links--contact li {
    min-height: 25px;
    padding-left: 40px;
    position: relative;
}
.footer-links--contact i {
    color: #e77725;
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 5px;
}
.footer-contact--address i {
    font-size: 30px;
}
.footer-contact--email i {
    top: 0;
}
.footer-links--contact a {
    color: #fff;
    font-size: 18px;
}
.footer-links--contact a:focus,
.footer-links--contact a:hover {
    color: #e77725;
}
.footer-links address span {
    display: block;
}
.footer-section--copyright {
    background: #171f2e;
    padding: 0;
}
.footer-copyright-section {
    padding: 15px 0;
}
.footer-section--copyright p {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.footer-copyright-section--copyright {
    text-align: left;
}
.footer-copyright-section--copyright p {
    float: left;
    margin: 5px 0 0;
    width: calc(100% - 215px);
}
.footer-copyright-section--copyright img {
    float: right;
}
.footer-copyright-section--disclaimer {
    border-top: 1px solid #29354b;
}
.footer-copyright-section--disclaimer p {
    margin: 0;
}
.mobile-faceted-search {
    background: #fff;
    height: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 99;
}
@media only screen and (max-width: 1360px) {
    .footer-cta,
    .footer-cta--background {
        height: 60px;
    }
    .footer-cta--label {
        font-size: 22px;
        letter-spacing: 0.05em;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .footer-cta--label {
        font-size: 18px;
        margin-top: 22px;
    }
    .footer-more {
        padding: 0 10px;
    }
    .footer-more--label {
        font-size: 16px;
        font-weight: 400;
    }
    .footer-more--link {
        font-size: 14px;
    }
    .newsletter-subscription .inner {
        padding: 0;
    }
    .newsletter-subscribtion--heading,
    .social-links--heading {
        font-size: 22px;
    }
    .newsletter-subscription .Textbox {
        width: calc(100% - 106px);
    }
    .newsletter-subscription .btn {
        font-size: 16px;
        width: 106px;
    }
    .footer-links--contact a {
        font-size: 16px;
    }
    .social-links {
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .footer-cta {
        width: 100%;
    }
    .footer-cta,
    .footer-cta--background {
        height: 100px;
    }
    .footer-section {
        padding: 0;
    }
    .footer-cta--label {
        font-size: 24px;
        margin-top: 40px;
    }
    .footer-more {
        float: left;
        padding: 10px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .footer-more:after {
        color: #e77725;
        content: '\e258';
        bottom: 0;
        display: block;
        font-family: 'Glyphicons Halflings';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        position: absolute;
        right: 20px;
        top: 50%;
        z-index: 2;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .footer-more .custom-icon {
        float: left;
        margin-right: 30px;
    }
    .footer-more--label {
        margin: 25px 0 0;
    }
    .footer-social-section {
        padding: 20px;
        width: 100%;
    }
    .newsletter-subscription .inner {
        width: 100%;
    }
    .newsletter-subscription .btn {
        margin: 0;
    }
    .footer-section--links {
        padding: 20px;
    }
    .footer-links {
        padding: 0;
        width: 50%;
    }
    .footer-links--contact {
        display: none;
    }
    .footer-copyright-section--copyright p {
        text-align: center;
        width: 100%;
    }
    .footer-copyright-section--copyright img {
        display: block;
        float: none;
        margin: 5px auto 0;
    }
    .newsletter-subscribtion--heading,
    .social-links--heading,
    .footer-links--heading {
        font-size: 17px;
    }
    .footer-links a {
        font-size: 15px;
    }
    .social-link {
        height: 40px;
        line-height: 38px;
        width: 40px;
    }
    .social-link .fa {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .footer-more .custom-icon {
        background-size: contain;
        height: 38px;
        margin-right: 10px;
        width: 57px;
    }
    .footer-more--label {
        font-size: 14px;
        margin-top: 5px;
    }
    .footer-links--heading {
        font-size: 14px;
        margin: 0;
    }
}

/* EASY PAGINATE */
.easy-paginate-arrows {
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.easy-paginate-arrow {
    background: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    color: #1e2738;
    cursor: pointer;
    display: inline-block !important;
    font-size: 12px;
    height: 36px;
    margin: 0 0 0 5px;
    padding: 11px 0 0;
    text-align: center;
    width: 36px;
}
.easy-paginate-arrow:hover {
    background: #fff;
    color: #e87826;
    cursor: pointer;
}
.easy-paginate-arrow.grey,
.easy-paginate-arrow.grey:hover {
    color: #c9c9c9;
    cursor: default;
}
.easy-paginate-arrow--previous {
    left: 0;
}
.easy-paginate-arrow--next {
    right: 0;
}
.easy-paginate-selectors {
    bottom: 0;
    float: left;
    margin: 20px 0 0;
    text-align: center;
    top: initial;
    width: 100%;
}
.easy-paginate-selector {
    background: #fff;
    border: 1px solid #98bce5;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    list-style: none;
    margin: 0 3px;
    text-indent: -9999px;
    width: 20px;
}
.easy-paginate-selector:hover,
.easy-paginate-selector--active {
    background: #98bce5;
}
.easy-paginate-selector:hover {
    cursor: pointer;
}

/* CART/CHECKOUT */
.cart-header {
    margin-bottom: 10px;
}
.cart-item + .cart-item {
    margin-top: 10px;
}
.cart-item-sku-value {
    text-align: center;
}
.cart-code input {
    max-width: inherit;
}
.shippingquote:last-of-type {
    margin-bottom: 15px;
}
.shippingquote:nth-child(2) thead {
    display: none;
}
.shippingquote .Price {
    text-align: right;
}
.express-checkout-content .ShippingProviderList {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .cart-item-sku-value {
        text-align: right;
    }
    .total-estimate-shipping .total-value {
        padding: 0;
    }
    .EstimateShipping {
        border: none;
        padding: 20px 0 0 !important;
        text-align: right;
    }
    .EstimateShippingButtons {
        padding-top: 5px;
    }
    #shippingZoneZip {
        display: inline-block;
    }
    .checkout .table-responsive {
        border: none;
        margin: 0;
    }
    .cart-contents-footer {
        width: auto;
    }
    .cart-contents-footer .total {
        padding: 10px 1%;
        width: 98%;
    }
}

/* OTHER */
#ModalContainer.QuickViewModal .ModalContent {
    background: #fff;
}
.SitemapPages,
.SitemapCategories,
.SitemapBrands {
    float: left;
    margin-right: 20px;
}
.AccountOrderStatusList li,
.AccountOrdersList li {
    clear: both;
}
.btns {
    top: 20px;
}
.HowToPay {
    height: auto;
}
#share-product {
    clear: both;
}
ul.tabs {
    top: -4px;
}
ul.tabs li.active {
    border-bottom: none;
}
ul.tabs li img {
    top: 2px;
    vertical-align: top;
}
.alert a {
    color: #f06f11;
}
#SimilarMultiProductsByCustomerViews .ProductList li {
    width: 18.4%;
}
#SimilarMultiProductsByCustomerViews .ProductList li:first-of-type {
    margin-left: 0;
}
.sexy-search-wrap .search-results img.RatingIMG {
    clear: both;
}
.PTB20,
.row {
    clear: both;
}
@media only screen and (max-width: 950px) {
    .account-item-explainer .panel-footer a {
        display: block;
        min-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .account-item-explainer .panel-footer a {
        min-height: initial;
    }
}
@media only screen and (max-width: 500px) {
    .li-list h4 {
        clear: both;
        display: block;
        padding-top: 10px;
    }
}

/* TABLES */
.table--full-width,
.table-column--full-width {
    width: 100%;
}
.table-column--one-half {
    width: 50%;
}
.table-column--one-third {
    width: 33.33%;
}
.table-column--two-thirds {
    width: 66.66%;
}
.table-column--one-quarter {
    width: 25%;
}
.table-column--three-quarters {
    width: 75%;
}
@media only screen and (max-width: 767px) {
    .table-column--one-half,
    .table-column--one-third,
    .table-column--two-thirds,
    .table-column--one-quarter,
    .table-column--three-quarters {
        width: 100%;
    }
    .table-column--one-quarter {
        width: 50%;
    }
    .table-column--one-quarter:nth-child(2n+1) {
        clear: both;
    }
    table td > div {
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    .table-column--one-quarter {
        width: 100%;
    }
}

/* MAIN SITE SEARCH */
.modal-active {
    overflow: hidden;
}
.main-site-search {
    height: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 99;
}
.main-site-search--active {
    background: rgba(0,0,0,0.6);
    height: 100%;
    opacity: 1;
    top: 0;
}
.main-site-search--form {
    margin: 101px auto 0;
    max-height: 100%;
    min-width: 767px;
    max-width: 1320px;
    position: relative;
    width: 96%;
}
.main-site-search--form .QuickSearch {
    position: relative;
}
#main_site_search_query,
.main-site-search--btn,
.main-site-search--close {
    float: left;
}
#main_site_search_query {
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    max-width: inherit;
    padding: 0 20px;
    width: calc(100% - 100px);
}
.main-site-search--btn {
    background: #e77725;
    border: none;
    color: #fff;
    font-family: 'EuroStile';
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    transition: background-color 0.3s ease;
    width: 100px;
}
.main-site-search--btn:hover {
    background: #1e2738;
}
.main-site-search--close {
    background: #0c1016;
    color: #fff;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 25px;
    width: 50px;
}
.main-site-search--close:hover {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    input.Textbox,
    input[type="text"],
    input[type="password"],
    div.selector select,
    .sexy-search-wrap input,
    .newsletter-subscription .Textbox,
    textarea {
        font-size: 16px;
    }
    .search-results + h3,
    .search-results.pages {
        display: none !important;
    }
    .btn {
        font-size: 13px;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .btns {
        position: relative;
        top: 0;
    }
}
@media only screen and (max-width: 420px) {
    .ProductActionChooseOptions {
        margin-bottom: 0px;
    }
}    
@media screen 
  and (min-device-width: 1440px) 
  and (max-device-width: 1900px) { 
    .ProductList .btn {
        font-size: 14px;
    }  
    #CategoryBreadcrumb {
        padding-top: 15px;
    }  
    #ProductBreadcrumb {
        padding-top: 15px;
    }
    #PageBreadcrumb {
        padding-top: 15px;
    }
}
/* PHATBAR */
/* Set to 29px when no sales and remove important tag */
.phat-bar-active .fixed-navigation {
    top: 29px;
}    
.phat-bar {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    margin: 0;
    padding: 0;
    height: 30px;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 16;
}
.phat-bar .message, .phat-bar .message a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
}
.phat-bar .message span {
    color: #e77725;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 0 5px;
}
.phat-bar button.close {
    height: 34px;
    width: 60px;
}
.custom-icon-truck-orange {
    display: inline-block;
    vertical-align: middle;
    color: #e77725;
    font-size: 20px;
}
@media only screen and (max-width: 420px) {
    .phat-bar .message, .phat-bar .message a {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }
}                
@media only screen and (max-width: 767px) {
    .phat-bar-active .fixed-navigation {
        position: absolute;
    }
    .phat-bar-active .main {
        padding-top: 15px;
    }
    /* Set top to 87px when no sales */
    .phat-bar-active .external-pane,
    .phat-bar-active .off-canvas-menu {
        top: 87px!important;
    }
    /* Set top to 87px when no sales */
    .phat-bar-active .off-canvas-menu {
        padding-bottom: 131px;
        top: 87px!important;
    }   
}