.kmqt p {
    margin: 0;
    padding: 0;
}

.wrap-kmqt {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 50px;
}

.kmqt-tt01 {
    justify-content: space-between;
}

.wrap-kmqt a {
    font-weight: 500;
    font-size: 16px;
    margin-top: 48px;
    color: #6D6E71;
    margin-right: 30px;
    line-height: 19px;
}

.kmqt-banner-head {
    width: 25%;
    height: 100px;
    padding: 0;
    border-radius: 15px 0 0 15px;
    border: 0px solid #FF6B00;
}

.kmqt-banner-head img {
    width: 139px;
    height: 100px;
    padding: 0;
    border-radius: 15px 0 0 15px;
}

.kmqt-01 {
    margin-top: 44px;
}

.kmqt-banner-end {
    padding: 0;
    width: 75%;
    border: 1px solid #FF6B00;
    border-radius: 0 15px 15px 0;
    height: 100px;
    padding-left: 11px
}

.kmqt-banner-end h2 {
    font-size: 20px;
    margin-top: 18px;
    font-weight: 500;
    line-height: 20px;
    height: 24px;
    margin-left: 0;
}

.kmqt-thanh1 {
    width: 100%;
    height: 5px;
    background-color: #C7C8CA;
}

.kmqt-thanh2 {
    height: 5px;
    background: linear-gradient(90deg, #FF6B00 41.37%, #FF9B53 88.02%) !important;
}

.kmqt-gia {
    width: 100%;
    justify-content: space-between;
}

/*.kmqt-han {
    margin-top: 16px;
}
*/
.kmqt-style-bn {
    background-color: #FF6B00;
    width: 98px;
    height: 30px;
    border-radius: 10px;
    color: #ffffff;
}

.kmqt-style-bn:hover {
    opacity: 1;
    background: var(--color-hover-btn);
    border: 1px solid var(--color-hover-btn);   
}

.kmqt-al {
    margin: 0;
}

.kmqt-wrapvc2 {
    margin: 30px;
    width: 76px;
    height: 76px;
    background-color: #ffffff;
    border-radius: 50px;
}

.kmqt-wrapvc2 img {
    width: 37px;
    height: 37px;
    margin: 18px;
}

.kmqt-01 .col-6 {
    margin-bottom: 20px;
}

.kmqt-banner-head2 {
    border: 1px solid #FF6B00;
}

.btn.btn-warning.kmqt-style-bn.xt-btn-code {
    height: 30px !important;
}

.remove-wishlist {
    cursor: pointer;
}

.kmqt-gia :nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}