@charset "UTF-8";
.top-search-ctn {
  color: #ef3e2c; }
  .top-search-ctn .language-form .language-select-ctn:after {
    color: #ef3e2c; }
  .top-search-ctn .search-form {
    border-color: #ef3e2c; }

.manufacturer-ctn {
  margin: 0 -85px;
  padding: 0; }
  @media (max-width: 767px) {
    .manufacturer-ctn {
      margin: 0 -25px; } }
  .manufacturer-ctn > .row {
    margin: 0;
    height: 100%; }
  .manufacturer-ctn .manufacturer-info-ctn {
    padding: 50px 85px;
    min-height: 100vh; }
    @media (max-width: 767px) {
      .manufacturer-ctn .manufacturer-info-ctn {
        padding: 50px 30px; } }

.manufacturer-breadcrumb {
  margin-bottom: 20px; }
  .manufacturer-breadcrumb ul {
    padding: 0; }
    .manufacturer-breadcrumb ul li {
      list-style-type: none;
      margin-right: 10px;
      font-size: 12px; }
      .manufacturer-breadcrumb ul li a {
        color: #ef3d4c; }
      .manufacturer-breadcrumb ul li:not(:last-child) {
        float: left; }
        .manufacturer-breadcrumb ul li:not(:last-child):after {
          font-weight: 700;
          content: '·';
          color: #ef3d4c;
          margin-left: 10px; }

.manufacturer-products-ctn {
  background: #f6f3f3;
  min-height: 100vh; }
  .manufacturer-products-ctn .products-list-ctn {
    margin-top: 90px !important; }
    .manufacturer-products-ctn .products-list-ctn .row {
      column-width: 23em; }

.manufacturer-info-ctn hr {
  width: 60%;
  border-top: 2px dashed #ef3d4c;
  margin-left: 0;
  margin-top: 25px;
  margin-bottom: 25px; }

.manufacturer-info-ctn h1 {
  font-size: 40px;
  line-height: 45px; }

.manufacturer-info-ctn .manufacturer-subtitle {
  font-size: 20px;
  color: #ef3d4c;
  margin-bottom: 25px; }

.manufacturer-info-ctn .fill-photo-ctn {
  width: 250px;
  padding-bottom: 250px;
  margin-bottom: 25px; }
