﻿.form-control-blue {
  background-color: #252c47;
  border-radius: 0;
  border: none;
  color: #fff !important; }
  .form-control-blue::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .form-control-blue::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .form-control-blue:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .form-control-blue:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .form-control-blue:focus {
    background: inherit !important; }

.form-control-semiblack {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 0;
  border: none;
  width: 80% !important;
  color: #fff !important; }
  .form-control-semiblack::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .form-control-semiblack::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .form-control-semiblack:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .form-control-semiblack:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .form-control-semiblack:focus {
    background-color: rgba(0, 0, 0, 0.05); }

.form-control-textarea {
  min-height: 150px !important; }

.custom-dropdown--large {
  font-size: 1.5em; }

.custom-dropdown--small {
  font-size: .85em; }

.custom-dropdown__select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: .5em;
  /* add some space*/
  margin: 0;
  /* remove default margins */ }

.custom-dropdown__select--white {
  background-color: #252c47;
  color: #fff; }

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .custom-dropdown__select {
    padding-right: 30px;
    /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .custom-dropdown__select:focus {
      border: none !important;
      outline: none !important; }
  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none; }
  .custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    color: #2c408e;
    height: 20px;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em; }
  .custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0; }
  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3); }
  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(255, 255, 255, 0.9); }
  /* White dropdown style */
  .custom-dropdown--white::before {
    background-color: #252c47;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .custom-dropdown--white::after {
    color: rgba(255, 255, 255, 0.9); }
  /* FF only temp fix */
  @-moz-document url-prefix() {
    .custom-dropdown__select {
      padding-right: .9em; }
    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em; }
    .custom-dropdown--small .custom-dropdown__select {
      padding-right: .5em; } } }

.btn-contactform {
  margin-right: 20%; }

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 75%; }

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.top-bar {
  height: 50px;
  background-color: #1c2031;
  padding: 10px 0; }

.hero-section {
  min-height: 95vh;
  height: auto;
  overflow: hidden;
  background: url(../images/placeholder-bg.png) no-repeat center bottom;
  background-size: 100% 100%; }

.navbar {
  min-height: 80px !important; }

.jumbotron {
  height: calc(100vh - 110px);
  background: none; }
  .jumbotron .label-t {
    display: block;
    font-family: 'Noto Sans';
    font-size: 32pt;
    font-weight: bold;
    color: #005397;
    margin-top: 40px; }
  .jumbotron .label-st {
    display: block;
    font-family: 'Noto Sans';
    font-size: 18pt;
    color: #fff;
    margin-top: 10px; }

.company-profile {
  min-height: 90vh;
  height: auto;
  padding: 1px;
  width: 100%; }
  .company-profile .company-profile_label {
    margin-top: 15px;
    font-size: 22pt;
    font-family: Roboto;
    font-weight: 100;
    color: #005397;
    display: inline-block;
    position: relative; }
    .company-profile .company-profile_label::after {
      content: '';
      position: absolute;
      height: 2px;
      background-color: #df3124;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0; }
  .company-profile .company-profile_text {
    margin-top: 40px;
    font-family: 'Noto Sans';
    color: #0c3934;
    font-size: 11pt;
    white-space: pre-line; }
  .company-profile .company-profile_photo {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 125px auto;
    transition: all 500ms ease; }
    .company-profile .company-profile_photo:hover {
      transform: scale(1.15); }

.cta {
  background: url(../images/placeholder-bg2.png) no-repeat center/cover;
  background-attachment: fixed;
  height: 130px;
  display: flex;
  align-items: center; }
  .cta span {
    color: #f8ebee;
    font-size: 14pt;
    font-family: 'Noto Sans'; }
  .cta .btn {
    width: 120px !important; }

.products {
  min-height: 80vh;
  height: auto;
  background: url(../images/products-bg.png) repeat;
  background-size: 80% auto;
  background-attachment: fixed;
  padding: 1px; }
  .products::after {
    display: table;
    clear: both;
    content: ''; }
  .products .products_label {
    margin-top: 25px;
    font-size: 22pt;
    font-family: Roboto;
    font-weight: 100;
    color: #005397;
    display: inline-block;
    position: relative;
    height: 130px; }
    .products .products_label::after {
      content: '';
      position: absolute;
      height: 2px;
      background-color: #df3124;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0; }
  .products .grid {
    width: 100%; }
    .products .grid .col-md-3 {
      margin-bottom: 40px; }

.imgcaption {
  display: inline-block;
  position: relative;
  margin: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.7s ease-in-out; }
  .imgcaption:hover {
    background: transparent; }

.imgcaption img {
  display: block;
  max-height: 300px;
  height: 300px;
  transition: transform 0.7s ease-in-out; }

.imgcaption:hover img {
  transform: translateY(100%); }

.imgcaption::before,
.imgcaption::after {
  position: absolute;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.7s ease-in-out;
  z-index: -1; }

.imgcaption::before {
  content: attr(data-title);
  height: 25%;
  background: #c0e2ff;
  color: #0c3934;
  font-family: Roboto;
  font-weight: 100;
  font-size: 20px;
  padding: 20px; }

.imgcaption::after {
  content: attr(data-description);
  top: 25%;
  height: 75%;
  white-space: pre-wrap !important;
  background: #e2f1fe;
  font-family: 'Noto Sans';
  color: #df3124;
  font-size: 14px;
  padding: 20px; }

.imgcaption:hover::before,
.imgcaption:hover::after {
  transform: translateY(0%);
  z-index: 1; }

.contact {
  min-height: 90vh;
  height: auto;
  background: url(../images/contact-bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 1px; }
  .contact .contact_label {
    margin-top: 25px;
    position: absolute;
    font-size: 22pt;
    font-family: Roboto;
    font-weight: 100;
    color: #fff;
    display: inline-block;
    position: relative; }
    .contact .contact_label::after {
      content: '';
      position: absolute;
      height: 2px;
      background-color: #df3124;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0; }
  .contact img {
    max-width: 100%;
    width: auto;
    margin-left: 70px; }
  .contact .form {
    margin-top: 40px; }

.blueBg {
  background-color: #f5fbff; }

.taurusBg {
  background: #fff;
  background-size: 100% auto;
  background-position: center top;
  background-attachment: fixed; }

.page--title {
  background: linear-gradient(45deg, #e03528 0%, #f87a1d 70%);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page--title--transparent {
    background: none !important; }
  .page--title span {
    color: #fff;
    font-family: 'Noto Sans';
    font-size: 30pt;
    font-weight: bold; }

.title-section {
  height: 350px;
  background: url(../images/contact-bg.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden; }

.title-wrapper {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .title-wrapper span {
    color: #fff;
    font-family: 'Noto Sans';
    font-size: 24pt;
    font-weight: bold; }

.footer-links {
  min-height: 425px;
  height: auto;
  padding-bottom: 20px;
  background-color: white; }
  .footer-links h5 {
    color: #005397;
    font-family: 'Noto Sans';
    font-weight: bold;
    margin: 32px 0 30px 0; }

.mark-footer {
  margin: 32px 0 30px 0;
  max-width: 210px;
  width: auto; }

.addr {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .addr li {
    min-height: 60px;
    height: auto;
    width: 100%;
    margin: 10px 0;
    display: flex; }
    .addr li label {
      display: flex;
      flex: 0.5;
      align-items: center;
      justify-content: flex-start; }
      .addr li label i {
        font-size: 40px;
        color: #a3cdf6; }
    .addr li span {
      display: flex;
      flex: 4;
      align-items: center;
      white-space: pre-line;
      font-family: 'Noto Sans';
      color: #0c3934; }

.footer-categories a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #0c3934;
  font-size: 13pt;
  font-family: 'Noto Sans'; }
  .footer-categories a:hover {
    text-decoration: none !important;
    color: #071b19; }

.footer-copyright {
  min-height: 90px;
  height: auto;
  text-align: center;
  background-color: #1c2031; }
  .footer-copyright span {
    font-family: 'Noto Sans';
    line-height: 90px;
    margin: 0 auto;
    color: #fff; }

.form-footer {
  margin-top: 60px; }
  .form-footer .form-group {
    width: 90% !important; }

.btn-custom-blue {
  color: #fff;
  background-color: #186c9c;
  border-color: #14567b; }

.btn-custom-blue:hover {
  color: #fff;
  background-color: #124765;
  border-color: #0f3a52; }

.btn-custom-blue:focus, .btn-custom-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-custom-blue.disabled, .btn-custom-blue:disabled {
  color: #fff;
  background-color: #186c9c;
  border-color: #186c9c; }

.btn-custom-blue:not(:disabled):not(.disabled):active, .btn-custom-blue:not(:disabled):not(.disabled).active,
.show > .btn-custom-blue.dropdown-toggle {
  color: #fff;
  background-color: #186c9c;
  border-color: #14567b; }

.btn-custom-blue:not(:disabled):not(.disabled):active:focus, .btn-custom-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.personnel {
  height: 650px; }

.spacer {
  height: 80px; }

.personnel-table {
  width: 100%;
  font-size: 11pt; }
  .personnel-table tr {
    line-height: 35px; }
    .personnel-table tr td {
      font-family: 'Noto Sans'; }
      .personnel-table tr td:nth-child(1) {
        width: 60%;
        font-weight: bold;
        color: #0c3934; }
        .personnel-table tr td:nth-child(1)::after {
          content: ':'; }
      .personnel-table tr td:nth-child(2) {
        width: 40%;
        color: #186c9c; }

.my-contact {
  margin: 40px 0; }

.contact-page {
  height: 2000px; }

.contact-heading {
  margin-top: 100px;
  font-size: 30pt;
  background: linear-gradient(180deg, #e03528 0%, #f87a1d 70%);
  font-family: Roboto;
  font-weight: 100;
  color: #e03528;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }
  .contact-heading i {
    font-size: 75pt;
    position: relative;
    top: 25px;
    margin-right: 45px; }
    .contact-heading i::before {
      background: linear-gradient(180deg, #e03528 0%, #f87a1d 70%);
      color: #e03528;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }

.contact-form {
  width: 80%;
  height: 550px;
  background-color: #fff;
  border-radius: 10px;
  margin: 90px auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12); }
  .contact-form .contact-form__form {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0; }
    .contact-form .contact-form__form .input-group-text {
      position: relative;
      width: 40px;
      background: linear-gradient(45deg, #186c9c 0%, #5f2f7e 100%); }
      .contact-form .contact-form__form .input-group-text i {
        color: #fff;
        margin: 0 auto; }
    .contact-form .contact-form__form .form-control {
      line-height: 30px !important; }

.contact-addresses {
  width: 80%;
  height: 580px;
  background-color: #fff;
  border-radius: 10px;
  margin: 90px auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  position: relative; }

.address-main {
  width: 50%;
  height: 100%;
  float: left; }

.address-secondary {
  width: 50%;
  height: 100%;
  float: left;
  background: linear-gradient(135deg, #186c9c 0%, #5f2f7e 100%);
  border-radius: 0 10px 10px 0; }

.address-urls {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(90deg, #f82c1d 0%, #f87a1d 100%);
  border-radius: 0 0 10px 10px;
  z-index: 1; }
  .address-urls::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #f82c1d 0%, #f87a1d 100%);
    transform-origin: top left;
    border-radius: 0 0 10px 10px;
    transform: skewY(-5deg);
    z-index: -1; }
  .address-urls span {
    position: relative;
    top: 10px;
    font-family: Roboto;
    font-weight: 100;
    color: #f8ebee;
    font-size: 22pt; }

.address-title {
  display: block;
  margin-top: 25px;
  font-family: Roboto;
  font-weight: 100;
  font-size: 30pt; }
  .address-title.address-title-blue {
    color: #186c9c; }
  .address-title.address-title-white {
    color: #fff; }

.addresses__row {
  width: 100%;
  height: 120px; }

.addresses__icon {
  width: 30%;
  height: 100%;
  float: left; }
  .addresses__icon i {
    font-size: 65px; }

.icons-lightblue i {
  color: #b3e5fc; }

.icons-darkblue i {
  color: #328ec3; }

.addresses__text {
  width: 70%;
  height: 100%;
  float: left;
  text-align: left !important;
  padding-top: 20px;
  font-size: 11pt;
  font-family: 'Noto Sans'; }
  .addresses__text.addresses__text-white {
    color: #fff; }
  .addresses__text.addresses__text-purple {
    color: #5f2f7e; }

@media (max-width: 575.98px) {
  .logo {
    width: 200px !important; }
  .cta span {
    font-size: 10pt !important; }
  .personnel {
    min-height: 650px;
    height: auto;
    margin-bottom: 100px; }
  .personnel-table {
    font-size: 9pt; }
  .footer-copyright span {
    line-height: 30px; }
  .product-wrapper {
    padding: 15px !important; }
  .product-card {
    min-height: 440px;
    height: auto; }
  .product-card_photo-wrapper {
    width: 100% !important;
    margin: 0 auto;
    float: none !important;
    position: static !important;
    text-align: center !important;
    padding: 30px 0; }
    .product-card_photo-wrapper a {
      margin: 0 auto; }
  .product-card_info-wrapper {
    width: 100% !important;
    left: 0 !important;
    text-align: center !important; }
    .product-card_info-wrapper .product-name {
      float: none !important;
      display: block !important; }
    .product-card_info-wrapper .product-info_row-ctg {
      float: none !important;
      text-align: center !important;
      margin: 20px auto !important; }
    .product-card_info-wrapper .product-info_row {
      float: none !important;
      text-align: center !important;
      margin: 0 auto !important; }
  .slider .slide .img-block .slide_caption {
    padding-left: 10px !important; } }

@media (max-width: 767.98px) {
  .taurusBg {
    background: url(../images/bg-landscape.jpg) no-repeat;
    background-size: 100% 1024px;
    background-position: center top;
    background-attachment: fixed; }
  .contact-page {
    min-height: 2200px;
    height: auto;
    margin-bottom: 50px; }
  .contact-form,
  .contact-addresses {
    width: 100%; }
  .contact-addresses {
    height: 860px; }
  .address-main, .address-secondary {
    box-sizing: border-box;
    width: 100%;
    height: 360px;
    border-radius: 0 !important;
    padding: 10px 0;
    float: none; }
  .address-secondary {
    height: 380px !important; }
  .address-urls {
    display: block;
    height: 140px; } }

@media (max-width: 991.98px) {
  html, body {
    position: relative; }
  .hero-section {
    min-height: 95vh;
    height: auto;
    overflow: hidden;
    background: url(../images/placeholder-bg.png) no-repeat center bottom;
    background-size: cover; }
  .container-lg {
    max-width: 900px !important; }
  .catalog {
    position: static; }
  .category-tree-wrapper {
    background: none !important; }
  .category-tree {
    z-index: 999;
    background-color: #131519;
    /*background:linear-gradient(45deg,#26de81 0%,#20bf6b 100%);*/
    min-height: 10px !important;
    height: auto;
    margin-top: 15px !important;
    padding: 10px !important;
    cursor: pointer;
    overflow-y: auto; }
    .category-tree span {
      margin-left: 10px;
      color: #fff;
      font-size: 13pt !important; }
      .category-tree span:after {
        content: attr(data-icon);
        font-family: "Ionicons";
        float: right;
        position: relative;
        padding: 0 10px;
        margin-right: 10px;
        background-color: #fff; }
    .category-tree a {
      background: none !important;
      box-shadow: none !important; }
    .category-tree .category-tree_container {
      padding-bottom: 20px;
      display: none;
      max-height: 500px !important;
      overflow: scroll !important;
      margin-left: 40px; }
      .category-tree .category-tree_container .badge:after {
        margin: 0 !important;
        padding: 0 !important; }
  .product-wrapper {
    border: none; }
  .toggler {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-family: Roboto;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    padding: 10px; }
    .toggler:focus {
      outline: none; }
  .menu-wrapper {
    display: none;
    position: absolute;
    background-color: #186c9c;
    width: 80%;
    top: 110px;
    right: 20px;
    z-index: 9999;
    min-height: 100px;
    height: auto; }
    .menu-wrapper #menu a {
      display: block;
      width: 100%;
      text-align: center; }
      .menu-wrapper #menu a:after {
        content: none; } }

/* -- Template 1 and basic styles --*/
.catalog {
  min-height: 200px;
  height: auto; }

.catalog-inner {
  min-height: 200px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  /*background-color:rgba(255,255,255,0.6);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
  border-radius: 20px; }

.category-tree {
  width: 100%;
  min-height: 400px;
  height: auto;
  max-width: 100%;
  padding: 24px;
  /*background-color:rgba(255,255,255,0.7);*/ }
  .category-tree .category-tree_heading {
    display: block;
    padding: 12px 0 12px 0;
    font-family: Roboto;
    font-weight: 100;
    font-size: 18pt;
    color: #fff; }
  .category-tree .category-tree_maincategory {
    display: block;
    padding: 15px 0;
    margin-left: 20px; }
    .category-tree .category-tree_maincategory a {
      font-family: 'Noto Sans';
      font-weight: bold;
      color: #f8ebee;
      cursor: pointer; }
      .category-tree .category-tree_maincategory a:hover {
        color: #ff7a47 !important;
        text-decoration: none; }
    .category-tree .category-tree_maincategory .badge {
      font-family: Roboto !important;
      font-size: 11pt !important; }
  .category-tree .category-tree-subcategory {
    display: block;
    padding: 10px 0; }
    .category-tree .category-tree-subcategory span {
      display: block;
      padding: 10px 0;
      font-family: Roboto;
      color: #ff7a47;
      cursor: pointer; }
      .category-tree .category-tree-subcategory span:hover {
        color: #000000 !important;
        text-decoration: none; }
    .category-tree .category-tree-subcategory a {
      display: block;
      padding: 5px 0;
      font-family: Roboto;
      color: #86787c;
      cursor: pointer; }
      .category-tree .category-tree-subcategory a:hover {
        color: #fff;
        text-decoration: none; }
  .category-tree .category-tree-subcategory-v {
    display: block;
    padding: 10px 0; }
    .category-tree .category-tree-subcategory-v span {
      display: block;
      font-family: Roboto;
      color: #005397;
      cursor: pointer; }
      .category-tree .category-tree-subcategory-v span:hover {
        color: #fff !important;
        text-decoration: none; }
    .category-tree .category-tree-subcategory-v > a {
      display: block;
      padding: 10px;
      font-family: Roboto;
      font-weight: 400;
      background: linear-gradient(45deg, #186c9c 0%, #005397 100%);
      color: #fff;
      cursor: pointer;
      transition: background 500ms ease; }
      .category-tree .category-tree-subcategory-v > a:hover {
        color: #000 !important;
        text-decoration: none; }

.category-footer-tree {
  width: 100%;
  margin: 10px 0;
  max-width: 100%;
  overflow-x: auto; }
  .category-footer-tree .category-footer-tree_heading {
    display: block;
    font-family: Roboto;
    font-weight: 100;
    font-size: 18pt;
    color: #fff; }
  .category-footer-tree .category-footer-tree_maincategory {
    display: block; }
    .category-footer-tree .category-footer-tree_maincategory span, .category-footer-tree .category-footer-tree_maincategory a {
      line-height: 35px !important;
      text-decoration: none;
      font-family: 'Noto Sans';
      font-weight: bold;
      font-size: 11pt;
      color: #0c3039;
      cursor: pointer; }
  .category-footer-tree .category-footer-tree-subcategory span {
    display: block;
    font-size: 9pt;
    font-family: Roboto;
    color: #0c3039;
    cursor: pointer; }
  .category-footer-tree .category-footer-tree-subcategory a {
    display: block;
    font-size: 9pt;
    font-family: Roboto !important;
    font-weight: 400 !important;
    color: #fff;
    cursor: pointer; }

.category-tree-wrapper {
  background-color: #131519; }

.product-wrapper {
  /*border-left:1px solid;
    border-color:rgba(0,0,0,0.12);*/
  padding-left: 40px; }

.category-tree_breadcrumbs_wrapper {
  width: 100%;
  height: 100px;
  margin-top: 40px;
  padding-top: 20px; }

.category-tree_breadcrumbs {
  float: right;
  font-size: 14pt;
  color: #0c3039;
  font-family: Roboto; }
  .category-tree_breadcrumbs span:nth-child(1) {
    color: #0c3039; }
  .category-tree_breadcrumbs span:nth-child(2) {
    color: #0c3039; }
  .category-tree_breadcrumbs span:nth-child(3) {
    color: #0c3039; }
  .category-tree_breadcrumbs span:nth-child(4) {
    color: #0c3039; }

.product-view {
  width: 100%; }

.product-card {
  position: relative;
  min-height: 250px;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  background-color: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.08);
  /*background: rgba(255,255,255,0.8);*/
  transition: background-color 500ms ease; }
  .product-card:hover {
    background-color: #e2eff7;
    color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .product-card::after {
    content: "";
    display: table;
    clear: both; }
  .product-card .product-card_photo-wrapper {
    width: 230px;
    float: left;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .product-card .product-card_photo-wrapper a:focus {
      outline: none; }
    .product-card .product-card_photo-wrapper a img {
      max-width: 150px;
      width: auto;
      margin-left: 30px; }
  .product-card .product-card_info-wrapper {
    width: calc(100% - 230px);
    min-height: 250px;
    height: auto;
    float: left;
    position: relative;
    left: 230px; }
    .product-card .product-card_info-wrapper .product-name {
      margin: 20px 35px 0 35px;
      float: right;
      text-align: right;
      font-family: 'Noto Sans';
      font-size: 12pt;
      font-weight: bold;
      color: #0c3039; }
    .product-card .product-card_info-wrapper .product-info_row-ctg {
      display: block;
      width: 100%;
      float: right;
      text-align: right;
      margin: 10px 35px;
      font-size: 10pt;
      font-family: 'Noto Sans';
      color: #131519; }
    .product-card .product-card_info-wrapper .product-info_row-code {
      display: block;
      width: 100%;
      float: right;
      text-align: right;
      margin: 0 35px 10px 35px;
      font-size: 11pt;
      font-family: 'Noto Sans';
      color: #186c9c; }
    .product-card .product-card_info-wrapper .product-info_row {
      display: block;
      width: 100%;
      min-height: 30px;
      height: auto;
      float: right;
      text-align: right;
      font-size: 11pt;
      margin: 10px 35px;
      font-family: 'Noto Sans';
      color: #186c9c; }
    .product-card .product-card_info-wrapper .product-info_row-webtext {
      display: block;
      width: 100%;
      min-height: 30px;
      height: auto;
      float: right;
      text-align: right;
      font-size: 10pt;
      margin: 10px 35px;
      font-family: 'Noto Sans';
      color: #0c3039; }

/* -- Template 2 (Disabled) -- */
/* -- @import "products_v2";--*/
/* -- Template 3 --
@import "products_v3";*/
