.categories_title {
  width: 100%;
  text-align: center;
  margin: 60px 0 30px;
}

.categories_title p {
  font-size: 25px;
  color: #000;
}

.categories_content {
}

.categories_block {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  justify-content: space-between;
  width: 100%;
}

.categories_block:first-child {
  margin-bottom: 10px;
}

.categories_item {
  width: 32%;  
}

.categories_item:nth-child(2) {
  margin-top: 0px;
}

.categories_item > a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 1px 42px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.02);
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff !important;
}

.categories_item a img {
  width: 100%;
}

.title_category {
  text-align: center;
  font-family: "open_sansregular", sans-serif;
  color: #000 !important;
  font-size: 17px;
  margin: 15px 0 6px;
  text-transform: uppercase;
}

.categories_item a p.description {
  text-align: center;
  font-size: 13px;
  padding: 0 20px;
  margin: 0;
  color: #000 !important;
}

.image-desktop {
  display: block;
}

.image-mobile {
  display: none;
}

.title_container_mobile .title_content {
  /* margin-top: 15px; */
  position: relative;
  top: -40px;
}

.banner_slick_mobile {
  border-top: 5px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
}

.ja_tem_vale {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background-color: #fff8f8;
}

.block_one_vale {

}

.block_one_vale p {
  margin: 0;
  color: #f7828a;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans';
}

.block_one_vale span {
  color: #fff;
  background-color: #054d6f;
}

.block_two_vale  {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_two_vale p {
  text-align: center;
  color: #f7828a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}

.block_two_vale a {
  background-color: #054d6f;
  color: #fff;
  padding: 2px 4px;
  margin-left: 5px;
}


@media (max-width: 768px) {
  .categories_block {
    flex-direction: column;
  }

  .categories_item,
  .categories_item:nth-child(2) {
    width: 100%;
    margin-top: 25px;
  }

  .categories_block:first-child > .categories_item:first-child {
    margin-top: 0;
  }

  .product_list_item_inline .product_item .product_info {
    font-size: 11px;
  }

  .slick-slide img{
    width: 100%!important;
  }

  .under_text p {
    margin-top: 24%!important;
    margin-bottom: -10px!important;
  }

  .popup_custom_image_box img.rotate_joke {
    max-width: 209px!important;
  }

  .popup_custom_content {
    justify-content: inherit!important;
  }

  .block_two_vale {
    margin-left: 0;
    flex-direction: column;
  }
}
