.cat-title {
    font-size: 2rem;
    font-weight: 800;
    text-align: right;
}


/******* CATEGORY ******/
.home-cat-box {}

.home-cat-box .image-frame {
    margin: 20px 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><radialGradient id="grad"><stop offset="0%25" stop-color="%23656565"/><stop offset="100%25" stop-color="%232a2a2a"/></radialGradient></defs><rect width="200" height="200" fill="url(%23grad)" rx="15"/></svg>');
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    overflow: visible;
}

.home-cat-box-2 .image-frame-2 {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    overflow: visible;
}

.home-cat-box .image-frame-3 {
    margin: 20px 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><radialGradient id="grad"><stop offset="0%25" stop-color="%23fff2af"/><stop offset="100%25" stop-color="%23f1c70d"/></radialGradient></defs><circle cx="100" cy="100" r="100" fill="url(%23grad)"/></svg>');
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    overflow: visible;
}

.home-cat-box .frame .image{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    transition: transform .1s;
}

.home-cat-box .frame:hover > .image{
    transform: scale(1.1);
}

.home-cat-box .cat-name{
    text-align: center;
    color: #222;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}



/******* CATEGORY ******/




/******* BRANDS ******/

.brands-section{
    background: #efefef;
}

.brands-section .home-brand-1 .brand-image {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: transform .2s;
}
.brands-section .home-brand-1:hover .brand-image{
    transform:scale(1.06);
}

/******* BRANDS ******/


.section-title {
    text-align: center;
    margin: 40px 0;
    font-weight: bold;
    position: relative;
}
.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #ddd;
}
.section-title::before {
    right: 0;
}
.section-title::after {
    left: 0;
}
.feature {
    text-align: center;
}
.feature svg {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.feature p {
    margin: 0;
    line-height: 1.8;
}




.product-card {
    font-size: 14px;
}

.product-card .title {
    color: #00a651;
    margin-bottom: 5px;
    line-height: 1.6;
}

.product-card .price {
    font-weight: bold;
    margin-bottom: 5px;
}

.side-box {
    background: #2f6f83;
    color: #fff;
    padding: 25px;
    border-radius: 6px;
    text-align: center;
}

.side-box h5 {
    margin-bottom: 15px;
    font-weight: bold;
}

.side-box p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}


.main-carousel {
    max-width: 100%;
    overflow: hidden;
}

.owl-stage-outer {
    overflow: hidden;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover{
    color: #cacaca !important;
}
@media (max-width: 992px) {
    .dropdown-menu {
        background: white;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        background: 0 0;
        border: none;
        color: white !important;
        padding-right: 15px;
        border-right: 1px dotted #666;
    }

    .dropdown-menu .nav-link{
        color: white !important;
    }


}
