
#popup_window{
cursor: pointer;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    left: 0
}
.popup {
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: -9999;
}
.popup .popup-body {
    background: #ffffff!important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    opacity: 0;
    min-height: 150px;
    width: 728px;
    margin-left: -384px;
    padding: 20px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    border: 5px solid rgba(0, 0, 0, .7);
    border-radius: 5px;
}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 5px;
    background: url("../img/quit.png") no-repeat;   
}
.popup .popup-content {
    overflow-y: auto;
}
.popup-content h3.popup-title {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: normal;
}
.popup-content p {
    font-size: 13px;
    text-align: justify;
}

.popup-table{
    width: 100%;
}

.popup-table-title td{
    font-weight: bold;
}

.popup-table .popup-pro-title{
    width: 50%;
}

.popup-table .popup-price-title{
    width: 20%;
    text-align: center;
}

.popup-table .popup-qua-title{
    width: 10%;
    text-align: center;
}

.popup-table .popup-tt-title{
    width: 20%;
    text-align: center;
}

.popup-info{
    height: 180px;
    overflow: auto;
    overflow: x-scroll;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin: 15px 0;
    padding: 15px 0;
}

.popup-table .popup-info-img{
    width: 15%;
}

.popup-table .popup-info-img img{
    width: 80px;
    height: 80px;
}

.popup-info td{
    vertical-align: top;
}

.popup-table .popup-info-pro{
    width: 35%;
}

.popup-table .popup-info-price{
    width: 20%;
    text-align: center;
}

input.qua-pro-popup{
    width: 45px;
    margin-top: -3px;
}

.popup-table .popup-info-qua{
    width: 10%;
    text-align: center;
}

.popup-table .popup-info-tt{
    width: 20%;
    text-align: center;
}

.popup-total td{
    font-size: 18px!important;
}

.width_80{
    width: 80%;
}

.width_20{
    width: 20%;
}

.popup-total-table td{
    text-align: right;
    height: 30px;
    font-size: 15px;
}

.popup-total-table{
    margin-bottom: 20px;
}

.tiep-tuc-mua-hang{
    width: 290px;
    height: 40px;
    text-transform: uppercase;
    background: #44be4c;
    color: #fff;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.tiep-tuc-mua-hang:hover{
    background: #47a848;   
}

.tien-hanh-dat-hang{
    width: 290px;
    height: 40px;
    text-transform: uppercase;
    background: #f36b2d;
    color: #fff;
    display: block;
    float: right;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.tien-hanh-dat-hang:hover{
    background: #dc622a;   
}