.video-div{
    margin-top: 5px;
}

#sidebarMenu{
    min-height: 100%;
}

.navbar-nav i{
    font-size: 20px;
    margin-right: 5px;
}

.navbar-nav .nav-link{
    color: black !important;
    font-size: 1em;
    font-style: normal;
}

.btn-block{
    min-width: 100%;
}

.btn-black{
    background-color: #000 !important;
    border-color: #000;
}

.mobile-view-cart{
    display: none;
}

.field label{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-top: 1.0rem;
}

.heading{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 2rem;
}

.sub-heading{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.session-bar{
    background-color: #404040;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
}

.header-cat{
    display: none;
}

@media only screen and (max-width: 768px) {
    .order__total {
        padding: 10px 20px 0;
    }
    .order_product {
        margin-top: 18px;
        padding: 0 20px;
    }
    .total__amount {
        border-top: 1px solid #e1e1e1;
        padding: 0 20px;
    }

    .sub-heading{
        margin-top: 30px;
    }
    .action{
        margin-bottom: 30px;
    }

    .header-cat{
        display: block;
    }

    .navbar-nav{
        position: relative !important;
        padding: 0 50px 50px 50px;
    }

    .nav-item:hover{
        background-color: #e9e9e9;
        padding: 5px;
    }

    .mobile-view-cart{
        display: block !important;
        font-size: 25px;
    }

    #large-view-cart{
        display: none;
    }
  }

  .badge {
    padding: 10px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 100%;
  }
  
  .label-warning[href],
  .badge-warning[href] {
    background-color: #c67605;
  }
  
  #lblCartCount {
      font-size: 12px;
      background: #ff0000;
      color: #fff;
      padding: 5px 8px;
      vertical-align: top;
      margin-left: -15px;
      margin-top: -10px; 
  }

  #CheckoutForm_checkoutForm{
    padding:5px 30px 30px 30px;
    background: #f4f4f4 none repeat scroll 0 0;
  }

  .search_bar{
    width: 40%; 
    margin-left: 40px; 
    margin-right: 40px
  }

  #search_results{
    background-color: whitesmoke;
    position: absolute;
    margin-top: 20px;
    width: 40%;
    display: none;
    border-radius: 5px;
  }

  #search_results li{
    padding: 10px;
  }

  #search_results li:hover{
    background-color: orange;
    color: white;
  }

  #search_results a{
    color: black;
    font-size: 14px;
   

  }

  .product-item {
    transition: .5s;
  }
  .product-item:hover .product-action {
    background: rgba(255, 255, 255, 0.7);
}

.product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item:hover .product-img img {
    transform: scale(1.2);
}

.product-item .product-img img {
    transition: .5s;
    max-width: 100%;
}
.w-100 {
    width: 100% !important;
}

.btn-toolbar{
    display: block;
}