* {
  font-family: "open_sansregular", sans-serif;
  /* font-family: 'Open Sans', sans-serif; */
  color: #202020;
}

body.open_mobile_filter {
  overflow: hidden;
}

.box_img_title {
  position: relative;
  overflow: hidden;
}

.box_img_container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.title_image {
  padding: 0;
  margin: 0;
  font-size: 32px;
  width: 47%;
  color: #000;
}

.sub_title_image {
  color: #000;
  font-size: 17px;
  margin: 2px 0 0 0;
  line-height: 1.3;
  width: 47%;
}

.banner_category_list {
  display: inline-block;
  position: relative;
  right: -50%;
}

.banner_category_list img {
  position: relative;
  left: -50%;
  width: 100%;
}

/*
@media screen and (max-width: 768px) {
.banner_category_list {
  display: inline-block;
  position: initial;
  right: initial;
}

.banner_category_list img {
  position: initial;
  left: initial;
  height: 100%;
  width: 100%;
}
} */

.category_page {
}

.bread_filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* breadcrumbs */
.category_page_breadcrumbs {
}

.category_page_breadcrumbs > ul {
  padding: 18px 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.category_page_breadcrumbs > ul > li {
  font-size: 12px;
}

.category_page_breadcrumbs > ul > li > a {
  padding: 0px 5px;
  color: #202020;
}

.category_page_breadcrumbs > ul > li:first-child > a {
  padding-left: 0;
}

.category_page_breadcrumbs > ul > li:last-child > a {
  text-decoration: underline;
}

/* filters */
.category_page_filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.category_page_filters_mobile,
.button_filtrar_products_mobile,
.category_page_filters_mobile_close,
.filters_headers_mobile,
.filters_mobile_tags {
  display: none;
}

.filter_items {
}

.filter_items + .filter_items {
  margin-left: 15px;
}

.filter_title {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.filters_counted {
  margin-left: 3px;
}

.filter_title i {
  transition: all 0.1s linear;
  margin-left: 2px;
  margin-top: 1px;
}

.filter_options {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px #666 solid;
  border-radius: 3px;
  padding: 15px;
  z-index: 999;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-rule: 1px solid #666;
  -moz-column-rule: 1px solid #666;
  column-rule: 1px solid #666;
}

.filter_related {
  display: flex !important;
  margin-top: 0px !important;
}

.column-one {
  column-count: 1;
}

@media screen and (min-width: 991px) {
  .filter_items:hover .filter_options {
    display: block;
  }

  .filter_items:hover .filter_options:before {
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    content: " ";
    height: 0;
    position: absolute;
    left: 10px;
    top: -20px;
    width: 0;
  }

  .filter_items:hover .filter_options:after {
    content: " ";
    height: 0;
    position: absolute;
    left: 13px;
    border-top: 14px solid #fff;
    border-left: 14px solid #fff;
    top: -6px;
    width: 0;
    transform: rotate(45deg);
  }

  .filter_items:hover .filter_title i {
    transform: rotate(180deg);
  }
}

.filter_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  color: #000;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 8px;
}

.filter_text span {
  border: 1px #666 solid;
  border-radius: 3px;
  min-width: 15px;
  min-height: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.filter_text.active_filter span i {
  width: 12px;
  height: 12px;
  background-color: #666;
  border-radius: 3px;
  display: block;
}

/* title */
.category_page_title {
}

.category_page_title h1 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 25px;
  padding-top: 25px;
}

/* products */
.category_page_products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}

.product_image_break {
  width: 100%;
  display: block;
  padding: 0 0 40px 0;
}

.product_image_break img {
  width: 100%;
}

.product_item {
  width: 25%;
  padding: 0 0 40px 0;
}

.product_item.cross_banner_product {
  width: 50%;
  box-sizing: border-box;
}

.product_item.cross_banner_product img {
  width: 100%;
  padding: 5px;
}

.product_item a {
  text-decoration: none;
  position: relative;
  display: block;
}

.product_item_percentual {
  position: absolute;
  left: 25px;
  top: 5px;
  z-index: 9;
  background-color: #e54040;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}

.product_item_tag {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 11px;
  display: block;
  z-index: 99;
  padding: 0px 5px;
  text-align: center;
}

.product_item_customized_product_content {
  padding: 0px 5px 3px 5px;
}

.product_item_customized_product {
  width: 70%;
  height: 16px;
  margin: auto;
  font-size: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_item_customized_product i {
  margin-left: 4px;
  color: #fff;
}

.product_item_customized_product img {
  width: 100%;
  margin: auto;
  display: block;
}

.product_item_brand_thumb {
  width: 50px;
  margin: auto;
  display: block;
  padding: 0px 0px 5px 0px;
}

.product_item_brand_thumb img {
  width: 100%;
  margin: auto;
  display: block;
}

.product_item_image {
}

.product_item_image img {
  width: 100%;
  display: block;
  padding: 5px 5px 0px 5px;
}

.one_image {
}

.two_images_product img:nth-child(2) {
  display: none;
}

.two_images_product:hover img:nth-child(1) {
  display: none;
}

.two_images_product:hover img:nth-child(2) {
  display: block;
}

.product_item_title {
  display: flex;
  padding: 0px 5px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  min-height: 40px;
  line-height: 1.3;
}

.product_item_title h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  display: -webkit-box;
  text-align: center;
}

.product_item_colors_line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 8px 0;
}

.product_item_colors_line_item {
  margin-right: 5px;
  border: 1px transparent solid;
  border-radius: 40px;
  cursor: pointer;
}

.product_item_colors_line_item.selectedColoritem {
  border: 1px #52c1ee solid;
}

.product_item_colors_line_item a {
  border: 1px #ddd solid;
  border-radius: 40px;
  width: 21px;
  height: 21px;
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}

.product_item_colors_line_item.selectedColoritem a {
  border: 1px transparent solid;
}

.product_item_colors_line_item a img {
  width: 18px;
  height: 18px;
  border-radius: 40px;
}

.product_item_colors_line_item_p {
  margin: 0;
  padding: 0;
}

.product_item_colors_line_item_p a {
  font-size: 13px;
  color: #ddd;
  text-decoration: underline;
}

.product_item_price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 5px 0;
}

.product_item_price del {
  font-size: 14px;
  text-decoration: line-through;
}

.product_item_price ins {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  text-decoration: none;
}

.product_item_button {
  display: block;
}

.product_item_button > p {
  padding: 8px 10px;
  width: 70%;
  margin: 0 auto;
  border: 1px #000 solid;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.1s linear;
}

.product_item_button > p:hover {
  color: #fff;
  background-color: #000;
}

.product_item_button > p > span {
  padding-right: 5px;
}

.category_brands_list {
}

.category_brands_list .product_item {
}

.category_brands_list .product_item a {
}

.category_brands_list .product_item a img {
  max-width: 100px;
  margin: auto;
  text-align: center;
  display: block;
}

.category_see_more_products {
  padding: 10px 15px;
  margin: 16px auto 50px auto;
  text-align: center;
  font-size: 15px;
  border: 1px #000 solid;
  cursor: pointer;
  color: #000;
  border-radius: 3px;
  transition: all 0.1s linear;
  display: block;
  width: 265px;
}

.category_see_more_products:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1200px) {
  .product_item_title h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .category_page_filters_mobile {
    display: block;
  }

  .filters_headers_mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px #ddd solid;
    padding-bottom: 12px;
  }

  .filters_headers_mobile p {
    margin: 0;
    padding: 0;
  }

  .counted_filters {
    margin: 0;
    color: #000;
    cursor: pointer;
    letter-spacing: 0.6px;
    font-size: 15px;
    font-weight: 700;
  }

  .clear_all_filters {
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline;
    color: #000;
  }

  .filters_mobile_tags {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 10px 0;
    flex-wrap: wrap;
    border-bottom: 1px #ddd solid;
  }

  .remove_item_filter_tag {
    line-height: 1;
    font-size: 11px;
    padding: 0 5px;
    font-weight: 400;
  }

  .filters_mobile_tags.filters_url {
    display: block;
  }

  .filters_mobile_tags p {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin: 0 5px 10px 0;
    padding: 5px;
    background-color: #f4f4f4;
    border: 1px #ddd solid;
    border-radius: 4px;
  }

  .filters_mobile_tags p .value {
    font-size: 13px;
    font-weight: bold;
    margin-left: 4px;
  }

  .category_page_filters {
    display: none;
    flex-direction: column;
    position: fixed;
    padding: 20px;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100%;
    width: 82vw;
    justify-content: flex-start;
    align-items: baseline;
    overflow: scroll;
    z-index: 9999999999999;
  }

  .filter_items {
    width: 100%;
    border-bottom: 1px #ddd solid;
  }

  .filter_title {
    justify-content: space-between;
    width: 100%;
    padding: 17px 0;
  }

  .filters_counted {
    flex: 1;
  }

  .category_page_filters.open_mobile_filter {
    display: flex;
  }

  .filter_items + .filter_items {
    margin-left: 0px;
  }

  .filter_mobile_padding {
    margin-bottom: 80px;
  }

  .category_page_filters_mobile p {
    margin: 0;
    color: #000;
    cursor: pointer;
    letter-spacing: 0.6px;
    font-size: 13px;
    font-weight: 700;
  }

  .filter_items .filter_options {
    position: initial;
    column-count: auto;
    column-gap: 0;
    column-rule: 0;
    border: none;
    margin-top: -5px;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 0px;
    overflow: hidden;
    transition: all 0.1s linear;
  }

  .filter_items.active_mobile_filters .filter_title i {
    transform: rotate(180deg);
  }

  .filter_text {
    font-size: 13px;
    width: 49%;
    min-width: 0;
    margin: 0 0 8px 0;
    align-items: flex-start;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .filter_related + .filter_related {
    margin-top: 0px !important;
  }

  .button_filtrar_products_mobile {
    display: block;
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80vw;
    background: #fff;
  }

  .button_filtrar_products_mobile p {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #fff;
    letter-spacing: 0.3px;
    background: #52c1ee;
    border-radius: 3px;
  }

  .category_page_filters_mobile_close {
    position: fixed;
    left: 0;
    top: 0;
    width: 18vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
  }

  .category_page_filters_mobile_close.open_mobile_filter {
    display: flex;
  }

  .category_page_filters_mobile_close p {
    color: #fff;
    font-size: 30px;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
  }

  .product_item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 768px) {
  .category_page_breadcrumbs > ul {
    padding: 12px 0;
  }

  .category_page_breadcrumbs > ul > li {
    font-size: 10px;
  }

  .product_item {
    width: 49%;
  }

  .product_item.cross_banner_product {
    width: 100%;
  }

  .product_item_price del {
    font-size: 13px;
  }

  .product_item_price ins {
    font-size: 16px;
    padding-left: 5px;
  }

  .product_item_button > p {
    width: 80%;
  }

  .title_image {
    text-align: center;
    margin-top: 26%;
    width: auto;
  }

  .sub_title_image {
    text-align: center;
    margin: 0;
    width: auto;
  }

  .product_item_percentual {
    font-size: 10px;
    width: 35px;
    height: 35px;
  }

  .product_item_tag {
  }
}

/* filter_images */
.category_filter_images {
  /* display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  overflow-x: auto;
  padding: 0;
  margin: auto;
  margin-top: 20px;
  width: max-content; */

  overflow-x: auto;
  padding: 0;
  margin: auto;
  margin-top: 20px;
  width: max-content;
}

/*
@media (min-width: 576px){
  .category_filter_images {
      min-width: 540px;
  }
}

@media (min-width: 768px){
  .category_filter_images {
      min-width: 720px;
  }
}

@media (min-width: 992px){
  .category_filter_images {
      min-width: 960px;
  }
}

@media (min-width: 1200px){
  .category_filter_images {
      min-width: 1140px;
  }
} */

.category_filter_images::-webkit-scrollbar {
  height: 8px;
}

.category_filter_images::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 10px;
}

.category_filter_images::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: darkgray;
}

.header-select_products section:nth-of-type(2)::-webkit-scrollbar {
  height: 8px;
}

.header-select_products section:nth-of-type(2)::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 10px;
}

.header-select_products section:nth-of-type(2)::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: darkgray;
}

.category_filter_images_item {
  cursor: pointer;
}

.category_filter_images_item img {
  width: 55px;
  filter: grayscale(1);
}

.category_filter_images_item p {
  margin: 5px 0px;
  padding: 0;
  font-size: 12px;
  color: #999;
}

.category_filter_images_item.active p {
  color: #00bfff !important;
  font-weight: bold;
}

.category_filter_images_item.active img {
  filter: grayscale(0);
}

@media screen and (min-width: 768px) {
  /* .category_filter_images{
    align-items: flex-end;
    justify-content: center;
  } */

  .block_default {
    width: 120px;
  }

  .category_filter_images_item img {
    width: 70px;
  }
}

.filter_related_images {
}

.filter_non_related_images {
  position: relative;
  overflow: hidden;
  z-index: -1;
}

/*
.filter_non_related_images::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 30px;
  width: 170px;
  height: 100%;
  transform: rotate(-39deg);
  border-top: 2px #999 solid;
  z-index: 9999999;
} */

.filter_non_related_images::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #cccccc90;
  cursor: none;
}

.block_default {
  width: 93px;
  margin: 0px 0 10px 0;
  display: inline-block;
  text-align: center;
}

.category_filter_images_publico {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  overflow-x: auto;
  padding: 0;
  margin-top: 20px;
}

.category_filter_images_item_publico {
  text-align: center;
  cursor: pointer;
  margin-left: 25px;
}

/* .category_filter_images_item_publico.filter_non_related_images::after{
  height: 68%;
} */

/* .category_filter_images_item_publico:last-child{
  padding-right: 25px;
} */

.category_filter_images_item_publico p {
  margin: 0;
  padding: 5px 0;
  border: 1.5px #999 solid;
  border-radius: 4px;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  width: 100px;
  background: transparent;
}

section.public_images {
  margin-bottom: 15px;
}

.category_filter_images_item_publico.active p {
  color: #00bfff !important;
  font-weight: bold;
  border: 1.5px #00bfff solid;
  background: #00bfff10;
}

@media screen and (min-width: 768px) {
  .category_filter_images_publico {
    align-items: flex-end;
    justify-content: center;
  }
}

/* category_filter_images */
.estilo_filter_images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  overflow-x: auto;
  padding: 0;
  margin-top: 20px;
}

.estilo_filter_images_item img {
  width: 45px;
  filter: grayscale(1);
}

.estilo_filter_images_item p {
  margin: 8px 0px 15px 0;
  padding: 0;
  font-size: 12px;
  color: #999;
}

.estilo_filter_images_item.active p {
  color: #00bfff !important;
  font-weight: bold;
}

.estilo_filter_images_item.active img {
  filter: grayscale(0);
}

@media screen and (min-width: 768px) {
  .estilo_filter_images {
    align-items: flex-end;
    justify-content: center;
  }

  .block_default {
    width: 120px;
  }

  .estilo_filter_images_item img,
  .category_filter_images_item img {
    width: 70px;
  }
}

@media (max-width: 576px) {
  .title_image {
    font-size: 20px;
  }

  .sub_title_image {
    font-size: 12px;
  }
}
