.rma-error-message{
    margin: 1.5em 0;
}

.rma-error-message span{
    display: inline-block;
    padding: 10px;
    color:#fff;
    background: red;
}

.rma-help .btn{
    white-space: normal;
}

.rma-basket > input[type="radio"], .rma-basket > input[type="checkbox"]{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.rma-basket .rma-basket-item{
    display: block;
    margin: 0;
    padding: 0.75em;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.rma-basket .rma-basket-form{
    margin: 1.5em 0 3em;
    display: none;
}

.rma-basket .rma-basket-item ~ .rma-basket-item{
    margin-top: 1em;
}

.rma-basket .rma-basket-item .rma-basket-item-image{
    position: relative;
}
.rma-basket .rma-basket-item .rma-basket-item-image img{
    display: block;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ebebeb;
}
.rma-basket .rma-basket-item .rma-basket-item-quantity{
    background: #7c7c7c;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
}

.rma-basket .rma-basket-item ul.rma-basket-item-props{
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #959494;
}

.rma-basket .rma-basket-item:hover, .rma-basket > input:checked + .rma-basket-item{
    background: #d9d9d9;
    color: #343a40;
}

.rma-basket > input:checked + .rma-basket-item + .rma-basket-form{
    display: block;
}

.rma-basket .rma-basket-item:hover ul.rma-basket-item-props, .rma-basket > input:checked + .rma-basket-item ul.rma-basket-item-props{
    color: #343a40;
}

.rma-basket .rma-basket-item:hover .rma-basket-item-image img, .rma-basket > input:checked + .rma-basket-item .rma-basket-item-image img{
    border-color: #d9d9d9;
}

.rma-help-search-wrap{
    max-width: 760px;
    margin: 40px auto 6.5em;
}

.rma-help-search-row{
    margin-bottom: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rma-help-search-row > .rma-help-search-col:first-child{
    min-width: 100px;
}

.rma-help-search-col ~ .rma-help-search-col{
    flex-grow: 1;
}

.rma-help-search-col select{
    padding-left: 1em;
    padding-right: 1em;
}

.rma-help-search-col input, .rma-help-search-col select{
    width: 100%;
}

.rma-help-search-col.rma-help-search-double-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rma-help-search-col.rma-help-search-double-input input, .rma-help-search-col.rma-help-search-double-input select{
    width: 49%;
}

.rma-help-rm-input-wrap{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.rma-help-rm-input-wrap > .rma-help-rm-input{
    flex-grow: 1;
    margin-right: 1em;
}

@media screen and (max-width: 767px) {
    .rma-help-search-col.rma-help-search-double-input{
        display: block;
    }
    .rma-help-search-col.rma-help-search-double-input input, .rma-help-search-col.rma-help-search-double-input select{
        width: 100%;
    }
    .rma-help-search-col.rma-help-search-double-input input:first-child, .rma-help-search-col.rma-help-search-double-input select:first-child{
        margin-bottom: 0.5em;
    }
}

@media screen and (max-width: 575px) {
    .rma-help-search-row{
        display: block;
    }
}