.footerTopContentItem .footerInfo {
    display: none;
}

.footerTopContentItem .footerLogo a img {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
}

.footerTopContentItem img {
    height: auto;
}

.review>.nav>li:first-child {
    display: none;
}

.purchase-c-name, .purchase-p-name{
    font-size: 13px;
    line-height: 20px;
}
.purchase-p-name{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.purchase-content.showP{
    z-index: 9999;
    opacity: 1;
    transition: .5s ease all;
}
.purchase-content {
    box-shadow: 9px 9px 5px -4px rgba(0,0,0,.35);
    left: 15px;
    bottom: 15px;
    margin: 0 -9px;
    overflow: hidden;
    z-index: -1;
    padding: 5px 0;
    background: #fff;
    opacity: 0;
    max-height: 110px;
    border: 1px solid #eee;
}
.purchase-item {
    display: inline-block;
    width: 360px;
}
.purchase-item .close-purchase {
    color: #999;
    font-size: 14px;
    right: 5px;
    top: 1px;
    z-index: 9;
}
.purchase-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.orderLeft{
    padding: 0 5px;
    width: 30%;
    overflow: hidden;
}
.orderLeft>div{
    padding-bottom: 100%;
}
.orderLeft a{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.ordeRight{
    flex: 1;
    padding: 0 10px 0 5px;
}


.category-blog {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}
.product-left_blog-content_showmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background: 0 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.91)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    display: block;
    margin-bottom: 0;
}
.button_readmore{
    border: 1px solid #f7941d;
    background: #f7941d;
    color: #fff;
    height: 35px;
    display: block;
    width: 100px;
    margin: 0 auto;
    line-height: 35px;
}
.category-blog.category-blog-full{
    max-height: 100%;
}
.admin-talk {
    padding: 15px 0;
}
.img-talk {
    text-align: center;
}
.img-talk img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.name-admin {
    font-size: 22px;
    font-weight: 700;
}
.admin-talk ul {
    justify-content: space-around;
    padding: 0 25%;
}
@media screen and (max-width: 767px) {
    .admin-talk ul{
        padding: 10px;
    }
}



/*Rating*/
.p-25, .py-25 {
    padding-top: 1.5625rem!important;
    padding-bottom: 1.5625rem!important;
}

.p-80, .px-80 {
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}

.p-10, .py-10 {
    padding-top: 0.625rem!important;
    padding-bottom: 0.625rem!important;
}

.star-average {
    padding: 1.25rem 5rem;
    background: #f9f9f9;
}

.rating-left {
    width: 100%;
    padding-right: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.number-rate {
    color: #f4b301;
    letter-spacing: -.02em;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.4rem;
}

.rl-item .star i {
    font-size: 2.25rem;
}

.totalRate {
    font-size: 1.75rem;
    margin-top: 1.625rem;
}

.rl-item:last-child {
    webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 50px;
}
.rl-item:last-child .row.align-items-center.gx-3{
    display: flex;
    align-items: center;
}
.row.justify-content-end{
    display: flex;
    justify-content: end;
}

.star-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.75rem;
    overflow: hidden;
    font-size: 1.5rem;
    background-color: #bfc1cb;
    border-radius: 0.3125rem;
}

.fa-star {
    color: #f4b301;
}

.star {
    display: flex;
}

.avatar {
    width: 48px;
    height: 48px;
    background: #c1c7d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.avatar i {
    color: #fff;
    font-size: 2rem;
}

.rating-comment {
    display: flex;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(192,194,203,.5);
}

.commentProduct-content {
    width: calc(100% - 74px);
    padding-left: 26px;
}

.buy-check {
    color: #00be84;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
}

.buy-check img {
    margin-right: 0.25rem;
}

.star-type {
    display: flex;
    align-items: center;
}

.rl-item .star-type i {
    margin-left: 0.25rem;
}

.commentContent {
    margin-top: 0.875rem;
    line-height: 1.6;
    font-size: 1.5rem;
    font-family: "Montserrat Regular";
}

.rv-date {
    font-size: 1.5rem;
    color: #c0c2cb;
    margin-top: 0.5rem;
    font-family: "Montserrat Regular";
}
.rv-image{
    display: flex;
    width: calc(100% / 7);
}

.btn-rate {
    background-color: #212121;
    color: #fff;
    border-color: #212121;
    font-size: 1.75rem;
    border-radius: 0.3125rem;
}
.text-end{
    text-align: right;
}

#commentText {
    height: 100%;
}

#btnRate button {
    background-color: #f4b301;
    border-color: #f4b301;
    border-radius: 0.3125rem;
    font-size: 0.75rem;
    padding: 10px 20px;
    text-transform: none;
}

#popupRatingNormal .modal-content {
    height: auto;
}

#popupRatingNormal .modal-body {
    padding: 2rem;
}
.rating-result{
    display: flex;
    align-items: baseline;
    font-size: 16px;
    padding-bottom: 20px;
}
.rating-result span{
    margin-right: 10px;
}
.rating-result span:first-child{
    font-size: 16px;
    text-decoration: underline;
    color: red;
    margin-right: 5px;
}
.rating-result span:last-child{
    margin-left: 10px;
}
@media only screen and (max-width: 768px){
    .star-average{
        padding: 1.25rem 1rem;
    }
    .rating-left{
        flex-wrap: wrap;
    }
    .rl-item:last-child{
        padding-left: 0;
    }
    .buy-check img{
        width: 20px;
    }
    .buy-check{
        font-size: 16px;
    }
    .rl-item:first-child{
        display: block;
        text-align: center;
        width: 100%;
    }
    .rl-item .star{
        justify-content: center;
    }
}
.button-shopee a{
    border: 1px solid #ee4d2d;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    background: #ee4d2d;
    color: #fff;
}
#product-detail .detail-description .colorPicker .select-swap.color a{
    display: inline-block;
}
#product-detail [class~=content] [class~=main-product-detail] [class~=product-info] [class~=detail-description] [class~=has-border] [class~=colors] span{
    width: 40px;
    height: 40px;
}
.sizePicker .select-swap a{
    padding: 5px 12px;
    font-weight: 700;
}

/*chân trang*/

.flat-icon-support {
    display: block;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 2;
}
.flat-icon-support ul {
    display: block;
}
.flat-icon-support ul li {
    display: block;
}
.flat-icon-support ul li a {
    display: block;
    position: relative;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: linear;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.flat-icon-support ul li a img {
    height: 35px;
    width: 120px;
    display: inline-block;
}
.flat-icon-support ul li a:hover {
    right: 10px;
}


.list-footer-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    margin-bottom: 0;
    display: none;
    z-index: 9999;
    border-top: 1px solid #ccc;
}
@media only screen and (max-width: 970px){
    .list-footer-fixed {
        display: block;
    }
}
.list-footer-fixed li {
    float: left !important;
    width: 20%;
}
.list-footer-fixed li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 15px;
    color: #6b7177;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.list-footer-fixed li a img {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.list-footer-fixed li a span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 4px;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@media only screen and (max-width: 640px){
    .flat-icon-support {
        display: none;
    }
}
.list-btn a{
    display: block;
    padding: 10px;
}
.list-btn a span{
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}
.list-btn{
    display: flex;
    justify-content: flex-start;
}
.btn-shopee span{
    background: #ee4d2d;
}
.btn-lazada span{
    background: #0f1568;
}
.btn-tiki span{
    background: #1a94ff;
}
.btn-tiktok span{
    background: #000;
}
@media screen and (max-width: 375px){
    .header-mobile #mobile_search_content {
        margin: 0 27px 9px;
    }
}
@media screen and (max-width: 767px){
    .header-mobile #mobile_search_content {
        margin: 0 27px 9px;
    }
    .mobile-logo .logo-mobile{
        height: 80px;
    }
}
.hotline{
    font-size: 23px;
    padding: 5px 7px;
    background: #fdb514;
    color: #fff;
    border-radius: 50%;
}
a.show-popup-call-center span {
    font-size: 15px;
    padding: 0 0 0 4px;
    font-weight: 700;
    color: #fdb514;
}