/* popups css - ta pianei mono apo edw */
.manufacturer-details-view, .manufacturer-details-view .spacer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.manufacturer-details-view .manufacturer-image,
.manufacturer-details-view .manufacturer-url,
.manufacturer-details-view .manufacturer-description,
.manufacturer-details-view .manufacturer-product-link{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.manufacturer-details-view .manufacturer-image{order: 0;}
.manufacturer-details-view .manufacturer-product-link{order: 1;}
.manufacturer-details-view .manufacturer-description{order: 2;}
.manufacturer-details-view .manufacturer-url{order: 3;}

.manufacturer-details-view .manufacturer-image{
  height: 90px;
  max-width: 100%;
}
.manufacturer-details-view a,
.ask-a-question-view .submit input{
  margin:10px 0;
  border:1px solid #6d757e;
  color: #6d757e;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .6rem 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all .15s ease-in-out;
}

.manufacturer-details-view a:hover,
.ask-a-question-view .submit input:hover{
  background-color: #6d757e;
  border-color: #6d757e;
  color: #fff;
}

.ask-a-question-view > h1{
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.ask-a-question-view .product-summary {
  display: flex;
  flex-direction: column;
}

.ask-a-question-view .product-summary > div{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.ask-a-question-view .product-summary .product-image{
  /* height: 200px; */
}

.ask-a-question-view .askform{ border-collapse: separate;border-spacing: 0px 10px; }
.ask-a-question-view .askform td{position: relative;}
.ask-a-question-view .askform .formError{display: none !important;}
.ask-a-question-view .askform .formError + input,
.ask-a-question-view .askform .formError + textarea {
  border-color: red !important;
}
.ask-a-question-view .askform input,
.ask-a-question-view .askform textarea,
.ask-a-question-view .submit input{
  width: 100%;
}

.ask-a-question-view .submit input.counter{
  all: unset;
}

.ask-a-question-view .submit input.counter,
.ask-a-question-view .submit label[for='counter']{
  display: none;
  font-size: 14px;
  color: #6d757e;
}

#fancybox-title-inside{display: none;}

.ask-a-question-view #askform{
  display: flex;
  flex-direction: column;
}

.ask-a-question-view .form-field label[for="name"],
.ask-a-question-view .form-field label[for="email"]{white-space: nowrap;}
/* end of popups css */

/* hide errors code */
.alert-message pre{display:none;}

/* reset pwd - remind user */
.com-users-reset.reset, .com-users-remind.remind {
  width: 700px !important;
  margin: 0 auto !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}
.com-users-reset.reset legend, .com-users-remind.remind legend {
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 30px !important;
}

iframe {
  width: 100%;
  background: #fff !important;
  padding: 5px;
  border-radius: 5px;
  margin: 12px 0 !important;
}
/* end reset pwd - remind user */

/* CUSTOM CSS FROM HERE */

