<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header.wl_search,
header.cart-header {
  height: auto;
  position: fixed;
}
header .container .voice {
  width: 100%;
  font-size: 0.9em;
}
header .container .voice a,
header .right .user-role a {
  color: #000;
}
header .container .voice a:hover,
header .right .user-role a:hover {
  color: var(--main-color);
}
header .right .user-role {
  float: right;
  font-weight: 200;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  margin: 20px 0;
  margin-left: 0;
  border: none;
  text-transform: unset;
  font-size: 0.9em;
}

header.wl_search .wl_filters {
  float: left;
  width: 100%;
  height: 65px;
  background: #f9f9f9;
  border-top: solid 1px #ccc;
}
@media screen and (max-width: 960px) {
  header.wl_search .wl_filters {
    height: 131px;
  }
}
header.wl_search .wl_filters .container {
  height: auto;
}
header.wl_search .wl_filters .num_results {
  float: left;
  width: 13%;
  height: 65px;
  line-height: 65px;
}
@media screen and (max-width: 960px) {
  header.wl_search .wl_filters .num_results {
    width: calc(100% - 26px);
    width: -ms-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: -o-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    padding: 0 13px;
    border-bottom: solid 1px #ccc;
  }
}
header.wl_search .wl_filters .input_query_content {
  float: left;
  width: calc(100% - 13% - 260px - 80px);
  width: -ms-calc(100% - 13% - 260px - 80px);
  width: -moz-calc(100% - 13% - 260px - 80px);
  width: -o-calc(100% - 13% - 260px - 80px);
  width: -webkit-calc(100% - 13% - 260px - 80px);
  height: 65px;
}
@media screen and (max-width: 960px) {
  header.wl_search .wl_filters .input_query_content {
    float: left;
    width: calc(100% - 260px - 80px);
    width: -ms-calc(100% - 260px - 80px);
    width: -moz-calc(100% - 260px - 80px);
    width: -o-calc(100% - 260px - 80px);
    width: -webkit-calc(100% - 260px - 80px);
    height: 65px;
  }
}
header.wl_search .wl_filters .input_query_content input {
  float: left;
  height: 65px;
  width: calc(100% - 28px);
  width: -ms-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: -o-calc(100% - 28px);
  width: -webkit-calc(100% - 28px);
  line-height: 65px;
  text-align: left;
  border: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #fff;
  padding: 0 13px;
  margin: 0;
}
header.wl_search .wl_filters .button_filter {
  float: right;
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  margin: 9px;
  border: solid 1px #ccc;
  text-align: center;
}
header.wl_search .wl_filters .button_filter:hover {
  cursor: pointer;
  background: #f1f1f1;
}
header.wl_search .wl_filters .filter_list {
  float: left;
  width: calc(100% - 40px);
  width: -ms-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  padding: 20px;
  padding-bottom: 0;
  display: none;
  border-top: solid 1px #ccc;
  background: #fff;
}
header.wl_search .wl_filters .filter_list.show {
  display: block;
}
header.wl_search .wl_filters .filter_list .name_voice {
  float: left;
  width: 40%;
  font-weight: 500;
  margin-bottom: 10px;
  height: 42px;
  line-height: 40px;
}
header.wl_search .wl_filters .filter_list .content_voice {
  float: right;
  width: 60%;
  margin-bottom: 20px;
}
header.wl_search .wl_filters .filter_list .content_voice input {
  float: left;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 40px;
  text-align: left;
}
header.wl_search .wl_filters .filter_list .content_voice select {
  float: left;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 40px;
  text-align: left;
}
header.wl_search .wl_filters .filter_list .content_voice button {
  float: right;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#wl_divider {
  float: left;
  width: 100%;
  height: 65px;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #wl_divider {
    height: 131px;
  }
}
/* General rules */
#indexslide .content .slide .contentslide.wl {
  background: #00000050;
}
#wrapper {
  margin-top: 100px;
}

/* Product Page */
.productright {
  top: 85px;
}
.offer_showcase.cross {
  display: none;
}

/* Tawk.to */

/*  Search box rules  */

.wl .search {
  float: left;
  width: 29%;
  border-radius: 10px;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #eee;
  padding: 20px 0;
  display: inline;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  border: 1px solid #ccc;
  font-size: 0.9em;
}
.wl .search input {
  height: 30px;
  width: 100%;
  padding-left: 5%;
  background: #fff;
  text-align: left;
  border-color: #aaa;
}
.wl .search input#amount {
  padding-left: 0;
}
.wl .search select {
  width: 100%;
  height: 30px;
  background: #fff;
  border-color: #aaa;
}
.wl .search h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.wl .search h3 {
  margin: 5px 0;
  margin-top: 15px;
}
.wl .search .container {
  width: 85%;
}

/* Description Box */
.wl-seller-description .box-description {
  margin-top: -50px;
  padding-bottom: 30px;
}
.wl-seller-description img.logo {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  position: relative;
  top: 100px;
  left: calc(50% - 100px);
  object-fit: cover;
}
.wl-seller-description .content {
  box-sizing: border-box;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 20px;
  padding-top: 100px;
  text-align: justify;
  width: 100%;
  font-size: 0.9em;
}

/*  Product list rules */

.wl .product_list {
  float: right;
  width: 68%;
}
.offer_showcase.home.wl {
  padding-top: 0;
}
ul#agenzia_wl_content li {
  width: 46%;
  margin-right: 4% !important;
}
ul#agenzia_wl_content li:nth-child(2n + 2) {
  margin-right: 0 !important;
}
ul#agenzia_wl_content.list.offer_flipcard {
  margin-top: -10px;
}

/* Footer rules */

.powered {
  height: 60px;
  width: 80%;
  margin-left: 10%;
  float: left;
  background: center no-repeat;
  background-size: contain;
}
footer .box {
  width: 31.5%;
}
footer .box img {
  margin: 10px 0;
  width: 80%;
  max-width: 150px;
}

/* Product page */
.offer_showcase.cross .similar {
  display: none;
}
</pre></body></html>