﻿.box-category {
    position: unset;
}

.seller .main-banner .swiper-wrapper {
    padding: 0px 2px 16px;
}

.seller .box-store-seller-home {
    margin: 0px 0 16px 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px;
}

.box-store-seller-home .view-all-seller {
    margin: 16px 0 0;
}

.seller .lnk-combo {
    top: 26px;
}

body .seller h2, .seller .reg-title {
    padding-bottom: 0;
}

.seller .title-store-seller {
    padding-bottom: 8px;
}

.seller .lst-combo {
    margin: 12px 0 24px 0;
}

.box-service-hot h2 {
    padding-bottom: 16px !important;
}

.view-store {
    position: absolute;
    right: 0px;
    top: 7px;
    font-size: 11px;
    border: 1px solid #DDE2E5;
    color: #F6911E;
    padding: 3px 8px;
    border-radius: 8px;
}

.dot {
    padding: 0 4px;
}

.item-store .item-info:first-child {
    border-radius: 32px 32px 0 0;
    padding: 12px;
    background: #fffcf5;
    margin: 4px 1px 0 0;
}

.item-store .item-info:nth-child(2) {
    margin-left: 12px;
    height: 285px;
}

.item-store .item-info:nth-child(3) {
    margin-right: 12px;
    height: 285px;
}
/* .item-store .item-info:first-child:hover {
        border-radius: unset;
        box-shadow: unset;
    }*/
.item-store .item-info a {
    padding-bottom: 0;
}

.brand-info {
    color: #597488;
    height: 80%;
    align-content: center;
    padding: 0 12px 0 6px;
}

    .brand-info .point-seller {
        background: url('//cdn.dealtoday.vn/assets/sellercenter/v2/images/item-location.svg') no-repeat;
        background-position: left 0 center;
        font-size: 12px;
        padding: 0 0 0px 20px;
        line-height: 18px;
        display: inherit;
        margin-bottom: 10px;
    }

    .brand-info .rating-seller {
        background: url('//cdn.dealtoday.vn/assets/sellercenter/v2/images/outline-thch-star.svg') no-repeat;
        background-position: left 0 center;
        font-size: 12px;
        padding: 0 0 0px 20px;
        line-height: 18px;
        display: inherit;
        margin-bottom: 10px;
        background-size: 14px;
    }

    .brand-info .saled-seller {
        background: url('//cdn.dealtoday.vn/assets/sellercenter/v2/images/seller-cart.svg') no-repeat;
        background-position: left 0 center;
        font-size: 12px;
        padding: 0 0 0px 20px;
        line-height: 18px;
        display: block;
        margin-bottom: 10px;
        background-size: 14px;
    }

    .brand-info .view-seller {
        background: url('//cdn.dealtoday.vn/assets/sellercenter/v2/images/icon-view.png') no-repeat;
        background-position: left 0 center;
        font-size: 12px;
        padding: 0 0 0px 20px;
        line-height: 18px;
        display: block;
        background-size: 14px;
    }

.item-info .item-img-sv {
    border-radius: 20px 20px 0 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.title-sv {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1500ms;
}



.item-store .item-info:hover {
}

.view-store-detail {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 11px;
    border-top: 1px solid #e0e2e3;
    padding-top: 8px;
}

    .view-store-detail a {
        color: #597488;
    }

.item-info .p-location {
    background-image: url(//cdn.dealtoday.vn/assets/sellercenter/mp/img/etk-location.svg);
    background-repeat: no-repeat;
    background-position: left 2px center;
    color: #597488;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 7px 5px 18px;
    /*border-top: 1px solid #DDE2E5;*/
    margin: 2px 10px;
}

/*.item-info .title-sv, .item-info .p-price {
    padding: 0;
}*/

.time-join {
    background-image: url(//cdn.dealtoday.vn/assets/sellercenter/v2/images/store-open.svg);
    background-repeat: no-repeat;
    background-position: left 0px center;
    background-size: 16px;
    padding-left: 16px;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 14px!important;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    color: #838b97;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

    .flex.items-center {
        float: left;
    }

.p-rating .text-gray-300 {
    float: left;
    padding: 0 5px;
    font-size: 20px;
}

.level-store .p-rating {
    padding-top: 5px;
    display: block;
}

.view-store {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .view-store .material-icons-outlined {
        float: left;
        padding: 0px 5px 0 0;
        color: #F6911E;
    }

    .view-store:hover {
        border: 1px solid #F6911E;
    }

.item-store .item-info {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    transition: box-shadow 0.3s ease, color 0.3s ease;
}

    .item-store .item-info:hover {
        box-shadow: #63636333 0 2px 8px 0;
    }

        .item-store .item-info:hover .title-sv,
        .item-store .item-info:hover .item-type {
            color: #F6911E;
        }

.item-info .title-sv {
    font-size: 12px;
    transition: color 0.3s ease;
}

.lnk-item-sv .item-type {
    transition: color 0.3s ease;
}

.box-category {
    width: 100%;
    max-width: 1200px;
    border-radius: 24px;
    margin-bottom: 16px;
}

    .box-category .swiper-slide:hover a {
        border-radius: 20px;
    }

.header .box-category {
    height: 80px !important;
}

.box-category.affix-cate {
    border-radius: 0;
    /*box-shadow: #63636333 0 5px 8px 0;*/
}

.store-seller-inside .item-store {
    padding: 0 0 12px 0;
}

.box-store-detail.flash-sale {
    margin-bottom: 16px;
}

.box-lst-seller .store-seller-inside {
    gap: 8px;
}

.item-info .name-store {
    padding-right: 88px;
}

.view-all-seller a {
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.filter-seller-right .store-seller-inside {
    gap: 8px;
}

.store-seller-inside .item-store:hover .item-info {
    /*box-shadow: unset;*/
}

.filter-seller-right .store-seller-inside .item-store {
    padding: 0 0 12px 0;
}

.seller.search .filter-seller-right .item-store .item-info {
    height: unset;
    padding: 12px 12px 0 12px;
    background: #fffcf5
}

.seller.search .item-store .item-info:nth-child(2) {
    margin: 8px 12px 0 12px;
    padding: 0 0 10px 0;
    background: #fff;
    transition: box-shadow 0.3s ease, color 0.3s ease;
}

    .seller.search .item-store .item-info:nth-child(2):hover {
        box-shadow: #63636333 0 2px 8px 0;
    }


.seller.search .item-store .item-info .title-sv {
    font-size: 14px;
}

.seller.search .item-store .item-info:first-child .name-store {
    padding-bottom: 3px;
}

.seller.search .item-info .seller-right {
    display: block;
    height: 92px;
}

.seller.search .item-store .item-info:first-child .level-store {
    width: 100%;
    text-align: center;
}

.seller.search .item-store .p-rating .text-gray-300 {
    float: unset
}



.seller.search .p-rating .items-center {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}

.seller.search .p-rating .material-icons-outlined {
    font-size: 14px; /* icon = text */
    line-height: 1;
}

.lst-address .address-point {
    cursor: pointer;
    background-image: url(//cdn.dealtoday.vn/assets/v2/images/generals/icon-location-outline.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 0 center;
    padding-left: 20px;
}

.store-info-top {
    background: #fff;
}

.lst-service, .box-gallery-seller, .box-news {
    border-radius: 24px;
}

    .box-gallery-seller .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0px;
    }

.box-gallery-seller {
    margin-top: 16px;
}

.voucher::before, .voucher::after {
    background: #f5f5f5;
}

.seller .flash-sale {
    margin: 0 0 16px 0;
}

.ebooking .header-title {
    padding-bottom: 8px;
    text-transform: unset;
}

.ebooking .swiper-wrapper {
    padding-bottom: 5px;
}


.box-relative {
    padding-bottom: 0px;
}

.lnk-brand {
    display: flex;
    align-items: center;
    align-items: center;
    margin: 8px 0 3px;
}

    .lnk-brand h2 {
        margin-bottom: 0;
    }

    .lnk-brand .material-icons-outlined {
        color: #000;
        font-size: 24px;
    }

    .lnk-brand:hover .material-icons-outlined {
        color: #F6911E;
    }


.lst-cate-fil {
    margin: 0;
}

.seller .box-cate-filter {
    padding: 0;
    margin-bottom: 16px;
}

.seller .box-filter-seller .btn-filter-mobile {
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #f6911e;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    position: absolute;
    right: 16px;
    top: 16px;
    display: none;
}

.box-filter-seller {
    background: #fff;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #eee;
    padding: 12px 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
    height: 64px;
}

    .box-filter-seller .rh-buttons {
        display: flex;
        align-items: center;
        gap: 8px;
        float: right;
    }

    .box-filter-seller .btn-group-price {
        display: flex;
        gap: 8px;
    }

    .box-filter-seller .btn-filter {
        border: 1px solid #e0e0e0;
        background-color: #fff;
        color: #555;
        padding: 7px 15px;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s;
        font-family: inherit;
    }

        .box-filter-seller .btn-filter:hover {
            color: #f6911e;
        }

.total-seller-cate {
    left: 16px;
    top: 22px;
}

    .total-seller-cate b {
        color: #f6911e;
        font-weight: 700;
    }

.box-filter-seller .btn-filter.active {
    background-color: #f6911e;
    border-color: #f6911e;
    color: #fff;
    pointer-events: none;
}

.box-filter-seller .btn-filter-mobile svg {
    stroke: #f6911e;
}

.dt-item.active span:first-child {
    color: #f58220;
    font-weight: bold;
}

.box-service-hot.mp-deal-hot {
    padding-bottom: 16px;
}

.lst-pro-seller .item-pro-seller:hover {
    background: #fff;
}

    .lst-pro-seller .item-pro-seller:hover .view-seller {
        color: #f6911e;
    }

.box-news {
    margin-top: 16px;
}

.box-ecode-seller, .box-review-seller {
    background: #fff;
}

#PopupReview .p-popup-wrapper {
    overflow: unset;
}

#PopupReview .lst-review {
    overflow-y: scroll;
    max-height: 648px;
}

#reviewPopup {
    margin-bottom: 0;
}

.finished .count-left {
    background-image: unset;
}

.header .box-category .swiper-slide:first-child img {
    width: 32px;
}

.seller .store-seller-inside {
    gap: 10px;
}

.main-banner.square-slider .swiper-container {
    padding-bottom: 16px !important;
}

.box-category.eb-category.affix-cate {
    width: 1200px;
}

.r-sels.hot-service .swiper-container {
    border-radius: 40px;
    height: 40px;
}

.box-cate-filter .item-category img {
    width: 22px;
}

.lst-service .title {
    -webkit-line-clamp: 2;
}

.lst-service .sg-seller {
    top: 24px;
}


.sg-seller select,
.quantity-egift select {
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none;
    appearance: none;
    padding: 0px 20px 0px 3px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.4;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 14px;
    color: #333;
}


.sg-seller select,
.loc-box select,
.quantity-egift select{
    -webkit-appearance: none;
    appearance: none;
    padding-right: 20px;
}



.sg-seller::after,
.loc-box::after,
.quantity-egift::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    pointer-events: none;
    /*background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23666' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;*/
}

.goog-te-combo {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
}

.header-r .h-notify .txt-noti:hover {
    color: #F6911E;
}

.quantity-egift select{
    padding-left:10px;
}

@media (max-width: 992px) {
    .view-store {
        display: none;
    }

    .item-store .item-info:first-child {
        box-shadow: unset;
    }

    .item-info .name-store {
        padding-right: 0;
    }

    .sale-price-eb {
        font-size: 13px;
    }

    .box-action-wap .swiper-slide {
        background: #EAEAEA;
    }

    .lst-service {
        padding: 16px;
        background: unset;
        border: none;
    }

    .box-gallery-seller {
        padding: 10px 15px;
        border: none;
    }

        .box-gallery-seller .swiper-wrapper {
            padding-bottom: 26px;
        }

    .box-ecode-seller {
        margin-bottom: 0;
        padding-bottom: 16px;
    }

        .box-ecode-seller .swiper-container {
            padding-bottom: 0 !important;
        }

    body .seller h2, .seller .reg-title,
    .seller .title-store-seller {
        font-size: 20px;
    }

    .box-relative {
        min-height: 95px;
    }

    .box-category.affix-cate {
        box-shadow: #63636333 0 5px 8px 0;
        width: 100%;
    }

    .row.list-value-tag, .dist-3value {
        display: none !important;
    }

    .seller .lst-combo {
        margin-top: 22px;
    }

    .etk-category.affix-cate,
    .box-category.eb-category.affix-cate {
        width: 100%;
    }


}

@media (max-width: 768px) {
    .header-bottom .header-logo a.l-vc img {
        height: 26px;
        width: 130px;
    }

    .flash-sale-breadcrumb.upcoming .border-middle {
        border-top: unset;
    }

    .btn-filter-mobile.mobile-only > span {
        color: #1E2B35;
    }

    .flash-sale-breadcrumb .border-middle {
        border: none;
    }
}

@media (max-width: 576px) {
    .box-filter-seller .rh-buttons {
        display: none;
    }

    .seller .box-filter-seller .btn-filter-mobile {
        display: block;
    }

    .box-cate-common {
        padding-bottom: 80px;
    }

    .ebooking .d-detail-rg {
        padding: 20px 15px 10px 15px;
    }

    .pkg-biz .box-ecode-seller, .pkg-biz .box-review-seller {
        padding: 12px;
        border-radius: 24px;
    }

    .box-news {
        padding: 16px 16px 0;
    }

    .lst-service {
        padding: 0;
    }

    .box-combo > .gap-reg-30 {
        display: none;
    }

    .seller .lnk-combo {
        top: -3px;
    }

    .seller .lst-combo {
        margin-top: 12px;
    }

    .mp-deal-hot .gap-reg-30 {
        display: none;
    }

    .box-service-hot .gap-reg-30 {
        height: 15px;
    }

    .box-service-hot.mp-deal-hot .r-sels {
        top: 35px !important;
    }

    .seller .r-sels {
        top: 50px !important;
        width: 100% !important;
        padding: 4px 4px !important;
    }

    .seller .tab-hot-service {
        width: auto !important;
    }

    .lst-service .title {
        padding: 0 0 8px 0;
    }

    .lst-service .lst-items {
        margin-top: 42px;
    }

    .lst-service .sg-seller {
        position: unset;
        float: right;
    }
}

@media (max-width: 320px) {
    .seller .flash-sale {
        padding: 5px 0px 20px;
    }

        .seller .flash-sale .list-product-reg {
            gap: 8px;
        }

    .flash-sale .product-box .p-price, .lst-item-flash-sale .product-box .p-price {
        white-space: unset;
    }

    .seller .title-store-seller {
        font-size: 20px;
    }

    .sale-price-eb {
        white-space: unset;
    }
}
