 body {
            background: #f5f5f5;
            font-family: Arial, sans-serif;
        }

        /* Top bar */
        .top-bar {
            font-size: 13px;
            text-align: center;
            padding: 5px 0;
            color: #777;
            border-bottom: 1px solid #eee;
        }
        .cart-icon {
    font-size: 22px;
    color: #333;
    text-decoration: none;
}

.cart-icon:hover {
    color: #2ecc71;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #2ecc71;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
}
header svg{ width:25px; height:25px; }
        /* Header */
        .navbar-brand span {
            color: #2ecc71;
            font-weight: bold;
        }

        .navbar {
            background: #fff;
            border-bottom: 1px solid #eee; border-top:solid 3px #5caf4e;
        }
        .navbar-brand img{ max-width:100%; max-height:60px; }
        .navbar-nav a{ margin:0 15px; }

        /* Shop section */
        .shop-section {
            background: #fff;
            padding: 40px;
            margin: 40px auto;
            border-radius: 5px;
        }

        .product-card {
            text-align: center;
            padding: 20px;
            border: 1px solid #eee;
            border-radius: 5px;
            transition: 0.3s;
        }

        .product-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .product-card img {
            max-height: 120px;
            object-fit: contain;
            margin-bottom: 15px;
        }

        .old-price {
            text-decoration: line-through;
            color: #999;
            font-size: 14px;
            margin-right: 5px;
        }

        .price {
            font-weight: bold;
        }

        /* Footer */
        .footer {
            background: #2c2c2c;
            color: #ccc;
            padding: 50px 0;
            font-size: 14px;
        }

        .footer h5 {
            color: #fff;
            margin-bottom: 15px;
            font-size: 16px;
        }

        .footer a {
            color: #ccc;
            text-decoration: none;
        }

        .footer a:hover {
            color: #fff;
        }

        .footer ul {
            padding-left: 0;
            list-style: none;
        }

        .footer ul li {
            margin-bottom: 8px;
        }
.product-box {
            background: #fff;
            padding: 40px;
            margin: 50px auto;
            border-radius: 5px;
            max-width: 1200px;
        }

        .product-img {
            width: 100%;
            border: 1px solid #eee;
            padding: 20px;
            border-radius: 5px;
        }

        .price {
            font-size: 24px;
            font-weight: bold;
            color: #2ecc71;
        }

        .old-price {
            text-decoration: line-through;
            color: #999;
            margin-left: 10px;
        }

        .qty input {
            width: 80px;
        }

        .btn-cart {
            background: #2ecc71;
            border: none;
        }

        .btn-cart:hover {
            background: #27ae60;
        }


.product-description p {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 20px;
}
.product-description ul li {
    font-size: 14px;
    line-height: 150%;
    margin: 10px 0;
}
.product-description ul {
    padding-left: 20px;
}
.product-description h2 {
    font-size: 20px;
    line-height: 150%; font-weight: 700;
    color: #2c3033;
}
.product-description h3 {
    font-size: 16px;
    line-height: 150%; font-weight: 700;
    color: #2c3033;
}

.hero-slider .carousel-caption{
    bottom:40%;
    max-width:600px;
}

.hero-slider h1{
    font-size:48px;
}
.page-banner h1{
font-size:42px;
}

section h2{
margin-top:30px;
margin-bottom:15px;
font-weight:600;
}

section p{
line-height:1.8;
margin-bottom:15px;
}

.contact-hero{
height:350px;
background:#efefef;
}

.contact-title{
display:inline-block;
background:rgba(0, 0, 0, 0.2);
color:#fff;
padding:10px 25px;
font-weight:700; margin: 0;
}

.contact-subtitle{
display:inline-block; width: 100%;
color:#fff;
padding:6px 15px;
margin-top:10px;
}


.contact-box{
background:#fff;
border-top:3px solid #1abc9c;
padding:40px;
}

.info-icon{
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
color:#fff;
font-size:22px;
margin-bottom:15px;
}

.red{background:#f0534e;}
.blue{background:#8fb4d3;}
.dark{background:#4b5563;}
.teal{background:#3ab7b4;}


.contact-form-section{
padding:80px 0;
}

.contact-form input,
.contact-form textarea{
border-radius:0;
}

.news-title{
font-weight:600;
font-size:28px;
}

.news-content{ background:#fff; padding:25px; border-top:solid 3px #5caf4e; }
.news-meta{
font-size:14px;
border-bottom:1px solid #eee;
padding-bottom:10px;
}

.news-content p{
line-height:1.8;
margin-bottom:18px;
color:#000;
}

.related-posts h4{
font-weight:600;
}

.related-item h6{
font-size:15px;
margin-top:8px;
}

.related-item a{
text-decoration:none;
color:#2c7a7b;
}

.related-item a:hover{
text-decoration:underline;
}

.recent-post-list{
list-style:none;
padding:0;
margin:0;
}

.recent-post-list li{
border-bottom:1px solid #eee;
padding:10px 0;
}

.recent-post-list li:last-child{
border-bottom:none;
}

.recent-post-list a{
display:block;
font-weight:500;
color:#2c7a7b;
text-decoration:none;
}

.recent-post-list a:hover{
text-decoration:underline;
}

.post-date{
font-size:13px;
color:#888;
}