.breadcrumbs {
  background-color: #f0f0f0;
}
.breadcrumbs {
  position: relative;
  padding: 5px 0;
}

.f-products h2 {
  color: #222;
  line-height: 35px;
  font-size: 25px;
  margin: 0;
  font-weight: 500;
}

.price-out{
  text-decoration: line-through;
  color: #999;
}

.detail{
  min-height: 140px;
  font-size: 14px;
  line-height: 20px;
  /*margin-top: 20px;*/
  padding: 15px;
  text-align: left;
      -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.detail h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #000000;
      -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.detail p {
  margin-bottom: 10px;
      -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.star-view{
  margin-top: 5px;
  color: #aaaaaa;
}


.view-more{
  font-size: 12px;
}






.grid,
.list {
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  float: left;
  cursor: pointer;
  padding: 5px;
}

.view-cnt {
  /*	width:70px;
  height: 25px;*/
  float: right;
  font-size: 20px;
  /*margin-right: 15px;*/
}

.grid {}

.grid:hover {}

.grid-active {}

.list {}

.list:hover {}

.list-active {}

.prods-cnt {
  width: 720px;
  height: auto;
  min-height: 400px;
  margin: 40px auto;
  padding: 40px;
  background-color: #fafafa;
  border: #ccc 1px dotted;
  overflow: auto;
}

/* Category menu Style */

.category-menu ul {
  /*padding-left: 15px;*/
}

.category-menu ul li {
  list-style: none;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  background-color: #ffffff;
  color: #6c757d;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #dee2e6;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.category-menu ul li:hover,
.category-menu ul li.cat-active {
  background: #1e88e5;
  color: #ffffff;
}

/* Grid Style */

.prod-box {
  width: 25%;
  /*margin: 15px;*/
  margin-top: 0px;
  margin-bottom: 30px;
  float: left;
  /*text-align: center;*/
}


.prod-box img{
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.prod-box:hover img{
  /*padding-top: 0px; */
  opacity: 0.5;
}

.prod-box img:first-child {
  /*width: 190px;*/
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.prod-box-list img:first-child {
  width: 250px;
  float: left;
}

.prod-box-list .container01:first-child {
  width: 250px;
  margin-right: 15px;
  float: left;
}


.prod-box-list .hid-img{

    overflow: hidden;
    height: 245px;
    display: inline-block;
   float: left;
}


.prod-box-list .member-grit i {
    font-size: 25px;
    color: #337ab7;
    position: relative;
    float: left;
    left: auto;
    margin-left: 15px;
    margin-right: 15px;
}






.prod-box-list .row-detail55 p {
overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: inherit;
    -webkit-line-clamp: 1;
    margin-bottom: 0px;
}

.prod-box-list .row-detail55:nth-child(2) p {
overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: inherit;
    -webkit-line-clamp: 3;
}




.prod-box h4 a {
  text-decoration: none;
  /*width:140px;*/
  float: left;
  margin: 5px 0;
  color: #888;
  /*	font: italic normal 14px georgia;
  font-style: italic;*/
}

.prod-box p {
  overflow: hidden;
  color: #888888;
  font-size: 14px;
      margin-bottom: 0px;
}

.prod-box .old {
  margin-right: 20px;
  color: #be0000 !important;
  text-decoration: line-through;
}

.prod-box .price {
  width: 100%;
  display: inline;
  float: left;
  margin-top: 5px;
  /*font: italic 13px georgia;*/
  color: #b9775a;
  text-align: center;
}

.price {
  text-align: center;
}
.price-cnt{
  width: 15%;
  display: inline;
}

.prod-box .buy-ico {
  border-radius: 20px;
  width: 35px;
  height: 35px;
  float: right;
  margin: 5px;
  cursor: pointer;
  /*background: #039fd3 url(../img/bag-ico.png) 50%  no-repeat;*/
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.prod-box .buy-ico:hover {
  background-color: #1e88e5;
}

/* List View Style */

.prod-box-list {
  width: 100%;
  /*margin: 15px;*/
  margin-bottom: 20px;
  /*padding: 10px;*/
  background-color: #fff;
  overflow: hidden;

}


.prod-box-list .detail {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    text-align: left;
      float: left;
}

.prod-box-list h3 a {
  text-decoration: none;
  width: 320px;
  float: left;
  padding: 0;
  margin: 0 10px;
  color: #3c2e25;
  font: italic normal 22px georgia;
}



.prod-box-list .buy-ico {
  border-radius: 5px;
  width: 85px;
  height: 20px;
  color: #fff;
  padding: 5px 5px 5px 30px;
  font: italic 12px georgia;
  float: right;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.prod-box-list .buy-ico:before {
  content: "More Details";
  line-height: 22px;
}

.prod-box-list .buy-ico:hover {
  background-color: #1e88e5;
}

.prod-box-list .old {
  color: #be0000 !important;
  float: right;
  font-style: 18px;
  text-decoration: line-through;
}

.prod-box-list .price {
  margin-top: 15px;
  display: block;
  /*font: italic 20px georgia;*/
  color: #181818;
  text-align: left;
}



.prod-box-list .price-cnt {
    width: 50%;
    display: inline;
    height: auto;
    float: left;
    text-align: left;
}


/* Css Shadow Effect for the prod-box and prod-box-list div */


.d-grid {
  font-size: 25px;
  position: relative;
  top: -5px;
}

.d-grid-h {
  color: #cccccc;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}



.d-grid-a {
  color: #1e88e5;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


@media(max-width:1024px) {}

@media(max-width:768px) {
  .prod-box {
    width: 50%;

  }
}

@media(max-width:414px) {
  .prod-box {
    width: 100%;

  }
}