/* Global */
.line-1, .line-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-1 {
    -webkit-line-clamp: 1;
}
.line-2 {
    -webkit-line-clamp: 2;
}

/* Single Product */
body.single-product .content-wrapper {
    padding-top: 20px
}
.litestore-breadcrumb.col {
    padding-bottom: 20px
}
.litestore-product-gallery {
    margin-bottom: 19.6px
}
.litestore-product-gallery-nav .litestore-product-gallery__image {
    display: block;
    border: 1px solid #eaeaea;
    opacity: 0.5;
}
.litestore-product-gallery-nav .is-selected .litestore-product-gallery__image {
    border-color: #888;
    background: #eaeaea;
    opacity: 1;
}
.product-short-description {
    border-bottom: 5px solid #d50e0e;
    margin-bottom: 24px
}
.product-tabs > ul {
    border-bottom: 1px solid #eaeaea;
}

.button-container.row-small > .col.button-item {
    padding-bottom: 0;
}
.button-container .button {
    padding: 5px 15px;
    margin-bottom: 19.6px;
    width: 100%;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
}
.button-item .hotline.alt {
    background-color: #d50e0e;
}
.button-item .zalo-link {
    background-color: #2196f3;
}
.button-item .contact-link {
    background-color: #777;
}
.litestore-loop-product__title {
    margin-top: .8em
}
.litestore-product-gallery__image {
    background: #eaeaea
}
/* Related Products */
.related-products {
    margin-top: 15px;
    width: 100%;
}
.related-products__heading {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    margin-bottom: 24px
}
.related-products__content {
    list-style: none;
}
/* Archive */
body.tax-product_cat .content-wrapper {
    padding: 20px 0
}
body.tax-product_cat .entry-title {
    margin: 10px 0
}
body.tax-product_cat .entry-content {
    padding: 10px 0
}
.litestore-loop-product__title {
    font-size: 16px
}
.button.litestore-loop-link.is-small {
    text-transform: none;
    font-weight: 400;
    font-size: .9em
}
.box-products .box-image img {
    transition: all .5s;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.box-products .box-image:hover img {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.litestore-loop__price a {
    font-size: 14px;
}
.litestore-loop__wrap.row-small .col {
    padding-bottom: 10px
}
.litestore-product-gallery__image, figure.box-image {
    border: 1px solid #eaeaea
}
.litestore-no-products-found {
    padding: 0 10px
}
.star-rating .star-full:before {
    content: "\f155";
}

.star-rating .star-half:before {
    content: "\f459";
}

.star-rating .star-empty:before {
    content: "\f154";
}
.star-rating:before, .woocommerce-page .star-rating:before {
    color: #fab12f;
}
.star-rating .star {
    color: #fab12f;
    display: inline-block;
    font-family: dashicons, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 16px;
}
@media only screen and (min-width: 1024px) {
    .litestore-loop__price {
        text-align: left;
    }
    .litestore-loop__review {
        text-align: right;
    }
}
@media only screen and (min-width: 1200px) {
    .row.columns-5 > .col {
        max-width: 20%;
        flex-basis: 20%;
    }
}
