body.body-agent{
    background: #f0f2f9;
} 

.header-agent .header-main .search-box .search-form{
    display: block;
}

.header-agent .header-main .search-box .search-form .form-group:nth-child(1) {
    width: 100%;
}

.header-agent .header-main{
    padding: 10px 0px;
}

.plp-listing.agent-pro .box-toolbar{
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(45, 45, 45, 0.1);
    border-radius: 12px;
}

.plp-listing.agent-pro .box-products.list {
    gap: 16px;
}

.plp-listing.agent-pro .box-products.grid {
    justify-content: flex-start;
    gap: 6px;
}

.plp-listing.agent-pro .box-products.grid .product-item {
    border-color: #fff;
    width: calc(33.3333333333% - 4px);
    border-radius: 12px;
}

@media (max-width: 767px) {
    .plp-listing.agent-pro .box-products.grid .product-item {
        width: calc(50% - 3px);
    }
}


.plp-listing.agent-pro .box-products.list .product-item .thumbnail {
    padding: 0;
    width: 90px;
}

.plp-listing.agent-pro .box-products.list .product-item {
    padding: 8px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(45, 45, 45, 0.1);
    border-radius: 12px;
}

.plp-listing.agent-pro .box-products.list .product-item .content-actions .add-to-agent-cart {
    height: 40px;
    width: 120px;
}

.plp-listing.agent-pro .box-products.grid .content-detail .discount-group {
    display: none;
}

.plp-listing.agent-pro .box-products.grid .content-detail .gift-group {
    display: none;
}

.plp-listing.agent-pro .box-products .product-item .actions{
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 2;
}

.plp-listing.agent-pro .box-products .product-item .actions i{
    color: #ab2187;
}

.product-item .content-actions .add-to-agent-cart {
    align-items: center;
    background: #ab2187;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: flex;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    height: 40px;
    justify-content: center;
    margin-right: 24px;
    width: 100%;
}

.product-item .content-actions .add-to-agent-cart:hover {
    background: #ffcf25;
    color: #2d2d2d;
}

.plp-listing.agent-pro .content-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    gap: 8px;
}

.plp-listing.agent-pro .content-detail .point {
    width: 128px;
}

.plp-listing.agent-pro .content-detail .discount-gift {
    /* display: flex; */
    flex: 1;
    /* flex-wrap: wrap;
    gap: 8px; */
}

.plp-listing.agent-pro .content-detail .discount-gift .discount {
    /* flex-grow: 1; */
    /* width: 40%; */
}

.plp-listing.agent-pro .content-detail .discount-gift .gift {
    /* flex-grow: 1; */
    /* width: calc(60% - 8px); */
}

/* .plp-listing.agent-pro .content-detail .discount{
    width: 170px;
}

.plp-listing.agent-pro .content-detail .gift{
    flex: 1;
} */

.point-badge {
    background: #ffe600;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 2px 12px;
    width: max-content;
}

.point-badge img {
    /* width: 100%; */
    height: 12px;
    margin-left: 4px;
    object-fit: contain;
}

.point-badge img.iq {
    height: 22px;
    margin-left: 0px;
}

/* .point-badge .number{
    line-height: normal;
} */

.content-detail .point-badge {
    margin-bottom: 8px;
}

.content-detail .point-badge:last-child {
    margin-bottom: 0;
}

.agent-pro .discount .point-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.agent-pro .discount .icon {
    color: #ab2187;
    font-size: 16px;
    margin-bottom: 2px;
}

.agent-pro .gift .icon {
    color: #ab2187;
    font-size: 16px;
    margin-bottom: 2px;
}

.agent-pro .gift .gift-item {
    font-size: 12px;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 14px;
    max-width: 100%;
}

.progress-container::before {
    content: "";
    /* Mandatory with ::before */
    background-color: #296bb7;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    z-index: 1;
}

.progress-line {
    background-color: #296bb7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 0%;
    z-index: 1;
    transition: 0.4s ease;
}

.circle {
    background-color: #ffffff;
    /* color: #999; */
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #296bb7;
    transition: 0.4s ease;
    z-index: 2;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 28px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 28px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.stepper-item .step-name {
    text-wrap: nowrap;
    font-size: 14px;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

/* cart */
.cart-agent.cart-table .table-row, .cart-agent.cart-table #nocart{
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(45, 45, 45, 0.1);
    border-radius: 12px;
}

.cart-agent.cart-table .table-row{
    padding: 16px;
    color: #666;
}

.cart-agent .cart-header{
    height: 42px;
    font-size: 14px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.cart-agent .cart-content{
    font-size: 13px;
}

.info .title{
    color: #48bfee!important;
    font-weight: 600;
    line-height: 1.4;
    font-size: .875rem;
}

.cart-agent .cart-content .info .info-1{
    background-color: #fedbd7;
    color: #ab2187;
    min-height: 62px;
}

.cart-agent .cart-content .info .info-1.full,
.cart-agent .cart-content .info .info-2.full
{
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(45, 45, 45, 0.1);
    border-radius: 12px;
}

.cart-agent .cart-content .info .info-1.info-bonus{
    min-height: 72px;
}

.cart-agent .cart-content .info .info-2{
    background-color: #ffb2b8;
    color: #ab2187;
    min-height: 62px;
}

.cart-agent .cart-content .info .info-2.info-bonus{
    min-height: 72px;
}

.cart-content .info .info-1 .icon-gift{
    color: #ffe600;
}

.btn_remove_agent_cart{
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.cart-table .table-col .quantity .btn.btn-sm {
    height: 30px;
    width: 30px;
}

.cart-agent.cart-table .table-col .quantity .form-control {
    height: 30px;
    width: 36px;
}

.sale-img.boon, .sale-img.luot{
    height: 12px;
    margin-left: 4px;
    width: auto !important;
}

.agent-total{
    position: sticky;
    bottom: 0;
    padding: 10px 10px;
    color: #666;
    width: 100%;
    z-index: 2;
    border: 1px solid #48bfee !important;
}

/* agent filter*/
.agent-product-filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #ffe600;
    width: 340px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    border-radius: 0;
    transform: translate(-340px, 0px);
    will-change: transform;
    padding: 16px 16px;
    /* border-right: 2px solid white; */
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.agent-product-filter.horizontal{
    width: 100%;
    height: 102px;
    overflow-x: auto;
    overflow-y: auto;
    transform: translate(0px, -110px);
    padding: 10px;
}

.agent-product-filter.show {
    transform: translate(0px, 0px);
}

.agent-product-filter .sidebar-top{
    position: relative;
}

.agent-product-filter .sidebar-top .sidebar-top-title{
    text-transform: uppercase;
    color: #AB2187;
    font-weight: 700;
    font-size: 16px;
}

.agent-product-filter .agent-sidebar-close{
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 18px;
    color: #48bfee !important;
    z-index: 1;
    cursor: pointer;
}

.agent-product-filter .sidebar-content .form-check-label {
    cursor: pointer;
    color: #AB2187;
    display: block;
    clear: both;
    margin-bottom: 8px;
}

.custom-tooltip {
    --bs-tooltip-bg: #AB2187;
    --bs-tooltip-color: var(--bs-white);
  }

.agent-product-filter .sidebar-content .form-check .child{
    margin-left: 14px;
}

.form-check .child .child{
    margin-left: 14px;
}

.agent-product-filter .sidebar-content .list-brands{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
}

.agent-product-filter .sidebar-content .list-brands a{
    display: inline-block;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 8px;
}

.agent-product-filter .sidebar-content .list-brands .active{
    border: #AB2187 1px solid;
}

.agent-product-filter .sidebar-content .list-brands img{
    max-width: 100%;
    width: 70px;
    object-fit: contain;
    border-radius: 8px;
}

.header-agent .header-main .action-box{
    gap: 20px;
}

.header-agent .header-main .action-box .ic-link{
    gap: 0;
}

img.sale-img.boon {
    margin-left: .25rem;
}

.points-info{
    background-color: #ffffff;
    padding: 6px 24px;
    margin-bottom: 1rem;
    border-radius: 50rem;
}

.points-info .title{
    /* font-size: 16px; */
    text-transform: uppercase;
    margin-bottom: .25rem;
}

.points-info .point{
    font-size: 18px;
    font-weight: 600;
}

img.point-img{
    margin-left: .25rem;
    height: 16px;
}

/* .point-img.iq{
    height: 26px;
} */

@media (max-width: 1199px) {
    .header-agent .header-main .mobile-action {
        width: auto;
    }

    /* .header-agent .header-main .logo img {
        height: 60px;
    } */

    .header-agent .header-main .action-box .ic-link:nth-child(1) {
        display: inline-block;
    }

    .header-agent .header-main .search-box .search-form .form-group:nth-child(1) {
        display: inline-block;
    }

    /* .header-agent .header-main .action-box .ic-link {
        margin-right: 8px;
    } */
}

@media (max-width: 767.98px) {
    .plp-listing.agent-pro .content-detail .discount-gift {
        flex: unset;
    }

    .header-agent .header-main .action-box {
        font-size: 14px;
    }

    .header-agent .header-main .action-box .ic-link .ic {
        height: 24px;
        width: 24px;
    }
    .header-agent .header-main .action-box .ic-label .ic svg {
        height: 22px;
    }

    .cart-agent .cart-header {
        height: auto;
        row-gap: 8px;
    }
}

@media (max-width: 575.98px) { 
    .plp-listing.agent-pro .content-detail .discount-gift .discount,
    .plp-listing.agent-pro .content-detail .discount-gift .gift {
        width: 100%;
    }

    .cart-agent .cart-content .info .info-1, .cart-agent .cart-content .info .info-2 {
        border-radius: .5rem !important;
    }

    .cart-agent .image img{
        max-width: 150px;
    }

    .cart-agent .cart-content {
        font-size: 13px;
    }

    .agent-total{
        border-radius: .5rem !important;
        padding: .5rem;
    }

    .header-agent .header-main .action-box{
        gap: 8px;
    }
}
