.recommend-table tbody td:nth-of-type(2) div:before {
    left: -28px !important;
}

.recommend-table tbody td.row-2:nth-of-type(2) div:before {
    left: -83px !important;
}

.recommend-table tbody td:nth-of-type(2) div:after {
    right: -28px !important;
}

.recommend-table tbody td.row-2:nth-of-type(2) div:after {
    display: none;
}


.recommend-table thead th {
    text-align: center !important;
}

.recommend-table tbody th {
    font-size: 24px;
}

@media screen and (max-width:767px) {
    .recommend-table tbody td:nth-of-type(2) div:before {
        left: -3vw !important;
    }
    .recommend-table tbody td:nth-of-type(2) div:after {
        right: -3vw !important;
    }

    .recommend-table thead th {
        font-size: 14px !important;
    }

    .recommend-table.lin-product tbody th {
        font-size: 14px !important;
    }

    .recommend-table tbody td.row-2:nth-of-type(2) div:before {
        left: -3vw !important;
    }
}

@media screen and (max-width: 520px) {
    .recommend-table tbody td.row-2:nth-of-type(2) div:before {
        left: -5.5vw !important;
    }
}

.product .sec-product .inner .content .slider-area .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(4n) {
    margin-right:0;
}

@media screen and (min-width: 768px) {
    .product .sec-product .inner .content .slider-area .swiper-container.slider-thumbnail .swiper-wrapper {
        width: 600px;
    }
}

.product .sec-element .inner .box-wood .reccomend-notice {
    margin-top: 10px;
}

