.block-list {
    margin-bottom: 35px;
    border-top: 1px solid #ccc;
}

.block-title {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 5px;
}

.ratings {
    margin: 7px 0;
}

.rating-box {
    float: left;
    margin-right: 5px;
    width: 168px;
    height: 31px;
    overflow: hidden;
}

.rating {
    background-image: url(../images/split-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: -240px -63px;
}

.r-lnk {
    display: inline-block;
    top: 7px;
    position: relative;
}

.cat-description {
    word-break: break-word;
}

.cat-description h1 {
    font-size: 26px;
}

.cat-description h4 {
    font-size: 16px;
}

.cat-description h3 {
    font-size: 18px;
}

.cat-description h2 {
    font-size: 22px;
    line-height: normal;
    color: #333;
}

.cat-description h5,
.cat-description h6 {
    font-size: 14px;
}

.lazy-load img {
    min-height: 325.03px;
    min-width: 100%;
    transition: opacity 2s, bottom 2s;
}

.lazy-load:nth-child(1n) img {
    background: #ffedf3;
}

.lazy-load:nth-child(2n) img {
    background: #fff2df;
}

.lazy-load:nth-child(3n) img {
    background: #e5f1ff;
}

.lazy-load:nth-child(4n) img {
    background: #f4fff9;
}

.not-found {
    text-align: center;
    padding: 30px;
}

.not-bag {
    background: url(../images/blank-cart.png) no-repeat -2px 6px;
    width: 237px;
    height: 90px;
    margin: 40px auto;
}

.not-heading {
    font-size: 32px;
    margin-bottom: 5px;
}

.not-desc {
    font-size: 14px;
    color: #7e818c;
    margin-bottom: 25px;
}

.index-searchBox {
    display: inline-block;
    width: 700px;
    margin-top: 30px;
}

.index-inputBox {
    border: 1px solid #ccc;
    padding: 10px 5px;
    width: 70%;
    outline: 0;
}

.index-searchBtn {
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-left: none;
    color: #3466e8;
    font-weight: 500;
    font-size: 16px;
}

.index-popularSearch {
    margin: 20px 10px;
    font-size: 15px;
    color: #696b79;
}

ul.nf-navigators {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ff3e6c;
    font-size: 13px;
}

ul.nf-navigators li {
    display: inline;
    padding: 0 5px;
    border-right: 1px solid #d4d5d9;
}

ul.nf-navigators li:last-child {
    border-right: 0;
}

ul.nf-navigators li a {
    color: var(--theme-color);
}

.last-order {
    background: #e5f1ff;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.last-order .link-icon {
    display: inline;
}

.last-order .order {
    width: 60%;
    display: inline;
}

.last-order .order .order-id {
    margin-left: 10px;
}

.last-order .order-btn {
    width: 36%;
    display: inline;
    text-align: right;
    float: right;
}

.last-order .order-btn .item-button {
    cursor: pointer;
    font-weight: 800;
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid #a8b5e7;
    border-radius: 5px;
    color: var(--primary-color);
    margin-right: 8px;
}

.product-info {
    height: 70px;
}

@media only screen and (max-width: 1024px) {
    .lazy-load img {
        min-height: 244.81px;
    }
}

@media only screen and (width: 768px) {
    .lazy-load img {
        min-height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .lazy-load img {
        min-height: 248.66px;
    }

    .last-order {
        margin-top: -5px;
        margin-bottom: 10px;
    }

    .index-inputBox,
    .index-searchBox {
        width: 100%;
    }

    .index-inputBox {
        margin-bottom: 25px;
    }

    .index-searchBtn {
        border: 1px solid #ccc;
    }
}

@media only screen and (max-width: 360px) {
    .lazy-load img {
        min-height: 238.66px;
    }
}

@media only screen and (max-width: 320px) {
    .lazy-load img {
        min-height: 212px;
    }
}