/*#region Popup for Cart*/
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px);
}

.titleModal {
    text-align: center;
    font-weight: bold;
    top: 49px;
    position: relative;
    font-size: 19px;
    color: #000;
}

.rh-cart-design .modal-dialog-centered .modal-header {
    height: 97px;
    padding: 0px;
}

.rh-cart-design .modal-dialog-centered .modal-footer {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-top: 25px;
}

.rh-cart-design .modal-dialog-centered .modal-header > .close {
    position: relative;
    font-size: 18px;
    top: 25px;
    opacity: 0.7;
    font-family: cursive;
    font-weight: 100;
}

.rh-cart-design .modal-dialog-centered.modal-dialog {
    width: 590px;
}

.rh-cart-design .modal-dialog-centered .modal-content {
    max-width: 590px;
    width: 100%;
    border-radius: 0px;
    padding-left: 38px;
    padding-right: 38px;
}

.rh-cart-design .modal-body {
    width: 550px;
    height: 460px;
}

.rh-cart-design .modal-dialog-centered .modal-footer .btn {
    width: 100%;
}

.rh-cart-design .modal-dialog-centered div.row > div {
    padding: 0px;
}

.rh-cart-design .modal-dialog-centered div.row {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rh-cart-design .modal-dialog-centered .modal-footer > div.row .btn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 500;
    line-height: 0px;
    text-transform: uppercase;
}

.rh-cart-design .modal-dialog-centered .modal-footer > div.row .btn.ok {
    border: 1px solid #ce5a65;
    color: #FFF;
    background-color: #ff4948;
}

.rh-cart-design .modal-dialog-centered .modal-footer > div.row .btn.cancel {
    border: 1px solid #fe4845;
    color: #fe4845;
    background-color: #FFF;
}

.rh-cart-design .modal-dialog-centered .modal-footer > div.row .btn > span {
    position: relative;
    top: 1px;
}

.rh-cart-design .modal-dialog-centered table tr td {
    text-align: left;
}

.rh-cart-design .modal-footer table {
    width:100%; 
    height: 100px;
}

.rh-cart-design .modal-footer table td.btnTd {
    width:243px;
}

.mod_option_box .titleDT img {
    height:71px; 
    width: 71px;     
    border: 1px solid #CCC;
    padding: 5px;
}

.rh-cart-design .modal-content {
    box-shadow: none;
}

.rh-cart-design .form-control {
    border: 1px solid #dbdbdb;
    box-shadow: none;
}

.detailProduct {
    height: 87px;
    margin-left: 17px;
    margin-right: 17px;
    padding-top:12px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}

.detailProduct.last {
    border-bottom: none;
}

div.btnClose {
    text-align: right;
    right: 0px;
    height: 16px;
    position: absolute;
    top: 15px;
    cursor: pointer;
}

div.btnClose > span {
    top: -4px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.detailProduct .title{
    color: #000;
}

.detailProduct .second {
    padding-top: 8px;
}

.detailProduct .second .title {
    float: right;
    top: -23px;
    position: relative;
}

.detailProduct .tblNumber {
    display:table;
}

.detailProduct .tblNumber > div {
    display: table-cell;
    width: 26px;
    text-align: center;
    border: 1px solid #e8e6e6;
    user-select: none;
    background-color: #FFF;
}

.detailProduct .tblNumber > div > img {
    position: relative;
}

.detailProduct .tblNumber > div.number {
    width:32px;
}

.detailProduct .tblNumber > div.minus {
    border-right:none;
    cursor: pointer;
}

.detailProduct .tblNumber > div.plus {
    border-left:none;
    cursor: pointer;
    position: relative;
}

.detailProduct .tblNumber > div.minus > img {
    top: -5px;
}

.detailProduct .tblNumber > div.plus > img {
    top: -1px;
}

.detailProduct .tblNumber > div.number > input {
    padding: 6px 3px 3px 3px;
    text-align: center;
    width: 100%;
    height: 24px;
    border: none;
}

.rh-cart-design .modal-dialog-centered .modal-header.hasScroll, 
.rh-cart-design .modal-dialog-centered .modal-footer.hasScroll,
.mod_option_box.hasScroll
{
    width: 496px;
}

.rh-cart-design .modal-dialog-centered .modal-header:not(.hasScroll), 
.rh-cart-design .modal-dialog-centered .modal-footer:not(.hasScroll),
.mod_option_box:not(.hasScroll)
{
    width: 512px;
}

.rh-cart-design .modal-dialog-centered .modal-header > .close.hasScroll {
    right: -25px;
}

.rh-cart-design .modal-dialog-centered .modal-header > .close:not(.hasScroll) {
    right: -12px;
}

.div-content-row {
    border: 1px solid #dbdbdb;
    background-color: #fcfcfc;
    min-height: 176px;
    overflow: auto;
}
/*#endregion Popup for Cart*/

.at-body {background-color: #f0f0f0;}
.at-footer{border-top: 2px solid #fff;}