﻿/* ****************************************** */
/* 01 Product Mega Menu (Header)              */
/* 02 MyList (Header)                         */
/* 03 Product Cards (HomePage)                */
/* 04 Product Page                            */
/* 05 Quick View (Product)                    */
/* 06 Footer                                  */
/* 07 Alerts                                  */
/* 08 Alerts                                  */
/* ****************************************** */

body {font-family: 'Open Sans', Helvetica, Arial, sans-serif}

.border-light { border-color: #e6e6e6 !important;}

/* ****************************************** */
.banner .banner-title {
    position: relative;
    color: #ffffff;
    z-index: 15;
}
.banner .banner-subtitle {
    position: relative;
    color: #ffffff;
    z-index: 15;
}

.banner #overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}


@media screen and (max-width: 767px) {
    .banner .banner-subtitle, .banner .banner-title {
        text-align: center;
    }
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.form-control:not(.w-100){
    max-width: 680px;
}
.form-control, .header-search .form-control, .header-search select {
	color:#343434; 
}
button#btnVehicleFilter, button#btnVehicleFilterReset {
    color: #ffffff;
}
/* ****************************************** */
/* Product Mega Menu */
/* ****************************************** */

.menu li .menu-title a {
    padding: 5px 10px;
}

.menu li a {
    font: 400 1.7rem/1 "Oswald", sans-serif;
    color: #ffffff; /*3b3b3b;*/
    text-transform: uppercase;
    display: block;
    padding: 10px 14px;
    white-space: nowrap;
    transition: background 0.05s;
}

.menu .megamenu .banner img {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
}

.megamenu .product {
    position: relative;
    margin: 10px 0;
    padding-bottom: 0;
    transition: all .3s;
    background-color: #fff;
}

    .megamenu .product:hover {
        box-shadow: none;
    }

.megamenu .product-image {
    display: block;
}

    .megamenu .product-image img {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

.megamenu .product-name {
    display: inline-block;
    font: 400 1.2rem/1 "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #fff;
    /*background-color: rgba(43, 43, 45, 0.8);*/
    padding: 1.3rem 1.3rem;
    white-space: nowrap;
    /* opacity: .35;*/
    visibility: visible;
    transition: all 0.25s;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.megamenu .btn-quickview {
    display: inline-block;
    font: 400 1.3rem/1 "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #fff;
    background-color: rgba(43, 43, 45, 0.8);
    padding: 1.65rem 1.5rem;
    white-space: nowrap;
    opacity: .35;
    visibility: visible;
    transition: all 0.25s;
    text-decoration: none;
    text-align: center;
}

.megamenu .product-image-container {
    position: relative;
    display: block;
    background-color: #ffffff;
    margin: 0 10px 0 10px !important;
}

    .megamenu .product-image-container .btn-quickview {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

.megamenu .product:hover .btn-quickview {
    opacity: 1;
    visibility: visible;
}

div.megamenu a {
    color: #262623;
}
a[href^="/ProductCatalogs"]:hover {
    margin-top: 0px !important;
}
.megamenu figure.product-image-container:hover {
    box-shadow: 0 10px 18px rgb(0 0 0 / 15%);
	border: 1px solid var(--action-button-hover);
}

/* ****************************************** */
/* Customer My List */
/* ****************************************** */

@media screen and (min-width: 399px) {
    .cart-dropdown .dropdown-menu, .compare-dropdown .dropdown-menu {
        width: 350px;
    }
}

.my-list-title {
    font-size: 20px;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6ebee;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.my-list-item-title {
    font-size: 1.4rem;
    color: #2b2b2d;
    font-family: "Oswald", sans-serif;
    margin-bottom: 5px;
}

.cart-dropdown .dropdownmenu-wrapper {
    padding: .8rem 0 1.6rem 0;
}

.dropdown-cart-products{
    max-height: 451px;
    overflow: auto;
}

.cart-dropdown .product-details {
   padding-left: 5px;
}

.dropdown-cart-products .product-image-container {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
}

.cart-dropdown .dropdown-toggle::before {
    display: inline-block;
    margin: 2px 0 0;
    font-weight: 300;
    font-family: 'Line Awesome Free';
    font-size: 3.3rem;
    line-height: 1;
    content: "\f328";
}

.dropdown-cart-action {
    border-top: 1px solid #e6ebee;
    padding: 15px 20px 0 20px;
}

/* ****************************************** */
/* Product Cards */
/* ****************************************** */

.product-details .product-title {
    font-size: 1.8rem;
    color: #2b2b2d;
    font-family: "Oswald", sans-serif;
}

.desc-box {
    margin-bottom: 15px;
    padding: 0 10px;
}

.desc-box .product-desc {
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #2b2b2d;
    }

.partno-container {
    font-size: 1.4rem;
    color: #2b2b2d;
    font-family: "Oswald", sans-serif;
}

/* ****************************************** */
/* Product Page */
/* ****************************************** */

.product-single-details .product-desc {
    margin-bottom: 2.7rem;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6;
    font-size: 1.4rem;
    letter-spacing: .005em;
    line-height: 1.5;
    /*text-align: justify;*/
}

.product-sm > .product-details > .product-title {
    font-size: 1.8rem;
}

.product-sm > .product-details > .product-partno {
    font-size: 1.6rem;
}

    .product-sm > .product-details > .product-partno > span {
        font-family: "Oswald", sans-serif;
        font-size: 1.2rem;
        color: #535353;
    }

.product-single-tabs .tab-pane {
    line-height: 1.5;
}

/* FAQ Section */

.faq-question {
    margin: 0 0 1px 0;
    padding: 7px 0 7px 10px;
    text-align: justify;
    line-height: 1.5;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

    .faq-question:hover {}
    .faq-question.element-active {}

.faq-question-text {
    font-family: "Open Sans";
    font-weight: 700;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}

.faq-answer {
    text-align: justify;
    line-height: 1.5;
    padding: 15px 35px 15px 35px;
    margin: 0 0 10px 0;
    display: none;
}

/* ************************************ */
/* Unordered List Overrides */
/* ************************************ */

ul.product-bullets,
.faq-answer > ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

    ul.product-bullets > li,
    .faq-answer > ul > li {
        margin-left: 25px;
        margin-bottom: 10px;
        line-height: normal;
        list-style-position: outside;
    }


/* ****************************************** */
/* Quick View */
/* ****************************************** */

.prod-thumbnail > .owl-dot > img,
.product-slider-container {
    background-color: #ffffff !important;
}

.product-quick-specs {
    border-bottom: 1px solid #dae2e6;
    color: #2b2b2d;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
}

    .product-quick-specs > div > label {
        margin-right: 1.3rem;
        margin-bottom: 0;
        color: #21293c;
        font: 600 1.5rem/1.1 "Open Sans", sans-serif;
        letter-spacing: .005em;
        text-transform: uppercase;
    }

.product-single-details > .product-partno,
.product-details > .product-partno {
    font-family: "Oswald", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #2b2b2d;
}

    .product-single-details > .product-partno > span,
    .product-details > .product-partno > span {
        font-family: "Oswald", sans-serif;
        font-size: 1.4rem;
        color: #535353;
        text-transform: uppercase;
    }

/* ****************************************** */
/* Footer */
/* ****************************************** */

.widget-newsletter form {
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .footer .widget-social .social-icons {
        margin: 0 auto;
        float: unset;
        display: block;
        text-align: center;
    }
}

.social-icons {
    display: block;
    align-items: center;
    margin-bottom: 30px
}

/* ****************************************** */
/* Alerts */
/* ****************************************** */

.alert.alert-secondary {
    color: #0F2E40;
    background-color: #f5f5f5;
    margin: 10px 0;
}

.app-guide-modal .modal-dialog {
    width: 600px;
}
/* ****************************************** */
/* Aside */
/* ****************************************** */

@media screen and (max-width: 767px) {
	aside.sidebar-shop {
    margin-top: -50px !important;
}
