<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sticky-title {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  text-align: center;
}


#sticky-category-title {
 /* border-bottom: 1px solid #363636;
  border-top: 1px solid #363636;*/
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin-left: 0;
}
#sticky-category-title :first-of-type {
  border-top: none;
}
#sticky-category-title  p {
  padding: 15px 50px;
}
@media (max-width: 768px) {
  #sticky-category-title  p {
    padding: 10px 25px;
  }
}

/*FILTROS*/
.woocommerce-ordering.wd-style-underline.wd-ordering-mb-icon{
  display: none;
}

div#size-filter-container {
  width: 150px;
  float: right;
  z-index: 99;
  position: absolute;
  height: auto;
  top: 18px;
  right: 0;
  border: none;
}
body.woodmart-archive-shop div#size-filter-container {
  z-index: 9;
}
div#size-filter {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.8s ease;
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 5px 20px;
  margin: 25px 0px;
  border: 1px solid;
  max-height: 305px;
  overflow-y: auto;
  direction: rtl;
  text-align: left;
}
body.woodmart-archive-shop div#open-size-filter {
  position: absolute;
  top: -5px;
  right: 100px;
}
div#size-filter label {
  direction: ltr;
}
div#size-filter.active {
  transform: translateX(0);
  opacity: 1;
}

div#open-size-filter {
  border: none !important;
  height: 19px;
  position: fixed;
  width: 21px;
  background-color: #fff;
  background-image: var(--wpr-bg-db7d30b3-4e3f-4bf0-be41-3d2804968bf3);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.product-grid-item.tc-is-visible{
  border-right: 1px solid #363636 !important;
  border-right-width: 1px !important;
}
.products-bordered-grid.elements-grid .product-grid-item.tc-is-visible:nth-child(4n){
  border-right: 1px solid #363636 !important;
  border-right-width: 1px !important;
}

@media (max-width: 768px) {
  #sticky-category-title {
  
    margin-top: -45px;
  }
  div#open-size-filter {
    
    margin-top: -45px;
  }
  body.woodmart-archive-shop div#open-size-filter {    
    margin-top: 0;
    top:0;
  }
}</pre></body></html>