.jash_reforder__table .table_product {
    width: 70% !important;
}

.jash-reforder__table .table_quantity {
    width: 30% !important;
}

.jash__handle_submit .alert {
    padding: 10px 35px 0 !important;
    margin-top: 25px;
}

.back-my-account {
    margin-top: 25px;
}

.container-upload-jash {
    margin-top: 35px;
    margin-bottom: 50px;
}

.container-upload-jash h3 {
    margin-bottom: 20px;
}

.upload-btn-jash-container {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #jash_reforder .jash-reforder__table input {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #jash_reforder .jash-reforder__table input {
        width: 100%;
    }
}

#jash_reforder .select2-dropdown {
    z-index: 9999;
}

.jash__handle_submit .alert ul li {
    list-style-type: disc !important;
    line-height: 1.5rem;
}

#jash_reforder .jash_product_select__container {
    position: relative;
    width: 100%;
}

#jash_reforder .jash_product_select__dropdown {
    display: none;
    border: 1px solid #d6d4d4;
    padding: 5px;
    position: absolute;
    background: #fff;
    color: #9c9b9b;
    width: 100%;
    z-index: 999;
    cursor: pointer;
}

#jash_reforder .product_dropdown_image {
    max-width: 40px;
    z-index: 1;
}

#jash_reforder .product_dropdown_item {
    position: relative;
    height: 40px;
}

.jash-reforder-active {
    background-color: #00A4E7;
    color: white;
}

#jash_reforder .product_dropdown_item {
    padding: 5px;
}

#jash_reforder .product_dropdown_item:before{
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
    z-index:0;
}

.jash_product_chosen .img-remove {
    cursor: pointer;
}

.pull-right {
    float: right;
}

.jash-reforder__too_many {
    background: #f5f5f5;
    padding: 8px;
    margin-top: 10px;
}
