@charset "UTF-8";

/*
Theme Name: MB Furniture
Author: the team
*/


.entry-title:not(.product_title) {
    display: none;
}
.categories-style-01 a > img {
    border-radius: 10px;
}

.banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.banner-content .title {
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    /* position: absolute; */
    /* bottom: -23px; */
    /* right: -34px; */
    /* opacity: .2; */
}

.video-icon-box {
    z-index: 1;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    transition: 350ms cubic-bezier(.37, 0, .63, 1);
    display: inline-block;
    text-align: center
}

.video-icon-box>span {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-icon {
    color: #262626;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 28px;
    z-index: 1;
}

.video-icon .video-icon-sonar .video-icon-sonar-bfr {
    position: absolute;
    border-radius: 50%;
    top: -25px;
    left: -25px;
    z-index: -100;
    background-color: #fff;
    opacity: .9;
    width: 150px;
    height: 150px
}

.video-icon-box .video-icon i {
    margin-left: 5px;
    color: #262626
}

.popup-video {
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}


.logo-container {
    max-width: 89px;
}
.elements-social .light li a > svg{
    fill: #fff
}
.woocommerce div.product{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
section.related.products {
    width: 100%;
}
.footer-dark .widget-area {
    display: flex;
    justify-content: space-between;
}
.footer-dark .widget-area section {
    padding: 0;
}
.footer-dark .widget-area h2 {
    font-size: 1.35rem;
    line-height: 1.95rem;
    margin-bottom: 20px;
}


.yith-wcan-filters .yith-wcan-filter .filter-title{
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: normal;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > input {
    width: auto;
}
/* 
.product-listing-wrapper main > nav{
    display: none;
}
.product-listing-wrapper main > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 15px;
}

.product-listing-wrapper main > ul > li img {
    width: 100%;
    height: auto !important;
    margin-bottom: 10px;
}

.product-listing-wrapper main > ul > li a {
    display: block;
    text-align: center;
}

.product-listing-wrapper main > ul > li a > h2 {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
} */

.single-product header .header-top-bar + .navbar, .single-product header .header-top-bar {
    position: static;
}

.woocommerce nav.woocommerce-breadcrumb {
    max-width: 1220px;
    padding: 0 15px;
    margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
.footer-dark .widget-area {
display: block;
}
.footer-dark .widget-area section {
    padding-top: 20px;
}
.footer-dark .widget-area section h2 {
    margin-bottom: 10px;
    font-weight: 600;
}
.banner-item-inner.position-relative .res-image {
    min-height: 400px;
}
.banner-item-inner.position-relative .content-inner h2.title {
    font-size: 28px;
    line-height: 30px;
}
.banner-item-inner.position-relative .content-inner .popup-video {
    width: 60px;
    height: 60px;
}
.backgroundtng::before {
    content: '';
    background: #ffffff70;
    position: absolute;
    width: 100%;
    height: 100%;
}
}


.single-product #sidebar{
    display: none;
}
.btn.btn-switch-text .btn-double-text {text-transform:uppercase;}