
html[lang="he"] #returno-app {
    direction: rtl;
} 

#returno-app {
    display: flex;
    justify-content: flex-start;
    margin: auto;
    position: relative;
    width: 100%;;
    max-width: none;
    font-size: 13px;
    max-width: 1000px;
    margin:auto;
    font-family: 'Heebo';
}

#returno-app main {
    width: 100%;
}

#returno-app a {
    text-decoration: none;
    color: #000;;
}

.returns-items-container {
}



#returno-app .page {
    width:100%;
}
#returno-app h1 {
    font-size: 25px;
    font-weight: bold;
}
#returno-app h2 {
    font-size: 18px;
    font-weight: bold;
}
#returno-app .dashboard form {
     margin:auto;
     display: flex;
     gap:10px;
     align-items: end;
}
#returno-app .page input[type="text"] {
    padding:10px 10px;
    border-radius: 2px;
    border:1px solid #000;
    width: 100%;
    box-sizing: border-box;
}

#returno-app .page button {

    background-color: #000;
    color: #fff;
    padding:10px 10px 11px;
    width: 100%;
    border:0;
    border-radius: 2px;

}

#returno-app select {
    width: 100%;
    padding:10px;
}

#returno-app .overview {
    border:1px solid #D9D9D9;
    padding: 20px;;
    background-color: #ececec;;
}
#returno-app .overview h2{
    margin:0;
}

#returno-app .overview .overview-box {
    padding:10px 0;
}

.returns-items-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
    align-items: start;
    margin: 10px;
}

.returns-radio {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    border:1px solid #000000;
    color:#000000;
    border-radius: 10px;
    padding:6px 20px;
    cursor: pointer;
}
.returns-radio.selected {
    background-color: #000000;
    color: #fff;
}

.returns-items-actions .title {
    font-weight: bold;
}
.returns-radio i {
    font-size: 15px;
    margin: 0 10px;;
}

.returns-desc {
    padding:10px 0;
}


.returns-button {
    background-color: #000000;
    color: #fff;
    padding:10px 10px;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    width: 250px;
    text-align: center;
}
.returns-button.disabled {
    background-color: #a0a0a0;
    cursor:default;
}
.returns-types {
    display: flex;
    flex-direction: column;
    gap:10px;
}
.refunds-reasons {
    padding:10px 0;
}
.refunds-reasons label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    cursor: pointer;
    padding: 2px 0;;
}

.returns-bottom-actions {
    padding:20px;
    justify-content: start;
    display: flex;
}
    
.returns-bottom-actions {
    border-top:1px solid #D9D9D9;
}


.returns-order {
    border-radius:10px;
    border:1px solid #D9D9D9;
    margin-top: 20px;;
}

.returns-items-row {
    border-top:1px solid #D9D9D9;
}
.returns-items-orderinfo {
    padding:20px;
}
.returns-items-orderinfo .title {
    font-size: 17px;
    font-weight: bold;
}
.returns-items-table {
    display: flex;
    flex-direction: column;
}

.returns-items-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: row;
}
.returns-items-col {
    display: flex;
    align-items: normal;
    justify-content: ;
    gap: 0;
    width: 100%;
}

.returns-items-head {
    font-size: 15px;;
    font-weight: bold;
    padding: 10px 20px;;
}



.returns-radio-input input[type="radio"] {
    display: none;
}

.returns-radio-input {
    display: flex;
    flex-direction: row-reverse;
    position: relative;

}

.returns-radio-input div {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #8f8f8f;
    cursor: pointer;
    display: flex;;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;;

}


.returns-radio-input input[type="radio"]:checked + div {
    border-color: #000000;
    background-color: #000000;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
    display: block;
    position: relative;
}






.styled-checkbox input[type="checkbox"] {
    display: none;
}


.styled-checkbox {
    display: inline-block;
    position: relative;
}

.styled-checkbox .checkbox-label {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid #8f8f8f;
    cursor: pointer;
    display: flex;;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top:-10px;
    right:10px;

}


.styled-checkbox input[type="checkbox"]:checked + .checkbox-label {
    border-color: #0075ff;
    background-color: #0075ff;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
}


.styled-checkbox .checkbox-label i.fa-check {
    display: none;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-top:1px;
}


.styled-checkbox input[type="checkbox"]:checked + .checkbox-label i.fa-check {
    display: block;
}



.returns-popup {
    background-color: rgba(0, 0, 0, 0.351);
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.returns-popup-flex {
    background-color: white;
    box-shadow: 0px 0px 10px #00000093;
    width:700px;
    max-height: 70%;
    border-radius: 2px;
}
.returns-popup-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
}
.returns-popup-title {
    font-size: 20px;
}
.returns-popup-close {
    font-size: 20px;
    cursor: pointer;
}
.returns-popup-search {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
}
.returns-popup input[type="text"] {
    padding:10px 10px;
    border-radius: 2px;
    border:1px solid #000;
    box-sizing: border-box;
}

.returns-popup button {

    background-color: #000;
    color: #fff;
    padding:10px 10px;
    border:0;
    border-radius: 2px;

}
.returns-popup-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow-y: auto;
    padding: 20px;
    border-top:1px solid #D9D9D9;
    margin-top: 10px;
    height: 340px;
    overflow-x: hidden;
}
.returns-popup-content > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.returns-popup-product-top {

}
.returns-popup-product-bottom {

}
button.returns-popup-product-button {
    width: 100%;
    background-color: white;
    border: 1px solid #000;;
    color: #000;
    cursor: pointer;
}
.returns-popup-product-price {

}
.compare_notice,
.returns-notice {
    color: red;
}
.replace-items-col {
    flex:1;
    text-align: center;
}
.replace-items-col-title {
    font-size: 14px;
    font-weight: bold;
}
.replace-items-col-image {
    justify-content: center;
    width: 100%;
    display: flex;
    padding: 10px 0;
}
.returns-complete {    
    margin-top:20px;
    border: 1px solid #D9D9D9 ;
    border-radius: 10px;        
    display: flex;        
    justify-content: center;        
    flex-direction: column;        
    align-items: center;        
    padding: 20px 10px;
}
.success_icon {
    font-size:50px;
    color: green;
}
.success_text {
    font-size: 20px;
}
.payment_link_text {
    font-size: 20px;
}
.payment_link_url {

}
#returno-app .payment_link_url a{
    text-decoration: underline;
    font-size: 25px;
    color: green;
    font-weight: bold;
}
.returns-items-col-content-box {
    display: flex;
    align-items: start;
    /* border: 1px solid #D9D9D9; */
    /* padding: 10px 10px; */
    /* border-radius: 10px; */
}
.returns-items-col-content-box > div > img {
    width: 100%;
    max-width:120px;
}
.returns-items-col-content-box > div:last-child {
    padding: 20px 10px;
}
.returns-items-col-content-box-title > div:last-child{
    padding-right:10px;
}
.returns-items-col-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.returns-items-col-content-box-title {
    font-size: 19px;
    font-weight: bold;
    display: flex;
    margin: 0;
    border: 1px solid #D9D9D9;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}

.returns-items-col-content-box-title div:first-child {
    width: 150px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.returns-items-col-content-box-title div:first-child i {
    color: black;
    font-size: 30px;
}
.returns-items-col-buttons {
    width: 400px;
    background: #f6f6f6;
    padding: 10px;
}
.refunds-reason-title {
    font-weight: bold;
    margin-top: 15px;
    text-decoration: underline;
}
.refunds_choose_product .returns-radio{
    width:160px;
}
#returno-app .error {
    font-weight: bold;
    font-size: 20px;
    color: red;
    padding: 10px 0;
    border-radius: 10px;
    margin-top: 20px;
}

.returns-popup-product-image img{
    max-width: 100%;;
}


@media (max-width: 768px) {
    #dash-form {
        display: flex;
        flex-direction: column;
        align-items:normal;
    }
}