.sidebar{
    position: -webkit-sticky;
    position: sticky;
    top: 3.5rem;
    z-index: 1000;
    height: calc(100vh - 3.5rem);
}
.subsidebar{
    position: fixed;
    width: 220px;
    left: 190px;
    bottom: 0;
    top: 52px;
    padding: 10px;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#navbarDropdown{
  padding-left: 1px;
}
.dropdown-item{
  font-size: 12px;
}
.title-product h3{
  color: #222222 !important;
  font-weight: 500 !important;
}
.rating-box {
  display: inline-block;
  vertical-align: middle;
}
.rating{
  display: inline-block;
}
.box-review {
  font-size: 12px;
  color: #999;
}
.box-review  a:link, .product_box a:link{
  display: inline-block;
  color: #666666;
}
.box-review  a:visited, .product_box a:visited{
  display: inline-block;
  color: #666666;
}
.box-review  a:hover, .product_box a:hover{
  display: inline-block;
  color: #666666;
  text-decoration: none;
}
.box-review  a:hover, .product_box a:hover{
  display: inline-block;
  color: #666666;
  text-decoration: none;
}
.order-num {
  background: #5cb85c;
  border-radius: 2px;
  min-width: auto;
  color: white;
  padding: 8px 10px;
  font-size: 11px;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.order-num::after {
  top: 5px;
  left: -6px;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-right: 0.7em solid #5cb85c;
  border-bottom: 0.7em solid transparent;
  border-top: 0.7em solid transparent;
}
.price-new{
  line-height: 24px;
  color: #ff3c20;
  font-size: 28px;
  font-weight: 600;
}
.product_box{
  float: left;
  width: 100%;
  padding: 10px 0px;
  color: #666;
  position: relative;
}
.product_box span{
  display: inline-block;
  min-width: 120px;
}
#product h3, .control-label{
  color: #4d72b9 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.control-label{
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  color: #a94442;
}
.featured-img{
  object-fit: cover;
  height: 200px !important;
}
.detail-img{
  /* object-fit: cover; */
  height: 100%;
}
/* Modal Box */
.myModal{
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content{
  background-color: #fefefe;
  width: 40%;
  margin: 50px auto;
  /* border: 1px solid #888888; */
  padding: 20px;
}
.closeBtn .fa-times{
  float: right;
  cursor: pointer;
}
.closeBtn .fa-times:hover{
  color: rgb(220,53,69);
}
#unitprice{
  padding-top: 0.75rem;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 992px)
{
    .sidebar{
        left: -190px;
        z-index: 999;
    }
}

.list-group-item{
    background:none;

}
.lni{
    font-size: 15pt !important;
}
.navbar{
    width:190px;
}
.wrapper{
    position: fixed;
    left: 11%;
    width: 80%;
}
.table-wrapper {
    max-height: 90vh;
    overflow: auto;
    display:inline-block;
  }

  .bg-lightgray{
      background-color: #333333ee;
  }
.border-1{
    border-width: 3px !important;
}

.custom-file-input {
    color: transparent;
  }
  .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .custom-file-input::before {
    content: 'Select some files';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
  }
  .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active {
    outline: 0;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
  }
  .f-12{
    font-size: 12pt;
  }

  @media (max-width: 768px) {
    .modal-content{
      width: 80%;
    }
  }

  .display-5 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.dropdown-menu.multi-column {
  width: 100%;
}

.dropdown-menu.multi-column .dropdown-menu {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 1024px){
  input, button {
    margin-right: 5px !important;
  }
}
@media (max-width: 414px){
  .modal-content{
    padding: 10px;
  }
  .popular-cate{
    height: 170px;
    bottom: 10px;
  }
  .cart-img {
    width: 100%;
  }
}
@media (max-width: 375px){
  .modal-content{
    padding: 5px;
  }
}