body {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 0;
  margin-bottom: 100px; }

.btn-primary {
  background-color: #0092d8;
  border-color: #0092d8;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }
  .btn-primary:hover {
    background-color: #0070a5;
    border-color: #0070a5; }

.color-red {
  color: #d12e26; }

h3 + p {
  margin-top: 0; }

p.small {
  font-size: 90%;
  line-height: 1.3; }

hr {
  border-top-color: #ccc; }

.nowrap {
  white-space: nowrap; }

.uppercase {
  text-transform: uppercase;
  /* ----------------------------------------------------- */
  /* -- CUSTOM ------------------------------------------- */
  /* ----------------------------------------------------- */ }

.custom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px; }
  .custom-header .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .custom-header .heading {
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    margin: 0 20px; }
    .custom-header .heading a {
      color: #000;
      text-decoration: none !important; }
  .custom-header .inquiry-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    .custom-header .inquiry-link .text {
      font-size: 14px;
      line-height: 1.1;
      font-weight: 600;
      text-transform: uppercase;
      text-align: right;
      padding-right: 10px; }
    .custom-header .inquiry-link .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      background: #0092d8;
      border-radius: 50%;
      color: #fff;
      font-size: 26px;
      -webkit-transition: all 0.15s ease-in-out 0s;
      transition: all 0.15s ease-in-out 0s; }
    .custom-header .inquiry-link:hover {
      color: #0070a5; }
      .custom-header .inquiry-link:hover .icon {
        background: #0070a5; }
  @media only screen and (max-width: 991px) {
  .custom-header {
    margin: 30px 0; }
    .custom-header .heading {
      font-size: 28px; } }
  @media only screen and (max-width: 767px) {
  .custom-header {
    margin: 15px 0; }
    .custom-header .logo img {
      width: 80px; }

    .custom-header .heading {
      font-size: 22px; }

    .custom-header .inquiry-link .text {
      font-size: 13px; }
      .custom-header .inquiry-link .icon {
        width: 40px;
        height: 40px;
        font-size: 20px; } }
  @media only screen and (max-width: 450px) {
  .custom-header {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .custom-header .logo img {
      margin-left: 0; }

    .custom-header .heading {
      grid-column: span 2;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      border-top: 1px solid #ddd;
      padding-top: 20px;
      margin: 20px 0 5px; }

    .custom-header .inquiry-link {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.content-box {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
  .content-box {
    padding: 15px; } }

.custom-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px; }
  .custom-footer .col {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 20px; }
    .custom-footer .col:nth-child(1), .custom-footer .col:nth-child(2) {
      border-right: 1px solid #d12e26; }
    .custom-footer .col.col-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 13px; }
      .custom-footer .col.col-flex .logo-wrapper {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 70px;
        margin-right: 20px; }
    .custom-footer .col p {
      margin-bottom: 0; }
    .custom-footer .col a {
      color: #d12e26; }
  @media only screen and (max-width: 1199px) {
  .custom-footer {
    grid-template-columns: 1fr; }
    .custom-footer .col {
      font-size: 13px;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .custom-footer .col:nth-child(1), .custom-footer .col:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #ddd; }
      .custom-footer .col.col-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left; } }
  @media only screen and (max-width: 550px) {
  .custom-footer .col.col-flex {
    display: block;
    text-align: center; }
    .custom-footer .col.col-flex .logo-wrapper {
      margin: 0 auto 20px; }

    .custom-footer .col p {
      margin-bottom: 0; }

    .custom-footer .col a {
      color: #d12e26; } }

.configurator-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .configurator-steps a {
    color: #000; }
  .configurator-steps .active {
    font-weight: 700; }
  .configurator-steps .divider {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px; }
    .configurator-steps .divider:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50%;
      height: 1px;
      background: rgba(0, 0, 0, .3);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.configurator-filtration .main-hint-image {
  border-radius: 6px;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
  .configurator-filtration .main-hint-image {
    margin-top: 30px; } }

.product-tiles, .accessory-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding-top: 20px;
  margin-top: 20px; }
  .product-tiles .tile, .accessory-tiles .tile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #000;
    text-align: center;
    padding: 10px; }
    .product-tiles .tile .tag, .accessory-tiles .tile .tag {
      position: absolute;
      top: 5px;
      right: 5px;
      background: #ddd;
      border-radius: 2px;
      font-size: 11px;
      line-height: 1;
      font-weight: 600;
      white-space: nowrap;
      text-transform: uppercase;
      padding: 3px 8px; }
    .product-tiles .tile .image, .accessory-tiles .tile .image {
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: contain;
      padding-top: 100%; }
    .product-tiles .tile .title, .accessory-tiles .tile .title {
      line-height: 1.2;
      font-weight: 700;
      margin-top: 15px; }
    .product-tiles .tile .description, .accessory-tiles .tile .description {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 14px;
      line-height: 1.2;
      margin-top: 5px; }
    .product-tiles .tile .button, .accessory-tiles .tile .button {
      background: #0092d8;
      border: 0;
      border-radius: 4px;
      color: #fff;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
      padding: 10px;
      margin-top: 15px;
      -webkit-transition: all 0.15s ease-in-out 0s;
      transition: all 0.15s ease-in-out 0s; }
      .product-tiles .tile .button:hover, .accessory-tiles .tile .button:hover {
        background: #0070a5; }
  @media only screen and (max-width: 1199px) {
  .product-tiles, .accessory-tiles {
    grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 991px) {
  .product-tiles, .accessory-tiles {
    grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 650px) {
  .product-tiles, .accessory-tiles {
    grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 450px) {
  .product-tiles, .accessory-tiles {
    grid-template-columns: 1fr; } }

.accessory-tiles {
  border-top: 0;
  padding-top: 0;
  margin-top: 0; }
  .accessory-tiles .tile .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .accessory-tiles .tile input {
      display: none; }
    .accessory-tiles .tile label {
      background: #fff;
      border: 1px solid #0092d8;
      border-radius: 4px;
      color: #0092d8;
      font-size: 14px;
      line-height: 1;
      font-weight: normal;
      text-transform: uppercase;
      padding: 10px;
      margin-top: 15px;
      margin-bottom: 0;
      cursor: pointer;
      -webkit-transition: all 0.15s ease-in-out 0s;
      transition: all 0.15s ease-in-out 0s; }
      .accessory-tiles .tile label .selected {
        display: none; }
      .accessory-tiles .tile label:hover {
        border-color: #0070a5;
        color: #0070a5; }
    .accessory-tiles .tile input:checked + label {
      background: #0092d8;
      color: #fff; }
      .accessory-tiles .tile input:checked + label .to-select {
        display: none; }
      .accessory-tiles .tile input:checked + label .selected {
        display: block; }

.info-box {
  background: #f8ea64;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px; }

.no-records {
  background: #d12e26;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px; }

.product-detail .image-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px; }

.table {
  background: #fff; }
  .table thead {
    font-weight: 600; }
    .table thead td {
      vertical-align: middle !important; }
    .table thead .set-number {
      font-size: 18px; }
    .table thead .divider {
      height: 30px;
      background: #eee; }
  .table img {
    min-width: 60px; }

.inner-table td:first-child {
  font-weight: 600; }
  .inner-table td:nth-child(2) {
    font-weight: normal;
    padding-left: 15px; }

.set-qty-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px; }
  .set-qty-wrapper label {
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0; }
  .set-qty-wrapper .form-control {
    max-width: 60px; }

.inquiry-form {
  /* ----------------------------------------------------- */
  /* -- CUSTOM - ADMIN ----------------------------------- */
  /* ----------------------------------------------------- */ }
  .inquiry-form label {
    font-weight: normal; }
  .inquiry-form .form-control {
    height: 40px; }
  .inquiry-form textarea {
    min-height: 120px;
    resize: vertical; }

.admin__wrap #productinquiries table table td {
  padding: 0; }
  .admin__wrap #productinquiries table table table td {
    border: 1px solid #000;
    padding: 2px 5px; }
    .admin__wrap #productinquiries table table table td:first-child {
      width: 1%;
      white-space: nowrap; }
