
.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}
/*New Search*/
.quick-search-result.open-search {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
}

.quick-search-result.close-search {
    display: none
}

@media (min-width:992px) {
    .quick-search-result {
        width: 700px;
    }
}

@media (max-width:991px) {
    .quick-search-result {
        width: 100%;
    }
}

.km-search {
    box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
    background: #fff;
    padding: 10px 0px;
    border-right: 1px solid #ededed;
}

    .search-sidebar h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        margin: 5px 20px;
        padding-bottom: 5px;
    }

    .search-sidebar > div {
        display: flex;
        flex-direction: column;
    }

    .search-sidebar ul {
        padding: 10px 0;
    }

        .search-sidebar ul li a {
            font-size: 13px;
            display: block;
            padding: 5px 20px;
        }

            .search-sidebar ul li a:hover {
                background: #ededed;
            }

.search-products {
    background: #fff;
    padding: 10px 15px;
}

    .search-products h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 5px;
        margin: 5px 0;
    }

    .search-products > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .search-products .border-box {
        padding: 8px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        border: 1px solid #ededed;
    }

    .search-products img {
        max-height: 70px;
        margin: 0 8px 0 0;
    }

    .search-products .prd-name {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 28px;
    }
    .search-products .discount {
        background: #D62631;
        font-weight: 600;
        padding: 2px 4px;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        margin-right: 8px;
    }
    .search-products .price {
        display: flex;
        align-items: center;
    }
    .search-products .price-box {
        min-height: auto;
        line-height: 1;
    }
    .search-products .price-sales {
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    .search-products .price-standard {
        color: #999999;
        line-height: 14px;
        font-size: 12px;
        text-decoration: line-through;
    }
/*SEARCH*/
.autocomplete-suggestions {
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-top: none;
    cursor: default;
    overflow: auto;
    box-shadow: 1px 2px 5px rgb(148 148 148 / 64%);
    padding: 0 10px;
    display: block !important
}

.autocomplete-group {
    font-weight: 600;
    padding: 10px 0px 5px;
}

.autocomplete-suggestion {
    white-space: normal;
    overflow: hidden;
    font-size: 13px;
}

.autocomplete-suggestions > div:nth-child(6) .suggestion-prd {
    border-top: 1px solid #efefef;
}

.autocomplete-suggestions .autocomplete-suggestion .suggestion-prd {
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.suggestion-link {
    padding: 5px 0;
}

.autocomplete-suggestion img {
    max-width: 45px;
    float: left;
    margin-right: 10px;
}

.autocomplete-suggestion .prd-name {
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
    padding-right: 4px;
}

.autocomplete-suggestion .suggestion-box .price {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.autocomplete-suggestion .price-sales {
    font-weight: 600;
    display: block;
    font-size: 15px;
}


.search-input-box .search-input {
    background-color: #fff;
    border: none;
    max-width: 100%;
    text-align: left;
}

.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 38px;
    border-radius: 5px 0 0 5px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.search-input {
    color: #777;
    font-size: 12px;
    padding: 6px 10px;
}

.search-input-box {
    display: table;
    max-width: 100% !important;
    width: 100% !important;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

span.input-group-btn {
    line-height: 0;
}

.search-input-box .search-btn {
    background-color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    line-height: 0px;
    border-left: 1px solid #e6e6e6;
}

.search-new-mobile {
    margin-top: 68px;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .search-input-box {
        padding: 4px;
        border-radius: 4px;
        border: none;
    }

        .search-input-box .search-btn {
            border-radius: 0 4px 4px 0;
            padding: 8px 12px;
        }

    .input-group .search-input.form-control {
        height: 30px;
    }
}
/*SEARCH*/

/*HEADER v5*/

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.header-offset {
    padding-top: 205px;
}

.headerv5.navbar-km {
    background: #ffffff;
    min-height: auto;
    border: none;
    box-shadow: 0 6px 6px -6px #ccd1d9;
}

.headerv5.navbar.stuck .navbar-top {
    margin-top: -40px;
}

.headerv5 .brandWrap {
    background: none;
    height: 100px;
}

.headerv5 .navbar-brand {
    height: 86px;
    padding: 18px 0px;
}

.headerv5.header-cart .brandWrap {
    background: none;
    height: 60px;
}

.headerv5.header-cart .navbar-brand {
    display: block;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 4px 0 0;
    position: absolute;
    right: 0;
    width: 200px;
    height: 60px;
}

.headerv5 .navbar-nav > li > a {
    padding: 5px 20px;
}

.headerv5 .megamenu-content ul li {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .headerv5 .megamenu-content ul li strong a {
        border-bottom: 1px solid #eee;
        margin-bottom: 3px;
        margin-top: 5px;
        text-transform: uppercase;
    }

.headerv5 .search-new {
    margin-top: 32px;
}

.headerv5 .cart-menu .dropdown-menu {
    min-width: 400px;
}

.headerv5 .cart-menu > a i {
    vertical-align: sub;
}

@media (max-width:865px) and (min-width: 768px) {
    .headerv5 .navbar-nav > li > a {
        padding: 14px 14px !important;
        font-size: 13px !important;
    }
}

@media (min-width:768px) {
    .headerv5 .cart-menu {
        margin-top: 32px;
    }

    .step-cart.header-offset, .step-address.header-offset {
        padding-top: 95px;
    }

    .headerv5 .navbar-menu {
        border-top: 1px solid #f3f3f3;
    }

    .headerv5 .center-menu.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .headerv5 .navbar-nav > li > a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        overflow: hidden;
        padding: 14px 20px;
        font-size: 16px;
    }

        .headerv5 .navbar-nav > li > a:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            height: 4px;
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .headerv5 .navbar-nav > li > a:hover:before, .headerv5 .navbar-nav > li > a:focus:before, .headerv5 .navbar-nav > li > a:active:before {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
}

@media (max-width: 767px) {
    .header-offset {
        padding-top: 120px;
    }

    .step-cart.header-offset, .step-address.header-offset {
        padding-top: 75px;
    }

    .megamenu .megamenu-content {
        padding: 0px 10px;
    }

    .headerv5 .navbar-brand.mobile-logo {
        display: block;
        height: 60px;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 5px 0;
        position: absolute;
        right: 0;
        width: 166px;
        margin-top: 0px;
    }

    .headerv5 .navbar-top {
        height: 60px;
    }

    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #4d4b49;
    }

    .headerv5 .navbar-nav > li > .dropdown-menu {
        box-shadow: none;
    }

    .headerv5 .navbar-toggle {
        margin-right: 0px;
        margin-top: 8px !important;
        background: none;
    }

    .navbar-toggle .icon-bar {
        width: 26px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 7px;
        }

    .headerv5 .user-menu > li > a span, .headerv5 .user-menu > li > a .caret {
        display: none;
    }

    .headerv5 .megamenu-content ul li strong a {
        border-bottom: 1px solid #eee;
        margin-bottom: 3px;
        margin-top: 5px;
        font-size: 12px;
        text-transform: none;
    }
}

@media (max-width: 400px) {
    .headerv5 .navbar-brand img {
        max-width: 166px;
    }

    .headerv5 .user-menu > li > a {
        padding-right: 5px;
    }
}



/*HEADER v5 END*/
/*FOOTER v5*/
.footerv5.footer {
    padding-bottom: 0px;
    background: #19171a;
    border: none;
}

.footerv5 .footer-center {
    padding-bottom: 30px;
}

.footerv5 .divider-xs {
    border-width: 2px !important;
    margin-left: 0;
    width: 36px;
}

.footerv5 .divider {
    margin-bottom: 0;
    margin-top: 0;
}

.footerv5 .footer-bottom {
    padding-top: 20px;
    padding-bottom: 16px;
    background: none;
    border-top: 2px solid #272727;
}

.footerv5.footer .bottommenu-child ul {
    margin-top: 30px;
}

.footerv5.footer ul li a {
    padding: 3px 0 14px;
    color: #fff;
}

.footerv5.footer h3 {
    border-bottom: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 45px 0 7px;
    color: #fff;
    text-align: left;
}

.footerv5 .newsletter {
    margin-bottom: 20px;
}

    .footerv5 .newsletter p {
        margin-top: 31px;
        color: #fff;
    }

.footerv5 .news-letter-box input {
    border: none;
    border-radius: 0;
    height: 45px;
    margin-bottom: 0;
    padding: 5px 10px;
    width: 70%;
}

.footerv5 .news-letter-box .btn {
    box-shadow: none;
    color: #fff;
    float: right;
    font-size: 15px;
    height: 45px;
    width: 30%;
    border-radius: 0;
    letter-spacing: 0;
    padding: 0;
    font-weight: 400;
}

.footerv5 .social {
    margin-top: 16px;
    text-align: left;
}

    .footerv5 .social span {
        border-radius: 30px;
        height: 40px;
        padding: 10px 0 0;
        width: 40px;
        margin: 0 10px 0 0;
    }

        .footerv5 .social span a {
            color: #fff;
        }

        .footerv5 .social span:hover {
            background: #fff;
        }

            .footerv5 .social span:hover a {
                color: #000;
            }

.footerv5 .footer-info p {
    color: #fff;
    margin-top: 28px;
    text-align: justify;
    line-height: 26px;
}

.footerv5 .footer-free {
    text-align: right;
    margin-top: 10px;
}

    .footerv5 .footer-free span {
        color: #fff;
    }

.footerv5 .support {
    font-size: 15px;
    padding-bottom: 20px;
    margin-top: 24px;
}

    .footerv5 .support a, .footerv5 .support p {
        display: block;
        margin-left: 0px;
        color: #fff;
        margin-bottom: 20px;
    }

        .footerv5 .support a i {
            color: fff;
            font-size: 24px;
            width: 36px;
        }

        .footerv5 .support a:first-child i {
            font-size: 28px;
        }

        .footerv5 .support p i {
            color: #fff;
            font-size: 34px;
            width: 36px;
            float: left;
            height: 50px;
        }

.footerv5 .footer-bottom .credit-cards {
    opacity: 1;
    filter: none;
    text-align: left;
    margin-top: 10px;
}

.footerv5 .footer-bottom .km-sign {
    color: #fff;
    padding-top: 30px;
}

.footerv5 .bottom-menu .bottommenu-child:nth-child(2) h3 {
    font-size: 0px;
}

.footerv5 .bottom-menu .bottommenu-child:nth-child(2) hr {
    display: none;
}

@media (max-width: 979px) {
    .footer-bottom .credit-cards, .footerv5 .footer-free {
        text-align: center !important;
    }
}
/*FOOTER v5 END*/


/*BEST SELLER*/

.best-seller.item {
    margin-bottom: 0px;
}

.best-seller .product-list {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}


.best-seller .description {
    text-align: left;
    border: none;
    min-height: initial;
    margin: auto;
}

    .best-seller .description h4 {
        margin: auto;
        padding: 10px 0 4px 0;
    }

        .best-seller .description h4 a {
            font-weight: 300;
            font-size: 18px;
        }

.best-seller .price {
    text-align: left;
    font-weight: 400;
}

.best-seller .price-standard, .best-seller .price-sales {
    display: inline !important;
    margin-right: 6px;
}

.best-seller .discount {
    margin-top: 0;
    padding: 3px 5px;
}

.best-seller .list-image-hover {
    min-height: 80px;
}

.best-seller .product-number {
    padding-top: 20px;
}

    .best-seller .product-number span {
        background: #f9f9f9;
        border: 2px solid #eee;
        border-radius: 5px;
        display: inline-block;
        font-size: 17px;
        height: 38px;
        line-height: 32px;
        margin-left: 10px;
        text-align: center;
        width: 38px;
    }

.best-seller .km-percentage {
    margin-top: 36px;
}

.best-seller .km-percentage-bar {
    width: 130px;
    background: #f9f9f9;
    border: 2px solid #eee;
    margin-right: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
}

    .best-seller .km-percentage-bar span {
        display: block;
        width: 2px;
        height: 8px;
        background: #91dc5a;
        border-radius: 3px;
    }

.best-seller .km-percentage-text {
    font-size: 13px;
    color: #666;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
}



@media (max-width: 767px) {
    .best-seller .description h4 {
        margin: 15px 0 8px;
    }

    .best-seller .km-percentage {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .best-seller .description h4 {
        margin: 5px 0 8px;
        text-align: left !important;
        padding: 6px 0 4px 0;
    }

    .best-seller .km-percentage {
        margin-top: 8px;
    }

    .best-seller .description h4 a {
        font-size: 15px;
    }

    .best-seller .price {
        font-size: 20px;
    }

    .best-seller .km-percentage-bar {
        padding: 2px 6px;
    }

        .best-seller .km-percentage-bar span {
            height: 5px;
        }
}

@media (max-width: 414px) {
    .best-seller .description h4 {
        margin: 0;
        text-align: left !important;
        padding: 4px 0 2px 0;
    }

    .best-seller .km-percentage {
        margin-top: 5px;
    }

    .best-seller .description h4 a {
        font-size: 14px;
    }

    .best-seller .price {
        font-size: 16px;
        min-height: 30px;
    }

    .best-seller .discount {
        margin-top: 0;
        padding: 1px 3px;
        font-size: 14px;
    }
}
/*BEST SELLER*/


/*Blog Menu*/

.blog-panel {
    background: none;
    box-shadow: none;
}

    .blog-panel .panel-heading {
        padding-left: 0;
    }

        .blog-panel .panel-heading .panel-title {
            padding-left: 10px;
        }

            .blog-panel .panel-heading .panel-title a {
                display: block;
                width: 100%;
            }

    .blog-panel .panel-body {
        color: #2b2b2b;
        margin-bottom: 16px;
        padding: 0px;
        padding-top: 4px;
        font-size: 15px;
        line-height: 28px;
    }

.panel.blog-panel {
    background: #fff;
    box-shadow: 0 0 18px 5px rgba(240,240,240,.4);
}


.blog-panel .badge {
    background: none;
    color: #d6d6d6;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.blog-panel .blog-tags a {
    border: 1px solid #eeeeee;
    margin: 0px 3px 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
}



/* Tag Cloud */
.tag {
    position: relative;
    display: inline-block;
    margin: 0 6px 3px 0;
    line-height: 16px;
    font-size: 12px;
}

    .tag > span {
        font-weight: 400;
        display: inline-block;
        border: 1px solid #e3e3e3;
    }

    .tag.selected > span {
        border: 1px solid #c4c4c6;
    }

    .tag > span.txt {
        color: #666;
        letter-spacing: 1px;
        padding: 6px 8px;
        text-transform: uppercase;
        float: left;
    }

    .tag > span.num {
        background: rgba(0,0,0,0.01);
        padding: 6px 8px 6px 11px;
        border-left: 1px solid #e3e3e3;
        color: #aaa;
        position: relative;
        margin-left: -1px;
        float: left;
    }

        .tag > span.num:before {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #C6C6C6;
            border-style: solid;
            border-width: 4px;
            content: "";
            display: block;
            left: 0px;
            position: absolute;
            top: 12px;
        }

        .tag > span.num:after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
            border-style: solid;
            border-width: 4px;
            content: "";
            display: block;
            left: -1px;
            position: absolute;
            top: 12px;
        }

/*#region civil form*/

.title-incident {
    font-size: 22px;
    color: #FF5200;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (min-width:768px) {
    .civilform .form-info > div:first-child {
        width: calc(50% - 50px);
        margin-right: 50px;
        padding-left: 0;
    }

    .civilform .form-info > div:first-child {
    }

    .civilform .form-info.form-msj > div {
        width: calc(50% - 50px);
        margin-right: 50px;
    }
}

.incident-msg {
    display: inline;
    margin: 5%;
}

.incident-new {
    display: inline;
}

.form-detail-info {
    margin-top: 30px;
}

.civilform {
    padding: 15px 30px 30px;
    background-color: #F2F2F2;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0px 0px 20px -4px #777777a1
}

    .civilform .form-control {
        background-color: #fff;
    }

.incident-info {
    font-weight: 600;
    font-size: 17px;
    margin: 12px 0 20px;
}

.req-info {
    color: #f00;
}
/*.incident-detail .detail-box span {
    display: inline-block;
    min-width: 300px;
    margin-bottom: 10px;
}*/

.incident-detail.detail-box div {
    min-width: 300px;
    font-size: 16px;
    margin-bottom: 8px;
}

.incident-detail.incident-info.border-box.d-lg-flex.flex-column {
    width: 100%;
}







