/*
Theme Name: Fashion Store
Theme URI: https://yourwebsite.com/fashion-store
Description: A stylish WooCommerce child theme for fashion stores based on Storefront
Author: Your Name
Author URI: https://yourwebsite.com
Template: woostify
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fashion-store
Tags: e-commerce, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
*/
 

:root {
    --primary-color: #FF5263;
    --secondary-color: #60D6F0;
}

body{
	color: black !important; 
	background-color: white !important;
}

.header {
    background-color: var(--primary-color);
}

.logo {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
}

.nav-link {
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
}

.nav-link:hover {
    color: #fff;
}

.search-input {
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 5px 15px;
}

.search-btn {
    background-color: #ffffff !important;
    border: none;
    border-radius: 0 20px 20px 0;
    font-size: 12px;
}

.search-btn i {
    background-color: var(--primary-color) !important;
    padding: 5px 7.5px;
    border-radius: 50px;
    color: #fff !important;
}

.icon-btn {
    background-color: transparent;
    font-size: 20px;
    border: none !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.category-circle {
    width: 80px;
    height: 80px;
    background-color: #f8c6c6;
    border-radius: 50%;
    margin: 0 auto;
}

.card-title {
    font-size: clamp(0.8rem, 2vw, 1rem);
}

.category-card {
    min-width: 110px;
}

.sale-banner {
    background-color: #ffe6e6;
    height: 300px;
    padding: 2rem;
    border-radius: 0.25rem;
}

.sale-banner h2 {
    margin-top: 30px;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.carousel-indicators button {
    background-color: var(--primary-color) !important;
}

.product_banner_card1 {
    background-color: #dc35461e;
    border-radius: 5px;
}

.product_banner_card2 {
    background-color: rgba(0, 98, 255, 0.099);
    border-radius: 5px;
}

.advertisement-banner {
    background-color: #ffe6e6;
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    border-radius: 0.25rem;
}

.product-card {
	border-radius: 0 !important;
    transition: transform 0.3s;
}

.badge-corner {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 0.75rem;
    z-index: 1;
}

.price {
    color: #dc3545;
    font-weight: bold;
}

.original-price {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 0.9rem;
}

.nav-pills .nav-item a {
    color: #dc3545 !important;
}

.nav-pills .nav-item .active {
    background-color: #dc3545;
    color: #fff !important;
}

.banner-section {
    background-color: #f8f9fa;
}


@media (max-width: 768px) {
    body {
        padding-bottom: 60px;
    }

    .mobile-navbar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #ffffff;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    }

    .mobile-navbar a {
        color: #6c757d;
        transition: color 0.3s ease, background-color 0.3s ease;
        padding: 8px 0;
        display: block;
    }

    .mobile-navbar a:hover,
    .mobile-navbar a.active {
        color: var(--primary-color);
        background-color: #f8f9fa;
    }

    .mobile-navbar .nav-icon {
        font-size: 1.25rem;
    }

    .mobile-navbar .nav-text {
        font-size: 0.75rem;
    }

    .navbar-collapse {
        background-color: #dc3545;
        padding: 15px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
        padding: 10px 0;
    }

    .navbar-nav .nav-link :hover {
        background-color: #fff;
        color: var(--primary-color);
    }

    .mobileNav .header_search_bar {
        margin-top: 20px;
    }
}

.list-unstyled li a:hover {
    color: #dc3545 !important;
}

.footer-icon a:hover {
    color: #dc3545 !important;
}

.product-card img {
    padding: 10px;
    border-radius: 0px;
}

.category-card {
/*     background-color: #ffe6e6; */
    padding: 10px;
}

.top-trending-products-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.top-trending-products-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.top-trending-products-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.top-trending-products-card {
    flex: 0 0 auto;
    width: 280px;
    padding: 12px;
    scroll-snap-align: start;
}

@media (max-width: 576px) {
	
    .top-trending-products-card {
        width: 200px;
    }

    .top-trending-products-image {
        height: 160px;
        margin-bottom: 60px;
        background-color: #dc354633;
    }

    h5.card-title {
        font-size: 1rem;
    }
}

.top-trending-products-badge-corner {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
}

.top-trending-products-image {
    height: 200px;
    background-color: #f38e8e32;
    margin-bottom: 20px;
    border-radius: 5px;
}

.top-trending-products-price {
    font-weight: bold;
    color: var(--primary-color);
}

.top-trending-products-original-price {
    text-decoration: line-through;
    color: #6c757d;
}

.all_products-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.all_products-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.all_products-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.all_products-card {
    flex: 0 0 auto;
    padding: 12px;
    width: 280px;
    scroll-snap-align: start;
}



@media (max-width: 576px) {
    .all_products-card {
        width: 200px;
    }
.product-card{border-radius: 0 !important}
	.product_listing{padding: 0 !important;}
    .all_products-image {
        height: 160px;
    }

    h5.card-title {
        font-size: 1rem;
    }
}

.all_products-badge-corner {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
}

.all_products-image {
    height: 200px;
    border-radius: 5px;
    background-color: #ffb2b22f;
    margin-bottom: 20px;
}

.all_products-price {
    font-weight: bold;
    color: var(--primary-color);
}

.all_products-original-price {
    text-decoration: line-through;
    color: #6c757d;
}

.img-rounded {
	border-radius: 50%
}
.braja{
	color: white;
}