#left_content {
    float: left;
}

#right_content {
    float: right;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1008px;
    }
}

@media (max-width: 767px) {
    #search_toolbar,
    #product_detail {
        background: none repeat scroll 0 0 #ff7336;
        box-sizing: border-box;
        padding: 10px;
    }
    #search_toolbar #txt_keyword,
    #search_toolbar .sel_product,
    #search_toolbar .search_button {
        box-sizing: border-box;
        display: block;
        height: 30px;
        margin: 0 0 10px;
        width: 100%;
    }
    #search_toolbar .sel_product {
        margin-bottom: 0 !important;
    }
    .tb_reponsive {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    body > img{
        display: none;
    }
    #header object {
        width: 100%;
    }
    #header img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    #main {
        box-sizing: border-box;
        padding: 0 10px;
    }
    #content {
        padding: 0;
    }
    .sb-toggle-left.navbar-left {
        display: block;
    }
    .menu_desktop {
        display: none;
    }
    .grid_24 {
        width: 100%;
    }
    #left_content,
    #right_content {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    #left_content {
        margin-top: 10px;
    }
    #product_tabs {
        float: none;
    }
    input[type="text"],
    textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        
        position: absolute;
        /* Top/left values mimic padding */
        
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
	Label the data
	*/
    
    #no-more-tables td:before {
        content: attr(data-title);
    }
}
