.home-top-shadow {
    margin-bottom: 20px;
    background-color: #fff;
    .box-shadow(0 0 3px rgba(0, 0, 0, 0.3));

    .slidershow {
        margin: 0;
    }

    .top-service ul li a {
        font-weight: 600;
    }
}

.slidershow-type-2 {
    .owl-theme .owl-nav {
        margin: 0;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        width: 46px;
        height: 80px;
        line-height: 80px;
        margin: -40px 0 0;
        padding: 0;
        background-color: #fff;
        color: #666;
        position: absolute;
        top: 50%;
        border: none;

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

        &.owl-next {
            right: 0;
            .border-radius(4px 0 0 4px);
        }

        &.owl-prev {
            left: 0;
            .border-radius(0 4px 4px 0;)
        }
    }
}

.top-service ul .lowest-price a:before {
    .icomoon(e987, 26px);
}

.block-flex {
    border: 1px solid #dcdde1;
    position: relative;

    .block {
        margin: 0;
    }

    .block-title {
        padding: 20px 0 15px;
    }

    .block-title strong {
        font-size: 190%;
        color: #222;
        font-weight: 600;
    }

    .flex-title {
        position: relative;
        width: 280px;
        padding: 70px 0 70px;
        text-align: center;

        strong {
            font-size: 190%;
            font-weight: 600;
        }
    }

    .bottom-view {
        position: absolute;
        bottom: 100px;
        right: 0;
        left: 0;
    }

    .bottom-view a {
        display: inline-block;
        background: #fff;
        padding: 10px 20px;
        text-align: center;
        min-width: 120px;
        font-weight: 700;
        .box-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    }

    .flex-content {
        background-color: #fff;
        padding: 0 30px 30px;
        position: relative;
    }

    .products-grid .product-item {
        margin-bottom: 0;
    }

    .owl-theme .owl-nav {
        margin: 0;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        width: 46px;
        height: 80px;
        line-height: 80px;
        margin: -40px 0 0;
        padding: 0;
        background-color: #fff;
        color: #666;
        position: absolute;
        top: 50%;
        border: 1px solid #dcdde1;

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

        &.owl-next {
            right: -30px;
            border-right: none;
            .border-radius(4px 0 0 4px);
        }

        &.owl-prev {
            left: -30px;
            border-left: none;
            .border-radius(0 4px 4px 0;)
        }
    }

    &.flex-product-slider {
        display: flex;
        border: none;

        .flex-content {
            padding: 0;
            border: 1px solid #dcdde1;
            border-right: none;
            width: calc(~'100% - 280px');
        }

        .owl-theme .owl-nav .owl-prev {
            left: 0 !important;
        }

        .owl-theme .owl-nav .owl-next {
            right: 0 !important;
        }
    }
}

.block-flex .blog-slider-type-3 {
    padding: 0;
}

.home-top-shadow .quick-links {
    padding: 12px 0;
    text-align: center;

    > ul {
        .ul-nostyle();
    }

    > ul > li {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;

        &:not(:first-child):after {
            content: ",";
        }

        &:last-child:after {
            display: none;
        }
    }

    .title-ql {
        font-weight: 600;
        color: #222;
    }
}

.category-slider-nosub {
    .block-categories .cat-wrap .item .image-cat img {
        display: unset;
        width: 100%;
    }

    .block-categories .cat-wrap {
        margin: 0;
    }

    .block-categories .cat-wrap .item {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .btn-view {
        display: none;
    }

    .block-categories .cat-wrap .item .image-cat {
        margin-bottom: 0;
        background-color: #dcdde1;
    }

    .block-categories .cat-wrap .content-box .cats-info {
        border: 1px solid #dcdde1;
        border-top: none;
    }

    .block-categories .cat-wrap .content-box {
        background-color: #fff;
        margin-bottom: 10px;
    }

    .block-categories .cat-wrap .item .cat-title {
        font-size: 107.69%;
        text-transform: uppercase;
        margin: 0;

        a {
            display: inline-block;
            padding: 15px 0;
        }
    }
}

.block-flex .deal-countdown {
    padding: 0;

    .block-title {
        display: block;
    }

    .owl-theme .owl-dots {
        margin: 0 !important;
        padding: 15px 0;
    }

    .product-item-info {
        padding-left: 25px;
    }
}

.label-deal:before {
    content: "";
    display: block;
    width: 82px;
    height: 82px;
    background: url("../images/label-deal-rtl.png") no-repeat top right;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 10;
}