/*-- medium devices: desktops, 992px and up --*/
/*@media screen and (min-width:992px) {
    .ship_form {
        padding-left:0px;
        padding-right: 20px;
    }
    .addr-menu li {
        margin-bottom:0px;
    }

    .section-block {
        border: 1px #cecece solid;
        padding:10px;
        margin-bottom: 20px;    
    }

    .twSectionSidebar>div[class*=subTitle] {
        margin-top:0px;
        margin-bottom:0px;
        text-align: center; 
    }
    .choose .twSectionSideBar {
        background-color:#cecece;
        overflow-y:auto;
        overflow-x:hidden;
        padding-bottom:10px;
        position:fixed;
        right:10px;
        top:130px;
        bottom:80px;
    }

    .cart .twSectionSidebarWrapper {
        position:fixed;
        background-color:#cecece;
        overflow-y:auto;
        overflow-x:hidden;
        padding-bottom:10px;
        color:inherit;        
        right:10px;
        bottom: auto;
        left: 75%;
        top: auto;    
    }
    .checkout .twSectionSidebarWrapper {
        position:fixed;
        background-color:#cecece;
        overflow-y:auto;
        overflow-x:hidden;
        color:inherit;        
        padding-bottom:10px;
        right:10px;
        bottom: auto;
        left: 82%;
        top: 130px;    
    }

    .quarter-3 {
        width:74%;
        display:inline-block;
    }
    .quarter-1 {
        display:inline-block;
        width:24%;
    }
    .previewContainer {
    }
    .preview-block {
        border-top: none;
        margin-bottom:20px;
    }    
    .preview-block > img {
        vertical-align:bottom;
        display:block;
    }
    .preview-block > .btn {
        position:relative;
        margin-top:5px;
        margin-bottom:10px;
        float:right;
        margin-right:15px;
    }    
    .nav-justified > li {
        border: 1px solid #cecece;
        border-radius: 5px;
    }
    .section-group {
        border:2px solid #cecece;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        padding:10px;
    }
}*/

    .cart .twSectionSidebarWrapper .continue-btn {
        float: right;
        margin: 10px -15px 0px;        
    }

    .ship_form {
        padding-left:0px;
        padding-right: 20px;
    }
    .addr-menu li {
        margin-bottom:0px;
    }

    .section-block {
        border: 1px #cecece solid;
        padding:10px;
        margin-bottom: 20px;    
    }
    .twSectionSidebar>div[class*=subTitle] {
        margin-top:0px;
        margin-bottom:0px;
        text-align: center; 
    }
    .choose .twSectionSideBar {
        background-color:#cecece;
        overflow-y:auto;
        overflow-x:hidden;
        padding-bottom:10px;
        right:20px;
        position:fixed;
    }
    .personalize.twSectionSideBar {
        background-color:#cecece;
        overflow-y:auto;
        overflow-x:hidden;
        padding-bottom:10px;
        position:fixed;
        right:auto;
        bottom: 80px;  
        left: 83.3333%;
        top: 130px;      
        color:inherit;        
    }
    .previewContainer {
        background-color:#cecece;
    }
    .quarter-3 {
        width:74%;
        display:inline-block;
    }
    .quarter-1 {
        display:inline-block;
        width:24%;

    }
    .preview-block {
        border-top: none;
        margin-bottom:20px;
    }    
    .preview-block > img {
        vertical-align:bottom;
        display:block;
    }
    .preview-block > .btn {
        position:relative;
        margin-top:10px;
        margin-bottom: 10px;
        float:right;
        margin-right:14px;
    }    
    .nav-justified > li {
        border: 1px solid #cecece;
        border-radius: 5px;
    }
    .section-group {
        border:2px solid #cecece;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        padding:10px;
    }


