body {
    font-family: verdana, arial, helvetica, sans-serif;
}
.hide {
    display: none;
}
.body {
    width: 98%;
    margin: 3% 1% 0;
    font-size: 12px;
}
.body h1 {font-size: 24px;margin-top: 40px;font-weight: normal;color: #c80000;}
.bodyTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    height: 260px;
}
.bodyTable tr td:nth-child(1), .bodyTable tr td:nth-child(3), .bodyTable tr td:nth-child(5) {
    width: 10%;
}
.bodyTable tr td:nth-child(2), .bodyTable tr td:nth-child(4), .bodyTable tr td:nth-child(6) {
    width: 23.3%;
}
.returnOpt {
    width: 250px;
    position: relative;
    height: 120px;
    text-align: center;
    padding: 30px 50px;
    border: 1px solid #aaa;
    border-radius: 12px;
    margin: 0 auto;
    background-color: #fff;
}
.returnOpt p {
    margin: 20px 5px;
}
.returnOpt p b {
    display: block;
    font-size: 14px;
}
.returnOpt p span {
    display: block;
    margin-top: 10px;
}
.returnOptTxt {
    margin-bottom: 35px !important;
    height: 57px;
}
.returnOptBtn {
    padding: 6px 20px;
    border: 1px solid #aaa;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    color: #1e1ea7;
    background-image: linear-gradient(0deg, #b5b59c, #c7c7ac, #d8d8bc, #ececcd, #fdfdd9);
}
.preferedBtn {
    background-image: linear-gradient(0deg, #7babab, #8abfbf, #96cece, #a3e2e2, #b3f7f7);
    /* color: #eee; */
}
a.returnOptBtn.preferedBtn {}
.returnOpt:hover {
    box-shadow: 0 0 5px 1px #555;
}
.bodyTable tr:nth-child(1) td:nth-child(1), .bodyTable tr:nth-child(1) td:nth-child(2), .bodyTable tr:nth-child(1) td:nth-child(3), .bodyTable tr:nth-child(1) td:nth-child(4), .bodyTable tr:nth-child(1) td:nth-child(5) {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-radius: 10px 10px 0 0;
}
.bodyTable tr:nth-child(1) td:nth-child(1) {
    border-left: 1px solid #aaa;
}
.bodyTable tr:nth-child(1) td:nth-child(5) {
    border-right: 1px solid #aaa;
}
.bodyTable tr:nth-child(1) td {
    background-image: linear-gradient(0deg, #bbb, #ccc, #ddd, #eee, transparent);
    height: 230px;
}
.faqZone {
    margin: 10px 50px;
    padding: 10px;
    text-align: justify;
    line-height: 1.5;
    border: 1px solid #bbb;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    top: -10px;
}
.bodyTable tr:nth-child(1) td:nth-child(6) {
    background: none;
    position: relative;
}
.faqZone h3 {
    color: #c80000;
    font-weight: 600;
    font-size: 14px;
}
.returnSteps {
    width: 100%;
    border: 1px solid #aaa;
    height: 300px;
    border-radius: 15px;
    background-image: url('../images/return_steps.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 220px 50%;
}
.returnSteps h2 {
    color: #c80000;
    font-weight: normal;
    font-size: 18px;
    margin-left: 10px;
}
.returnSteps h3 {
    color: #c80000;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    display: inline-block;
}
/************************** Cart Page **************************/
.erroFill {
    box-shadow: 0 0 5px 1px #ff0000;
}
#orderList, #returnSummary {
    display: inline-block;
    padding: 20px;
    text-align: start;
    background-color: #f7f7f7;
    box-shadow: 0 0 5px #ddd;
    float: left;
}
#orderList h1 {
    margin-top: 0px;
}
#orderList table {
    width: 100%;
    border-collapse: collapse;
}
#orderList table tr td:nth-child(1) {
    width: 10%;
    text-align: center;
}
#orderList table tr td:nth-child(2) {
    width: 50%;
}
#orderList table tr td:nth-child(3) {
    width: 30%;
    min-width: 350px;
}
#orderList {
    width: 60%;
    margin-left: 5%;
}
#returnSummary {
    width: 24%;
    margin-left: 30px;
}
.itemImg {
    width: 100px;
    height: 100px;
    background-image: url('../images/item.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
}
#orderList table tr td {
    position: relative;
    border-bottom: 1px inset #ddd;
    height: 100px;
}
.itemName {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 110px;
}
.itemName p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
}
.itemName p:nth-child(2) {
    font-size: 14px;
}
.itemReturnData {
    width: 100px;
    padding: 16px 10px;
    -webkit-appearance: button;
    border: 1px outset #ccc;
    border-radius: 10px;
}
.itemReturnData input {
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: none;
    background-color: transparent;
}
.itemReturnData input:hover {
    box-shadow: 0 0 5px #73c0f7;
}
.returnReason {
    margin-top: 40px;
}
.returnWhy {
    padding: 10px 5px;
    border: 1px outset #ccc;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #ddd, #fff);
    width: 99%;
}
.returnReason txtarea {
    width: 100%;
    display: block;
}
.returnReason span {
    display: block;
}
textarea {
    margin: 0px;
    width: 99%;
    height: 102px;
    font-size: 14px;
}
#orderList table tr td input[type="checkbox"] {
    position: absolute;
    top: 0;
    margin-top: 35px;
}
.returnDataCtn {
    width: 326px;
    margin: 0;
    padding: 0;
}
#itemListSummry {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
#returnSummary hr {
    margin: 20px 0;
    border-color: #dddddd36;
}
#btnContinue {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 6px 0;
    border-radius: 5px;
    border: 1px solid #7d0000;
    background-image: linear-gradient(0deg, #c32d2d, #e46969);
    color: #fff;
    cursor: pointer;
}
#itemListSummry tr td {
    position: relative;
    height: 110px;
    max-height: 300px;
    overflow-y: scroll;
}
#itemListSummry tr td div.itemImg {
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: 10px;
}
#itemListSummry tr td div.itemImg p {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 25px;
    height: 15px;
    padding: 5px 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
}
#itemListSummry tr td div.itemImg:nth-child(1) {
    margin-left: unset !important;
}



