/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.search-form {
    position: relative;
    z-index: 1024;
}

.search-form .wrap-suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
}

body {
    font-family: Tahoma;
    color: #000;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.prd-small-home .product-description {
    height: 83px;
    overflow: hidden;
}

.prd-small-home .product-description ul {
    padding-left: 20px;
    margin: 0;
    height: 4.5rem;
    overflow: hidden;
}

.prd-small-home .rating-price .price {
    height: 30px;
}

.is-mobile .prd-small-home .inner-content {
    text-align: left;
}

.is-mobile .prd-small-home .inner-content .star-rating {
    margin: 0;
}

.prd-tabs-hot .product-status {
    left: inherit;
    right: -20px;
    top: -20px;
}

#socials {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

.article-title {
    height: 60px;
    overflow: hidden;
}
.article-description {
    height: 92px;
    overflow: hidden;
}

.prd-small-home .product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
#toTop {
    padding: 10px 15px;
    background: var(--color-main);
    color: #fff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

.is-mobile .entire-action-header .btn-action-header {
    color: #222;
}

@media (max-width: 768px) {
    table {
        overflow-x: scroll;
        display: block;
        width: 100% !important;
    }
}
