/* Fixed sidenav, full height */
.sidenav {    
}
 
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn { 
  border-bottom: 1px solid #8c8c8c;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  border-bottom: 1px solid #8c8c8c;
  overflow: hidden;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #ff6060;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active_sb {
  background-color:#cccccc;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #f1f1f1;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
  font-size: 28px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* end */
.mt-logo img {
  max-width: 112px;
}
.mt-padding10 {
  padding: 10px;
}
.mt-product-detial h1 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 300;
  letter-spacing: 3px;
  word-spacing: -4px;
  margin: 0 0 15px;
  color: #000;
}
.related-products .mt-product1 {
  width: 19.6%;
  padding-right: 2%;
}

.text-danger-current {
  color: #ff6060;
}

.error {
  color: #ff6060;
  font-weight: normal;
} 
.paginate_button{
  padding-left: 5px;
}
.mt-productlisthold > li {
  width: 32.7%; 
}

/* mobile */
@media only screen and (max-width: 767px) {
  .mt-productlisthold > li {
    width: 49.5%;    
  }
}

li.current-pag a {
  color:#ff6060;
}

/* form search on navbar */
.search-bar > form.form-search {
  /* border: solid 1px red; */
  /* display: flex; */
  width: 240px;
  float: right;
  padding-top: 5px;
}

.search-bar > form.form-search button {
  /* border: solid 1px red; */
  padding: 4px 7px;
  border-radius: 3px;
  background-color: #0e0e0e;
  color: white;
  border-color: #000;
}

/* mobile */
@media only screen and (max-width: 767px) {
  .search-bar > form.form-search {
    width: 160px;    
  }

  .search-bar > form.form-search input {
    width: 120px;
    /* border: solid 1px red; */
  }
}