#order_step {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#order_step {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
#order_step .step_line {
    border-top: 1px solid #C5C5C5;
    position: absolute;
    top: 30px;
    width: calc(100% - 100px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

#order_step li {
    float: left;
    position: relative;
    width: 20%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    padding: 8px 0;
    white-space: nowrap;
    z-index: 1;
}

#order_step li {
    width: 25%;
}

#order_step li {
    position: relative;
}

#order_step .step_current .step_number, #order_step .step_done .step_number, #order_step .step_current_end .step_number {
    width: 30px;
    height: 30px;
    background: #EA8914;
    border: 1px solid #EA8914;
    filter: none;
    border-radius: 50%;
    font-size: 0;
    position: relative;
}

#order_step .step_number a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

#order_step .step_number a {
    display: block;
    color: #ffffff;
}
#order_step a {
    opacity: 1;
    color: #444444;
}
#order_step .step_done .step_number a:after {
    content: url(/modules/returnmanager/views/img/tick-icon.svg);
    width: 27px;
    height: 24px;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#order_step .step_current .step_name {
    color: #EA8914;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
}
#order_step .step_done .step_name {
    color: #EA8914;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
}
#order_step .step_name {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: rgba(53, 53, 53, 0.24);
    text-transform: uppercase;
}
#order_step li:after {
    content: "";
    width: 88%;
    height: 1px;
    background: #ffa43a;
    position: absolute;
    right: -50%;
    top: 30px;
    /* transform: translateX(-50%); */
    z-index: -1;
}






.custom-select {
    background: #3535350F !important;
    border: none !important;;
    box-shadow: none !important;;
    width: 57px !important;
    text-align: center;
}
#return_list_data .rm-price {
    padding: 0px !important;
}
#order_step.return-step li:nth-child(3) {
    display: block !important;
}
#order_step.return-step {
    max-width: 700px;
    margin-bottom: 0px;
    margin-top: 15px;
    /*display: none;*/
}
#order_step.return-step li {
    width: 33.3%;
}
#order_step.return-step li:after {
    width: 98%;
}
#order_step.return-step .step_current .step_number, #order_step.return-step .step_done .step_number, #order_step.return-step .step_current_end .step_number {
    width: 32px;
    height: 32px;
}
#order_step.return-step .step_number {
    width: 32px;
    height: 32px;
}
#order_step.return-step .step_name a {
    font-family: Lato;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    color: #FFA43A;
}
#order_step.return-step .step_todo .step_name a, #order_step.return-step .step_end .step_name a {
    color: #3535353D;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
}
.returns-selected {
    margin-top: 17px;
    display: none;
    background: #3535350F;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 25px;
}
.right-return-sec {
    margin-left: auto;
}
.next-step-btn {
    background: linear-gradient(180deg, #FFA43A 0%, #EA8914 100%);
    border-radius: 8px;
    width: 331px;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.left-return-sec {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #FFA43A;
    display: flex;
}
#selected_return_count {
    padding-right: 4px;
}
.return-step-2 {
   display: none;
}
.return-step-3 {
   display: none;
}
.custom-tabel-view tbody tr td {
    padding-left: 16px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
    color: #000000;
}
table.custom-tabel-view {
    background: #FFFFFE !important;
}
.list-title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #000000;
    margin-top: 8px;
}
.record-title {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}
.record-info {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #000000;
}

.record-sec {
    margin-top: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.record-sec .title {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.record-sec .return-button {
    width: 333px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    background: linear-gradient(180deg, #FFA43A 0%, #EA8914 100%);
    box-shadow: 0px 2px 4px 0px #35353533;
    border-radius: 8px;
}
.record-wait-info {
    margin-bottom: 20px;
}
.returns-selected-list {
    background: #3535350F;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: end;
    padding-right: 40px;
    margin-top: 20px;
}
.record-list-count {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    color: #FFA43A;
}
#order_step .step_number {
    background: #fff;
    border: 1px solid #ffa43a;
}


/* return selected list */
.custom-tabel-view-return thead tr th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: #EA8914 !important;
    background-color: #EA8914 !important;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 16px;
    font-family: 'Lato';
    border-bottom: none !important;
    padding-left: 16px;
    font-weight: 400;
}
.custom-tabel-view-return tbody tr td {
    padding-left: 16px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
    color: #000000;
}
custom-tabel-view-return tbody tr {
    font-size: 16px;
    color: #000000;
    font-family: 'Lato';
}
table.custom-tabel-view-return {
    border-spacing: 2px;
    font-family: 'Lato';
    border: none;
}
table.custom-tabel-view-return {
    background: #FFFFFE !important;
}
.return-product-head td {
    font-family: Lato !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.2px !important;
    /* text-align: center; */
    color: #000000 !important;
}
.custom-return-head td {
    font-family: Lato !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left !important;
    color: #000000 !important;
}
.product-selected-list td.price {
    font-family: Lato !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19.2px;
    text-align: left !important;
    color: #000000 !important;
}
.product-selected-list td.rm-quantity {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #353535;
}
.choose-option-sec .product-options {
    display: flex;
    align-items: center;
}
.choose-option-sec .rm-quantity {
    background: #3535350F;
    width: 201px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    color: #353535;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 17px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 174px;
}
.choose-option-sec .edit {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #EA8914;
}
.choose-option-sec .remove {
    width: 12px;
    height: 12px;
    color: #000000;
    margin-left: 60px;
}
.product-total-sec .product-bottom {
    background: #F3F3F3;
    box-shadow: 0px 2px 4px 0px #35353533;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #EA8914;
    display: flex;
    align-items: center;
}
.product-total-sec .total-text {
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
}
.product-total-sec .total-price {
    margin-left: 234px;
}
.product-total-sec td {
    padding: 0;
    padding-left: 0px !important;
}
.next-view-product td {
    padding: 0;
    padding-left: 0px !important;
}
.next-view-product td hr {
    border-top: 1px solid #353535 !important;
}
.product-options .remove:after {
    background-image: url(/modules/returnmanager/views/img/close-icon.svg);
    content: "";
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
}
.product-detail-sec img {
    width: 80px !important;
    /*height: 80px;*/ 
    border-radius: 8px;
    margin: 0 10px;
}

.return-summary-bottom {
    display: flex;
    gap: 27px;
    max-width: 100%;
    margin-bottom: 30px;
}
.return-summary-card {
    width: 565px;
    background: #3535350F;
    box-shadow: 0px 2px 4px 0px #35353533;
    border-radius: 8px;
    height: 305px;
}
.return-summary-card-right {
    width: 565px;
}
.return-summary-sec {
    padding: 15px;
}
.return-summary-sec .return-summary-text {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}
.return-summary-sec hr {
    border: 1px solid #EA8914 !important;
    margin-top: 20px;
    margin-bottom: 15px;
}
.return-summary-prices .right-sec-price {
    margin-left: auto;
}
.return-summary-prices {
    display: flex;
    align-items: center;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: left;
    color: #000000;
}
.return-summary-prices .left-sec-title, .return-summary-prices .right-sec-price {
    font-family: Lato !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 31.2px !important;
    text-align: left !important;
    color: #000000 !important;
}
.return-summary-grand {
    display: flex;
    align-items: center;
}
.return-summary-grand .left-sec-title {
    font-family: Lato;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #EA8914;
    text-transform: uppercase;
}
.return-summary-grand .right-sec-price {
    margin-left: auto;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #EA8914;
}
.return-summary-sec-right .add-title-text {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.return-summary-sec-right .return-msg-info {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    margin-top: 20px;
    color: #000000;
    margin-bottom: 15px;
}

.return-summary-sec-right .return-msg textarea {
    background: #F3F3F3 !important;
    box-shadow: 0px 2px 4px 0px #35353533 !important;
    border: none !important;
    height: 207px;
}
.summary-check {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.summary-check-info {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #000000;
    margin-left: 7px;
    margin-top: -3px;
}
.import-sec {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.import-sec label.title {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.import-file-sec {
    display: flex;
    background: #3535350F;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    width: 323px;
    margin-left: 20px;
}
.import-file-btn {
    width: 148px;
    background: #FFFFFF;
    border: 1px solid #353535;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #353535;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    cursor: pointer;
}
.import-file-sec label {
    font-family: Lato !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 16.8px !important;
    text-align: center !important;
    margin-top: 5px;
    margin-left: 10px;
}
.return-valid-two {
    display: none;
}
.return-valid-two .valid-go-next {
    background: linear-gradient(180deg, #FFA43A 0%, #EA8914 100%);
    box-shadow: 0px 2px 4px 0px #35353533;
    width: 331px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}
.returns-selected-list .right-return-list {
    display: flex;
    align-items: center;
}
.record-list-count {
    margin-left: 16px;
}
.right-return-list .total-product-count {
    margin-left: auto;
    margin-right: 134px;
}
.pdf-download-btn {
    width: 333px;
    background: linear-gradient(180deg, #FFA43A 0%, #EA8914 100%);
    box-shadow: 0px 2px 4px 0px #35353533;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    margin-left: auto;
}
.total-product-count {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #EA8914;
}
#return-selected-list tr td div {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
    color: #000000;
}
#return-selected-list tr td .qty {
    font-family: Lato !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.2px !important;
    text-align: left;
    color: #000000;
}
.custom-tabel-view thead tr th {
    background: #EA8914 !important;
}
.search_section_top button {
    background: linear-gradient(180deg, #FFA43A 0%, #EA8914 100%) !important;
}
#return_list_data .rm-heading{
    background: #EA8914 !important;
}
.return-list-border hr {
    border: 1px solid #353535 !important;
}
.return-apply-sec {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.message-write {
    width: 757px;
    border: none !important;
    background: #3535350F !important;
}
.apply-message {
    width: 331px;
    background: linear-gradient(180deg, #FFA43A 0%, #EA8914 100%);
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
    margin-left: auto;
}
.return-list-border td {
    padding-left: 0px !important;
}
#download_return_slip {
    color: #FFFFFF !important;
}
.custom-mobile {
    display: none;
}
.custom-rm-multiple {
    display: none;
}
.rm_row.rm_history_header.rm_center_align  .rm_label_orderstatus{
    color: #000000 !important;
    width: 100% !important;
}
/*
.rm_scrollable_div.return-header {
  display: none;
}  */
#rm_return_history_block {
  display: inline-table;
}
.white_content {
  z-index: 10000000001 !important;
}
#rm_single_order_detail_container .breadcrumb.nav_page_path, #rm_single_order_detail_container .account-line, #rm_single_order_detail_container .order-detail-title {
    /*display: none;*/
}
#rm_single_order_detail_container .footer_links.history_footer_links {
    /*display: none;*/
}

@media only screen and (max-width: 480px) {
    thead {
        visibility: visible;
    }
    .custom-desktop {
	display: none !important;	
    }
    .custom-mobile {
        display: block;
    }

    .rm_label_orderstatus {
    	width: 121px !important;
	padding-top: 8px !important;
   	padding-bottom: 9px !important;
    	font-family: Lato !important;
    	font-size: 14px !important;
    	font-weight: 600 !important;
    }
    #return_list_data .list-page td div {
    	font-size: 14px !important;
	font-weight: 400 !important;
    }
    .product-detail-sec img {
	display: none;
    }
    .product-detail-sec .rm_product_name a {
	font-size: 12px !important;
    }
    .product-detail-sec .rm_product_attr {
        font-size: 12px !important;
    }
    .return-header table th {
    	padding-left: 7px !important;	
    }
    .return-header table td {
	padding-left: 7px !important;
    }
    .custom-rm-date {
   	width: 90px;
    }
    #return_list_data .rm-price {
    	font-size: 12px !important;
    }
    #return_list_data .rm-quantity {
	font-size: 12px !important;
    }
    .rm-custom-quantity {
	display: flex;
	align-items: center;
	font-family: Lato;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 14.4px;
	text-align: left;
    }
    .custom-rm-sec {
	text-align: left;
	margin-left: auto;
        line-height: 14.4px;
    }
    #return_list_data .rm-return-sec button {
	width: 56px;
	background: #FFA43A !important;
	font-family: Lato !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 16.8px;
	text-align: center !important;
	color: #FFFFFF !important;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
    }
    .rm-custom-quantity div:first-child {
	width: 50px;
    }
    #return_list_data .list-page td span {
    	font-family: Lato !important;
    	font-size: 14px !important;
    	font-weight: 400 !important;
   	line-height: 16.8px !important;
    	color: #000000;
    }
    .view-detail-mb {
    	margin-top: 9px;
    }
    #return_list_data .rm-price {
	text-align: center;
    }
    .search_section_top {
	max-width: 100%;
    	display: flex;
    }
    .search_section_top button {
    	width: 121px;
	font-size: 14px !important;
        background: #FFA43A !important;
    }
    .search_section_top input {
	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    .view-detail-mb img {
    	margin-left: 6px;
    }
    .rm-product-mutiple {
    	width: 310px;
   	height: 48px;
    	gap: 0px;
	background: #FFA43A;
   	margin-top: 20px;
    	margin-left: auto;
    	align-items: center;
    	display: grid;
    	font-family: Lato;
   	font-size: 14px;
   	font-weight: 400;
    	line-height: 16.8px;
    	text-align: center;
    	color: #FFFFFF;
    	text-transform: uppercase;  
    }
    .custom-rm-multiple {
        display: none;
    }
    #return_list_custom_data .rm-heading {
    	padding: 9px !important;
   	font-family: Lato;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 16.8px;
    	text-align: left;
    	color: #FFFFFF;
    }

    table#return_list_custom_data tr:first-child th:first-child {
    	border-radius: 7px 0px 0px;
    }
    
    table#return_list_custom_data tr:last-child th:first-child {
    	border-radius: 0px 0px 0px 7px;
    }
    table#return_list_custom_data tr td, table#return_list_custom_data tr td div {
      	color: #000000;
      	font-family: Lato !important;
      	font-size: 14px !important;
      	font-weight: 400 !important;
      	line-height: 16.8px;
    }
    table#return_list_custom_data .rm_label_orderstatus {
        width: 123px !important;
        padding-top: 8px !important;
        padding-bottom: 9px !important;
        font-family: Lato !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        border-radius: 4px;
    }
    table#return_list_custom_data .rm_clickable_accordian {
        background-color: #FFFFFF !important;
    }
    .return-header.return-step-1 {
        display: none;
    }

}

@media only screen and (max-width: 360px) {
    thead {
        visibility: visible;
    }
}


/* The Modal (background) */
.custom-modal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
  /* Modal Content */
.custom-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
  
  /* The Close Button */
.custom-modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.custom-modal .close:hover,
.custom-modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}