<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aside-item {
  margin-right: 0px;
  position: relative;
  float: left;
  width: 100%;
}
.aside-item:last-child {
  margin-right: 0px;
}
.aside-item .aside-title {
  position: relative;
  border-radius: 0px;
  padding: 0 0;
}
.aside-item .aside-title h2 {
  font-family: "Arial", sans-serif;
  width: 100%;
  font-size: 16px !important;
  margin: 0;
  text-transform: none;
  font-weight: 700;
  display: inline-block;
  padding: 0px;
  position: relative;
  color: #333;
  text-transform: uppercase;
}
.aside-item .aside-content {
  padding: 0px 0px 0;
  border-top: none;
  border-radius: 0px;
}
.aside-item .aside-content ul {
  padding-left: 0px;
}
.aside-item .aside-content {
  width: 100%;
  z-index: 99;
  position: relative;
}
.aside-item.active .aside-content {
  display: block;
}
@media (max-width: 1199px) {
  .aside-item {
    width: 220px;
  }
}
.aside-item .nav &gt; li &gt; a:focus {
  background: none;
}
.aside-item .list-tags span.tag-item {
  line-height: 30px;
  border: 1px solid #ebebeb;
  height: 30px;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
  margin-right: 5px;
  color: #898989;
  border-radius: 0px;
}
.aside-item .list-tags span.tag-item:hover {
  color: #fff;
  background: #141414;
  border-color: #141414;
}
.aside-item .list-tags span.tag-item:hover a {
  color: #fff;
}
.title_filter {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 40px;
  line-height: 34px;
}
@media (max-width: 991px) {
  .title_filter {
    margin-bottom: 10px;
  }
}
.aside-filter {
  background: transparent;
  margin-bottom: 20px;
}
.aside-filter .aside-item {
  margin-bottom: 20px;
}
.aside-filter .aside-item .field-search {
  margin-bottom: 10px;
  position: relative;
}
.aside-filter .aside-item:last-child {
  margin-bottom: 0;
  border: none;
}
.aside-filter .aside-item:last-child .aside-content {
  margin-bottom: 0;
}
.aside-filter .aside-item .form-group .form-control {
  min-height: 40px;
  height: 40px;
}
.aside-filter .aside-item .input-group-btn {
  position: static;
}
.aside-filter .aside-item .input-group-btn button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  background: #141414;
  color: #fff;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.aside-filter .filter-container {
  margin-bottom: 0px;
}
.aside-filter .aside-item .aside-title:after {
  display: none;
}
.ui-widget.ui-widget-content {
  height: 4px;
  background: #ebebeb;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #141414 !important;
}
.ui-slider-horizontal .ui-slider-handle {
  height: 18px !important;
  width: 18px !important;
  border-radius: 50% !important;
  top: -7px !important;
  border: none !important;
  background: #141414 !important;
  border: solid 2px #ebebeb !important;
}
.ui-widget.ui-widget-content {
  border: none !important;
  margin-bottom: 10px;
  width: calc(100% - 14px);
  margin-left: 7px;
}
#start {
  width: 45%;
  float: left;
  margin-right: 2.5%;
}
#start input {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-radius: 3px;
  border: 0px solid #e1e1e1;
  box-shadow: none;
  background: transparent;
}
#stop {
  width: 45%;
  float: right;
  margin-left: 2.5%;
  text-align: right;
  position: relative;
}
#stop input {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  border-radius: 3px;
  border: 0px solid #e1e1e1;
  box-shadow: none;
  background: transparent;
}
a#filter-value {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  width: 100px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .blog_left_base .side-right-stick {
    position: sticky;
    top: 80px;
  }
}
.blog_left_base .side-right-stick .aside-content-blog {
  padding: 0px;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.blog_left_base .side-right-stick .aside-content-blog .title-head {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  background: #eee;
  font-size: 1.6rem;
  margin-bottom: 0px;
  color: #333;
}
.blog_left_base .side-right-stick .aside-content-blog .title-head span {
  position: relative;
  top: 2px;
}
.blog_left_base .side-right-stick .aside-content-blog .nav-category {
  padding: 10px;
}
.blog_left_base .side-right-stick .aside-content-blog .nav-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .nav-item
  .nav-link {
  display: block;
  padding: 6px 0;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .nav-item
  .nav-link.pr-5 {
  padding-right: 30px;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .nav-item.active
  &gt; .nav-link {
  color: #141414;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .menu_down {
  padding-left: 10px !important;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .down_icon {
  width: 30px;
  height: 30px;
  top: 5px;
  right: 0;
  transition: 0.5s all;
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .down_icon::before,
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .down_icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  -webkit-transition: opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .down_icon::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .down_icon::after {
  width: 1px;
  height: 11px;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .down_icon.cls_mn
  &gt; a {
  color: #141414;
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .down_icon.cls_mn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog_left_base
  .side-right-stick
  .aside-content-blog
  .nav-category
  ul
  .down_icon.cls_mn::before {
  opacity: 0;
}
.blog_left_base .side-right-stick .blog_noibat {
  overflow: hidden;
  display: block;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.blog_left_base .side-right-stick .blog_noibat h2 {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  background: #eee;
  font-size: 1.6rem;
  margin-bottom: 0px;
}
.blog_left_base .side-right-stick .blog_noibat h2 a {
  color: #333;
  position: relative;
  top: 2px;
}
.blog_left_base .side-right-stick .blog_noibat h2 a:hover {
  color: var(--hoverColor);
}
.blog_left_base .side-right-stick .blog_noibat .blog_content {
  padding: 10px;
}
.blog_left_base .side-right-stick .blog_noibat .blog_content .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f2f2f2;
  padding-bottom: 5px;
}
.blog_left_base .side-right-stick .blog_noibat .blog_content .item .post-thumb {
  width: 100px;
  margin-right: 10px;
}
.blog_left_base
  .side-right-stick
  .blog_noibat
  .blog_content
  .item
  .post-thumb
  a {
  display: block;
  width: 100%;
  aspect-ratio: 800/450;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.blog_left_base
  .side-right-stick
  .blog_noibat
  .blog_content
  .item
  .post-thumb
  a
  img.loaded {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.blog_left_base
  .side-right-stick
  .blog_noibat
  .blog_content
  .item
  .contentright {
  width: calc(100% - 110px);
}
.blog_left_base
  .side-right-stick
  .blog_noibat
  .blog_content
  .item
  .contentright
  h3 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_left_base .side-right-stick .blog_noibat .blog_content .item .time-post {
  margin-bottom: 0px;
}
.blog_left_base
  .side-right-stick
  .blog_noibat
  .blog_content
  .item
  .time-post
  span {
  font-size: 13px;
  font-style: italic;
}
.blog_left_base .side-right-stick .blog_noibat .blog_content .item:last-child {
  border: initial;
  margin: 0;
  padding: 0;
}
.blog_left_base .side-right-stick .blog_banner {
  text-align: center;
  margin-bottom: 30px;
}
.blog_left_base .side-right-stick .blog_banner a {
  display: block;
  width: 440px;
  aspect-ratio: 440/660;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.blog_left_base .side-right-stick .blog_banner a:hover {
  filter: brightness(1.1);
}
.blog_left_base .side-right-stick .blog_banner a img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product-favi {
  position: relative;
  border: 1px solid #eee;
  border-radius: 0px;
  margin-bottom: 20px;
}
.product-favi .title-head {
  margin: 0;
  color: var(--textColor);
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  background: #eee;
  text-align: center;
  display: block;
  padding: 5px 15px;
  text-transform: uppercase;
}
.product-favi .title-head:hover {
  color: var(--hoverColor);
}
.product-favi .product-favi-content {
  padding: 15px 15px 0px;
}
.product-favi .product-favi-content .product-view {
  display: inline-block;
  padding: 0px 0px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  background: #fff;
  position: relative;
  width: 100%;
}
.product-favi .product-favi-content .product-view:last-child {
  border-bottom: none;
}
.product-favi .product-favi-content .product-view .image_thumb {
  display: inline-block;
  float: left;
  width: 100%;
  width: 80px;
}
.product-favi .product-favi-content .product-view .product-info {
  display: block;
  float: left;
  width: calc(100% - 80px);
  -o-width: calc(100% - 80px);
  -moz-width: calc(100% - 80px);
  -webkit-width: calc(100% - 80px);
  padding-left: 10px;
}
.product-favi .product-favi-content .product-view .product-info {
  margin: 5px 0 5px;
  position: relative;
}
.product-favi .product-favi-content .product-view .product-info h3 {
  padding: 0;
  text-overflow: ellipsis;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 3px;
  padding-bottom: 3px;
}
.product-favi .product-favi-content .product-view .product-info h3 a {
  color: var(--textColor);
}
.product-favi .product-favi-content .product-view .product-info h3 a:hover {
  color: var(--hoverColor);
}
.product-favi .product-favi-content .product-view .product-info .price-box {
  line-height: 23px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}
.product-favi
  .product-favi-content
  .product-view
  .product-info
  .price-box
  .price {
  padding-right: 5px;
  color: var(--price);
}
.product-favi
  .product-favi-content
  .product-view
  .product-info
  .price-box
  .compare-price {
  text-decoration: line-through;
  font-size: 1.4rem;
  color: #9e9e9e;
  font-weight: 300;
}
.product-favi .product-favi-content .product-view:last-child {
  padding-bottom: 0px;
}
.product-favi .product-seemore {
  text-align: center;
  margin-bottom: 10px;
}
.product-favi .product-seemore a {
  color: #002d3a;
  font-style: italic;
}
.product-favi .product-seemore a span {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #30656b;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-bottom: 2px;
  color: inherit;
}
@media (max-width: 991px) {
  .product-favi .title-head {
    text-align: left;
  }
}</pre></body></html>