body {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.head-content {
    padding: 15px 0;
}
header.page-header {
    width: 100%;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #E1E1E1;
    z-index: 10;
}
.top-strip {
    background: #F1BB3D;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    font-size: 14px;
    color: #000000;
}
.top-strip a {
    color: #000000;
    text-decoration: none;
}
.top-strip p {
    margin: 0;
}
.LSR-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-logo .logo {
    margin: 0 auto;
    max-width: 100%;
}
.brand-logo img {
    width: 190px;
    transition: all 0.5s ease-in-out;
}
.page-header .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-right: 15px;
}
.search-bar .block.block-search {
    width: 100%;
    padding-left: 0px !important;
}
.search-bar .form.minisearch {
    width: 100% !important;
}
.search-bar .block-search .nested{display: none;}
.search-bar .block-search .control{padding: 0;}
.search-bar .block-search input{font-weight: 400;font-size: 16px;}
.search-bar .block-search .action.search{top: 8px;}
.head-content .search-bar .input-text {
    width: 250px;
    padding: 12px 50px 12px 24px;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.head-content .search-bar .input-text {
    width: 600px;
    height: auto;
}
.header-RightContent {
    display: flex;
    align-items:center;
    font-size: 14px;
}
.top-menu-txt {
    display: block;
}
.Login.droppable, .wishlist , .add-to-cart, .track-order-link{
    text-align: center;
}
.login-icon {
    position: relative;
}
.account-droapdown {
    position: absolute;
    z-index: 99;
    top: 43px;
    right: 0px;
    width: 208px;
    background: #fff;
    border-top: 3px solid #133d59;
    text-align: left;
    padding: 15px 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    display: none;
}
.account-droapdown:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000;
    border-top: 10px solid transparent;
    position: absolute;
    top: -20px;
    right: 4px;
}
.account-droapdown:before{
    display: none;
}
.Login.droppable:hover .account-droapdown {
    display: block;
}
.account-droapdown .header.links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.account-droapdown .header.links li {
    font-size: 14px;
}
.account-droapdown .header.links li a {
    color: #000000;
    text-decoration: none;
}
.header-RightContent .wishlist {
    margin: 0 25px;
}
.header-RightContent a, .header-RightContent a path{
    color: #000000!important;
    stroke: #000000;
    text-decoration: none;
}
.header-RightContent a:hover, .header-RightContent a:hover path {
    color: #bf5340!important;
    stroke: #bf5340;
}

.add-to-cart {
    margin-left: 25px;
}
.add-to-cart .cart-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-icon .top-menu-txt {
    position: absolute;
    top: 12px;
    left: 23px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}
.add-to-cart .minicart-wrapper .action.showcart:before{
    content: '';
    background: url(../images/cart_icon.svg);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
.add-to-cart .minicart-wrapper {
    margin-left: 0;
}

.nav-sections .navigation {
    max-width: 1440px;
}
.nav-sections{
    background: #fff;
    margin-bottom: 0!important;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
    z-index: 5;
}
.nav-sections .navigation{
    background: #fff;
}
.navigation .level0 > .level-top {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: #000000 !important;
}
.navigation .level0.first > .level-top {
    padding-left: 5px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after{
    font-size: 30px!important;
}
.navigation .level0.parent > .level-top {
    padding-right: 0 !important;
    padding: 0 5px;
}
.navigation .level0 .submenu {
    border-radius: 0 0 5px 5px;
    border: none!important;
}
.navigation .level0 .submenu a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: inherit !important;
    border-style: none !important;
}
.navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #000000;
}
.nav-toggle {
    left: inherit;
    right: 0;
    top: 0;
}
.hero-banner .slick-slider {
    padding: 0;
}
.minicart-wrapper .block-minicart {
    padding: 25px 20px 5px 20px;
}
.block-minicart .items-total {
    float: left;
    margin: 0 10px 10px 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #147e37;
    text-align: left;
}
.block-minicart .subtotal {
    text-align: left;
}
.subtotal .label span {
    font-size: 14px;
}
.block-minicart .subtotal {
    text-align: left;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
}
.action.primary.checkout {
    background: #D5964C;
    border: 1px solid #D5964C;
    border-radius: 3px;
    font-size: 15px;
    height: 45px;
    font-weight: 500;
    padding: 9px 25px !important;
}
.minicart-items .product-item {
    padding: 20px 15px;
}
.minicart-items-wrapper .product-image-wrapper {
    width: 70px;
    border-radius: 5px;
}
.minicart-items .product-item-details {
    padding-left: 80px;
    text-align: left;
}
.product-item-details .product-item-name {
    font-size: 15px;
}
.minicart-items .product-item-name a {
    color: #133d59;
}
.action.viewcart {
    font-size: 14px;
}
.mp-brand-item .product-brand-logo {
    display: none;
}
.modal-content {
    font-size: 15px;
    line-height: 1.2;
}
.modal-popup .action-close {
    padding: 20px;
}
.modal-footer button {
    height: 35px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 2px;
}
.navigation ul .ui-menu.ui-widget.ui-widget-content.ui-front.expanded {
    display: block !important;
    padding: 0;
}
.hide_menu{display: none;}

.navigation .level0 .submenu.ui-front a{
    font-size: 14px;
    padding: 7px 20px;
} 
.header-top-banner img {
    height: 70px !important;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}
@media (min-width:768px){
    .navigation li.level0 {
        position: static;
        margin: 0 15px 0 0;
    }
    .navigation li.level0 .submenu.mega-menu {
        left: 0 !important;
        min-width: 100%;
    }
    .mega-menu-full {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .mega-menu-full.mega-menu-column-4 > .list-item {
        flex: 0 0 25%;
        padding: 0 0;
    }
    .mega-menu-full.mega-menu-column-5 > .list-item {
        flex: 0 0 20%;
        padding: 0 0;
    }
    .mega-menu-full > .list-item .title {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        line-height: 1;
        padding: 10px 0 10px 20px;
    }
    .navigation .level0 .submenu li .ui-menu-item a {
        padding: 8px 0;
    }
    .navigation .level0.category-item .submenu a:hover, .navigation .level0.category-item .submenu a.ui-state-focus{
        background: transparent;
        color: #bf5340;
        text-decoration: none;
    }
    .navigation .level0.parent > .level-top > .ui-menu-icon {
        display: none!important;
    }
    .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
        color: #000;
        text-decoration: underline!important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) { 
    .header-RightContent svg {
        width: 30px;
        height: 30px;
    }    
    .header-RightContent .wishlist {
        margin: 0 18px;
    }
}
@media (max-width: 1200px){
    .header-RightContent .top-menu-txt {
        display: none;
    }
    .search-bar .block.block-search{
        margin-left: 25px;
    }
    
}
@media (max-width: 1024px){
    #html-body [data-pb-style=EHXNO8J]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=XWRME8Q]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=A022HT0]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=VPSKCD1]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=Y9LLAYL]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=C5XX8EF]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=P60L33Q]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=TJ9DDY7]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=SFVO6AQ]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=PJO3BIS]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=N3SA48I]{
        width: 33.3333% !important;
    }
    #html-body [data-pb-style=D2VRJCG]{
        width: 33.3333% !important;
    }
}
@media (max-width: 992px){
    .head-content .search-bar .input-text {
        width: 350px;
    }
    
}
@media (max-width:768px){
    .page-header{
        margin-bottom: 0;
    }
    header.page-header {
        border-bottom: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .head-content {
        padding: 15px 0;
        height: 131px;
        position: relative;
    }
    .brand-logo .logo {
        z-index: 0;
    }
    .nav-toggle {
        left: inherit;
        right: 5px;
        top: 10px!important;
    }
    .pl-thm-furniture-njmart .nav-toggle {
        z-index: 0;
    }
    .header-top-banner img {
        height: 40px !important;
    }
    .header-RightContent {
        margin-right: 51px;
    }
    .pl-thm-furniture-njmart .header-RightContent {
        margin-right: 0;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        justify-content: space-between;
        box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
        left: 0;
        right: 0;
        padding: 10px 12px 10px 12px;
    }
    .pl-thm-furniture-njmart .header-RightContent .top-menu-txt {
        font-size: 12px;
        display: block;
        text-transform: uppercase;
        font-weight: 400;

    }
    .add-to-cart .cart-icon {
        width: auto;
        height: auto;
        border-radius: 0;
        box-shadow: none;
    }
    .add-to-cart .minicart-wrapper {
        margin-left: 0;
        margin-top: 0;
    }
    .pl-thm-furniture-njmart .add-to-cart .cart-icon .text {
        display: block;
        clip: inherit !important;
        position: inherit !important;
        overflow: inherit !important;
        width: auto !important;
        font-size: 12px;
        text-transform: uppercase;
    }
    #mobile-menu {
        display: none;
    }
    .header-RightContent svg {
        width: 30px;
        height: 30px;
    }
    .header-RightContent .wishlist{
        display: none;
    }
    .pl-thm-furniture-njmart .header-RightContent .wishlist {
        display: block;
    }
    .Login.droppable, .wishlist, .add-to-cart, .track-order-link {
        margin: 0 6px;
        padding-bottom: 15px;
    }
    .pl-thm-furniture-njmart .Login.droppable, .pl-thm-furniture-njmart .wishlist, .pl-thm-furniture-njmart .add-to-cart, .pl-thm-furniture-njmart .track-order-link {
        padding-bottom: 0;
    }
    .section-item-title.nav-sections-item-title {
        display: none;
    }
    .add-to-cart {
        margin-left: 11px;
    }
    .header-RightContent .wishlist {
        margin: 0 11px;
    }
    .brand-logo img {
        width: 150px;
    }
    .page-header .search-bar {
        position: absolute;
        left: 0;
        top: 73px;
        padding: 0 7px;
        width: 100%;
        right: 0;
        z-index: 0;
    }
    .search-bar .block-search .control {
        padding: 0;
        margin: 0;
        border: none;
    }
    .block-search .block-content .form.minisearch.active .control {
        background-color: #fff;
        position: inherit!important;
        z-index: 10003;
        width: 100% !important;
        top: 73px;
        left: 0;
        border-radius: 10px 10px 0 0;
        right: 0;
        padding: 0 0;
    }
    .head-content .search-bar .input-text {
        width: 100%;
        margin: 0;
        position: static;
        padding: 12px 50px 12px 15px;
        line-height: 1.2;
        font-size: 14px;
        font-weight: 400;
    }
    .search-bar .block.block-search {
        margin-left: 0;
        margin-top: 0;
    }
    .block-search .label {
        position: absolute;
        right: 15px;
        top: 8px;
        z-index: 1;
    }
    .nav-open .nav-sections{
        z-index: 100;
    }
    .nav-sections-item-title {
        border: none;
        width: 50%;
        height: 55px;
        padding-top: 17px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .nav-sections-item-title.active {
        background: #F3B41B;
    }
    .nav-sections-item-switch {
        color: #000;
    }
    .nav-sections-item-content {
        margin-top: 0;
    }
    .navigation .level0 > .level-top {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .navigation .level0:first-child > .level-top, .navigation .level0 > .level-top {
        padding: 13px 18px !important;
    }
    .navigation .level0 .submenu a {
        color: #5c5c5c;
        font-weight: 400;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mega-menu-full > .list-item .title{
        padding: 8px 0 8px 20px;
        font-size: 16px;
    }
    .mega-menu-full .list-item {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .mega-menu-full .list-item:last-child {
        border-bottom: none;
    }
    .navigation .level0 > .level-top.ui-state-active {
        color: #e9a80b !important;
    }
    .block-search .label:before{
        font-size: 27px;
        line-height: 27px;
    }
    body.filter-active .page-header {
        display: none;
    }
    .navigation ul .ui-menu.ui-widget.ui-widget-content.ui-front.expanded{
        padding-left: 15px;
    }
    .nav-sections .header.links a, .nav-sections .header.links a:hover {
        font-weight: 400;
        font-size: 15px;
        color: #000;
    }
    .mobile-top-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 15px;
    }
    .mobile-top-navigation a {
        text-decoration: none;
    }
    .mobile-top-navigation .top-menu-txt {
        font-size: 14px;
        color: #000;
        text-decoration: none;
    }
    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0;
    }
    .account-droapdown {
        left: 0;
        top: 0;
        padding: 15px 15px;
        margin-top: 77px;
    }
    .pl-thm-furniture-njmart .account-droapdown {
        left: 0;
        bottom: 0;
        padding: 15px 15px;
        margin-top: 77px;
        top: inherit;
        min-height: 250px;
    }
    .account-droapdown:before{
        left: 10px;
        right: 100%;
        display: none;
    }
    .account-droapdown::after {
        content: '';
        height: 100vh;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 154px;
        z-index: 0;
        left: 0;
        right: 0;
    }
    .pl-thm-furniture-njmart .account-droapdown::after{
        background: #fff;
    }
    .sections.nav-sections .account-droapdown::after {
        top: 184px;
    }
    .account-droapdown .header.links {
        border-bottom: transparent;
    }
    .login-icon {
        position: static;
    }
    .account-droapdown{
        width: 100%;
        border-radius: 0;
    }
    .nav-sections .account-droapdown .header.links li > a {
        border-top: none;
    }
    .mobile-top-navigation a:hover .top-menu-txt, .mobile-top-navigation a:hover path {
        color: #bf5340;
        stroke: #bf5340;
    }
}

