﻿body {
    font-family: 'Montserrat', 'Prompt'
}

.main-title {
    font-size: 3rem;
    color: #00aeef;
    font-family: 'Montserrat', 'Prompt';
    text-align: center;
    margin-bottom: 30px;
}


.fotorama__nav-wrap {
    margin-top: 20px;
}

.owl-carousel .owl-item img {
    border-radius: 15px;
}

.fotorama {
    margin: 40px 0px 20px 0px;
}

.viewall {
    text-align: right;
    padding: 40px 0px;
}

    .viewall a {
        text-align: right;
        text-transform: lowercase;
        text-decoration: none;
        color: #000000;
    }

        .viewall a span {
            padding: 5px 30px 6px 30px;
            transition: 0.2s ease all;
            background: #f3f3f3;
        }

        .viewall a:hover span {
            color: #ffffff;
            background: #000000;
        }

@media (max-width: 460px) {
    .viewall {
        padding: 20px 0px;
    }
}


.accordion > .card > .card-header {
    cursor: pointer;
    background: #000000;
    color: #ffff;
    font-size: 0.8rem;
}

.card-header {
    padding: 1rem 1.25rem;
}

.full-width {
    width: 100%;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 15px;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 8px 3px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #ffffff;
}

.logo.resize {
    /* top: 80px; */
    bottom: 0px;
    opacity: 0;
    transform: scale(0.65) translate(-75%, -100%);
    transition: all 1s ease-in-out 1s;
}

.btn-green {
    font-family: 'Montserrat', 'Prompt';
    margin-top: 15px;
    padding: 7px 50px 7px 50px;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #64BC46;
    border: 1px solid #64BC46;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.btn-brown {
    font-family: 'Montserrat', 'Prompt';
    margin-top: 15px;
    padding: 7px 50px 7px 50px;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #d2bdad;
    border: #7f5b40;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.btn-white {
    font-family: 'Montserrat', 'Prompt';
    margin-top: 15px;
    padding: 7px 50px 7px 50px;
    color: #000000;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.btn, .btn:hover {
    border-radius: 0px;
    padding: 0.3rem 2rem;
    border: none;
    color: #ffffff;
    font-size: 0.8rem;
    background: #000000;
}

.form-control {
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    color: #495057;
    background-color: #f6f5f3;
    border: none;
    border-radius: 0px;
}


.is-contrasted {
    background-color: #000;
    color: #fff;
}


#main-content {
    margin-top: 130px;
    min-height: 500px;
}

    #main-content.no-padding {
        margin-top: 0px;
    }


@media (max-width: 767px) {
    #main-content {
        margin-top: 80px;
    }

    .logo {
        width: 35%;
    }
}


@media (max-width: 460px) {
    #main-content {
        margin-top: 80px;
        min-height: 300px;
    }

        #main-content.no-padding {
            margin-top: 0px;
        }
}



/*****************************************
* Cookie
*****************************************/
.cookie {
    position: fixed;
    padding: 20px 0;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    color: #19110b;
    font-size: 0.8rem;
    box-shadow: 0px 4px 12px #e8e8e8;
    height: 80px;
}

    .cookie a, .cookie a:hover, .cookie a:visited, .cookie a:focus {
        color: #00aeef !important; 
    }

.btn-accept, .btn-accept:hover {
    position: absolute;
    padding: 6px 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background-color: #00aeef;
    border-radius: 25px;
}

/*****************************************
* Sidebar Content 
*****************************************/
.sidebar-content {
    width: 30%;
    right: -30%;
    height: 100vh;
    position: fixed;
    z-index: 1041;
    top: 0px;
    transition: all 0.6s ease-in-out;
}

    .sidebar-content::before {
        background-color: rgba(29,29,29,.8);
    }


    .sidebar-content.show {
        right: 0px;
        background-color: rgba(255, 255, 255, 1);
        transition: all 0.6s ease-in-out;
    }

@media (max-width: 767px) {
    .sidebar-content {
        width: 100%;
        right: -100%;
        height: 100vh;
    }
}


.shopping-cart-wrapper {
    padding: 10%;
    position: relative;
    font-size: 0.8rem;
    height: 100%;
}

    .shopping-cart-wrapper .icon-close {
        position: absolute;
        top: 25px;
        right: 25px;
        cursor: pointer;
    }

    .shopping-cart-wrapper .title {
        color: #19110b;
        font-size: 1.5rem;
        font-family: 'Montserrat', 'Prompt';
        line-height: 2.5rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .shopping-cart-wrapper .shopping-cart-lists {
        margin-bottom: 50px;
    }

        .shopping-cart-wrapper .shopping-cart-lists .empty-lists {
            text-align: center;
            font-size: 0.8rem;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50vh;
        }

        .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item {
            display: flex;
            justify-content: space-between;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #eae8e4;
            position: relative;
        }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .remove-item {
                position: absolute;
                top: -5px;
                right: -25px;
                padding: 3px 5px;
                cursor: pointer;
            }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-image {
                width: 15%;
            }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-name {
                width: 50%;
                padding: 0px 15px;
            }

                .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-name .description {
                    font-size: 0.6rem;
                }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-qty {
                width: 15%;
            }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-price {
                width: 20%;
            }



    .shopping-cart-wrapper .btn-wrapper {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }


    .shopping-cart-wrapper .btn-checkout, .shopping-cart-wrapper .btn-checkout:hover {
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 2px;
        padding: 13px 50px 10px 50px;
        color: #ffffff;
        font-size: 0.6rem;
        font-weight: normal;
        line-height: 24px;
        background-color: #000000;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 15px;
    }

    .shopping-cart-wrapper .btn-continue, .shopping-cart-wrapper .btn-continue:hover {
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 2px;
        padding: 13px 50px 10px 50px;
        color: #000000;
        font-size: 0.6rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #000000;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 15px;
    }

/*****************************************
* Modal Backdrop
*****************************************/
.modal-backdrop {
    background-color: transparent;
}

.modal-backdrop-transparent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
}

.modal-backdrop-black {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 1040;
}

.modal-transition {
    transition: all 0.4s ease;
}


/*****************************************
* Navbar 
*****************************************/
.navbar {
    padding: 5rem 1rem 1rem 1rem;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    height: 130px;
    background: #ffffff;
    transition: 0.5s ease all;
    box-shadow: 0px 4px 12px #e8e8e8;
}


    .navbar.bg-transparent {
        /*background: none;*/
        background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.3));
    }


    /*  .navbar.bg-transparent::before {
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            z-index: -1;
            background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0, 0,0.8));
        }*/


    .navbar .navbar-brand {
        transform: translateX(-50%);
        top: 20px;
        left: 50%;
        position: absolute;
        display: block;
        transition: 0.5s ease all;
    }

        .navbar .navbar-brand .navbar-logo {
            height: 45px;
        }


    .navbar.navbar-scroll {
        padding: 1.5rem 1rem 1.5rem 1rem;
        transition: 0.5s ease all;
        background: #ffffff;
    }

        .navbar.navbar-scroll.bg-transparent {
            background: #000000 !important;
        }

        .navbar.navbar-scroll .navbar-brand {
            display: none;
            transition: 0.5s ease all;
        }

        .navbar.navbar-scroll .navbar-nav .nav-link {
            color: #000000;
        }


.navbar-nav {
    margin: 0px auto;
}


.navbar-light .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Montserrat', 'Prompt';
        padding: 0.75rem 1rem;
        font-weight: bold;
    }


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
    outline: none;
}

/*.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/

.toolbar-icon {
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .toolbar-icon .nav-toolbar-icon {
        position: relative;
    }

        .toolbar-icon .nav-toolbar-icon .nav-badge {
            color: #ffffff;
            background: #e62b2b;
            width: 18px;
            position: absolute;
            top: -3px;
            right: 0px;
            text-align: center;
            font-size: 0.6rem;
            border-radius: 50%;
            padding: 3px 2px 1px 2px;
        }

        .toolbar-icon .nav-toolbar-icon img {
            width: 16px;
            margin: 0.5rem 0.8rem;
        }

@media (max-width: 767px) {
    .navbar {
        padding: 1rem 1rem 1rem 1rem;
        height: 80px;
    }

    .toolbar-icon {
        position: fixed;
        top: 17px;
        right: 15px;
    }
}

@media (max-width: 460px) {

    .navbar {
        padding: 1rem 1rem 1rem 1rem;
        height: 80px;
    }

        /*.navbar.bg-transparent {
            background: #000000 !important;
        }*/

        .navbar .navbar-brand {
            top: 20px;
        }


        .navbar.navbar-scroll {
            padding: 1rem 1rem 1rem 1rem;
        }

            .navbar.navbar-scroll .navbar-brand {
                display: block;
            }

        .navbar .navbar-brand .navbar-logo {
            height: 40px;
        }

    .navbar-nav {
        margin: 10px auto 0px auto;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:visited {
        color: #ffffff;
        font-size: 1.5rem;
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 3px;
    }


    .navbar-collapse {
        display: none;
    }

    .nav-toolbar {
        display: none;
    }

    .nav-rightmenu {
        display: none;
    }

    .toolbar-icon {
        display: flex;
    }
}

/*****************************************
* Banner 
*****************************************/
.banner-slide {
    overflow: hidden;
    height: auto;
}

.banner {
    z-index: 9;
}


.swiper-slide {
    position: relative;
}

.swiper-button-prev {
    left: 40px;
    color: #ffffff;
    background-image: url("../images/icons/left-chevron.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-prev::after {
        content: '';
    }

.swiper-button-next {
    right: 40px;
    color: #ffffff;
    background-image: url("../images/icons/right-chevron.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-next::after {
        content: '';
    }




.swiper-button-prev.dark-mode {
    top: 50%;
    left: 40px;
    color: #ffffff;
    background-image: url("../images/icons/left-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-prev.dark-mode::after {
        content: '';
    }


.swiper-button-next.dark-mode {
    top: 50%;
    right: 40px;
    color: #ffffff;
    background-image: url("../images/icons/right-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-next.dark-mode::after {
        content: '';
    }

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0px 10px !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
    border: 1px solid #ffffff;
    width: 15px;
    height: 15px;
}



.swiper-slide .swiper-text {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
}

    .swiper-slide .swiper-text .title {
        text-align: center;
        color: #ffffff;
        font-size: 1.8rem;
        font-family: 'Montserrat', 'Prompt';
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .swiper-slide .swiper-text .headline {
        text-align: center;
        color: #ffffff;
        font-size: 4.5rem;
        font-family: 'Montserrat-ExtraLight', 'Prompt-ExtraLight';
        margin-bottom: 30px;
        text-transform: uppercase;
        line-height: 4.5rem;
    }

    .swiper-slide .swiper-text .btn-seemore {
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 2px;
        padding: 7px 0px 5px 0px;
        color: #000000;
        font-size: 0.6rem;
        font-weight: normal;
        line-height: 24px;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        width: 150px;
        text-align: center;
        margin-right: 5px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .swiper-slide .swiper-text .btn-seemore-outline {
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 2px;
        padding: 6px 25px 5px 25px;
        color: #ffffff;
        font-size: 0.8rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 3px solid #ffffff;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        text-align: center;
        margin: 0px 10px;
        text-transform: uppercase;
        text-decoration: none;
    }

@media (max-width: 1240px) {

    .banner-slide {
        height: auto;
    }

    .swiper-wrapper {
        height: auto;
    }

    .banner-slide img {
        width: 100%;
        height: auto;
    }
}



@media (max-width: 460px) {
    .banner-slide {
        margin-top: 0px;
        height: auto;
    }

    .swiper-button-prev {
        left: 20px;
        width: 24px;
        height: 24px;
    }


    .swiper-button-next {
        right: 20px;
        width: 24px;
        height: 24px;
    }

    .swiper-pagination {
        bottom: 40px !important;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0px 7px !important;
    }

    .swiper-pagination-bullet-active {
        background: transparent;
        border: 1px solid #ffffff;
        width: 10px;
        height: 10px;
    }

    .swiper-slide .swiper-text {
        top: 60%;
    }

        .swiper-slide .swiper-text .title {
            font-size: 0.8rem;
            margin-bottom: 5px;
        }

        .swiper-slide .swiper-text .headline {
            font-size: 1.8rem;
            line-height: 1.5rem;
            margin-bottom: 15px;
        }

        .swiper-slide .swiper-text .btn-seemore-outline {
            padding: 0px 15px 0px 15px;
            border: 1px solid #ffffff;
            font-size: 0.6rem;
        }
}


/*****************************************
* About
*****************************************/
#about {
    padding: 50px 0px;
    margin-bottom: 50px;
}

    #about .title {
        margin-bottom: 30px;
        font-size: 3rem;
        color: #00aeef;
        font-family: 'Montserrat', 'Prompt';
        text-align: center;
    }

    #about .detail {
        color: #1d1d1d;
        font-family: 'Montserrat', 'Prompt';
        margin-bottom: 30px;
        font-size: 1rem;
    }

.about-main {
    color: #1d1d1d;
    font-family: 'Montserrat', 'Prompt';
    margin-bottom: 30px;
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .about-main .about-main-photo {
        width: 50%;
    }

    .about-main .about-main-detail {
        width: 50%;
        padding: 0px 0px 0px 30px;
    }

@media (max-width: 460px) {
    #about {
        padding: 20px 0px;
    }

        #about .container {
            padding-left: 20px;
            padding-right: 20px;
        }

    .about-main {
        margin-bottom: 0px;
    }

        .about-main .about-main-photo {
            width: 100%;
        }

        .about-main .about-main-detail {
            width: 100%;
            padding: 20px 0px;
        }
}


/*****************************************
* Shop Content
*****************************************/
#shop-content {
}

    #shop-content .title {
        padding: 10px 20px 10px 20px;
        font-size: 2rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f7f7f7;
        ;
        margin-top: 30px;
        background: #f7f7f7;
    }

        #shop-content .title .arrow-direction {
            width: 50px;
            transform: rotate(270deg);
        }

            #shop-content .title .arrow-direction.expand {
                transform: rotate(0deg);
            }

    #shop-content .shoplists {
        padding: 20px;
        border: 1px solid #f7f7f7;
    }

        #shop-content .shoplists ul {
            list-style: none;
            padding-left: 0px;
        }

            #shop-content .shoplists ul li {
                font-size: 1.3rem;
                padding: 4px 0px;
                width: calc(100%/3 - 3px);
                display: inline-block;
            }

                #shop-content .shoplists ul li a {
                    text-decoration: none;
                    color: #000000;
                }


.shop-store {
    padding-bottom: 60px;
}

.store-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 0px;
}

    .store-lists .store-item {
        width: calc(100%/4 - 20px);
        color: #1d1d1d;
        font-family: 'Montserrat', 'Prompt';
        font-size: 0.8rem;
        padding: 15px 20px;
        background: #f7f7f7;
        margin: 10px 10px 10px 10px;
        text-align: center;
    }


@media (max-width: 460px) {

    #shop-content .shoplists ul li {
        width: 100%;
    }

    .shop-store {
        padding-bottom: 20px;
    }


    #shop-content .title {
        padding: 10px 20px 10px 20px;
        font-size: 1.8rem;
    }

        #shop-content .title .arrow-direction {
            width: 30px;
        }

    .store-lists {
        padding: 20px 0px;
    }

        .store-lists .store-item {
            width: 100%;
            font-size: 1rem;
            margin: 0px 0px 15px 0px;
        }
}


/*****************************************
* Home Category
*****************************************/
#home-category {
    padding: 50px 0px;
}

    #home-category .title {
        font-size: 2.5rem;
        color: #00aeef;
        font-family: 'Montserrat', 'Prompt';
        text-align: center;
        margin-bottom: 30px;
    }

.category-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
}

    .category-lists .collection-image {
        width: calc(100%/4);
        padding: 10px;
    }

        .category-lists .collection-image img {
            transition: 0.4s ease all;
            box-shadow: 0px 4px 12px #e8e8e8;
        }

            .category-lists .collection-image img:hover {
                transform: scale(1.05);
            }

@media (max-width: 460px) {

    #home-category {
        padding: 20px 0px;
    }

        #home-category .container {
            padding-left: 10px;
            padding-right: 10px;
        }

        #home-category .title {
            font-size: 2rem;
            margin-bottom: 10px;
        }

    .category-lists .collection-image {
        width: calc(100%/2);
        order: 1;
    }

    .category-lists .collection-info {
        width: 100%;
        order: 2;
        height: 300px;
        background-size: 65% auto;
    }
}


/*****************************************
* Product Type
*****************************************/
.producttype-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
}

    .producttype-lists .producttype-item {
        width: calc(100% / 4);
        padding: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
        box-shadow: 0px 4px 12px #e8e8e8;
        /*border: 4px solid #40abec;*/
    }

        .producttype-lists .producttype-item a, .producttype-lists .producttype-item:hover a {
            color: #40abec;
            text-decoration: none;
            font-size: 24px;
            line-height: 24px;
        }

            .producttype-lists .producttype-item a .producttype-name {
                padding: 20px 0px 10px 0px;
            }



/*****************************************
* Home Video
*****************************************/
#home-video {
    background-color: #000;
    color: #fff;
}

.home-video-wrapper {
    position: relative;
}

    .home-video-wrapper .home-video-info {
        position: absolute;
        left: 5%;
        bottom: 5%;
        z-index: 2;
    }

        .home-video-wrapper .home-video-info .title {
            color: #ffffff;
            font-size: 3rem;
            font-family: 'Montserrat', 'Prompt';
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .home-video-wrapper .home-video-info .btn-seemore {
            font-family: 'Montserrat', 'Prompt';
            letter-spacing: 2px;
            padding: 10px 0px 7px 0px;
            color: #000000;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            width: 260px;
            text-align: center;
            margin-right: 5px;
            text-decoration: none;
        }


        .home-video-wrapper .home-video-info .btn-seemore-oitline {
            font-family: 'Montserrat', 'Prompt';
            letter-spacing: 2px;
            padding: 10px 0px 7px 0px;
            color: #ffffff;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: transparent;
            border: 1px solid #ffffff;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            width: 260px;
            text-align: center;
            margin-right: 5px;
        }


.sliding-hero__item {
    height: 681px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: opacity .5s ease;
    z-index: 1;
}

    .sliding-hero__item video {
        position: absolute;
        object-fit: cover;
        width: 100%;
    }


.sliding-hero__picture {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,opacity;
}


@media (max-width: 460px) {
    .sliding-hero__item {
        height: 500px;
    }

    .home-video-wrapper .home-video-info .title {
        font-size: 2rem;
    }

    .home-video-wrapper .home-video-info .btn-seemore {
        padding: 5px 0px 5px 0px;
    }
}


/*****************************************
* Footer 
*****************************************/
#b-footer {
    padding: 50px 0px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px #e8e8e8;
}

    #b-footer .title {
        color: #000000;
        margin-bottom: 20px;
        font-size: 1.5rem;
        text-align: left;
        font-family: 'Montserrat', 'Prompt';
    }

.b-footer a, .b-footer a:hover {
    color: #000000;
    display: inline-block;
}


#footer {
    font-family: 'Montserrat', 'Prompt';
    padding: 15px 0px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

    #footer a {
        cursor: pointer;
        color: #00aeef;
    }


.directory-lists {
    color: #d5d0ca;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .directory-lists .dir-section {
        color: #d5d0ca;
    }

        .directory-lists .dir-section.left-section {
            width: 25%;
            text-align: left;
        }

        .directory-lists .dir-section.right-section {
            width: 50%;
            padding-left: 12%;
            border-left: 1px solid #405861;
            text-align: left;
        }

        .directory-lists .dir-section a {
            display: block;
            font-size: 0.8rem;
            padding: 0px 0px 3px 0px;
        }


.contact-information {
}


    .contact-information a {
        text-decoration: none;
    }


    .contact-information .address {
        text-align: left;
        font-size: 1rem;
    }

    .contact-information .phonenumber {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }

        .contact-information .phonenumber .label {
            font-size: 1rem;
        }

        .contact-information .phonenumber .number {
            font-size: 1.2rem;
        }


    .contact-information .email {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        margin-bottom: 5px;
    }

        .contact-information .email .label {
            font-size: 1rem;
        }

        .contact-information .email .number {
            font-size: 1rem;
            margin-right: 5px;
        }

.bottom-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .bottom-contact .social-network {
        text-align: left;
        padding: 10px 0px;
    }

        .bottom-contact .social-network .social-icon {
            margin: 0px 5px;
            width: 20px;
        }

    .bottom-contact .line-id {
        text-align: left;
        padding: 0px 15px;
        font-size: 1rem;
        border-left: 1px solid #405861;
        margin-left: 15px;
        color: #405861;
    }

        .bottom-contact .line-id a {
            color: #ffffff;
        }


@media(max-width: 767px) {

    #b-footer {
        padding: 20px 0px 10px 0px;
    }



        #b-footer .title {
            margin-bottom: 5px;
            font-size: 1rem;
        }

    .directory-lists {
        margin-top: 0px;
    }

        .directory-lists .dir-section.left-section {
            width: 35%;
        }

        .directory-lists .dir-section.right-section {
            width: 60%;
            padding-left: 10%;
        }

    .contact-information .address {
        font-size: 0.8rem;
    }

    .contact-information .phonenumber .number {
        font-size: 1rem;
    }

    .bottom-contact .social-network .social-icon {
        margin: 0px 3px;
        width: 18px;
    }


    .bottom-contact .line-id {
        font-size: 1rem;
    }

    #footer {
        padding: 15px 0px 15px 0px;
        font-size: 0.6rem;
    }
}

@media(max-width: 460px) {
    #footer a {
        font-size: 0.6rem;
    }
}


/*****************************************
* Promotion
*****************************************/
#promotion {
    padding: 100px 0px;
}


    #promotion .title {
        margin-bottom: 30px;
        font-size: 2.5rem;
    }

        #promotion .title span {
            color: #5BC500;
            font-family: 'Montserrat-ExtraLight', 'Prompt-ExtraLight';
        }

.package-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.package-item {
    width: 23%;
    border: 1px solid #f2fafd;
    background: #f2fafd;
    padding: 45px 45px;
    min-height: 500px;
    margin: 25px;
}

    .package-item.first-promotion {
        border: 1px solid #C5E4EF;
        background: #ffffff;
        padding: 30px 20px;
    }


    .package-item.third-promotion {
        background: #fffae9;
        border-color: #FFFFFF;
    }

    .package-item .header {
        font-size: 2rem;
        text-align: center;
        font-family: 'Montserrat', 'Prompt';
        color: #415962;
    }

    .package-item .priceperday {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        padding: 30px 0px;
    }

        .package-item .priceperday .dollar {
            color: #D1AB7D;
            font-size: 1.2rem;
        }

        .package-item .priceperday .price {
            color: #D1AB7D;
            font-size: 2.5rem;
            padding-left: 5px;
            padding-right: 5px;
        }

    .package-item .detail {
        font-size: 1rem;
        font-family: 'Montserrat-ExtraLight', 'Prompt-ExtraLight';
    }




/*****************************************
* Product
*****************************************/
#product {
    padding: 50px 0px;
}

    #product .title {
        font-size: 2.5rem;
        color: #00aeef;
        font-family: 'Montserrat', 'Prompt';
        text-align: center;
        margin-bottom: 30px;
    }

.product-lists {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-item {
    width: calc(100%/4 - 20px);
    color: #19110b;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 4px 12px #e8e8e8;
    margin: 10px;
    padding-bottom: 10px;
}

    .product-item:hover {
        text-decoration: none;
        color: #19110b;
    }

    .product-item .display_mit {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
    }

        .product-item .display_mit img {
            width: 50px;
        }

    .product-item .product-category {
        font-size: 11px;
        line-height: 14px;
        font-family: 'Montserrat', 'Prompt';
        font-weight: 600;
        position: absolute;
        top: 15px;
        left: 15px;
        color: #ffffff;
        background: #40abec;
        padding: 6px 10px;
        border-radius: 15px;
        z-index: 1;
    }

    .product-item .image-wrapper {
        position: relative;
        /*background: #f8f8f8;*/
    }

        .product-item .image-wrapper img {
            cursor: pointer;
        }

            .product-item .image-wrapper img.img-top {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 9;
            }

        .product-item .image-wrapper:hover img.img-top {
            display: block;
            transition: 1s ease all;
        }


#product-detail-wrapper {
    padding: 50px 0px 0px 0px;
}

    #product-detail-wrapper .container {
        padding-left: 20px;
        padding-right: 20px;
    }

.product-item .product-detail {
    padding: 10px;
    line-height: 25px;
    font-size: 1.2rem;
    font-family: 'Montserrat', 'Prompt';
    border-top: 1px solid #eee;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}

    .product-item .product-detail .product-title {
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 1px;
        font-weight: 600;
    }

    .product-item .product-detail .product-desc {
        font-size: 1rem;
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 1px;
        color: #888;
        margin-bottom: 20px;
    }

    .product-item .product-detail .product-footer {
        font-size: 1rem;
        font-family: 'Montserrat', 'Prompt';
        color: #000000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .product-item .product-detail .product-footer .brand {
            font-size: 0.7rem;
            color: #ffffff;
            background: #060606;
            padding: 0px 10px;
            border-radius: 15px;
            letter-spacing: 0.8px;
        }


        .product-item .product-detail .product-footer .price {
            font-size: 1.3rem;
            font-family: 'Montserrat-SemiBold', 'Prompt';
        }

@media(max-width: 1025px) {
    .product-item {
        width: calc(100%/3 - 20px);
    }

        .product-item .display_mit img {
            width: 35px;
        }

        .product-item .product-detail {
            height: 53px;
        }
}


@media(max-width: 460px) {

    #product-detail-wrapper {
        padding: 20px 0px;
    }

    .product-item .display_mit img {
        width: 40px;
    }

    #product {
        padding: 20px 0px;
    }

        #product .container {
            padding-left: 10px;
            padding-right: 10px;
        }

        #product .title {
            font-size: 2rem;
            margin-bottom: 10px;
        }



    .product-item {
        width: calc(100%/2 - 20px);
    }


        .product-item .product-category {
            top: 10px;
            left: 10px;
        }

        .product-item .product-detail {
            font-size: 1rem;
            line-height: 22px;
            padding: 10px;
        }

            .product-item .product-detail .product-title {
                font-size: 0.9rem;
                letter-spacing: 1px;
                line-height: 1.5rem;
            }

            .product-item .product-detail .product-desc {
                font-size: 1rem;
                letter-spacing: 1px;
                color: #888;
                margin-bottom: 20px;
            }
}





/*****************************************
* Product Detail
*****************************************/
#product-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 100px;
}

    #product-detail .back-page {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #000000;
        padding: 5px 10px 3px 10px;
        cursor: pointer;
        color: #ffffff;
        font-size: 0.8rem;
        z-index: 1;
    }

    #product-detail .product-image {
        width: 50%;
        position: relative;
    }

        #product-detail .product-image .main-image {
            cursor: pointer;
            padding: 0px 10px;
            text-align: center;
            position: relative;
        }

            #product-detail .product-image .main-image .display_mit {
                position: absolute;
                top: 50px;
                right: 10px;
                z-index: 2;
            }

        #product-detail .product-image .photo-lists {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            padding: 5px;
        }

            #product-detail .product-image .photo-lists .photo-item {
                width: 50%;
                padding: 5px;
                cursor: pointer;
            }

        #product-detail .product-image .download-ies {
        }

            #product-detail .product-image .download-ies .title-name {
                font-size: 1.2rem;
                font-family: 'Montserrat', 'Prompt';
                border-bottom: 1px solid #000000;
                padding-bottom: 5px;
                line-height: 2rem;
                padding-top: 10px;
                text-transform: uppercase;
                margin-bottom: 15px;
                font-weight: 600;
            }

            #product-detail .product-image .download-ies .ies-lists {
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
            }

                #product-detail .product-image .download-ies .ies-lists .download-ies-item {
                    width: calc(100% / 4 - 20px);
                    margin: 10px;
                    box-shadow: 0px 4px 12px #40abec;
                    padding: 0px;
                    text-decoration: none;
                }

                    #product-detail .product-image .download-ies .ies-lists .download-ies-item .download-logo {
                        text-align: center;
                    }

                        #product-detail .product-image .download-ies .ies-lists .download-ies-item .download-logo .zip-logo {
                            width: 90%;
                        }


                    #product-detail .product-image .download-ies .ies-lists .download-ies-item .pdf-filename {
                        /*color: #40abec;
                        font-weight: bold;
                        text-align: center;
                        overflow: hidden;
                        font-size: 14px;
                        line-height: 18px;
                        padding: 10px;
                        height: 50px;
                        margin-bottom: 5px;*/
                        color: #40abec;
                        font-weight: bold;
                        text-align: center;
                        overflow: hidden;
                        font-size: 10px;
                        line-height: 10px;
                        padding: 5px;
                        height: 38px;
                    }

                    #product-detail .product-image .download-ies .ies-lists .download-ies-item .download-click {
                        color: #ffffff;
                        background: #40abec;
                        font-weight: bold;
                        text-align: center;
                        overflow: hidden;
                        font-size: 14px;
                        line-height: 16px;
                        padding: 10px;
                    }


    #product-detail .product-info {
        width: 50%;
        padding: 40px;
        color: #19110b;
    }

        #product-detail .product-info .product-code {
            font-size: 0.8rem;
            font-family: 'Montserrat', 'Prompt';
        }

        #product-detail .product-info .product-name {
            font-size: 30px;
            font-family: 'Montserrat', 'Prompt';
            border-bottom: 1px solid #000000;
            padding-bottom: 10px;
            line-height: 2.3rem;
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: 600;
        }


        #product-detail .product-info .title-name {
            font-size: 1.2rem;
            font-family: 'Montserrat', 'Prompt';
            border-bottom: 1px solid #000000;
            padding-bottom: 5px;
            line-height: 2rem;
            padding-top: 10px;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-weight: 600;
        }

        #product-detail .product-info .detail-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            font-family: 'Montserrat', 'Prompt';
            padding: 5px 15px;
            background: #ffffff;
        }

            #product-detail .product-info .detail-item:last-child {
                background: red;
            }

            #product-detail .product-info .detail-item:nth-child(2n+1) {
                background: #f7f7f7;
            }

            #product-detail .product-info .detail-item .label {
            }

            #product-detail .product-info .detail-item .value {
                text-transform: uppercase;
            }

        #product-detail .product-info .description {
            padding-bottom: 20px;
            font-family: 'Montserrat', 'Prompt';
        }

            #product-detail .product-info .description p {
                font-size: 18px;
                line-height: 26px;
                margin-bottom: 0.5rem;
                letter-spacing: 0px;
            }

                #product-detail .product-info .description p strong {
                    font-size: 1rem;
                    font-family: 'Montserrat', 'Prompt';
                    line-height: 24px;
                    letter-spacing: 1px;
                    text-decoration: underline;
                    text-transform: uppercase;
                }

            #product-detail .product-info .description h5 {
                font-family: 'Montserrat', 'Prompt';
                text-decoration: underline;
                text-transform: uppercase;
                font-size: 1rem;
            }

        #product-detail .product-info .btn-download {
            font-family: 'Montserrat', 'Prompt';
            letter-spacing: 2px;
            padding: 13px 50px 10px 50px;
            color: #000000;
            font-size: 0.8rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #e9e9e9;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: block;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            margin: 30px 0px;
        }


.stock-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-family: 'Montserrat', 'Prompt';
}

    .stock-status .label {
        font-size: 0.8rem;
        font-family: 'Montserrat', 'Prompt';
        display: flex;
        align-items: center;
    }

        .stock-status .label .dot {
            background: #5c7e08;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            display: inline-block;
            margin: 0px 5px;
        }

    .stock-status .value {
        font-size: 1.3rem;
        font-family: 'Montserrat-SemiBold', 'Prompt';
    }


.detail-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-family: 'Montserrat', 'Prompt';
    padding: 20px 0px;
}

    .detail-price .label {
        font-size: 1.3rem;
        font-family: 'Montserrat-SemiBold', 'Prompt';
        display: flex;
        align-items: center;
    }

        .detail-price .label .dot {
            background: #5c7e08;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            display: inline-block;
            margin: 0px 5px;
        }

    .detail-price .value {
        font-size: 1.3rem;
        font-family: 'Montserrat-SemiBold', 'Prompt';
    }


.detail-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 1px solid #eae8e4;
}

    .detail-option .option-icon {
        width: 50px;
    }

    .detail-option .option-detail {
    }

        .detail-option .option-detail .option-detail-title {
            font-size: 0.8rem;
            text-transform: uppercase;
            font-family: 'Montserrat-SemiBold', 'Prompt';
        }

        .detail-option .option-detail .option-detail-text {
            font-size: 0.6rem;
        }



@media (max-width: 1240px) {

    #product-detail .product-image {
        width: 100%;
        position: relative;
    }


    #product-detail .product-info {
        width: 100%;
        padding: 40px 0px;
    }
}

@media (max-width: 460px) {

    #product-detail {
        margin-bottom: 20px;
    }


        #product-detail .back-page {
            left: 0px;
        }

        #product-detail .product-image {
            width: 100%;
            margin-bottom: 20px;
        }

            #product-detail .product-image .main-image {
                padding: 0px;
            }

        #product-detail .product-info {
            width: 100%;
            padding: 0px;
        }

        #product-detail .product-image .photo-lists .photo-item {
            width: 50%;
        }
}



.icons-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

    .icons-lists .icon-item {
        padding: 3px 10px 1px 10px;
        background: #40abec;
        color: #ffffff;
        margin: 3px;
        border-radius: 5px;
        font-size: 0.8rem;
    }


.features-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .features-lists .feature-item {
        width: calc(100%/8);
        padding: 3px;
    }


#product-configuration {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    #product-configuration .title-name {
        font-size: 1rem;
        font-family: 'Montserrat', 'Prompt';
        border-bottom: 1px solid #000000;
        padding-bottom: 5px;
        line-height: 2rem;
        padding-top: 10px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    #product-configuration .product-led {
        width: 50%;
        padding: 20px;
    }

    #product-configuration .product-driver {
        width: 50%;
        padding: 20px;
    }

@media(max-width: 460px) {
    #product-configuration .product-led {
        width: 100%;
        padding: 0px 0px 30px 0px;
    }

    #product-configuration .product-driver {
        width: 100%;
        padding: 0px 0px 30px 0px;
    }
}



.lighting-slider {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

    .lighting-slider .lighting-item {
        width: calc(100%/5);
        cursor: zoom-in;
    }

        .lighting-slider .lighting-item img {
            width: 100%;
        }


#product-footer {
    padding: 40px 0px;
    /*box-shadow: 0px 4px 12px #e8e8e8;*/
    border-top: 1px solid #ededed;
}




/*****************************************
* CART
*****************************************/
#cart {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


    #cart .title {
        margin-bottom: 60px;
        font-size: 2.5rem;
    }

        #cart .title span {
            color: #19110b;
            font-family: 'Montserrat', 'Prompt';
        }

    #cart .checkout-cart {
        width: 60%;
        padding: 2%;
        background: #f6f5f3;
    }

        #cart .checkout-cart .error-box {
            padding: 20px;
            border-bottom: 1px solid #eae8e4;
            background: #f76161;
            color: #ffffff;
            font-family: 'Montserrat', 'Prompt';
        }


    #cart .checkout-detail {
        width: 40%;
        padding: 2% 5%;
        color: #19110b;
    }


@media(max-width: 460px) {

    #cart .checkout-cart {
        width: 100%;
    }

    #cart .checkout-detail {
        width: 100%;
    }
}



.cart-summary {
}

    .cart-summary .checkout-name {
        font-size: 2rem;
        font-family: 'Montserrat-SemiBold', 'Prompt';
        border-bottom: 1px solid #eae8e4;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .cart-summary .detail-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.8rem;
        font-family: 'Montserrat', 'Prompt';
        padding: 5px 0px;
    }


        .cart-summary .detail-item.discount {
            color: #b30000;
            /*text-decoration: line-through;*/
        }


    .cart-summary .detail-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.3rem;
        font-family: 'Montserrat-SemiBold', 'Prompt';
        padding: 20px 0px 20px 0px;
        border-bottom: 1px solid #eae8e4;
    }


        .cart-summary .detail-price .value {
            font-size: 1.3rem;
            font-family: 'Montserrat-SemiBold', 'Prompt';
        }



    .cart-summary .btn-cart-chechout, .cart-summary .btn-cart-chechout:hover {
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 2px;
        padding: 13px 50px 10px 50px;
        color: #ffffff;
        font-size: 0.6rem;
        font-weight: normal;
        line-height: 24px;
        background-color: #000000;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 15px;
    }



.tbl-cart-lists {
    width: 100%;
    font-size: 0.8rem;
}

    .tbl-cart-lists th {
        font-size: 0.6rem;
        vertical-align: top;
        border-top: none;
        text-align: left;
        border-bottom: 1px solid #f8f8f8;
    }


    .tbl-cart-lists td {
        vertical-align: top;
        border-top: none;
        text-align: left;
        border-bottom: 1px solid #f8f8f8;
    }


    .tbl-cart-lists tr td:nth-child(1) {
        width: 10%;
        padding: 0.3rem 0rem;
    }

    .tbl-cart-lists tr td:nth-child(2) {
        width: 35%;
        padding: 1rem;
    }

    .tbl-cart-lists tr td:nth-child(3) {
        width: 15%;
        padding: 1rem;
        text-align: center;
    }

    .tbl-cart-lists tr td:nth-child(4) {
        width: 15%;
        padding: 1rem;
        text-align: center;
    }

    .tbl-cart-lists tr td:nth-child(5) {
        width: 15%;
        padding: 1.1rem 1rem;
        text-align: center;
    }

    .tbl-cart-lists .product-name {
        text-transform: uppercase;
        font-size: 0.8rem;
        font-family: 'Montserrat', 'Prompt';
        margin-bottom: 5px;
    }

    .tbl-cart-lists .product-detail {
        font-size: 0.6rem;
    }

    .tbl-cart-lists .product-price {
        text-transform: uppercase;
        font-size: 0.8rem;
        font-family: 'Montserrat', 'Prompt';
    }

    .tbl-cart-lists .product-remove {
        text-transform: uppercase;
        font-size: 0.7rem;
        font-family: 'Montserrat', 'Prompt';
        color: #b30000;
    }


/*****************************************
* Purchase Tab lists
*****************************************/
.payment-options {
}

    .payment-options .option-lists {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-transform: uppercase;
    }

        .payment-options .option-lists .option-lists-item {
            width: calc(100% / 2);
            background: #f6f5f3;
            padding: 25px 50px 25px 50px;
            font-size: 0.7rem;
            font-weight: bold;
            cursor: pointer;
        }

            .payment-options .option-lists .option-lists-item.active {
                background: #ffffff;
            }

    .payment-options .tab-panel {
        padding-top: 20px;
        background: #ffffff;
    }

.checkout-identify {
    background: #ffffff;
    /*margin-bottom: 10px;*/
}

    .checkout-identify .headline {
        font-size: 1.5rem;
        font-family: 'Montserrat', 'Prompt';
        padding: 15px 30px;
        border-bottom: 1px solid #eae8e4;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .checkout-identify .headline .headline-no {
            background: #000000;
            color: #ffffff;
            border-radius: 30px;
            margin-right: 15px;
            font-size: 0.8rem;
            width: 30px;
            height: 30px;
            text-align: center;
            padding-top: 7px;
        }

        .checkout-identify .headline .headline-count {
            color: #999999;
            margin-left: 15px;
            font-size: 0.9rem;
            padding-top: 10px;
            font-family: 'Montserrat', 'Prompt';
        }

    .checkout-identify .identify-panel {
        font-size: 0.8rem;
        font-family: 'Montserrat', 'Prompt';
        padding: 20px 30px 10px 30px;
    }

.payment-box {
    padding: 15px 20px 20px 20px;
}

    .payment-box .header {
        font-size: 0.8rem;
        font-family: 'Montserrat', 'Prompt';
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.bank-account {
    margin-bottom: 20px;
}

    .bank-account .account-no {
        font-size: 1.5rem;
        font-family: 'Montserrat', 'Prompt';
        text-transform: uppercase;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .bank-account .account-no .btn-copy {
            padding: 5px;
            margin-left: 10px;
            cursor: pointer;
        }

    .bank-account .account-name {
        font-size: 1rem;
        font-family: 'Montserrat', 'Prompt';
        margin-bottom: 15px;
        text-transform: uppercase;
    }


form .form-group label {
    font-size: 0.8rem;
    font-family: 'Montserrat', 'Prompt';
    margin-bottom: 0.3rem;
}

form .form-group input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 2.5rem;
    font-size: 1rem;
    letter-spacing: .025rem;
    line-height: 2rem;
    font-weight: 300;
    color: #19110b;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
}


.checkbox_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
}

    .checkbox_wrapper .checkbox-input {
        width: 20px;
        height: 20px;
    }

    .checkbox_wrapper .checkbox-label {
        padding: 0px 10px;
    }




form .form-group textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    font-size: 1rem;
    letter-spacing: .025rem;
    line-height: 2rem;
    font-weight: 300;
    color: #19110b;
    font-weight: 500;
    width: 100%;
}

form .form-group select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 2.5rem;
    font-size: 1rem;
    letter-spacing: .025rem;
    line-height: 2rem;
    font-weight: 300;
    color: #19110b;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
}

form .form-group input[type=file] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0rem;
    box-sizing: border-box;
    height: auto;
    font-size: 1rem;
    letter-spacing: .025rem;
    font-weight: 300;
    color: #19110b;
    line-height: 2rem;
    font-weight: 500;
    width: 100%;
}



form .form-group.form-checkbox {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
}


    form .form-group.form-checkbox .checkbox-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }

        form .form-group.form-checkbox .checkbox-wrapper .checkbox-item {
            width: calc(100%/4);
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 1rem;
            line-height: 0.8rem;
            margin-bottom: 10px;
        }

            form .form-group.form-checkbox .checkbox-wrapper .checkbox-item img {
                height: 36px;
            }



            form .form-group.form-checkbox .checkbox-wrapper .checkbox-item.driver {
                width: calc(100%/3);
            }

                form .form-group.form-checkbox .checkbox-wrapper .checkbox-item.driver img {
                    height: 50px;
                }

    form .form-group.form-checkbox input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
        height: 20px;
        width: 50px;
    }



form button, form button:hover {
    font-family: 'Montserrat', 'Prompt';
    letter-spacing: 2px;
    padding: 8px 50px 7px 50px;
    color: #ffffff;
    font-size: 0.6rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #000000;
    border-radius: 0 !important;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 15px;
    border: none;
}


/*****************************************
* Store
*****************************************/
#store {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    #store .store-map {
        width: 60%;
    }

    #store .store-info {
        width: 40%;
        padding: 40px;
        color: #19110b;
    }


        #store .store-info .title {
            padding-bottom: 0px;
            font-size: 2.5rem;
            color: #00aeef;
            font-family: 'Montserrat', 'Prompt';
            text-align: center;
        }

        #store .store-info .description {
            font-size: 1rem;
            line-height: 22px;
            font-family: 'Montserrat', 'Prompt';
            padding: 10px 0px 20px 0px;
            letter-spacing: 1px;
        }


        #store .store-info .btn-addcart, #store .store-info .btn-addcart:hover {
            font-family: 'Montserrat-SemiBold', 'Prompt';
            letter-spacing: 2px;
            padding: 10px 50px 7px 50px;
            color: #ffffff;
            font-size: 0.8rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: block;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            margin-bottom: 15px;
        }


.store-branch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px;
    /*border-bottom: 1px solid #eae8e4;*/
    background-color: #fbfbfb;
    margin-bottom: 7px;
    cursor: pointer;
    transform: scale(1);
    transition: 0.5s ease all;
}

    /*.store-branch:hover {
        transform: scale(1.05);
    }*/


    .store-branch .branch-icon {
        width: 50px;
    }

    .store-branch .branch-detail {
    }

        .store-branch .branch-detail .branch-detail-title {
            font-size: 0.6rem;
            text-transform: uppercase;
            font-family: 'Montserrat-SemiBold', 'Prompt';
        }

        .store-branch .branch-detail .branch-detail-text {
            font-size: 0.8rem;
        }

            .store-branch .branch-detail .branch-detail-text a {
                color: #19110b;
            }


.googlemap {
    position: relative;
    padding-bottom: 75%; /* 4:3 ratio*/
    height: 0;
    overflow: hidden;
}

    .googlemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }




@media(max-width: 767px) {

    #store .store-map {
        width: 100%;
    }

    #store .store-info {
        width: 100%;
        padding: 20px;
    }
}


.fancybox-thumbs {
    background: #fff;
}

.fancybox-thumbs__list a:before {
    border: 2px solid #000000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991;
}

/*****************************************
* Collection
*****************************************/

#collection {
}

.collection-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}


    .collection-section .detain-info {
        position: absolute;
        bottom: 5%;
        left: 3%;
        width: 35%;
        background: rgba(0,0,0,0.1);
        padding: 20px;
        color: #ffffff;
    }

    .collection-section .collection-text {
        position: absolute;
        top: 65%;
        width: 100%;
        text-align: center;
    }

        .collection-section .collection-text .title {
            text-align: center;
            color: #ffffff;
            font-size: 3rem;
            font-family: 'Montserrat', 'Prompt';
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .collection-section .collection-text .btn-seemore {
            font-family: 'Montserrat', 'Prompt';
            letter-spacing: 2px;
            padding: 7px 0px 5px 0px;
            color: #000000;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            width: 150px;
            text-align: center;
            margin-right: 5px;
            text-decoration: none;
            text-transform: uppercase;
        }


        .collection-section .collection-text.light-mode .title {
            color: #000000;
        }

        .collection-section .collection-text.light-mode .btn-seemore {
            color: #ffffff;
            background-color: #000000;
            border: 1px solid #000000;
        }

        .collection-section .collection-text .headline {
            color: #19110b;
            font-size: 3rem;
            font-family: 'Montserrat-SemiBold', 'Prompt';
        }

        .collection-section .collection-text .message {
            color: #ffffff;
            font-size: 0.8rem;
            font-family: 'Montserrat', 'Prompt';
            margin-bottom: 15px;
            letter-spacing: 1px;
            background: rgba(0,0,0,0.1);
            padding: 20px;
        }




    .collection-section .btn-seemore-outline {
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 2px;
        padding: 10px 0px 7px 0px;
        color: #ffffff;
        font-size: 0.6rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        width: 260px;
        text-align: center;
        margin-right: 5px;
    }


@media(max-width: 767px) {

    .collection-section .collection-text {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
    }

        .collection-section .collection-text .title {
            font-size: 1.5rem;
            margin-bottom: 5px;
        }

        .collection-section .collection-text .btn-seemore {
            padding: 0px 15px 0px 15px;
            width: auto;
        }
}


/*****************************************
* Order Success
*****************************************/
#order-success {
    padding: 50px 0px;
    text-align: center;
}

    #order-success .thankyou-message {
        font-size: 3rem;
        font-family: 'Montserrat', 'Prompt';
        margin-bottom: 10px;
    }

    #order-success .success-message {
        font-size: 1.5rem;
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 3px;
        margin-bottom: 30px;
    }

    #order-success .success-orderno {
        font-size: 1rem;
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #order-success .success-orderno .orderno {
            background: #f6f6f6;
            padding: 10px 50px;
        }


#shipping-info {
    margin-bottom: 30px;
}

    #shipping-info .info-title {
        font-size: 2rem;
        font-family: 'Montserrat-SemiBold', 'Prompt';
        border-bottom: 1px solid #eae8e4;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    #shipping-info .shippinginfo-item {
        display: flex;
        justify-content: flex-start;
        padding: 0px 0px 5px 0px;
    }

        #shipping-info .shippinginfo-item .label {
            width: 100px;
        }

        #shipping-info .shippinginfo-item .value {
        }




#main-backend {
    padding: 50px 0px 100px 0px;
}

    #main-backend .title-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
    }

        #main-backend .title-header .title {
            font-size: 2rem;
            font-family: 'Montserrat', 'Prompt';
            margin-bottom: 10px;
            color: #41aced;
        }

.table-backend {
    font-size: 1rem;
}

    .table-backend thead tr th {
        font-size: 0.6rem;
        padding: 0.25rem 0.75rem;
        background-color: #fbfbfb;
        color: #000000;
    }


    .table-backend tbody tr td {
        font-size: 0.8rem;
        padding: 0.50rem 0.75rem;
    }



        .table-backend tbody tr td a, .table-backend tbody tr td a:hover {
            color: #000000;
            text-transform: uppercase;
        }

            .table-backend tbody tr td a img.icon {
                width: 14px;
                margin: 0px 3px;
            }

                .table-backend tbody tr td a img.icon.remove {
                    width: 16px;
                }


#main-backend .btn-primary, #main-backend .btn-primary:hover {
    font-family: 'Montserrat', 'Prompt';
    padding: 5px 50px 3px 50px;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 15px;
    max-width: 200px;
}

#main-backend .btn-secondary, #main-backend .btn-secondary:hover {
    font-family: 'Montserrat', 'Prompt';
    padding: 5px 50px 3px 50px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 24px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 15px;
    max-width: 200px;
}

.orders-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0px;
}

    .orders-tab .tab-option {
        width: 200px;
        text-align: center;
        border-bottom: 3px solid #999999;
        background: #fbfbfb;
    }

        .orders-tab .tab-option a {
            color: #999999;
            text-decoration: none;
            padding: 15px;
            font-size: 0.9rem;
            font-family: 'Montserrat', 'Prompt';
            display: block;
            cursor: pointer !important;
        }


        .orders-tab .tab-option.active {
            width: 200px;
            text-align: center;
            border-bottom: 3px solid #00aeef;
            background: #eaf7fb;
        }

            .orders-tab .tab-option.active a {
                color: #00aeef;
            }


/*****************************************
* Privilege collection
*****************************************/
#privilege-collection {
}

.privilege {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eae8e4;
    padding: 30px 0px 30px 0px;
}

    .privilege .privilege-info {
        width: 60%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 5%;
    }

        .privilege .privilege-info .title {
            color: #19110b;
            font-size: 2rem;
            line-height: 2.5rem;
            font-family: 'Montserrat', 'Prompt';
            margin-bottom: 15px;
        }

        .privilege .privilege-info .detail {
            color: #19110b;
            font-size: 0.8rem;
            font-family: 'Montserrat', 'Prompt';
            line-height: 1.5rem;
            letter-spacing: 1.5px;
            padding: 10px 0px 20px 0px;
        }

        .privilege .privilege-info .btn-purchase {
            font-family: 'Montserrat', 'Prompt';
            letter-spacing: 2px;
            margin-top: 15px;
            padding: 10px 50px 7px 50px;
            color: #ffffff;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            text-decoration: none;
            display: block;
            max-width: 185px;
        }


    .privilege .privilege-image {
        width: 40%;
    }


.privilege-lists {
    /*border:1px solid red;*/
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .privilege-lists .icon-item {
        width: calc(100% / 8 - 10px);
        margin: 5px;
        border: 1px solid #f7f7f7;
    }


@media (max-width: 425px) {
    .privilege .privilege-info .detail {
        color: #ffffff;
        font-size: 0.6rem;
        font-family: 'Montserrat', 'Prompt';
        line-height: 1.5rem;
    }

    .privilege .privilege-info .title {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: 'Montserrat', 'Prompt';
        text-align: center;
    }

    .privilege .privilege-info .btn-purchase {
        padding: 0px 20px 0px 20px;
        font-size: 0.6rem;
    }
}



/*****************************************
* Coming Soon
*****************************************/
#coming-soon {
    padding: 50px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 600px;
    align-items: center;
    justify-content: center;
}

    #coming-soon .thankyou-message {
        font-size: 4rem;
        font-family: 'Montserrat', 'Prompt';
        margin-bottom: 15px;
        color: #41aced;
    }

    #coming-soon .success-message {
        font-size: 1.3rem;
        font-family: 'Montserrat', 'Prompt';
        letter-spacing: 3px;
        text-transform: uppercase;
    }


@media (max-width: 767px) {

    #coming-soon {
        height: 525px;
    }


        #coming-soon .thankyou-message {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        #coming-soon .success-message {
            font-size: 0.8rem;
        }
}


/*****************************************
* What new collection
*****************************************/
#whatsnew {
}

.whatsnew-item {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #eae8e4;
}

    .whatsnew-item .whatsnew-info {
        width: 60%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 2% 3% 2% 3%;
        position: relative;
    }

        .whatsnew-item .whatsnew-info .title {
            color: #19110b;
            font-size: 2rem;
            line-height: 2.5rem;
            font-family: 'Montserrat', 'Prompt';
        }

        .whatsnew-item .whatsnew-info .detail {
            color: #19110b;
            font-size: 0.8rem;
            font-family: 'Montserrat', 'Prompt';
            line-height: 1.5rem;
            letter-spacing: 1px;
            padding: 10px 0px 20px 0px;
        }

        .whatsnew-item .whatsnew-info .btn-purchase {
            font-family: 'Montserrat', 'Prompt';
            letter-spacing: 2px;
            padding: 10px 50px 7px 50px;
            color: #ffffff;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            text-decoration: none;
            display: block;
            max-width: 185px;
            position: absolute;
            bottom: 25px;
            right: 50px;
        }


    .whatsnew-item .whatsnew-image {
        width: 40%;
    }



@media (max-width: 767px) {
    .whatsnew-item .whatsnew-image {
        width: 100%;
    }


    .whatsnew-item .whatsnew-info {
        width: 100%;
        padding: 4%;
    }

        .whatsnew-item .whatsnew-info .title {
            color: #000000;
            font-size: 1rem;
            line-height: 1.5rem;
            font-family: 'Montserrat', 'Prompt';
            text-align: left;
        }

        .whatsnew-item .whatsnew-info .detail {
            color: #000000;
            font-size: 0.8rem;
            font-family: 'Montserrat', 'Prompt';
            line-height: 1rem;
        }


        .whatsnew-item .whatsnew-info .btn-purchase {
            padding: 0px 20px 0px 20px;
            font-size: 0.6rem;
        }
}


/*****************************************
* Backend transaction items
*****************************************/
.transaction-item {
    margin-bottom: 15px;
    border: 1px solid #f8f8f8;
}

    .transaction-item .transaction-item-info {
        border: 1px solid #f8f8f8;
        padding: 20px;
        background: #f8f8f8;
        font-size: 0.8rem;
        display: flex;
        position: relative;
        cursor: pointer;
    }

        .transaction-item .transaction-item-info .transaction-id {
            font-family: 'Montserrat-SemiBold', 'Prompt';
            font-size: 1rem;
            margin-right: 20px;
        }

        .transaction-item .transaction-item-info .transaction-payment-type {
            padding: 0px;
            width: 10%;
            text-align: center;
        }

        .transaction-item .transaction-item-info .transaction-shipping {
            padding: 0px 20px;
            width: 40%;
        }

        .transaction-item .transaction-item-info .transaction-status {
            padding: 0px 20px;
            width: 150px;
            text-align: center;
        }

        .transaction-item .transaction-item-info .transaction-date {
            padding: 0px 20px;
            width: 10%;
        }

        .transaction-item .transaction-item-info .approve-action {
            display: flex;
            justify-content: flex-start;
        }

            .transaction-item .transaction-item-info .approve-action .icon {
                width: 24px;
                margin: 0px 5px;
            }

        .transaction-item .transaction-item-info .transaction-collapse {
            position: absolute;
            top: 40px;
            right: 30px;
            cursor: pointer;
        }

            .transaction-item .transaction-item-info .transaction-collapse img {
                width: 36px;
                transform: rotate(-90deg);
                transition: 0.3s ease all;
            }

            .transaction-item .transaction-item-info .transaction-collapse.open img {
                transform: rotate(0deg);
                transition: 0.3s ease all;
            }


    .transaction-item .transaction-item-detail {
        display: none;
    }


#menuModal {
    background: #ffffff;
}

    #menuModal .modal-dialog {
        margin: 3rem 1.5rem 3rem 1.5rem;
    }

        #menuModal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
        }

            #menuModal .modal-dialog .modal-content .close {
                position: absolute;
                top: -20px;
                right: 0px;
            }

            #menuModal .modal-dialog .modal-content #mobile-menu {
                list-style: none;
                padding-left: 0px;
            }

                #menuModal .modal-dialog .modal-content #mobile-menu li a {
                    color: #000000;
                    font-size: 1.5rem;
                    font-family: 'Montserrat', 'Prompt';
                    letter-spacing: 3px;
                    text-align: center;
                    padding: 10px 0px;
                }


.policy-modal {
    background: #ffffff;
}

    .policy-modal .modal-dialog {
        padding: 40px;
    }

        .policy-modal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
            font-family: 'Montserrat', 'Prompt';
            font-size: 0.8rem;
        }

            .policy-modal .modal-dialog .modal-content .close {
                position: absolute;
                top: -20px;
                right: 0px;
            }

            .policy-modal .modal-dialog .modal-content h4 {
                font-size: 1.5rem;
                margin-top: 30px;
                color: #00aeef;
                font-weight: 600;
            }

            .policy-modal .modal-dialog .modal-content a {
                color: #000000;
                text-decoration: underline;
            }

            .policy-modal .modal-dialog .modal-content p {
                line-height: 22px;
                font-size: 18px;
            }

            .policy-modal .modal-dialog .modal-content ul li {
                line-height: 20px;
                font-size: 16px;
            }


@media (max-width: 460px) {

    .policy-modal .modal-dialog {
        padding: 40px 20px;
    }

        .policy-modal .modal-dialog .modal-content h4 {
            margin-top: 15px;
        }
}



.map-modal {
    background: #ffffff;
}

    .map-modal .modal-dialog {
        padding: 40px;
        max-width: 100%;
    }

        .map-modal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
            font-family: 'Montserrat', 'Prompt';
            font-size: 0.8rem;
        }

            .map-modal .modal-dialog .modal-content .close {
                position: absolute;
                top: -40px;
                right: 0px;
            }

                .map-modal .modal-dialog .modal-content .close img {
                    width: 32px;
                }

            .map-modal .modal-dialog .modal-content h4 {
                font-size: 1.5rem;
                margin-top: 30px;
            }

            .map-modal .modal-dialog .modal-content a {
                color: #000000;
                text-decoration: underline;
            }

            .map-modal .modal-dialog .modal-content p {
                line-height: 18px;
            }

#notfoundmap {
    display: block;
    font-size: 2rem;
    font-family: 'Montserrat', 'Prompt';
    text-align: center;
    padding-top: 20%;
}

.map-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

    /* Then style the iframe to fit in the container div with full height and width */
    .map-container .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }


@media (max-width: 460px) {

    .map-modal .modal-dialog .modal-content .close {
        top: -30px;
    }

        .map-modal .modal-dialog .modal-content .close img {
            width: 20px;
        }

    .map-modal .modal-dialog {
        padding: 40px 20px;
    }

        .map-modal .modal-dialog .modal-content h4 {
            margin-top: 15px;
        }

    .map-container {
        padding-top: 100%;
    }
}





.product-swiper-wrapper {
}

    .product-swiper-wrapper .swiper-text {
        top: 0px;
        position: relative;
    }

        .product-swiper-wrapper .swiper-text .title {
            color: #000000;
        }

        .product-swiper-wrapper .swiper-text .headline {
            color: #000000;
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

    .product-swiper-wrapper .product-slide-image {
        width: 32%;
    }

    .product-swiper-wrapper .button-shop-wrapper {
        text-align: center;
        margin-top: 30px;
    }

        .product-swiper-wrapper .button-shop-wrapper .btn-product-link, .product-swiper-wrapper .button-shop-wrapper .btn-product-link .btn-product-link:hover {
            font-family: 'Montserrat', 'Prompt';
            letter-spacing: 2px;
            padding: 6px 25px 5px 25px;
            color: #000000;
            font-size: 0.8rem;
            font-weight: normal;
            line-height: 24px;
            background-color: transparent;
            border: 2px solid #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            text-align: center;
            margin: 0px 10px;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
            display: block;
            width: 200px;
            margin: 0px auto;
        }


@media (max-width: 460px) {

    .product-swiper-wrapper .swiper-text .title {
        font-size: 1rem;
    }

    .product-swiper-wrapper .swiper-text .headline {
        color: #000000;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .product-swiper-wrapper .product-slide-image {
        width: 80%;
    }

    .product-banner .swiper-button-prev.dark-mode {
        left: 20px;
    }

    .product-banner .swiper-button-next.dark-mode {
        right: 20px;
    }
}


/*****************************************
* home-product-category
*****************************************/
#home-product-category {
    background: #163648;
    padding: 50px 0px;
}

.product-type-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .product-type-lists .product-type-item {
        width: calc(100% / 3);
        display: block;
        margin: 50px 0px;
    }


@media(max-width: 460px) {
    #home-product-category {
        padding: 0px 0px;
    }

    .product-type-lists .product-type-item {
        width: 100%;
        margin: 30px 0px;
    }
}

/*****************************************
* home-product-lists
*****************************************/
#home-product-lists {
    padding: 0px 0px;
}


.home-category-header {
    background: #1c3546;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .home-category-header.body-theme {
        background: #c67d71;
    }

    .home-category-header .category-thumbnail img {
        height: 100px;
    }


@media(max-width: 460px) {
    .home-category-header .category-thumbnail img {
        height: 80px;
    }
}



.home-product-lists-footer {
    background: #1c3546;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0px;
}

    .home-product-lists-footer .footer-item {
        width: calc(100%/8);
        cursor: pointer;
        text-align: center;
    }

@media(max-width: 460px) {
    .home-product-lists-footer {
        padding: 30px 0px;
    }

        .home-product-lists-footer .footer-item {
            width: calc(100%/4);
        }
}



/*****************************************
* Gallery 
*****************************************/
#gallery {
    padding: 50px 0px 50px 0px;
    background: url('/frontend-assets/images/bg-gallery.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

    #gallery .title-galle {
        margin: 10px auto;
        color: #00aeef;
        text-align: right;
        margin-bottom: 40px;
        padding: 0px 50px;
        font-family: 'Montserrat', 'Prompt';
        font-size: 2.5rem;
    }

    /* #gallery .owl-theme .owl-item img {
        max-height: 500px;
        padding: 25px 0px;
    }

    #gallery .owl-theme .owl-item.active img {
        padding: 0px;
    }*/

    #gallery .owl-theme .owl-dots .owl-dot {
        outline: none;
    }

        #gallery .owl-theme .owl-dots .owl-dot span {
            width: 14px;
            height: 14px;
            margin: 30px 10px;
            background: #ddd;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px;
        }

        #gallery .owl-theme .owl-dots .owl-dot.active span {
            background: #00aeef;
        }


.hide-carousel {
    display: none !important;
}

.gallery-type {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Montserrat', 'Prompt';
    font-size: 1.5rem;
    padding: 40px 0px;
    margin-top: -150px;
}

    .gallery-type .gallery-item-type {
        text-align: center;
        color: #44044c;
        padding: 0px 10px;
        cursor: pointer;
    }

        .gallery-type .gallery-item-type.active-type {
            color: #eab925;
        }



@media(max-width: 460px) {
    #gallery {
        padding: 5px 0px 20px 0px;
        background-position: top -13px center;
    }

        #gallery .title-galle {
            padding: 0px 35px;
            margin-bottom: 15px;
            font-size: 2rem;
        }


            #gallery .title-galle h2 {
                font-size: 2rem;
            }

        #gallery .owl-theme .owl-item img {
            padding: 0px;
        }

        #gallery .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 8px;
        }

    .gallery-type {
        padding: 15px 0px;
        margin-top: 0px;
    }
}





.fancybox-infobar {
    color: #00aeef;
    left: 30px;
    top: 20px;
    font-size: 2rem;
}

    .fancybox-infobar span {
        font-size: 2rem;
    }

.fancybox-toolbar {
    right: 30px;
    top: 20px;
}


.fancybox-slide--image {
    padding: 80px 0;
}

.fancybox-button {
    margin-right: 30px;
    background: transparent;
}

    .fancybox-button.fancybox-button--zoom img {
        width: 60px;
    }

    .fancybox-button.fancybox-button--close img {
        width: 56px;
    }

    .fancybox-button.fancybox-button--arrow_left img {
        width: 44px;
    }

    .fancybox-button.fancybox-button--arrow_right img {
        width: 44px;
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 40px;
}


@media(max-width: 460px) {
    .fancybox-infobar {
        left: 10px;
        top: 10px;
        font-size: 1.5rem;
    }

        .fancybox-infobar span {
            font-size: 1.5rem;
        }

    .fancybox-toolbar {
        right: 5px;
        top: 10px;
    }


    .fancybox-slide--image {
        padding: 44px 0;
    }

    .fancybox-button {
        margin-right: 0px;
        background: transparent;
    }

        .fancybox-button.fancybox-button--zoom img {
            width: 24px;
        }

        .fancybox-button.fancybox-button--close img {
            width: 24px;
        }

        .fancybox-button.fancybox-button--arrow_left img {
            width: 24px;
        }

        .fancybox-button.fancybox-button--arrow_right img {
            width: 24px;
        }


    .fancybox-navigation .fancybox-button--arrow_left {
        left: 0px;
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: 0px;
    }
}


/*****************************************
* Breadcrumb 
*****************************************/
#breadcrumb {
    background: #f9f9f9;
    margin-bottom: 40px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #breadcrumb ul {
        list-style: none;
        margin-bottom: 0px;
    }

        #breadcrumb ul li {
            font-weight: 600;
        }


ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
}


    ul.breadcrumb li {
        display: inline;
        font-size: 1rem;
    }


        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }


        ul.breadcrumb li a {
            color: #0275d8;
            text-decoration: none;
            font-weight: 600;
        }


            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: none;
            }



@media(max-width: 460px) {
    #breadcrumb {
        padding: 20px 0px 5px 0px;
        margin-bottom: 0px;
    }

        #breadcrumb .container {
            padding-left: 20px;
            padding-right: 20px;
        }

    ul.breadcrumb {
        padding: 10px;
    }

        ul.breadcrumb li {
            font-size: 0.8rem;
        }
}





/*****************************************
* Article
*****************************************/
#article {
    padding: 50px 0px;
}

    #article .title {
        font-size: 3rem;
        color: #00aeef;
        font-family: 'Montserrat', 'Prompt';
        text-align: center;
        margin-bottom: 30px;
    }

.article-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
}

    .article-lists .article-item {
        width: calc(100%/2 - 40px);
        box-shadow: 0px 4px 12px #e8e8e8;
        margin: 15px;
        text-decoration: none;
        padding-bottom: 20px;
        /*transition:0.1s ease all;*/
    }

        .article-lists .article-item:hover {
            box-shadow: 0px 4px 12px #a7a7a7;
            text-decoration: none;
        }

        .article-lists .article-item img {
            transition: 0.4s ease all;
            box-shadow: 0px 4px 12px #e8e8e8;
        }


        .article-lists .article-item .article-title {
            font-size: 16px;
            line-height: 20px;
            font-family: 'Montserrat', 'Prompt';
            text-transform: uppercase;
            padding: 15px 15px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 75px;
            color: #000000;
        }


@media (max-width: 460px) {
    #article {
        padding: 20px 0px;
    }

        #article .container {
            padding-left: 20px;
            padding-right: 20px;
        }

    .article-lists .article-item {
        width: 100%;
        order: 1;
        margin: 10px 0px;
    }
}


/*****************************************
* Header Page
*****************************************/
#header-page {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #header-page img {
        width: 100%;
    }


@media (max-width: 460px) {

    #header-page {
        overflow: hidden;
    }

        #header-page img {
            width: 1000px;
        }
}


/*****************************************
* Article Detail
*****************************************/
#article-detail {
    padding: 50px 0px;
}

    #article-detail .article-header {
        padding: 30px 20px 20px 20px;
        border-top: 4px solid #41aced;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        box-shadow: 0px 4px 12px #e8e8e8;
    }

        #article-detail .article-header .article-title {
            font-size: 3rem;
            line-height: 3.3rem;
            font-family: 'Montserrat', 'Prompt';
            letter-spacing: 0px;
            padding-bottom: 5px;
        }

        #article-detail .article-header .article-subtitle {
            font-size: 1rem;
            color: #72767e;
        }

    #article-detail .article-image {
    }


    #article-detail .article-detail {
        padding: 40px 30px 20px 30px;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 1px;
        font-family: 'Montserrat', 'Prompt';
        box-shadow: 0px 4px 12px #e8e8e8;
    }


@media (max-width: 460px) {
    #article-detail {
        padding: 0px 0px 20px 0px;
    }

        #article-detail .container {
            padding-left: 0px;
            padding-right: 0px;
        }

        #article-detail .article-header {
            padding: 20px 10px 15px 10px;
        }

            #article-detail .article-header .article-title {
                font-size: 2rem;
                line-height: 2rem;
            }

        #article-detail .article-detail {
            padding: 20px;
        }
}




/*****************************************
* Project Gallery
*****************************************/
#project-gallery {
    padding: 60px 0px;
}

/*https://blog.logrocket.com/responsive-image-gallery-css-flexbox/*/
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

    .image-gallery > li {
        flex: 1 1 auto; /* or flex: auto; */
        height: 300px;
        cursor: pointer;
        position: relative;
        box-shadow: 0px 4px 12px #e8e8e8;
    }

    .image-gallery::after {
        content: "";
        flex-grow: 999;
    }

    .image-gallery li img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .image-gallery > li .caption {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 10px 20px;
        background: #ffffff;
        color: #000000;
    }

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.502);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    border-radius: 5px;
    /* center overlay content */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hover */
.image-gallery li:hover .overlay {
    transform: scale(1);
}

@media (max-width: 460px) {
    #project-gallery {
        padding: 0px;
    }

        #project-gallery .container {
            padding-right: 0px;
            padding-left: 0px;
        }

    .image-gallery {
        padding-left: 0;
        gap: 0px;
    }
}



/*****************************************
* Article
*****************************************/
#download {
    padding: 50px 0px;
}

#article .title {
    font-size: 3rem;
    color: #00aeef;
    font-family: 'Montserrat', 'Prompt';
    text-align: center;
    margin-bottom: 30px;
}

.download-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
}

    .download-lists .download-item {
        width: calc(100%/3 - 40px);
        box-shadow: 0px 4px 12px #e8e8e8;
        margin: 15px;
        text-decoration: none;
        /*transition:0.1s ease all;*/
    }

        .download-lists .download-item:hover {
            box-shadow: 0px 4px 12px #a7a7a7;
            text-decoration: none;
        }

        .download-lists .download-item img {
            transition: 0.4s ease all;
            box-shadow: 0px 4px 12px #e8e8e8;
        }


        .download-lists .download-item .download-title {
            font-size: 1rem;
            line-height: 1.5rem;
            font-family: 'Montserrat', 'Prompt';
            text-transform: uppercase;
            padding: 10px 15px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 75px;
            color: #000000;
        }


@media (max-width: 460px) {
    #download {
        padding: 20px 0px;
    }

        #download .container {
            padding-left: 20px;
            padding-right: 20px;
        }

    .download-lists .download-item {
        width: 100%;
        order: 1;
        margin: 10px 0px;
    }
}
