body{
    overflow-x: hidden;
}

label.error {
    color: #d50c30  !important;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
}
.well {
    min-height: 20px;
    font-size: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.clsFavorite{
    background: red !important;
}
.clsLike{
    background: red !important;
}

.error-msg label.error,
.error-msg.focused label.error {
    position: absolute;
    bottom: -22px;
    top: auto;
    font-size: 13px;
    transition: none;
    font-weight:500;
}

.checkout-detail-box-outer .animated{
    -webkit-transform:translateY(0%) !important;
    opacity: 1 !important;
}

.table-responsive{
    position: relative;
}
.table>:not(caption)>*>*{
        padding: 1.2rem .5rem;
}

div.dataTables_wrapper div.dataTables_length select, 
div.dataTables_wrapper div.dataTables_filter input{
    height: auto;
    font-size: 16px;
}

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:after{
        bottom: 0.6em;
}

.page-link{
    color: #192335;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:#9d62e4;
    border-color: #9d62e4;
}