@media screen and (max-width: 900px) {
    .container {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }
    
    .mobile_banner {
        display: block;
    }
    
    .mobile_banner_swiper-container{
        width: 100%;
    }
    
    .swiper-container img{
        width: 100%;
    }

    .header .top-bar li {
        display: block;
        text-align: center;
    }

    .header .top-bar li a {
        font-size: 1.3em;
    }

    .header .top-bar .header-logo,
    .header .top-bar .header-logo-2,
    .header .top-bar .header-title {
        width: 100%;
    }

    .header .top-bar .header-title {
        /*padding: 15px 0;*/
        padding-bottom: 15px;
    }

    .header .top-bar .lang-selector {
        position: absolute;
        top: 2%;
        right: 3%;
        width: 16%;
    }

    .header .top-bar img {
        max-width: 25%;
    }

    .popupbox {
        width: 100%;
        height: 100%;
    }

    .section-group .product-left,
    .section-group .product-right {
        display: block;
        width: 100%;
    }

    .grid-container.col-6 .grid-item{
        width: 100%;
    }
    
    .section-package .grid-item .grid-item-img{
        min-height: 210px;
    }
    
    .section-package .items .item-price-discounted {
        width: 30%;
    }

    .section-package .items .item-quantities {
        width: 20%;
    }
    
    .section-product .item .product-neo-title{
        width: 60%;
        padding-right: 18px;
    }

    .form-group .control-label,
    .form-group .col-md-9 {
        display: block;
        width: 100%;
    }

    .form-group .control-label {
        margin: 0 0 10px;
        text-align: left;
    }

    .section-confirm .buyer-detail li {
        display: block;
    }

    .section-confirm .confirm-title,
    .section-confirm .confirm-desc {
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }

    .section-confirm .bill-detail-title li {
        color: #999999;
        vertical-align: top;
    }

    .section-confirm .product-title {
        width: 33%;
    }

    .section-confirm .product-price,
    .section-confirm .product-qty,
    .section-confirm .product-total-price {
        width: 30%;
    }

    .section-select-payment .payment-info label,
    .section-select-payment .payment-info input {
        display: block;
        width: 100%;
    }

    .section-select-payment .payment-info label {
        margin: 0 0 10px;
        text-align: left;
    }

    .section-thank td {
        font-size: 1.3em;
    }

    .section-thank .contact-info span {
        display: block;
    }

    nav .menu_item {
        display: block;
    }

    nav .menu_item {
        width: 32%;
        display: inline-block;
        vertical-align: middle;
    }

    .col-left,
    .col-right {
        float: none;
        margin-top: 10px;
    }

    .mobile-hide{
        display:none !important;
    }
}

@media screen and (max-width: 480px) {
    
    .bootstrap-touchspin input{
        padding: 0px;
    }

    .grid-container.col-6 .grid-item{
        width: 100%;
    }
    
    .discount-item li:nth-child(2){
        width: 100%;
    }
    
    .discount_code_input input, .discount_code_input .discount_code_btn, .discount_code_locked_btn{
        width: 100%;
        padding: 12px;
        display: block;
        height: 40px;
    }
    
    .btn-submit button:hover{
        opacity: 1;
    }
    
    .section-package .grid-item .grid-item-img{
        min-height: 210px;
    }
    
    .section-package .item-title img {
        display: none;
    }
    
    .section-product .item .product-neo-quantity{
        min-width: 120px;
    }
    
    .section-product .item{
        flex-wrap: nowrap;
    }
    
    .section-product .btn-submit{
        padding-bottom: 10px;
    }

    .product-neo-title {
        padding-left: 0;
    }

    .container {
        width: 100%;
    }

    .header .top-bar img {
        max-width: 40%;
    }
    
    .header .top-bar .lang-selector{
        width: 20%;
    }

    .content-title,
    .content-title-inactive {
        font-size: 1.2em;
        letter-spacing: 0;
    }

    .section-package .items td:not(:last-child) {
        padding-right: 10px;
    }

    .section-package .items .item-price-discounted,
    .section-package .items .item-quantities {
        width: 25%;
    }

    .btn-submit button,
    .section-confirm .btn-submit button {
        display: block;
        /*width: 100%;*/
        margin: 20px auto;
    }

    .section-confirm .confirm-tnc-title {
        font-size: 1.2em;
        letter-spacing: 0;
    }

    .section-select-payment .float-left select {
        width: 46%;
    }

    .section-select-payment .submit-button .shop-button {
        width: 100%;
    }

    .section-thank table,
    .section-thank .thank-tnc {
        width: 100%;
    }

    .section-thank .contact-info span {
        font-size: 0.8em;
    }

    label.control-label.col-md-3 {
        display: inline-block;
        width: 30%;
    }

    .form-group .col-md-9 {
        display: inline-block;
        width: 70%;
    }

    .mobile-hide{
        display:none !important;
    }
}