.banner_top_category {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0 auto 30px auto;
  position: relative;
}

.banner_top_category .container_geral_semexe {
  position: relative;
  height: 120px;
  margin-bottom: -120px;
}

.banner_top_category .container_geral_semexe h1 {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  font-size: var(--sizeText36);
  font-weight: 400;
  color: var(--whiteColor);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.container_geral_semexe .span3, .container_geral_semexe .span6 {
  margin-left: 0px !important;
}
/* ----------------------------------------------------------- */

#tags_categoria {
  width: 100%;
  margin: 20px auto;
}
#tags_categoria .tags_gray {
  margin: 10px 10px 0 0;
}


.select_category_order label {
  font-size: var(--sizeText18);
  color: var(--gray);
  margin-right: 10px;
}


#category {
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.card_banner_category {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.product_lists_categoria {
  width: 100%;
  height: auto;
  padding: 0;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product_lists_categoria .card_product {
  width: 100%;
  max-width: 32%;
  margin: 0 0 20px 2%;
}

.product_lists_categoria .card_product:nth-child(3n+1) {
  margin: 0 0 20px 0;
}


@media screen and (max-width: 1100px) {
  .product_lists_categoria .card_product {
    max-width: 32%;
  }
}

@media screen and (max-width: 900px) {
  .select_category_order {
    justify-content: flex-start !important;
  }

  .product_lists_categoria .card_product {
    max-width: 48%;
    margin: 0 1% 20px 1%;
  }

  .product_lists_categoria .card_product:nth-child(3n+1) {
    margin: 0 1% 20px 1%;
  }
}

@media screen and (max-width: 500px) {
  .product_lists_categoria .card_product {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}



.select_default select {
  width: auto;
  height: 40px;
  padding: 0 35px 0 15px;
  border-radius: 100px;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none; 
  color: var(--mainColor);
  border: 1px solid #ddd;
  background-color:#fff; 
  background-image: url("../images/nova_home/icons/chevron_big_down.png"); 
  background-repeat:no-repeat; 
  background-position: bottom 12px right 10px;
}




#list_itens_filter .itens_filter.hide { display: none; }




.pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 30px;
}

.pagination li {
  display: inline-block;
}

.pagination a {
  min-width: 25px;
  padding: 5px 5px;
  display: inline-block;
  background: #f5f5f5;
  font-weight: 400;
  color: var(--grayDark);
  font-size: var(--sizeText18);
  border-radius: 5px;
  margin: 3px;
  transition: .4s;
}

.pagination .next::after {
  content: " ";
  border: solid var(--mainColor);
  border-width: 2px 0 0 2px;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
}

.pagination a.active,
.pagination a:hover {
  color: #fff;
  background: var(--mainColor);
}

.pagination .next:hover {
  background: #ddd;
}





/* LATERAL FILTROS */
#side_filters {
  width: 100%;
  height: auto;
  background: #fff;
  padding-right: 7%;
}

#logo_semexe_filters {
  display: none;
}

.submit_filters {
  display: none;
}

#side_filters h3 {
  color: var(--mainColor);
  font-size: var(--sizeText18);
  margin-bottom: 15px;
}

.show_filters,
.close_filters {
  display: none;
}


@media screen and (max-width: 1000px) {

  #side_filters {
    width: 100%;
    height: 100%;
    overflow: auto;
    inset: 0;
    position: absolute;
    padding: 0 0 100px 0;
  }

  .submit_filters {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    text-align: center;
    display: block;
    left: 0;
    bottom: 0;
    position: fixed;
    -webkit-box-shadow: 0px -3px 15px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px -3px 15px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px -3px 15px 0px rgba(50, 50, 50, 0.1);
  }

  .submit_filters .btn_default {
    width: 100%;
  }

  #side_filters .accordion_item {
    padding: 0 5%;
  }

  #logo_semexe_filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 20px 5%;
    background-color: #fff;
  }  

  #side_filters h3 {
    font-size: var(--sizeText28);
    font-weight: 400;
    margin-bottom: 10px;
  }

  #category .col9 {
    width: 100%;
  }

  /* -------------------------- */ 
  
  .show_filters {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: var(--mainColor);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 55px;
  }

  .show_filters img { margin-right: 7px; }

  .close_filters {
    top: 25px;
    right: 7%;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: #f5f5f5;
    color: #777;
    font-size: var(--sizeText20);
    cursor: pointer;
    border: 0;
    display: block;
    z-index: 999;
  }

  .mask_filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 50;
    visibility: hidden;
    display: none;
    opacity: 0;
    transition: 0.7s;
    z-index: 9999;
  }

  .active {
    visibility: visible;
    opacity: 1;
    display: block;
  }

}

/* FILTRO DE PREÇO */
.filter_price_default label {
  padding: 10px;
}

.filter_price_default input {
  border: 1px solid #eee;
  background: #fff;
  height: 31px;
}

div#logo_semexe_filters {
  position: fixed;
  z-index: 999;
  width: 100vw;
}

input.filter_price.error {
  border: 1px solid red;
}

.mobile {
  display: none;
}

.btn_clean_all {
  display: none;
}

@media only screen and (max-width: 992px) {
  div#tygh_container {
    padding-top: 60px !important;
  }
  .tygh-top-panel {
    top: 0 !important;
  }
  .festival {
    display: none !important;
  }
  div#busca-header form {
    top: 50px!important;
  }
  .crumb.url_categorys {
    display: none;
  }
  .text_more {
    display: none;
  }
  button.text_more_toggle {
    display: none;
  }
  div#tags_categoria {
    display: none;
  }
  .checkbox_default label > input:disabled + i {
    display: none;
  }
  .checkbox_default label > .disabled {
    display: none;
  }
  .mobile {
    display: block;
  }
  .banner_top_category {
    display: none;
  }
  .cm-pagination-container {
    margin-top: 30px;
  }
  span.text_result_for {
    color: var(--gray);
    margin-right: 5px;
  }
  .btn_filters_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .select_default select {
    width: 100%;
  }
  .marTopBottom20 {
    margin: 0;
  }
  .title_default_main h1 {
    font-size: var(--sizeText28) !important;
    margin-top: 10px;
  }
  .select_default select {
    height: 43px;
    padding: 0px 10px 0 35px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    background-image: url(../images/nova_home/icons/sort.svg) !important;
    background-position: bottom 14px left 12px !important;
  }
  .accordion_item_summary {
    padding: 23px 0 !important;
    justify-content: flex-start !important;
    gap: 10px;
    border-bottom: none !important;
  }
  .accordion_item_summary h5 {
    font-size: 18px !important;
  }
  .accordion_item_icon {
    transform: rotate(90deg);
  }
  .checkbox_default label {
    padding: 18px 0;
    margin: 0 !important;
  }
  .accordion_item_active .accordion_item_detail {
    border-bottom: none !important;
  }
  .accordion_item {
    border-bottom: 1px solid #eee;
    padding: 0 !important;
    margin: 0 5%;
  }
  .accordion_item_active .accordion_item_detail {
    padding: 0 !important;
    /* margin-top: -25px !important; */
  }
  .filtrar_por_flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 100px;
    padding: 0 15px;
  }
  .btn_clean_all {
    display: block !important;
    color: var(--mainColor);
  }
  .accordion_detail {
    margin-bottom: 20px;
  }
  .checkbox_default label > span {
    font-weight: 300 !important;
  }
  .input_default.filter_price_default {
    display: flex;
    gap: 30px;
    align-items: flex-end;
  }
  div#slider-range {
    display: block !important;
  }
  span.slider_text_separator {
    display: block !important;
  }
  .input_default input, .input_default select {
    border-radius: 4px !important;
  }
}

.display_grid_3_frames {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

div#slider-range {
  display: none;
}

div#slider-range {
  height: 3px;
  background: #ddd;
  border: none;
  width: 90%;
  margin: 30px auto;
}

div.ui-slider-range {
  background: #26b67c;
}

span.ui-slider-handle {
  background: #26b67c !important;
  border: none !important;
  border-radius: 30px;
  top: -6px !important;
  cursor: pointer !important;
}

span.slider_text_separator {
  padding-bottom: 10px;
  display: none;
}

span.group_name {
  display: block;
  padding-top: 20px;
  padding-bottom: 15px;
}

span.bike-friday {
  background: black;
  color: white;
  padding: 0 5px;
  border-radius: 30px;
  margin-left: 5px;
}

li.image-content.seminovos_line {
  position: relative;
}

li.image-content.seminovos_line::before {
  position: absolute;
  content: 'Flash Sale';
  z-index: 1;
  background: #ecb42b;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px;
  top: 25px;
  right: -100px;
  transform: rotate(45deg);
}

li.image-content.seminovos_line.flashsale_polar::before {
  background: #e11228;
  content: 'Open Box';
}

span.envio_express {
  font-size: 12px;
  display: inline-flex;
  gap: 5px;
  background: #000;
  padding: 4px 5px;
  color: white;
  border-radius: 10px;
}

div.info_product strong {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

/* NOVA MECANICA DE FILTROS DE TAMANHO */
/* Estilo para checkbox de grupo de tamanhos */
.group_name_checkbox {
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 18px 0;
  margin: 0 !important;
  cursor: pointer;
  font-weight: 500 !important;
}

.group_name_checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.group_name_checkbox i {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  background: white;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
}

.group_name_checkbox input[type="checkbox"]:checked + i {
  background: var(--mainColor);
  border-color: var(--mainColor);
}

.group_name_checkbox input[type="checkbox"]:checked + i {
  border: 2px solid var(--mainColor);
  background: url(../images/nova_home/icon_ok.png) var(--mainColor) center no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 3px var(--mainColorShadow);
}

.group_name_checkbox .group_name {
  font-size: 16px;
  padding: 0;
  display: inline;
}
/* NOVA MECANICA DE FILTROS DE TAMANHO */