@charset "UTF-8";
.product_category_container {
  margin: 0px 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  z-index: 100000;
  background-color: white;
  display: flex;
  flex-direction: column;
  border: 1px solid #b5b5b5;
}
@media screen and (min-width: 1940px) {
  .product_category_container {
    margin: 0px auto;
    max-width: 1820px;
  }
}
@media screen and (max-width: 1170px) {
  .product_category_container {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container {
    margin: 0px 16px;
  }
}
@media screen and (min-width: 1940px) {
  .product_category_container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1170px) {
  .product_category_container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .product_category_container {
    margin-top: 20px;
    margin-bottom: 20px;
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.product_category_container .product_category_breadcrumb {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 20px 24px;
  border-bottom: 1px solid #b5b5b5;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.product_category_container .product_category_breadcrumb::-webkit-scrollbar {
  height: 0px;
}
@media screen and (max-width: 992px) {
  .product_category_container .product_category_breadcrumb {
    padding: 10px 16px;
  }
}
.product_category_container .product_category_breadcrumb li {
  padding-right: 30px;
  display: inline-block;
  position: relative;
  line-height: 100%;
  font-weight: 400;
  line-height: 140% !important;
  color: #212322;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .product_category_container .product_category_breadcrumb li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .product_category_container .product_category_breadcrumb li {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .product_category_container .product_category_breadcrumb li {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .product_category_container .product_category_breadcrumb li {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .product_category_container .product_category_breadcrumb li {
    font-size: 10px;
  }
}
.product_category_container .product_category_breadcrumb li:last-of-type {
  color: #ffcd00;
}
@media screen and (max-width: 992px) {
  .product_category_container .product_category_breadcrumb li {
    padding-right: 15px;
  }
}
.product_category_container .product_category_breadcrumb li::after {
  font-weight: 400;
  line-height: 140% !important;
  color: #212322;
  font-size: 16px;
  content: "/";
  position: absolute;
  top: 0px;
  right: 10px;
}
@media screen and (max-width: 1366px) {
  .product_category_container .product_category_breadcrumb li::after {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .product_category_container .product_category_breadcrumb li::after {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .product_category_container .product_category_breadcrumb li::after {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .product_category_container .product_category_breadcrumb li::after {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .product_category_container .product_category_breadcrumb li::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .product_category_container .product_category_breadcrumb li::after {
    right: 5px;
    top: 0px;
  }
}
.product_category_container .product_category_breadcrumb li:last-of-type::after {
  content: "";
  display: none;
}
.product_category_container .product_category_breadcrumb a,
.product_category_container .product_category_breadcrumb p {
  font-weight: 400;
  line-height: 140% !important;
  color: #212322;
  font-size: 16px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .product_category_container .product_category_breadcrumb a,
  .product_category_container .product_category_breadcrumb p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .product_category_container .product_category_breadcrumb a,
  .product_category_container .product_category_breadcrumb p {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .product_category_container .product_category_breadcrumb a,
  .product_category_container .product_category_breadcrumb p {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .product_category_container .product_category_breadcrumb a,
  .product_category_container .product_category_breadcrumb p {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .product_category_container .product_category_breadcrumb a,
  .product_category_container .product_category_breadcrumb p {
    font-size: 10px;
  }
}
.product_category_container .product_category_breadcrumb a {
  transition: all 0.3s ease-in-out;
}
.product_category_container .product_category_breadcrumb a:hover {
  color: #5c6735;
}
.product_category_container .product_category_row {
  width: 100%;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product_category_container .product_category_row {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row {
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .product_category_container .product_category_row {
    padding: 5px;
  }
}
.product_category_container .product_category_row h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #2d2d2d;
  margin: 0;
  padding: 0px 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .product_category_container .product_category_row h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .product_category_container .product_category_row h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product_category_container .product_category_row h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .product_category_container .product_category_row h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .product_category_container .product_category_row h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row h1 {
    font-size: 31px;
  }
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row h1 {
    padding-top: 10px;
    font-size: 29px;
  }
}
.product_category_container .product_category_row h1 span {
  white-space: nowrap;
}
.product_category_container .product_category_row .product_category_row_results {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 19%);
  justify-content: space-between;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 10px;
}
@media screen and (max-width: 1600px) {
  .product_category_container .product_category_row .product_category_row_results {
    grid-template-columns: repeat(4, 24%);
    grid-gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .product_category_container .product_category_row .product_category_row_results {
    grid-template-columns: repeat(3, 32%);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product_category_container .product_category_row .product_category_row_results {
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (max-width: 400px) {
  .product_category_container .product_category_row .product_category_row_results {
    grid-gap: 5px;
    grid-template-columns: repeat(2, 49.4%);
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item {
  display: inline-block;
  width: 100%;
  border: 1px solid #b5b5b5;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content {
  padding: 15px;
  padding-bottom: 80px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content {
    padding: 10px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 400px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content {
    padding-bottom: 65px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_disabled {
  opacity: 0.5;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_discount {
  position: absolute;
  top: 0px;
  right: 15px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  background-color: #ff0000;
  padding: 6px 13px;
  z-index: 10;
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_discount {
    font-size: 14px;
    padding: 4px 10px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  padding: 5px;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_image::after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #5c6735;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_image:hover::after {
  opacity: 0.2;
  visibility: visible;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_image a img {
  width: 100%;
  max-height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_image a img {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_image a img {
    max-width: 100%;
    max-height: 140px;
  }
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_image a img {
    max-height: 120px;
  }
}
@media screen and (max-width: 375px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_image a img {
    max-height: 100px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews {
  padding: 15px 0px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1400px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews {
    padding: 10px 0px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews {
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews .reviews a {
  color: #838383;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 7px;
       column-gap: 7px;
  transition: all 0.3s ease-in-out;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews .reviews a:hover {
  color: #5c6735;
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews .reviews a {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews .reviews a {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews .reviews a {
    font-size: 11px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews .reviews a .content_info_reviews_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews .reviews a .content_info_reviews_icon::before {
  -webkit-mask: url(../icon/leave_review_star_icon.svg);
          mask: url(../icon/leave_review_star_icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 16px;
  height: 16px;
  background-color: #838383;
  content: "";
  transition: all 0.3s ease-in-out;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_reviews .reviews a:hover > .content_info_reviews_icon::before {
  background-color: #5c6735;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_name {
  margin: 0px;
  line-height: 110%;
  color: #212322;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_name {
    font-size: 16px;
    line-height: 100%;
  }
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_name {
    font-size: 13px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_code {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #838383;
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_code {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_code {
    font-size: 14px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_code {
    font-size: 12px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_code {
    font-size: 11px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_code span {
  white-space: nowrap;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
@media screen and (max-width: 1400px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price {
    padding-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price {
    font-size: 14px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price {
    font-size: 12px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 1400px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price {
    row-gap: 2px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_discount {
  font-size: 20px;
  color: #212322;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_discount {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_discount {
    font-size: 14px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_discount span {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  background-color: transparent;
  width: 100%;
  height: 100%;
  content: "";
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_discount span::after {
  position: absolute;
  top: 13px;
  right: 0px;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  content: "";
  transform: rotate(-5deg);
}
@media screen and (max-width: 1200px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_discount span::after {
    top: 10px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_text {
  color: #ff0000;
  font-size: 34px;
}
@media screen and (max-width: 1400px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_text {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_text {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info .product_category_row_results_item_content_info_price .product_category_row_results_item_content_info_price_text {
    font-size: 18px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0px 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  bottom: 15px;
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer {
    bottom: 10px;
    padding: 0px 10px;
    height: 40px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_basket {
  background-color: #5c6735;
  padding: 0px 15px;
  width: 78%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: bold;
  color: white;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 450px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_basket {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_basket {
    font-size: 14px;
    font-weight: normal;
  }
}
@media screen and (max-width: 375px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_basket {
    font-size: 12px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_basket:hover {
  background-color: rgb(57, 67, 20);
  color: whitesmoke;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_basket_active {
  background-color: #2d3514;
  color: #ffcd00;
  transition: all 0.3s ease-in-out;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_basket_active:hover {
  color: white;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_isAvailable {
  padding: 0px 5px;
  width: 78%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  outline: 1px solid #5c6735;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #212322;
  text-align: center;
  line-height: 100%;
  white-space: normal;
  color: #5c6735;
}
@media screen and (max-width: 1366px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_isAvailable {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_isAvailable {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_isAvailable {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_isAvailable {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_isAvailable {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_isAvailable {
    font-weight: normal;
    font-size: 14px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_wishList {
  width: 18%;
  min-width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  content: "";
  border: none;
  background-color: #5c6735;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_wishList:hover {
  background-color: rgb(57, 67, 20);
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_wishList {
    width: 14%;
    min-width: 40px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_wishList .results_item_content_info_wishList_icon {
  width: 23px;
  height: 23px;
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -webkit-mask: url(../icon/вибране.svg);
          mask: url(../icon/вибране.svg);
  content: "";
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_wishList .results_item_content_info_wishList_icon {
    width: 18px;
    height: 18px;
  }
}
.product_category_container .product_category_row .product_category_row_results .product_category_row_results_item .product_category_row_results_item_content .product_category_row_results_item_content_info_footer .results_item_content_info_wishList .results_item_content_info_wishList_icon_active {
  background-color: #ff0000;
  z-index: 1;
}

.search-result-container .category-product {
  border-bottom: 1px solid #ececec;
  border-top: 0px;
}

.inner-top-vs {
  padding-top: 0px;
}