#fds-toolbar, .navbar-default, footer{
  border: none;
 /* background-color: #123456;   */
  background: url(../images/img_3-2.png) center top no-repeat,url(../images/part/sm-pattern-black.png) 0 0;
}

.toolbar-r{
  text-align: right;
}

.footer {
  background-color: #333;
  color: #fafafa;
  margin-top: 0;
  border: none;
}

.footer2 {
background-color: #fff;
  color: #fff;
  margin-top: 0;
  border: none;
      position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    margin-top: 0;
    z-index: 1000;
    width: 100%;
    /*height: 37px; */
}          


small, .small {
  font-size: 100%;
}

#totop-scroller {
  right: 0;
}

.pager{
  font-size: 100%;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
/* Reviews */

.normal blockquote{
  background-color: #f5f5f5;
}

.well blockquote{
  background-color: #fff;
}
/* Category view */

.category-view > h1{
  margin-top: 0;
}

#sorting{
  font-size: 12px;
  line-height: 17px;
}

.display-number .input-sm{
  height: 28px;
  line-height: 28px;
  padding: 4px;
  vertical-align: baseline;
}

.orderby-displaynumber .well{
  min-height: 50px;
}
/* Menu */

.navbar-default{
  background-color: #000;
  border-top: none;
  border-bottom: none;
  margin: 0px 0;        
  /* height: 72px;  */
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 112px;
    /* z-index: 1000; */
                     /* box-shadow: -2px 1px 13px rgba(15, 15, 14, 0.81);                     */
                      z-index:1;
  /* margin-bottom: 20px; */
}

.navbar .nav > li.active > a, .navbar .nav > li.active > span {
  background-color: #9dcf32;
  font-weight: bold;
}

.navbar-default .navbar-toggle{
  color: #fff;
  margin-top: -33px;
      margin-right: 0px;
}

.navbar .nav > li:hover {
  background-color: #272727;
}

#offcanvas li {
  border-bottom: none;
}
/* Cart module */

.vmCartModule{
  padding: 8px 0;
  margin-right: -10px;
}

.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu{
  background-color: #f5f5f5;
}
/* Currency Module */

.toolbar #virtuemart_currency_id {
  line-height: 28px;
  height: 28px;
  padding: 4px;
}
/* Category Module */

.vm-plus:hover span{
  color: #333;
}
/* Modules */

.border{
  padding: 0px 0;
}
              
.box .border {
  border: 1px solid #DDD;
  padding: 20px;
}

#fds-bottom-c{
/*  background-color: #f5f5f5;
  border-top: 1px solid #ddd;           */
  background: url(../images/img_4.jpg) center top no-repeat,url(../images/img_4.jpg) 0 0 ;
  margin-top: 0px;
margin-bottom: -25px;
}
 #fds-bottom-c2 {
    background-color: #f5f5f5;
    /*border-top: 1px solid #ddd;              */
    background: url(../images/img_4.jpg) center top no-repeat,url(../images/img_4.jpg) 0 0;
    margin-top: -27px;
    margin-bottom: 0px;
}

#fds-bottom-c h3{
  border-bottom: none;
  padding-bottom: 0;
 /* font-size: 20px; */
  text-align: center
  }

.breadcrumb{
  padding: 10px 0 0;
}
/* Buttons */

.btn-primary{
  background-color: #9dcf32;
 border-color: #CCC;       
      text-transform: uppercase;
      font-family: "Ubuntu", Verdana, sans-serif;
      font-weight: bold;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
  background-color: #222;
  border-color: #000;
}
/* System messages */

#system-message p {
  font-size: 100%;
}
/* Slider */

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  background-color: #eee;
  margin-top: -25px;
  padding: 10px;
  width: auto;
  height: auto;
}

.carousel-control.right{
  right: 0;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 0;
  margin-right: 0;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 0;
  margin-left: 0;
}

@media (max-width: 992px) {
  body{
    padding-top: 50px;
  }

  .navbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 1000;
    height: 52px;
  }
}

@media (max-width: 640px) {
  .toolbar-l, .toolbar-r {
    text-align: center !important;
    padding: 5px;
  }
}

.f-nav{  /* To fix main menu container */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
#main-menu-container {
    text-align: center; /* Assuming your main layout is centered */
}
#main-menu {
    display: inline-block;
    width: 1024px; /* Your menu's width */
}