.menu-link img {
    width: 32px;
    font-size: 14px;
    font-weight: 300;
}

.menu-has-sub .menu-link:after {
    margin-right: 3px;
}

.a-links {
    width: 100%;
}

.tab-link {
    color: #000;
}

.readmore-btn {
    width: 100%;
}

.resuiltSearch {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    left: 0;
    background: #ffffff;
    padding: 10px 15px;
    box-shadow: 0 10px 25px -10px #000;
    width: 100%;
}

    .resuiltSearch li {
        margin-bottom: 5px;
        border-bottom: 1px dashed #eee;
        list-style: none;
        padding: 0 0 5px 0;
    }

ul.resuiltSearch li a {
    color: #215dad;
    font-weight: bold;
}

ul.resuiltSearch li img {
    width: 100px;
    height: auto;
}

ul.resuiltSearch li h4 {
    font-weight: bold;
    font-size: 14px;
}

ul.resuiltSearch li .pri-item {
    color: #f00;
}

.sub-menu-wrap {
    width: 300px;
}

.ks-header-search {
    position: relative;
    overflow: inherit;
}

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.ks-dropdown__content {
    right: 0px;
}

.ks-breadcrumb-slider .swiper-horizontal {
    text-align: center;
}

.card {
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-header {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 11px 10px;
    color: #000;
    border-bottom: 2px solid #ececec;
    text-transform: uppercase
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-header {
    background-color: #dc0021;
    text-align: center;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem; */
}
.card-body {
    padding: 1.25rem;
}
.datedh {
    font-style: italic;
    margin-bottom: 10px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}
.table-my-order {
    text-align: left;
}
.table-striped {
    font-size: 13px;
    color: #444;
}
    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
.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: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px dotted #d7d7d7;
}
img.img-thumb-small-table {
    height: 100px;
}
.tt-kh-cart {
    width: 100%;
    float: left
}
.card-body .title {
    text-align: center;
    color: #000;
    float: left;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
}
.card form input.form-control {
    height: 37px;
}
.card-footer {
    text-align: right;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
}
    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.card-header h1 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.red {
    color: #ed1a21;
}
.comment .txtname{
    margin-bottom:0px;
}
.comment__item .support {
    margin-top: 0px;
    margin-bottom: 0px;
}
.btn-danger {
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.quantity {
    height: 40px;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #c8c9c6;
    background-color: #fff;
    box-shadow: none
}

.inc.qtybutton, .dec.qtybutton {
    font-weight: 300;
    cursor: pointer;
    float: left;
    font-size: 22px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: all .4s ease 0;
    width: 30%
}

input.cart-plus-minus-box {
    float: left;
    line-height: 29px;
    width: 40%;
    text-align: center;
    border: none;
    -moz-appearance: textfield;
    background: rgba(255,255,255,0.9) none repeat scroll 0 0;
    color: #777;
    font-size: 14px;
    height: 38px;
    line-height: 14px;
    padding: 8px;
    transition: all .3s ease 0
}

.card form input.form-control {
    height: 37px;
}

.mt10 {
    margin-top: 10px;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.btn-stop-order {
    font-size: 15px;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #183544;
    font-weight: 400;
}
.btn-next-order {
    padding: 7px 15px;
    font-size: 16px;
    background: #d72623;
    border: 1px solid #d72623;
    color: #fff;
    font-weight: 400;
}
    .btn-next-order:hover {
        color: #fff;
    }


.wrap_cart_suscess {
    padding: 30px 0
}

    .wrap_cart_suscess h2 {
        color: #00f;
        font-weight: 700;
        margin: 0 0 30px
    }

    .wrap_cart_suscess h3 {
        font-size: 20px
    }

    .wrap_cart_suscess a {
        background: #00f;
        color: #fff;
        margin: 20px 0 0
    }
#hotline-scroll-section {
    position: fixed;
    z-index: 99999;
    bottom: 0rem;
    left: 10px;
    width: 60px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    height: auto;
}

.fade.in {
    opacity: 1 !important;
}

.modal-backdrop {
    background-color: #000000a6;
}