<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
  margin-bottom: 21px;
  padding-bottom: 49px;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 0px;
  margin: 0;
  float: left;
}
.list_carousel ul li .item_content {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  background: #fcf4e4;
}
.list_carousel ul li .item_content .item_img {
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  
}
.list_carousel ul li .item_content .item_content_indent {
  padding: 64px 5% 58px;
  min-height: 230px;
}
.list_carousel ul li .item_content .item_content_indent .item_title {
  margin-bottom: 19px;
  letter-spacing: 5px;
}
.list_carousel ul li .item_content:hover {
  background: #776158;
  color: #fff;
}
.list_carousel ul li .item_content:hover h1,
.list_carousel ul li .item_content:hover h2,
.list_carousel ul li .item_content:hover h3,
.list_carousel ul li .item_content:hover h4,
.list_carousel ul li .item_content:hover h5,
.list_carousel ul li .item_content:hover h6 {
  color: #ffffff;
}
.list_carousel ul li .item_content:hover .price {
  color: #fff;
}
.list_carousel ul li .item_content:hover .item_img {
  opacity: 1 !important;
}
.list_carousel ul li .item_content:hover .readmore {
  color: #ffffff;
}
.list_carousel ul li .item_content:hover .readmore:after {
  border-bottom-color: #fff;
}
.list_carousel ul li .item_content:hover .readmore:hover {
  color: #000;
}
.list_carousel ul li .item_content:hover .readmore:hover:after {
  border-bottom-color: #000;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  position: absolute;
  bottom: 21px;
  left: 50%;
  display: block;
  height: 29px;
  width: 15px;
  background: url(../images/template/pagination.png) no-repeat;
}
.caroufredsel_prev {
  background-position: 0 0;
  margin-left: -21px;
}
.caroufredsel_prev:hover {
  background-position: 0 bottom;
}
.caroufredsel_next {
  background-position: right bottom;
  margin-left: 5px;
}
.caroufredsel_next:hover {
  background-position: right top;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
</pre></body></html>