.title {
    text-align: center;
    margin: 30px 0 0 0;
}

.title h1 {
    font-family: var(--font-regular);
    position: relative;
    text-transform: uppercase;
    font-size: 2.2rem;
    display: inline-block;
    padding: 0 0 20px 0;
}

.title h1::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 23px;
    left: -120px;
}

.title h1::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -120px;
    top: 23px;
}

@media (max-width: 1199.98px) {

    .title h1::before,
    .title h1::after {
        display: none;
    }
}


/**Funituree care**/

.furniture-row {
    margin: 0 -15px;
}

.funiture_top_content {
    font-family: var(--font-regular);
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}

.left_item {
    background: url('https://theodorealexander.sirv.com/website/Frontend/Live/assests/furniture-care/Furniture_care_1.jpg') no-repeat;
    height: 508px;
    position: relative;
    z-index: 0;
    margin-top: 50px;
    text-align: center;
    background-position: left;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

@media (max-width: 575.98px) {
    .left_item {
        height: auto;
        padding: 0;
        background-position: center;
    }
}

.right_item {
    background: url('https://theodorealexander.sirv.com/website/Frontend/Live/assests/furniture-care/Furniture_care_2.jpg') no-repeat;
    height: 508px;
    position: relative;
    z-index: 0;
    margin-top: 50px;
    text-align: center;
    background-position: right;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

@media (max-width: 575.98px) {
    .right_item {
        height: auto;
        padding: 0;
        background-position: center;
    }
}

.content_item {
    font-family: var(--font-regular);
    font-size: 19px;
    text-align: justify;
    line-height: 30px;
    color: #fff;
}

.title_item {
    font-size: 45px;
    color: #fff;
    font-family: var(--font-regular);
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .title_item {
        margin-bottom: 15px;
    }
}

.funiture_content p {
    padding-top: 10px;
}

@media (max-width: 1199.98px) {

    .content_item {
        padding: 10px 15px;
    }
}

/**caring for*/
.block_caring_for {
    margin: 50px 0;
    padding: 50px 50px;
    background: #fafafa;
    font-family: var(--font-regular);
    font-size: 15px;
}

.title_caring {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.content_caring {
    line-height: 30px;
    font-size: 16px;
}

.content_caring p {
    padding: 10px 0 0 0;
    font-family: var(--font-regular);
    font-size: 16px;
}

@media (max-width: 1199.98px) {
    .block_caring_for {
        padding: 50px 15px;
        text-align: justify;
    }
}


/**Pic funiture*/
.pic_funiture {
    display: table;
    content: "";
    clear: both;
}

    .pic_funiture .container {
        padding: 0 25px;
    }

.item_funiture {
    width: 20%;
    float: left;
    padding: 25px;
}

    .item_funiture p {
        text-align: center;
        padding-top: 10px;
        font-family: var(--font-regular);
        font-size: 15px;
    }

.pic_hover {
    position: relative;
    width: 100%;
}

.image_funiture {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    cursor: pointer;
}

/* .pic_hover:hover .overlay {
    opacity: 0.6;
} */

#careModel {
    z-index: 99999;
}

.content_funiture_care {
    font-family: var(--font-light);
    line-height: 30px;
}

.txt_quickview a {
    color: #fff;
    font-size: 15px;
    font-family: var(--font-regular);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}

.icon-eye {
    font-size: 20px;
    color: #fff;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
    z-index: 5;
}

.title_popup_funiture_care {
    padding: 10px 0px;
}

@media (max-width: 1199.98px) {
    .container {
        padding: 0 15px;
    }

    .pic_funiture .container {
        padding: 0 7.5px;
    }

    .item_funiture {
        width: 50%;
        padding: 7.5px;
    }

    .item_funiture p {
        height: 60px;
    }
}