﻿.home-page-categories-products {
    .category-products-item {
        margin-bottom: 30px;

        .row {
            position: relative;

            [class*="col-"] {
                position: static;

                .category-products {
                    position: static;

                    .owl-stage-outer {
                        position: static;

                        .owl-nav {
                            left: 15px;
                        }
                    }
                }
            }
        }

        .product-box {
            margin-bottom: 0;

            @media(max-width:768px) {
                
            }
        }
    }

    .category-products {
        &.owl-carousel {
            .owl-nav {
                position: absolute;
                left: 0;
                top: 0;
                margin-top: -50px;
            }
        }
    }

    .subcategory-list {
        margin-top: 15px;
    }
}
