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

    .owl-theme .owl-nav [class*='owl-'] {
        margin: -40px 0 0;
        padding: 0;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background-color: #fff;
        color: #222;
        position: absolute;
        top: 50%;
        .border-radius(10px);
        .transition(.1s);
        .box-shadow(0 0 15px rgba(0, 0, 0, 0.06));

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

        &.owl-next:before {
            .icomoon(e929, 30px);
        }

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

        &.owl-prev:before {
            .icomoon(e927, 30px);
        }
    }
}

.service-tool {
    ul {
        display: flex;
        flex-wrap: wrap;
        .ul-nostyle();
    }

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

    ul li a {
        display: block;
        background-color: transparent;
        padding: 35px 10px 30px;
        .transition(.1s);

        &:hover {
            background-color: #fff;
            position: relative;
            z-index: 2;
            .box-shadow(0 0 15px rgba(0, 0, 0, 0.06));
        }
    }

    ul li a img {
        margin-bottom: 10px;
    }

    ul li a span {
        display: block;
        font-size: 123.07%;
        font-weight: 700;
        color: #333;

        &:last-child {
            font-size: 107.69%;
            color: #999;
            font-weight: 400;
            padding-top: 5px;
        }
    }
}

.block-title-icon-bottom {
    .block-title {
        text-align: center;

        strong {
            display: block;
            color: #333;
            font-size: 276.92%;
            margin-bottom: 5px;
        }

        img {

        }
    }
}

.cat-slider-inner {
    background: url("../images/bg-cat-tool.jpg") no-repeat top center;
    background-size: cover;
}

.content-box-cat {
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    .border-radius(10px);
    .transition(.2s);

    .count {
        display: none;
    }

    .cat-title {
        margin: 0;
        font-size: 138.461%;


        a {
            background-color: #fff;
            white-space: nowrap;
            text-transform: uppercase;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 700;
            display: block;
            padding: 15px 10px;
            .transition(.2s);
        }
    }

    .image-cat {
        position: relative;
        overflow: hidden;

        img {
            .transition(.2s);
        }
    }

    .child-cat {
        background-color: #333;
        text-transform: uppercase;
        position: absolute;
        bottom: 110%;
        right: 0;
        left: 0;
        height: 100%;
        font-size: 107.69%;
        padding-top: 28px;
        .transition(.2s);

        a {
            color: #fff;
        }
    }

    .sub-cats {
        .ul-nostyle();
    }

    &:hover {
        background-color: #333;

        .image-cat img {
            .border-radius(0 0 13px 13px);
        }

        .child-cat {
            bottom: 0;
        }
    }
}

.tabs-product-banner,
.slider-product-filter,
.content-client-icon,
.content-brand-icon,
.block-categories-inner {
    .owl-theme .owl-nav {
        margin: 0;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        margin: -25px 0 0;
        padding: 0;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border: 2px solid #eee;
        color: #333;
        text-align: center;
        line-height: 46px;
        position: absolute;
        top: 50%;
        .border-radius(4px);
        .transition(.1s);

        &.owl-next {
            right: -25px;

            &:before {
                .icomoon(e929, 22px);
            }
        }

        &.owl-prev {
            left: -25px;

            &:before {
                .icomoon(e927, 22px);
            }
        }
    }
}


.content-brand-icon {
    .item a {
        display: block;
        border: 2px solid transparent;
        overflow: hidden;
        .border-radius(6px);
        .transition(.1s);
    }
}

.slider-stagepadding {
    margin-left: -15px;
    margin-right: -15px;

    .owl-stage {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.content-client-icon {
    .item-client {
        background-color: #fff;
        overflow: hidden;
        .border-radius(10px);
        .transition(.1s);

        &:hover {
            .box-shadow(0 0 15px rgba(0, 0, 0, 0.1));
        }
    }

    .cl-info {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 70px 20px 20px;
        position: relative;
        .transition(.1s);
    }

    .cl-image {
        width: 114px;
        height: 114px;
        padding: 7px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: -57px;
        margin-left: -57px;
        .border-radius(50%);

        img {
            .border-radius(50%);
        }
    }

    .cl-name {
        font-size: 138%;
        font-weight: 700;
    }

    .cl-country {
        font-size: 107.69%;
        color: #aaa;
    }

    .cl-say {
        font-size: 107.69%;
        padding: 40px 30px 80px;
        text-align: center;
        line-height: 2.2em;
        color: #333;

        &:before {
            margin-bottom: 20px;
            .icomoon(e97f, 40px);
            display: block;
        }
    }

    .owl-theme .owl-nav [class*='owl-'].owl-next {
        right: -10px;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        left: -10px;
    }
}

.block-title-background {
    .block {
        margin-bottom: 0;
    }

    .block-title {
        overflow: hidden;
        text-align: center;
        margin: 0 60px 25px;

        strong {
            display: inline-block;
            text-transform: uppercase;
            font-size: 230%;
            background-color: #333;
            color: #fff;
            position: relative;
            padding: 3px 20px;
            .border-radius(6px);
        }

        strong:before,
        strong:after {
            content: "";
            display: block;
            height: 4px;
            width: 2000px;
            background-color: #eee;
            position: absolute;
            top: 50%;
            margin-top: -2px;
        }

        strong:before {
            right: 100%;
            margin-right: 15px;
        }

        strong:after {
            left: 100%;
            margin-left: 15px;
        }
    }
}

.block-title-background.slider-product-filter.slider-stagepadding {
    .products-grid .product-item {
        margin-bottom: 0;
    }

    .owl-theme .owl-nav .owl-next {
        right: 15px;
        top: -66px;
        margin: 0;
    }

    .owl-theme .owl-nav .owl-prev {
        left: 15px;
        top: -66px;
        margin: 0;
    }

    .block-title {
        margin: 0 75px 15px;
    }
}

.product-10-style .slider-product-filter {
    .products-grid .product-item-info {
        overflow: hidden;

        &:hover {
            .deals-countdown {
                background-color: #fff;
                border-top: 1px solid #e5e5e5;
            }
        }
    }

    .deals-countdown {
        background-color: #f5f5f5;
        border-top: 1px solid #f5f5f5;
        padding: 15px 10px 20px;
        margin: 0 -10px -15px;
        .transition(.1s);

        .text-label-countdown {
            display: block;
            font-weight: 700;
            font-size: 107.69%;
            text-transform: uppercase;
            color: #333;
            margin-bottom: 10px;
        }
    }

    .deals-countdown .deals-time {
        margin: 0 2px 10px;
        padding: 0;
        min-width: 60px;
        text-align: center;
        border: none;

        .num-time {
            height: 40px;
            line-height: 40px;
            font-size: 138.46%;
            .border-radius(4px 4px 0 0);
        }

        .title-time {
            height: 24px;
            line-height: 24px;
            background-color: #333;
            color: #fff;
            text-transform: uppercase;
            .border-radius(0 0 4px 4px);
        }
    }
}

.tabs-product-banner {
    .block {
        margin: 0;
    }

    .one-row .product-item {
        margin-bottom: 0 !important;
    }

    .block-title {
        color: #333;
        font-size: 184.61%;
        font-weight: 700;
        background-color: #fff;
        padding: 0 20px;
        height: 58px;
        line-height: 58px;
        .border-radius(6px 6px 0 0);
    }

    &.slider-stagepadding {
        .tab-cmsblock,
        .block-title {
            margin: 0 15px;
        }

        .listingtabs .tab-cmsblock {
            margin-bottom: 5px;
        }
    }

    .listingtabs {
        display: flex;
        flex-flow: column;

        .ltabs-items-container {
            order: 10;
        }

        .tab-cmsblock {
            order: 5;
            margin-bottom: 30px;
        }

        .tab-cmsblock ul {
            display: flex;
            .ul-nostyle();

            li {
                width: 50%;
            }
        }
    }

    .owl-theme .owl-nav [class*='owl-'].owl-next {
        right: -10px;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        left: -10px;
    }

}

.layout-boxed {
    .bg-full-block,
    .cat-slider-inner {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .slidershow-full {
        margin-left: -15px;
        margin-right: -15px;
    }
}