.colorlib-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-entry {
  display: block;
 
}

.border {
  border: 1px solid #dee2e6 !important;
  /* border-radius: 20px 20px 20px 20px; */
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.product-entry .prod-img {
  display: block;
}
.product-entry .prod-img .img-fluid{
  height: 100%;
  width: 100%;
}

.breadcrumbs-img, .featured-img, .prod-img, .user-img, .product-img, .blog-img, .colorlib-video {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.product-entry .desc {
  padding: 1.5em;
}

.desc h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.product-entry:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#colorlib-contact, .colorlib-about, .colorlib-partner, .colorlib-intro, .colorlib-product {
  padding: 5em 0;
  clear: both;
}

.product-entry .desc span.price {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.shop-all{
 
    background: #616161;
    color: #fff;
    border: 1px solid #616161;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 14px !important;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 20px;
}

.cart-btn{
  background-color: #616161;
  color: white;
  /* font-family: 'Open Sans', sans-serif; */

  /* font-size: 18px; */
  border: 0 !important;
  text-align: center;
}

.colorlib-heading h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.category-img{
  height: 100px;
  width: 100px;
  /* border: solid black 1px; */
  float: right;
  box-shadow: 0px 0px 2px #9a9a9a;
}
.category-heaing{
  float: left;
}
.category_image_titte{
  display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 16px;
}
.category_image_titte h2{
  line-height: 0.5;
  color: #000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}


.shop-header .navbar {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.shop-cart-button{
  position: relative;
}
/* .shop-cart-button::after {
  position: absolute;
  content: "3";
  width: 10px;
  height: 10px;
  background: red;
} */
.shop-cart-button .badge {
  top: 4px;
  border-radius: 50%;
  font-size: 10px;
  right: 6px;
  position: absolute;
}
.shop-cart-heading{
  font-weight: 700;
}

@media screen and (max-width:991px) {
  
.shop-header .navbar{
  display: inherit;
}
.cart-shop-button-box{
  position: absolute;
  top: 8px;
  right: 0px;
}
.cart-shop-button-box .site-btn-v-2{
  margin-right: 5px !important;
    padding: 5px 12px;
}
.shop-cart-heading {
  margin-top: 17px;
  font-size: 18px;
  text-align: center;
}
.shop-cart-button .badge {
  top: 3px;
  font-size: 8px;
  right: 5px;
}

}