.store-infor-shop{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: var(--gap10);
}
.store-name-wrapper{
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(74, 64, 64, 1) 65%);        
    border-radius: 5px;
    flex-wrap: wrap;
    max-width: 380px ;
    padding: var(--gap16) var(--gap20) var(--gap16) var(--gap20);
}
.store-information-box .strore-text-icon{
    width: 17px;
    height: 17px;
}
.store-flow-wrapper {
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 5px 30px;
}
.section-store-overview{
    justify-content: flex-start;
    flex-direction: row;
    width: 48%;
}

.store-online{
    color: #fff;
}
.store-button{
    justify-content: space-between;
    width: 100%;
}
.store-follow-button{
    padding: 2px 4px;
    width: 100%;
    color: #fff;
    border-color: #fff;
}

.strore-text-name{
    color: #000000CC;
    opacity: 1;
    font-size: 14px;
}
.strore-text-value {
    font-size: 14px;
    font-weight: 300;
    text-transform: None;
    color: #eb1000;
}
.store-flow-wrapper::after{
    display: none;
}
.store-menu-link{
    height: 52px;
    align-items: center;
    display: flex;
    margin: 0;
}
.seller-title-tab {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    transform: initial;
    margin-bottom: 0;
    text-align: left;
    color: #000;
}
.seller-title-tab span {
    background: transparent;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: rgba(0, 0, 0, .6);
    font-size: 16px;
    text-transform: uppercase;
    transform: inherit;
    font-weight: 100;
    color: rgba(0, 0, 0, .54);
}
.store-tab-heading {
    justify-content: flex-start;
}
.store-tab-row {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.percent-off {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #feeeeA;
    display: block;
    align-items: center;
    color: var(--danger);
    line-height: 16px;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
}
.percent-off span {
    font-weight: 300;
}
.store-tab-product-title, .store-tab-product-title > a{
    font-size: 14px;
}
.product-price{
    font-size: 16px;
    font-weight: 700;
}
.product-price-old{
    font-size: 12px;
}
.rate-text{
    font-size: 12px;
}
.filter-store-link{
    font-size: 14px;
    line-height: 20px;
}
.store-page-wrapper .store-content-item h2{
    display: none;
}
.readmore-items .readmore-more-product{
    border:1px solid var(--primary);
}
.sale-off{
    /* left: inherit;
    right: 7px; */
    display: flex;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    background: var(--danger);
    color: #fff;
}
.discount{
    background: #feeeea;
    color: #eb1000!important;
    border-radius: 3px;
    padding: 0 7px;
    font-size: var(--gap12);
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 8;
    width: 44px;
    height: 26px;
    pointer-events: none;
    font-weight: 300;
}
.new-price{
    font-size: 16px;
}
.store-follow-button:hover svg g path{
    fill: #2199c4;
}

@media(min-width: 768px) and (max-width: 1200px) {
    .section-store-overview {
        width: calc((100% - 10px) / 2);
    }

    .store-flow-wrapper {
        padding: 0;
        grid-gap: 5px;
    }

    .store-name-wrapper {
        max-width: 280px;
        min-width: 280px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .search-target-select {
        font-size: 11px;
        padding: 2px;
    }

    .header-item {
        padding: 0 2px;
    }

    .hotline-action {
        margin-left: 0;
    }

    .header-hotline-number {
        font-size: 14px;
    }

    .header-hotline-number .hotline-action-row a {
        font-size: 13px;
    }

    .iconbox img, .user-login img {
        width: 30px;
        height: 30px;
    }

    #search-header .loading-icon {
        right: 134px !important;
    }

    #search-header #search-suggestion, 
    #search-header .js-results, 
    #search-header .keyword-member, 
    #search-header .product-result {
        margin-left: 0;
    }

    .hot-words-list {
        padding-left: 0;
    }
}

@media(min-width: 760px) and (max-width: 800px) {
    .section-store-overview {
        grid-gap: 4px;
    }

    .strore-text-name,
    .strore-text-value {
        font-size: 13px;
    }

    .store-name-wrapper {
        max-width: 270px;
        min-width: 270px;
    }

    .search-target-select {
        font-size: 10px;
        white-space: normal;
        min-width: 57px;
    }
    
    #search-header .loading-icon {
        right: 95px !important;
    }
}