.form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):not(.qnt_add_cart), .form input[type="mail"], .form input[type="email"], .form input[type="password"], .form select, .form textarea {
  border-radius: 0;
  background: #fff;
  border: 1px solid #B5B5B7;
}
.form select {
  background: #fff url("/themes/srm/images/arrow-select.png") no-repeat calc(100% - 16px) center / 14px 8px;
}
h6 {
  font-size: 24px;
  font-weight: 400;
  margin: 48px 0 40px;
  text-transform: none;
}
.coldx .form .btn-default {
  float: right;
}
.coldx .btn-default {
  background: #213259;
  border-radius: 0;
  width: 178px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.form label {
  color: #353536;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
}
.coldx .form .col-xs-12 {
  margin-bottom: 24px;
}
.heading-results {
  position: relative;
  margin-bottom: 56px;
}
.heading-results h6 {
  display: inline-block;
  background: url("/themes/srm/images/ico-info.png") no-repeat right center / 18px;
  padding-right: 26px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 34px;
}
.heading-results small {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 420px;
  padding: 16px 40px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  z-index: 1;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.heading-results h6:hover small {
  opacity: 1;
  visibility: visible;
}
.results .btn-default,
.description-category .btn-default {
  float: right;
}
.description-category .btn-default {
  width: auto;
  padding: 0 24px;
}
.table-row {
  padding: 32px 40px 8px 40px;
}
.table-row:nth-child(2n+1) {
  background: #F5F5F5;
}
.table-row .col-xs-12 {
  margin-bottom: 32px;
}
.table-row label {
  font-size: 14px;
  font-weight: 700;
  color: #353536;
  margin: 0 0 8px;
}
.table-row p {
  font-size: 16px;
  margin: 0;
}
.coldx .btn-default.reset-filters {
  background: #fff;
  color: #213259;
  border: 2px solid #213259;
  line-height: 50px;
  margin-right: 24px;
}
.form label[for="title"],
.form label[for="free_search"] {
  background: url("/themes/srm/images/ico-info.png") no-repeat right center / 18px;
  padding-right: 26px;
}
.form label small {
  background: #fff;
  position: absolute;
  top: 36px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 11px 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  z-index: 1;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form label:hover small {
  opacity: 1;
  visibility: visible;
}
.description-short p {
  font-size: 16px;
}
.description-short p a {
  font-size: 16px;
  text-decoration: underline;
}
.description-archivio {
  padding: 0;
  background: #fff;
  margin-bottom: 0;
}
.description-archivio p:not(:first-of-type) {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .coldx .col-lg-3:nth-child(4n+5) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coldx .col-md-6:nth-child(2n+3) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coldx .col-sm-6:nth-child(2n+3) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .results .btn-default {
    margin-top: -10px;
  }
  .heading-results h6 {
	  position: relative;
  }
  .heading-results small {
    top: -15px;
    left: 100%;
    min-width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .coldx .btn-default.reset-filters {
    clear: both;
    margin-top: 24px;
    margin-right: 0;
  }
}