.second-section {
    display: flex;
}

*{
    font-family: "Outfit", sans-serif;
}


/* owl-carousel-1 */


/* .sub-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    padding-top: 80px;
    letter-spacing: 3px;
    color: #505050;
} */

.owl-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.owl-stage .owl-item img:hover {
    transform: scale(1.05);
}




@media screen and (max-width: 768px) {
    .sub-heading {
        padding-top: 50px;
    }
}

@media screen and (max-width: 426px) {

    .owl-stage .owl-item img:hover {
        transform: none !important;
    }

    .img-banner.ng-star-inserted {
        /* width: 321px; */
        margin-left: 10px;
        margin-right: 10px;
    }



    .sub-heading {
        font-size: 16px;
        padding-top: 50px;
    }


}

@media screen and (max-width: 375.5px) {


    .sub-heading {
        font-size: 14px;
        padding-top: 25px;
    }

    .card-title {
        font-size: 12px;
    }

    .rating-number.text-muted.small {
        font-size: 13px;
    }

}






/* product list */


.product-list-container {
    padding: 20px;
}

.click-here {
    cursor: pointer;
    font-weight: 600;
    color: #007bff;
}


.item-details .prices {
    font-size: 14px;
}

del {
    font-size: 13px;
}


.popular-collection.ng-star-inserted {
    background-color: white;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 426px) {
    .click-here {
        font-size: 10px;
    }

}

@media screen and (max-width: 375.5px) {


    .click-here {
        font-size: 10px;
    }

    del {
        font-size: 9px;
    }

    .item-details .prices {
        font-size: 10px;
    }

    .rating-number.text-muted.small {
        font-size: 7px;
    }
}

@media screen and (max-width: 320.5px) {


    .click-here {
        font-size: 10px;
    }

    .rating-number.text-muted.small {
        font-size: 4px;
    }

    del {
        font-size: 7px;
    }

    .item-details .prices {
        font-size: 9px;
    }

    .product-list-container {
        padding: 0px !important;
    }

}




/* new arraivals */

.arrival-collection.ng-star-inserted {
    padding: 10px;
}

.owl-item.ng-tns-c3180910749-1.ng-trigger.ng-trigger-autoHeight.ng-star-inserted.active {
    margin: 10px !important;
}

.owl-item.ng-tns-c3180910749-3.ng-trigger.ng-trigger-autoHeight.cloned.ng-star-inserted {
    margin: 10px !important;
}

.img-arrivals img {
    border-radius: 5px !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.478) !important;
    transition: transform 0.3s ease !important;
    padding: 0 !important;
}


/* bottum-banners */

/* .bottum-banner-gap {
  display: flex;
  /* gap: 10px; 
} */

/* .img-fluid-bottum {
  max-width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
} */

.img-banner img {
    transition: transform 0.3s ease !important;
    padding: 0 !important;
}

.owl-stage .owl-item .img-banner img:hover {
    transform: none !important;
}

/* popular-products { */


.img-popular img {
    transition: transform 0.3s ease !important;
    padding: 0 !important;
}

.popular-details {
    box-shadow: 0 2px 5px rgb(109 109 109 / 22%);
    padding: 10px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: none;
}

h6 {
    margin: 0px;
}

.img-popular {
    overflow: hidden;
}



p.card-name.text-start {
    margin: 0;
}


.common-section .owl-item {
    border: 1px solid #808080b8;
    border-radius: 6px;
}


/* bottum-banner */



/* braaaand */

.img-brand img {
    border-radius: 7px !important;
    transition: transform 0.3s ease !important;
    padding: 5px !important;
    border: 1px solid #62616166;
    width: 100%;
}



@media screen and (max-width: 768px) {}

@media screen and (max-width: 426px) {}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    pointer-events: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
}

.owl-prev {
    position: relative;
    right: 35px;
}

.owl-next {
    position: relative;
    left: 30px;
}

.categories .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
}

.bannerimages .owl-carousel .owl-prev,
.bannerimages .owl-carousel .owl-next {
    display: none !important;
}