@import "homeComponent/banner";
@import "homeComponent/service";
@import "homeComponent/dealsection";
@import "homeComponent/download-section";
.homeSlider {
    .owl-controls {
        .owl-nav {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            width: 100%;
            .owl-prev,
            .owl-next {
                font-size: 35px;
                color: color(50);
                background-color: transparent !important;
                position: absolute;
                right: 100px;
            }
            .owl-next {
                transform: rotate(180deg);
                left: 100px;
                right: auto;
            }
            @media (max-width: 1599px) {
                .owl-prev,
                .owl-next {
                    font-size: 30px;
                    right: 50px;
                }
                .owl-next {
                    left: 50px;
                    right: auto;
                }
            }
        }
    }
}
.common--section {
    padding: 35px 0;
    header {
        margin-bottom: 35px;
        h2 {
            font-size: 20px;
            color: color(900);
            font-weight: 600;
            margin-bottom: 0;
        }
        img {
            width: auto;
            display: none;
        }
    }
    &.tabssection {
        header {
            display: flex;
            justify-content: space-between;
            padding: 10px 20px 10px 20px;
            background-color: #f4f4f4;
            align-items: center;
            ul {
                border: 0px;
                li {
                    a {
                        border: 0px;
                        background-color: transparent;
                        &.active {
                            background-color: transparent;
                            color: color(600);
                        }
                    }
                }
            }
        }
        .tab-content {
            .tab-pane {
                .owl-controls {
                    .owl-dots {
                        display: block;
                        position: absolute;
                        text-align: center;
                        margin-top: 0;
                        left: 50%;
                        transform: translateX(-50%);
                        bottom: -15px;
                        @include media-breakpoint-down(sm) {
                            transform: translateX(0);
                            width: 100%;
                            left: 0;
                        }
                        .owl-dot {
                            width: 15px;
                            height: 15px;
                            @include media-breakpoint-down(sm) {
                                width: 10px;
                                height: 10px;
                            }
                            background: #c3c2c2;
                            border-radius: 50%;
                            display: inline-block;
                            margin: 0 5px 0;
                            transition: 0.3s ease-in;
                            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
                            &.active {
                                background: color(500);
                            }
                        }
                    }
                }
            }
        }
        @include media-breakpoint-down(md) {
            header {
                ul {
                    li {
                        a {
                            padding: 5px 10px;
                            font-size: 14px;
                        }
                    }
                }
            }
        }
        @include media-breakpoint-down(xs) {
            header {
                display: block;
                padding: 10px 10px 10px 10px;
                ul {
                    margin-top: 10px;
                    li {
                        a {
                            padding: 5px 6px;
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
    @media (max-width: 1399px) {
        header {
            margin-bottom: 40px;
        }
    }
    @include media-breakpoint-down(lg) {
        header {
            margin-bottom: 25px;
            h2 {
                font-size: 20px;
            }
        }
    }
    @include media-breakpoint-down(md) {
        header {
            h2 {
                font-size: 18px;
            }
        }
    }
    @include media-breakpoint-down(sm) {
        padding: 30px 0;
        header {
            h2 {
                font-size: 18px;
            }
        }
    }
    @include media-breakpoint-down(xs) {
        padding: 25px 0;
        header {
            margin-bottom: 20px;
            h2 {
                font-size: 16px;
            }
        }
    }
}

@import "homeComponent/product";

.freshcoffeeSection {
    .row {
        .col-sm-6 {
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
            & + .col-sm-6 {
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }
        }
    }
    @include media-breakpoint-down(sm) {
        .row {
            margin: 0 -5px;
            .col-sm-6 {
                padding: 0 5px;
            }
        }
    }
}
.topsmallbanners {
    @include media-breakpoint-down(md) {
        .row {
            margin: 0 -5px;
            .col-md-4 {
                padding: 0 5px;
            }
        }
    }
}

.smallBanner {
    padding-bottom: 20px;
    .row {
        margin: 0 -5px;
        .col-lg-4 {
            padding: 0 5px;
        }
    }
    @include media-breakpoint-down(md) {
        padding-bottom: 0;
    }
}

.slider-buttom-category {
    .col-lg-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .single-category {
        display: block;
        text-align: center;
        padding: 15px;
        .right {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 15px;
            height: 84px;
        }
    }
    @include media-breakpoint-down(md) {
        padding-bottom: 0;
        .row {
            margin: 0 -5px;
            .col-lg-3 {
                padding: 0 5px;
            }
        }
        .single-category {
            height: 100%;
            padding: 8px;
            .right {
                margin-bottom: 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .left {
                .title {
                    font-size: 14px;
                    margin-bottom: 4px;
                }
            }
        }
    }
    @include media-breakpoint-down(xs) {
        .col-lg-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }
        .row {
            margin: 0 0px;
            .col-lg-3 {
                padding: 0 0px;
            }
        }
    }
}
