/*.category_grid-end*/
.category_grid {

  /*.category-end*/
}
.category_grid{
  margin:0px!important;
}
.category_grid.slick-slider.items .slick-arrow {
  height: 50px;
  width: 38px;
  top: calc((100% - 50px) / 2);
  bottom: 0px;
  transform: none;
  margin:0px 6px;
  border-radius:3px;
  background:#f5f5f5;
  border:1px solid #f5f5f5;
  z-index:100;
}
.category_grid.slick-slider.items .slick-arrow:hover {
  background:#ddd;
}
.category_grid.slick-slider.items .slick-arrow.slick-prev {
  left: 0px;
}
.category_grid.slick-slider.items .slick-arrow.slick-prev:before {
  content: "\f053";
}
.category_grid.slick-slider.items .slick-arrow.slick-next {
  right: 0px;
}
.category_grid.slick-slider.items .slick-arrow.slick-next:before {
  content: "\f054";
}
.category_grid.slick-slider.items .slick-arrow:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  width: 100%;
  color: #333E48;
}


.category_grid.slick-slider.items .category{
margin-bottom:0px!important;
padding:0px;
}
.category_grid.slick-slider.items .category .category_content .row > div {
width:100%!important;
max-width:100%!important;
display:block;
flex:none;
}
.category_grid.slick-slider.items .category .category_content .image {
margin-bottom:20px;
width:100%;
text-align:center;
}
.category_grid.slick-slider.items .category .category_content .image img{
width:80%;
height:auto;
margin:auto;
}
.category_grid.slick-slider.items .category .category_content .buttons {
position:relative;
width:100%;
text-align:center;
right:0px;
}
.category_grid.slick-slider.items .category .category_content .caption {
height:90px;
display:block;
width:100%;
}
.category_grid.slick-slider.items .category .category_content .caption h4{
text-align:center;
font-weight:bold;
}
.category_grid .category {
  overflow: hidden;
  margin-bottom: 20px;
  padding:0px;
  /*.category_content-end*/
}
.category_grid .category .category_content {
  padding: 20px;
  background: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  /*.image-end*/
  /*.caption-end*/
  /*.buttons-end*/
}
.category_grid .category .category_content:hover {
  background: #f9f8f8;
}
.category_grid .category .category_content .image {
  position: relative;
  text-align: center;
  /*img-end*/
  /*.status_sticker-end*/
}
.category_grid .category .category_content .image img {
  max-width: 100%;
}
.category_grid .category .category_content .image .status_sticker {
  position: absolute;
  left: -20px;
  /*.sticker-end*/
}
.category_grid .category .category_content .image .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
}
.category_grid .category .category_content .caption {
  position: relative;
  /*h4-end*/
}
.category_grid .category .category_content .caption h4 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 40px;
}
.category_grid .category .category_content .buttons {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 15px;
}
