.site-content-contain {
  background-color: #f0f0f0;
}

.downloads .contents {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
}


.download-img, 
.download-name, 
.download .bottom-container {
  position: relative;
  float: left;
}

.download-img {
  width: 80%;
  height: 116px;
  left: 10%;
  margin: 36px 0px 28px 0px;
  background-image: url(../images/blank.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}


.download-img.with-img {
  border: 1px solid #e1e1e1;
  background-image: url(../images/blank.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.download-name {
  width: 86%;
  left: 7%;
  margin-bottom: 28px;
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #0091da;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}

.download .bottom-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 18px;
}



.download-type, 
.download-size {
  position: relative;
  float: left;
  font-family: "Gotham-Light";
  font-size: 14px;
  color: #3b3b3b;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
.download-size {
  margin-right: 14px;
}
.download-type {
  margin-left: 14px;
  text-transform: none;
}



.download-over {
  position: absolute;
  width: 104%;
  left: -2%;
  background-color: #0091da;
  display: none;
  box-shadow: 0 0 20px 3px rgba(138, 138, 138, .7);
  transition: all 0.6s cubic-bezier(.165,.84,.44,1);
}

.download-over .over-container {
  position: relative;
  float: left;
  width: 100%;
}

.download-over .over-container .name {
  margin: 42px 0px 24px 0px;
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}

.download-over .over-container .name, 
.download-over .over-container .description, 
.download-over .over-container .size, 
.download-over .over-container .bottom {
  position: relative;
  float: left;
  width: 86%;
  left: 7%;
}
.download-over .over-container .description {
  margin-bottom: 24px;
  opacity: 0.5;
  font-family: "Gotham-Light";
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
.download-over .over-container .size {
  font-family: "Gotham-Light";
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
.download-over .over-container .bottom {
  padding: 10px 0px;
  margin-top: 24px;
  border-top: 1px solid #b2def4;
}
.download-over .over-container .bottom span, 
.download-over .over-container .bottom i {
  position: relative;
  float: left;
}

.download-over .over-container .bottom span {
  width: calc(100% - 18px);
  font-family: "Gotham-Book";
  font-size: 17px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}


.download-over .over-container .bottom i {
  float: right;
  width: 18px;
  height: 24px;
  background-image: url(../images/download2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}










.facetwp-template {
	width:100%;
}
.facetwp-dropdown , .fs-label-wrap {
	border:2px solid #0091da !important;
	color:#0091da;
	appearance:none;
	-webkit-appearance:none;
	width:100%;
	height: 60px;
	background-color: #ffffff;
	border: 2px solid #0091da;
	padding: 0px 18px;
	line-height: 50px;
	background-image:url('https://www.midea.es/wp-content/uploads/2020/12/midea-chevron.png');
	background-repeat:no-repeat;
	background-position:95% 50%;
	background-size: 25px auto;
	border-radius:0;
}


.facetwp-type-fselect .fs-wrap {
  width: 100% !important;
}

.fs-dropdown {
  width: 93% !important;
}

.fs-option-label {
  color: #0091da !important;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #0091da !important;
}

.fs-arrow {
  visibility: hidden;
}


.download {
	position: relative;
	float: left;
	width: 23%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px 1% 36px 1%;
	background-color: #ffffff;
	border: 1px solid #a2a2a2;
}

.downloads {
	width: calc(100% + 20px);
	margin:0 -10px;
}


.facetwp-page:hover, .facetwp-page.active {
  background-color: #0091da !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.facetwp-page {
  position: relative;
  line-height: 36px;
  font-size: 20px;
  width:36px;
  height:36px;
  text-align: center;
  margin-left:10px;
  box-shadow: none !important;
}




@media (max-width: 767px) {
 .download {
      width: 100% !important;
  }
}






.form_popup_downloads {
  width: 100%;
  max-width: 650px;
  background: rgb(255, 255, 255);
  padding: 2em;
}

.form_popup_downloads .wpforms-submit {
  background: #0091da !important; 
  text-transform: uppercase !important;
  color: #fff !important;
  font-size: 15px !important;
  font-family: "Gotham-Book" !important;
  border: none !important;
  padding: 0 60px !important;
  height: 50px !important;
}

.form_popup_downloads .wpforms-submit-container {
  text-align: center;
}

.form_popup_downloads .wpforms-field-label-inline {
  font-size: 14px !important;
}
