﻿.orders-layout-box {    
    position: absolute;       
    top: 10px; 
    bottom: 0px; 
    left: 0px; 
    right: 480px; 
    height: auto; 
    background-color: #fff;    
    padding: 5px 15px;
}

.orderReview-layout-box {       
    position: absolute; 
    top: 0px; 
    bottom: 0px; 
    right: 20px;     
    width: 450px;
    /*border-left: 1px solid #f79239;*/
    padding: 20px;
    background-color: #F8F8F8;
} 

.orderReview-footer {
    position: absolute;
    bottom: 0; 
    height: 70px;
    line-height: 70px;
    left: 20px;
    right: 20px;    
}

/*Adaptive Layout*/

@media screen and (max-width: 1279px) {

    .orders-layout-box {   
        left: 0px; 
        right: 0px;     
    }

    .orderReview-layout-box {  
        display: none;
    }    
}