﻿*{margin:0;padding:0;outline:0;}
*{margin:0;padding:0;}
body{font:13px/15px; font-family: 'Open Sans', sans-serif!important;  color:#2f2f2f;background:#fff;     overflow-x: hidden;
    background: url('../images/lotus-bg.png') repeat;}
img{border:0;vertical-align:top;}
a{color:#1e7ec8;outline:medium none;text-decoration:none;}
a:hover{text-decoration:none;}
:focus{outline:0;}
h1,h2,h3, h4,h5,h6{margin:0 0 5px;line-height:1.35;color:#3C414C;}
h1{font-size:20px;font-weight:normal;}
h2{font-size:18px;font-weight:normal;}
h3{font-size:16px;font-weight:600;}
h4{font-size:14px;font-weight:600;}
h5{font-size:12px;font-weight:600;}
h6{font-size:11px;font-weight:600;}
form{display:inline;}
fieldset{border:0;}
legend{display:none;}
table{border:0;border-spacing:0;empty-cells:show;font-size:100%;}
caption,th,td{vertical-align:top;text-align:left;font-weight:normal;}
p{margin:0 0 10px;}
strong{font-weight:600;}
address{font-style:normal;line-height:1.35;font-weight:300;}
cite{font-style:normal;}
q, blockquote{quotes:none;}
q:before, q:after{content:'';}
small,big{font-size:1em;}
ul,ol, li{list-style:none;}

.wrapper {
    min-width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -17em;
}
#main_page {
    width: 100%;
}
.main-container {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%; 
   max-width: 100%;
}
.unic-container {
    width: 1170px; margin:0 auto;
}

a.btn-danger span {
    padding: 3px 4px;
}

.head2 {
        font-weight: 600;
    padding: 12px;
    font-size: 15px;

    COLOR: #fafded;
    border-bottom: 1px solid #e3fbbf;
    background: #d65f0b;
    text-transform: uppercase;
    font-style: italic;
}

.imgg img {
    width: 100%;
    /* margin-left: 6em; */
    /* border-radius: 50%; */
    height: 164px;
    background: #000;
    border-radius: 9px;
    /* margin-bottom: 9px; */
}

   .imgg {
    width: 30%;
    background: #fff;
    float: left;
    border: 1px solid #509020;
    PADDING: 2PX;
    MARGIN-LEFT: 12PX;
    border-radius: 8px;

}

.carousel {
    position: relative;

}
table.border-tb>tbody>tr>td {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #76bb0a8a;
    padding: 5px;
    font-size: 16px;
    color: #568211;
    width: 15%;
    font-style: italic;
    /* background: #76bb0a; */
    /* margin-top: 4px; */
}
table.border-tb {
    width: 60%;
    margin: 0px 13px;
    float: left;
}
/*menu*/


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html { -webkit-font-smoothing: antialiased; }

a {
  color: #BA0707;
  text-decoration: none;
}

a:hover { color: #BA0707; }

body {

  color: #E95546;
  font: 14px "roboto", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  width: 100%;
}

nav {
  display: block;

    /*background: #639e08;*/
    width: 84%;
    float: left;
}

.cart-drop {
    width: 100%;
    float: left;
    /* margin: 3px 1px; */
    background: #e3fbbf;
    padding: 6px 6px;
    margin: 0;
}

#footer {
    float: left;
    width: 100%;
    background:#202020;    padding-top: 2em;
}
.news {

}
#menu .nav > li > .dropdown-menu li:hover {
    background: #2d7d25;
}
.menu { display: block;     margin-bottom: 0;}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.content span {
      vertical-align: sup;
    color: #1b5416;
    padding-top: 2px;
    display: inline-block;
    margin: 2px 2px;
    font-size: 15px;
}
.WebRupee {  
}
.menu li:first-child { margin-left: 0; }

.menu li a {
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    padding: 11px 18px;
    display: block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease-in-out 0s;
    text-transform: uppercase;
    border-right: 1px solid #9fa09e;
    /* box-shadow: 0px 1px 17px #8cd02536 inset; */

}


.menu li a:hover,
.menu li:hover>a {
  color: #fff;
  background:#27650e;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background:#2a680f;
  color: #fff;
}
ul.sub-menu li a {
    background: #a7cf43!important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px;
    padding: 10px;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E95546;
  color: #fff;
  text-decoration: none;
}


.menu-top {
    width: 100%;
    
    background: #2d7d25;
  
}

/*a.homer { background: #bdb909; }*/
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px; }

a.homer { background: #E95546; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #FC6D58;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}







section.login-page {
    padding: 4em;
    background: #f7f6f67a;
}




 h3.titlelogi {
    text-align: center;
    font-size: 23px;
    color: #46730d;
    text-transform: uppercase;
}


.rihg-login {
    padding: 3.4em 1em;
    background: #fff;
    border-right: 2px solid #5c9d00;
}
.loginimage img { width:100%;
}

.form-horizontal .controls select {
    background: #f3f9dd !important;
}

.form-horizontal .controls input {
    background: #f3f9dd !important;
}
 /*logo*/


 .logo {
    width: 16%;
    float: left;
}
.Search {
    width: 100%;
    /* margin: 2em 2em; */
    float: left;
}


.btn-login li {
    display: inline-block;
    width: 49%;
}
.loginbtn {
       
    width: 100%;
    float: left;
}
.header {
    width: 100%;
    float: left;
    /*background: #e3fbbf;*/   
    background: url('../images/hi.jpg') no-repeat 0px 0 #ffffff;    box-shadow: 102em 5px 56px #e3fbbf14 inset;


}
.txtbx {
    float: left;
    height: 45px;
    width: 100%;
    border:1px solid #8c8888;
    background: url('../images/search_icon.png') no-repeat 15px 15px #ffffff;
    padding: 0px 40px;
    font-size: 16px;
    color: #929795;
    font-family: 'opensans-light';
}
.searchbtn {
    background: #76bb0a;
    border: 0px;
    padding: 13px 0px;
    margin-left: -147px;
    color: #fff;
    font-family: 'nevis';
    font-size: 18px;
    width: 146px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

ul.sub-menu li a {
    border-right: none;
}

.btn-login a {
 padding: 0;
    /* background: #64a204; */
    /* PADDING: 6PX 18PX; */
    COLOR: #FFF;
    margin-top: 9px;
    font-family: 'Open Sans', sans-serif;
    /* FONT-SIZE: 15PX; */
    /* box-shadow: 0px 3px 0px #5e7933; */
    text-transform:uppercase;

}

a.ragi {
    background: #27650e;


}



.banner-inner img {
    width: 100%;    height: 400px !important;
}

.bannerin {

    width: 100%;
    float: left;
    padding-top: 1em;
    border: 1px dashed #ced0cc;


    background: url('../images/12.png') repeat;  
}

div#lside {
    padding-top: 19px;
    padding-bottom: 17px;
}
section.acciver {
    padding-top: 3em;
    margin-bottom: 3em;
    float: left;
    width: 100%;
}




 .newrewars {
    float: left;

    box-shadow: 0px 0px 1px #a2969640;
    /* background: #f8f7f1; */
    border: 1px solid #cccccc42;
    min-height: 282px;
    background: linear-gradient(45deg, rgba(246, 246, 246, 0.46) 30%, rgb(255, 255, 255) 51%, rgba(220, 220, 220, 0.3) 100%);
    /* margin-bottom: 5px; */
}

 .logo img {
    width: 100%;    height: 116px;
}


 .head {
    padding: 11px;
}

 ul.leftpro {
    font-size: 14px;
    margin: 0;
    line-height: 0;
    /* border: 1px solid #ccc; */
}
ul.leftpro li a {
    font-size: 13px;
    color: #136d28;
    line-height: 24px;
    padding: 7px 2px;
}

  .head {
    font-weight: 600;
    padding: 9px;
    font-size: 17px;
    COLOR: #fafded;
    border-bottom: 1px solid #e3fbbf;
    background: #76bb0a;
    text-transform: uppercase;
    font-style: italic;
}


 ul.leftpro li i {
    font-size: 13px;
    color: #3f801a;
}

.divya {
    float: left;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;

}
.title h1 {
    font-size: 24px;
    margin: 7px;
    /* font-weight: 600; */
    color: #176b13;
    text-transform: uppercase;
    margin-bottom: 5px;
    /* border-bottom: 1px solid #0000004f; */
    text-align: center;
    padding-top: 16px;
    padding-bottom: 1em;
}
 .new-sm-sprite {
    display: block;
    background: url(../images/sm-hp-sprite.png) no-repeat -283px -6px;
    width: 253px;
    height: 45px;
    margin-top: 0;
}


ul.leftpro li {
    border-bottom: 1px solid #0000001a;
      padding:3.8px 8px;
}


.title h1:before {
    background: #186b15;
    width: 23%;
    CONTENT: '';
    POSITION: ABSOLUTE;
    LEFT: 5EM;
    HEIGHT: 2PX;
    MARGIN: 14PX;
}

.title h1:AFTER {
    background:#186b15;
    width: 23%;
    CONTENT: '';
    POSITION: ABSOLUTE;
    LEFT: 31EM;
    HEIGHT: 2PX;
    MARGIN: 14PX;
}


.product-thumb .image {
    text-align: center;
}



.fotter {
    float: left;
    width: 100%;
        

        background-color:#202020;    padding-top: 2em;
}

.fotter-diya {    overflow: hidden;
    width: 20%;
    float: left;    min-height: 212px;
}
.securePayText span {
    color: #fff;
    font-size: 34px;
}


.middle-heading {
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 4px;
}
ul.list li a {
    color: #75716C;    font-size: 13px;
    background: url(../images/icon-menu.png) no-repeat scroll 0 7px rgba(0,0,0,0);
    line-height: 26px;    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 15px;    DISPLAY: FLEX;
}



.securePayText {
    color: #818181;
    font-size: 15px;
}
.db {
    font-size: 12px;
    color: #cccbcb;margin-bottom: 11px;
}





.stay-connected strong {
    color: #fff;
    font-size: 18px;
}

.spn6 {
    width: 70%;
    float: left;
}
.spn5 {
    width:25%;
    float: left;
}


.social.pull-left.flip {
    margin: 10px 1px;
}



.tx-about p {
    color: #fff; font-size:12px;
    margin: 11px 19px;
    text-align: justify;    color: #75716C;
}
.social.pull-left.flip ul li {
    display: inline-flex;
    /* padding: 1px 11px; */
}

.social.pull-left.flip ul li a {
    color: #fff;
    background: #202020;
    border:1px solid #fcfff173;
    padding: 6px 11px;
    font-size: 18px;
}

.scrollup {
    background: #efb313;
    bottom: 82px;
    display: none;
    position: fixed;
    right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px;
    z-index: 9999;
}



.copyright.pull-left {
    padding: 1em 1em;
    color: #000;
    /* background: #000; */
}






.carousel-control.right {
    right: 0;
    left: auto;

    background:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}


.carousel-control.left {
    left: 0;
    left: auto;

    background:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control {
display:none;
}









/*newowl*/


.product-thumb h4 {
    margin: 0px;
    padding-bottom: 0;
    /* font-size: 9px; */
    min-height: 28px;
    margin-top: 6px;
}
.price-old {
    color: #F00;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
}

ul.list-unstyled.description li {
    display: inline;
    padding: 7px;
    font-size: 18px;
}



.product-thumb .price, .product-info .price, .price, .price-new {
    color: #537b09;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 16px;
    margin-left: 6px;
}

.owl-carousel .product-thumb {
     padding: 7px;
    /* margin: 0px 3px 0px 0px; */
    /* position: relative; */
    text-align: center;    min-height: 311px;
    border: 1px solid #0000000f;    padding-bottom: 20px;
}

.caption a {
    color: #656262;
    font-weight: 100;
    margin-top: 7px; font-family: 'Open Sans', sans-serif
}


.product-thumb .button-group .btn-primary {
       padding: 7px 8px;
    margin-bottom: 7px;
    font-size: 11px;
    height: auto;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    margin-top: 1em;
    float: left;
    margin: 1em 4em;
}




.btn-primary {
    color: #fff;
    background-color: #5e9d1c;
    border-color: #2e6da4;
}

.divya.inner {
    background-color: #d3ff3100;
}






.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;z-index:1}.owl-carousel
   .owl-wrapper{display:none;position:relative}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
                                               .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(../image/grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{width:26px;height:26px;margin:0;display:block;position:absolute;top:-48px;z-index:10;cursor:pointer;-webkit-transition:all .3s ease;color:#bbb}.owl-theme .owl-controls .owl-buttons div .fa{font-size:34px;line-height:26px}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-buttons div.owl-next{right:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.owl-theme .owl-controls .owl-buttons div.owl-prev{right:32px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.owl-theme .owl-controls .owl-buttons div.owl-next:hover,.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#777}.owl-carousel.single-slider .owl-controls .owl-buttons .owl-next,.owl-carousel.single-slider .owl-controls .owl-buttons .owl-prev{width:30px;height:60px;line-height:66px;text-align:center;margin:-30px 0 0;color:#fff;background-color:rgba(0,0,0,.3);top:50%}.owl-carousel.single-slider .owl-controls .owl-buttons .owl-next .fa,.owl-carousel.single-slider .owl-controls .owl-buttons .owl-prev .fa{font-size:22px}.owl-carousel.single-slider .owl-controls .owl-buttons .owl-prev{left:0}.owl-carousel.single-slider .owl-controls .owl-buttons .owl-next{right:0}.owl-carousel.single-slider .owl-controls .owl-buttons .owl-next:hover,.owl-carousel.single-slider .owl-controls .owl-buttons .owl-prev:hover{color:#fff;background-color:#0289cc}.owl-carousel.single-slider .owl-controls .owl-pagination{position:absolute;bottom:0;width:100%}.owl-carousel.single-slider.owl-theme .owl-controls .owl-page span{background:rgba(0,0,0,.4)}.owl-carousel.single-slider.owl-theme .owl-controls .owl-page.active span,.owl-carousel.single-slider.owl-theme .owl-controls.clickable .owl-page:hover span{background:rgba(0,0,0,.6)}.owl-carousel.nxt .owl-controls .owl-buttons .owl-prev{left:0;top:50%;margin-top:-28px}.owl-carousel.nxt .owl-controls .owl-buttons .owl-next{right:0;top:50%;margin-top:-28px}.owl-carousel.nxt .owl-item img{display:inline-block}.owl-carousel.nxt .owl-controls .owl-buttons{visibility:hidden}.owl-carousel.nxt:hover .owl-controls .owl-buttons{visibility:visible}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:11px;height:11px;margin:5px 7px;filter:Alpha(Opacity=40);opacity:.4;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#999}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading .image{min-height:150px;background:url(/image/progress.gif) center center no-repeat}


section.about-cont {
    padding-top: 3em;
    padding-bottom: 4em;
}
.modal-header {
    background-color: #fbfbfb!important;
}
.box-txt {
    color: #000;
    text-align: justify;
    line-height: 30px;
    font-size: 15px;
}
ul.value li {
    list-style: inside;
}
h1.title {
      background: #76bb0a;
    padding: 7px 6px;
    color: #fff;    display: none;
    margin-bottom: 0px; 
    font-size: 21px;
}
.leftbarme li:hover {
    /* margin-left: 2px; */
    border-left: 3px solid #000;
}
.leftbarme li {
        padding: 12px 10PX;
    background: #d3ff86;
    BORDER-BOTTOM: 1PX SOLID #ffffffd9;
    border-top: 1px solid #ada5a580;
    /* box-shadow: 0px 1px 5px #0000004f; */
    box-shadow: 0px 0px 24px #55800c29;
    border-radius: 8px 0px 0px 8px;
}
.leftbarme li a {
       font-size: 15px;
    color: #020201;
    padding: 1px;
    text-decoration: none;
    font-weight: 600;
}

.box-txt b {
    color: brown;    font-size: 17px;
    line-height: 22px;
}



i.fa.fa-shopping-cart { color:#000;
}



.marquuee {
    margin: 1em 1em;
}
marquee.prateek {
       background: #419039;
    height: 46px;
    width: 100%;
    border: 1px solid #144614;
    float: left;
    MARGIN: 1EM 0EM;
    border-radius: 4px;
}
    .marquuee h1:before {
    position: absolute;
    background: #f00;
    content: '';
    background-color: #0000;
    border-left: 29px solid #ff0000;
    /* height: 22px; */
    /* width: 22px; */
    border-top: 23px solid #0000;
    border-bottom: 23px solid #0000;
    right: -29px;
    top: 0px;
    z-index:9;
}
.marquuee h1 {  position:relative;
    background: red;
    width: 20%;
    float: left;
    font-size: 24px;
    color: #fff;
    padding: 7px 10px;
    font-weight: 600;
}

marquee.prateek P {
    PADDING: 13PX;
    COLOR: #FFF;
    FONT-SIZE: 18PX;
}

.dropdown-submenu {
    position:absolute;top:0px;
     background-color:#F00;

}

ul.submenu {
    POSITION: ABSOLUTE;
    left: 159px;
    background: #a7cf43;
    top: 0;
    display: none;
    width:260px;
}

ul.dropdown-menu li:hover ul.submenu {
display:block;
}



#menu .nav > li ul > li > a {
    text-decoration: none;
    padding: 5px 11px;
    display: block;
    min-width: 160px;
    background: none;
    font-size: 14px;
    border-bottom: 1px solid #dcd6d6;
    color: #fff;
}

ul.dropdown-menu li a:hover ul.submenu {    padding: 5px 11px;
                                        
}

.submenu li a {
    padding: 4px 10px !important;
}

ul.submenu li a {
    PADDING: 8PX !IMPORTANT;
}

/**/


