* {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size-adjust: none;
}

.home-page-content {
    padding: 10px 20px;
}

.home-page-content.grey-bg {
    background-color: #F4F5F5;
}


.search-app {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.search-form {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #F1F1F1;
    padding: 0 10px;
    border-radius: 20px;
    margin: 5px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
}

.search-form a.search-icon {
    padding: 0 5px;
    line-height: 34px;
    color: #22BCB9;
    font-size: 17px;
    -webkit-justify-content: center;
    justify-content: center;
}

.search-form p {
    padding: 0 9px;
    line-height: 34px;
    color: #9E9E9E;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}

.cart-icon {
    padding: 10px 10px;
}

.cart-icon i {
    font-size: 20px;
    line-height: 34px;
    color: red;
}

.chat-icon {
    padding: 10px 10px;
}

.chat-icon i {
    font-size: 20px;
    line-height: 34px;
    color: red;
}


.home-banner.grey-back {
    background: #ededed;
}


.home-banner {
    padding: 5px 20px;
}

.home-banner img {
    width: 100%;
}


.footer-menu-center-icon i {
    font-size: 20px !important;
}

.back-icon {
    padding: 10px 15px;
}

.back-icon i {
    font-size: 20px;
    line-height: 34px;
    color: #333333;
}


.home-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

}

.home-categoy-item {
    flex: 1 1 calc(25% - 8px);
    border-radius: 5px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.08);
    background-color: #F3F9FF;
    overflow: hidden;
}

.home-categoy-item .home-category-img {
    padding: 0;
}

.home-categoy-item .home-category-img img {
    width: 100%;
    object-fit: cover;
}

.home-categoy-item .home-category-name {
    font-size: 10px;
    text-align: center;
    padding: 8px 5px;
    font-weight: 500;
    line-height: 1.7;
}

.home-title-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.home-title-header .home-title-text {

    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    color: #424242;
    margin: 0;
    letter-spacing: normal;
}

.home-title-header .home-title-link {
    color: #22BCB9;
}

.home-title-header .home-title-link a {
    color: #22BCB9;
}



.flash-sale-box .count-down-time {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

}

.flash-sale-box .count-down-time .box-gap {
    padding: 2px 3px;

}

.flash-sale-box .count-down-time .box-count {
    background-color: #22BCB9;
    border: 2px solid #22BCB9;
    border-radius: 4px;
    font-weight: 600;
    padding: 3px 3px;
    line-height: 1;
    font-size: 11px;
    color: #fff;
}

.flash-sale-box .count-down-time .box-count.box-sec {
    background-color: transparent;
    color: #22BCB9;
}





.top-products-layout {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.top-products-layout .top-product-item {
    padding: 18px 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}

.top-products-layout .top-product-item:first-child {
    background-color: #F8B2B4;
    padding: 32px 20px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.top-products-layout .top-product-item:nth-child(2) {
    background-color: #9BD3CB;
}

.top-products-layout .top-product-item:nth-child(3) {
    background-color: #ABDBE3;
}

.top-products-layout .top-product-item:nth-child(4) {
    background-color: #DC9787;
}

.top-products-layout .top-product-item:nth-child(5) {
    background-color: #F0DF93;
}

.top-products-layout .top-product-item:nth-child(6) {
    background-color: #E8CEDB;
}

.top-products-layout .top-product-item:nth-child(7) {
    background-color: #FCDBC4;
}

.content-divider {
    background-color: #F4F5F5;
    height: 8px;
    width: 100%;
}

.content-divider.short {
    background-color: #F4F5F5;
    height: 4px;
    width: 100%;
}


.brand-video-list {
    white-space: nowrap;
    overflow-x: auto;
}

.brand-video-list .brand-video-content {
    position: relative;
    width: 200px;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
    margin-right: 8px;
}

.brand-video-list .brand-video-content .cover-img {
    width: 200px;
    height: 265px;
    object-fit: cover;
}

.brand-video-list .brand-video-content .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
}

#mPlayer {
    display: none;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
}

#mPlayer DIV {
    position: fixed;
    background: #000;
    width: 560px;
    height: 315px;
    left: calc(50vw - 280px);
    top: calc(50vh - 157px);
    border-radius: 10px;
    overflow: hidden;
}

.brand-customer-review .customer-review-tags {
    font-size: 11px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 10px;
    line-height: 1.7;
}

.brand-customer-review .customer-review-list {
    white-space: nowrap;
    overflow-x: auto;
}

.brand-customer-review .customer-review-list .customer-review-content {
    width: 170px;
    height: 296px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

.brand-customer-review .customer-review-list .customer-review-content:last-child {
    margin-right: 0;
}

.brand-customer-review .customer-review-list .customer-review-content .review-product-img {
    height: 152px;
}

.brand-customer-review .customer-review-list .customer-review-content .review-product-img img {
    width: 100%;
    height: 152px;
    object-fit: cover;
    border-start-end-radius: 3px;
    border-start-start-radius: 3px;
}

.brand-customer-review .customer-review-list .customer-review-content .review-content {
    padding: 10px;
}

.brand-customer-review .customer-review-list .customer-review-content .review-content .product-name {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a08c72;
}

.brand-customer-review .customer-review-list .customer-review-content .review-content .review-detail {
    white-space: normal;
    font-size: 10px;
    line-height: 1.7;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;

}

.brand-customer-review .customer-review-list .customer-review-content .review-content .review-rate {
    white-space: normal;
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
}

.brand-customer-review .customer-review-list .customer-review-content .review-content .review-rate .icomoon-start-fill {
    color: #f76560;
}

.brand-customer-review .customer-review-list .customer-review-content .review-content .review-rate .icomoon-start-empty {
    color: #f76560;
}

.recoomend-products-tabs {
    white-space: nowrap;
    overflow-x: auto;
    padding: 2px 0;
}


.recoomend-products-tabs .age-group-tab {
    display: inline-block;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    line-height: 1.7;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 13px;
    cursor: pointer;
}

.recoomend-products-tabs .age-group-tab.active {
    border-color: #22BCB9;
    background-color: #22BCB9;
    color: #fff;
}

.recommend-grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.single-slider {
    margin-top: 5px;
}

.single-slider .caption-image {
    border-radius: 6px;

}

.single-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
}

@media (min-width:600px) {
    .recommend-grid-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}