﻿@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

:root {
    --themeColor: #c18f2f;
    --themeSubColor: #f8ba43;
    --fontColor: #000;
    --fontMain: 'Roboto';
    --fontHeader: 'Poppins';
    --fontMenu: 'Poppins';
    --titleColor: #212f3d;
}

@media (min-width: 1200px) {
    .container {
        width: 80% !important;
        max-width: 1280px !important;
    }
}

.jet-headline {
    justify-content: flex-start;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #F43132;
}

body {
    margin: 0;
    padding: 0;
    color: var(--fontColor);
    font-weight: 500;
    font-family: var(--fontMain);
    font-size: 1.5rem;
}

.img-responsive-inline {
    display: inline;
    max-width: 100%;
    height: auto;
}

.body-content {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .body-content {
        padding: 0;
    }
}

a {
    color: #002173;
}

    a:hover, a:focus {
        color: #777;
        text-decoration: none;
    }

h1.product-name {
    font-size: 24px;
    margin: 20px 0 10px;
}


/** Navigation
 **************************************************************** **/
#header {
    z-index: 996;
    position: relative;
    padding: 10px 105px;
    background: #fff;
    transition: transform 1s ease-in-out;
}

    #header #logo {
        position: relative;
        top: 0;
        float: left;
    }

        #header #logo img {
            padding: 0;
            margin: 0;
            height: 40px;
        }

@media (max-width: 1499px) {
    #header {
        padding: 20px 100px;
    }
}

@media (max-width: 1199px) {
    #header {
        padding: 10px 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #header {
        padding: 15px;
    }

        #header #logo img {
            height: 50px;
            margin: 0 auto;
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header {
        padding: 15px 0;
    }

        #header #logo {
            float: none;
        }
}

@media (max-width: 767px) {
    #header {
        padding: 10px 15px;
    }

        #header #logo {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
            left: -10px;
        }

            #header #logo img {
                height: 50px;
            }
}

#header.header-fixed {
    transform: translateY(-100%);
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}

    #header.header-fixed #logo {
    }

        #header.header-fixed #logo img {
        }


/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: auto;
        right: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    display: none;
}

.sf-arrows ul .sf-with-ul {
    padding-left: 30px;
}

    .sf-arrows ul .sf-with-ul:before {
        content: "\f104";
        position: absolute;
        left: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
    top: 0;
    position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {
    #nav-menu-container {
        padding: 10px 0;
        left: 50%;
        float: none;
        top: 0 !important;
        display: inline-block;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    position: relative;
    padding: 10px 10px;
    text-decoration: none;
    display: inline-block;
    color: gray;
    font-weight: 500;
    font-size: 14px;
    outline: none;
}

    .nav-menu a:hover {
        /*text-decoration:underline;*/
        color: #E72304;
    }

.nav-menu ul {
    margin: 0 0 0 0;
    padding: 10px;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 14px;
            white-space: normal;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #fff;
            font-weight: 500;
            border-bottom: none;
            background: var(--themeColor);
        }

.nav-menu > li.active > a {
    color: #E72304;
}
/*.nav-menu > li.active a:before {
    position: absolute;
    content: '';
    background: white;
    height: 2px;
    width: 30px;
    bottom: 0;
    opacity: 1;
}*/
.nav-menu ul ul {
    margin: 0 10px 0 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .nav-menu ul {
        left: 0;
        right: auto;
        margin: 30px 0 0;
    }
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 999;
    margin: 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #000;
    }

        #mobile-nav-toggle i.fa-times {
            color: #fff;
        }

@media (max-width: 767px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: var(--themeSubColor);
    opacity: 0.9;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #222;
                font-size: 15px;
                font-weight: 600;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li.active a {
                color: #002173;
            }

            #mobile-nav ul li.menu-has-children li a {
                color: #444;
                padding-left: 25px;
            }

            #mobile-nav ul li.menu-has-children li.menu-sub-children {
                padding-left: 10px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 12px 15px;
            cursor: pointer;
            color: #222;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #fff;
            }

        #mobile-nav ul .menu-item-active {
            color: #fff !important;
            background: #002173;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 31, 31, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }


/** Page
 **************************************************************** **/
.page {
    min-height: 50vh;
    background: #fff;
    padding: 50px 0 50px;
}

@media (max-width: 767px) {
    .page {
        padding: 30px 0;
    }
}


/** Page Header
 **************************************************************** **/
.page-header {
    position: relative;
    height: 300px;
    padding: 0;
    margin: 0;
    border-bottom: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background-color: var(--themeSubColor);
}

.subpage-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay {
    /* background: linear-gradient(to bottom,#0a0d16e0,#181a23d1,#3a3a3ab8,#5a5a5aad,#868686cc);*/
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; /* required for IE */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.page-title {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 10%;
    z-index: 1;
    transform: translate(-50%);
}

    .page-title p {
        font-size: 6rem;
        margin: 20px 0 10px;
        color: #fff;
        line-height: 1.1;
        position: relative;
        font-weight: 600;
        letter-spacing: 5px;
        text-transform: uppercase;
        text-align: left;
    }

    .page-title h1.product-name {
        font-size: 35px;
        color: #fff;
        position: relative;
        font-weight: 600;
        text-align: left;
    }

    .page-title .breadcrumb {
        padding: 0;
        font-size: 12px;
        text-align: left;
        background: transparent;
    }

        .page-title .breadcrumb > li + li:before {
            content: "\f105";
            color: #ccc;
            font-family: fontAwesome;
        }

        .page-title .breadcrumb a {
            color: #ccc;
        }

            .page-title .breadcrumb a:hover {
                color: #fff;
                text-decoration: underline;
            }

        .page-title .breadcrumb li.active {
            color: #fff;
        }

@media (max-width: 767px) {
    .page-header {
        height: 350px;
    }

    .page-title p {
        font-size: 3.5rem;
        letter-spacing: 2px;
    }

    .page-header h1.product-name {
        font-size: 25px;
        letter-spacing: 0;
    }
}

@media (max-width: 480px) {
    .page-header {
        height: 160px;
    }
}


/** Carousel
 **************************************************************** **/
.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

    .carousel .carousel-inner .item.active {
        opacity: 1;
    }

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.carousel-inner img {
    display: block;
    margin: auto;
    width: 100%;
}

@media (max-width: 1026px) and (min-width: 768px) {
    #myCarousel {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }

    #myCarousel {
    }
}


/** Title
 **************************************************************** **/
#title {
    text-align: center;
}

    #title p {
        margin: 0;
        color: var(--titleColor);
        font-weight: bold;
        font-size: 3rem;
        text-align: center;
        position: relative;
        font-family: "Montserrat", serif;
    }

        #title p.about-title {
            text-align: left;
        }

@media screen and (max-width: 779px) {
    #title p {
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    #title p {
        font-size: 1.6rem;
    }
}

#view-more {
    margin-top: 20px;
    text-align: center;
}

    #view-more a {
        color: #444;
        background: #fff;
        font-weight: 500;
        padding: 15px 30px;
        border-radius: 30px;
        border: 1px solid rgba(35, 36, 36, 0.2);
        transition: .15s ease-in-out;
    }

        #view-more a:hover {
            border-color: #002173;
            background: #002173;
            color: #fff;
        }


/** #About
 **************************************************************** **/
#about {
    margin-top: 20px;
    padding: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    #about .text-center {
        line-height: 1; /* Reset to normal */
    }

    #about .title {
        color: var(--themeColor);
        font-weight: bold;
        font-size: 5rem;
        margin-bottom: -0.5rem; /* Negative margin brings subtitle up */
        display: block;
    }

    #about .subTitle {
        color: var(--themeColor);
        font-size: 4rem;
        font-weight: 300;
        display: block;
        margin-top: -0.8rem; /* Additional negative margin */
    }

    #about .howTo {
        background-color: var(--themeColor);
        font-size: 7rem;
        font-weight: bold;
        padding: 20px;
        color: #fff;
    }

    #about .howToDesc {
        margin: 30px 0px;
        font-size: 2rem;
    }

    #about H2 {
        color: var(--themeColor);
        font-weight: bold;
    }

    #about #overlay {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fbfbfb;
        opacity: .95;
        z-index: 1;
    }

    #about #about-item {
        z-index: 2;
        padding: 80px 50px;
        position: relative;
        border: 1px solid #d4d4d4;
    }

    #about #about-photo {
        height: 500px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #about #about-content {
        height: 500px;
        display: table;
        padding: 0 20px;
    }

        #about #about-content #about-details {
            display: table-cell;
            vertical-align: middle;
        }

            #about #about-content #about-details #about-details-content {
            }

@media screen and (max-width: 1199px) {
    #about #about-item {
        padding: 50px 30px;
    }

    #about .howTo {
        font-size: 6rem;
    }
}

@media screen and (max-width: 767px) {
    #about #about-item {
        padding: 30px;
    }

    #about #about-content {
        padding: 20px;
    }

    #about .howTo {
        font-size: 5rem;
    }
}

@media screen and (max-width: 480px) {
    #about {
        padding: 0;
        margin-bottom: 30px;
    }

        #about .title {
            font-size: 3rem;
        }

        #about .subTitle {
            font-size: 2rem;
        }

        #about #about-item {
            padding: 10px;
        }

            #about #about-item #about-item-content {
                padding: 0;
            }

        #about #about-photo {
            height: 350px;
        }

        #about .howTo {
            font-size: 4rem;
        }
}


/** Products
 **************************************************************** **/
/*#products {
    padding: 30px 0 80px;
}

#product-page {
    padding: 0 75px;
}

    #product-page #title {
        margin-bottom: 50px;
    }

    #product-page #product {
        background: #fff;
        height: 260px;
        padding: 5px;
        overflow: hidden;
        margin-bottom: 20px;
        border: 0px solid #e7e7e7;
        box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
        transition: all 0.3s ease-in-out 0s;
    }

        #product-page #product:hover {
            box-shadow: 4px 8px 14px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #ffffff inset;
        }

        #product-page #product #product-name {
            height: 100px;
            padding: 10px;
            text-align: center;
        }

            #product-page #product #product-name h4 {
                font-size: 14px;
                height: 30px;
                white-space: normal;
            }

        #product-page #product #product-item {
            height: 150px;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            #product-page #product #product-item img {
                opacity: 1;
                max-height: 100%;
                max-width: 100%;
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                padding: 10px;
                transition: all 0.3s ease 0s;
            }

        #product-page #product:hover #product-item img {
            opacity: .4;
        }

        #product-page #product #product-item #more-btn {
            left: 50%;
            bottom: 30%;
            padding: 5px;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            #product-page #product #product-item #more-btn a {
                border-radius: 30px;
                padding: 15px 20px;
                background-color: #002173;
                color: #fff;
                position: relative;
                z-index: 1;
                transform: translate(35px, 0);
                opacity: 0;
                transition-delay: 50ms;
                margin: 5px;
                transition: all 250ms ease-out;
                white-space: nowrap;
                font-weight: 500;
            }

        #product-page #product:hover #product-item #more-btn a {
            transform: translate(0, 0);
            opacity: 1;
        }

@media (max-width: 1499px) {
    #product-page {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    #product-page {
        padding: 0 15px;
    }
}


@media (max-width: 767px) {
    #product-page #product {
        margin: 10px;
    }

        #product-page #product #product-item #more-btn a {
            opacity: 1;
        }
}*/

/*----------------
Products
-----------------*/
.panelPadding {
    padding: 0px 10px 20px 10px;
}

.margintop {
    margin-top: 20px;
}

.product-info {
    margin: 50px 20px;
}

.highlighBox {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    width: 100%;
    padding: 10px 20px;
}


.highlighBox {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    width: 100%;
    padding: 10px 20px;
}

.c-product-item {
    display: block;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
    border: 1px solid transparent;
    transition: border-color .15s ease-in;
    text-decoration: none;
    height: 380px;
    overflow: hidden;
}

    .c-product-item:hover {
        text-decoration: none;
    }

    .c-product-item .c-product-item__img {
        height: 280px;
        border: 1px solid rgba(25, 25, 25, 0.2);
        overflow: hidden;
        margin: 0 0 0px;
        text-align: center;
        display: block;
    }

.c-product-item_detail {
    height: 360px;
}

    .c-product-item_detail .c-product-item__img {
        height: 100%;
        padding: 2px;
    }

.c-product-item_detail_small {
    height: 70px;
    width: 70px;
    margin: 2px;
}

    .c-product-item_detail_small:hover {
        border: solid 1px red;
    }

    .c-product-item_detail_small .c-product-item__img {
        height: 100%;
    }

.c-img-lazy_loaded .c-img-lazy__img,
.c-img-lazy_loaded .c-img-lazy__img-background {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.c-img-lazy {
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 0;
    white-space: nowrap;
    text-align: center
}

    .c-img-lazy:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle
    }

.c-img-lazy__img {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    margin: 0 auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .85s
}

.c-img-lazy__img-background {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent no-repeat 50%;
    background-size: cover;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .7s
}


.c-product-item img {
    transition: all .5s;
    padding: 5px;
}

    .c-product-item img:hover, .c-product-item img:focus {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }

.c-img-lazy_size_relative {
    width: 100%;
    height: 100%
}

.c-img-lazy_loaded .c-img-lazy__img,
.c-img-lazy_loaded .c-img-lazy__img-background {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-top {
    padding-top: 0 !important;
}



/** Owl Navigation
 **************************************************************** **/
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    padding: 0;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    padding-bottom: 3px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 5px 10px;
    background: transparent;
    border-bottom: 2px solid var(--themeColor);
    font-family: "Montserrat", serif;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
}

    .owl-carousel .owl-controls .owl-nav .owl-prev:before {
        color: #000;
        content: "\f060";
        padding-right: 10px;
        font-family: FontAwesome;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev:after {
        border-bottom: 3px solid var(--themeColor);
        bottom: -2px;
        content: "";
        left: auto;
        position: absolute;
        right: 0;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        width: 0;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev:hover:after {
        width: 60px;
    }

.owl-carousel .owl-controls .owl-nav .owl-next {
}

    .owl-carousel .owl-controls .owl-nav .owl-next:before {
        border-bottom: 3px solid var(--themeColor);
        bottom: -2px;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        width: 0;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
        width: 60px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next:after {
        color: #000;
        content: "\f061";
        padding-left: 10px;
        font-family: FontAwesome;
    }

.owl-carousel .owl-stage {
    margin: 0 auto;
}


/** #Brands
 **************************************************************** **/
#brands {
    padding: 20px 30px;
}

    #brands .desc {
        font-size: 2rem;
    }

#brand {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    #brand #brand-photo {
        height: 220px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
        background: #fff;
    }

        #brand #brand-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

            #brand #brand-photo img:hover {
                opacity: 0.5;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    #brand #brand-name {
        height: 80px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: var(--themeColor);
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        #brand #brand-name h1 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            #brand #brand-name h1:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 14.5px;
                left: 0;
            }

/*@media screen and (max-width: 1199px) {
    #brands {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 767px) {
    #brands {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    #brands {
        padding: 15px;
    }
}
*/

/** #awards
 **************************************************************** **/
#awards {
    padding: 80px 50px;
}

#award {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    #award #award-photo {
        height: 220px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
        background: #fff;
    }

        #award #award-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

            #award #award-photo img:hover {
                opacity: 0.5;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    #award #award-name {
        height: 80px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: var(--themeColor);
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        #award #award-name h1 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            #award #award-name h1:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 30px;
                left: 0;
            }

@media screen and (max-width: 1199px) {
    #awards {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 767px) {
    #awards {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    #awards {
        padding: 15px;
    }
}

/** #Contact Us
 **************************************************************** **/
#contacts {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/map.png);
}

    #contacts #contacts-overlay {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fbfbfb;
        opacity: .93;
        z-index: 1;
    }

    #contacts:after {
        position: absolute;
        content: '';
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        z-index: 2;
        transform: scale(1, 1);
        transition: all 0.2s linear;
        box-shadow: 0 0 0 1px #e6e6e6;
    }

    #contacts #contacts-box {
        z-index: 5;
        padding: 80px 50px;
        position: relative;
    }

#contact-details {
}

    #contact-details #contact-details-box {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: rgba(152, 152, 152, 0.2);
        padding: 0 0 0 50px;
        position: relative;
        margin-top: 50px;
    }

        #contact-details #contact-details-box i {
            top: 0;
            left: 0;
            width: 30px;
            font-size: 35px;
            text-align: center;
            position: absolute;
            color: var(--themeSubColor);
        }

        #contact-details #contact-details-box p.title {
            color: var(--themeColor);
            font-size: 15px;
            font-weight: 700;
        }

        #contact-details #contact-details-box p.details {
            color: #666;
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        #contact-details #contact-details-box a {
            color: #444;
            font-weight: 600;
        }

@media screen and (max-width: 767px) {
    #contacts {
        margin-top: 30px;
    }

        #contacts:after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    #contact-details {
        margin-bottom: 50px;
    }

    #contacts #contacts-box {
        padding: 50px;
    }

    #contact-details #contact-details-box {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    #contacts #contacts-box {
        padding: 30px 15px;
    }
}

/*brand*/
.brand-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* center items */
    gap: 20px; /* spacing between items */
}

.brand-box {
    background-color: #142b3a;
    border: 4px solid #b8860b;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    flex: 0 0 calc(50% - 20px); /* default: 2 per row */
    max-width: calc(50% - 20px);
    transition: all 0.3s ease;
}

    /* Hover effect */
    .brand-box:hover {
        border: none;
        border-radius: 0;
    }

/* On medium+ screens, make them 20% each */
@media (min-width: 992px) {
    .brand-box {
        flex: 0 0 calc(20% - 20px);
        max-width: calc(20% - 20px);
    }
}

/* On extra-small (xs <576px): full width, 1 per row */
@media (max-width: 575.98px) {
    .brand-box {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 14px; /* optional: smaller text for mobile */
        padding: 15px; /* optional: smaller padding */
    }
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr)); /* 2 equal columns */
    gap: 20px;
    grid-auto-rows: 100px; /* base row height */
    grid-auto-flow: dense; /* packs shorts up to fill gaps */
}

/* cards are sized by the grid, not by image size */
.card {
    position: relative; /* needed for absolute image */
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .card.short {
        grid-row: span 2;
    }
    /* 220px tall */
    .card.tall {
        grid-row: span 4;
    }
    /* 440px tall */
    .card.normal {
        grid-column: span 6;
    }

    .card.mid {
        grid-row: span 3;
    }

    .card.wide {
        grid-column: span 7;
    }

    .card.narrow {
        grid-column: span 5;
    }
    /* 440px tall */

    .card:hover {
        transform: scale(.98);
        box-shadow: 0 6px 18px rgba(0,0,0,.12);
    }

    /* force images to fill the tile exactly */
    .card img {
        position: absolute;
        inset: 0; /* top:0 right:0 bottom:0 left:0 */
        width: 100%;
        height: 100%;
        object-fit: cover; /* no distortion, crops if needed */
        display: block;
    }

/* mobile: single column */
@media (max-width: 575.98px) {
    .catalog-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px;
    }
}




/** Footer
 **************************************************************** **/
.footer {
    background: #363636;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 40px 0;
    text-align: center;
}

    .footer a {
        color: #bbb;
        display: inline-block;
        transition: all 250ms ease-out;
    }

        .footer a:hover {
            color: #999;
        }

    .footer h1 {
        margin: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        display: inline-block;
    }

    .footer #footer-left, .footer #footer-middle, .footer #footer-right {
        height: 45px;
        display: table;
    }

        .footer #footer-left #footer-content, .footer #footer-middle #footer-content, .footer #footer-right #footer-content {
            text-align: left;
            display: table-cell;
            vertical-align: middle;
        }

    .footer #footer-middle {
    }

        .footer #footer-middle img {
            max-height: 45px;
        }

    .footer #footer-right {
        overflow: hidden;
    }

        .footer #footer-right ul {
            text-align: center;
            margin: 0;
            padding: 0;
            font-size: 12px;
        }

        .footer #footer-right li {
            display: inline-block;
            margin-left: 10px;
            text-transform: uppercase;
        }

            .footer #footer-right li:first-child {
                margin-left: 0;
            }

            .footer #footer-right li a {
                color: #fff;
            }

                .footer #footer-right li a:hover {
                    color: #aaa;
                }

@media (max-width: 767px) {
    .footer #footer-left #footer-content {
        text-align: center;
    }
}


/** Products Page
 **************************************************************** **/
.product {
    background: #fff;
    height: 260px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    /*border-radius: 30px;
    border: 1px solid #e7e7e7;*/
    box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
    transition: all 0.3s ease-in-out 0s;
}

    .product:hover {
        box-shadow: 4px 8px 14px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #ffffff inset;
    }

    .product .product-name {
        height: 100px;
        padding: 10px;
        text-align: center;
    }

        .product .product-name h4 {
            font-size: 14px;
            height: 30px;
            white-space: normal;
        }

        .product .product-name .divider {
            display: block;
            left: 50%;
            transform: translate(-50%);
            position: relative;
            width: 20px;
            border-bottom: 3px solid #000;
            margin-bottom: 10px;
        }

        .product .product-name a {
            font-size: 13px;
            color: #000;
            text-decoration: underline;
        }

            .product .product-name a:hover {
                text-decoration: none;
            }

    .product .product-item {
        height: 150px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .product .product-item img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

        .product .product-item .product-photo {
            opacity: 1;
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            transition: all 0.3s ease 0s;
        }

    .product:hover .product-item .product-photo {
        opacity: .4;
    }

    .product .product-item .more-btn {
        left: 50%;
        bottom: 30%;
        padding: 5px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .product .product-item .more-btn a {
            border-radius: 30px;
            padding: 15px 30px;
            background-color: #002173;
            color: #fff;
            position: relative;
            z-index: 1;
            transform: translate(35px, 0);
            opacity: 0;
            transition-delay: 50ms;
            margin: 5px;
            transition: all 250ms ease-out;
            white-space: nowrap;
            font-weight: 500;
        }

    .product:hover .product-item .more-btn a {
        transform: translate(0, 0);
        opacity: 1;
    }

@media screen and (max-width: 767px) {
    .product .product-item .more-btn a {
        opacity: 1;
    }
}



/** Product Details
 **************************************************************** **/
.product-detail-photo {
    margin-bottom: 50px;
}

.product-detail-buttons {
    margin-top: 20px;
    text-align: center;
}

.product-detail-content {
    display: flex;
}

.product-detail-item {
    width: 20%;
    padding: 0;
}

.product-detail-small {
    max-width: 100%;
    max-height: 100%;
    margin: 2px;
    display: block;
}

    .product-detail-small .product-image-small {
        position: relative;
        height: 60px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

        .product-detail-small .product-image-small img {
            padding: 5px;
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

.product-detail {
    border: 1px solid #ddd;
    overflow: hidden;
    height: 280px;
}

    .product-detail img {
        padding: 5px;
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.product-detail-image {
    white-space: nowrap;
    height: 100%;
    position: relative;
}

    .product-detail-image:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }


/******************************* Product Details ******************************* **/
.product-item table {
    margin: 20px 0;
}

    .product-item table td {
        vertical-align: top;
    }


/******************************* Product Details Carousel ******************************* **/
.owl-carousel .owl-item .items {
    height: 374px;
    transform: scale(.6);
    transition: all .5s;
}

    .owl-carousel .owl-item .items img {
        opacity: .3;
        padding: 5px;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.owl-carousel .owl-item.center .items {
    transform: scale(1);
    margin: 10px;
    box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
}

    .owl-carousel .owl-item.center .items img {
        opacity: 1;
    }

.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    color: #002173;
    font-size: 25px;
    transition: all .5s;
}

.owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:hover {
    background: #002173;
    color: #fff;
}


/******************************* Collapse Panel ******************************* **/
.fancy-collapse-panel .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition: .3s ease-in-out;
}

    .fancy-collapse-panel .panel .collapse.in {
        height: 100% !important;
    }

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading a {
    padding: 30px 15px 30px 40px;
    display: inline-block;
    width: 100%;
    background-color: #002173;
    position: relative;
    text-decoration: none;
    color: #fff;
}

    .fancy-collapse-panel .panel-heading a.collapsed {
        background: #eee;
        color: #333;
    }

    .fancy-collapse-panel .panel-heading a:after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        left: 20px;
        font-size: 20px;
        font-weight: 400;
        top: 50%;
        line-height: 1;
        margin-top: -10px;
    }

    .fancy-collapse-panel .panel-heading a.collapsed:after {
        content: "\f105";
    }

.fancy-collapse-panel .panel-default .panel-body {
    position: relative;
    padding: 20px 30px 30px;
    border-top: none !important;
}

    .fancy-collapse-panel .panel-default .panel-body .detail {
        display: flex;
    }

    .fancy-collapse-panel .panel-default .panel-body .buttons {
        margin-top: 10px;
    }

@media screen and (max-width: 767px) {
    .fancy-collapse-panel .panel-default .panel-body {
        padding: 0 15px 20px;
    }

        .fancy-collapse-panel .panel-default .panel-body .btn {
            font-size: 12px;
        }
}


/** Brands
 **************************************************************** **/
.brand {
    background: #fff;
    height: 230px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

    .brand:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(0,0,0,.2);
        border-radius: 100%;
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .brand:hover {
        animation: bloom ease-in-out .75s forwards;
    }

        .brand:hover:before {
            animation: circle .75s;
        }

    .brand .circle {
        margin: 0 auto;
        display: block;
        height: 165px;
        width: 100%;
        overflow: hidden;
    }

    .brand .brand-photo {
        height: 165px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .brand .brand-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 5px;
        }

@keyframes bloom {
    0% {
        filter: grayscale(.8);
    }

    40% {
        filter: grayscale(.5);
    }

    100% {
        filter: grayscale(0);
    }
}

@keyframes circle {
    0% {
        opacity: .5;
        background: rgba(255, 255, 255, .5);
    }

    40% {
        opacity: 1;
        background: rgba(255, 255, 255, .5);
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.brand .brand-name {
    height: 50px;
    text-align: center;
    padding: 5px;
    white-space: normal;
}

    .brand .brand-name h5 {
        color: #000;
    }


/** Awards
 **************************************************************** **/
.award {
    background: #fff;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

    .award:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(0,0,0,.2);
        border-radius: 100%;
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .award:hover {
        animation: bloom ease-in-out .75s forwards;
    }

        .award:hover:before {
            animation: circle .75s;
        }

@keyframes bloom {
    0% {
        filter: grayscale(.8);
    }

    40% {
        filter: grayscale(.5);
    }

    100% {
        filter: grayscale(0);
    }
}

@keyframes circle {
    0% {
        opacity: .5;
        background: rgba(255, 255, 255, .5);
    }

    40% {
        opacity: 1;
        background: rgba(255, 255, 255, .5);
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.award .award-item {
    height: 215px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .award .award-item img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 5px 10px;
    }

.award .award-name {
    height: 80px;
    text-align: center;
    padding: 5px;
    white-space: normal;
}

    .award .award-name h5 {
        color: #000;
    }

    .award .award-name h6 {
        color: #666;
    }


/******************************* Award Details ******************************* **/
.award-main {
    text-align: center;
    margin-bottom: 50px;
}

    .award-main h3 {
    }

    .award-main h4 {
    }

.award-details {
}

    .award-details h1 {
        text-align: center;
    }

    .award-details .award-intro {
    }


/** News & Events
 **************************************************************** **/
.news {
    height: 380px;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}

    .news .news-item {
        height: 300px;
    }

        .news .news-item .news-thumbnail {
            height: 200px;
            position: relative;
        }

            .news .news-item .news-thumbnail img {
                max-height: 100%;
                max-width: 100%;
                width: auto;
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                padding: 5px;
                margin: 0 auto;
                transform: translate(-50%, -50%);
            }

        .news .news-item .news-details {
            padding: 10px 0;
        }

            .news .news-item .news-details h3 {
                color: #222;
                font-weight: 700;
                margin-top: 0;
                text-align: center;
            }

                .news .news-item .news-details h3.thumbnail-details {
                    margin-top: 10px;
                }

            .news .news-item .news-details a {
                color: #222;
            }

            .news .news-item .news-details h5 {
                margin-top: 15px;
                letter-spacing: 0.5px;
                display: -webkit-box;
                width: 100%;
                line-height: 1.4;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .news .news-item .news-description {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

    .news .read-more {
        width: 205px;
        margin: 0 auto;
        text-align: center;
    }

        .news .read-more a {
            color: #fff;
            background: #002173;
            font-weight: 500;
            padding: 15px 30px;
            border-radius: 30px;
            display: block;
            transition: .15s ease-in-out;
        }

            .news .read-more a:hover {
                border-color: #002173;
                background: #002173;
            }

@media screen and (max-width: 991px) {
    .news {
        margin-bottom: 50px;
    }
}


/******************************* News & Events Details ******************************* **/
.newsdetails {
    padding: 0 50px;
}

    .newsdetails .newsdetails-title {
        margin-bottom: 30px;
        text-align: center;
    }

        .newsdetails .newsdetails-title h2 {
            margin: 10px 0;
            font-weight: 900;
            letter-spacing: 1px;
        }

        .newsdetails .newsdetails-title h5 {
            margin: 10px 0;
            font-weight: 500;
            letter-spacing: 1px;
        }

        .newsdetails .newsdetails-title img {
            max-height: 500px;
            margin: 0 auto;
            width: auto;
        }

.sideNewsPanel {
    padding-bottom: 5px;
}

.sideNews {
}

    .sideNews h2 {
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase;
        border-bottom: 1px dotted #999;
    }

.small-news {
    display: flex;
    min-height: 85px;
    margin-bottom: 5px;
    justify-content: space-between;
    padding-bottom: 5px !important;
    border-bottom: 1px dotted #999;
}

    .small-news.no-photo {
        display: block;
    }

    .small-news a {
        width: 70%;
        display: flex;
        color: #002173;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 5px;
        align-items: center;
    }

    .small-news.no-photo a {
        width: 100%;
    }

    .small-news .small-news-photo {
        width: 30%;
        height: 80px;
        margin-left: 5px;
        position: relative;
        border: solid 1px #ddd;
    }

        .small-news .small-news-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto !important;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 5px;
        }

    .small-news .small-news-details {
    }

        .small-news .small-news-details p {
            color: #333;
            font-size: 12px;
            font-weight: 600;
            overflow: hidden;
            text-align: left;
            margin-bottom: 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
        }

@media screen and (max-width: 991px) {
    .newsdetails {
        padding: 0 20px;
    }
}


/** Contacts Us
 **************************************************************** **/
.contact-details-content {
    margin-top: 50px;
}

.contact-enquiry {
}

    .contact-enquiry p.enquiry-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        color: #999;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .contact-enquiry p.enquiry-subtitle {
        font-size: 26px;
        font-weight: 700;
        color: #000;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.contact-details {
    padding: 50px;
    background: #666;
}

    .contact-details .contact-item {
        margin-bottom: 35px;
    }

        .contact-details .contact-item p.contact-item-title {
            color: #fff;
            font-size: 16px;
            font-weight: 800;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .contact-details .contact-item p.contact-item-details {
            margin: 0;
            color: #ddd;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.75;
        }

        .contact-details .contact-item h1.company-name {
            margin: 0;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.75;
        }

        .contact-details .contact-item a {
            font-size: 13px;
            color: #fff;
        }

        .contact-details .contact-item .contact-buttons {
            display: none;
        }

            .contact-details .contact-item .contact-buttons a {
                background: rgba(255, 255, 255, 0.95);
                display: inline-block;
                padding: 5px 10px;
                font-size: 13px;
                font-weight: 600;
                margin-bottom: 10px;
                margin-right: 5px;
                color: var(--themeSubColor);
            }

a.map-btn {
    z-index: 2;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: var(--themeColor);
    background-color: #fff;
    padding: 13px 20px;
    padding-left: 60px;
    font-weight: 600;
    overflow: hidden;
    margin-top: 30px;
    text-transform: uppercase;
    border: 3px solid var(--themeSubColor);
    font-family: "Oswald", serif;
    -webkit-transition: left 0.3s ease-in-out, background-color 0.3s ease-out 0.3s;
    transition: left 0.3s ease-in-out, background-color 0.3s ease-out 0.3s;
}

    a.map-btn:before {
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: var(--themeSubColor);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.00);
    }

    a.map-btn:after {
        content: "";
        height: 1px;
        width: 20px;
        top: 24.5px;
        left: 30px;
        position: absolute;
        background: var(--themeSubColor);
    }

    a.map-btn:hover {
        color: #fff;
    }

        a.map-btn:hover:before {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            transform-origin: bottom left;
        }

        a.map-btn:hover:after {
            background: #fff;
        }

@media screen and (max-width: 767px) {
    .contact-details .contact-item .contact-buttons {
        display: block;
    }
}

@media (max-width: 480px) {
    .contact-enquiry p.enquiry-subtitle {
        font-size: 25px;
    }

    .contact-details {
        padding: 20px;
    }
}


/** Google Map Button
 **************************************************************** **/
.google_d {
    color: #444;
    background: #fff;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid rgba(35, 36, 36, 0.2);
    transition: .15s ease-in-out;
}

    .google_d:hover {
        background: #002173;
        border-color: #002173;
    }

    .google_d a {
        color: #444;
    }

    .google_d:hover a {
        color: #fff;
    }


/** Scroll Down
 **************************************************************** **/
.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 65%;
    right: 0;
    height: 40px;
    width: 40px;
    display: block;
    transform: translate(-50%);
}

.fa-chevron-circle-down {
    color: #fff;
    position: absolute;
    bottom: 0;
    animation: jump 1.5s infinite;
}

@keyframes jump {
    0% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }

    100% {
        bottom: 0
    }
}

@media (max-width: 767px) {
    .arrow-wrap {
        display: none;
    }
}


/** Revolution Slider
 **************************************************************** **/
/*.fullwidthbanner-container {
    padding: 0 75px !important;
}*/

.tp-rightarrow.default {
    cursor: pointer !important;
    background: rgba(0, 0, 0, .5) !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    display: block !important;
    z-index: 1000 !important;
    margin-right: 75px;
}

    .tp-rightarrow.default:before {
        content: '\f105';
        font-size: 25px;
        color: #fff;
        display: block;
        line-height: 40px;
        text-align: center;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.tp-leftarrow.default {
    cursor: pointer !important;
    background: rgba(0, 0, 0, .5) !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    display: block !important;
    z-index: 1000 !important;
    margin-left: 75px;
}

    .tp-leftarrow.default:before {
        content: '\f104';
        font-size: 25px;
        color: #fff;
        display: block;
        line-height: 40px;
        text-align: center;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

    .tp-rightarrow.default:hover, .tp-leftarrow.default:hover {
        background: #000;
        transition: ease-in-out .5s;
    }

@media screen and (max-width: 1499px) {
    .fullwidthbanner-container {
        padding: 0 30px !important;
    }

    .tp-rightarrow.default {
        margin-right: 30px;
    }

    .tp-leftarrow.default {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .fullwidthbanner-container {
        padding: 0 15px !important;
    }

    .tp-rightarrow.default {
        margin-right: 15px;
    }

    .tp-leftarrow.default {
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .fullwidthbanner-container {
        padding: 0 !important;
    }

    .tp-rightarrow.default {
        margin-right: 0;
    }

    .tp-leftarrow.default {
        margin-left: 0;
    }
}


/** Brand Details
 **************************************************************** **/

.other-products p {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.brand-details-left {
    height: 400px;
}

    .brand-details-left img {
        max-height: 300px;
        height: auto;
        width: auto;
        display: block;
        margin: 20px auto;
        border-radius: 30px;
        border: 1px solid #e7e7e7;
    }

    .brand-details-left h3 {
        text-align: center;
    }

.brand-details-right {
    padding: 30px;
    min-height: 400px;
}


/** Dealer Page
 **************************************************************** **/
.dealer-box {
    min-height: 820px;
    margin: 10px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

    .dealer-box .box-content {
        padding: 20px;
    }

        .dealer-box .box-content h1 {
            font-size: 25px;
            height: 80px;
            margin: 10px 0 30px;
        }

        .dealer-box .box-content span {
            margin-left: 10px;
        }

        .dealer-box .box-content p {
            color: #666;
        }

            .dealer-box .box-content p.dealer-box-title {
                color: #000;
                font-size: 18px;
                margin: 10px 0;
            }

        .dealer-box .box-content a {
            color: #666;
        }

            .dealer-box .box-content a:hover {
                color: #000;
            }

        .dealer-box .box-content i {
            width: 15px;
            margin-right: 5px;
        }

        .dealer-box .box-content .dealer-photo {
            overflow: hidden;
            padding: 10px;
            margin-bottom: 20px;
        }

        .dealer-box .box-content .top {
            height: 170px;
            margin-bottom: 20px;
        }

        .dealer-box .box-content .middle-details {
            height: 150px;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .dealer-box .box-content .middle span {
            margin-left: 10px;
        }

        .dealer-box .box-content .bottom {
            text-align: center;
        }

            .dealer-box .box-content .bottom a {
                color: #fff;
            }

            .dealer-box .box-content .bottom.google_d {
                border: none;
                background: none;
            }



@media screen and (max-width: 767px) {
    .dealer-box {
        min-height: unset;
    }

        .dealer-box .box-content .bottom.google_d {
            display: none;
        }
}

@media screen and (max-width: 480px) {
    .dealer-box .box-content h2 {
        font-size: 22px;
    }
}

.iframeSize {
    width: 98%;
    height: 550px;
}

@media screen and (max-width: 767px) {


    .iframeSize {
        width: 98%;
        height: 700px;
    }
}


/** Photo Gallery
 **************************************************************** **/
.album {
    height: 350px;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 20px;
    text-align: center;
    display: block;
    border-radius: 30px;
    background: #fff;
}

    .album .album-cover {
        height: 250px;
        overflow: hidden;
        position: relative;
        margin: 0 auto 10px;
    }

        .album .album-cover img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .album .album-name {
        height: 70px;
    }

        .album .album-name h4 {
            color: #000;
        }

        .album .album-name h6 {
            color: #777;
        }

.album-details-title {
    margin: 10px 0 30px;
}

    .album-details-title a {
        font-size: 14px;
        padding: 10px;
        transition: 0.3s;
        display: inline-block;
        border: 1px solid rgba(25, 25, 25, 0.2);
    }

@media screen and (max-width: 1000px) {
    .album-details-item {
        height: 200px !important;
        margin-bottom: 10px !important;
    }

        .album-details-item .album-details-photo-item img {
            padding: 5px !important;
        }
}

@media screen and (max-width: 480px) {
    .album-details-item {
        height: 100px !important;
        margin-bottom: 5px !important;
    }

        .album-details-item .album-details-photo-item img {
            padding: 3px !important;
        }
}

.album-details-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 30px;
}

    .album-details-item .album-details-photo-item {
        width: auto;
        height: 100%;
        position: relative;
    }

        .album-details-item .album-details-photo-item img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .album-details-item .album-details-video-item {
        height: 300px;
        padding: 10px;
        display: table;
    }

        .album-details-item .album-details-video-item .video-item {
            display: table-cell;
            vertical-align: middle;
        }

            .album-details-item .album-details-video-item .video-item .video-thumbnail {
                overflow: hidden;
                position: relative;
            }

                .album-details-item .album-details-video-item .video-item .video-thumbnail:after {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    content: "\f144";
                    font-family: FontAwesome;
                    font-size: 70px;
                    color: #fff;
                    opacity: 0.8;
                    text-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
                }

            .album-details-item .album-details-video-item .video-item .video-name {
                overflow: hidden;
            }

                .album-details-item .album-details-video-item .video-item .video-name h4 {
                    font-size: 14px;
                    text-align: center;
                }


/** Video Gallery
 **************************************************************** **/
.video {
    height: 340px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

    .video .video-thumbnail {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

        .video .video-thumbnail img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 5px;
        }

        .video .video-thumbnail a:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            content: "\f144";
            font-family: FontAwesome;
            font-size: 70px;
            color: #fff;
            opacity: 0.8;
            text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        }

    .video .video-name {
        width: 100%;
        height: 60px;
        padding: 5px;
        display: table;
        overflow: hidden;
    }

        .video .video-name h4 {
            font-size: 14px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

@media screen and (max-width: 480px) {
    .video {
        height: 290px;
    }

        .video .video-thumbnail {
            height: 200px;
        }
}


/** Extension
 **************************************************************** **/
.extension {
    background: #fff;
    height: 330px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
    transition: all 500ms ease;
}

    .extension .extension-photo {
        height: 240px;
        width: 240px;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

        .extension .extension-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: all 500ms ease;
        }

        .extension .extension-photo:hover img {
            opacity: 0.5;
        }

    .extension .extension-name {
        height: 80px;
        padding: 5px;
    }

        .extension .extension-name h5 {
            font-size: 15px;
            font-weight: 600;
            text-align: center;
        }

        .extension .extension-name h6 {
            color: #777;
            font-size: 13px;
            text-align: center;
            font-style: italic;
            margin: 0 auto;
            display: -webkit-box;
            max-width: 500px;
            height: calc(14px*1.1*2);
            line-height: 1.2;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media screen and (max-width: 767px) {
    .extension {
        height: 100%;
    }

        .extension .extension-name {
            height: 100%;
        }
}


/** Extention Details
 **************************************************************** **/
.extension-details-left {
    padding: 10px;
}

    .extension-details-left img {
        max-height: 400px;
        height: auto;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .extension-details-left .extension-details-name {
        padding: 10px;
    }

        .extension-details-left .extension-details-name h3 {
            margin: 10px 0;
            font-size: 20px;
            text-align: center;
        }

        .extension-details-left .extension-details-name h5 {
            color: #555;
            font-style: italic;
            text-align: center;
        }

        .extension-details-left .extension-details-name h4 {
            width: 100%;
            padding: 5px;
            font-size: 15px;
            line-height: 1.3;
            text-align: center;
            background: #002173;
            display: inline-block;
        }

        .extension-details-left .extension-details-name a {
            color: #fff;
        }

.extension-details-right {
    padding: 30px;
    min-height: 400px;
    border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
    .extension-details-left {
        height: 100%;
        margin-bottom: 20px;
        border-bottom: 1px dotted #aaa;
    }

        .extension-details-left .extension-details-name {
            height: 100%;
        }
}


/** Icon
 **************************************************************** **/
.scrollup {
    position: fixed;
    bottom: 45px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #002173;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #fff;
    display: none;
    border: 3px solid #002173;
    border-radius: 10px;
    transition: all 300ms ease;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 767px) {
    .scrollup {
        right: 10px;
        bottom: 15px;
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .scrollup {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 26px;
    }
}


/** More Button
 **************************************************************** **/
#about .more-btn {
    display: inline-block;
    margin-bottom: 30px;
}

    #about .more-btn a {
        background: var(--themeColor);
        color: #fff;
        padding: 5px 20px;
        font-weight: 600;
        border-radius: 5px;
        transition: 0.3s all ease-in-out;
        box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.4);
    }

        #about .more-btn a:hover {
            background: var(--themeSubColor);
            color: #fff;
        }


/** Back Button
 **************************************************************** **/
.back-to-btn {
    margin: 10px 0 50px;
    display: inline-block;
}

    .back-to-btn a {
        background: #fff;
        color: var(--themeColor);
        padding: 10px;
        font-weight: 600;
        border-radius: 10px;
        border: 3px solid var(--themeSubColor);
        transition: 0.3s all ease-in-out;
        box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.4);
    }

        .back-to-btn a:hover {
            background: var(--themeColor);
            color: #fff;
        }



/* Style for pagination */
.pagination {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

    .pagination button {
        background-color: var(--themeSubColor);
        color: white;
        border: none;
        padding: 8px 12px;
        margin: 0 5px;
        cursor: pointer;
    }

        .pagination button:hover {
            background-color: var(--themeColor);
        }

    .pagination .page-btn.active {
        background-color: var(--themeColor);
        font-weight: bold;
    }

    .pagination .prev-btn[disabled],
    .pagination .next-btn[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.picPadding {
    padding: 0 5px !important;
}
/*----------------
_Products
-----------------*/
#our-work-block {
    color: #fff;
    padding: 0 0 100px;
}

    #our-work-block .section-title {
        /* background: #007078;*/
        padding: 50px 0 0 0;
        margin-bottom: 30px;
    }


    #our-work-block p.title {
        color: #333;
        margin-bottom: 0px;
    }

    #our-work-block .section-title, #process-block .section-title {
        margin-bottom: 30px;
    }

    #our-work-block .works {
        /*height: 300px;*/
        background: #fff;
        /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);*/
        display: block;
        margin: 3px;
        position: relative;
        overflow: hidden;
    }

        #our-work-block .works figure > div {
            width: auto;
            height: 200px;
        }

        #our-work-block .works figure {
            transition: all .5s;
            transform: scale(1);
        }

        #our-work-block .works:hover figure {
            transform: scale(1.25);
            overflow: hidden;
            position: relative;
            display: block;
        }

        #our-work-block .works figure {
            position: relative;
            overflow: hidden;
            height: 200px;
        }

            #our-work-block .works figure img {
                width: auto;
                max-height: 200px;
                overflow: hidden;
                object-fit: cover;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                margin: 0 auto;
            }

            #our-work-block .works figure:hover img, #our-work-block .works figure:focus img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

        #our-work-block .works figcaption {
            font-size: 1.3rem;
        }

            #our-work-block .works figcaption h1 {
                /* text-transform: uppercase;*/
                color: #000;
                font-weight: 500;
                font-size: 1.3rem;
                margin: 0;
            }

            #our-work-block .works figcaption .caption-content {
                height: 60px;
                padding: 5px;
            }

            #our-work-block .works figcaption .price-content {
                padding: 5px 5px 0px 5px;
                font-weight: bold;
                color: black
            }

        #our-work-block .works figure:hover figcaption h6, #our-work-block .works figure:focus figcaption h6 {
            color: #007078;
        }

.price-old {
    color: #777;
    opacity: .9;
    text-decoration-color: rgba(0,0,0,.35);
    text-decoration-skip-ink: auto;
    font-weight: 300; /* optional */
}

.more-links {
    float: none;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    background: #007078;
    padding: 15px;
    border-radius: 20px;
    letter-spacing: 2px;
}

    .more-links:hover, .more-links:focus {
        transition: all 300ms ease-in-out;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
        color: #007078;
        background: #ddd;
    }

@media screen and (max-width: 480px) {
    /* #our-work-block .works {
        height: 260px;
    }

        #our-work-block .works figure {
            height: 120px;
        }

            #our-work-block .works figure img {
                max-height: 120px;
            }

            #our-work-block .works figure > div {
                height: 120px;
            }*/

    #our-work-block .works figcaption .caption-content {
        height: 60px;
        padding: 3px;
    }

    #our-work-block .works figcaption .price-content {
        padding: 3px 3px 0px 3px;
    }
}



.filter-block {
    padding: 6px 0;
}

.filter-title {
    font-size: 14px; /* smaller heading */
    font-weight: 600; /* or 400 if you want no bold at all */
    letter-spacing: .06em;
    margin-bottom: 8px;
    border-top: 3px solid #e23a3a; /* red line */
    padding-top: 12px;
}

/* Each row */
.filterItem {
    margin: 6px 0;
}

/* Label row: checkbox + text aligned */
.filterHeader {
    display: grid;
    grid-template-columns: 18px 1fr; /* checkbox | text */
    align-items: center; /* vertical alignment */
    column-gap: 8px;
    font-size: 13px; /* smaller text */
    font-weight: 400; /* no bold */
    line-height: 1.25;
    color: #2e2e2e;
}

    /* Checkbox sizing + remove browser margins */
    .filterHeader input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin: 0; /* keeps it aligned with text */
    }

    /* Optional: lighter count */
    .filterHeader .count {
        color: #8a8a8a;
        font-size: 12px;
        font-weight: 400;
    }

/* (Optional) even smaller on very narrow screens */
@media (max-width: 420px) {
    .filterHeader {
        font-size: 13px;
    }

        .filterHeader .count {
            font-size: 11px;
        }
}

.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.filters-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f3f3f3;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 12px;
}

    .filter-chip button {
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
    }

.mr-8 {
    margin-right: 8px;
}

/* Backdrop */
#filterBackdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 1040; /* above page, below sheet */
}

/* Sheet container */
#filterSheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%); /* hidden off-screen */
    background: #fff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-shadow: 0 -6px 24px rgba(0,0,0,.25);
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    z-index: 1050;
    transition: transform .25s ease;
}

/* Visible state */
#filterBackdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

#filterSheet.is-open {
    transform: translateY(0);
}

/* Layout inside sheet */
#filterSheet .sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

#filterSheet .sheet-close {
    background: none;
    border: 0;
    font-size: 22px;
    line-height: 1;
}

#filterSheet .sheet-body {
    padding: 12px 16px;
    overflow: auto;
}

#filterSheet .sheet-footer {
    padding: 10px 16px 16px;
    display: flex;
    gap: 8px;
    border-top: 1px solid #eee;
}

#filterSheet .filter-title {
    font-weight: 700;
    font-size: 13px;
    margin: 12px 0 8px;
    border-top: 3px solid #d83535;
    padding-top: 8px;
}

#filterSheet .filterHeader {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 6px 0;
    font-size: 14px;
}

    #filterSheet .filterHeader input {
        width: 16px;
        height: 16px;
        margin: 0;
    }

/* Only show bottom sheet on xs/sm */
@media (min-width: 992px) {
    #filterSheet, #filterBackdrop {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .search {
        margin-bottom: 5px;
    }

    .active-filters {
        margin-top: 5px;
    }
}

img[usemap] {
    width: 100%;
    height: auto;
    display: block;
}
