@media only screen and (max-width: 1600px) {
    h2.heading-tl-bn {
        font-size: 115px;
    }
}

@media only screen and (max-width: 1400px) {
    h2.heading-tl-bn {
        font-size: 110px;
    }
}

@media only screen and (max-width: 1260px) {
    h2.heading-tl-bn {
        font-size: 105px;
    }
}

@media only screen and (max-width: 1200px) {
    h2.heading-tl-bn {
        font-size: 85px;
    }
}

@media only screen and (max-width: 1000px) {
    .page-template-default h2.heading-tl-bn {
        font-size: 75px;
        line-height: 90px;
        bottom: 0;
    }
}

@media only screen and (max-width: 800px) {
    h2.heading-tl-bn {
        font-size: 95px;
    }
}

@media only screen and (max-width: 768px) {
    .site-bottom {
        padding: 80px 15px 60px;
    }

    .site-bottom .widget-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .product-wrapper a {
        display: contents !important;
    }

    .item-info {
        margin-top: 20px;
    }

    .col-item .item-detail {
        display: block !important;
    }

    .search.search-results .col-item .item-detail .btn-success {
        top: 348px;
    }
}

@media only screen and (max-width: 767px) {
    h2.heading-tl-bn {
        font-size: 88px;
        bottom: 5px;
        line-height: 90px;
    }

    h2.heading-tl-bn {
        font-size: 73px;
        bottom: 5px;
        line-height: 80px;
    }

    .serch-hidden {
        padding: 40px 15px;
    }

    span.cl-search {
        top: 5px;
        right: 15px;
    }

    .serch-hidden:before {
        width: 100%;
        left: 0;
        top: 165px;
    }

    .btn-success {
        left: 50% !important;
        bottom: 66px;
    }

    .products .item:first-child .btn-success {
        bottom: 75px;
    }

    .col-item .item-detail .item-link {
        display: contents;
    }

    .woocommerce nav.woocommerce-pagination {
        text-align: center;
    }

    .search.search-results .col-item .item-detail .btn-success,
    .search.search-results .products .item:first-child .btn-success {
        top: unset;
        bottom: 66px;
    }

    /*rps loi*/
    .products .item {
        width: 100% !important;
    }
}

@media only screen and (max-width: 540px) {

    h2.heading-tl-bn {
        font-size: 73px;
        bottom: 5px;
        line-height: 80px;
    }

    .page-template-default h2.heading-tl-bn {
        font-size: 60px;
        line-height: 90px;
        bottom: 0;
    }
}