.container.bl9 {
    padding: 25px 0;
}

@media (max-width: 991px) {
    .navig {
        margin-top: 20px;
        display: flex;
        width: 100%;
        gap: 10px;
        justify-content: space-between;
    }

    .navig a .fa-angle-left {
        padding-right: 7px;
    }

    .navig a .fa-angle-right {
        padding-left: 7px;
    }

    #product .bl_border {
        padding: 25px 20px 15px 15px;
    }

    #product h1 {
        margin: 0 0 25px 0;
        font-size: 24px;
    }

    .product-options {
        display: none;
    }

    .fake-button {
        display: none;
    }

    .before_color:before {
        background: #fff;
    }

    #product .prodleft {
        min-height: 0;
    }

    h1 {
        font-size: 30px;
    }
}

@media (max-width: 560px) {
    .navig a {
        padding: 0 !important;
        font-size: 14px;
        white-space: nowrap;
    }

    .tabs .tcontent {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .tcontent .thumbnail {
        width: 50%;
    }

}

.b11 {
    background: #c6988a;
    color: #fff;
}

.modal-project-box {
    /*height: auto;*/
    /*max-height: 80%;*/
    padding: 45px 20px 20px;
    margin: 20px;
}

.slick-list {
    max-height: 100%
}

.slider_project {
    width: 100% !important;
    height: auto;
}

.slider_project img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
}

.modal-project-box {
    width: 95%;
    height: auto;
}

.slick-active {
    opacity: 1 !important;
}

.modal-project-box .modal_content .project_description,
.modal-project-box .modal_content .project_review {
    float: none;
}

.modal-project-box .modal_content {
    height: auto;
}

.modal-project-box .modal_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.mfp-content img.mfp-img {
    padding-bottom: 40px !important;
}

.mfp-content .mfp-bottom-bar {
    margin-top: -40px !important;
}

.mfp-image-holder .mfp-content {
    min-width: 200px;
}

#product .price.price2 {
    display: none;
    margin-top: 0 !important;
    padding-top: 23px !important;
}

#product .price .pr {
    font-size: 20px;
}

@media (max-width: 980px) {
    .price_row {
        flex-direction: column;
        /* gap: 20px; */
        margin-bottom: 20px;
    }

    .price_row {
        width: 100%
    }

    .price1 {
        display: none;
    }

    #product .price.price2 {
        width: 100%!important;
        display: block;
    }

    #product .price.price2 span {
        font-weight: bold;
    }

    #product .bans {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    #product .bans {
        flex-wrap: wrap;

    }

    #product .bans > div {
        width: 29% !important;
    }

    #product .bans > #product .price.price2 {
        width: 100% !important;
        order: -1;
    }
}

#product .bans {
    display: flex;

}

#product .bans > div {
    width: auto;
}