/* Fonts */
@font-face {
    font-family: 'Oswald Regular';
    src: url('../fonts/Oswald-Regular.ttf');
}

body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}



/* Header */
.greet.welcome{
    display: none !important;
}

.header-content{
    display: flex;
}

.logo{
    max-width: 60%;
    width: 100%;
    justify-content:center;
}

.logo img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.tagline{
    display: none;
}

.container-banner {
    max-height: 565px;
    overflow: hidden;
}
.container-banner .banner-wrap {
    position: relative;
}
.container-banner .banner-wrap .banner-meta {
    position: absolute;
    right: 10%;
    top: 30%;
    z-index: 10;
    color: #fff;
    /*transform: translate(0,-30%);*/
}
.container-banner .banner-wrap .banner-meta .banner-title{
    font-family: "Oswald Regular";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 43px;
    margin-bottom: 10px;
}
.container-banner .banner-wrap .banner-meta .banner-subtitle p {
    font-size: 28px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.mobile-finder-wrap .amfinder-group-title{
    display: none;
}

/*.finder-wrap{*/
    /*display: none;*/
/*}*/

.difference-links{
    display: none;
}

.mobile-finder-wrap{
    display: block;
}

.mobile-finder-wrap .amfinder-holder div.amfinder-vertical,
.mobile-finder-wrap .amfinder-holder div.amfinder-responsive{
    width: inherit;
}

/* Main styles */
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
    border-color: #ec922f;
    color: #000;
    font-weight: 600;
}

.action.primary:focus, .action.primary:active {
    background: #ec922f !important;
    border: #ec922f !important;
    color: #fff;
}

h1.page-title {
    font-family: 'Oswald Regular', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    color: #666;
    line-height: 43.2px;
}

a.action.create.primary,
.action.primary,
.action.primary:hover,
button.action-primary.action-accept{
    background-color: #EB9D2E;
    border-radius: 0;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}
button.action-secondary.action-dismiss{
    background-color: #6e716e;
    border-radius: 0;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}
#phone-number-putco{
    display: inline-block;
}

/* Mini cart */
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: inherit;
    visibility: hidden;
}

#cart-text{
    font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 14px;
    color: #0D2F5D;
    line-height: 16.8px;
    tex-transform: uppercase;
}

.minicart-wrapper .action.showcart:before {
    content: '';
    height: 30px;
    width: 30px;
    font-size: 0 !important;
    background: url('../images/putcocart.png') no-repeat;
    position: relative;
    top: -5px;
}

.minicart-wrapper .action.showcart .counter.qty{
    position: relative;
    top: -10px;
}

button#top-cart-btn-checkout{
    border-radius: 0;
    background-color: #eb9d2e;
    border: 0;
    /* font-family: 'Roboto',sans-serif; */
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    line-height: 19.2px;
}

#cart-text{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    bottom: 8px;
}
/* Promo */

/*Big title*/
.title-large{
    font-weight: 300;
    line-height: 1.1;
    margin-top: 0;
    font-size: 40px;
}

/*Medium title*/
.title-med{
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
}

.center {
    text-align: center;
}
.promo-wrap {
    background-color: #7c819c;
    padding: 17px 0;
}
.promo-wrap .promo-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
    margin-bottom: 3px;
}
.promo-wrap .promo-subtitle {
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
/* end Promo*/

/* Boxes */
.box-left{
    right: inherit;
}

.box-right{
    right: 5%;
}
.background-white{
    background: rgba(255, 255, 255, 0.4);
    padding: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

.background-gray{
    background: rgba(0, 0, 0, 0.4);
    padding: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

.background-black{
    background: #000;
    padding: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

a.link-white{
    color: #fff;
}

.row:after {
    clear: both;
    display: table;
    content: '';
}

.col-3 {
    width: inherit;
    float: none;
}
.col-3, .col-2, .col-1 {
    box-sizing: border-box;
}

.left-col {
    padding-right: 0;
}

.center-col {
    padding-right: 0;
    padding-left: 0;
}

.right-col {
    padding-left: 0;
}

 .box:first-child {
    padding-left: 0;
}

 .box:last-child {
    padding-right: 0px;
}

 .box .box-meta {
    position: absolute;
    padding-left: 20px;
}
 .box .box-meta .box-meta-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
    margin-bottom: 5px;
}
 .box .box-meta .box-meta-subtitle {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
 .box .box-meta .box-meta-subtitle.blue,
 .box .box-meta .box-meta-title.blue {
    color: #0d2f5d;
}
 .box .box-meta .box-meta-subtitle.center {
    text-align: center;
}

 .box .box-meta.mid {
    top: 50%;
    transform: translate(0,-50%);
}
 .box .box-meta.bottom {
    bottom: 10px;
}

.col-3, .col-2 {
    box-sizing: border-box;
}

.col-3.left-col, .col-2.left-col {
    padding-right: 0;
}

.center-col {
    padding-right: 0;
    padding-left: 0;
}

.right-col, .right-col {
    padding-left: 0;
}

.box:first-child,  .box:first-child {
    padding-left: 0;
}

.box:last-child,  .box:last-child  {
    padding-right: 0;
}

.col-3 .box {
    max-height: 240px;
    height: 240px;
    overflow: hidden;
    background: #0d2f5d;
    position: relative;
}

.box{
    overflow: hidden;
    position: relative;
}


/* Product Page */
.product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #666666;
}

.product-social-links .action.towishlist:before,
.product-social-links .action.tocompare:before,
.product-social-links .action.mailto.friend:before {
    color: #989a99;
}
.find-a-dealer,
.bundle-options-container .block-bundle-summary .product-addto-links>.action,
.product-item-actions .actions-secondary>.action, .product-social-links .action.tocompare,
.wishlist.split.button>.action.split, .product-social-links .action.mailto.friend,
.product-social-links .action.towishlist, .block-bundle-summary .action.towishlist,
.product-item .action.towishlist, .table-comparison .action.towishlist .product-pdf a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    color: #0D2F5D;
    text-transform: none;
    line-height: 15.6px;
    font-weight: 400;
}

.find-a-dealer{
    display: inline;
    margin-left: 25px;
    font-family: 'Roboto', sans-serif;
}

.find-a-dealer span{
    position: relative;
    top: 6px;
    margin-right: 5px;
}

.block-title-left, .block-title-center{
    font-family: 'Oswald Regular', sans-serif;
    letter-spacing: .8px;
    font-size: 24px !important;
}

body.amlocator-index-index .page-title span{
    font-weight: 700;
    letter-spacing: .8px;
}

div#amasty_locator_filter {
    margin-bottom: 0;
    padding-bottom: 20px;
}

div.swatch-option.disabled:after{
    background: #b6b6b6;
    opacity: 0.9;
}

.find-a-dealer a{
   text-decoration: none;
}

.find-a-dealer-link{
    color: #0D2F5D;
    top: 0 !important;
}

.find-a-dealer-link:hover{
    color: #333;
}

.product-social-links .action.towishlist:before, .product-social-links .action.tocompare:before, .product-social-links .action.mailto.friend:before {
    color: #989a99;
    font-size: 30px;
    line-height: 30px;
    display: inherit;
    width: 25px;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #0D2F5D;
    line-height: 15.6px;
}

.product-info-main .product-info-stock-sku {
    display: block;
}
.product-info-main .product.attribute.sku {
    display: none;
    font-weight: bold !important;
}
.product-info-main .product.attribute.sku .type {
    font-weight: bold !important;
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Oswald Regular', sans-serif;
    font-weight: normal;
    font-size: 34px;
    color: #666;
    line-height: 40.8px;
}

.action.add, .product-reviews-summary .reviews-actions a{
    color: #0D2F5D;
}

.product.data.items {
    color: #666;
    font-weight: normal;
    font-size: 14px;
    line-height: 19.37px;
    font-family: 'Roboto', sans-serif;
}

#tab-label-product.info.description-title,
#tab-label-reviews-title {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.product-reviews-summary .reviews-actions {
    margin-top: 3px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #0D2F5D;
    line-height: 15.6px;
}

.fotorama__thumb-border{
    border: none;
}

.fotorama__nav__shaft .fotorama__nav__frame{
    border: 1px solid #696969;
    border-right: none;
    padding: 0 !important;
}

.fotorama__nav__shaft .fotorama__nav__frame:last-child{
    border-right: 1px solid #696969;
}

/* Product list*/
span.price-wrapper span.price {
    font-weight: 700;
    font-size: 13px;
    color: #0D2F5D;
    line-height: 15.6px;
}

span.price-container.price-final_price span.price-label,
span.price-container.price-final_price span.pricewrapper{
    font-size: 13px;
    color: #0D2F5D;
    line-height: 15.6px;
}

.products-grid .product-item-inner,
.products-grid .product-item-info:hover, .products-grid .product-item-info.active{
    box-shadow: none;
}

a.action.tocompare{
    display: none !important;
}

/* Anonymous */
[data-class="desktop"]{
    display: block;
}
@media only screen and (max-width: 1023px) {
    [data-class="desktop"] {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    [data-class="mobile"] {
        display: none;
    }
}

/* Product Finder */
.amfinder-holder .amfinder-vertical, .amfinder-holder .amfinder-horizontal, .amfinder-holder .amfinder-responsive {
    background: #0d2f5d;
    padding: 8px;
    color: #fff;
    padding-bottom: 0;
}

.amfinder-holder .dropdown-element.amshopby-clearer {
    position: relative;
    width: 100%;
    /*Don't really need this just for demo styling*/
    float: left;
    min-width: 200px;
    margin: 0 auto;
}

.amfinder-holder .dropdown-element.amshopby-clearer select,
.io-nav-form select{
    font-size: 13px !important;
    font-family: 'Oswald Regular', sans-serif;
    color: #0d2f5d;
    line-height: 15.6px;
    width: 100%;
    text-transform: uppercase;
}

.amfinder-holder div.amfinder-vertical, .amfinder-holder div.amfinder-responsive {
    background: #0d2f5d;
    padding: 8px;
    color: #fff;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 4%;
    margin-top: 10px;
    padding-bottom: 15px;
}

/* IE11 hide native button */
.amfinder-holder .dropdown-element.amshopby-clearer select::-ms-expand {
    display: none;
}

.amfinder-holder .dropdown-element.amshopby-clearer:after {
    content: '^';
    font: 10.7px "Open Sans", sans-serif;
    color: #999;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 18px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.amfinder-holder .dropdown-element.amshopby-clearer select,
.io-nav-finder .dropdown-element.amshopby-clearer select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100% !important;
    height: 50px;
    float: right;
    margin: 1px 0px 1px 0;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #0d2f5d;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.amfinder-title,
.io-nav-form-label{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0d2f5d;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
    line-height: 15.6px;
}

.amfinder-group-title{
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 15px;
    color: #0d2f5d;
    line-height: 18px;
}

.prod-msg {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #666;
    line-height: 19.37px;
    float: left;
    text-aign: left;
    text-align: left;
    width: 100%;
    margin-bottom: 25px;
}

.amfinder-buttons{
    /*display: block !important;*/
}

#am-go-btn, #nav-go-btn{
    font-family: 'Oswald Regular';
    font-size: 13px;
    background-color: #8697ae;
    color: #0d2f5d;
    line-height: 15.6px;
    float: right;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    bottom: 5px;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 7px;
}

.category-view .amfinder-horizontal {
    display: none;
}

#am-reset-btn {
    display: none;
}

.fotorama__nav {
    margin-top: 10px;
}

.amfinder-holder {
    width: 325px;
}

.mobile-finder-wrap .amfinder-holder {
    width: inherit;
}

.fotorama__thumb-border {
    border: none !important;
}

#tab-label-additional, #additional {
    display: none;
}

.amfinder-holder .amfinder-vertical .dropdown-element {
    padding-bottom: 0;
}

.box{
    background-size: cover !important;
}

button#product-addtocart-button {
    border-radius: 0;
    line-height: 21.6px;
    color: #fff;
    background-color: #EB9D2E;
    border: 0;
    font-family: 'Oswald Regular', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

.message.success {
    line-height: 15.6px;
    background-color: #b8cfef;
    color: #0d2f5d;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.message.success>*:first-child:before {
   color: #0d2f5d;
}

.message.info.empty {
    text-transform: uppercase;
    line-height: 21.6px;
    background-color: #b8cfef;
    color: #0F305B;
    font-size: 18px;
    font-family: 'Oswald Regular', sans-serif;
}

.message.info.empty .bold {
   font-weight: bold;
}

.message.info.empty.hide-msg {
    display: none;
}

.message.info.empty.show-msg {
    display: block;
}

.copyright{
    display: none;
}

/*Category pages*/

.category-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    top: 0;
}
.category-description div {
    text-align: left;
    font-family: 'Oswald Regular', sans-serif;
    color: #fff;
}
.category-view {
    position: relative;
}
.cat-title {
    font-family: 'Oswald Regular', sans-serif;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
}
span.cat-sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    text-transform: lowercase;
    display: block;
}

/* Text colors */

.text-darkgray{
    color: #333 !important;
}

.text-black{
    color: #000 !important;
}

.text-blue{
    color: #175271 !important;
}

/* Banners */
.mobile-hero-holder{
    display: none;
}

.row{
    padding-bottom: 2px;
}
/* Checkout */
.checkout-index-index .opc-wrapper {
     width: inherit;
 }

/* Category Page */
.category-description + .category-cms {
    margin-top: -16px;
}

.category-image .image {
    display: none;
}

.lighting-guide {
    text-transform: uppercase;
    padding: 0 2% 2% 0;
    font-family: 'Oswald Regular', sans-serif;
}

.lighting-arrow {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 0.2em solid #fff;
    border-radius: 50%;
    margin-left: 1.5em;
    float: right;
    background-color: #fff;
}

.lighting-arrow:after {
    content: '';
    display: inline-block;
    margin-left: 0.17em;
    margin-bottom: 0.35em;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.2em solid #919497;
    border-right: 0.2em solid #919497;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lighting-arrow-hover:after {
    border-color: #e7eef8;
}

.lighting-count {
    color: #333;
}
.accessories-header {
    font-size: 28px;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}
.lighting-guide .lighting-bulb {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: right;
    font-family: 'Roboto', sans-serif;
    margin: 2px 0 0;
}

.lighting-guide .lighting-bulb-hover {
    color: #0d2f5d;
}

.lighting-guide .lighting-header {
    font-size: 28px;
    color: #666;
    margin-bottom: 20px;
}

.lighting-guide .lighting-item {
    display: inline-flex;
    border-radius: 5px;
    width: 100%;
    font-size: 62.5%;
}

.lighting-guide .lighting-item a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    width: 100%;
    padding: 4px 6px 0;
    background-color: #919497;
    border-radius: 5px;
}

.lighting-guide .lighting-item a:hover {
    text-decoration: none;
}

.lighting-guide .lighting-icon {
    padding: 0 1.5% 0 1.5%;
    border-radius: 5px;
    margin: 0 5px 0;
    background-color: #EB922E;
    height: auto;
}

.lighting-guide .lighting-icon img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.lighting-guide .lighting-result{
    color: #333;
}

.vehicle-reset-btn {
    text-transform: uppercase;
    font-size: 13px;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    border: 1px solid red;
    width: 50px;
    display: inline-block;
    margin-left: 2%;
    background-color: #f09225;
    padding: 5px;
    color: #fff;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

.vehicle-reset-btn:hover {
    background-color: rgb(235, 125, 47);
}

.new-products-title {
    background-color: #002d5d;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-family: 'Oswald Regular', sans-serif;
    text-transform: uppercase;
    padding: .5%;
}
.amshopby-filter-parent input,
.am_shopby_filter_items_attr_category_ids ol > li > a > input,
.am_shopby_filter_items_attr_category_ids .item > a > input{
    display: none;
}

@media (max-width: 768px){
    .lighting-guide .lighting-item {
        display: flex;
        width: 100%;
        margin-bottom: 1px;
    }
    .lighting-guide .lighting-item a {
        font-size: 1.5rem;
        padding: 4px 4px 0;
    }
}

/* Product List */
.page-products .product-item-info {
    width: 220px;
}

.page-products h1#page-title-heading {
    font-family: 'Oswald Regular', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    color: #666;
    line-height: 43.2px;
    margin-bottom: 10px;
}
a.product-item-link {
    font-family: 'Oswald Regular', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
    line-height: 19.2px;
    hyphens: none;
}

.page-products button.action.tocart.primary {
    font-family: 'Oswald Regular', sans-serif;
    font-size: 14px;
    border: none;
    color: #fff;
    background-color: #EB9D2E;
    text-transform: uppercase;
}

.product-pdf {
    display: inline;
    margin-left: 25px;
}

.product-pdf a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    color: #0D2F5D;
    text-transform: none;
    line-height: 15.6px;
    font-weight: 400;
    text-decoration: none;
}

.product-pdf img {
    position: relative;
    top: 5px;
}

/* Mini cart */
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #EB9D2E;
}


/* Footer */
footer, .copyright{
    display: block;
}

.copyright > span{
    cursor: pointer;
}

.social li a img {
    padding-right: 6px;
    height: 30px;
    width: auto;
}
.page-footer .footer.content .block {
    float: left;
    width: 46%;
}

.footer-link-wrapper {
    float: left;
    width: 54%;
    font-family: 'Oswald Regular', sans-serif;
    color: #fff;
}

.footer-link-wrapper .col{
    width: 31%;
    float: left;
}

.footer-link-wrapper .col.right{
    width: 36%;
}

.footer-link-wrapper .nav span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
}

.footer.content .footer-link-wrapper .social {
    padding-right: 0;
}

.footer-link-wrapper .social li {
    display:inline;
    float: left;
}

.footer.content .footer-link-wrapper .links li {
    font-size: 18px;
    line-height: 23px;
}
.footer.content .footer-link-wrapper .links li li{
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    overflow: hidden;
}
.footer.content .footer-link-wrapper .links li a {
    color: #fff;
    text-decoration: none;
}

.footer.content .links ul {
    margin-top: 10px;
}

.footer.content .links {
    margin-bottom: 15px;
}

.page-wrapper .page-footer {
    padding-bottom: 10px;
    background: #666666;
    overflow: hidden;
}

.page-footer .block.newsletter .title {
    display: block;
}

.footer.content .links>li {
    background: inherit;
}

.block.newsletter .newsletter-wrapper input {
    height: 57px;
    border: 1px solid #fff;
    border-radius: 0px;
}
.block.newsletter .newsletter-wrapper input::placeholder {
    color: #0d2f5d;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 18px;
    vertical-align: middle;
}

.block.newsletter .newsletter-wrapper .field .control:before {
    display: none;
}
.block.newsletter .actions {
    margin-left: 3px;
}
.block.newsletter .newsletter-wrapper .action.subscribe {
    height: 57px;
    width: 67px;
    margin-left: 0;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #0d2f5d;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 18px;
    opacity: .5;
}

.block.newsletter .newsletter-bg {
    padding: 45px 35px 45px 50px;
    background: #0d2f5d;
}

.block.newsletter .title strong {
    font-size: 18px;
    font-family: 'Oswald Regular', sans-serif;
    text-transform: uppercase;
    line-height: 21.6px;
    margin-bottom: 5px;
    margin-top: 0px;
    display: block;
}
.block.newsletter .title span {
    font-size: 12px;
    line-height: 14.4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.block.newsletter .title {
    color: #fff;
    margin-bottom: 30px;
}

.page-wrapper .copyright,  .page-wrapper .copyright a{
    background: #fff;
    color: #666666;
}

.page-wrapper .copyright span {
    display: inline-block;
    margin-left: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 23.23px;
    font-size: 12px;
}

.footer.content:after{
    content: '';
    clear:both;
}
.footer.content ul {
    padding-right: 0 !important;
}
.footer.content .links {
    padding-right: 2.5% !important;
}
/* End Footer */

/* Contact Us Form */
#contact-form legend, #contact-form .note.no-label {
    display: none;
}
.contact-info {
    flex-basis: 100%;
    display: flex;
}
.contact-text {
    flex: 1;
    padding-right: 5%;
    flex-basis: 16%;
}
.contact-form {
    flex: 1;
}
.truck-img {
    padding-top: 10%;
}
.truck-img img {
    width: 657px;
    height: auto;
}

/* Dealer list */
.dealer img {
    max-width: 185px;
    width: auto;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border: 1px solid #e8e8e8;
    padding: 5px;
}
.dealer-name{
    font-family: 'Oswald Regular', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #666;
    line-height: 19.2px
}
.dealer-name a{
    color: #666;
}
.dealers {
    display: flex;
    flex-wrap: wrap;
}
.dealers .dealer {
    flex: 1 1 20%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    color: #171e42;
    padding: 20px;
    margin: 0px;
    margin-right: -1px;
    margin-bottom: -1px;
}

/* New products grid */
.block-new-products .toolbar-amount {
    position: relative !important;
}


div.swatch-option-tooltip {
    max-width: 140px;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #444;
    color: #fff;
    border: 1px solid #444;
    display: none;
    z-index: 999;
    text-align: center;
}

div.swatch-option-tooltip div.title {
    color: #fff;
}

div.swatch-option-tooltip .corner:after, div.swatch-option-tooltip-layered .corner:after{
    display: none;
}

div.swatch-option-tooltip .corner:before, div.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #444 transparent transparent transparent;
    font-size: 1px;
}

@media only screen and (max-width: 1024px ) and (min-width: 768px ) {
    .navigation .ms-megamenu .ms-topmenu {
        z-index: 999;
    }
}
@media only screen and (max-width: 1024px ) {
    .nav-toggle {
        top: 10px;
    }
    .logo img {
        margin-left: 0px;
    }
    .page-wrapper .nav-sections {
        background: #f5f5f5;
    }

    .ms-level0 .ms-label, .ms-megamenu .mb-label {
        font-size: 15px;
        text-transform: none;
        background-color: #FFFFFF;
        color: #2F2F2F;
    }

    .ms-topmenu .ms-label {
        padding: 12px 15px 8px !important;
        background: #FFFFFF;
        border: 1px solid #ddd;
        border-top: 0;
        color: #2f2f2f;
        text-decoration: none;
        outline: none;
        width: 100%;
        float: left;
        min-height: 43px;
    }

    .ms-megamenu .ms-topmenu {
        background-color: transparent;
        display: block;
    }

    .section-item-content nav.navigation.ms-megamenu .ms-topmenu {
        display: block;
        z-index: 9999;
    }

    .section-item-content .ms-topmenu .ms-level0 {
        width: 100%;
        position: relative;
        padding-right: 0px;
        padding-bottom: 0px !important;
    }

    .section-item-content .ms-topmenu .ms-level0 > a {
        margin-left: -6px;
    }

    .section-item-content .ms-topmenu .ms-label {
        color: #000 !important;
    }

    .section-item-content .ms-megamenu .mb-label {
        display: block !important;
    }

    .section-item-content .ms-megamenu .mb-label .glyphicon-plus:before {
        vertical-align: middle;
    }

    .nav-sections-items .ms-topmenu .putco-arrow .ms-label:after {
        border: 0px !important;
    }

    .nav-sections-items .io-nav-finder {
        right: 0px;
        width: 100%;
    }

    .minicart-wrapper {
        margin-top: 10px;
    }

    .block-search .label {
        margin-top: 0px;
    }
    .navigation .io-nav-label {
        width: 100%;
        margin-top: 0px;
    }
    .navigation .io-nav-label-change {
        line-height: 30px;
    }
    .header.content {
        padding-top: 15px;
    }
    #phone-number-putco {
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .lighting-guide .lighting-item {
        display: flex;
        width: 100%;
        margin-bottom: 1px;
    }
    .lighting-guide .lighting-item a {
        font-size: 1.5rem;
        padding: 4px 4px 0;
    }
    .contact-info {
        display: block;
    }
    .contact-text {
        display: block;
    }
    .contact-form {
        display: block;
    }
    .block-search .label {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 360px){
    .cms-home .columns .column.main {
        padding-bottom: 0;
    }

    .cms-home .page-main{
        padding-left: 0;
        padding-right: 0;
    }
    #am-go-btn {
        float: none;
        width: 100%;
    }
    .caption-subtitle{
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        line-height: 23px;
        color: #fff;
        font-weight: 100;
    }
    .caption-title {
        font-family: 'Oswald Regular', sans-serif;
        font-size: 27px;
        color: #fff;
    }
    .magestore-bannerslider-standard {
        width: 320px !important;
    }
    .product-items.widget-new-grid{
        padding: 2.5%;
    }
    .footer-link-wrapper .col {
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 321px) {
    .logo img {
        width: 100px;
        margin: 5px;
        margin-right: 0px;
        float: left;
    }
    .cms-index-index .mobile-hero-holder, .cms-index-index .mobile-hero-holder img {
        position: relative;
    }
    .block-search .block-content {
        position: relative;
    }
    .block-search .label {
        position: absolute;
        right: 85px;
        z-index: 9999;
    }
    .minicart-wrapper {
        z-index: 9999;
    }
}
@media only screen and (max-width: 639px) {
    .logo {
        margin-bottom: 13px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 481px){
    .category-description div {
        font-size: 22px;
    }
    span.cat-sub-title {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
    }
    .header.content .logo {
        margin-top: 5px;
    }
    .block-search .label {
        margin-top: 0px;
    }

}

@media (min-width: 481px) and (max-width: 821px) {
    .category-description div {
        font-size: 30px;
    }
    span.cat-sub-title {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 960px) {
    .caption-subtitle{
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 23px;
        color: #fff;
        font-weight: 100;
    }
    .caption-title {
        font-family: 'Oswald Regular', sans-serif;
        font-size: 30px;
        color: #fff;
    }
}


@media only screen and  (max-width: 808px) {
    .logo {
        width: 50% !important;
        text-align: left;
        float: left;
    }
    div.tagline{
        padding-left: 9px !important;
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 768px){
    /* Home */
    .cms-home .columns .column.main{
        padding-bottom: 0;
    }
    div.flex-caption {
        position: absolute;
        bottom: 5% !important;
        z-index: 9999;
        top: initial !important;
        left: 0;
        right: 0 !important;
        display: flex;
    }
    .caption-title {
        display: inline-block;
        margin: 0 auto;
        font-family: 'Oswald Regular', sans-serif;
        font-size: 27px;
        color: #fff;
    }
    .magestore-bannerslider{
        display: none !important;
    }
    .cms-index-index .mobile-hero-holder, .cms-index-index .mobile-hero-holder img{
        display: block !important;
        position: relative;
    }
    .amfinder-holder div.amfinder-vertical, .amfinder-holder div.amfinder-responsive{
        margin-top: 0;
    }
    [data-class="desktop"]{
        display: none;
    }
    [data-class="mobile"]{
        display: block;
    }
    .category-cms .center-col {
        padding: 2px 0 2px 0;
    }
    .col-2:first-child{
        padding-bottom: 2px;
    }
    .product-item-actions {
        display: block;
        margin-bottom: 10%;
    }
    .logo {
        width: 50% !important;
        text-align: left;
        float: left;
        margin-top: 0px;
    }
    .block-search .label:before{
        position: relative;
        top: -10px;
    }

    /* Mobile footer */
    .page-footer {
        margin-top: 0;
    }
    .block.newsletter .newsletter-wrapper {
        padding-right: 0;
    }
    .page-footer .footer.content .block {
        float: none;
        width: 100%;
    }
    .footer-link-wrapper .col {
        width: 100%;
    }
    .footer-link-wrapper .col {
        width: 50%;
        float: left;
    }
    .footer-link-wrapper {
        float: none;
        width: 100%;
    }
    .footer.content .links>li {
        border-top: none;
    }
    ul.social{
        text-align: center !important;
    }
    #phone-number-putco{
        display: none;
    }
    div.product-item-inner {
        margin-bottom: 10%;
    }
}
@media only screen and (max-width: 639px){
    .block-search .label {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 400px){
    .find-a-dealer,
    .product-pdf a,
    .action.mailto.friend span {
        font-size: 10px;
    }
}
@media only screen and (max-width: 364px){
    .logo {
        width: 35% !important;
        margin-top: 5px;
    }
    .logo img {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 1200px){
    .footer.content .footer-link-wrapper .links li li{
        white-space: normal;
    }
}
@media only screen and (max-width: 1024px) {
    .page-footer .footer.content .links > li {
        border-top: 0px;
    }
    .footer-link-wrapper {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .footer.content .footer-link-wrapper .links li.nav.item a {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer-link-wrapper .col {
        width: 50%;
    }
    nav.navigation.ms-megamenu .mb-maincontent {
        width: 100%;
    }
    nav.navigation.ms-megamenu .mb-maincontent .form-group {
        font-weight: 600;
    }
    nav.navigation.ms-megamenu .mb-maincontent .form-group a {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-link-wrapper {
        padding: 0px;
    }
}

