.top-home-content {
    position: relative;
    padding-top: 10px;
    .box-shadow(0 3px 3px rgba(0, 0, 0, 0.1));
}

.top-service ul {
    display: flex;
    .ul-nostyle();

    li {
        width: 33.333333333%;
        text-align: center;
        margin: 0;
    }

    li a {
        display: block;
        padding: 20px;
        background-color: transparent;
        border: 1px solid transparent;
        border-top: none;
        font-size: 107.69%;
        position: relative;

        &:before {
            display: block !important;
            height: 40px;
            line-height: 40px;
        }

        &:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -1px;
            left: -1px;
            right: -1px;
            height: 2px;
            opacity: 0;
        }

        &:hover {
            background-color: #f7f8fa;
            border-color: #e6e7e9;

            &:after {
                opacity: 1;
            }
        }
    }

    .free-shipping a:before {
        .icomoon(e945, 26px);
    }

    .money-back a:before {
        .icomoon(e981, 26px);
    }

    .online-support a:before {
        .icomoon(e947, 26px);
    }
}

.home-page-13 .slidershow {
    margin-bottom: 0;
}

.block-home-content {
    background-color: #f2f3f7;
    padding-top: 30px;
    border-bottom: 1px solid #e6e7eb;
    padding-bottom: 30px;
}

.banner-grid-10 {
    .banner-image {
        margin-bottom: 10px;
    }

    .l-banner {
        margin-left: -20px;
    }

    .r-banner {
        margin-right: -20px;
    }
}

.block-box {
    background-color: #fff;
    border: 1px solid #dcdde1;

    .block-box-title {
        border-bottom: 1px solid #dcdde1;
        padding: 25px;

        strong {
            font-size: 130%;
        }

        p {
            margin: 0;
        }
    }

    .block .block-content {
        border: none;
        padding: 0;
        margin: 0;
    }

    .owl-theme {
        .owl-nav {
            top: -62px;
            left: 30px;
        }

        .owl-nav [class*='owl-'] {
            width: 30px;
            height: 30px;
            margin-right: 5px;
            border: 1px solid #dcdde1 !important;
            line-height: 28px;
        }
    }
}

.block-box.brand-box {
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #dcdde1;
}

.block-box.brand-box,
.block-box.home-collection-2 {
    .owl-theme .owl-nav {
        margin: 0;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        width: 30px;
        height: 40px;
        background-color: #fff;
        color: #888;
        border: 1px solid #dcdde1;
        position: absolute;
        top: 50%;
        margin: -20px 0 0;
        padding: 0;
        text-align: center;
        line-height: 38px;
        .border-radius(0);
        .transition(.1s);

        &:before {
            font-size: 18px;
        }

        &.owl-next {
            right: -31px;
        }

        &.owl-prev {
            left: -31px;
        }
    }
}


.block-box.home-collection-2 {
    padding: 20px 30px 25px;

    .owl-carousel .owl-item img {
        width: auto;
        max-width: 100%;
        margin-bottom: 5px;
        opacity: .7;
    }

    .owl-carousel .owl-item .item a:hover img {
        opacity: 1;
    }

    .item {
        text-align: center;
    }

    img {
        display: unset;
    }

    span, strong {
        display: block;
    }

    strong {
        font-size: 107.69%;
    }
}

.blog-slider-type-3 {
    padding: 30px;

    .date-title {
        padding-top: 10px;
        .clearfix();
    }

    .date-post {
        float: right;
        width: 40px;
        padding: 5px;
        text-align: center;
        font-weight: 700;
    }

    .post-title {
        margin-right: 55px;
        font-size: 107.69%;
        padding-top: 6px;
    }

    .post-short-description,
    .post-read-more {
        display: none;
    }

    .owl-theme .owl-nav {
        top: -92px;
        left: 0;
    }
}

.newsletter-bottom-home {
    max-width: 810px;
    padding: 10px 110px 17px;
    margin: 0 auto;
    background: url("../images/icon-newsletter.png") no-repeat right center;

    .newsletter-text {
        font-size: 107.69%;
        text-align: center;
        margin-bottom: 10px;
    }

    .newsletter-content {
        display: flex;
        padding: 0 10px;
    }

    .input-box {
        width: 100%;
        padding-left: 10px;

        #newsletter-home {
            height: 40px;
            border: 1px solid #adadad;
        }
    }

    .action-button button {
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
        text-transform: uppercase;
    }
}

.deal-countdown {
    padding: 10px;
    position: relative;

    .block {
        margin: 0;
    }

    .product-item .product-reviews-summary .reviews-actions,
    .block-title {
        display: none;
    }

    .product-labels .sale-label,
    .product-labels .new-label {
        position: absolute;
        top: 10px;
        z-index: 10;
    }

    .product-labels .sale-label {
        left: 10px;
    }

    .product-labels .new-label {
        right: 10px;
    }

    .product-item-info {
        width: unset;
        max-width: unset;
        .clearfix();

        .deals-countdown {
            padding-top: 20px;
        }
    }

    .product-item-info .image-product {
        margin: 0 !important;
        float: right;
        width: 40%;
        position: relative;

        .quickview-handler {
            display: block;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -30px;
            margin-left: -30px;
            text-align: center;
            line-height: 60px;
            background-color: #fff;
            color: #666;
            z-index: 5;
            opacity: 0;
            visibility: hidden;
            .transition(.1s);
            .border-radius(50%);
            .box-shadow(0 0 10px rgba(0, 0, 0, 0.2));
        }

        .quickview-handler:before {
            .icomoon(e954, 20px);
        }

        .quickview-handler span {
            display: none;
        }
    }

    .product-item-info .product-item-details {
        float: left;
        width: 60%;
        padding: 8px 30px 0 0;
        margin-bottom: 30px;
        text-align: right;
    }

    .product-item-info:hover {
        .image-product .quickview-handler {
            opacity: 1;
            visibility: visible;
        }
    }

    .product-item-name {
        font-size: 116.67%;
        margin: 0 0 3px;
    }

    .product-item .price-box {
        margin: 4px 0 10px;
    }

    .product-item .price-box .price {
        font-size: 130%;
        font-weight: 700;
    }

    .price-box .old-price .price {
        color: #999;
        font-size: 100%;
        position: relative;
        top: 3px;
    }

    .product-item-actions {
        .actions-primary button {
            background: none;
            border: 1px solid #e5e5e5;
            height: 38px;
            line-height: 36px;
            color: #666;
            padding: 0 15px;
            font-size: 92.307%;
            text-transform: uppercase;
            font-weight: 700;
            .border-radius(2px);
            .box-shadow-none();
            .transition(.1s);
        }

        .actions-primary button:before {
            vertical-align: middle;
            margin-right: 3px;
            position: relative;
            top: -2px;
            .icomoon(e957, 18px);
        }

        .actions-secondary {
            .action {
                display: block;
                float: left;
                margin-right: 5px;
                width: 38px;
                height: 38px;
                text-align: center;
                line-height: 36px;
                color: #999;
                border: 1px solid #e5e5e5;
                .border-radius(2px);
                .transition(.1s);
            }

            .action:before,
            .action span {
                display: none !important;
            }

            .towishlist:after {
                .icomoon(e93f, 16px);
            }

            .tocompare:after {
                .icomoon(e952, 16px);
            }
        }
    }

    .product-item-description {
        margin: 0 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .owl-theme .owl-dots {
        border-top: 1px solid #dcdde1;
        margin: 0 -10px !important;
        padding: 15px 0 5px;
    }

    .deals-countdown {
        margin: 0;
        position: absolute;
        top: -72px;
        left: 30px;
    }

    .deals-countdown .deals-time {
        border: none;
        margin-left: 3px;
        min-width: 60px;
        .border-radius(2px);
    }

    .deals-countdown .deals-time .num-time {
        font-size: 107.69%;
    }

    .product-item-details .deals-countdown {
        position: static;
        .clearfix();

        .deals-time {
            float: right;
            margin-left: 5px;
            margin-right: 0;
        }
    }
}