.row-mimic {
    display: table;
    width:100%;
}

.row-mimic >div{
    display: table-cell;
    float:none;
}

.vertical-top{
    vertical-align: top;
}

.product-brief{
    color: #9e9e9e;
    font-size: 15px;
}

.product-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.price-tag{
    color: #d59e66;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.divider{
    background-color: #d3dbe2;
    height: 1px;
    margin: 40px 0px;
}

a{
    color:#d59e66;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding:16px;
}

.informative-order{
    margin:30px 0px;
}

.order-details-box{
    border-radius: 10px;
    /* border: 2px solid #d59e66; */
    background-color: #f3f3f3;
    margin: 38px 0px;
    margin-top:0px;
    padding: 17px;
}

.update-reason-button{
    padding: 0px 10px;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    margin-top: 15px;
}

.order-details-box > div{
    margin: 10px 0px;
}

.order-details-box .order-details-label{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    width: 152px;
}

.success-message{
    background-color: #9cef9c;
    padding: 18px;
    border-radius: 10px;
    color: #5b885b;
    margin-bottom: 15px;
}

.selected-other{
    border: 2px solid #d59e66;
}

.product-image-container{
    border-radius: 10px;
    background-size: contain;
    overflow: hidden;
    height: 315px;
    background-repeat: no-repeat;
    position: relative;
    width: 255px;
    max-width: 100%;
    background-position: center center;
}

.product-image-container-modal{
    border-radius: 10px;
    background-size: contain;
    overflow: hidden;
    height: 500px;
    background-repeat: no-repeat;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-position: center center;
}

input{
    height: 50px;
    border-radius: 7px;
    font-size: 18px;
    transition: all 0.3s ease;
    line-height: 50px;
    border: 2px solid #f1f1f1;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 7px;
    -webkit-appearance: none;
    appearance: none;
}

@media (min-width: 768px){
.modal-dialog.large {
    width: 1000px;
}
}


.overlay-wrapper{
    background-color: #ffffffeb;
    position: absolute;
    left:0;
    right: 0;
    width:100%;
    height: 100%;
    display: none;
}

div:hover > .overlay-wrapper{
    display: block;
    }

.overlay-wrapper-content{
    position: absolute;
    top:50%;
    text-align: center;
    color:#fff;
    font-size:18px;
    width:100%;
    display: inline-block;
    margin:0 auto;
    transform: translateY(-50%);
}

.exchange-items{
    width: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 3px #d3dbe2;
    padding: 26px;
}