@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins', Arial, Tahoma, sans-serif;
}
header.page-header .header.content {
    max-width: 100%;
    background: #000;
    padding: 0 20px 20px 20px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.page-wrapper .page-header .panel.wrapper{
    border-bottom: none;
    background-color: #000;
}
div#switcher-currency {
    display: none;
}
.custom-topbar div#switcher-currency {
    display: block;
}
.header.panel > .header.links {
    display: none;
}
.custom-topbar {
    display: flex;
    justify-content: end;
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    font-size: 12px;
    align-items: center;
}


.topbar-left, .topbar-right {
    display: flex;
    gap: 20px;
    align-items: center;
}
button.slick-prev.slick-arrow .slick-prev:before {
    content: '\e617' !important;
    display: block !important;
}
button.slick-next.slick-arrow .slick-next:before {
    content: '\e608' !important;
    display: block !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'luma-icons';
    font-size: 14px;
    line-height: 1;
    color: #333;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topbar-item a {
    color: #fff;
}
.topbar-item a:hover {
    text-decoration: none;
}
.page-header .panel.wrapper .header.panel{
    max-width: 100%;
    padding: 5px 0;
}

.page-header .panel.wrapper .switcher .options.active ul.dropdown, .page-header .panel.wrapper .switcher .options ul.dropdown{
    z-index: 999;
    min-width: 250px;
    border: none;
}
i.fa.fa-envelope, i.fa.fa-phone {
    margin-right: 5px;
}
.topbar-item.switcher-currency {
    margin-top: 5px;
}
.switcher-currency:hover .switcher-dropdown {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.switcher-currency .switcher-trigger {
    pointer-events: none;
}
.custom-topbar .topbar-left {
    margin-right: 15px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li{
    color: #8e8e8e !important;
    border-bottom: 1px solid #ddd;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after{
    font-size: 8px;
    vertical-align: middle;
}
header.page-header .header.content .minicart-wrapper{
    margin-left: 5px;
}
header.page-header .header.content .block-search {
    float: left;
    width: 600px;
    margin-right: auto;
    padding: 0;
}
.page-header .header.content .block-search input{
    height: 45px;
    letter-spacing: 2px;
    padding-left: 40px;
}
header.page-header .header.content .block-search .action.search{
    left: 10px;
    top: 6px;
    right: auto;
}
header.page-header .header.content .block-search .action.search:before{
  font-size: 22px;
}
header.page-header .header.content .logo{
    margin: 0 auto 0 0;
}

.header-social-icons .fa-facebook:before, .header-social-icons .fa-instagram:before, .header-social-icons .fa-pinterest:before, .fa-heart:before{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.minicart-wrapper .action.showcart{
    margin-right: 15px;
}
header.page-header .header.content li.link.wishlist {
    list-style: none;
    margin-right: 8px;
}
.custom-account-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}


.custom-account-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    right: -120px;
    min-width: 280px;
    background: #fff;
    z-index: 9999;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 8px 15px;
    transition: all 0.8s ease;
}

.custom-account-dropdown:hover .dropdown-menu {
    display: block;
}

.custom-account-dropdown .dropdown-menu li {
    list-style: none;
}

.custom-account-dropdown .dropdown-menu li a {
    display: block;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.custom-account-dropdown .dropdown-menu li a:hover {
    background: #f5f5f5;
}
.custom-account-dropdown i.fa.fa-user:hover {
    color: #fff;
}
.navigation-megamenu .navigation ul{
        margin: 0 auto;
}
.navigation-megamenu .navigation{
    max-width: 100%;
    background: #000;
}

header.page-header .header.content input[type="text"]{
    border: none;
    border-radius: 0px;
}
.minicart-wrapper .block-minicart{
    z-index: 999;
    min-width: 320px !important;
    width: 320px !important;
}
.navigation-megamenu .megamenu-mainmenu a{
    color: #fff;
    font-weight: normal;
}
.sections.nav-sections {
    border-top: 1px solid #fff;
    margin-bottom: 0px;
}
.navigation-megamenu .navigation .dropdown-menu ul li a {
    color: #878787;
    border-bottom: 1px solid #eee;
    font-weight: 400 !important;
}
.navigation-megamenu .megamenu-mainmenu a:hover, .navigation-megamenu .megamenu-mainmenu a:focus{
    color: #fff !important;
}
header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    background: #fff;
    color: #000;
    min-width: 15px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -8px;
    right: 4px;
    border-radius: 20px;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart:hover:before{
    display: none;
}

.header_trade_enquiries a {
    text-decoration: none;
    color: #fff;
}
.header_trade_enquiries {
    margin-right: 15px;
}

.page-header .block-minicart {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    width: 360px;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    padding: 20px;
    overflow-y: auto;
    border: none;
}

.page-header .block-minicart:before {
    display: none;
}

.minicart-wrapper .block-minicart .minicart-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.block-minicart .product-item {
    display: flex;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.block-minicart .product-item-photo {
    width: 60px;
    flex-shrink: 0;
}

.block-minicart .product-item-details {
    flex: 1;
    font-size: 14px;
}

.block-minicart .price {
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

.block-minicart .field.qty {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.block-minicart input.input-text.qty {
    width: 50px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

.block-minicart .action.update {
    background: #000;
    color: #fff;
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 600;
}

.block-minicart .subtotal {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}


.block-minicart .product-item-details .product.actions {
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.block-minicart .action.viewcart {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    padding: 8px 15px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

.block-minicart .action.primary.checkout {
    background: #000;
    color: #fff;
    padding: 12px;
    border: none;
    font-weight: 600;
}

.block-minicart .minicart-items-wrapper{
    border-top: 1px solid #ccc;
    border-bottom: none;
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before{
     color: #000 !important; 
}
.block-minicart .product-item-details .product-item-name a {
    color: #000;
}
.action.primary:hover, .action.primary{
    background: #000 !important;
    border: 1px solid #000 !important;
}
ul.checkout.methods.items.checkout-methods-items li a span, .cart-discount #block-discount #block-discount-heading {
    color: #000;
}

.custom-account-dropdown a.account-icon:before {
    content: '';
    width: 23px;
    height: 26px;
    background: url(/media/images/11.png) center center no-repeat scroll;
    background-size: 100%;
    display: block;
}
header.page-header .header.content li.link.wishlist a:before{
    content: '';
    width: 22px;
    height: 22px;
    background: url(/media/images/wishlist-new.png) center center no-repeat scroll;
    background-size: 100%;
    display: block;
}
header.page-header .header.content .minicart-wrapper a.action.showcart:before{
    content: '';
    width: 22px;
    height: 22px;
    background: url(/media/images/cart.png) center center no-repeat scroll;
    background-size: 100%;
    display: block;
}
i.fa.fa-user, i.fa.fa-heart {
    display: none;
}
.block-minicart #minicart-content-wrapper .block-content {
    padding: 20px;
}
.minicart-wrapper .block-minicart .block-title {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #000;
    padding: 8px;
}
.minicart-wrapper div#ui-id-1 {
    padding: 0;
    margin: 0;
}
.minicart-wrapper .action.close:before{
    color: #fff;
    vertical-align: bottom;
    font-size: 16px;
}
.block-minicart .subtotal{
    font-size: 14px;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 15px;
    font-weight: 600;
}
.block-minicart .block-content > .actions > .primary button#top-cart-btn-checkout {
    font-size: 14px;
    padding: 8px 15px;
}
.block-minicart .block-content > .actions > .primary{
        margin: 0;
}
.block-minicart .block-content > .actions > .secondary {
    display: grid;
    width: 100%;
}
.home_btm_promo {
    height: auto;
    overflow: hidden;
}
.home_btm_promo ul li {
    float: left;
    width: 24.9%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    list-style: none;
    margin: 0;
}
.cms-home .page-wrapper .page-main{
    max-width: 100%;
    padding: 0;
}
.container-top{
   background-color: #f6f6f8; 
   padding-top: 10px; 
   padding-bottom: 10px
}
.header_right {
    display: flex;
    align-items: center;
}
.custom-slider .owl-carousel .owl-stage-outer{
   padding: 0;
}
.link.wishlist .counter:before, .link.wishlist .counter:after {
    content: none !important;
}

.cust-footer-top {
    clear: both;
    margin-top: 80px;
}
.custom-newsletter-wrapper p{
    font-size: 16px;
}

.footer_btm_container {
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    gap: 20px;
}

.footer_btm_box h6.accordion_head {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #fff;
}

.footer_btm_box ul.accordion_body {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_btm_box ul.accordion_body li a {
    color: #e5e5e5;
    text-decoration: none;
    font-size: 14px;
}

.footer_btm_box ul.accordion_body li a:hover {
    color: #545247 !important;
}

.page-footer {
    background: #232019 !important;
}
.footer_btm_box ul.accordion_body li {
    color: #fff;
    display: flex;
    margin-bottom: 20px;
}
.footer_btm_box .fa-map-marker:before{
    font-size: 25px;
    margin-right: 5px;
}
.footer_btm_box .fa-phone:before {
    font-size: 22px;
}
.footer_btm_box .fa-envelope:before{
    vertical-align: sub;
    margin-right: 10px;
}
.custom-newsletter-wrapper h3 {
    font-size: 24px;
    letter-spacing: 5px;
}

.custom-newsletter-wrapper h3, .custom-newsletter-wrapper p {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.custom-newsletter-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
  border: 1px solid #ccc;
}

.custom-newsletter-form .newsletter-fields {
  display: flex;
  flex: 1 1 100%;
  padding: 2px 2px;
}

.custom-newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  color: #fff;
  outline: none;
  height: auto;
}

.custom-newsletter-form input::placeholder {
  color: #ccc;
}

.custom-newsletter-form button {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  padding: 12px 25px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: inherit;
}

.custom-newsletter-form button:hover {
  background-color: #eaeaea;
}

.bottom-footer {
    padding: 25px 0;
    background: #f9f9f9;
}
.bottom-footer-text-custom {
    clear: both;
    padding-top: 15px;
}
.bottom-footer-custom{
   max-width: 1366px;
   margin: 0 auto;
   text-align: center;
}

.home-page-slider-custom .product-item-details .product-item-name {
    height: 40px;
    line-height: 20px;
    margin-top: 20px;
 
}
.home-page-slider-custom .product-item-details .product-item-name a{
    font-size: 14px;
    color: #222;
    font-weight: 500;

}
.home-page-slider-custom .product-item-details .product-item-name a:hover {
    color: #958259 !important;
    text-decoration: none;
}
.home-page-slider-custom .product-item .price-box .price {
    font-weight: 500;
    color: #696969;
}
.bottom-footer-text-right {
    float: right;
}

.bottom-footer-text-custom p {
    color: #575757 !important;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}
.bottom-footer-text{
    color: #575757 !important;
     float: left;
}


.content-heading-furniture .content-heading {
  text-align: center;
  position: relative;
  display: inline-block;
}

.home-content-discover .content-heading .title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px;
  color: #000;
  margin: 0px 0 20px 0;
}

.content-heading .title::before,
.content-heading .title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 75px;
  height: 2px;
  background-color: #000;
}

.content-heading .title::before {
  left: -90px;
}

.content-heading .title::after {
  right: -90px;
}

.home-page-product-slider-custom {
    max-width: 1366px;
    margin: 50px auto;
}
.page-footer .footer.content {
    max-width: 1366px;
    margin: 0 auto;
}
.sidebar.sidebar-main .filter-content .item .filter-label{
  padding-left: 10px;
}

.sidebar.sidebar-main .filter-current .action.remove::before {
    transform: none;
}
.block-actions.filter-actions span {
    color: #000;
}
.sidebar.sidebar-main .filter-options-item{
    border-bottom: none;
}
.sidebar-main .filter-content input.filter-checkbox a::before{
   transform: transform: translateY(-50%);
}
.home-page-slider-custom .slick-prev, .home-page-slider-custom .slick-next, 
.blog-slider-custom .slick-prev, .blog-slider-custom .slick-next{
    height: 38px;
    width: 38px;
    border-radius: 50px;
    border: 2px solid #222 !important;
    top: 35%;
}

.home-page-slider-custom .slick-prev:hover, .home-page-slider-custom .slick-next:hover, 
.blog-slider-custom .slick-prev:hover, .blog-slider-custom .slick-next:hover{
     background-color: #958259;
    color: #fff;
    border: none !important;
}

.home-page-slider-custom .slick-prev:before, .home-page-slider-custom .slick-next:before, 
.blog-slider-custom .slick-prev:before, .blog-slider-custom .slick-next:before{
    padding-right: 0;
    color: #000;
    padding-left: 0;
}


.custom-banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 30px;
  margin-top: 40px;
}


.custom-banner-grid .banner img {
  width: 100%;
  transition: transform 0.3s ease;
  display: block;
  height: 100%;
}

.custom-banner-grid .banner img:hover {
  transform: scale(1.05);
}

.banner-large {
  grid-column: span 2;
  grid-row: span 2;
}

.banner-tall {
  grid-column: span 2;
}

.banner-wide {
  grid-column: span 2;
}
.content-heading-furniture {
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
}

.content-heading-furniture h3, .content-heading-furniture .content-heading {
    margin: 0;
}
.content-heading h3.title {
    display: inline-block;
    position: relative;
    color: #000;
    line-height: 24px;
    font-size: 24px;
}
.content-heading-furniture .block-note {
    font-style: italic;
    font-size: 17px;
    color: #878787;
    margin-top: 5px;
    line-height: 16px;
    letter-spacing: .5px;
    font-family: "Libre Baskerville";
    text-align: center;
    font-weight: 400;
}

.custom-slider-home-container .owl-theme .owl-controls .owl-nav [class*=owl-]{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
}

.custom-slider-home-container .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before, .custom-slider-home-container .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before{
        width: 20px;
        height: 18px;
}

.content-heading-furniture .slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  justify-content: center;
}

.content-heading-furniture .slider-container {
  display: flex;
  justify-content: inherit;
}

.content-heading-furniture .slider-item {
  flex: 0 0 calc(16%);
}

.content-heading-furniture .slider-item img {
  width: 100%;
  border-radius: 8px;
}

.content-heading-furniture .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00000088;
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.content-heading-furniture .slider-arrow.left { left: 25px; }
.content-heading-furniture .slider-arrow.right { right: 25px; }

.content-heading-furniture .slider-arrow.right, .content-heading-furniture .slider-arrow.left{
    display: none;
}



.home-page-slider-custom .product-item-photo {
  position: relative;
  display: block;
  overflow: hidden;
}


.home-page-slider-custom .product-item-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}


.home-page-slider-custom .product-item-photo:hover::after {
  opacity: 1;
}


.home-page-slider-custom .product-item-photo img {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.home-page-slider-custom .product-item-photo:hover img {
  transform: scale(1.05);
}

.navigation-megamenu .navigation .megamenu-mainmenu li > .toggle-menu .fa::before {
    display: none;
  }

.navigation-megamenu .megamenu-mainmenu > li.mega-menu-fullwidth > .dropdown-menu{
    max-width: 1150px;
    margin: 0 auto;
}
.right_content.static-content img {
  width: 100% !important;
}


.home-content-discover {
    max-width: 1366px;
    margin: 0 auto;
    text-align: center;
}
.home-content-discover .block-note a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.home-content-discover .content-heading .block-note, .blog-slider-custom .content-heading .block-note {
    font-style: italic;
    font-size: 14px;
    color: #878787;
    margin-top: 5px;
    line-height: 16px;
    letter-spacing: .5px;
}
.home-content-discover h1:before, .home-content-discover h1:after {
    display: none;
}

.cust-footer-top ul.social-link li span {
    color: #fff;
    font-size: 16px;
}
.cust-footer-top ul.social-link {
    display: flex;
    gap: 15px;
    margin-top: 30px !important;
}
.cust-footer-top ul.social-link li a:hover {
    color: #545247 !important;
    text-decoration: none !important;
}

.navigation-megamenu .navigation .dropdown-menu ul li a:hover{
    color: #000 !important;;
}
li.mega-menu-4-column.mega-menu-item.mega-menu-fullwidth.category-menu.dropdown .col-md-3 {
    display: block;
    float: left;
    padding: 0;
}
li.mega-menu-4-column.mega-menu-item.mega-menu-fullwidth.category-menu.dropdown .row {
    display: block;
}

.catalog-category-view main#maincontent {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
}
 .page-wrapper .breadcrumbs {
    background-color: #f6f6f8;
    font-size: 14px;
    padding: 18px 0 13px;
    max-width: 100%;
    margin-top: 25px;
}
.page-wrapper .breadcrumbs ul li a {
    color: #000 !important;
    font-size: 13px;
}
 .page-wrapper .breadcrumbs .items{
   max-width: 1366px;
    margin: 0 auto;
}
 .page-wrapper .breadcrumbs .items > li{
    font-size: 13px;
}
.category-view .category-description * {
    font-family: "Poppins", arial, tahoma !important;
    text-align: center;
}
.category-view .cat-dec h1 {
    margin: 0 0px 15px 0;
}

.category-description .row .small-12 .small-8 {
    width: 66%;
    float: left;
    margin-left: 1.2%;
    color: #878787;
    font-weight: 600 !important;
    font-size: 16px;
}
.category-description .row .small-12 .small-6:last-child {
    width: 48%;
    float: left;
}
.category-description .row .small-12 .small-6:last-child img {
    padding-left: 1.9%;
}
.category-description .row .small-12 img {
    width: 100%;
    margin-top: 10px;
}

.cat-dec p span {
    line-height: 25px !important;
}
.category-description .row .small-12 .small-4{
    width: 32.5%;
    float: left;
}
.category-description .row .small-12{
    overflow: hidden;
}
.category-view .cat-dec h1 span {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #222 !important;
}
.container-banner-slider .container {
    max-width: 1366px;
    margin: 0 auto;
}
.home-page-product-slider-custom .row-full-width-inner{
    max-width: 1366px !important;
    margin: 0 auto !important;
    text-align: center;
}
.home-page-slider-custom .slick-prev, .blog-slider-custom .slick-prev{
    left: 0px;
}
.home-page-slider-custom .slick-next, .blog-slider-custom .slick-next {
    right: 0px;
}
.home-page-slider-custom .slick-list.draggable li {
    padding: 15px !important;
}

.products-grid.columns-3 .product-items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-grid.columns-3 .product-items .product-item {
  float: none !important;
  width: 100% !important;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active, .products-grid .product-item-inner{
    box-shadow: none;
    border: none;
}

.catalog-category-view .products-grid .product-item-info:hover{
    margin: 0;
    padding: 0;
}
.catalog-category-view .product.details.product-item-details {
    text-align: center;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
.products-grid .product-item-info .product-item-details .product-item-name a:hover {
    color: #958259 !important;
    text-decoration: none !important; 
}
.toolbar-sorter.sorter .sorter-label {
    display: none;
}
.page-layout-1column .toolbar-products #sorter {
    background-color: #fff;
    box-shadow: none;
    border-radius: 10px;
    padding: 0px 20px 0px 10px;
    width: 220px;
}



.custom-sort-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}


.toolbar .custom-sort-wrapper select {
    cursor: pointer;
    border: none;
    font-size: 13px;
    color: #878787;
    height: 45px;
    line-height: 35px;
    background: 0 0;
    box-shadow: none;
}
.toolbar .custom-sort-wrapper .sorter-select-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 40px;

}

.toolbar .custom-sort-wrapper .sorter-select-wrapper:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 16px;
    top: 10px;
    pointer-events: none;
    color: #878787;
    font-size: 18px;
}
.page-layout-1column .filter.block {
    border-top: none !important; 
}


.toolbar .custom-sort-wrapper .sorter-action {
    margin-left: 7px;
    display: block;
    height: 45px;
    border: 1px solid #ddd;
    color: #bcbcbc;
    text-align: center;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 40px;
    top: 0;
}
.brands-sub-categories .brands-sub-categories-container ul {
    display: flex;
    flex-wrap: wrap;
}
.brands-sub-categories .brands-sub-categories-container ul li {
    width: 16.5%;
    list-style: none;
}
.brands-sub-categories .brands-sub-categories-container ul li .brands-sub-categories-thumb a {
    display: block;
}
.brands-sub-categories .brands-sub-categories-container ul li .brands-sub-categories-thumb a img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.brands-sub-categories .brands-sub-categories-container ul li .brands-sub-categories-title {
    text-align: center;
    margin: 10px 0 30px;
}
.brands-sub-categories-title a {
    color: #8e8e8e;
}
.brands-sub-categories-title a:hover{
    text-decoration: none;
}
.catalog-category-view .category-description a {
    color: #000;
    font-weight: bold;
}

.products .discount-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    border-radius: 2px;
}
.page-products .product-item-info {
    position: relative;
    width: 100%;
}
.home-page-product-slider-custom .product-item-inner {
    display: none;
}
.product-item .old-price .price{
    text-decoration: line-through;
}
.product-item .price-box .price-label, .products.wrapper ~ .toolbar .limiter{
    display: none !important;
}
.products.wrapper ~ .toolbar .pages{
    float: none !important;
}

.page-layout-1column .toolbar-products ul.items.pages-items li a {
    color: #000 !important;
    font-size: 14px !important;
}
.pages a.page:visited{
    color: red !important;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.custom-pagination li {
    margin: 0 20px;
}

.custom-pagination li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.custom-pagination .active span {
    color: red;
    font-weight: bold;
}

.page-wrapper .category-view .category-image .image{
    width: 100%;
}
.category-description [data-content-type='row'][data-appearance='contained']{
     max-width: 1366px;
    margin: 0 auto
}
.category-description .cat-dec p.cat-dec-main {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.category-description .row .small-12 .small-8 img {
    width: 100%;
}
.category-description .row .small-12 .small-6 {
    width: 51%;
    float: left;
}
.category-designer-collections .category-description .row .small-12 .small-8, .category-sale .category-description .row .small-12 .small-8{
    float: none;
}
.product-info-main .page-title-wrapper h1{
    font-size: 25px;
    font-weight: 600;
}
.product-info-main .product-reviews-summary, .product-info-main .product-info-stock-sku{
        display: none;
}
.product-info-main .product-info-price .price-box .price-container .price {
    font-size: 22px;
    color: #696969;
    font-weight: normal;
}
.product-info-main .product-info-price{
    border-bottom: none;
    margin: 15px 0px 0px 0px;
}
.product-info-main .product-info-price .price-box{
    padding: 0;
}
.modal-popup .modal-footer button.action-primary.action-accept {
    background: #000;
    border: 1px solid #000;
}

.product-info-main .product_discoffer_wrapper {
    margin: 0;
    clear: both;
    text-align: center;
}

.product-info-main .product_discoffer_wrapper .product_discoffer a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    background: #000;
    color: #fff;
    text-decoration: none;
}
.product-info-main .product_discoffer_wrapper .product_discoffer a span.product_discoffer_sep {
    margin: 0 5px;
}
.product-info-main .product_discoffer_wrapper .product_discoffer a span.product_discoffer_red {
    color: #b69a38;
}
.product.info.detailed .product.data.items > .item.title {
    float: none;
    margin: 0 !important;
    text-align: left;
    width: auto;
    background: #eee;
}


.product.info.detailed .product.data.items > .item.title .data.switch {
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    height: 60px;
    border: none;
    color: #272727;
    background: transparent;
    border-top: 1px solid;
    padding-left: 10px;
}
.product.info.detailed .product.data.items > .item.content {
    margin: 0;
    float: none;
    border: none;
    padding: 15px 0 15px 0;
}
.product.info.detailed .delivery-text h3 {
    margin: 0 !important;
}
.product.info.detailed .product.data.items > .item.title span.plus, .product.info.detailed .product.data.items > .item.title span.minus {
    float: right;
    margin: 0 10px 0 0;
}
.catalog-product-view .product.info.detailed.after-content .product-data-items-content .title-accordion{
    border-bottom: 1px solid #000;
}
.product.info.detailed .product.data.items > .item.title span.plus::before {
    content: "+";
    line-height: 60px;
    font-weight: 600;
    font-size: 20px;
}
.product.info.detailed .product.data.items > .item.title span.minus::before {
    content: "-";
    line-height: 60px;
    font-weight: 600;
    font-size: 20px;
}
.product.info.detailed .item.content .table.additional-attributes tr td, .product.info.detailed .item.content .table.additional-attributes tr th {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #ddd;
    padding: 15px;
}
.product.info.detailed .item.content .table.additional-attributes tr td, .product.info.detailed .item.content .table.additional-attributes tr th {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #ddd;
    padding: 15px;
}

.product.info.detailed .product_discoffer_wrapper {
    display: none;
}

.product-info-main .product-add-form .box-tocart .custom-qty-wrapper {
    display: inline-flex;
    border: 1px solid #000;
    align-items: center;
    margin-right: 10px;
    height: 40px;
}
.product-info-main .product-add-form .box-tocart .custom-qty-wrapper .qty-btn {
    background: none;
    border: none;
    padding: 0 12px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
}

.product-info-main .product-add-form .box-tocart .custom-qty-wrapper input.qty {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: bold;
}

.product-info-main .product-add-form .box-tocart .field.qty, .bundle-info .product-details .box-tocart .field.qty {
    display: inline-block;
    margin: 0;
}
.product-info-main .product-add-form .box-tocart>.fieldset, .bundle-info .product-details .box-tocart>.fieldset {
    float: left;
    margin: 0;
}
.product-info-main .product-add-form .box-tocart .field.qty>label, .bundle-info .product-details .box-tocart .field.qty>label {
    display: none;
}
.product-info-main .product-add-form .actions, .bundle-info .product-details .actions {
    display: inline-block;
    vertical-align: top;
}
.product-info-main .product-add-form .actions button.tocart, .bundle-info .product-details .actions button.tocart {
    font-size: 13px;
    width: auto;
    padding: 0 34px;
    background-color: #b69a38 !important;
    border: 1px solid #b69a38 !important;
    color: #fff;
    border-radius: 0px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.product-info-main .product-add-form .actions button span, .bundle-info .product-details .actions button span {
    display: block;
}
.product-info-main .product-add-form .box-tocart {
    margin: 0 0 20px 0px;
    clear: both;
    overflow: auto;
}


 .pro_bottom_delivery .pro_bottom_delivery_container ul li {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
 .pro_bottom_delivery .pro_bottom_delivery_container ul li .pro_bottom_delivery_img {
    display: inline-block;
    vertical-align: middle;
}
 .pro_bottom_delivery .pro_bottom_delivery_container ul li .pro_bottom_delivery_desc {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin: 0 0 0 5px;
}
 .pro_bottom_delivery .pro_bottom_delivery_container ul li .pro_bottom_delivery_desc h2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin: 0;
}
 .pro_bottom_delivery .pro_bottom_delivery_container ul li .pro_bottom_delivery_desc p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.pro_bottom_delivery_container ul {
    padding: 0;
    margin: 0;
}
.catalog-product-view .pro_need_help h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0;
}
.catalog-product-view .pro_need_help .bottompart {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0;
    padding: 0;
}
ul.bottompart li {
    margin: 10px 0px;
   list-style: none;
}

.pro_need_help li i {
    font-size: 25px;
}

.pro_need_help ul li span {
    color: #878787;
    vertical-align: super;
    margin-left: 6px;
    display: inline-block;
}
ul.bottompart li a {
    color: #8e8e8e;
    text-decoration: none;
}

.product-custom-attr {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    padding: 10px 0 10px 44px;
    margin: 5px 0;
    background: url(/media/images/mini_van.png) center center no-repeat;
    background-color: #fff;
    background-position: 0 9px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    background-size: 30px;
}
.read-more-toggle {
    display: block;
    margin: 15px auto 0;
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.read-more-toggle:hover {
    background: #333;
    color: #fff;
}
.product.attribute.description .value.short-description .desc-more span{
    font-family: 'Poppins', Arial, Tahoma, sans-serif !important;
    font-size: 14px !important;
}
.product.attribute.description .value.short-description .desc-more span a{
       color: #000;
       font-weight: 600;
}
.catalog-product-view #maincontent {
    margin-top: 30px;
    max-width: 1366px;
    padding: 0;
}
.catalog-product-view .fotorama-item .fotorama__thumb-border{
   border: 1px solid #000;
}
.filter-options-item.active .filter-options-content {
    display: block !important;
}

.fotorama__stage__shaft.fotorama__grab{
    max-width: 100% !important; 
}
.cart-discount .block .actions-toolbar span {
    color: #fff;
}
.cart-container .form-cart .actions.main button.action.update {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.checkout-container button.action.action-auth-toggle {
    display: none;
}
.checkout-index-index .nav-sections{
    display: block !important;
}
.opc-progress-bar .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.checkout-index-index #maincontent, .checkout-cart-index #maincontent {
    max-width: 1366px;
    margin: 80px auto;
}
.opc-progress-bar {
    margin: 0 0 32px;
    counter-reset: i;
    display: block;
    font-size: 0;
    width: calc(66.66666667% - 15px);
}
.checkout-container .opc-wrapper {
    width: 66.66666667%;
    float: left;
    padding-right: 15px;
}
.checkout-shipping-method {
    margin-top: 50px;
}
.table-checkout-shipping-method {
    width: 100%;
}
.table-checkout-shipping-method thead tr th {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border: 1px solid #eaeaea;
    vertical-align: middle;
    padding: 14px 30px 11px;
    border-bottom: none;
}
#shipping-method-buttons-container, .payment-method-content .actions-toolbar {
    margin-top: 25px;
    text-align: right;
}
#shipping-method-buttons-container .action, .payment-method-content .actions-toolbar .action, #shipping-method-buttons-container button.action {
    min-width: 200px;
    text-align: center;
    padding: 9px 20px;
    background-color: #958259 !important;
    border: 1px solid #958259 !important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .1em;
    color: #fff;
    border-radius: 40px;
    height: auto;
}
.checkout-index-index .opc-block-summary {
    margin: 0 0 0px 30px;
}
.table-checkout-shipping-method thead th{
    display: table-cell;
}
.table-checkout-shipping-method tbody tr td {
    border: 1px solid #eaeaea;
    padding: 14px 30px 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.table-checkout-shipping-method thead tr {
    border-bottom: 1px solid #eaeaea;
}
.checkout-index-index input[type=text], .checkout-index-index input[type="email"], .checkout-index-index .field._required select{
    height: 40px;
}
.checkout-index-index .opc-wrapper .form-login, .checkout-index-index .opc-wrapper .form-shipping-address{
   max-width: 100%;
}
.checkout-index-index .content.minicart-items {
    display: block !important;
}
.checkout-index-index .opc-progress-bar-item._active > span:before, .checkout-index-index .opc-progress-bar-item._active > span:after, 
.checkout-index-index .opc-progress-bar-item._active:before {
    background: #000;
    border-color: #000;
}
.checkout-index-index .opc-progress-bar-item > span:after{
    background: #000 !important;
    color: #fff !important;
}
.checkout-cart-index .page-title-wrapper h1 {
    font-size: 28px !important;
    font-weight: 600;
}
.checkout-cart-index #shopping-cart-table th {
    text-align: center;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th, .checkout-cart-index #shopping-cart-table{
    border: 1px solid #ccc;
}
.cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty,
 .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
    text-align: center !important;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    right: 25px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit{
    right: 40px;
}
.opc-progress-bar-item._complete > span, .checkout-payment-method .payment-option-title .action-toggle {
  color: #000 !important;
}

#contactForm-1 .field.name.required .col-lg-4 {
    width: 31.33%;
    float: left;
    padding-right: 15px;
}
#contactForm-1 .field.name.required {
    clear: both;
    overflow: auto;
}

#contactForm-1 .field.name.required input[type="text"], #contactForm-1 .field.name.required input[type="password"]{
    height: 40px;
}
.cms-trade-contact .warranties_form h2.title {
    margin: 0 0 15px 0;
}
.cms-trade-contact .row.contact-us .page-title h1 {
    margin: 15px 0 15px 0px;
}
.cms-trade-contact #maincontent {
  max-width: 1366px;
}

.blog-slider-custom .blog-slider {
  margin: 40px 0;
}
.blog-slider-custom .blog-slide {
  display: block;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}
.blog-slider-custom .blog-slide:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  color: #958259;
  text-decoration: none;
}
.blog-slider-custom .blog-slide img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.blog-slider-custom .blog-slide h3 {
  font-size: 16px;
  margin: 10px 5px 5px 5px;
  font-weight: 600;
  line-height: 1.3;
  height: 50px;
}
.blog-slider-custom .blog-slide p {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  height: 80px;
}
.blog-slider-custom {
    max-width: 1366px;
    margin: 20px auto;
}
.blog-slider-custom .content-heading {
    text-align: center;
}

.blog-slider-custom .content-heading .slick-dots li button{
       border: 1px solid #ccc;
}
.blog-slider-custom .slick-initialized .slick-slide{
    padding: 10px;
}
.blog-slider-custom .blog-slide{
    padding: 0;
}

.post-holder .post-header .post-info .item a{
    color: #000;
}
.post-content a {
    color: #000;
    font-weight: 600;
}
.widget.block-categories ul li a, a.post-item-link, .widget.block-archive .archive-item-link{
    color: #000;
    text-decoration: none;
}
.widget.block.block-tagclaud .block-title, .tagclaud-hld {
    display: none;
}
.blog-page #maincontent {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
}
.post-view .post-nextprev-hld .nextprev-link{
    color: #000;
}

.post-view .post-holder .post-bottom a {
    color: #000;
}
.contact-index-index #maincontent {
    max-width: 1366px;
    margin: 20px auto;
}

.post-holder .post-header .item.post-author {
    display: none !important;
}
.widget.block.block-archive {
    display: none;
}

.filter-checkbox:checked + span {
    font-weight: bold;
    color: #000;
}

.cms-home .custom-banner-grid .banner {
    position: relative;
    overflow: hidden;
}

.block.filter .block-content.filter-content .filter-options-title:before {
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
}
.block.filter .block-content.filter-content .filter-options-title{
    padding: 10px 40px 0 0px;
}
.block.filter .block-content.filter-content .block-subtitle{
    padding: 10px 10px 20px 0;
}
.cart-discount .actions-toolbar .action.primary:not(:focus){
    box-shadow: none !important;
}
.bottom-footer-custom .bottom-footer-text a {
    color: #000;
    font-weight: bold;
}

.custom-slider-home-container .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


.custom-slider-home-container:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.home-page-slider-custom .slick-prev,
.home-page-slider-custom .slick-next {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


.home-page-slider-custom:hover .slick-prev,
.home-page-slider-custom:hover .slick-next {
    opacity: 1;
    visibility: visible;
}


.blog-slider-custom .slick-prev,
.blog-slider-custom .slick-next {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


.blog-slider-custom:hover .slick-prev,
.blog-slider-custom:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
.cms-page-view .column.main p a {
    color: #000;
    font-weight: bold;
}





@media only screen and (max-width: 1440px) {
  .navigation-megamenu .megamenu-mainmenu > li{
    padding: 0 12px 0 12px;
    height: 65px;
}  
}


@media only screen and (max-width: 1300px) {
    header.page-header .header.content .block-search{
     width: 422px;
}
.navigation-megamenu .megamenu-mainmenu > li{
    padding: 0 12px 0 12px;
    height: 65px;
}
.custom-slider-home-container .custom-slider .owl-theme .owl-controls .owl-dots{
    bottom: 200px;
}
.custom-slider-home-container .owl-theme .owl-controls .owl-nav [class*="owl-"]{
    top: 35%;
}

.blog-page #maincontent{
    padding: 0 15px;
}
.navigation-megamenu .navigation .level0{
  margin: 0;
}
.container-banner-slider .container .home_btm_promo ul {
  padding: 0;
}
.catalog-product-view #maincontent{
    padding: 0 15px;
}
.checkout-index-index #maincontent, .checkout-cart-index #maincontent{
    margin: 15px auto;
}

 .page-wrapper .breadcrumbs .items {
  max-width: 1200px;
  margin: 0 auto;
}
.catalog-category-view main#maincontent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.page-footer .footer.content, .bottom-footer-custom{
    max-width: 1200px;
   margin: 0 auto;
   padding: 0px;
}
.page-footer .cust-footer-top{
      max-width: 1200px;
   margin: 80px auto;
}
.category-description .row .small-8{
    width: 33% !important;
}
.category-description .row .small-8 img {
  width: 100%;
}
.navigation-megamenu .category-menu.dropdown #mobile-menu-37-1 {
  left: -45px;
}
.navigation-megamenu .category-menu.dropdown #mobile-menu-39-1 {
  left: -120px;
}
}


@media screen and (max-width: 1100px) {
.content-heading-furniture .slider-item { flex: 0 0 33.33%; }

.content-heading-furniture .slider-arrow.right, .content-heading-furniture .slider-arrow.left{
    display: block;
}
.products-grid.columns-3 .product-items{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-wrapper .breadcrumbs{
    padding: 15px;
}
.custom-slider-home-container .custom-slider .owl-theme .owl-controls .owl-dots{
    bottom: 280px;
}
.custom-slider-home-container .owl-theme .owl-controls .owl-nav [class*="owl-"]{
    top: 25%;
}
.bottom-footer .bottom-footer-text{
    margin-bottom: 15px;
    float: none;
}
.bottom-footer .bottom-footer-text-right{
   float: none;
   clear: both;
}
.bottom-footer-text-custom p{
    text-align: center;
}
.category-view .category-description, .page-products .columns{
  padding: 0 15px;
}
.cust-footer-top{
    overflow: auto;
}
.footer_btm_container{
    padding: 0;
    gap: 0;
}
.navigation-megamenu .megamenu-mainmenu > li{
    padding: 0 5px 0 10px;
}
.navigation-megamenu .navigation .level0{
    font-size: 12px;
}
.bottom-footer{
    padding: 25px 15px 0px 15px;
}
header.page-header .header.content .logo img {
    width: 65%;
  }
header.page-header .header.content .block-search {
    width: 500px;
    margin-right: 15px;
  }
.header_trade_enquiries {
  margin-right: 5px;
}

.home-page-slider-custom .product-item-details .product-item-name{
    height: 60px;
}
.home-page-slider-custom .slick-prev, .blog-slider-custom .slick-prev {
  left: 15px;
}
.home-page-slider-custom .slick-next, .blog-slider-custom .slick-next {
  right: 15px;
}
.custom-banner-grid{
    gap: 15px;
    padding: 15px;
}
.content-heading-furniture{
    margin: 20px auto 0 0;
}
.page-footer .footer.content, .home-content-discover{
    padding: 0px 15px;
}
.page-footer .footer.content ul {
    padding: 0;
  }
.page-footer .cust-footer-top{
    margin: 40px auto;
}
.footer_btm_box h6.accordion_head{
    font-size: 13px;
}

.footer_btm_box ul.accordion_body li a{
    font-size: 13px;
}
}

@media screen and (max-width: 840px) {
header.page-header .header.content .block-search{
  width: 310px;
}
}

@media screen and (max-width: 820px) {
header.page-header .header.content .block-search{
  width: 300px;
}
}
@media screen and (max-width: 800px) {
  header.page-header .header.content .block-search {
    width: 240px;
  }

.page-layout-1column .column.main .cart-container {
  display: flex;
  flex-flow: column-reverse;
}
.page-layout-1column .column.main .cart-summary, .page-layout-1column .column.main .cart-container .form-cart{
    width: 100%;
}
.page-layout-1column .column.main .cart-container .form-cart{
    padding: 0;
}
#contactForm-1 .field.name.required .col-lg-4{
    width: 30.33%;
}
}

@media (max-width: 767px) {

.products-grid.columns-3 .product-items {
     grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fotorama-item .fotorama__active .fotorama__dot {
    background-color: #000;
    border-color: #000;
}
.home-page-product-slider-custom{
    margin: 0px auto;
}
.columns .column.main h1 {
    margin: 15px 0 0 0;
}
.cms-interest-free-finance-furniture .creditwebpage_layout .cwp_faqs.db-credit-py-4{
   clear: both;
   overflow: auto;
}
.cms-uk-delivery .columns .column.main h3, .cms-uk-delivery .columns .column.main h1, .cms-uk-delivery .columns .column.main p {
    padding: 0 !important;
}
.cms-interest-free-finance-furniture .db-credit-container {
    padding: 0;
}
.cms-uk-delivery .columns .column.main span {
    font-size: 14px;
}
.cms-uk-delivery .columns .column.main h3 span, .cms-uk-delivery .columns .column.main h1 span {
    font-size: 22px; 
}
.blog-page #maincontent{
    padding: 0 15px;
    margin: inherit;
}
.blog-page-list .post-holder{
    margin-bottom: 5px;
}
.blog-page .post-content .post-description img{
    width: 100%;
}
.post-list .post-header .post-title-holder .post-title  a{
    font-size: 19px;
}
.blog-page .page-title-wrapper .page-title{
  margin: 15px 0 15px 0;
}
.post-content .post-description ul, .post-content .post-description ol, .blog-page .widget.block.block-tagclaud {
    margin: 0 !important;
}
.post-list .post-description h2, .post-list .post-description h1, .post-list .post-description h2 span, .post-content .post-description .post-text-hld h1 span, 
.post-content .post-text-hld .post-post_content h2{
    font-size: 19px !important;
    margin: 0;
}
.blog-slider-custom .slick-initialized .slick-slide{
    padding: 10px;
}
.blog-slider-custom .blog-slide h3{
    margin: 10px 5px 5px 5px;
    font-size: 14px;
        height: 60px;
}
.blog-slider-custom .blog-slide p{
    font-size: 12px;
    height: 90px;
}
.fotorama-item .fotorama__dot{
     height: 10px;
     width: 10px;
}
.blog-slider-custom .blog-slide{
    padding: 0;
}
.opc-progress-bar-item > span{
    font-size: 14px;
}
.custom-sort-wrapper{
    gap: 0;
    margin-bottom: 0;
}
.toolbar .custom-sort-wrapper select{
        padding: 0 0 0 10px;
}
.page-products .columns .column.main .products{
     margin: 0;
} 
.checkout-container .opc-wrapper .form-login{
     margin: 0px -15px 15px -15px;
     padding: 0px 15px 0 15px;
}
.columns .column.main .product-info-main {
    margin-top: 15px;
}
.product-info-main .page-title-wrapper h1{
    font-size: 20px;
}
.checkout-container .opc-estimated-wrapper{
    padding: 8px 15px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
    margin: 0;
}
.product.data.items{
    border-bottom: none !important;
}
.page-wrapper .page-footer {
    margin-top: 0;
}
.custom-banner-grid {
     grid-template-columns: 1fr;
     margin-top: 0;
     padding: 15px;
     gap: 0;
}
.catalog-product-view .pro_need_help h3{
    font-size: 15px;
}
.header.content.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: top 0.3s ease;
}

.content-heading-furniture .block-note{
    padding: 0 15px;
}

.sections.nav-sections .navigation-megamenu .megamenu-mainmenu > li{
    height: auto;
    padding: 0px;
}
.navigation-megamenu .navigation .dropdown-menu ul li a{
    color: #000;
    padding-left: 25px;
    background: #fff;
}
.navigation-megamenu .navigation #mainMenu .fa-plus::after {
    content: "+";
    text-align: right;
    float: right;
    font-size: 20px;
    margin-top: 10px;
}
.nav-main-menu li>a+.toggle-menu a.active .fa::before{
    content: "-";
    text-align: right;
    float: right;
    font-size: 20px;
    margin-top: 10px;
}
li.mega-menu-4-column.mega-menu-item.mega-menu-fullwidth.category-menu.dropdown .col-md-3{
    float: none;
}
.nav-sections .header.links li.greet.welcome{
    border-top: none;
}

div#switcher-currency {
    display: block;
}
#contactForm-1 .field.name.required .col-lg-4{
    width: 100%;
    margin-top: 15px;
}
.sections.nav-sections .nav-sections-item-title{
    background: #222;
   border: 1px solid #fff;
}
a.nav-sections-item-switch {
    color: #fff;
}
.sections.nav-sections .nav-sections-item-content{
   padding: 0;
}
.warranties_form h2.title {
    margin: 0;
}

.footer_btm_container, .sections.nav-sections .navigation-megamenu .navigation ul li > ul{
    padding: 0;
}
.content-heading-furniture .content-heading{
    padding: 0 15px;
}
ul.dropdown.switcher-dropdown li a {
    color: #000;
    font-size: 14px;
}
.nav-sections .switcher .label{
    display: none;
}
.navigation-megamenu .navigation .level0{
    padding: 15px 15px;
}
.product.info.detailed .item.content .table.additional-attributes tr td {
    width: 200px;
}
.product.info.detailed .item.content .table.additional-attributes tr th {
    width: 100px;
}
.block.block-new-customer {
    margin-bottom: 18px !important;
}
.customer-account-login .login-container .fieldset:after {
    margin-top: 10px;
}
.customer-account-login .page-title-wrapper h1, .sales-guest-form .page-title-wrapper h1 {
    margin-top: 15px;
}
.content-heading-furniture{
    margin: 0px auto;
}
.switcher-currency:hover .switcher-dropdown{
    padding: 10px 15px;
}
.sales-guest-form .actions-toolbar {
    margin-bottom: 15px;
}
.home-page-slider-custom .product-item-details .product-item-name{
    height: 60px;
}
.home-content-discover .content-heading h1.title{
    font-size: 16px;
    text-align: center;
    padding: 0;
}
.page-footer .footer.content{
    padding: 0px 15px;
}
.custom-newsletter-wrapper p {
    font-size: 14px;
}
.home-content-discover .content-heading .block-note{
        text-align: center;
}
.footer_btm_box ul.accordion_body li{
    margin-bottom: 15px;
}
.custom-newsletter-wrapper h3{
        font-size: 18px;
}
.page-footer .cust-footer-top{
    margin: 15px auto;
}


.custom-banner-grid .banner {
  height: auto;
  margin-top: 15px;
}


.content-heading-furniture .slider-arrow.right, .content-heading-furniture .slider-arrow.left{
    display: block;
}
.content-heading-furniture .slider-item { flex: 0 0 50%; } 
.content-heading-furniture .slider-arrow.right, .content-heading-furniture .slider-arrow.left{
    display: block;
}
.footer_btm_box h6.accordion_head {
    cursor: pointer;
    margin: 0;
    line-height: 45px;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}
.footer_btm_box h6.accordion_head::after {
    content: '\e622';
    font-family: 'luma-icons';
    text-align: right;
    float: right;
    font-size: 14px;

}
.content-heading-furniture .slider-wrapper{
    padding: 20px 0 0 0;
}
.footer_btm_container .footer_btm_box {
    width: auto;
    float: none;
    border-bottom: 1px solid #eee;
    flex: inherit;
    min-width: auto;
}
.bottom-footer-text{
    margin-bottom: 10px;
}
.bottom-footer-text-right{
    float: none;
}
.cms-home .columns .column.main{
   padding: 0;
}

.footer_btm_container{
    display: block;
}
.content-heading .title::before, .content-heading .title::after {
  display: none;
}
.home-page-slider-custom .slick-next, .blog-slider-custom .slick-next {
    right: 10px;
}
.home-page-slider-custom .slick-prev, .blog-slider-custom .slick-prev{
    left: 10px;
}
.custom-slider-home-container .custom-slider .owl-theme .owl-controls .owl-dots{
    top: 90px;
}
.home-page-slider-custom .slick-prev, .home-page-slider-custom .slick-next, 
.blog-slider-custom .slick-prev, .blog-slider-custom .slick-next{
    height: 25px;
    width: 25px;
}
.container-top .home_btm_promo ul li {
    float: none;
    width: 100%;
}
.container-top .home_btm_promo ul {
    padding: 0;
    margin: 0;
}
.page-wrapper .page-header{
    margin-bottom: 0;
}
.header-social-icons, .custom-account-dropdown, .page-header .panel.wrapper .header.panel, header.page-header .header.content li.link.wishlist {
    display: none;
}
header.page-header .header.content{
    padding: 15px 0px 75px 10px;
}
.page-header .header.content .block-search input {
    top: 90px;
    left: 0;
    right: 0;
    height: 40px;
    width: 92%;
    margin: 0 auto;
}
.page-header .header.content .block-search .label.active + .control input {
    position: absolute;
}
.footer_btm_container .footer_btm_box:last-child {
  border: none;
}
.category-view .category-description, .page-products .columns{
    padding: 0 15px;
}
.page-with-filter .toolbar-amount{
   display: none;
}
.page-with-filter .columns .sidebar-main .filter-title strong{
    top: 10px;
    left: 15px;
}
.catalog-product-view #maincontent, .product.data.items.mage-accordion-disabled{
    padding: 0 15px;
}
.product.data.items .item.title a::after {
  display: none;
}
.page-header .header.content .block-search .control{
        border-top: none;
}
.product-info-main .product_discoffer_wrapper .product_discoffer a{
    line-height: 24px;
}
.page-header .header.content .block-search .label{
  opacity: 0;
}
.columns .column.main{
    padding: 0;
}
.product.info.detailed{
    margin-bottom: 0;
}
.pro_bottom_delivery .pro_bottom_delivery_container ul li .pro_bottom_delivery_desc{
    width: 75%;
}
.pro_bottom_delivery .pro_bottom_delivery_container ul li .pro_bottom_delivery_desc h2{
    font-size: 13px;
}
.pro_bottom_delivery .pro_bottom_delivery_container ul li .pro_bottom_delivery_desc p{
    font-size: 11px;
}
.checkout-cart-index #maincontent{
    margin: 15px auto;
    width: 100%;
}
.cart-container {
  display: flex;
  flex-flow: column-reverse;
}

header.page-header .header.content .logo img{
    width: 65%;
    margin-left: auto;
}
header.page-header .header.content .nav-toggle:before{
   color: #fff;
   opacity: 0;
}
header.page-header .header.content .logo{
    margin-left: auto;
}
header.page-header .header.content .nav-toggle{
    background: url(/media/images/menuicon.png) left center no-repeat;
    width: 50px;
    height: 50px;
}

header.page-header .header.content .block-search{
    padding-top: 20px;
    width: 0;
}
header.page-header .header.content .minicart-wrapper{
    margin: 0;

}
 .cart-container .cart-discount{
    order: 3;
}

.cart-container .cart-summary{
    order: 0;
  }
.checkout-cart-index .page-title-wrapper h1{
    font-size: 22px !important;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.opc-wrapper .methods-shipping{
    background: none;
}
.checkout-index-index .opc-progress-bar{
    width: auto;
}
.checkout-container .opc-wrapper{
    width: auto;
    padding-right: 0;
}
.checkout-index-index .opc-wrapper .form-login, .checkout-index-index .opc-wrapper .form-shipping-address{
     background: none;
}
.table-checkout-shipping-method tbody tr td{
    padding: 15px;
}
.checkout-index-index #maincontent{
    margin: 20px auto;
}
.checkout-shipping-method {
  margin-top: 0;
}
.minicart-wrapper .action.showcart .counter.qty{
    background: #000;
}
.checkout-index-index .nav-toggle {
  display: block;
}
}

@media (max-width: 580px) {
.page-layout-1column .column.main .cart-container {
  display: flex;
  flex-flow: column-reverse;
}
.page-layout-1column .column.main .cart-summary, .page-layout-1column .column.main .cart-container .form-cart{
    width: 100%;
}
.page-layout-1column .column.main .cart-container .form-cart{
    padding: 0;
}   
}
