.card-header{
    background-color: #3d3e94ee;
    text-shadow: 1px 1px 1px #C0C0C0;
    white-space: nowrap;
    font-size: 14px;
}

.body-container{
    margin: 0px 50px;
}

.card-body{
  padding:20px;
}

.category-item{
    color:black;
}

.category-item:hover{
    color:black;
    text-shadow: 1px 1px 1px #C0C0C0;
}

.dropdown-style{
    border: 1px solid rgba(1, 0, 70, 0.87) ;
}

.input-group.md-form.form-sm.form-2 input {
  border: 1px solid #bdbdbd;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.input-group.md-form.form-sm.form-2 input.border {
  border: 1px solid rgba(1, 0, 70, 0.87) ;
}

.qty-btn{
  background-color:  rgba(1, 0, 70, 0.87);
  color: white;
}

.qty-btn:hover{
  color: white;
  text-shadow: 1px 1px 1px #C0C0C0;
}

.product-title{
  text-shadow: 1px 1px 1px #C0C0C0;
  font-size: 22px;
}

.order-disclaimer{
  font-size: 13px;
}

.product-description{
  background-color: #3d3e94 ;
  letter-spacing: 1px;
}

.parts-container{
  margin: 20px 50px 20px 20px; 
  margin-top: 0;
}

.part-item{
  background-color: #f6f6f6;
}

.parts-no-category-container{
  margin: 20px 50px; 
  margin-top: 0;
}

.quantity-toggle{
  width: 10%;
}

.card-img-top {
  width: 100%;
  height: 180px;
  padding: 0px 50px;
  align-self: center;
}

.clear-filter{
  background-color: #3d3e94f5;
  box-shadow: 2px 2px 5px grey;
  border: none;
  font-size: 15px;
  color: white;
  width: 50%;
  margin-top: 0;
  white-space: nowrap;
}

.filter-row{
  padding-bottom: 2%;
}

.jumbotron{
  margin-bottom:1%;
}

.subcategory-listview-item{
  color: black;
}

.list-group-item{
  width: 100%;
  cursor: pointer;
}

.parts-list-sizing{
  margin: 0;
}

a.dropdown-item{
  height: 20px;
  padding: 0px;
}

div.row.filter-row{
  padding-top: 20px;
}

.img-fluid {
  max-width: 100%;
  height: 300px;
}

.product-price{
  color: #015B9C;
}

.product-code{
  font-size: 17px;
  margin-bottom: 10px;
}

.product-id{
  font-weight: 600;  
}

.part-id-label{
margin-bottom: 0;
}

.part-id{
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-avail{
  font-size: 18px;
  margin-bottom: 0;
}

.product-status-note{
  font-size: 12px;
}

.k-pager-numbers .k-link {
  color: #3d3f94;
  font-weight: 400;
} 

.k-pager-numbers .k-link:hover {
  color: white;
  font-weight: 400;
  background-color:  #3d3e9457;
  border-radius: 50%;
} 

span.k-link.k-state-selected{
  color: #3d3f94;
  font-weight: 400;
}

.k-pager-numbers .k-link.k-state-selected {
  color: white;
  font-weight: 400;
  background-color:  #3d3e949d;
  border-radius: 50%;
}

.btn-add-to-cart{
  background-color: #3d3e94f5;
  box-shadow: 2px 2px 5px grey;
}

.btn-view-details{
  margin-bottom: 10px;
  white-space: nowrap;
}

.btn-add-to-cart:hover{
  background-color: #335fe2 !important;
  color: white !important;
  box-shadow: 2px 2px 2px grey;
}

.btn-view{
  background-color: rgba(0, 0, 0, 0.87);
  box-shadow: 2px 2px 5px grey;
}

.search-section{
  margin-left: 15px;
}

.btn-view:hover{
  background-color: rgba(0, 0, 0, 0.76) !important;
  color: white !important;
  box-shadow: 2px 2px 2px grey;
}

.add-to-cart-btn{
  background-color: #3d3e94f5 ;
  color: white !important;
  width: 40%;
}

.add-to-cart-btn:hover{
  background-color: #335fe2 !important;
  color: white !important;
  width: 40%;
}

.card{
  box-shadow: 2px 2px 5px grey;
  padding-bottom:20px;
  margin-bottom:15px;
}

.part-title{
  color:black;
  text-shadow: 2px 2px 2px #C0C0C0;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 55px;
}

@media screen and (min-width : 768px) and (max-width : 1023px){
  .input-group {
    height: 60px;
  }

  .form-control{
    height: inherit;
    font-size: 1.4rem !important;
  }

  .select-dropdown{
    height: 60px;
  }

  .clear-filter{
    height: 60px !important;
    width: 100%;
    font-size: 1.1rem !important;
  }
  .card {
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .card-header{
    font-size: 20px;
  }

  .list-item-subCategory {
    font-size: 20px !important;
  }

  .card-img-top {
    height: 380px !important;
  }

  .part-title {
    height: 110px !important;
  }

  .btn-card {
    font-size: 35px !important;
  }

  .k-pager-wrap {
    font-size: 30px;
  }

  .dropdown-menu-text {
    font-size: 25px !important;
}
}




