* {
    box-sizing: border-box;
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    
}

h1,h2,h3,h4,h5,p{
    margin: 0px;
   
}
.clear-fix{
    clear: both;
}

body{
    margin:0;
    font-family: Calibri, "Segoe UI", Arial, sans-serif;
    background:#f6f8fb;
    color:#222;
    padding-bottom:0px;
}

a{text-decoration:none}
a:hover{text-decoration:none}

/* Header */
.sc-header{
    background:#fff;
    padding:12px 0;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}
.sc-logo{
    font-size:25px;
    font-weight:bold;
    color:#0D2B45;
}
.sc-logo span{color:#16a34a}
.sc-top-contact{
    text-align:right;
    font-size:14px;
    color:#444;
}
.sc-top-contact p{
    margin:2px 0;
    text-align: left;
    margin-left: 100px;
   
}
.sc-top-contact i{
    color:#16a34a;
    margin-right:5px;
}
.sc-top-contact span{
    color:#16a34a;
    margin-right:3px;
}

/* Hero */

.sc-hero-slider .carousel-inner,
.sc-hero-slider .item{
    height:350px;
    overflow:hidden;
}

.sc-hero-slider .item img{
    width:100%;
    min-height:350px;
}


.sc-slide-caption{
    bottom:70px;
    text-shadow:none;
}

.sc-slide-caption h1{
    font-size:34px;
    font-weight:bold;
    margin-bottom:10px;
}

.sc-slide-caption p{
    font-size:15px;
    margin-bottom:15px;
}
/* Common */
.sc-section{
    padding:50px 0;
}
.sc-white{
    background:#fff;
}
.sc-title{
    text-align:center;
    margin-bottom:5px;
    
}
.sc-title h2{
    margin:0px;
    color:#0D2B45;
    font-size:29px;
    font-weight:bold;
}

.sc-welcome-text{
    text-align:center;
    max-width:850px;
    margin:0 auto;
    color:#555;
    font-size:16px;
    line-height:1.6;
}

.sc-welcome-badges{
    text-align:center;
    width:100%;
    background:#fff;
    padding:18px 0px 8px;
    margin:0;
}

.sc-welcome-badges span{
    display:inline-block;
    background:#f0fdf4;
    color:#0D2B45;
    border:1px solid #bbf7d0;
    padding:8px 14px;
    border-radius:25px;
    margin:5px 6px;
    font-size:13px;
    font-weight:bold;
}

.sc-welcome-badges i{
    color:#16a34a;
    margin-right:6px;
}

/* hero ke baad categories gap control */
#categories.sc-section{
    padding-top:28px;
    padding-bottom:30px;
}

.sc-title p{
    margin:0px auto 0;
    max-width:650px;
    color:#666;
    font-size:15px;
    line-height:1.7;
}


/* Welcome */
.sc-welcome-text{
    text-align:center;
    max-width:820px;
    margin:0 auto;
    color:#555;
    font-size:16px;
    line-height:1.8;
}

/* Categories */


.sc-cat-card{
    margin-bottom:20px;
    border-radius: 5px 5px 0px 0px;
    overflow:;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0px 50px;
}
.sc-cat-card:hover{
    border: 1px solid #427d51;
}

.sc-cat-card img{
    height:100px;
    width:100%;
    border-radius: 5px 5px 0px 0px;
}

.sc-cat-card h4{
    font-size:12px;
    line-height:15px;
    height:38px;
    margin:0;
    padding:8px 4px;
    overflow:hidden;
    text-align: center;
    font-weight: bold;
}


/* Products */
.sc-product-card{
    border:1px solid #e5e7eb;
    border-left:3px solid #16a34a;
    border-radius:8px;
    background:#fff;
    box-shadow:0 4px 14px rgba(13,43,69,0.10);
    margin-bottom: 50px;
}

.sc-product-card{
    transition:all .25s ease;
}

.sc-product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(13,43,69,0.15);
}

.sc-product-img-wrap{
    position:relative;
    background:#fff;
    text-align:center;
}

.sc-product-badge{
    position:absolute;
    left:10px;
    top:10px;
    z-index:2;
    background:#0D2B45;
    color:#fff;
    padding:4px 9px;
    border-radius:12px;
    font-size:10px;
    font-weight:bold;
    line-height:1;
}

.sc-product-img-wrap img{
    max-width:100%;
    max-height:150px;
    width:auto;
    height:auto;
}

.sc-product-img-wrap{
    position:relative;
}

.sc-product-badge{
    position:absolute;
    left:8px;
    top:8px;
    background:#16a34a;
    color:#fff;
    padding:3px 8px;
    border-radius:12px;
    font-size:10px;
    font-weight:bold;
}

.sc-badge-new{
    background:#0D2B45;
}


.sc-product-body{
    position:relative;
    background:#fff;
    padding:10px;
}

.sc-product-body h4{
    font-size:16px;
    margin:0 0 5px;
    color:#0D2B45;
    font-weight:bold;
}

.sc-product-body p{
    font-size:13px;
    line-height:1.35;
    color:#666;
    margin-bottom:8px;
}

.sc-price-row{
    margin-bottom:4px;
}

.sc-mrp{
    color:#999;
    font-size:12px;
    text-decoration:line-through;
    margin-right:7px;
}

.sc-off{
    background:#ecfdf5;
    color:#16a34a;
    border:1px solid #bbf7d0;
    border-radius:4px;
    font-weight:bold;
    padding:3px 8px;
    font-size:10px;
}

.sc-final-price{
    color:#0D2B45;
    font-size:19px;
    font-weight:bold;
    margin-bottom:10px;
    color:#16a34a;
}

.sc-product-action{
    overflow:hidden;
}


.sc-qty-box{
    background:#fff;
    border:1px solid #ddd;
    border-radius:2px;
    overflow:hidden;
    visibility:hidden;
    float: left;
}

.sc-qty-box button{
    width:30px;
    height:30px;
    float:left;
    background: none;
    border: none;
    font-size: 18px;
    color: #508a6c;
    font-weight:bold;
}

.sc-qty-box input{
    float:left;
    width:35px;
    height:30px;
}

.sc-qty-box .diff{
    color: red;
}

.sc-qty-box button:hover{
    background:#16a34a;
    color: #fff;
}

.sc-qty-box input{
    width:34px;
    height:28px;
    border:0;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    text-align:center;
    font-size:13px;
    color:#0D2B45;
    font-weight:bold;
}

.sc-add-btn{
    float:right;
    border:0;
    background:#0D2B45;
    color:#fff;
    padding:6px 13px;
    border-radius:5px;
    font-size:12px;
    font-weight:bold;
}

.sc-add-btn:hover{
    background:#16a34a;
}
.sc-added-btn{
    background:#16a34a !important;
}

.sc-selected-mark{
    display:none;
    position:absolute;
    right:10px;
    top:10px;
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    background:#16a34a;
    color:#fff;
    border-radius:50%;
    font-size:12px;
    
}

.sc-product-card.selected{
     border-left-color:#0D2B45;
    box-shadow:0 4px 16px rgba(22,163,74,0.20);
}

.sc-product-card.selected .sc-selected-mark{
    display:none;
}
.sc-product-card.selected .sc-qty-box{
    visibility:visible;
}

/* Features */
.sc-feature{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    text-align:center;
    padding:22px 12px;
    margin-bottom:18px;
    margin-top: 20px;
}
.sc-feature i{
    font-size:30px;
    color:#16a34a;
    margin-bottom:10px;
}
.sc-feature h4{
    margin:0 0 8px;
    color:#0D2B45;
    font-weight:bold;
}
.sc-feature p{
    color:#666;
    font-size:13px;
    margin:0;
}

/* Contact */
.sc-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:5px;
    padding:10px 10px;
    margin-bottom:20px;
    
}
.sc-box h3{
    margin-top:0;
    color:#0D2B45;
    font-weight:bold;
    margin-bottom: 15px;
}
.sc-box iframe{
    width: 100%;
    height: 220px;
    border: 1px solid #ccc;
    margin-top: 30px;
    border-radius: 5px;
}

.sc-contact-info p{
    color:#555;
    margin-bottom:12px;
    text-align: left;
    margin-bottom: 5px;
}
.sc-contact-info i{
    width:22px;
    color:#16a34a;
}
.sc-contact-info span{
    width:22px;
    color:#16a34a;
}
.sc-form input,
.sc-form textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:7px;
    padding:11px;
    margin-bottom:12px;
}
.sc-form button{
    width:100%;
    border:0;
    background:#16a34a;
    color:#fff;
    padding:11px;
    border-radius:7px;
    font-weight:bold;
}

/* Footer */
.sc-footer{
    background:#071d2f;
    color:#cbd5e1;
    padding:38px 0 35px;
    border-top:4px solid #16a34a;
}

.sc-footer h4{
    color:#fff;
    font-weight:bold;
    margin-bottom:14px;
}

.sc-footer p,
.sc-footer a{
    color:#cbd5e1;
    font-size:14px;
    line-height:1.6;
}

.sc-footer a:hover{
    color:#16a34a;
}

.sc-social{
    margin-top:12px;
}

.sc-social a{
    display:inline-block;
    width:32px;
    height:32px;
    line-height:32px;
    text-align:center;
    background:rgba(255,255,255,0.08);
    color:#fff;
    border-radius:50%;
    margin-right:6px;
}

.sc-social a:hover{
    background:#16a34a;
    color:#fff;
}

.sc-footer-bottom{
    margin-top:22px;
    padding-top:15px;
    border-top:1px solid rgba(255,255,255,0.15);
    text-align:center;
    font-size:13px;
    color:#94a3b8;
}
/* Sticky Cart */
.sc-cart-bar{
    display:none;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    background:#0D2B45;
    color:#fff;
    padding:10px 0;
    z-index:99999;
}
.sc-cart-text{
    padding-top:8px;
    font-size:14px;
}
.sc-cart-btn{
    background:#16a34a;
    border:0;
    color:#fff;
    padding:9px 16px;
    border-radius:22px;
    font-weight:bold;
}

.sc-product-search{
    position:relative;
    margin-bottom:25px;
}

.sc-product-search i{
    position:absolute;
    left:15px;
    top:12px;
    color:#16a34a;
}

.sc-product-search input{
    width:100%;
    border:1px solid #ddd;
    border-radius:25px;
    padding:11px 15px 11px 42px;
    font-size:14px;
    outline:none;
}

.sc-product-search input:focus{
    border-color:#16a34a;
}

