/* ==============================================================

Theme Name		: Ultimo
Theme URI		: Ultimo
Author			: Ultimo
Author URI		: https://www.ultimosolution.com/
Description		: HTML Theme
Version			: 1.0.0

=================================================================
*                     ~TABLE OF CONTENTS~                       *
=================================================================
01. FONTS INSTALLER
    1.1 Sen
	1.2 Sofia

02. GENERAL

03. SECTION HEADER
	3.1 Navbar Menu V1
	3.2 Navbar Menu V2
	3.3 Sticky Menu
	3.4 Burger Menu
	3.5 Mega Menus
	3.6 Animation
	3.7 Breadcrumb
		3.7.1 Breadcrumb 1

04. ELEMENTS

05. SECTION CONTENTS
	5.1. Section Aboutus
		 
	5.2. Section 

06. SECTION FOOTER

07. RESPONSIVE


*/
/*============================
 *    01. FONTS INSTALLER    *
 *===========================*/
/**
 * 1.1 SEN
 */
@font-face {
    font-family: 'Sen-ExtraBold';
    src: url('../fonts/sen/Sen-ExtraBold.eot');
    src: url('../fonts/sen/Sen-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/sen/Sen-ExtraBold.woff2') format('woff2'), url('../fonts/sen/Sen-ExtraBold.woff') format('woff'), url('../fonts/sen/Sen-ExtraBold.ttf') format('truetype'), url('../fonts/sen/Sen-ExtraBold.svg#Sen-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen-Regular';
    src: url('../fonts/sen/Sen-Regular.eot');
    src: url('../fonts/sen/Sen-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sen/Sen-Regular.woff2') format('woff2'), url('../fonts/sen/Sen-Regular.woff') format('woff'), url('../fonts/sen/Sen-Regular.ttf') format('truetype'), url('../fonts/sen/Sen-Regular.svg#Sen-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen-Bold';
    src: url('../fonts/sen/Sen-Bold.eot');
    src: url('../fonts/sen/Sen-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/sen/Sen-Bold.woff2') format('woff2'), url('../fonts/sen/Sen-Bold.woff') format('woff'), url('../fonts/sen/Sen-Bold.ttf') format('truetype'), url('../fonts/sen/Sen-Bold.svg#Sen-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/**
 * 1.2 Sofia
 */
@font-face {
    font-family: 'Sofia';
    src: url('../fonts/sofia/Sofia-Regular.eot');
    src: url('../fonts/sofia/Sofia-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sofia/Sofia-Regular.woff2') format('woff2'), url('../fonts/sofia/Sofia-Regular.woff') format('woff'), url('../fonts/sofia/Sofia-Regular.ttf') format('truetype'), url('../fonts/sofia/Sofia-Regular.svg#Sofia-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*============================
 *        02. GENERAL        *
 *===========================*/
html, body {
    font-family: 'Sen-Regular';
    height: 100%;
}

body {
    background: #ffffff;
    color: #000000;
}

p {
    font-family: 'Sen-Regular';
    /*color: #5e5e5e;*/
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

b, strong {
    font-weight: bold;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

button,
button:hover,
button:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input, textarea, form-control,
input:hover, textarea:hover, form-control:hover,
input:focus, textarea:focus, form-control:focus {
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

h1, h2, h3, h4, h5, h6 {
    /*margin-bottom: 0;*/
    font-family: inherit;
    font-weight: normal;
    color: inherit;
}

.lh0 {
    line-height: 0;
}

.container-fluid {
    padding: 0;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
}

.f-none {
    display: none !important;
}

#main-content {
    height: 100%;
    width: calc(100% - 43.3%);
    min-height: 100vh;
    transition: all 0.4s;
    top: 0;
    left: 0;
}

.main-wrapper {
    height: 100%;
}

#main-content.active {
    width: 100%;
}

.c-yellow {
    color: #FFEB3B !important;
}

.mw-100 {
    max-width: 100% !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.alert-success p {
    color: #155724;
}

.alert-danger p {
    color: #721c24;
}

.section-example {
    padding: 100px 0;
    background: #ffffff;
}

.popup_overlay {
    overflow: hidden;
}

    .popup_overlay:after {
        content: '';
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 80%);
        z-index: 9999;
    }

.icon-account {
    color: #7D4232;
    font-size: 18px;
    margin: 0 15px;
}

/**
 * 2.1 Social Links
 */
.social-links a {
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin-right: 10px; /*space between*/
}

    .social-links a i {
        font-size: 18px;
        line-height: 34px;
        color: #7d4232;
    }

    .social-links a:hover {
        text-decoration: none;
        box-shadow: none;
        background-color: #ffffff;
        border: 2px solid #ffffff;
    }

        .social-links a:hover i {
            color: #7d4232;
        }

/* Button 1 */
.btn-1, .btn-1:focus {
    font-family: Sen-Bold;
    font-weight: 500;
    font-size: 11px;
    background-color: #7D4232;
    color: #ffffff;
    border-radius: 6px;
    width: 100%;
    max-width: 95px;
    padding: 3px 15px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 20px -17px #1b1b1b;
    box-shadow: 0 5px 20px -17px #1b1b1b;
}

    .btn-1:hover {
        color: #ffffff;
        background-color: #000000;
        text-decoration: none;
    }

    .btn-1.style3:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 0;
        z-index: 9;
        right: -125px;
        display: inline-block;
        transform: skew(20deg, 0deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .btn-1.style3:hover:after {
        right: -100px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .btn-1.v2 {
        font-family: 'Sen-Regular';
        font-size: 20px;
        max-width: unset;
        width: unset;
        padding: 12px 20px;
    }

    .btn-1.v3 {
        font-family: 'Sen-Regular';
        font-size: 25px;
        max-width: unset;
        width: unset;
        padding: 20px 30px;
    }


/*=============================
 *     03. SECTION HEADER     *
 *============================*/
/**
 * 3.1 Navbar Menu V1
 */
.navbar-menu {
    background-color: transparent;
    z-index: 999;
    position: absolute;
    width: 100%;
    padding: 0;
}

    .navbar-menu .dropdown-menu.active {
        display: block;
    }

        .navbar-menu .dropdown-menu.active.show {
            display: none;
        }

    .navbar-menu .dropdown-menu .row {
        width: 100%;
    }

    .navbar-menu .navbar-toggler:focus {
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .navbar-menu .offcanvas-navbar .nav-item .nav-link {
        padding: 13px 15px !important;
    }

    .navbar-menu .offcanvas-navbar .cart-quantity {
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 13px;
    }

    .navbar-menu .offcanvas-navbar .dropdown-menu {
        left: auto;
        right: 0;
        width: 230px;
        padding: 0;
    }

        .navbar-menu .offcanvas-navbar .dropdown-menu li {
            border-bottom: 1px solid #dddddd;
            padding: 14px;
        }

    .navbar-menu .offcanvas-navbar .cart-image {
        width: 60px;
        float: left;
        margin-right: 10px;
    }

    .navbar-menu .offcanvas-navbar .cart-content {
        float: left;
        width: calc(100% - 70px);
    }

        .navbar-menu .offcanvas-navbar .cart-content h6 {
            margin-bottom: 0;
        }

    .navbar-menu .offcanvas-navbar .dropdown-toggle::after {
        display: none;
    }

    .navbar-menu .price {
        font-weight: bold;
        font-size: 18px;
        color: #7AA93C;
    }
    /*.navbar-menu .product-dropdown-list li{
	border-bottom: 1px dotted #dddddd;
}*/
    .navbar-menu .product-dropdown-list li a {
        display: block;
        padding: 10px 0;
    }

    .navbar-menu .product-dropdown-list li:last-child a {
        border-bottom: none;
        padding-bottom: 0;
    }

    .navbar-menu .dropdown-item {
        font-family: 'Sen-Bold';
        color: #5f7492;
        font-weight: 500;
        padding: 10px 20px;
        border-bottom: none;
        position: relative;
    }

        .navbar-menu .dropdown-item:focus, .navbar-menu .dropdown-item:hover {
            background: transparent;
            /*background: #ffffff;*/
            color: #7D4232;
        }

        .navbar-menu .dropdown-item:before {
            content: '';
            background: var(--ts-accent-color);
            position: absolute;
            bottom: 50%;
            transform: translateY(50%);
            left: 0;
            height: 0;
            width: 3px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .navbar-menu .dropdown-item:hover:before,
        .navbar-menu .dropdown-item.active:before {
            height: 100%;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .navbar-menu .dropdown-item.active {
            color: var(--ts-accent-color);
            background-color: transparent;
        }

    .navbar-menu .carousel-control-next, .navbar-menu .carousel-control-prev {
        opacity: 1;
        color: #ffffff;
    }

        .navbar-menu .carousel-control-next:hover, .navbar-menu .carousel-control-prev:hover {
            background-color: transparent !important;
        }

    .navbar-menu .carousel {
        padding-bottom: 10px;
    }

    .navbar-menu .dropdown-heading {
        padding-top: 10px;
    }

    .navbar-menu .navbar-brand {
        color: #265196;
        font-size: 24px;
        font-weight: bold;
        margin-right: 0;
    }

    .navbar-menu .product-dropdown-menu .product-heading {
        color: #265196;
        font-size: 20px;
        font-weight: 600;
    }

    .navbar-menu .product-dropdown-menu ul li {
        border-bottom: 1px solid #dddddd;
    }

        .navbar-menu .product-dropdown-menu ul li:last-child {
            border-bottom: none;
        }

        .navbar-menu .product-dropdown-menu ul li a {
            padding: 10px;
            display: block;
        }

            .navbar-menu .product-dropdown-menu ul li a:hover {
                color: #7D4232;
            }

    .navbar-menu .navbar-nav .nav-item .nav-link {
        font-family: Sen-Bold;
        color: #080808;
        padding: 35px 15px;
        font-size: 14px;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
    }

        .navbar-menu .navbar-nav .nav-item .nav-link:hover {
            color: #7D4232;
        }

        .navbar-menu .navbar-nav .nav-item .nav-link:before {
            content: "";
            width: 0;
            height: 3px;
            background: var(--ts-accent-color);
            position: absolute;
            bottom: 22px;
            margin: 0 auto;
            left: 0;
            right: 0;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

    .navbar-menu .navbar-nav .nav-item .dropdown-toggle.nav-link:before,
    .navbar-menu .navbar-nav .nav-item .dropdown-toggle.nav-link {
        background: transparent;
    }

    .navbar-menu .dropdown-item:focus, .navbar-menu .dropdown-item:hover {
        border-radius: 0;
    }

    .navbar-menu .navbar-nav .nav-item .nav-link:hover:before {
        width: 60%;
    }

    .navbar-menu .dropdown-menu {
        border: none;
        background-color: #ffffff !important;
        font-size: 14px;
    }

        .navbar-menu .dropdown-menu .nav-item .nav-link {
            color: #1c1c1c;
            padding: 6px 0;
        }

.menu-item-has-children.dropdown .menu-item-has-children.dropdown > .dropdown-item::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset;
    align-items: center;
}

.r_menu {
    font-family: Sen-Bold;
    color: #080808;
    margin-right: -10px;
}

    .r_menu:hover {
        color: #7D4232;
    }


/**
 * 3.3 Sticky Menu
 */
nav .logo-dark {
    display: none;
}

nav.sticky-menu {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -15px #9cb1cf;
    box-shadow: 0 5px 20px -15px #9cb1cf;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-menu.sticky-menu .navbar-nav .nav-item .nav-link {
    color: #080808;
    /*  padding: 28px 15px;*/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .navbar-menu.sticky-menu .navbar-nav .nav-item .nav-link:before {
        bottom: 10px;
        background: var(--ts-accent-color);
    }

.logo-custom {
    display: inline-block;
    background: var(--ts-bgc-preset);
    -webkit-mask-image: url(../images/logo-dark.svg);
    mask-image: url(../images/logo-dark.svg);
    -webkit-mask-size: 140px 57px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 140px;
    height: 57px;
}

.navbar-menu.sticky-menu #sidebarCollapse span {
    background: #5f1400;
}

.navbar-menu.sticky-menu .navbar-nav .nav-item .dropdown-toggle.nav-link:before,
.navbar-menu.sticky-menu .navbar-nav .nav-item .dropdown-toggle.nav-link {
    background: transparent;
}

/**
 * 3.4 Burger Menu
 */
.navbar-menu #sidebarCollapse {
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    margin-left: 10px;
}

    .navbar-menu #sidebarCollapse span {
        width: 33px;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #5f1400;
        transition: all 0.2s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.1s;
    }

        .navbar-menu #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(3px, 3px);
        }

        .navbar-menu #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        .navbar-menu #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -2px);
        }

    .navbar-menu #sidebarCollapse.active span {
        width: 27px;
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    .navbar-menu #sidebarCollapse span:nth-of-type(3) {
        opacity: 0
    }

    .navbar-menu #sidebarCollapse.active span:nth-of-type(3) {
        opacity: 1;
    }

/**
 * 3.5 Mega Menus
 */
nav .dropdown, nav .dropleft, nav .dropright, nav .dropup {
    position: initial;
}

nav li.mega-menu h6 {
    font-family: 'Sen-Bold';
    color: #5f7492;
    margin-bottom: 15px;
    position: relative;
}

    nav li.mega-menu h6:before {
        content: "";
        width: 15%;
        height: 2px;
        background: var(--ts-accent-color);
        position: absolute;
        bottom: -8px;
        margin: 0 auto;
        left: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

nav.navbar-menu.navbar .mega-menu .dropdown-menu {
    margin-top: 3px;
}

nav.navbar-menu .mega-menu .product-dropdown-list li a {
    font-family: 'Sen-Bold';
    font-size: 14px;
    font-weight: 700;
    color: #5f7492;
    padding: 8px 0;
    position: relative;
    display: inline-block;
}

    nav.navbar-menu .mega-menu .product-dropdown-list li a.new:before {
        font-family: 'Sen-Regular';
        font-size: 10px;
        content: "New";
        background: var(--ts-bgc-preset);
        color: #ffffff;
        border-radius: 20px;
        position: absolute;
        right: 0;
        top: -1px;
        margin-right: -42px;
        padding: 1px 7px;
    }

    nav.navbar-menu .mega-menu .product-dropdown-list li a:hover {
        color: #7D4232;
    }

nav.navbar-menu .mega-menu .col-lg-2.col-md-2.mt-md-2.mb-md-2.mt-lg-2.mb-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/**
 * 3.7 Breadcrumb
 */
/* 3.7.1 Breadcrumb 1 */
.section-breadcrumb1 {
    background-image: url(/assets/images/breadcrumb.jpg);
    background-size: cover;
    padding-top: 90px;
    background-position: center;
}

    .section-breadcrumb1 .content {
        padding: 41px 15px 40px;
        text-align: center;
    }

        .section-breadcrumb1 .content span {
            font-family: 'Sofia';
            color: #ffffff;
            font-size: 30px;
        }

        .section-breadcrumb1 .content h1 {
            font-family: 'Sen-Bold';
            font-size: 30px;
            color: #ffffff;
            margin-bottom: 20px;
            position: relative;
        }

            .section-breadcrumb1 .content h1:before {
                content: '';
                width: 15%;
                height: 3px;
                background-color: #DBDBDB;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -15px;
                margin: 0 auto;
            }

/* 3.7.2 Breadcrumb 2 */
.section-breadcrumb2 {
    background-image: url(/assets/images/breadcrumb2.jpg);
    background-size: cover;
    padding-top: 90px;
    background-position: center;
}

    .section-breadcrumb2 .content {
        padding: 41px 15px 40px;
        text-align: center;
    }

        .section-breadcrumb2 .content span {
            font-family: 'Sofia';
            color: #7d4232;
            font-size: 30px;
        }

        .section-breadcrumb2 .content h1 {
            font-family: 'Sen-Bold';
            font-size: 30px;
            color: #7d4232;
            margin-bottom: 20px;
            position: relative;
        }

            .section-breadcrumb2 .content h1:before {
                content: '';
                width: 15%;
                height: 3px;
                background-color: #7d4232;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -15px;
                margin: 0 auto;
            }

/* 3.7.3 Breadcrumb 3 */
.section-breadcrumb3 {
    background-image: url(/assets/images/breadcrumb3.jpg);
    background-size: cover;
    padding-top: 90px;
    background-position: center;
}

    .section-breadcrumb3 .content {
        padding: 41px 15px 40px;
        text-align: center;
    }

        .section-breadcrumb3 .content span {
            font-family: 'Sofia';
            color: #ffffff;
            font-size: 30px;
        }

        .section-breadcrumb3 .content h1 {
            font-family: 'Sen-Bold';
            font-size: 30px;
            color: #ffffff;
            margin-bottom: 20px;
            position: relative;
        }

            .section-breadcrumb3 .content h1:before {
                content: '';
                width: 15%;
                height: 3px;
                background-color: #ffffff;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -15px;
                margin: 0 auto;
            }

/* 3.7.3 Breadcrumb 4 */
.section-breadcrumb4 {
    background-image: url(/assets/images/breadcrumb4.jpg);
    background-size: cover;
    padding-top: 90px;
    background-position: center;
}

    .section-breadcrumb4 .content {
        padding: 41px 15px 40px;
        text-align: center;
    }

        .section-breadcrumb4 .content span {
            font-family: 'Sofia';
            color: #7d4232;
            font-size: 30px;
        }

        .section-breadcrumb4 .content h1 {
            font-family: 'Sen-Bold';
            font-size: 30px;
            color: #7d4232;
            margin-bottom: 20px;
            position: relative;
        }

            .section-breadcrumb4 .content h1:before {
                content: '';
                width: 15%;
                height: 3px;
                background-color: #7d4232;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -15px;
                margin: 0 auto;
            }

/* 3.7.3 Breadcrumb 5 */
.section-breadcrumb5 {
    background-image: url(/assets/images/breadcrumb5.jpg);
    background-size: cover;
    padding-top: 90px;
    background-position: center;
}

    .section-breadcrumb5 .content {
        padding: 41px 15px 40px;
        text-align: center;
    }

        .section-breadcrumb5 .content span {
            font-family: 'Sofia';
            color: #fff;
            font-size: 30px;
        }

        .section-breadcrumb5 .content h1 {
            font-family: 'Sen-Bold';
            font-size: 30px;
            color: #fff;
            margin-bottom: 20px;
            position: relative;
        }

            .section-breadcrumb5 .content h1:before {
                content: '';
                width: 15%;
                height: 3px;
                background-color: #fff;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -15px;
                margin: 0 auto;
            }

/* 3.7.3 Breadcrumb 6 */
.section-breadcrumb6 {
    background-image: url(/assets/images/breadcrumb6.jpg);
    background-size: cover;
    padding-top: 90px;
    background-position: center;
}

    .section-breadcrumb6 .content {
        padding: 41px 15px 40px;
        text-align: center;
    }

        .section-breadcrumb6 .content span {
            font-family: 'Sofia';
            color: #fff;
            font-size: 30px;
        }

        .section-breadcrumb6 .content h1 {
            font-family: 'Sen-Bold';
            font-size: 30px;
            color: #fff;
            margin-bottom: 20px;
            position: relative;
        }

            .section-breadcrumb6 .content h1:before {
                content: '';
                width: 15%;
                height: 3px;
                background-color: #fff;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -15px;
                margin: 0 auto;
            }

/* 3.7.3 Breadcrumb 7 */
.section-breadcrumb7 {
    background-image: url(/assets/images/breadcrumb7.jpg);
    background-size: cover;
    padding-top: 90px;
    background-position: center;
}

    .section-breadcrumb7 .content {
        padding: 41px 15px 40px;
        text-align: center;
    }

        .section-breadcrumb7 .content span {
            font-family: 'Sofia';
            color: #fff;
            font-size: 30px;
        }

        .section-breadcrumb7 .content h1 {
            font-family: 'Sen-Bold';
            font-size: 30px;
            color: #fff;
            margin-bottom: 20px;
            position: relative;
        }

            .section-breadcrumb7 .content h1:before {
                content: '';
                width: 15%;
                height: 3px;
                background-color: #fff;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -15px;
                margin: 0 auto;
            }

/* 3.7.3 Breadcrumb 8 */
.section-breadcrumb8 {
    background-image: url(/assets/images/breadcrumb8.jpg);
    background-size: cover;
    padding-top: 90px;
    background-position: center;
}

    .section-breadcrumb8 .content {
        padding: 41px 15px 40px;
        text-align: center;
    }

        .section-breadcrumb8 .content span {
            font-family: 'Sofia';
            color: #fff;
            font-size: 30px;
        }

        .section-breadcrumb8 .content h1 {
            font-family: 'Sen-Bold';
            font-size: 30px;
            color: #fff;
            margin-bottom: 20px;
            position: relative;
        }

            .section-breadcrumb8 .content h1:before {
                content: '';
                width: 15%;
                height: 3px;
                background-color: #fff;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -15px;
                margin: 0 auto;
            }

/* Section Overlay */
.section-overlay {
    background: #00000052;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

    .section-overlay:hover {
        pointer-events: none
    }

/**
 * User Profile
 */
.user_profile_wrapper {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 7px 15px -6px #b9b9b9;
}

.header_profile {
    display: flex;
}

    .header_profile img {
        width: 47px;
        height: 47px;
        margin-right: 10px;
    }

    .header_profile h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .header_profile a {
        color: #666666;
        font-size: 15px;
        ;
    }

        .header_profile a:hover {
            color: #7d4232;
        }

ul.user_menu {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

    ul.user_menu li {
        list-style: none;
        margin-bottom: 20px;
    }

        ul.user_menu li img {
            margin-right: 7px;
            margin-top: -5px;
        }

    ul.user_menu ul {
        margin: 13px 0 0px;
    }

        ul.user_menu ul li {
            margin-bottom: 5px;
        }

    ul.user_menu li a:hover {
        color: #7d4232;
    }

.cart_status {
    text-align: right;
    padding-right: 47px;
    margin-top: 20px;
}

    .cart_status span {
        position: relative;
        top: -13px;
        margin-right: 8px;
    }

    .cart_status .btn-1 {
        padding: 8px;
        font-size: 15px;
    }

.cart_order.v2 .cart_number,
.cart_order.v2 .col-md-1 {
    width: 5.333333%;
}

.cart_order.v2 .cart-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.no_invoice {
    margin-bottom: 20px;
}

    .no_invoice span {
        color: #c1c1c1;
        margin-left: 20px;
    }

.cart_wrapper.order-item {
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 7px 15px -6px #b9b9b9;
}

.cl-pending {
    background-color: #FF1212;
}

.cl-completed {
    background-color: #49802F;
}

/**
 * 3.7 Slider
 */
/* 3.7.1 Slider 1 */
#section-slider.slider1 {
    height: 100%;
    max-height: 100%;
    position: relative;
}

    #section-slider.slider1 .slider-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #section-slider.slider1 .slider-content {
        color: #ffffff;
        position: absolute;
        width: 100%;
        bottom: 50%;
        transform: translateY(50%);
    }

        #section-slider.main-slider .slider-content span,
        #section-slider.slider1 .slider-content span {
            font-family: 'Sofia';
            color: #7D4232;
            font-size: 18px;
            line-height: 15px;
        }

        #section-slider.main-slider .slider-content h1,
        #section-slider.slider1 .slider-content h1 {
            font-family: 'Sen-ExtraBold';
            color: #000000;
        }

        #section-slider.main-slider .slider-content p,
        #section-slider.slider1 .slider-content p {
            font-family: 'Sen-Bold';
            font-size: 16px;
            color: #000000;
            margin-bottom: 20px;
            line-height: 23px;
            max-width: 400px;
        }

    #section-slider.slider1 .owl-theme .owl-dots,
    #section-slider.slider1 .owl-theme .owl-nav {
        text-align: left;
    }

    #section-slider.slider1 .owl-theme .owl-dots {
        margin-left: -8px;
    }

        #section-slider.slider1 .owl-theme .owl-dots .owl-dot.active span,
        #section-slider.slider1 .owl-theme .owl-dots .owl-dot:hover span {
            background: #7d4232;
        }

/* 3.7.1 Main Slider */
#section-slider.main-slider {
    height: 80vh;
    max-height: 100%;
    position: relative;
}

    #section-slider.main-slider .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #section-slider.main-slider .owl-carousel .item {
        height: 80vh;
        background-color: #ffffff;
        background-size: cover !important;
        background-position: center !important;
        padding: 15px;
        display: flex;
        width: 100%;
    }

    #section-slider.main-slider .item .slider-content {
        align-self: center;
        justify-content: center;
        text-align: left;
        margin: auto;
        padding: 20px;
        border-radius: 15px;
        z-index: 2;
        background: linear-gradient( 90deg, rgb(255 255 255 / 30%) 0%, rgb(255 255 255 / 40%) 75%, rgba(255,255,255,0) 100%);
    }

    #section-slider.main-slider .item .overlay-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ffffff50;
        z-index: 1;
        display: none;
    }

    #section-slider.main-slider .owl-theme .owl-dots,
    #section-slider.main-slider .owl-theme .owl-nav {
        text-align: center;
    }

    #section-slider.main-slider .owl-theme .owl-dots {
        margin-top: -30px;
        position: absolute;
        width: 100%;
        justify-content: center;
        z-index: 9999999999;
    }

        #section-slider.main-slider .owl-theme .owl-dots .owl-dot span {
            margin: 3px;
            border: 1px solid #7d4232;
            background: #ffffff30;
        }

        #section-slider.main-slider .owl-theme .owl-dots .owl-dot:hover span {
            background: #ffffff00;
        }

        #section-slider.main-slider .owl-theme .owl-dots .owl-dot.active span {
            background: #7d4232;
        }


/*============================
 *   	04. ELEMENTS     	 *
 *===========================*/
/**
 * Title 01
 */
.title-01 {
    text-align: center;
    margin-bottom: 50px;
}

    .title-01 span {
        font-family: 'Sofia';
        color: #7D4232;
        font-size: 30px;
        line-height: 15px;
        margin-bottom: 10px;
        display: block;
    }

    .title-01 h2 {
        font-family: 'Sen-ExtraBold';
        color: #7D4232;
        font-size: 30px;
        position: relative;
        display: inline-block;
    }

        .title-01 h2:after {
            content: '';
            width: 45%;
            height: 3px;
            background-color: #DBDBDB;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -10px;
            margin: 0 auto;
        }

/**
 * Title 02
 */
.title-02 {
    text-align: left;
}

    .title-02 span {
        font-family: 'Sofia';
        color: #7D4232;
        font-size: 30px;
        line-height: 15px;
        margin-bottom: 10px;
        display: block;
    }

    .title-02 h2 {
        font-family: 'Sen-ExtraBold';
        color: #7D4232;
        font-size: 30px;
        position: relative;
        display: inline-block;
    }

    .title-02 p {
        font-family: 'Sen-Regular';
        color: #7D4232;
        width: 100%;
        max-width: 420px;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    .title-02.v2 p {
        margin-bottom: 0;
    }

/**
 * Title 03
 */
.title-03 {
    text-align: center;
}

    .title-03 h2 {
        font-family: 'Sen-ExtraBold';
        color: #ffffff;
        font-size: 50px;
        position: relative;
        display: inline-block;
    }

    .title-03 p {
        font-family: 'Sen-Regular';
        color: #ffffff;
        width: 100%;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 30px;
    }

/*============================
 *    05. SECTION CONTENTS   *
 *===========================*/
/**
 * 5.1. Section 01
 */
.section-01 {
    padding: 80px 0 80;
}

    .section-01 img {
        margin-bottom: 30px;
    }

    .section-01 p {
        font-size: 21px;
        /*        width: 100%;
        max-width: 820px;
        text-align: center;*/
        margin: 15px 0px;
    }

/**
 * 5.2. Section 02
 */
.section-02 {
    background-color: #F6F2F1;
    padding: 118px 0;
    position: relative;
}

    .section-02 .right-bg:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        bottom: 0;
        background: url(/assets/images/meet-empire.jpg) no-repeat center;
        background-size: cover;
    }

/*    .section-02 .right-bg2:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        bottom: 0;
        background: url(/assets/images/our.jpg) no-repeat center;
        background-size: cover;
    }*/

/**
 * 5.3. Section 03
 */
.section-03 {
    padding: 80px 0px;
    text-align: center;
}

    .section-03 .prod_information {
        color: #7d4232;
        padding: 10px 15px;
        margin-top: 60px;
        display: inline-block;
        border: 1px solid #7d4232;
    }

        .section-03 .prod_information:hover {
            color: #ffffff;
            background-color: #7d4232;
        }

/**
 * 5.4. Section 04
 */
.section-04 {
    padding: 80px 0px;
    text-align: center;
    position: relative;
}

    .section-04 p {
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .section-04 iframe {
        width: 100%;
        height: 235px;
    }

/**
 * 5.5. Section 05
 */
.section-05 {
    background-color: #F6F2F1;
    padding: 118px 0;
    position: relative;
}

/*.section-05 .left-bg:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        bottom: 0;
        background: url(/assets/images/multi.jpg) no-repeat center;
        background-size: cover;
    }*/

.bg-image-value-left {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-size: cover;
}

.bg-image-value-right {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.section-05 .right-content .title-02 {
    padding: 0 40px;
}

    .section-05 .right-content .title-02 p {
        margin-bottom: 0;
        max-width: initial;
    }

/**
 * 5.6. Section 06
 */
.section-06 {
    background-color: #7D4232;
    padding: 80px 0;
    position: relative;
}

    .section-06 .row.cmz_counter {
        text-align: center;
    }

        .section-06 .row.cmz_counter h3 {
            font-family: 'Sen-ExtraBold';
            font-size: 55px;
            color: #ffffff;
            margin-bottom: 0;
        }

        .section-06 .row.cmz_counter p {
            font-family: 'Sen-Regular';
            font-size: 20px;
            color: #ffffff;
        }

        .section-06 .row.cmz_counter .col-12:nth-of-type(1),
        .section-06 .row.cmz_counter .col-12:nth-of-type(2) {
            border-right: 1px solid #ffffff;
        }

/**
 * 5.7. Section 07
 */
.section-07 {
    background-image: url(/assets/images/join-us.jpg);
    padding: 200px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

    .section-07 span {
        font-family: 'Sofia';
        font-size: 35px;
        color: #ffffff;
        line-height: 30px;
    }

    .section-07 h2 {
        font-family: 'Sen-Bold';
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 25px;
    }

/**
 * Catalog Page
 */
.section-catalog {
    padding: 80px 0;
    background-color: #F4F4F4;
}
    /* Search */
    .section-catalog .catalog_search {
        margin-bottom: 40px;
        ;
    }

        .section-catalog .catalog_search input {
            border: 1px solid #eeeeee !important;
            padding: 13px 15px;
        }

        .section-catalog .catalog_search button {
            border: 1px solid #eeeeee !important;
            border-left: none !important;
            background-color: #ffffff;
            box-shadow: none;
            outline: none;
        }

            .section-catalog .catalog_search button i {
                color: #6c75a7;
            }

            .section-catalog .catalog_search button:focus {
                box-shadow: none;
                outline: none;
            }

/* Category */
.catalog_category {
    margin-bottom: 40px;
    ;
}

    .catalog_category h3 {
        font-family: 'Sen-Bold';
        font-size: 20px;
        color: #7d4232;
        text-align: center;
        position: relative;
        margin-bottom: 30px;
    }

        .catalog_category h3:after {
            content: '';
            position: absolute;
            width: 100%;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: 0 auto;
            height: 2px;
            background-color: #c4c4c4;
        }

    .catalog_category ul {
        padding: 0;
        margin: 0;
    }

        .catalog_category ul li {
            list-style: none;
        }

            .catalog_category ul li a {
                background-color: #7d4232;
                color: #ffffff;
                border-radius: 5px;
                padding: 10px 10px;
                margin-bottom: 6px;
                display: block;
            }

                .catalog_category ul li a.active, .catalog_category ul li a.active i.item.fa-chevron-down {
                    color: #7d4232 !important;
                }

                .catalog_category ul li a i.fa-chevron-down {
                    display: none;
                }

                .catalog_category ul li a i.item.fa-chevron-down {
                    display: block !important;
                }

                .catalog_category ul li a i.fa-chevron-right {
                    display: block;
                }

                .catalog_category ul li a.collapsed i.fa-chevron-down {
                    display: block;
                }

                .catalog_category ul li a.collapsed i.fa-chevron-right {
                    display: none;
                }

                .catalog_category ul li a:hover {
                    opacity: 0.9;
                }

            .catalog_category ul li i {
                color: #ffffff;
                float: right;
                line-height: 23px;
            }

/*Pagination*/
.pagination .page-item {
    margin: 0 0 10px 0;
}

.page-link {
    position: relative;
    display: block;
    color: #000;
    outline: none !important;
    box-shadow: none !important;
}

    .page-link:focus,
    .page-link:hover {
        position: relative;
        display: block;
        color: #7d4232;
    }

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7d4232;
    border-color: #dee2e6;
}

/* Brands */
.catalog_brand {
    /*	border: 1px solid #c4c4c4;
    border-radius: 8px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;*/
}

    .catalog_brand h4 {
        font-family: 'Sen-Bold';
        font-size: 20px;
        color: #7d4232;
        text-align: center;
        position: relative;
        margin-bottom: 30px;
    }

    .catalog_brand ul {
        padding: 0;
        margin: 0;
    }

        .catalog_brand ul li {
            list-style: none;
        }

            .catalog_brand ul li a {
                color: #000000;
                border-radius: 5px;
                padding: 5px 10px;
                margin-bottom: 0;
                display: block;
                background-color: white;
            }

                .catalog_brand ul li a:hover {
                    color: #7d4232;
                }

            .catalog_brand ul li i {
                color: #000000;
                float: right;
                line-height: 23px;
            }

            .catalog_brand ul li a:hover i {
                color: #7d4232;
            }

/* Catalog Lists */
.catalog_lists .product_item {
    margin-bottom: 24px;
}

.catalog_lists h6 {
    font-family: 'Sen-Bold';
    color: #000000;
    margin-bottom: 20px;
}

.catalog_lists ul {
    padding: 0;
    margin: 0;
}

    .catalog_lists ul.pagination {
        display: inline-block !important;
    }

.catalog_lists .cl_top {
    display: block;
    width: 100%;
    float: left;
}

.catalog_lists ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.catalog_lists .cl_filter {
    float: left;
}

.catalog_lists .cl_result {
    float: right;
    line-height: 25px;
}

.catalog_lists .cl_productlists {
    display: block;
    width: 100%;
    float: left;
    padding: 30px 0;
}

.catalog_lists .product_wrapper {
    background-color: #ffffff;
    text-align: center;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

    .catalog_lists .product_wrapper img.product_image {
        margin-bottom: 10px;
        max-width: 232px;
        height: 232px;
        object-fit: cover;
    }

    .catalog_lists .product_wrapper h5 {
        color: #000000;
        font-size: 17px;
    }

.product_options {
    display: block;
    width: 100%;
    text-align: center;
}



.prod_case {
    background-color: #7d4232;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    /*float: left;*/
    cursor: pointer;
}

    .prod_case i {
        font-size: 12px;
        top: -2px;
        position: relative;
    }

.prod_pcs {
    display: inline-block;
    /*float: left;*/
    margin-left: 15px;
    border-right: 1px solid #8d8d8d;
    padding-right: 10px;
}

    .prod_pcs i {
        border: 1px solid #000000;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

        .prod_pcs i:hover {
            border: 1px solid #7d4232;
            background-color: #7d4232;
            color: #ffffff;
        }

.catalog_lists .product_wrapper .total_pcs {
    padding: 0 6px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.catalog_lists .product_wrapper .prod_note {
    /*float: left;*/
    display: inline-block;
    margin-left: 15px;
}

    .catalog_lists .product_wrapper .prod_note img {
        position: relative;
        top: -3px;
        cursor: pointer;
    }

.prod_ft {
    display: inline-block;
    width: 100%;
}

.cl_productlists .product_wrapper .product_options {
    display: inline-block;
}

.catalog_lists .cl_productlists .prod_addtocart {
    display: none;
    margin-left: 15px;
    background-color: #7d4232;
    border-radius: 5px;
    color: #ffffff;
    padding: 0 15px;
    cursor: pointer;
}

.catalog_lists .cl_productlists.v2 .prod_addtocart:hover {
    opacity: 0.9;
}

/* V2 */
.cl_productlists.v2 .product_item {
    width: 100% !important;
}

.cl_productlists.v2 .product_wrapper {
    text-align: left;
    display: flex;
    align-items: center !important;
}

.catalog_lists .product_wrapper.v2 img.product_image {
    float: left;
}

.catalog_lists .cl_productlists.v2 .product_wrapper img.product_image {
    margin-bottom: 10px;
    width: 200px;
    height: 140px;
    object-fit: contain;
}

.catalog_lists .cl_productlists.v2 .prod_addtocart {
    display: inline-block;
    margin-left: 15px;
    background-color: #7d4232;
    border-radius: 5px;
    color: #ffffff;
    padding: 0 15px;
    cursor: pointer;
}

.prod_addtocart2 {
    display: inline-block;
    margin-left: 15px;
    background-color: #7d4232;
    border-radius: 5px;
    color: #ffffff;
    padding: 0 15px;
    cursor: pointer;
}

    .prod_addtocart2:hover {
        opacity: 0.9;
    }


/**
 * POPUP Product Detail
 */
.product_detail {
    position: fixed;
    padding: 30px;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    border-radius: 5px;
    background-color: #ffffff;
    z-index: 99999;
    overflow-y: scroll;
}

    .product_detail h3 {
        font-size: 25px;
    }

    .product_detail .product-img {
        width: 250px;
        height: 250px;
        margin: 0 auto;
        object-fit: contain;
    }

    .product_detail .prod_case {
        margin-left: 0;
        float: unset;
        margin-bottom: 15px;
    }

    .product_detail h6 {
        display: block;
        margin-bottom: 10px;
    }

    .product_detail .prod_pcs {
        margin-left: 0;
        margin-bottom: 15px;
        width: 100%;
        border-right: 0;
        padding-bottom: 20px;
        border-bottom: 2px solid #e0e0e0;
    }

        .product_detail .prod_pcs i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
        }

    .product_detail .prod_addtocart2 {
        margin-left: 0;
        padding: 8px 15px;
    }

    .product_detail .total_pcs {
        margin: 0 10px;
        line-height: 28px;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .product_detail .thumbnail_popup {
        position: relative;
        text-align: center;
    }

        .product_detail .thumbnail_popup i {
            position: absolute;
            bottom: 0;
            right: 20px;
            font-size: 25px;
            cursor: pointer;
            color: #464646;
        }

            .product_detail .thumbnail_popup i:hover {
                color: #7d4232;
            }

    .product_detail .prod_case {
        width: auto;
    }

/* Related Product */
.related_product {
    margin-top: 60px;
}

    .related_product .product_item {
        text-align: center;
    }

    .related_product .product_options {
        display: inline-block;
    }

    .related_product .prod_case {
        width: auto;
        height: 27px;
        /*float: left;*/
    }

    .related_product .prod_pcs {
        margin-left: 15px;
        border-bottom: none;
        width: auto;
    }

        .related_product .prod_pcs i {
            width: 25px;
            height: 25px;
            line-height: 25px;
            font-size: 11px;
        }

    .related_product .total_pcs {
        line-height: 25px;
        font-size: 19px;
    }

    .related_product .prod_note {
        /*float: right;*/
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

    .related_product h5.related_title {
        font-family: 'Sen-Bold';
        border-bottom: 2px solid #eeeeee;
        padding-bottom: 10px;
        margin-bottom: 40px;
        font-size: 20px;
    }

    .related_product .product_image {
        width: inherit !important;
        max-height: 150px;
        object-fit: cover;
        margin: 0 auto;
    }

    .related_product h5 {
        font-size: 16px;
    }

    .related_product .owl-theme .owl-nav {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .related_product .owl-prev {
        bottom: 155px;
        left: 0;
        position: absolute;
    }

    .related_product .owl-next {
        bottom: 155px;
        right: 0;
        position: absolute;
    }

    .related_product .owl-theme .owl-nav i:before {
        font-size: 36px;
    }

    .related_product .owl-theme .owl-nav [class*=owl-] {
        background: transparent;
        color: #000000;
        border: 1px solid #000000;
        width: 30px;
        height: 30px;
        font-size: 30px;
        border-radius: 100%;
        text-decoration: none;
    }

        .related_product .owl-theme .owl-nav [class*=owl-] span {
            top: -2px;
            left: 2px;
            right: 0;
            line-height: 22px;
            position: absolute;
        }

.product_detail .fa-times {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    background-color: #7d4232;
}

    .product_detail .fa-times:hover {
        background-color: #000000;
    }

/**
 * Section Order
 */
.section-order {
    background-color: #F4F4F4;
    padding-bottom: 80px;
}

    .section-order .cart_breadcrumb {
        padding: 15px 10px;
    }

        .section-order .cart_breadcrumb ul {
            margin: 0;
            padding: 0;
        }

            .section-order .cart_breadcrumb ul li {
                list-style: none;
                display: inline-block;
            }

                .section-order .cart_breadcrumb ul li a {
                    margin: 0 5px;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                .section-order .cart_breadcrumb ul li.active a,
                .section-order .cart_breadcrumb ul li:hover a {
                    color: #7d4232;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

.cart_wrapper {
    background-color: #ffffff;
    padding: 15px;
}

.cart_heading {
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid #dfdfdf;
}

.cart_order h5 {
    font-size: 15px;
    font-weight: bold;
}

.cart_order input {
    width: 50px;
    text-align: center;
    border: 1px solid #c9c9c9 !important;
}

.cart_remove {
    width: 20px;
    text-align: center;
    float: left;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

    .cart_remove:hover {
        color: #7d4232;
    }

.cart_thumbnail {
    width: 50px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
}

.cart_prd_title {
    margin-top: 8px;
    display: block;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}

.cart_prd_note {
    float: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #7d4232;
    cursor: pointer;
}

.cart_measure {
    text-align: center;
    border-left: 2px solid #dfdfdf;
    border-right: 2px solid #dfdfdf;
}

.cart_quantity {
    text-align: center;
}

.cart_title_wrapper {
    width: 330px;
    display: inline-block;
}

.cart-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #dfdfdf;
}

.cart_total {
    border-bottom: 2px solid #dfdfdf;
}

.cart_total_text {
    text-align: right;
    position: relative;
}

    .cart_total_text:after {
        content: '';
        position: absolute;
        right: 0;
        height: 18px;
        width: 2px;
        top: 0;
        background-color: #dfdfdf;
    }

.cart_total_value {
    text-align: center;
}

.cart_continue {
    text-align: right;
}

.cart_request .btn-1 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
    max-width: 100%;
}

    .cart_request .btn-1 i {
        margin-left: 10px;
    }

.continue_request {
    margin-top: 20px;
}

.cart_continue h5 {
    margin-bottom: 0;
}

.cart_continue a {
    font-weight: bold;
}

    .cart_continue a:hover {
        color: #7d4232;
        text-decoration: underline;
    }

.cart_login {
    text-align: center;
}

.form_cartlogin {
    text-align: center;
    margin-bottom: 50px;
}

.cart_login h5 {
    margin-bottom: 10px;
    font-family: 'Sen-Bold';
    color: #6f6f6f;
    font-size: 17px;
}

.cart_login input,
.cart_login textarea,
.cart_login select {
    text-align: center;
    margin-bottom: 10px;
}

    .cart_login input.w50 {
        width: 48.5%;
        float: left;
    }

    .cart_login input#city {
        margin-right: 10px;
    }

.cart_login button {
    margin-top: 5px;
    padding: 10px 0 !important;
    border: none;
    font-size: 18px !important;
}

.cart_login #file {
    border: 2px dashed #92b0b3 !important
}

.cart_login .color input {
    background-color: #f1f1f1
}

.cart_login .files:before {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    content: attr(data-before);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center
}

.atttachment {
    position: relative;
}

.cart_login #file {
    display: inline-block;
    width: 100%;
    padding: 95px 0 0 100%;
    background: url('../../assets/images/VXWKoBD.png') top center no-repeat #fff;
    background-size: 55px 55px;
    background-position-y: 20px;
}

.cart_login input[type=file]::file-selector-button,
.cart_login input[type=file]::file-selector-button:hover {
    border: 2px solid #ffffff !important;
    background-color: #ffffff !important;
}

/**
 * Add To Cart
 */
.popup_addtocart {
    position: fixed;
    top: 20px;
    right: -350px;
    border-radius: 4px;
    background-color: #ffffff;
    width: 325px;
    z-index: 999;
    padding: 20px;
    box-shadow: 0 1px 15px -2px #939393;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .popup_addtocart.showCart {
        right: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .popup_addtocart p {
        font-size: 13px;
        color: #939393;
        margin-bottom: 15px;
    }

    .popup_addtocart h3 {
        font-size: 14px;
        max-width: 115px;
    }

    .popup_addtocart .fa-times {
        float: right;
        cursor: pointer;
        position: absolute;
        right: -8px;
        color: #ffffff;
        top: -10px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 100%;
        text-align: center;
        background-color: #7d4232;
    }

        .popup_addtocart .fa-times:hover {
            background-color: #000000;
        }

    .popup_addtocart .pa_product {
        display: flex;
        margin-bottom: 15px;
    }

        .popup_addtocart .pa_product h4 {
            font-size: 13px;
            color: #a7a7a7;
            padding-left: 15px;
        }

        .popup_addtocart .pa_product img {
            width: 80px;
            height: 80px;
            object-fit: contain;
        }

    .popup_addtocart a.btn-1 {
        max-width: 200px;
        padding: 8px;
    }

    .popup_addtocart .pa_product_ft {
        text-align: center;
        margin-top: 20px;
    }

    .popup_addtocart .pa_continue {
        color: #7d4232;
        margin-top: 5px;
        cursor: pointer;
    }

        .popup_addtocart .pa_continue:hover {
            color: #000000;
        }

/**
 * Header Login
 */
.login_header {
    display: flex;
}

    .login_header .img-notification {
        margin: 0 15px;
    }

    .login_header img {
        cursor: pointer;
    }

    .login_header .user_topheader img {
        width: 35px;
    }

    .login_header .user_topheader {
        cursor: pointer;
        margin: 0px 0px 0px 15px;
    }

    .login_header a {
        font-family: Sen-Bold;
    }

/*Contact Us*/
.section-07.contact-footer {
    background: url('/assets/images/contact-footer.png');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    max-height: 505px;
}

.address-card {
    text-align: center;
}

    .address-card .card {
        color: #ffffff;
        background: #7D4232;
        padding: 50px 50px;
    }

    .address-card .address-card-icon i {
        border: 1px solid #ffffff;
        border-radius: 25px;
        width: 43px;
        height: 43px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        font-size: 23px;
    }

    .address-card .address-info {
        line-height: 17px;
        margin-bottom: 5px;
    }

        .address-card .address-info h6 {
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 14px;
            font-weight: bold;
        }

.contact-form .pl-sm-5 {
    padding-left: 56px;
}

.contact-form .form-input h2 {
    font-family: Sen-Regular;
    font-weight: 700;
    color: #7D4232;
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.contact-form .form-input p {
    font-family: 'Sen-Regular';
    color: #080808;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
    text-align: left;
}

.contact-form .form-input .form textarea {
    border: 1px solid #00000033 !important;
    border-radius: 5px !important;
}

.contact-form .form-input .form input {
    border: 1px solid #00000033 !important;
    border-radius: 5px !important;
    height: 37px !important;
}

.contact-form .form-input .form .btn-1.v2 {
    width: 248px;
}

/*Feature Brand*/
.section-04.featuredBrandTabs {
    padding: 0;
}

    .section-04.featuredBrandTabs .nav.nav-pills {
        padding: 19px;
    }

.featuredBrandTabs .nav .nav-link {
    color: #7D4232;
    background-color: #7D423200;
    border: 1px solid #7D4232;
    width: 209px;
    margin: 5px 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #7D4232;
}

.tab-content .product-main-image {
    background-size: cover !important;
    background-position: center !important;
    height: 362px;
}

.tab-content .product-main-information p {
    text-align: left !important;
    font-size: 15px;
    color: #000000;
    line-height: 19px;
}

.tab-content .product-main-information .section-01.p-0 {
    /*height: 340px;*/
}

.featured-brand-thumb {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.featured-brand-slide {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: -80px;
}

    .featured-brand-slide .slider {
        width: auto;
        height: auto;
        overflow: hidden;
        border-radius: 3px;
        position: relative;
    }

        .featured-brand-slide .slider .owl-nav,
        .featured-brand-slide .slider .owl-dots {
            display: none;
        }

        .featured-brand-slide .slider .item-box {
            padding: 0;
            overflow: hidden;
            width: 100%;
            height: 400px;
            position: relative;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

.featured-brand-thumb .slider-two {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .featured-brand-thumb .slider-two .two h6 {
        position: relative;
        bottom: -165px;
        line-height: 17px;
    }

    .featured-brand-thumb .slider-two .owl-nav,
    .featured-brand-thumb .all .slider-two .owl-dots {
        display: none;
    }

    .featured-brand-thumb .slider-two:hover .left-t {
        visibility: visible;
        opacity: 1;
        left: 3px;
    }

    .featured-brand-thumb .slider-two:hover .right-t {
        visibility: visible;
        opacity: 1;
        right: 3px;
    }

    .featured-brand-thumb .slider-two .item {
        transition: all ease 0.25s;
        height: 160px;
        border-radius: 3px;
        cursor: pointer;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*.featured-brand-slide .slider-two .item.active {
				box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
				border: solid 3px #cc2e38;
			}*/
    .featured-brand-thumb .slider-two .owl-stage {
        padding: 20px 0 60px 0;
        margin-left: auto;
        margin-right: auto;
    }

    .featured-brand-thumb .slider-two .left-t {
        /*transform: rotate(180deg);*/
        background: no-repeat url('/assets/images/slide-arrow-left.svg') center center;
        background-size: 34px;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        top: 43%;
        visibility: hidden;
        opacity: 0;
        transition: all ease 0.25s;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ffffffcf;
    }

        .featured-brand-thumb .slider-two .left-t:hover {
            visibility: visible;
            opacity: 1;
            left: 3px;
        }

        .featured-brand-thumb .slider-two .left-t.nonl-t {
            left: -40px;
            opacity: 0;
            visibility: hidden;
        }

    .featured-brand-thumb .slider-two .right-t {
        background: no-repeat url('/assets/images/slide-arrow-right.svg') center center;
        background-size: 34px;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        top: 43%;
        right: -40px;
        visibility: hidden;
        opacity: 0;
        transition: all ease 0.25s;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ffffffcf;
    }

        .featured-brand-thumb .slider-two .right-t:hover {
            visibility: visible;
            opacity: 1;
            right: 3px;
        }

        .featured-brand-thumb .slider-two .right-t.nonr-t {
            right: -40px;
            opacity: 0;
            visibility: hidden;
        }

/*Login*/
.login-form {
    padding: 0;
}

    .login-form .login-form-left {
        padding: 118px 0;
        background: url(/assets/images/login-form-bgleft.png) no-repeat center;
        background-size: cover;
    }

    .login-form .title-02 {
        position: relative;
        text-align: center;
        font-size: 40px;
        margin-bottom: 25px;
    }

        .login-form .title-02 span {
            color: #ffffff;
            font-size: 30px;
            margin: 0;
        }

        .login-form .title-02 h2 {
            color: #ffffff;
            font-size: 40px;
            margin: 20px 0;
        }

    .login-form .login-form-right {
        text-align: center;
    }

        .login-form .login-form-right .form select,
        .login-form .login-form-right .form input {
            border: 1px solid #00000033 !important;
            border-radius: 5px !important;
            height: 46px !important;
            text-align: center;
            outline: none !important;
            box-shadow: none !important;
        }

        .login-form .login-form-right .form textarea {
            border: 1px solid #00000033 !important;
            border-radius: 5px !important;
            text-align: center;
            outline: none !important;
            box-shadow: none !important;
        }

.login-banner {
    background-image: url(/assets/images/login-banner.png);
    padding: 200px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

    .login-banner .login-banner-logo {
        width: 284px;
    }

    .login-banner .login-banner-link {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 4px;
    }

    .login-banner .btn-1.v3 {
        font-size: 22px;
    }

/*Register*/
.register-banner {
    background-image: url(/assets/images/regiter-banner.png);
    padding: 200px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

    .register-banner p {
        font-size: 20px;
        text-align: center;
        z-index: 2;
    }

    .register-banner .banner-overlay {
        background-color: rgba(246, 242, 241, 0.6);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .register-banner .containe,
    .register-banner .row {
        height: 100%;
    }

.dropzoneClass {
    width: 100%;
    border: 2px dashed #00000033 !important;
    border-radius: 5px;
    transition: 0.2s;
}


    .dropzoneClass.dz-drag-hover {
        border: 1px solid #00000033 !important;
    }

.dz-message.needsclick i {
    font-size: 34px;
    display: block;
    margin: auto;
    opacity: 0.6;
    margin-bottom: 15px;
}

span.plus {
    display: none;
}

.dropzoneClass.dz-started .dz-message {
    display: inline-block !important;
    width: 120px;
    float: right;
    border: 1 px solid rgb(238 238 238);
    border-radius: 15px;
    height: 120px;
    margin: 16px;
    transition: 0.2s;
}

.dropzoneClass .dz-message span small {
    color: #bcbcbc;
}

.dropzoneClass.dz-started .dz-message span.text {
    display: none;
}

.dropzoneClass.dz-started .dz-message span.plus {
    display: block;
    font-size: 70px;
    color: #AAA;
    line-height: 110px;
}

/*career*/
.career-info .right-bg2:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: url(/assets/images/career-bgright.jpg) no-repeat center;
    background-size: cover;
}

.career-info .career-regbtn {
    color: #7d4232;
    padding: 10px 15px;
    margin-top: 60px;
    display: inline-block;
    border: 1px solid #7d4232;
}

    .career-info .career-regbtn:hover {
        color: #ffffff;
        background-color: #7d4232;
    }

.career-info a.career-link {
    color: #7D4232;
    font-weight: bold;
}

/*============================
 *    06. SECTION FOOTER     *
 *===========================*/
.section-footer1 {
    padding: 60px 0 40px;
    background-color: #F6F2F1;
    background-repeat: no-repeat;
    background-position: center center;
}

    .section-footer1 .ft-column:nth-of-type(2) {
        padding-left: 20px;
    }

    .section-footer1 .ft-column .logo {
        margin-bottom: 10px;
    }

    .section-footer1 .ft-column p {
        font-size: 15px;
        line-height: 25px;
    }

    .section-footer1 .ft-column h3 {
        font-family: 'Sen-Bold';
        font-size: 18px;
        margin-bottom: 10px;
        color: #5f7492;
    }

    .section-footer1 .ft-column ul {
        padding: 0;
        margin: 0;
    }

    .section-footer1 .ft-column li {
        list-style: none;
        margin-bottom: 10px;
    }

        .section-footer1 .ft-column li a {
            font-family: 'Sen-Regular';
            font-size: 15px;
            color: #000000;
        }

            .section-footer1 .ft-column li a:hover {
                color: #7D4232;
            }

    .section-footer1 .ft-column ul.footer-contact-info li {
        font-family: 'Sen-Bold';
        font-size: 15px;
        position: relative;
        color: #000000;
        margin-bottom: 20px;
        padding-left: 25px;
        line-height: 16px;
    }

        .section-footer1 .ft-column ul.footer-contact-info li a {
            color: #7d4232 !important;
            font-weight: bold;
        }

        .section-footer1 .ft-column ul.footer-contact-info li i {
            color: #7F7F7F;
            font-size: 20px;
            position: absolute;
            left: 0;
            width: 15px;
            top: 0;
        }

            .section-footer1 .ft-column ul.footer-contact-info li i.fa-envelope {
                font-size: 18px;
            }

    .section-footer1 .ft-column .social-links {
        margin-top: 30px;
    }

    .section-footer1 .copyright {
        margin-top: 50px;
    }

        .section-footer1 .copyright .copyright-wrapper {
            padding-top: 25px;
            padding-bottom: 25px;
            text-align: center;
            border-top: 1px solid #d8ebfd;
        }

.copyright {
    padding: 15px 0;
    background-color: #7D4232;
}

    .copyright p {
        color: #ffffff;
    }

.section-footer1 .footer-contact-info li h4 {
    font-family: 'Sen-Bold';
    color: #7F7F7F;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}

li.ft_career, li.ft_career i {
    color: #7d4232 !important;
}

li.ft_career {
    line-height: 22px;
    ;
}

.section-footer1 h3 {
    color: #000000 !important;
}

.section-footer1 form#newsletter p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

.section-footer1 form#newsletter button {
    border: 1px solid #7d4232;
    background-color: #7d4232;
    color: #ffffff;
}

    .section-footer1 form#newsletter button:focus {
        outline: none;
        box-shadow: none;
    }

/*============================
 *      07. RESPONSIVE       *
 *===========================*/

@media only screen and ( min-width: 1200px ) {
    .container {
        max-width: 1170px;
        padding-right: 0;
        padding-left: 0;
    }

    .section-footer1 .ft-column:nth-of-type(1) {
        width: 23%;
    }

    .section-footer1 .ft-column:nth-of-type(2) {
        width: 22%;
    }

    .section-footer1 .ft-column:nth-of-type(3) {
        width: 30%;
    }
}

@media only screen and ( max-width: 1199px ) {
    .cart_login input.w50 {
        width: 100%;
    }
}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {
    .navbar-menu .navbar-nav .nav-item .nav-link {
        padding: 35px 15px;
    }

    .cart_title_wrapper {
        width: 240px;
        display: inline-block;
    }

    ul.user_menu li a {
        font-size: 14px;
    }

    .header_profile h3 {
        font-size: 18px;
    }
}

@media only screen and ( min-width: 992px ) {
    /** NAVIGATION **/
    .navbar-menu.navbar .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        border: none;
        border-top: 3px solid var(--ts-accent-color);
        display: block;
        left: 0;
        margin-top: 4px;
        opacity: 0;
        right: 0;
        top: 96%;
        width: 100%;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        -ms-transition: 0.2s linear all;
        -o-transition: 0.2s linear all;
        transition: 0.2s linear all;
        visibility: hidden;
        -webkit-box-shadow: 0 5px 20px -15px #5f7492;
        box-shadow: 0 5px 20px -15px #5f7492;
    }
    /*.navbar-menu.navbar .dropdown {
		position: static;
	}*/
    .navbar-menu.navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        transform: none;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        -ms-transition: 0.2s linear all;
        -o-transition: 0.2s linear all;
        transition: 0.2s linear all;
        visibility: visible;
    }

    .navbar-menu.navbar .dropdown-submenu,
    .navbar-menu.navbar .menu-item-has-children {
        position: relative;
    }

    .navbar-menu.navbar .dropdown-menu .dropdown-menu {
        left: 100%;
        top: -8px;
        margin-top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .navbar-menu.navbar .dropdown-submenu:hover > .dropdown-menu,
    .navbar-menu.navbar .menu-item-has-children:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        -ms-transition: 0.2s linear all;
        -o-transition: 0.2s linear all;
        transition: 0.2s linear all;
    }
    /** /.NAVIGATION **/
    .navbar-menu.v2 .navbar-responsive.navbar-collapse {
        display: none !important;
    }

    nav.navbar-menu.navbar .mega-menu .dropdown-menu {
        padding: 25px 0;
    }
}

@media only screen and ( max-width: 991px ) {
    /** NAVIGAITON **/
    #navbarSupportedContent {
        position: absolute;
        top: 67px;
        background-color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: auto !important;
        overflow-y: auto;
    }

    .loggedIn #navbarSupportedContent {
        top: 105px;
        background-color: #ffffff;
    }

    .navbar-menu .navbar-container {
        justify-content: flex-start;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-menu .offcanvas-navbar {
        position: absolute;
        right: 0;
        top: -3px;
        flex-direction: unset;
    }

    .navbar-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
        /*border-bottom: 1px solid #dddddd;*/
        font-size: 14px;
        color: #000000;
    }

        .navbar-menu .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
            border-bottom: none;
        }

    .navbar-menu .navbar-nav .nav-item .nav-link:before {
        display: none;
    }

    .navbar-menu #sidebarCollapse {
        margin-left: auto;
    }
    /** /.NAVIGATION **/
    .navbar-menu .btn-1,
    .navbar-menu .r_menu {
        display: none;
    }

    .navbar-menu.v2 .navbar-left,
    .navbar-menu.v2 .navbar-right {
        display: none;
    }

    .section-footer1 .ft-column {
        margin-bottom: 30px;
    }

    .catalog_lists .cl_productlists.v2 .prod_addtocart {
        margin-left: 0;
        margin-top: 4px;
    }
}

@media only screen and ( min-width:768px ) and ( max-width:991px ) {
    .catalog_category ul li i {
        display: none;
    }

    .cart_title_wrapper {
        width: 140px;
    }
}

@media only screen and ( max-width: 767px ) {
    /** NAVIGATION **/
    .navbar-menu .product-heading, .navbar-menu .shop-heading {
        font-size: 14px;
        cursor: pointer;
        padding: 10px 0;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

        .navbar-menu .product-heading:after, .navbar-menu .shop-heading:after {
            content: "\f107";
            float: right;
            font-family: fontawesome;
            line-height: 30px;
            position: absolute;
            right: 0;
        }

    .navbar-menu .product-dropdown-list, .navbar-menu .shop-dropdown-list {
        display: none;
    }

        .navbar-menu .product-dropdown-list.active, .navbar-menu .shop-dropdown-list.active {
            display: flex;
            flex-direction: column;
            margin-bottom: 15px;
        }

        .navbar-menu .product-dropdown-list a, .navbar-menu .shop-dropdown-list a {
            cursor: pointer;
        }

    .navbar-menu .product-dropdown-menu .product-heading {
        font-size: 14px;
        font-weight: normal;
    }
    /** /.NAVIGATION **/
    .navbar-menu .btn-1 {
        margin-left: 85px !important;
    }

    nav li.mega-menu h6 {
        margin-bottom: 5px;
    }

        nav li.mega-menu h6:before {
            display: none;
        }

    nav.navbar-menu .mega-menu .product-dropdown-list li a {
        padding: 8px 0;
    }

    nav.navbar-menu .mega-menu .col-lg-2.col-md-2.mt-md-2.mb-md-2.mt-lg-2.mb-lg-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-01,
    .section-02,
    .section-03,
    .section-06 {
        padding: 60px 0;
    }

    .section-07 {
        padding: 100px 0;
    }

    .section-05 {
        padding: 60px 0 0;
    }

    .section-02 .col.right-bg {
        display: none;
    }

    .section-02 .col.right-bg2 {
        display: none;
    }

    .section-05 .col.left-bg {
        display: none;
    }

    .section-03 .col {
        flex: 1 0 33%;
    }

        .section-03 .col img {
            max-width: 101px;
        }

    .section-03 .prod_information {
        margin-top: 30px;
    }

    .section-06 .row.cmz_counter .col-12:nth-of-type(1),
    .section-06 .row.cmz_counter .col-12:nth-of-type(2) {
        border: none;
        margin-bottom: 30px;
    }

    .section-05 .right-content .title-02 {
        padding: 0 0;
    }

    .section-06 .title-03 h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .section-06 .row.cmz_counter h3 {
        font-size: 45px;
    }

    .section-07 .btn-1.v3 {
        font-family: 'Sen-Regular';
        font-size: 20px;
        max-width: unset;
        width: unset;
        padding: 15px 30px;
        line-height: 30px;
    }

    .section-07 span {
        line-height: 30px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .section-07 h2 {
        line-height: 40px;
        margin-bottom: 25px;
    }

    .catalog_lists .cl_productlists {
        padding: 30px 0 0;
    }

    .product_detail .product-img {
        width: 300px;
        height: 300px;
    }

    .product_detail .thumbnail_popup {
        text-align: center;
    }

    .product_detail .prod_dtl {
        text-align: center;
    }

        .product_detail .prod_dtl h3 {
            font-size: 20px;
        }

    .product_detail .prod_pcs {
        width: auto;
        display: inline-block;
        margin: 0 15px;
        float: none;
        border-right: 0;
        padding-right: 0;
        padding-bottom: 20px;
        border-bottom: none;
    }

        .product_detail .prod_pcs i {
            float: left;
        }

    .product_detail .total_pcs {
        float: left;
    }

    .cart_heading {
        display: none;
    }

    .cart_thumbnail {
        width: 100%;
        text-align: center;
    }

    .cart_title_wrapper {
        width: 100%;
    }

    .cart_prd_title {
        width: 100%;
        text-align: center;
    }

    .cart_prd_note {
        text-align: center;
        width: 100%;
    }

    .cart_remove {
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
        border-radius: 100%;
        background-color: #f44336;
        color: #ffffff;
        font-size: 13px;
    }

    .cart_continue {
        width: 50%;
    }

    .cart_request {
        width: 50%;
    }

        .cart_request a.btn-1 {
            font-size: 15px;
        }

        .cart_request .btn-1 i {
            margin-left: 2px;
        }

    .cart_order {
        margin-bottom: 60px;
    }

    .no_invoice {
        font-size: 14px;
    }

        .no_invoice span {
            color: #c1c1c1;
            margin-left: 10px;
        }

    .section-breadcrumb2 .content {
        padding: 20px 15px 40px;
    }

    .login_header {
        display: flex;
        padding: 10px 0;
    }

    .navbar-menu.loggedIn .navbar-brand {
        margin: 0 auto;
    }
}


@media only screen and ( max-width: 1199px ) {
    .r_menu {
        margin-right: 0;
    }
}

@media only screen and ( max-width: 500px ) {
    .navbar-menu .btn-1 {
        /*max-width: 110px;
	    height: 30px;
	    line-height: 32px;
	    letter-spacing: 0;*/
        display: none;
    }

    .navbar-brand {
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }

    .navbar-menu .navbar-brand img {
        max-width: 100%;
    }

    .catalog_lists .cl_productlists.v2 .product_wrapper img.product_image {
        width: 170px;
        height: 120px;
    }

    .popup_addtocart {
        width: 285px;
    }

        .popup_addtocart.showCart {
            right: 16px;
        }


    #navbarSupportedContent {
        top: 90px;
    }
}


@media only screen and ( max-width: 429px ) {

    .navbar-brand {
        width: 89%;
    }
}

@media only screen and ( max-width: 393px ) {

    .navbar-brand {
        width: 87%;
    }
}

@media only screen and ( max-width: 337px ) {

    .navbar-brand {
        width: 80%;
    }
}

@media only screen and ( max-width: 229px ) {

    .navbar-brand {
        width: 70%;
    }
}




.modal-full {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}
