.absolute-footer, html {
    background-color: transparent !important;
}
.proDetail-info .price span {
    color: #fff;
}

.proDetail-info .price .pri2 span {
    font-weight: 500;
    white-space: nowrap !important;
}
.proDetail-info .price .pri2 span bdi span {
    display: inline-block !important;
}
#loadProduct .pro-thums{
    width: auto;
}
#loadProduct {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
@media screen and (max-width: 768px) {
    #loadProduct {
        grid-template-columns: repeat(2, 1fr);
    }
}
.filter-order ul li {
    display: inline-block;
}
.new-list.first-news {
    border-top: 0;
}
#respond .comment-form-comment {
    display: flex;
    flex-direction: column;
}

#respond .comment-form-comment label {
    margin-bottom: 10px;
    font-weight: 600;
}

#respond .form-submit input {
    border: none;
    background-color: #f37021;
    border-radius: 2px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.rating .title .cols1 {
    padding-bottom: 10px;
}
#show_search {
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    width: 430px;
    z-index: 1000;
    display: none;
}

.search-suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-suggestions li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.search-suggestions li img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.search-suggestions li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}
.info.clearUl {}

.header .info ul {
    display: flex;
    justify-content: flex-end;
}

.header .info ul li.tel {
    width: auto;
    margin: 0;
}
.header .info ul li {
    width: auto;
    margin: 0 50px;
}
.header .info ul li:last-child {
    margin-right: 0;
}
.promotion-page .line .numb {
    text-decoration: line-through;
}

.promotion-page .line .numb span {
    color: #707070;
}
#loadProduct.promotion-page {
    padding: 10px 0 40px;
}
.h-promotion .pro .list .price p.line .numb span {
    color: #707070;
}
.name-comment input {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 10px 5px;
}
#showMoreRating {
    padding: 0 15px;
    margin-top: 25px;
}

.review-item strong {
    text-transform: uppercase;
}


#showMoreRating .star {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(/wp-content/themes/flatsome-child/library/rating.png) no-repeat left top transparent;
    cursor: pointer;
}
#showMoreRating .star.selected {
    background-position: left -22px;
}
.star-view {
    display: flex
;
    align-items: center;
    column-gap: 10px;
}
.proDetail-title .l .ratingv ul li.li1 a span {
    font-size: 15px;
}
.stores-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.stores-list img {
    width: 100%;
}
.stores-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 30px 0;
}

.stores-list img {
    width: 100%;
    height: 300px;
}

.news_info {
    padding-top: 10px;
}

.product_desc {
    padding-top: 5px;
}
.rows5 a {
    margin-bottom: 15px;
}