/* 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 */


/* CUSTOM CSS FROM HERE */
.mod-languages ul {list-style: none;}
.mod-languages img {min-width: 18px !important;}
.el-social-buttons-img {filter: grayscale(1)!important;}
.el-social-buttons-img:hover {filter: grayscale(0)!important;}

.list-inner.depth-ul-1 .link-name {text-wrap: auto;}
.product-description h3 {font-size: 1.15rem !important;}
.availability img {height: 20px !important;}
.vm-price-value span.PricesalesPrice {font-size: 1.22rem !important;}