.block-des-bottom {
    .row-brand-slider {
        .owl-theme .owl-nav [class*='owl-'] {
            background-color: rgba(0, 0, 0, 0.3);
            color: #fff;
            .border-radius(50%);
            .box-shadow-none();
        }
    }
}

.row-brand-slider .item a {
    display: block;
    border: 2px solid #f5f5f5;
    .transition(.1s);

    & + a {
        margin-top: 18px;
    }
}

.row-brand-slider .owl-theme .owl-nav {
    margin: 0;
}

.grid-cats {
    a {
        display: block;
        margin-bottom: 15px;
        position: relative;

        span {
            position: absolute;
            bottom: 0;
            right: 0;
            background-color: #fff;
            font-size: 138.46%;
            font-weight: 700;
            color: #222;
            padding: 12px 20px;
            .transition(.1s);
        }
    }

    .l-cat {
        margin-right: -10px;
    }

    .c-cat {
        margin-left: -5px;
        margin-right: -5px;
    }

    .r-cat {
        margin-left: -10px;
    }
}

.b-client-full {
    background: url("../images/bg-b-client.jpg") no-repeat top center;
    background-size: cover;
    color: #fff;
    text-align: center;

    .b-client-slider {
        max-width: 910px;
        margin-left: auto;
        margin-right: auto;

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

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

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

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

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

    .text {
        font-size: 184.61%;
        font-weight: 700;
    }

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

    .location {
        font-size: 123.08%;
    }
}

.full-product-b {
    padding: 0 30px;
}

.product-b-slider {
    .owl-theme .owl-nav [class*='owl-'] {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: -30px 0 0;
        position: absolute;
        top: 50%;
        padding: 0;
        background-color: #fff;
        color: #222;
        .border-radius(50%);
        .transition(.1s);

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

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

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

.attr-container.attr-b .smas-container {
    background: url("../images/bg-at-bike.jpg") no-repeat top center;
    background-size: cover;
    padding: 60px 100px 70px;
    .border-radius(0);

    .chosen-container-single .chosen-single {
        padding-left: 20px;
    }

    .smas-caption {
        text-transform: unset;
        margin-bottom: 25px;
    }

    .att-title {
        font-size: 307.69%;
        font-weight: 700;
        color: #fff;
    }

    p {
        color: #aaa;
        font-size: 107.69%;
    }

    .chosen-container-single .chosen-single {
        height: 50px;
        line-height: 50px;
        .border-radius(0);
    }

    .smas-attr-inner .btn {
        height: 50px;
        line-height: 50px;
        .border-radius(0);
    }

    .chosen-container-single .chosen-single div {
        height: 50px;
    }
}

.svs-bike {
    ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        padding: 0;
        list-style: none;
    }

    ul li {
        padding: 0 15px;
        margin: 0 0 30px;
        width: 25%;
    }

    .image-sv {
        background-color: #eee;
        width: 80px;
        height: 80px;
        float: left;
        .border-radius(50%);
    }

    .info-sv {
        margin-left: 100px;
        padding-top: 15px;
    }

    .sv-title {
        font-size: 128.571%;
        color: #222;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .sv-text {
        font-size: 107.69%;
        color: #888;
    }
}

.gallery-img-b {
    .owl-theme .owl-nav {
        margin: 0;
    }

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

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

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

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

    .img-gallery {
        display: block;
        position: relative;
    }

    .img-gallery:before {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -20px;
        margin-top: -20px;
        color: #fff;
        opacity: 0;
        .transition(.1s);
        .icomoon(ea92, 36px);
    }

    .img-gallery:hover:before {
        opacity: 1;
    }
}

.blog-b {
    .block-slider-post {
        margin: 0;
    }

    .item {
        background-color: #fff;
        .transition(.1s);

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

    .post-title a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 123.07%;
    }

    .date-post {
        font-size: 107.69%;
        color: #222;
        margin-bottom: 7px;
    }

    .info-post {
        padding: 15px 20px 20px;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        .border-radius(50%);

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

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

.deal-b {
    background-color: #fff;
    padding-left: 80px;
    position: relative;
    .clearfix();

    .product-image-container {
        vertical-align: top;
    }

    .box-image-deal {
        position: relative;

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

            &:before {
                .icomoon(e954, 18px);
            }

            span {
                display: none;
            }
        }

        &:hover .quickview-handler {
            opacity: 1;
            visibility: visible;
        }
    }

    .ver-title {
        width: 80px;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
    }

    .block {
        margin: 0;
        padding: 24px;
        .clearfix();
    }

    .thumb-product {
        float: left;
        width: 160px;
    }

    .block-content {
        margin-left: 160px;
        padding-left: 24px;
    }

    .box-image-thumb {
        border: 1px solid transparent;
        cursor: pointer;
        .transition(.1s);

        &:hover,
        &.active-item {
            border: 1px solid #222;
        }

        &:not(:last-child) {
            margin-bottom: 10px;
        }
    }

    .product-item {
        display: none;

        &.active-item {
            display: block;
        }
    }

    .product-item-info {
        display: flex;
        flex-wrap: wrap;
        width: unset;
        max-width: unset;

        .box-image-deal {
            width: 52%;
            position: relative;
        }

        .product-item-details {
            width: 48%;
            padding-left: 24px;;
        }
    }

    .product-labels {
        .product-label {
            display: block;
            height: 26px;
            text-align: center;
            padding: 0 10px;
            line-height: 26px;
            text-transform: uppercase;
            color: #fff;
            min-width: 50px;
            font-weight: 700;
            top: 5px;
            position: absolute;
            z-index: 20;
        }

        .new-label {
            background-color: #00b46a;
            right: 5px;
        }

        .sale-label {
            background-color: #ff5500;
            left: 5px;
        }
    }

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

    .product-item-name {
        font-size: 140%;
    }

    .product-item-description {
        margin-bottom: 15px;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .product-reviews-summary {
        margin: 10px 0 12px;
    }

    .product-reviews-summary .reviews-actions {
        display: none;
    }

    .price-box {
        margin-bottom: 22px;

        .price {
            font-size: 171.428%;
            font-weight: 700;
        }

        .old-price .price {
            font-size: 133.33%;
            font-weight: normal;
            position: relative;
            top: 5px;
        }
    }

    .bottom-action {
        margin-bottom: 35px;
        .clearfix();

        form {
            float: left;

            button {
                height: 40px;
                line-height: 40px;
                padding: 0 30px !important;
                text-transform: uppercase;
                .border-radius(0);
            }
        }

        .tocompare,
        .towishlist {
            position: static;
            background: #f5f5f5;
            float: left;
            margin-left: 5px;
            border: none !important;
            height: 40px;
            width: 40px;
            line-height: 40px;
            padding: 0 !important;
            text-align: center;
            .border-radius(0);
            .transition(.1s);

            &:before {
                display: none;
            }

            span {
                display: none;
            }

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

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

    .product-item-info .deals-countdown .deals-time {
        min-width: 80px;
        float: left;
        margin-right: 10px;
        padding: 0;
        text-align: center;
        border: 1px solid #222;

        .num-time {
            font-size: 200%;
            color: #222;
            padding: 12px 0 5px;
            line-height: 1;
        }

        .title-time {
            text-transform: uppercase;
            margin: 0 0 10px;
            color: #888;
        }
    }


}