
@font-face {
    font-family: firstfont;
    src: url(KJino_0.TTF);
}

@font-face {
    font-family: secfont;
    src: url(mainfont.TTF);
}

@font-face {
    font-family: thfont;
    src: url(KMagroon_0.TTF);
}




.title-front-s {
    background:#0c640d;
    height: 30px;
    width: 240px;
    position: relative;
    left: 0;
    z-index: 2;
    color: #000;
    line-height: 30px;
    text-align: center;
}
.title-front-s a {
    color: #fff;
    font-size:20px;
    font-family: Rwnpress;
}
.title-edge-bottomleft-s, .title-edge-bottomright-s, .title-edge-topleft-s, .title-edge-topright-s {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0;
    width: 0;
}
.title-edge-bottomleft-s, .title-edge-bottomright-s {
    top: 30px;
}
.title-edge-bottomleft-s, .title-edge-topleft-s {
    left: 0;
    border-color: transparent #595959 transparent transparent;
}
.title-edge-topleft-s {
    top: 0;
    border-width: 0;
}
.title-edge-bottomleft-s {
    border-width: 0;
}
.title-edge-bottomright-s, .title-edge-topright-s {
    border-color: transparent transparent transparent #0c640d;
}
.title-edge-topright-s {
    top: 0;
    border-width: 0 0 0 20px;
}
.title-edge-bottomright-s {
    border-width: 0 0 10px 20px;
}
.title-back-left-s {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 40px;
    z-index: 0;
}
.title-back-right-s {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 10px;
    height: 40px;
    z-index: 0;
}


#lang h5 a{font-size:130%;color:black; font-weight:bold;font-family:secfont; color:#337ab7;}

.footerr {
    background-color:#0c640d;
    clear:both;
    height:70px;
    color:white;
    margin-top:20px;
    font:arial;

}


.paiwandi {font-family:secfont; font-size:28px; color:black;    font-weight: bold;
}

.brwanama {
    display: flex;
    padding:5px;
}





#flipkart-navbar {
    background-color:#0c640d ;
    color: white;
    font-family:firstfont;
    font-size:23px;
}

.row1{
    padding-top: 15px;
}

.row2 {
    padding-bottom: 15px;
}

.flipkart-navbar-input {
    padding: 11px 16px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
}

.flipkart-navbar-button {
    background-color: #ffe11b;
    border: 1px solid #ffe11b;
    border-radius: 0 2px 2px 0;
    color: #565656;
    padding: 10px 0;
    height: 43px;
    cursor: pointer;
}

.cart-button {
    background-color: #2469d9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
}

.cart-button:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 10px;
}

.upper-links {
    display: inline-block;
    padding: 0 11px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 12px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.dropdown:hover {
    background-color: #D8C419;
}

.dropdown:hover .links {
    color: #000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #0c640d;
    color: white;
    left: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px -3px #555454;
    margin: 0;
    padding: 0px;

}

.links {
    color: #ffffff;
    text-decoration: none;
    font-family:firstfont;
    font-size:23px;

}

.links:hover {
    color: white;
    text-decoration: none;
    background-color:c5b71f;
}


.profile-links {
    font-family:firstfont;
    font-size:20px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: block;
    padding: 0 11px;
    line-height: 23px;
}

.profile-li{
    padding-top: 2px;
}

.largenav {
    display: none;
}

.smallnav{
    display: block;
}

.smallsearch{
    margin-left: 15px;
    margin-top: 15px;
}

.menu{
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .largenav {
        display: block;
    }
    .smallnav{
        display: none;
    }
    .smallsearch{
        margin: 0px;
    }
}

/*Sidenav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: f8f8f8;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
        font-size: 20px;
    font-family:firstfont;
    color:#337ab7;
}

.sidenav .closebtn {

    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #f5f5f5;        
}

@media screen and (max-height: 450px) {
    .sidenav a {font-size: 18px;}
}

.sidenav-heading{
    font-size: 36px;
    color: #fff;
}


.topp h1 {font-family:firstfont, tahoma; color:#0c640d;}

html {
    width: 100%;
    height: 100%;
}
body {
    background-color:#ede6c9;
}

.thumbnail h3{color:#0c640d; font-family:secfont; font-size:23px;    font-weight: bold; }


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}





