body {
    font-family: Arial;
}
a{
    text-decoration:none;
}
a:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 1px;
}
.page {
    min-height: calc(100vh - 276px);
    padding-top:20px;
}
header .navbar{
    background-color: #000;
}
header .top-menu .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
header .top-menu .navbar-nav .nav-item:last-child .nav-link {
    padding: 0;
}
header .top-menu .navbar-nav .nav-item .nav-link {
    letter-spacing: 1.8px;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding:0 60px 0 0;
}
.navbar-brand {
    margin: 0;
}
.navbar-brand img {    
    height: auto;
    min-height: 49px;
    width:auto;
}
.offers-promotions-page .page-title h4,
.page-not-found-page .page-title,
.topic-page .page-title {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 50px;
}
.offers-promotions-page .page-title h4{
    font-size:40px;
    font-family: Arial;
}
.topic-page  p {
    line-height: 24px;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #585858;
    font-size: 17px;
}
.navbar {
    padding: 35px 0;
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
}
.footer {
    background-color: #D0C6B9;
}
.navbar-toggler {
    padding: 0;
    font-size: 1rem;
    border-radius: 0;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url('../images/menu.svg');
}
.navbar-toggler .navbar-toggler-icon.show {
    background-image: url('../images/close.svg');
    background-size: 16px;
}
.footer .footer-upper {
    padding: 50px 0;
}
.footer .footer-upper .footer-info {
    display: flex;
    align-items:start;
    gap: 34px;
}
    .footer .footer-upper .footer-block .content .news-latter .form-control::placeholder {
        color: #000;
    }
    .footer .footer-upper .footer-block .content .news-latter .form-control {
        border: 1px solid #000000;
        background-color: transparent;
        height:34px;
        padding:10px 17px;
        width: 266px;
        font-size:11px;
        letter-spacing:1.1px;
        line-height:12px;
    }
    .footer .footer-upper .footer-block .content .news-latter .btn-primary {
        white-space: nowrap;
        height: 34px;
        padding: 10px 28px;
        font-size:11px;
        letter-spacing:1.1px;
        line-height:12px;
        font-family:Arial;
    }
    .footer .footer-upper .footer-block .content .news-latter .please-wait{
        display:block;
    }
    .footer .footer-upper .footer-block .content .news-latter .newsletter-subscribe-block {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .footer .footer-upper .footer-block.footer-info{
        padding-right:0;
    }
    .footer .footer-upper .footer-info {
        padding-right: 55px;
    }
    .footer .footer-upper .footer-block .content p {
        line-height: 23px;
        font-family: span;
        font-size: 18px;
        letter-spacing: 1.9px;
        color: #000000;
        margin-bottom: 19px;
    }
    .footer .footer-upper .footer-info .content span.address {
        letter-spacing: 2.1px;
        color: #000000;
        font-size: 14px;
        line-height: 19px;
        display: block;
        margin-bottom: 19px;
    }
    .footer .footer-upper .footer-info .content span.number, footer .footer-upper .footer-info .content a {
        letter-spacing: 1.95px;
        color: #000000;
        font-size: 13px;
        line-height: 17px;
        display: block;
        margin-bottom: 19px;
    }
.footer .footer-upper .footer-info img{
    max-height:100%;
    width:auto;
    max-width:100%;
    height:200px;
}
.footer .footer-upper .footer-links{
    list-style:none;
    margin:0;
    padding:0;
}
.footer .footer-upper .footer-links li {
    line-height: 1.8px;
    margin-bottom: 20px;
}
.footer .footer-upper .footer-links a:hover{
    text-decoration:underline;
    text-underline-offset: 5px;
}
.footer .footer-upper .footer-links li:last-child a{
    margin-bottom:0;
}
.footer .footer-upper .footer-links a {
    letter-spacing: 1.8px;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.social-icons {
    padding: 4px 0 0;
}
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
}
.social-icons ul li a{
    display:block;
    line-height:0;
}
.location-hour {
    letter-spacing: 1.8px;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    margin-right:116px;
}
.location-hour .hour {
    text-transform: uppercase;
}
.location-hour .day {
    min-width: 74px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 20px;
}
.footer-lower {
    background-color: #000000;
    padding: 10px;
}
.footer-lower ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
}
.footer-lower ul li a {
    display:block;
    font-size:12px;
    font-weight:bold;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    line-height: 14px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow:none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}
.accordion-body p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #585858;
}
.accordion-body{
    padding:0;
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
/*locations-page-css*/
.locations-page {
    margin-bottom:74px;
}
.locations-page .page-title {
    background-image: url("../images/locations-bg.jpg");
    background-repeat: repeat;
    background-size: contain;
    padding: 48px 0;
    text-align: center;
    margin-bottom: 26px;
}
.locations-page .page-title span{
    display:block;
    line-height:30px;
    font-size:26px;
    font-weight:bold;
    letter-spacing: 2.6px;
    color: #FFFFFF;
    opacity: 1;
}
.locations-page .location-box {
    background-color: #FAFAFA;
    text-align:center;
    padding: 68px 20px;
    height:100%;
    display:block;
}
.locations-page .location-box p,
.locations-page .location-box span{
    line-height:30px;
}
.locations-page .location-box span.title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: #000000;
}
.locations-page .location-box p.address {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.9px;
    color: #000000;
    margin:35px 0;
}
.locations-page .location-box span.number {
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: #000000;
}
.locations-details-page .location-img img{
    width: 100%;
    height:auto;
}
.locations-details .title {
    font-size: 26px;
    font-weight: bold;
    line-height:30px;
    letter-spacing: 1.3px;
    color: #000000;
    margin-bottom:15px;
}
.locations-details span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.9px;
    color: #000000;
    margin-bottom:25px;
}
.locations-details p {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
}
.hours-details {
    text-align: center;
    background-color: #FAFAFA;
    padding:35px;
}
.hours-details h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: #000000;
    margin-bottom:10px;
}
.hours-details a.number {
    font-size: 18px;
    line-height: 20px;
    text-decoration:underline;
    font-weight: normal;
    margin-bottom:35px;
    display:block;
}
.hours-details ul {
    list-style:none;
    padding:0;
    margin:0;
}
.hours-details ul li{
    font-size:16px;
    line-height: 30px;
    font-weight: normal;
}
.locations-details-page{
    margin-bottom:70px;
}
.locations-details-page .locations{
    display:grid;
    gap:34px;
    grid-template-columns: 1fr auto;
    margin-top:35px;
    align-items: start;
}
.locations-details-page .locations .hours-details{
    min-width:342px;
}
.container {
    max-width: 100%;
}
.btn-primary {
    border-radius: 23px;
    letter-spacing: 1.2px;
    font-family: Altivo;
    color: #FFFFFF;
    font-size: 12px;
    padding: 15px 30px;
    border:0;
    line-height: 14px;
    background-color: #000000;
    text-transform:uppercase;
}
.btn-primary:hover {
    background-color: #3b3b3b;
}
.contact-us-page .btn-primary{
    padding:15px 50px;
}
.designers-page-body p {
    letter-spacing: 1.05px;
    font-family: Altivo;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
}
.designers-page-body span {
    letter-spacing: 1.6px;
    color: #000000;
    font-family: Altivo;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom:25px;
    display: inline-block;
}
.designers-page-body h2 {
    letter-spacing: 2.6px;
    color: #000000;
    font-family: Span;
    font-size:26px;
    line-height:31px;
    margin-bottom:8px;
}
.designers-page-body img {
    max-width: 100%;
}
.designers-page-body > .container{
    position:relative;
    z-index:1;
}
.designers-page-body {
    padding: 100px 30px;
    background-color: #F2F1F1;
    position:relative;
}
.designers-page-body:after {
    content: '';
    background-image: url('../images/designers-bg.png');
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: right center;
}
.contact-us-page{
    padding: 100px 0;
}
.contact-us-page .page-title {
    letter-spacing: 1.8px;
    color: #000000;
    font-family: Altivo;
    font-size: 18px;
    line-height: 23px;
    width:440px;
    font-weight:500;
    margin: 0 auto;
    margin-bottom:80px;
}
.contact-us-page .top-section img{
    height:auto;
    width:auto;
    max-width:100%;
    border-radius: 200px;
    max-height:300px;
}
.contact-us-page .top-section span{
    letter-spacing: 2.2px;
    color: #000000;
    font-size: 22px;
    line-height:27px;
    font-family: Span;
    margin-top:26px;
    margin-bottom:50px;
    display:block;
}
.contact-us-page .inputs{
    margin-bottom:50px;
}
.contact-us-page .inputs ul{
    list-style: none;
    margin:0;
    padding:0;
}
.contact-us-page .inputs ul li{
    display: inline-flex;
    margin-right:45px;
    align-items: center;
}
.contact-us-page .inputs ul li .form-check-input{
    margin-right:10px;
    margin-top:0;
}
.contact-us-page .inputs ul li .form-check-label{
    letter-spacing: 0.7px;
    color: #000000;
    font-size:14px;
    line-height: 17px;
    font-family: proxima-nova;
}
.trade-program-page{
    padding: 50px 0;
}
.trade-program-page textarea {
    min-height: 147px !important;
}
.trade-program-page .form-control {
    padding: 10px 14px;
    height: 40px;
}
.trade-program-page .trade-button {
    letter-spacing: 1.4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding: 16px 50px;
    border-radius: 26px;
}
.result {
    color: #008000;
    padding: 18px;
    border: 1px solid #81a981;
    border-radius: 10px;
    background-color: #f0fff0;
}
.field-validation-error {
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
}
.trade-program-page .inputs {
    line-height: normal;
    margin-bottom: 30px;
}
textarea{
    min-height:200px !important;
}
.form-control{
    font-size:14px;
}
.form-control{
    padding: 12px 18px;
}
.form-control:focus {
    border-color: #6c6b6b;
    box-shadow: none;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
    background-size: 18px;
}
.form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.25);
}
.form-check-input:active {
    filter: unset;
}
.form-check-input:checked {
    background-color: #fff;
    border-color: #000;
}
.form-label {
    letter-spacing: 0.8px;
    color: #000000;
    font-family: proxima-nova;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.form-control {
    border: 1px solid #D5D5D5;
    border-radius: 23px;
    height: 45px;
}
@media (max-width: 1200px) {
    .locations-page .location-box p.address br{
        display:none;
    }
}
@media (min-width: 768px){
    .contact-us-page {
        min-height: 400px;
    }
    .g-100, .gy-100 {
        --bs-gutter-y: 100px;
    }

    .g-100, .gx-100 {
        --bs-gutter-x: 100px;
    }
}
@media (max-width: 991px) {
    .locations-page .location-box {
        padding: 20px;
    }
    header .top-menu .navbar-nav .nav-item .nav-link {
        padding: 0 25px 0 0;
    }
    .footer .footer-upper .footer-info {
        margin: 40px 0 35px;
        justify-content:center; 
        padding-right: 0;
    }
    .footer .footer-upper .footer-block.footer-info{
        margin:0;
    }
    .footer-lower ul li {
        display: inline-block;
        margin: 5px 10px;
    }

    .footer-lower ul {
        text-align: center;
        display: block;
    }

    .navbar-brand img {
        min-height: 40px;
        width: 100%;
    }

    .footer .footer-upper .footer-info img {
        height: 170px;
    }
    .footer .footer-upper .footer-block .content p {
        margin-bottom: 16px;
    }
}
@media (max-width: 1199px){
    .location-hour {
        margin-right:0;
    }
}
@media (max-width: 767px){
    .trade-program-page .form-control {
        padding: 4px 8px;
        height: 21px;
        font-size: 10px;
    }
    .trade-program-page .trade-button {
        letter-spacing: 0.8px;
        font-size: 8px;
        line-height: 10px;
        padding: 10px 32px 8px;
    }
    .trade-program-page .inputs {
        margin-bottom: 16px;
    }
    .trade-program-page textarea {
        min-height: 72px !important;
        border-radius: 8px;
    }
    .form-label {
        letter-spacing: 0.5px;
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    .designers-page-body h2 {
        letter-spacing: 2.2px;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .mb-74{
        margin-bottom:54px;
    }
    .designers-page-body span {
        letter-spacing: 1.4px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
        font-weight: 300;
    }
    .designers-page-body p {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 20px !important;
    }
    .contact-us-page .form-label.label-show {
        display: block;
    }
    .navbar .container{
        justify-content:center;
    }
    .navbar-toggler {
        float: left;
        position: absolute;
        left: 10px;
        margin-left: 20px;
    }
    .footer .footer-upper .footer-info{
        padding-right:0;
        padding-left:10px;
    }
    .footer .footer-upper .footer-links a {
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 1.5px;
    }
    .form-control {
        font-size: 12px;
    }
    .contact-us-page .form-label {
        display: none;
    }
    .form-control {
        height: 40px;
    }
    .contact-us-page .inputs {
        margin-bottom: 10px;
    }
    .contact-us-page {
        padding: 50px 0;
    }
    .contact-us-page .top-section span {
        margin-top: 15px;
        margin-bottom: 20px;
    }
        .contact-us-page .btn-primary {
            padding: 10px 24px;
            margin-top: 20px;
        }
    .contact-us-page .page-title {
        letter-spacing: 1.2px;
        font-size: 12px;
        line-height: 14px;
        width: 280px;
        margin-bottom: 30px;
    }
    .locations-details-page .locations {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .designers-page-body{
        padding:0 30px;
    }
    .designers-page-body > .container {
        padding: 0;
    }
    .g-100, .gy-100 {
        --bs-gutter-y: 30px;
    }
    .footer .footer-upper .footer-info img {
        max-height: 147px;
    }
    .footer .footer-upper .footer-block .content p {
        line-height: 18px;
        font-size: 14px;
        letter-spacing: 1.8px;
        margin-bottom: 15px;
    }
    .location-hour .day {
        margin-right: 0px;
        margin-bottom:5px;
    }
    .location-hour {
        letter-spacing: 1.5px;
        font-size: 10px;
        line-height: 14px;
        margin-right:0;
    }
    .footer .footer-upper .footer-info .content span.number,
    .footer .footer-upper .footer-info .content span.address {
        letter-spacing: 1.8px;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 7px;
    }
    .footer .footer-upper .footer-info .content span.number{
        margin-bottom:13px;
    }
    .footer .footer-upper .footer-block .content .news-latter .form-control {
        height: 30px;
        padding: 10px 17px;
        letter-spacing: 1px;
        line-height: 11px;
        font-size: 10px;
        min-width:200px;
        width: auto;
    }
    .footer .footer-upper .footer-block .content .news-latter .btn-primary {
        height: 30px;
        padding: 10px 21px;
        letter-spacing: 1px;
        line-height: 11px;
        font-size: 10px;
    }
    .social-icons {
        padding: 14px 0 0;
    }
    .footer .footer-upper {
        padding: 45px 0 35px;
    }
    header .top-menu .navbar-nav .nav-item .nav-link {
        margin-bottom: 30px;
        padding: 0;
    }
    .footer .footer-upper .footer-info {
        gap: 40px;
    }
    .footer-lower ul li a {
        font-size: 12px;
        font-weight: normal;
    }
    .top-menu .navbar-collapse {
        position: absolute;
        top: 77px;
        z-index: 99999;
        left: 0;
        background: #000;
        width: 100%;
        padding: 30px 50px 50px;
    }
    .locations-page .location-box p.address {
        font-size: 16px;
        margin: 16px 0;
    }
    .locations-page .location-box span.title {
        font-size: 20px;
    }
    .locations-page .location-box span.number {
        font-size: 20px;
    }
    .locations-details p {
        font-size: 16px;
        line-height: 24px;
    }
    .locations-details .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .locations-details span {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .locations-details-page {
        margin-bottom: 50px;
    }
    .locations-page {
        margin-bottom: 50px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 1320px !important;
    }
}
@media (max-width: 1399px) {

    .g-100, .gx-100 {
        --bs-gutter-x: 20px;
    }
}
.common-banner .listBanner a {
    display: block;
}
.section-tab  img,
.section-tab .listProduct .img-responsive,
.section-tab .listBanner .img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.section-tab .listBanner video {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.common-banner {
    display: grid;
}
.one-banner {
    grid-template-columns: 1fr;
}
.two-banner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.three-banner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.banner-description p,
.banner-description {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1.1px;
    font-weight:600;
    margin-bottom: 0;
}
.section-tab .listBlog {
    text-align: center;
}
.section-tab .listBlog .sub-blog-text {
    padding-top: 30px;
}
.section-tab .auto-width-slider.owl-carousel .owl-item img{
    height:auto;
}
.section-tab .listBlog .sub-blog-text p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #585858;
    font-size: 17px;
}
.section-tab .listBlog .sub-blog-text h3 {
    letter-spacing: .9px;
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    line-height: 1.2;
}
.section-tab .auto-width-slider.owl-carousel {
    min-height: 150px;
}
.section-tab .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}
.section-tab .owl-carousel .owl-nav button.owl-prev span {
    background: url(https://ik.imagekit.io/thefurnituremart/Themes/TheFurnitureMart/Content/images/slider-left-arrow.png) no-repeat left center;
}
.section-tab .owl-carousel .owl-nav button.owl-next{
    right:-30px;
}
.section-tab .owl-carousel .owl-nav button.owl-next span {
    background: url(https://ik.imagekit.io/thefurnituremart/Themes/TheFurnitureMart/Content/images/slider-right-arrow.png) no-repeat right center;
}
.section-tab .owl-carousel .owl-nav button.owl-prev.disabled span, .section-tab .owl-carousel .owl-nav button.owl-next.disabled span {
    opacity: .2;
}
.section-tab .owl-carousel .owl-nav button.owl-prev span, .section-tab .owl-carousel .owl-nav button.owl-next span {
    height: 21px;
    width: 11px;
    background-size: contain;
    text-indent: -9999999px;
    font-size: 12px !important;
    display:block;
}

.section-tab .owl-carousel .owl-nav button.owl-prev, .section-tab .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -66px;
}
.section-tab .product-feed .listProduct{
    position:relative;
}
    .section-tab .product-feed .listProduct .imgProduct img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .section-tab .product-feed .listProduct .imgProduct {
        position: relative;
        padding-top: 100%;
        display: block;
    }
    .section-tab .product-feed .listProduct .old-product-price {
        display: block;
        font-size: 13px;
        margin-top: 2px;
        line-height: 16px;
        color: #707070;
        letter-spacing: .65px;
    }
    .section-tab .product-feed .listProduct .old-product-price span{
        text-decoration: line-through;
    }
    .section-tab .product-feed .listProduct .actual-price {
        color: #000;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 1px;
    }
    .section-tab .product-feed .listProduct h4 {
        margin: 15px 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 40px;
        line-height: 1.2;
        font-size: 16px;
        color: #000;
        letter-spacing: 1.1px;
    }
.section-tab .product-feed .listProduct .wishlist-btn {
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url(https://ik.imagekit.io/thefurnituremart/Themes/TheFurnitureMart/Content/svg/Icon_whishlist_red.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 17px;
    background-color: transparent;
    border: 0;
    background-size: 17px;
    left: 5px !important;
    z-index:2;
}
@media (max-width: 991px){
    .section-tab .owl-carousel .owl-dots {
        text-align: center;
    }

    .footer .footer-upper .footer-links {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: center;
        gap: 0 80px;
    }
    .section-tab .owl-carousel .owl-dots button.owl-dot.active {
        background-color: #707070;
        border-color: #d5d5d5;
    }

    .section-tab .owl-carousel .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border: 1px solid #d5d5d5;
        background-color: #efefef;
        border-radius: 180px;
        margin: 10px 3px;
    }
}
@media (max-width: 767px) {
    .offers-promotions-page .page-title h4, .page-not-found-page .page-title, .topic-page .page-title {
        margin: 0 0 10px;
        padding: 0 0 7px;
        margin-bottom: 20px;
        font-size:20px;
    }
    .field-validation-error {
        font-size: 10px;
    }
    .three-banner, .four-banner, .five-banner, .six-banner, .seven-banner {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .section-tab .listBlog .sub-blog-text h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section-tab .listBlog .sub-blog-text p {
        font-size: 16px;
        line-height: 20px;
    }
    .navbar-brand{
        text-align:center;
    }
    .navbar {
        padding: 16px 0;
    }
    .navbar-brand img {
        width: 100%;
        min-height: 37px;
    }
}
@media (min-width: 768px){
    .four-banner,
    .five-banner,
    .six-banner,
    .seven-banner {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 992px){
    .section-tab .auto-width-slider.product-feed.owl-carousel,
    .section-tab .auto-width-slider.blog-feed.owl-carousel {
        max-width: calc(100% - 80px);
        margin-left: auto;
        margin-right: auto;
    }
    .four-banner,
    .five-banner,
    .six-banner,
    .seven-banner {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 1200px){

    .four-banner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 30px;
    }

    .five-banner {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 30px;
    }

    .six-banner {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 30px;
    }

    .seven-banner {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 30px;
    }
}
.test-login {
    padding: 0 20px;
    font-family: 'Source Sans Pro', sans-serif;
    max-width: 450px;
    margin: 150px auto 0;
}

.form-control:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

.test-login h1 {
    margin: 0 0 30px;
    color: #333;
    font-size: 28px;
    font-weight: normal;
    text-transform: capitalize;
}

.test-login .form-group {
    margin-bottom: 15px;
}

    .test-login .form-group .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
    }

.test-login .btn-primary {
    width: 100%;
    cursor:pointer;
}
.error {
    color: #ff0005;
    text-align: center;
}
.field-validation-error {
    color: #ff0005;
}
:focus {
    outline: 0;
}
.btn-primary:focus {
    box-shadow: none;
    background-color: #000000;
    border-color: #000000;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #000000;
    border-color: #000000;
}
.social-icons ul li a i {
    width: 23px;
    height: 23px;
    display: inline-block;
}
.social-icons ul li a .facebook {
    background: url("../images/facebook.svg") no-repeat center center;
}
.social-icons ul li a .instagram {
    background: url("../images/instagram.svg") no-repeat center center;
}
.social-icons ul li a:hover .facebook {
    background: url("../images/facebook-hover.svg") no-repeat center center;
}
.social-icons ul li a:hover .instagram {
    background: url("../images/instagram-hover.svg") no-repeat center center;
}
a.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

    a.skip:active,
    a.skip:focus,
    a.skip:hover {
        position: initial;
        top: 0;
        left: 0;
        display: block;
        height: auto;
        margin: 3px 0;
        overflow: visible;
        padding: 2px;
        color: #444444;
        background: #ffffff;
        text-decoration: underline;
        text-align: center;
        width: 100%;
        font-size: 16px;
    }