.category_page_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.category_page_box {
  width: 90%;
  background: url("../../svgs/category_page/category_page_image.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 312px;
}
.category_page_box p {
  font-size: 40px;
  font-weight: 700;
}
.category_page_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
  margin-top: 25px;
}
.category_page_filterbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.category_page_filterbox_results_box {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 90%;
}
.category_page_filterbox_results {
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
}
.category_page_filterbox_number {
  font-size: 20px;
  font-weight: 700;
}
.category_page_menu {
  background-color: #ff551a;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 50px;
  width: 160px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  outline: none;
  border: none;
}
.category_page_menu ul {
  border-radius: 5px;
}
.category_page_menu_item {
  color: #222222;
}
.category_page_menu_item:hover {
  color: #ff551a;
}
.category_page_adv_container {
  margin-top: 25px;
  width: 100%;
  height: fit-content;
}
.category_page_large {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 25px 15px 25px;
  max-height: 800px;
  position: relative;
  max-width: 350px;
  float: left;
}
.adv_category_page {
  max-height: 380px;
  min-height: 380px;
  min-width: 350px;
  max-width: 350px;
  background-color: #222222;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  padding: 33px;
  display: flex;
  flex-direction: column;
}
.adv_category_page_image {
  min-height: 350px;
  max-height: 350px;
  border-radius: 20px 20px 0px 0px;
  min-width: 350px;
  max-width: 350px;
}
.adv_category_page_box_title {
  font-size: 24px;
  font-weight: 700;
  max-width: 320px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.adv_category_page_box-text {
  font-size: 16px;
  font-weight: 400;
  max-width: 265px;
  line-height: 19.5px;
}
.adv_category_page_box_btn {
  height: 55px;
  width: 213px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff551a;
  outline: none;
  box-shadow: none;
  border: none;
  margin-right: 20px;
}
.category_page_section {
  height: fit-content;
}
.custom_style {
  display: flex;
  margin-top: 0.25rem !important;
  max-width: 250px;
}
.custom_text {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 20px;
}
.btn-container {
  max-width: 280px;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.category_page_large_orange_date {
  position: absolute;
  top: 25px;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #343434;
  outline: none;
  border: none;
  color: #ffffff;
  width: 90px;
  height: 90px;
}
.category_page_large_number {
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
  max-height: 43px;
}
.category_page_large_month {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}
.category_page_adv_container_no_results {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  margin-top: 70px;
}
.category_page_adv_container_no_results a {
  text-decoration: none;
  color: #ff551a;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}
.category_page_adv_container_no_results a:hover {
  color: #ffffff;
}
.horizontal-line {
  margin-bottom: 8px;
  min-height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.sort_menu {
  transform: translate3d(0px, 0px, 0px) !important;
  top: 55px !important;
}
.sort_menu_enter {
  transform: translate3d(0px, 0px, 0px) !important;
  top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .category_page_box {
    width: 95%;
    border-radius: 10px 10px 0px 0px;
    height: 250px;
  }
  .category_page_box p {
    font-size: 20px;
  }
  .category_page_filterbox_results_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-right: auto;
    width: 90%;
  }
  .category_page_filterbox_results {
    font-size: 16px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .category_page_filterbox_number {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .category_page_menu {
    height: 40px;
    width: 115px;
    font-size: 16px;
  }
  .category_page_menu_item {
    font-size: 14px;
    width: 115px;
  }
  .sort_menu,
  .sort_menu li,
  .sort_menu_enter,
  .sort_menu_enter li {
    width: 115px;
    min-width: 115px;
    top: 45px !important;
  }
  .category_page_adv_container {
    margin-top: 20px;
  }
  .category_page_container {
    display: flex;
    width: 95%;
    overflow-x: scroll;
    min-height: 800px;
    padding-left: 0px;
  }
  .category_page_large {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 25px 15px 25px;
    max-height: 650px;
    width: 285px;
  }
  .adv_category_page {
    max-height: 380px;
    min-height: 350px;
    min-width: 285px;
    max-width: 285px;
    background-color: #222222;
    right: 0px;
    border-radius: 0px 0px 10px 10px;
    padding: 33px;
  }
  .adv_category_page_image {
    min-height: 285px;
    max-height: 285px;
    border-radius: 20px 20px 0px 0px;
    min-width: 285px;
    max-width: 285px;
  }
  .adv_category_page_box_title {
    font-size: 18px;
    font-weight: 700;
    max-width: 284px;
  }
  .adv_category_page_box-text {
    font-size: 14px;
    font-weight: 400;
    max-width: 265px;
  }
  .adv_category_page_box_btn {
    height: 45px;
    width: 242px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ff551a;
    outline: none;
    box-shadow: none;
    border: none;
    margin-right: 10px;
  }
  .category_page_section {
    min-height: 800px;
  }
  .custom_style {
    display: flex;
    margin-top: 0.25rem !important;
    max-width: 250px;
  }
  .custom_text {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .category_page_large_orange_date {
    top: 15px;
    left: 15px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
  }
  .category_page_large_number {
    font-size: 18px;
    max-height: 22px;
  }
  .category_page_large_month {
    font-size: 12px;
    font-weight: 500;
  }
  .category_page_adv_container_no_results {
    font-size: 16px;
    margin-top: 50px;
  }
  .category_page_adv_container_no_results a {
    font-size: 16px;
  }
}
