* {
    box-sizing: border-box;
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    
}

h1,h2,h3,h4,h5,p{
    margin: 0px;
   
}
.clear-fix{
    clear: both;
}

.dsktp{
    display: block;
}
.cell-mob{
    display: none;
}

body{
    margin:0;
    font-family: Calibri, "Segoe UI", Arial, sans-serif;
    background:#fff;
    color:#222;
    padding-bottom:0px;
}

a{text-decoration:none}
a:hover{text-decoration:none}

/* Header */
.sc-header{
    width: 100%;
    background:#fff;
    padding:12px 0;
    
}
.sc-logo{
    font-size:25px;
    font-weight:bold;
    color:#0D2B45;
    width: 100%;
}
.sc-logo img{
    width:100px;
    float: left;
    margin-right: 10px;
  
}
.sc-logo h3{
    padding-top: 10px;
    text-transform: uppercase;
    width: 350px;
    font-size: 16px;
    font-family:literata;
}
.sc-logo p{
    color:grey;
    font-size: 14px;
    margin-top: 5px;
}
.sc-top-contact{
    text-align:right;
    font-size:14px;
    color:#444;
    float: right;
}
.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;
}

.crt-head{
    width: 50%;
    height: auto;
    float: left;
    margin-top: 10px;
    font-size:25px;
    font-weight:bold;
    color:#0D2B45;
    padding-bottom: 10px;
}
.crt-head img{
    width:100px;
    float: left;
    margin-right: 10px;
  
}
.crt-head h3{
    text-transform: uppercase;
    width: 400px;
    font-size:20px;
    line-height: 20px;
    padding-top: 10px;
    color: #16a34a;
    font-weight: bold;
    font-family: 'segoe UI', sans-serif;
}
.crt-head span{
    font-size: 13px;
    color: grey;
}

.crt-cont{
    width: 50%;
    margin-top: 25px;
    padding-top: 3px;
    padding-bottom: 10px;
    
}
.crt-cont p{
    text-align: right;
}




/* Hero */

.sc-hero-slider .carousel-inner,
.sc-hero-slider .item{
    height:420px;
    overflow:hidden;
    margin-bottom: 10px;
}

.sc-hero-slider .item img{
    width:100%;
    height:420px;
    
   
}


.sc-slide-caption{
    bottom:70px;
    text-shadow:none;
    display: 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;
    display: none;
}
.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;
}



/* SEARCH */

.sc-search-box{
    width:100%;
    max-width:100%;
    margin:auto;
    background: #fff;

}

.sc-search-box input{
    width:100%;
    height:60px;
    border:1px solid #ccc;
    background:#fff;
    padding:0 10px;
    outline:none;
    font-size:14px;
    border-radius: 3px;
    margin-bottom: 25px;
    position: relative;
}
.sc-search-box i{
    position: absolute;
    right: 120px;
    margin-top: 22px 
    
}

/* CATEGORY */



/* =====================================================
   CATEGORY SECTION - DESKTOP
===================================================== */

.sc-cat-wrapper{
    width:100%;
    max-width:100%;
    margin-bottom:50px;
    background:#fff;
}

.sc-cat-wrapper .sc-title{
    display:none;
    text-align:center;
    margin-bottom:25px;
}

.sc-cat-wrapper .sc-title h2{
    margin:0;
    font-size:26px;
    color:#1f3d2b;
    font-weight:700;
}

.sc-cat-wrapper .sc-title p{
    margin-top:7px;
    color:#666;
    font-size:14px;
}


/* Category Card */

.sc-cat-wrapper .sc-cat-card{
    width:100%;
    float:left;
    cursor:pointer;
    text-align:center;
    border:1px solid #ccc;
    background:#fff;
    border-radius:3px 3px 0 0;
    margin-bottom:30px;
    overflow:hidden;
}

.sc-cat-wrapper .sc-cat-card img{
    display:block;
    width:70%;
    height:100px;
    margin:10px auto;
    background:#fff;
    border-radius:3px 3px 0 0;
    object-fit:;
}


/* Category Bottom Information */

.sc-cat-wrapper .sc-cat-info{
    width:100%;
    height:35px;
    border-top:1px solid #ccc;
    background:#fff;
    overflow:hidden;
}

.sc-cat-wrapper .sc-cat-card h4{
    width:80%;
    height:35px;
    line-height:35px;
    float:left;
    margin:0;
    padding:0 0 0 7px;
    box-sizing:border-box;
    color:#222;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.sc-cat-wrapper .sc-cat-count{
    width:20%;
    height:35px;
    line-height:35px;
    float:right;
    display:block;
    padding-right:5px;
    box-sizing:border-box;
    text-align:right;
    overflow:visible;
}

.sc-cat-count-badge{

    display:inline-block;
    min-width:18px;
    height:18px;
    line-height:15px;
    padding:0 5px;
    border-radius:20px;
    font-size:10px;
    font-weight:bold;
    text-align:center;
}


/* Active Category */

.sc-cat-wrapper .sc-cat-card.active{
    border-color:#17893b;
}

.sc-cat-wrapper .sc-cat-card.active .sc-cat-info{
    border-top-color:#17893b;
}

.sc-cat-wrapper .sc-cat-card.active h4{
    color:#17893b;
}


/* Desktop: All Categories Always Visible */

.sc-mobile-extra-cat{
    display:block;
}


/* Desktop: View More Hidden */

.sc-category-more-box{
    display:none;
}


/* Clear Float */

.sc-clear{
    clear:both;
}




/* PRODUCTS */

.sc-products-wrapper{
    max-width:100%;
    padding-bottom:50px;
}

.sc-products-wrapper .prod-headding{
    width: 100%;
    height: 30px;
    line-height: px;
    
    margin-bottom: 15px;
}
.sc-products-wrapper .prod-headding h4{
    font-weight: ;
    font-family: alata;
    
}

.srch-head{
    font-family: alata;
    width: 92%;
    margin: auto;
}

.btm-line{
    border-top: 2px solid #17893b;
    width: 50px;
    margin-top: 8px;
    margin-left: ;
}


.sc-product-card{
    width: 100%;
    height: 120px;
    float: left;
    margin-right: 1%;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #c2c2c2;
    border: 1px solid grey;
    border-bottom: 2px solid #358241;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}


.sc-product-card .sc-product-image{
    width:35%;
    height:80px;
    float: left;
    position: relative;
    margin-top: 5px;
    
}
.sc-product-card .sc-product-image .label{
    position: absolute;
    top: 0px;
    left: 1px;
    background-color: #f75c5c;
    border-radius: 0px;
    padding: 4px 10px;
    font-size: 11px;
}
.sc-product-card .sc-product-image img{
    width: 90%;
    margin-left:5%;
    height: 100%;
    
}
.sc-product-card .sc-product-details{
    float: left;
    padding-top: 5px;
    width: 65%;
}
.sc-product-card .sc-product-details h4{
    font-weight: bold;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    margin-bottom: px;
    height: 20px;
    overflow: hidden;
}
.sc-product-card .sc-product-details p{
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
}

.sc-product-card .sc-product-details .sc-price{
    font-weight: bold;
    font-size: 15px;
    color: #358241;
    
}

.sc-product-card .sc-product-details .sc-price-row{
    color:#000;
    float: left;
    font-size: 12px;
    width: 50%;
}
.sc-product-card .sc-product-details .sc-price-row .price-mrp{
    color:red;
    width: 100%;
    float: left;
    font-size: 11px;
}
.sc-product-card .sc-product-details .sc-price-row .price-mrp span{
    color: #222;
}
.sc-product-card .sc-product-details .sc-price-row .price-off{
    background: #c8f7fa;
    height: 20px;
    text-align: center;
    float: left;
    padding: 2px 6px;
    border-radius: 2px;
    border: 1px solid #6ccca7;
    color:red;
    font-weight: bold;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 10px;
}


.sc-product-card .sc-variant-section{
    width: 100%;
    height: auto;
    padding:0px 5px;
    margin-top: 18px;
    
}
.sc-product-card .sc-variant-section .sc-variant{
    background: none;
    outline: none;
    border: 1px solid #ccc;
    height: 20px;
    width: 50%;
    float: right;
}
.sc-product-card .sc-bottom{
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: whitesmoke;
    border-top: 1px solid #ccc;
    height: 30px;
}

.sc-product-card .sc-bottom .sc-qty{
    float: left;
    padding:5px;
    display: none;
    
}
.sc-product-card .sc-bottom .sc-qty button{
    background: none;
    padding: 0px 10px;
    float: left;
    outline: none;
    border: 1px solid #ccc;
    color: red;
    font-weight: bold;
    background: #fff;
    height: 25px;
    margin-top: -3px;
    font-size: 16px;
}
.sc-product-card .sc-bottom .sc-qty input{
    padding:0px 0px;
    width: 30px;
    float: left;
    outline: none;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    text-align: center;
    height: 25px;
    margin-top: -3px;
}
.sc-product-card .sc-bottom .sc-qty .qty-plus{
    color: #358241;
    font-weight: bold;
    border-left: none;
}
.sc-product-card .sc-bottom .sc-qty .qty-minus{
    border-right: none;
}

.sc-product-card .sc-bottom .sc-add{
    background: none;
    border: none;
    color: #fff;
    background: #f75c5c;
    font-size: 11px;
    padding: 3px 10px;
    float: right;
    border-radius: 2px;
    margin-top: 3px;
    margin-right: 5px;
    font-weight: bold;
}

.sc-product-card .sc-bottom .added{
    background: none;
    border: none;
    color: #fff;
    background: #358241;
    font-size: 11px;
    padding: 3px 10px;
    float: right;
    border-radius: 2px;
    margin-top: 3px;
    margin-right: 5px;
}








/* 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 */


/* =====================================================
   SMART COMMERCE 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;
}


/* =====================================================
   SMART COMMERCE CART BAR
===================================================== */

.sc-cart-bar{
    display:none;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    min-height:58px;
    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;
}


/* Cart bar footer copyright ko cover na kare */
.sc-footer-customer-login{
    margin-bottom:58px;
}


/* =====================================================
   MOBILE CART BAR + CUSTOMER MENU
===================================================== */




/* Sticky Cart */

.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;
}





.sc-clear{clear:both;}

.sc-shop-section{
    background:#fff;
    
}



.sc-lightbox{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
    z-index:9999;
}

.sc-lightbox-box{
    width:90%;
    max-width:420px;
    background:#fff;
    margin:80px auto;
    padding:22px;
    border-radius:5px;
    position:relative;
    border-top:4px solid #17893b;
}

.sc-lightbox-close{
    position:absolute;
    right:10px;
    top:8px;
    border:0;
    background:#df3434;
    color:#fff;
    width:28px;
    height:28px;
    font-size:20px;
    line-height:24px;
    border-radius: 4px;
}

.sc-lightbox-box h3{
    margin:0 0 6px;
    color:#123;
    font-weight:700;
}

.sc-lightbox-box p{
    color:#666;
    font-size:13px;
    margin-bottom:15px;
}

.sc-login-step input{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    margin-bottom:10px;
    padding:0 10px;
    outline:none;
}


.sc-login-step input:focus{
    border-color:#17893b;
}

.sc-login-step select{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    margin-bottom:10px;
    padding:0 10px;
    outline:none;
}
.sc-login-step select:focus{
    border-color:#17893b;
}

.sc-login-step button{
    width:100%;
    height:40px;
    border:0;
    background:#17893b;
    color:#fff;
    font-weight:700;
}
.sc-login-step .chng-btn{
    width: 65px;
    background: #f75c5c;
    color: #fff;
    border-radius: 3px;
    height: 20px;
    float: right;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
}



.sc-wrap{
    max-width:100%;
    margin:0 auto;
    padding:20px 0px;
}

.sc-wrap .sc-page-title{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.sc-wrap .sc-page-title .scCartHeadLeft{
    float: left;
    width: 50%;
    height: auto;
    
}
.sc-wrap .sc-page-title .scCartHeadLeft .sc-cart-icon{
    float: left;
    margin-right: 15px;
}

.sc-wrap .sc-page-title .scCartHeadLeft .sc-cart-icon i{
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    background-color: #16a34a;
    color: #fff;
}


.sc-wrap .sc-page-title .scCartCustomerBox{
    float: right;
    width:40%;
    height: auto;
    margin-bottom: 10px;
    text-align: right;
}
.sc-wrap .sc-page-title .scCartCustomerBox .scCartCustomerName{
   
    float: left;
    text-align: center;
}
.sc-wrap .sc-page-title .scCartCustomerBox .scCartCustomerName .contact_addr{
    width: 100%;
    text-align: center;
    
}

.sc-left{
    float:left;
    width:70%;
    padding-right:8px;
}
.sc-right{
    float:left;
    width:30%;
}
.sc-panel,.sc-summary{
    background:#fff;
    border:1px solid #e1e1e1;
    border-radius:4px;
    padding:5px;
}
.sc-left .sc-head-row{
    background:#f4faf6;
    border:1px solid #e6eee9;
    padding:13px 0px;
    font-weight:bold;
    overflow:hidden;
    margin-bottom:10px;
    font-size: 14px;
}
.sc-left .sc-h-img{
    float:left;
    width:80px;
    text-align: center;
}
.sc-h-product{
    float:left;
    width:180px;

    text-align: center;
}
.sc-h-price{
    float:left;
    width:120px;
    text-align: center;
}
.sc-h-qty{
    float:left;
    width:160px;
    text-align:center;
  
}
.sc-h-gst{
    float:left;
    width:100px;
    text-align:center;
}
.sc-h-sub{
    float:left;
    width:100px;
    text-align:center;
}
.sc-h-act{
    float:left;
    width:60px;
    text-align:center;
}

/*
.sc-item{overflow:hidden;border-bottom:1px solid #eee;padding:14px 0;}
.sc-item:last-child{border-bottom:0;}
.sc-prod{float:left;width:40%;}
.sc-price-col{float:left;width:15%;padding-top:15px;}
.sc-qty-col{float:left;width:20%;padding-top:10px;text-align:center;}
.sc-sub-col{float:left;width:15%;padding-top:15px;text-align:right;font-weight:bold;font-size: 15px;}
.sc-act-col{float:left;width:7%;padding-top:10px;text-align:right;}
.sc-prod h4{margin:0 0 7px;font-size:17px;font-weight:bold;}
.sc-var{color:#007f3d;font-size:13px;margin-bottom:8px;}
.sc-main-price{font-weight:bold;font-size:15px;}
.sc-main-price del{color:#999;margin-left:8px;font-weight:normal;}
.sc-save{color:#007f3d;font-size:13px;margin-top:7px;}
*/

.sc-bottom-actions{
    width:100%;
    margin: auto;
    overflow:hidden;
    margin-top:15px;
}
.sc-addmore{
    float:left;
    border:1px solid #06a34f;
    color:#06a34f;
    background:#fff;
    padding:10px 8px;
    text-decoration:none;
    border-radius:4px;
    
}
.sc-clear-cart{
    float:right;
    border:1px solid #e3342f;
    color:#e3342f;
    background:#fff;
    padding:10px 18px;
    border-radius:4px;
}

.sc-summary h3{margin:5px 0 20px;font-size:22px;font-weight:bold;}
.sc-summary h3 i{color:#06a34f;margin-right:8px;}
.sc-srow{overflow:hidden;margin-bottom:14px;font-size:15px;}
.sc-srow span:first-child{float:left;color:#333;}
.sc-srow span:last-child{float:right;font-weight:bold;}
.sc-total{border-top:1px solid #eee;margin-top:15px;padding-top:18px;}
.sc-total span:first-child{font-size:18px;font-weight:bold;}
.sc-total span:last-child{font-size:28px;color:#078a42;font-weight:bold;}
.sc-wa-btn{width:100%;background:#06a34f;color:#fff;border:0;border-radius:4px;padding:13px;margin-top:18px;font-size:17px;font-weight:bold;}
.scConfirmBtn{
    width:100%;background:#06a34f;color:#fff;border:0;border-radius:4px;padding:13px;margin-top:18px;font-size:17px;font-weight:bold;
}
.sc-safe{border:1px solid #bfe8ce;background:#f7fffa;text-align:center;margin-top:18px;padding:17px;border-radius:4px;color:#007f3d;font-weight:bold;}



.sc-item{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
}
.sc-item .sc-itm-block{
    width: 100%;
    height: auto;
    
}


.sc-item .sc-itm-block .sc-img-sctn{
    width: 80px;
    height: 60px;
    margin-right: 10px;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
}
.sc-item .sc-itm-block .sc-img-sctn img{
    width: 100%;
    height: 100%;
}
.sc-item .sc-itm-block .sc-prod{
    float: left;
    width: 190px;
    margin-top: 10px;
    
}
.sc-item .sc-itm-block .sc-prod .sc-var{
    margin-top: 5px;
    font-family: calibri;
    font-size: 11px;
}
.sc-item .sc-itm-block .sc-price-col{
    width: 140px;
    float: left;
    text-align: center;
    font-family: "Segoe UI", Arial, sans-serif;
    
}
.sc-item .sc-itm-block .sc-price-col .scCartDDPEPrice{
    font-size: 12px;
    margin-top:10;
    margin-bottom: 5px;
    font-weight: 600;
    text-align:left
}
.sc-item .sc-itm-block .sc-price-col .scCartDDPEMrp{
    font-size: 11px;
    float: left;
    margin-left: 0px;
    margin-right:5;
    
}
.sc-item .sc-itm-block .sc-price-col .scCartDDPEMrp del{
    color: red;
}
.sc-item .sc-itm-block .sc-price-col .scCartDDPEMrp span{
    color: #222;
}
.sc-item .sc-itm-block .sc-price-col .scCartDDPESave{
    font-size: 10px;
    float: left;
    background: #c8f7fa;
    border: 1px solid #6ccca7;
    padding: 2px 5px;
    border-radius: 3px;
    color: red;
}

.sc-item .sc-itm-block .sc-qty-col{
    width: 130px;
    float: left;
    text-align: center;
    margin-top: 15px;
    padding-left: 10px;
}
.sc-item .sc-itm-block .sc-qty-col button{
    width: 25px;
    height: 25px;
    float: left;
    text-align: center;
    outline: none;
    background: none;
    border: 1px solid #ccc;
    color: #16a34a;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.sc-item .sc-itm-block .sc-qty-col .scCartQtyNum{
    width: 40px;
    float: left;
    border: 1px solid #ccc;
    height: 25px;
    border-right: none;
    border-left: none;
    line-height: 25px;
}

.sc-item .sc-itm-block .sc-sub-col{
    width: 110px;
    float: left;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 12px
}

.sc-item .sc-itm-block .sc-act-col{
    text-align: center;
    margin-top: 15px;
    float: left;
}
.sc-item .sc-itm-block .sc-act-col button{
    background: none;
    color: crimson;
    outline: none;
    border: none;
    font-weight: bold;
    font-size: 14px;
}

.scMobCartSummaryBox{
   visibility: hidden;
   display: none;
}

.sc-feature-two{
    width: 100%;
    height: 200px;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.sc-feature-two .sc-feature{
    width: 30%;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
    
}


/* =====================================================
   CART BREADCRUMB
===================================================== */

.sc-bread{
    margin-top:5px;
    font-size:13px;
    color:#777;
}

.sc-bread a{
    color:#0D2B45;
    text-decoration:none;
    font-weight:600;
}

.sc-bread a:hover{
    color:#ff6600;
    text-decoration:none;
}

.sc-bread-sep{
    margin:0 6px;
    color:#999;
}



       
.ord-success-wrap{
    max-width:520px;
    margin:35px auto;
    padding:0 12px;
}

.ord-success-card{
    background:#fff;
    border:1px solid #e6e6e6;
    box-shadow:0 4px 18px rgba(0,0,0,0.08);
    padding:25px;
    text-align:center;
}

.ord-success-icon{
    width:72px;
    height:72px;
    
    margin:0px 15px;
    padding-top: 18px;
    border-radius:50%;
    background:#e9f8ef;
    color:#18a058;
    font-size:36px;
}

.ord-success-card h3{
    margin:0 0 8px;
    color:#222;
    font-weight:bold;
}

.ord-success-card p{
    color:#555;
    font-size:14px;
    line-height:23px;
}

.ord-code-box{
    background:#f3f6f9;
    border:1px dashed #cfd8e3;
    padding:12px;
    margin:18px 0;
    color:#0D2B45;
    font-weight:bold;
    font-size:15px;
}

.ord-btns{
    margin-top:18px;
}

.ord-btn{
    display:inline-block;
    padding:10px 16px;
    margin:5px;
    text-decoration:none;
    font-size:14px;
    border:1px solid #0D2B45;
}

.ord-btn-main{
    background:#0D2B45;
    color:#fff;
}

.ord-btn-light{
    background:#fff;
    color:#0D2B45;
}

.ord-btn:hover{
    text-decoration:none;
}
    
.notify{
    color: red;
}

.empty-block{
    
    width: 25%;
    margin: auto;
    padding: 10px 0px;
    border-radius: 5px;
    margin-top: 50px;
    line-height: 10px;
    background-color: #16a34a;
    color: #fff;
    text-align: center;
}

.empty-block a{
    text-decoration: none;
    color: #fff;
    display: block;
}



.scOrderCard{
background:#fff;
border:1px solid #ddd;
border-radius:8px;
padding:12px;
margin-bottom:15px;
box-shadow:0 2px 6px rgba(0,0,0,.08);
overflow:hidden;
}

.scOrderTop{
    margin-bottom:10px;
}



.scOrdStatus{
    float:right;
    padding:4px 10px;
    border-radius:20px;
    font-size:11px;
    font-weight:600;
    color:#fff;
}

.pending{background:#f39c12;}
.accepted{background:#3498db;}
.packed{background:#8e44ad;}
.completed{background:#27ae60;}
.cancelled{background:#e74c3c;}

.scOrderInfo{
clear:both;
padding-top:6śpx;
}

.scOrderInfo p{
margin:4px 0;
font-size:13px;
}

.scOrderBtns{
margin-top:12px;
text-align:center;
}

.scViewBtn,
.scWhatsBtn{
display:inline-block;
padding:8px 14px;
border-radius:4px;
text-decoration:none;
margin:3px;
}

.scViewBtn{
background:#337ab7;
color:#fff;
}

.scWhatsBtn{
background:#25d366;
color:#fff;
}

 .scCustBottomMenu{
        display:none;
    }




/*merchant user Error page design.... */

.scErrorWrap{
    max-width:520px;
    margin:80px auto;
    padding:35px 25px;
    text-align:center;
}

.scErrorIcon{
    font-size:70px;
    color:#16a34a;
    margin-bottom:20px;
}

.scErrorWrap h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.scErrorWrap p{
    font-size:16px;
    color:#666;
    line-height:28px;
    margin-bottom:12px;
}

.scBackBtn{
    display:inline-block;
    margin-top:20px;
    background:#16a34a;
    color:#fff;
    padding:12px 30px;
    border-radius:4px;
    text-decoration:none;
    font-weight:bold;
}

.scBackBtn:hover{
    background:#12853b;
    color:#fff;
    text-decoration:none;
}


/*=====================================================
MY ORDERS CARD
=====================================================*/

.scOrderCard{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:5px;
    margin-bottom:20px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    transition:.25s;
    overflow:hidden;
}

.scOrderCard:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform:translateY(-2px);
}

/* Desktop */
.scOrderCol{
    width:33.3333%;
    float:left;
    padding:10px;
}

/*=========================================
  MY ORDERS HEADING
=========================================*/

.scPageHead{
    margin:15px 0 25px;
    padding:0 20px;
    
}

.scPageHead h2{
    margin:0;
    font-size:30px;
    font-weight:700;
    color:#222;
    line-height:32px;
}

.scPageHead h2 i{
    color:#ff9800;
    margin-right:8px;
}

.scPageHead p{
    margin:6px 0 0;
    color:#777;
    font-size:15px;
    line-height:22px;
}

.scOrderCount{
    display:inline-block;
    margin-top:10px;
    padding:5px 12px;
    background:#fff8e7;
    color:#d68910;
    border:1px solid #f7d794;
    border-radius:5px;
    font-size:13px;
    font-weight:600;
}



/*=====================================================
TOP
=====================================================*/

.scOrderTop{
    border-bottom:1px solid #eee;
    margin-bottom:12px;
    padding-bottom:5px;
}

.scOrderTop h4{
    margin:0px 0px;
    font-size:16px;
    font-weight:bold;
    color:#333;
}


/*=====================================================
INFO
=====================================================*/

.scOrderInfo p{
    color:#555;
     margin:4px 0;
    font-size:14px;
}

.scOrderInfo b{
    color:#111;
}


/*=====================================================
BOTTOM
=====================================================*/

.scOrderBottom{
    margin-top:10px;
    padding-top:10px;
    overflow:hidden;
    border-top:1px solid #ececec;
}


/* LEFT STATUS */

.scOrderStatus{
    float:left;
}


/* RIGHT BUTTON */

.scOrderButtons{
    float:right;
    height: 30px;
   
}

.scOrderButtons a{
    display:inline-block;
    margin-left:-7px;
    border-radius: 0px;
    
   
}


/*=====================================================
STATUS
=====================================================*/

.scOrderStatusText{
    font-size:13px;
    font-weight:600;
    background-color: none;
    padding-top: 5px;
    display: inline-block;
}

.scOrderStatusText.pending{
    
}

.scOrderStatusText.processing{
    color:#0d6efd;
}

.scOrderStatusText.completed{
    color:#28a745;
}

.scOrderStatusText.cancelled{
    color:#dc3545;
}


/*=====================================================
BUTTONS
=====================================================*/

.scViewBtn,
.scWhatsBtn,
.scCancelBtn,
.scInvoiceBtn{

    display:inline-block;
    padding:5px 12px;
    border-radius:px;
    text-decoration:none;
    color:#fff;
    font-size:13px;
}

.scViewBtn{
    background:#2196F3;
}

.scWhatsBtn{
    background:#00a884;
}

.scCancelBtn{
    background:#e53935;
}

.scInvoiceBtn{
    background:#4CAF50;
}

.scViewBtn:hover,
.scWhatsBtn:hover,
.scCancelBtn:hover,
.scInvoiceBtn:hover{

    color:#fff;
    text-decoration:none;
}


/* =====================================================
   SMART COMMERCE NEW HEADER
===================================================== */

.scNewHeader{
    width:100%;
    min-height:100px;
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
    padding:10px 0;
}

.scNewHeaderBrand{
    width:48%;
    float:left;
    min-height:80px;
}

.scNewHeaderLogo{
    width:80px;
    height:80px;
    float:left;
    object-fit:contain;
    margin-right:12px;
}

.scNewHeaderDetails{
    padding-top:12px;
    overflow:hidden;
}

.scNewHeaderDetails h3{
    margin:0 0 5px 0;
    padding:0;
    font-size:23px;
    line-height:28px;
    font-weight:600;
    color:#222222;
}

.scNewHeaderDetails p{
    margin:0;
    padding:0;
    font-size:14px;
    line-height:20px;
    color:#777777;
}


/* =====================================================
   DESKTOP MENU
===================================================== */

.scNewDesktopMenu{
    width:52%;
    min-height:80px;
    float:right;
    text-align:right;
    padding-top:14px;
}

.scNewDesktopItem,
.scNewDesktopExit{
    display:inline-block;
    min-width:70px;
    padding:8px 10px;
    text-align:center;
    vertical-align:middle;
    color:#333333;
    text-decoration:none;
    border-left:1px solid #eeeeee;
}

.scNewDesktopItem:hover,
.scNewDesktopItem:focus,
.scNewDesktopExit:hover,
.scNewDesktopExit:focus{
    color:#0d6b42;
    text-decoration:none;
}

.scNewDesktopItem i,
.scNewDesktopExit i{
    display:block;
    margin-bottom:4px;
    font-size:19px;
}

.scNewDesktopItem span,
.scNewDesktopExit span{
    display:block;
    font-size:12px;
}

.scNewDesktopCustomer{
    display:inline-block;
    max-width:185px;
    padding:7px 12px;
    text-align:center;
    vertical-align:middle;
    border-left:1px solid #eeeeee;
}

.scNewDesktopCustomer strong{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:13px;
    line-height:18px;
    color:#222222;
}

.scNewDesktopCustomer small{
    display:block;
    font-size:11px;
    line-height:17px;
    color:#777777;
}

.scNewDesktopExit{
    color:#b42828;
}


/* =====================================================
   MERCHANT CONTACT
===================================================== */

.scNewHeaderContact{
    width:52%;
    min-height:80px;
    float:right;
    padding-top:17px;
    text-align:right;
}

.scNewHeaderContact p{
    margin:0 0 7px 0;
    padding:0;
    font-size:14px;
    color:#555555;
}

.scNewHeaderContact i{
    width:22px;
    text-align:center;
    color:#0d6b42;
}


/* =====================================================
   MENU BADGE
===================================================== */

.scNewMenuBadge{
    display:inline-block;
    min-width:17px;
    height:17px;
    padding:1px 4px;
    margin-left:2px;
    background:#d93636;
    color:#ffffff;
    font-size:10px;
    line-height:15px;
    text-align:center;
    border-radius:10px;
}





/* =====================================================
   MOBILE BOTTOM MENU
===================================================== */

.scNewMobileMenu{
    display:none;
}


/*

.sc-cart-bar{
    display:none;
    position:fixed;
    left:0;
    right:0;
    bottom:0px;
    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;
}
*/

