.banner-top-full {
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;

    .banner-item {
        padding: 0 1px;
        width: 33.33333333%;
    }
}

.home-page-9 .slidershow {
    margin-bottom: 2px;
}

.home-services.service-grid {
    border: none;
    margin-bottom: 15px;

    > ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    > ul > li {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    > ul > li > a {
        background-color: #f2f2f2;
        border: 2px solid #f2f2f2;
        padding: 15px;

        &:hover {
            background-color: #fff;
        }
    }
}

.title-style-2 {
    .block-title {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 5px;
        margin-bottom: 30px;
        font-size: 138.461%;
        color: #222;
        text-transform: uppercase;
    }
}

.home-collection.collection-grid {
    margin-bottom: 55px;

    .block-content {
        background: none;
        border: none;
    }

    .item a {
        background-color: #eee;

        img {
            opacity: .6;
        }
    }

    .item a:hover {
        background-color: #fff;

        img {
            opacity: 1;
        }
    }

    .item a strong {
        font-weight: 700;
    }

    .owl-theme .owl-nav {
        top: -74px;
    }
}

.banner-home-bottom {
    margin-bottom: 55px;
}

.tab-grid {
    .block {
        margin-bottom: 0;
    }

    .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
        top: -63px;
        position: absolute;
        right: 80px;

        .ltabs-tabs li {
            background-color: transparent;
            display: inline-block;
            vertical-align: top;
            margin-right: 1px;
            height: 33px;
            line-height: 31px;
            font-weight: 400;
            padding: 0 20px;
            text-transform: uppercase;
            border: 1px solid transparent;
            border-width: 2px 1px 0 1px;
        }

        .ltabs-tabs li.tab-sel,
        .ltabs-tabs li:hover {
            background-color: #fff;
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
        }
    }

    .products-grid .product-item-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

        a {
            display: initial;
        }
    }

    .owl-theme .owl-nav {
        margin: 0;
        position: absolute;
        top: -64px;
        right: 0;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        margin: 0;
        padding: 0;
        width: 26px;
        height: 34px;
        line-height: 32px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        color: #888;
        .border-radius(0);
        .transition(.1s);

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

        &.owl-next {
            border-left: none;
        }

        &.owl-prev {
            border-right: none;
        }
    }
}


.brand-grid {
    .block-content {
        position: relative;
    }

    .item {
        border: 1px solid #e5e5e5;
    }

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

    .owl-theme .owl-nav [class*='owl-'] {
        width: 26px;
        height: 34px;
        line-height: 32px;
        padding: 0;
        margin: -17px 0 0;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        color: #888;
        position: absolute;
        top: 50%;
        .border-radius(0);
        .transition(.1s);

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

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

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

.list-product-buttons {
    .product-items {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-item {
        width: 33.33333333%;
        padding: 0 15px;
        margin-bottom: 30px !important;
    }

    .product-item-info {
        background-color: #fff;
    }

    .product-type-list .image-product {
        width: 100px;
    }

    .product-type-list .product-item-details {
        padding: 3px 0 0 10px;
    }

    .product-type-list .product-item .product-item-info {
        border: 1px solid #e5e5e5;
        padding: 10px;
        margin: 0;
        height: 100%;
    }

    .product-item-inner {
        padding: 12px 0 10px;
    }

    .product-item-actions {
        display: inline-block;
        margin: 0;
        position: relative;

        .actions-primary button {
            background: none;
            border: 1px solid #e5e5e5;
            height: 38px;
            line-height: 36px;
            margin-right: 5px;
            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 {
                float: left;
                margin-right: 5px;
                display: inline-block;
                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);
            }
        }
    }
}

.client-full {
    margin-bottom: 65px;
    background: url("../images/bg-clients.jpg") no-repeat top center / cover;
    padding: 60px 0;
}

.slider-nav-client {
    max-width: 360px;
    margin: 0 auto 10px;

    .client-img {
        width: 68px;
        height: 68px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        opacity: .5;
        cursor: pointer;
        .border-radius(50%);
        .transition(.1s);
    }

    .slick-current .client-img {
        opacity: 1;
    }
}

.slider-for-client {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;

    .text-client {
        color: #fff;
        font-size: 122%;
        margin-bottom: 20px;
        padding: 10px 30px;
        position: relative;

        &:before {
            position: absolute;
            top: 0;
            left: 2px;
            .icomoon(e97f, 22px);
        }

        &:after {
            position: absolute;
            bottom: 0;
            right: 2px;
            .icomoon(e98c, 22px);
        }
    }

    .name-client {
        font-size: 133.33%;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }

    .add-client {
        font-size: 107.69%;
        color: #8c8c8c;
        text-transform: uppercase;
    }
}

.product-border {
    .products-grid .product-items .product-item .product-item-info {
        border: 1px solid #e5e5e5;
        .box-shadow-none();
    }
}

.tabs-style-2.tab-hot {
    .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
        position: static;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
    }

    .owl-theme .owl-nav {
        margin: 0;
        position: absolute;
        top: -75px;
        right: 0;
    }

    .block-content {
        border: none;
    }

    .products-grid .product-item-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

        a {
            display: initial;
        }
    }

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

    .products-grid .product-item-actions .actions-primary button:before {
        margin: 0;
    }

    .right-container .product-item-actions .actions-primary button span {
        display: none;
    }

    .products-grid .item-first {
        .product-item-info {
            padding-bottom: 35px;
        }

        .product-item-details {
            padding-top: 16px;
        }

        .product-item-inner {
            position: static;
            margin-bottom: 30px;
        }

        .product-item-name {
            font-size: 133.333%;
            margin-bottom: 4px;
        }

        .product-reviews-summary {
            margin-bottom: 0;
        }

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

        .product-item .price-box .price {
            font-size: 170%;

        }

        .product-item .price-box .old-price .price {
            font-size: 125%;
            position: relative;
            top: 6px;
        }
    }

    .thumbs-product {
        text-align: center;
    }

    .thumbs-product .item-img {
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
        width: 80px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
    }
}