﻿.order .header
{
    border-bottom: 1px solid #000;
}

.order .items::after{/*fix floating items images*/
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.order .info .shipment
{
    font-size: inherit;
    width: 120px;
    text-transform: none;
    cursor: default;
}

.order .items .item{
    display: inline-block;
    padding-right: 10px;
    width: auto;
    vertical-align: top;
}

.order .items .item .servicePlan{
    width: 100px;
}

.order .tracking
{
    font-size: inherit;
    max-width: 250px;
    padding: 5px 0;
    text-transform: capitalize;
}

.order .expectedDate {
    font-size: 1.5rem;
}

.order .imgItem {
     width:100px;
     height:100px;
}

.order .overlay, .returnItemsReasons .overlay, .orderRMAConfirmation .overlay {
     background-color: rgba(0,0,0,0.02);
     width: 100px;
     height: 100px;
     position: absolute;
     pointer-events: none;
     z-index: 2;
}

.orderDetails .title, .returnItems .title, .returnItemsReasons .title{
    font-size: 1.7rem;
    text-transform: uppercase; 
    padding-bottom: 10px;
    border-bottom: 2px solid black;
    margin-bottom: 25px;
}

.orderDetails .itemDetalCol{
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid black;
    font-weight: bold;
}

.orderDetails .origPrice {
    color: rgba(0,0,0,0.61);
}

.orderDetails .cellNoTop{
    border-top: none;
    padding-top: 0;
}

.returnItems table{
    margin-top:40px;
    margin-bottom:40px;
}

.returnItems table tr td{
    vertical-align:middle;
}

.returnItems table tr th{
    border-top:1px solid #FFF;
}

.returnItems table tr td:first-child, .returnItems table tr th:first-child{
    text-align:center;
    border-left:1px solid #FFF;
}

.returnItems table tr td:last-child, .returnItems table tr th:last-child{
    border-right:1px solid #FFF;
}

.returnItems table tr td:nth-child(1) > *
, .returnItems table tr td:nth-child(2) > *{
    max-width:75px;
}

.returnItems table tr td:nth-child(2) select{
    min-width: 55px;
}

.returnItemsReasons table{
    margin-top:40px;
}

.returnItemsReasons table tr td{
    vertical-align:middle;
}

.returnItemsReasons table tr th{
    border-top:1px solid #FFF;
}

.returnItemsReasons table tr td:first-child, .returnItemsReasons table tr th:first-child{
    text-align:center;
    border-left:1px solid #FFF;
}

.returnItemsReasons table tr td:last-child, .returnItemsReasons table tr th:last-child{
    border-right:1px solid #FFF;
}

.returnItemsReasons table tr td:nth-child(1), .returnItemsReasons table tr td:nth-child(2){
    width:75px;
}

.returnItemsReasons table a{
    cursor: pointer;
    text-decoration: underline;
}

.returnItemsReasons table a:hover{
    color: #000;
}

.returnItemsReasons .reasons {
    padding-left: 65px;
}

.returnItemsReasons .reasons label {
    font-weight: normal;
}


.orderRMAConfirmation table{
    margin-top:40px;
}

.orderRMAConfirmation table tr td{
    vertical-align:middle;
}

.orderRMAConfirmation table tr th{
    border-top:1px solid #FFF;
}

.orderRMAConfirmation table tr td:first-child, .orderRMAConfirmation table tr th:first-child{
    text-align:center;
    border-left:1px solid #FFF;
}

.orderRMAConfirmation table tr td:last-child, .orderRMAConfirmation table tr th:last-child{
    border-right:1px solid #FFF;
}

.orderRMAConfirmation table a{
    cursor: pointer;
    text-decoration: underline;
}

.orderRMAConfirmation table a:hover{
    color: #000;
}

.orderRMAConfirmation .reasons {
    padding-left: 65px;
}

.orderRMAConfirmation .reasons label {
    font-weight: normal;
}

.returnOrderTotals .cellNoTop{
    border-top: none;
    padding-top: 0;
}

.returnOrderTotals {
   padding-left: 0px;
}

.returnOrderTotals table tr td{
   padding-left: 0px;
}

.orderRMAConfirmationPage .continueShoppingBtn {
    padding-left: 0px;
}





.myOrdersPages .back{
    margin-bottom:10px;
    margin-left:15px;
    font-weight:bold;
    display:inline-block;
}

@media screen and (max-width: 375px){
    .orders
    {
        padding: 0 10px;
    }

    .order .items .item {
        float: left;
        padding-right: 0;
        text-align: center;
        width: 25%;
    }

    .order .tracking{
        max-width: none;
    }
}