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

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

    .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;
    }

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

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

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

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

    .section-package .items .item-price-discounted {
        width: 30%;
    }

    .section-package .items .item-quantities {
        width: 20%;
    }


    .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: 100%;
        padding: 5px 0;
    }

    .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;
    }

}

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

    .product-neo-title{
        padding-left:0;
    }
    .container {
        width: 100%;
    }

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

    .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;
    }
}