/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
.header-link a {
    font-size: .875rem;
    color: #4e4e4e;
    margin-right: 11px;
    font-family: 'Poppins';
}

.top-menu {
    background: #f1f6f9;
    white-space: nowrap;
    overflow: auto;
}

.login_box {
    background: #f8580c;
    padding: 2px 13px 5px 13px;
    border-radius: 4px;
    font-size: 14px;
}

.signup_box {
    background: #008037;
    padding: 2px 13px 5px 13px;
    border-radius: 4px;
    font-size: 14px;
}

.uk-breadcrumb {
    margin: 4px;
}

.our-icon {
    margin-bottom: 19px;
}

img.user-image {
    height: 30px;
    width: 30px;
}

.uk-breadcrumb a {
    font-weight: 400;
    font-family: 'poppins';
    color: #4e4e4e;
}

.select-picker {
    border: none;
    background: #f1f6f9;
    font-size: .875rem;
    font-weight: 400;
    font-family: 'Poppins';
    color: #4e4e4e !important;
}

.auth-user-text {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}

.hello {
    font-size: 15px;
    font-style: italic;
    color: #f57c00;
    margin-right: 11px;
}

.nepal_flag img {
    height: 21px;
}

.japan_flag img {
    height: 33px;
}

.call_box {
    background: #008037;
    padding: 8px 20px 8px 20px;
}

.call_box a {
    font-size: 14px;
    font-weight: 500;
    color: azure;
}

.call_box h4 {
    font-size: 16px;
    margin: 0;
    color: white;
    text-align: left;
}

.shopping-layouts h4 {
    font-size: 13px;
    font-family: 'poppins';
    font-weight: 600;
    color: #838383;
}

.shopping-layouts {
    background: #fbfbfb;
    padding: 5px 0px 5px 11px;
    border: 1px solid #ededed;
}

.shopping-layouts:hover {
    background: #ffebeb;
    border: 1px solid #f57c00;
}

.shopping-layouts-mobile {
    padding: 5px 19px 5px 10px;
    background: white;
    border: 1px solid #ededed;
}

.translate-items li a {
    font-size: 14px !important;
    color: #3c3c3c !important;
    font-weight: 600;
}

.mobile-cart-title {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 600;
}

.mobile_call_box {
    background: #008037;
    padding: 4px 15px 4px 15px;
}

.mobile_call_box a {
    font-size: 13px;
    font-weight: 500;
    color: azure;
}

.mobile_call_box h4 {
    font-size: 16px;
    margin: 0;
    color: white;
    text-align: left;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Search---
------------------------------------------------------------------------------------------------------------*/
.search-box {
    height: 50px;
    border-radius: 0px 0px 0px 0px;
}

.search-col {
    color: #5c5c5c;
    background-color: #fbfdff;
    border-color: #cbcbcb;
}

button[type="submit"] {
    padding: 10px 12px;
    background-color: #f8580c;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-family: 'poppins';
    font-size: 16px;
}

button[type="submit"]:hover {
    background: #008037;
    color: white;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    position: relative;
    background: #3b8138;
    padding: 0px;
}

.mobile-main-menu {
    background: white;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.nav-item {
    position: relative;
    margin: 0 12px;
}

.nav-item:hover:after {
    width: 100%;
}

.nav-item:after {
    content: '';
    display: block;
    border-top: 1px solid #3b8138;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: 38px;
}

.navbar-light .navbar-nav .nav-link {
    line-height: 50px;
    color: #ffffff;
    font-size: 15px;
    padding: 0;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f8981c;
}

.dropdown-menu a:hover {
    color: #fa2056;
    background: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}

.dropdown-item {
    line-height: 32px;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
}

.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}

@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .full-megamenu {
        position: static !important;
    }

    .navbar .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .dropdown-menu {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.mega-menu-box {
    background: white;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 8px !important;
}

.sub-category .uk-active a {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins';
    color: #3b8138;
    line-height: 50px;
}

.child-cat-list {
    margin-top: 0px !important;
}

.sub-category li a {
    font-size: 16px;
    line-height: 30px;
    color: #3b8038;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.sub-category-border {
    border-bottom: 1px solid #ededed;
}

a.sub-item {
    font-size: 16px;
    font-family: 'Poppins';
    color: #f8580c;
    line-height: 60px;
}

a.sub-item:hover {
    color: #3b8138;
}

.sub-item-line {
    margin-top: 3px !important;
}

.sidebar-menu a {
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 500;
    font-family: 'poppins';
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Body---
------------------------------------------------------------------------------------------------------------*/
.uk-link, a {
    color: #272727;
    text-decoration: none;
}

.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}

.slider-title-box {
    background: #5e5e5e8c;
    padding: 20px;
    border-radius: 6px;
}

.view-more-buttom {
    color: #1e1e1e !important;
    padding: 4px 18px 4px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid transparent !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    transition: 1s;
}

.view-more-buttom:hover {
    box-shadow: 0px 10px 26px -7px rgba(0, 0, 0, 0.25);
    color: #f8580c !important;
    transform: translateY(-5px);
    transition: 1s;
}

.blogs-box {
    border: 2px solid #EBEBEB;
    padding: 20px;
}

.products-items-box {
    background: white;
    border: 1px solid #D0D0D0;
    padding: 10px 10px 0px 10px;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Index Page Font---
------------------------------------------------------------------------------------------------------------*/
.slider-title {
    font-size: 34px;
    font-family: 'Roboto';
    font-weight: 500;
}

.blog-title-font {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 23px;
}

p.blog-excerpt-font {
    font-size: 15px;
    font-family: 'El Messiri';
    text-align: justify;
}

.writer-name {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #6a6a6a;
}

.publish-date {
    font-size: 13px;
    font-family: 'Poppins';
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.category-heading {
    font-family: 'El Messiri', sans-serif;
    color: #3b8138;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 11px;
    letter-spacing: -1px;
}

.view-all-shop {
    float: right;
    margin-top: 12px;
    font-size: 14px;
    color: #f85606;
    transition: 1s;
}

.view-all-shop a {
    font-size: 16px;
    font-family: 'Poppins';
    color: #f8580c;
    font-weight: 400;
}

.category-heading span {
    color: #f8580c;
}

.view-all-shop:hover {
    transform: translateY(-5px);
    transition: 1s;
}

.next-previous-buttom {
    background: white;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Image---
------------------------------------------------------------------------------------------------------------*/
.blog-thumnail img {
    height: 240px;
}

.slider-thumnail img {
    height: 200px;
}

.prooducts-thumnail img {
    height: 155px;
}

.cover {
    object-fit: cover;
}

.img-radius {
    border-radius: 4px;
}

.prooducts-thumnail-archive img {
    height: 250px;
}

.mobile-prooducts-thumnail img {
    height: 100px;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Products Itms---
------------------------------------------------------------------------------------------------------------*/
.discounted-price {
    text-decoration: line-through;
    font-style: italic;
    color: #b3b3b3;
    font-family: -webkit-body;
    font-size: 17px;
}

.mobile-add-cart {
    background: #008037 !important;
    font-size: 8px !important;
    padding: 10px 8px 10px 8px !important;
    margin-left: 10px !important;
    /* margin-top: 0px !important; */
}

.products-prize {
    font-size: 11px;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 26px;
    color: #f8580c;
}

.products-font {
    font-size: 11px;
    line-height: 10px;
    margin-bottom: 3px;
    font-family: 'Poppins';
    color: #282c3f;
}

.products-font a {
    color: #282c3f;
}

.products-font a:hover {
    color: #f15822;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Products Single---
------------------------------------------------------------------------------------------------------------*/
p.services-excerpt {
    font-size: 13px;
    font-family: 'Poppins';
}

.our-free-services {
    border: 1px solid #d9d9d9;
    padding: 8px;
}

.services-title {
    font-size: 19px;
    font-family: 'El Messiri';
    font-weight: 700;
}

.need-help {
    font-size: 22px;
    font-family: 'El Messiri';
    font-weight: 700;
}

.our-phone-number {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #8b8b8b;
}

.products-title {
    font-size: 21px;
    font-weight: 600;
    color: #4c4c4c;
    font-family: 'Poppins';
}

.products_prize {
    font-size: 18px;
    color: #464646;
    font-family: 'Poppins';
    font-weight: 500;
}

.discounted_price {
    font-size: 18px;
    color: #919191;
    font-weight: 500;
    text-decoration: line-through;
    font-family: 'Poppins';
}

.quantity-text {
    font-size: 15px;
    color: #666666;
    font-family: 'Poppins';
}

.quantity-txt {
    font-size: 22px;
    color: #666666;
}

.qty .fa {
    font-size: 17px;
    color: #757575;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
}

.qty .fa:hover {
    background: #f15822;
    color: white;
    box-shadow: 0 0 15px rgb(241 88 34);
    border-color: #f8981c;
}

.quantity-box {
    border: 1px solid #cfcfcf;
    padding: 4px 11px 4px 11px;
}

p.products-dscp {
    font-size: 17px;
    font-family: 'Poppins';
}

.uk-subnav-pill>.uk-active>a {
    background-color: #3b8138 !important;
}

.get-btn {
    color: #fff;
    padding: 8px 14px 8px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid transparent !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #f8580c;
    transition: 1s;
    font-family: 'Poppins';
}

.get-btn:hover {
    box-shadow: 0px 10px 26px -7px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    transform: translateY(-5px);
    transition: 1s;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Products Archive---
------------------------------------------------------------------------------------------------------------*/
.uk-heading-line span {
    font-size: 31px;
    margin-bottom: 12px;
    font-family: 'Poppins';
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f15822;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Post Single---
------------------------------------------------------------------------------------------------------------*/
.single-title {
    font-size: 44px;
    font-family: 'Roboto';
    letter-spacing: -1px;
}

.sub-title {
    font-size: 19px;
    font-family: 'Poppins';
    font-style: italic;
    color: #9f9f9f;
    font-weight: 200;
}

.single-content p {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: normal;
    font-family: heebo, sans-serif;
    font-weight: 400;
    text-align: justify;
}

.latest-news-thumnail img {
    height: 100px;
    width: 120px;
}

.ft-10 {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Cart---
------------------------------------------------------------------------------------------------------------*/
.box {
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    top: 11px;
}

.cart-count {
    z-index: 99;
    font-size: 12px;
}

#cart-icon {
    font-size: 32px;
    cursor: pointer;
    color: #f15822;
}

.shop-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, auto));
    gap: 1.5rem;
    justify-content: center;
    align-content: center;
}

.sofa-box {
    position: relative;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 4px rgba(40, 37, 37, 0.1);
    border-radius: 3px;
}

.pic {
    overflow: hidden;
}

.pic:hover img {
    transform: scale(1.5);
}

.sofa-img {
    transition: 0.4s;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.sofa-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ff6348;
}

.sofa-price {
    font-weight: 500;
}

.add-cart {
    color: #ffffff;
    padding: 15px 8px 15px 8px;
    font-size: 14px;
    font-family: 'Poppins';
    transition: 0.5s;
    background: #29a949;
    margin-left: 25px;
    line-height: 0;
    text-transform: none;
    border-radius: 3px;
    /* margin-top: -10px; */
}

.add-cart:hover {
    background-color: rgb(248 88 12);
    color: white;
}

.uk-notification-message {
    position: relative;
    padding: 15px;
    background: #ecfff5;
    color: #4CAF50 !important;
    line-height: 1.4;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Poppins';
}

.uk-notification-close {
    display: block;
    background: #4CAF50;
    padding: 4px;
    top: 14px;
    color: white;
    border-radius: 3px;
    font-size: 10px;
}

.uk-notification-close:hover {
    background: #f8580c;
    color: white;
}

.cart {
    position: fixed;
    top: 0;
    right: -100%;
    width: 365px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    background-color: white;
    box-shadow: rgb(122 122 122 / 24%) 0 0 48px;
    z-index: 10000;
}

.cart-active {
    right: 0;
    transition: 0.5s;
}

.cart-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Roboto", sans-serif;
    color: #921d43;
}

.cart-box {
    display: grid;
    grid-template-columns: 32% 50% 18%;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.cart-img {
    width: 115px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #898989;
    padding: 2px;
    border-radius: 10px;
}

.detail-box {
    display: grid;
    row-gap: 0.5rem;
}

.price-box {
    display: flex;
    justify-content: space-between;
}

.cart-sofa-title {
    font-size: 19px;
    color: #f15822;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.cart-price {
    font-weight: 500;
}

.cart-quantity {
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    width: 2.4rem;
    text-align: center;
    font-size: 1rem;
}

.cart-remove {
    font-size: 24px;
    color: red;
    cursor: pointer;
}

.total {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.total-title {
    font-size: 1rem;
    font-weight: 600;
}

.total-price {
    margin-left: 0.5rem;
}

.btn-buy {
    padding: 12px 20px;
    background-color: #2f3542;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}

#cart-close {
    position: absolute;
    top: 1rem;
    right: 0.8rem;
    font-size: 2rem;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    color: #7a7a7a;
    box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
    height: 30px;
    width: 30px;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Page Archive---
------------------------------------------------------------------------------------------------------------*/
.page-box {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-box {
    background-image: url(/online/assets/images/footer-image.png);
    background-color: rgba(48, 79, 254, 0);
    background-repeat: repeat-x;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-link {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: none;
    transition: 1s;
}

.footer-link:hover {
    transform: translate(15px, 0);
}

.footer-links-title {
    font-size: 25px;
    font-family: 'El Messiri';
    font-weight: 600;
}

.footer-logo img {
    height: 70px;
}

.page-excerpt p {
    font-size: 16px;
    font-family: 'Poppins';
    color: white;
}

.our-customer-element {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 13px;
}

.our-services-title {
    font-size: 16px;
    font-family: 'Roboto';
}

.services-description {
    font-size: 14px;
    font-family: 'Poppins';
}

.our-contact-number {
    font-size: 30px;
    color: #FFB128 !important;
}

.our-contact-number a {
    font-size: 30px;
    color: #FFB128 !important;
}

.contact-title {
    font-size: 15px;
    color: #d1d1d1 !important;
    font-family: 'poppins';
}

.our-location {
    font-size: 13px;
    font-family: 'Poppins';
}

.our-copy-right {
    font-size: 16px;
    font-family: 'Poppins';
}

.subscribe-box {
    font-size: 27px;
    font-family: 'El Messiri';
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Dropdown Menu---
------------------------------------------------------------------------------------------------------------*/
ul {
    list-style-type: none;
}

.accordion .links {
    cursor: pointer;
    display: block;
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    transition: all 0.4s ease;
    font-family: 'Poppins';
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 33px;
}

.accordion .links:hover {
    background: #e9e9e9;
}

.accordion li:last-child .links {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 10px;
    color: #6c6c6c;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 12px;
}

.accordion li.open .links {
    color: #ffffff;
    background: #3b8138;
}

.accordion li.open i {
    color: #ffffff;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #d9d9d9;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #363636;
    padding: 12px;
    transition: all 0.25s ease;
}

.submenu a:hover {
    color: #f8580c;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Offcanvas Bar---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #000000;
    width: 240px;
}

.offcanvas-bar-close button {
    background: #16bcdc;
    padding: 7px;
    color: white !important;
    border-radius: 50%;
}

.navbar-logo-area {
    background: #ffffff;
    padding: 23px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .05);
}

.sidebar-nav-area {
    background: #ffffff;
}

.sidebar-nav-item a {
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    color: #2c2c2c;
    padding: 0px 8px;
    display: block;
    font-family: 'Poppins';
}

.sidebar-nav-item a:hover {
    background: #0f1339;
    color: white;
}

.sidebar-nav-item-dropdown a {
    padding: 0px 8px !important;
    font-size: 15px;
    color: #484848 !important;
    line-height: 50px;
    font-weight: 500;
    display: block;
    font-family: 'Poppins';
}

.sidebar-nav-item-dropdown a:hover {
    background: #e21a22;
    color: white !important;
}

.sidebar-dropdown-child-category a {
    font-size: 13px;
    line-height: 35px;
}

.dropdown-list-divider>:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}