/* Home page start */
.filter-options-title {
  word-break: normal;
}
@media (min-width: 768px) {
  .page-layout-2columns-left .sidebar-main {
    width: 25% !important;
    float: left;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (min-width: 768px) {
  .page-layout-2columns-left .column.main {
    width: 75% !important;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
}
h2.accesories-title {
  margin-left: 4rem;
  font-weight: bold;
}
ul.one-accessories {
  list-style-type: none;
  max-width: 500px;
}
ul.one-accessories li {
  display: block;
  background: #f8f8f8;
  border: thin solid #eaeaea;
  padding: 5px;
}
ul.one-accessories li div.col.label {
  font-size: 14px;
  font-weight: bold;
}
ul.one-drawings li {
  float: left;
  display: inline-block;
  margin: 10px;
}
ul.one-drawings li h3 {
  font-size: 15px;
  font-weight: bold;
}
ul.one-drawings li div.image-container {
  border: #f4f4f4 solid thin;
  padding: 15px;
}
ul.one-drawings li img {
  border: #9c9c9c solid 1px;
}
.one-drawings h2 {
  font-weight: bold;
}
.one-product-attributes-table,
.one-product-attributes-accessories {
  max-width: 700px;
}
.one-product-attributes-table h2,
.one-product-attributes-accessories h2 {
  font-weight: bold;
}
.one-product-attributes-table table,
.one-product-attributes-accessories table {
  width: 100%;
}
.one-product-attributes-table table tr:nth-child(odd),
.one-product-attributes-accessories table tr:nth-child(odd) {
  background: #f2f2f2;
}
.one-product-attributes-table table th,
.one-product-attributes-accessories table th,
.one-product-attributes-table table td,
.one-product-attributes-accessories table td {
  border: #e9e9e9 thin solid;
}
.product-item-actions {
  display: none;
}
.product.data.items > .data.item.title {
  margin: 0px;
}
.product.data.items > .data.item.title a.data.switch {
  color: #37383b ;
  text-decoration: none;
  font-weight: 100;
}
@media all and (min-width: 768px) {
  .product-info-main .one-product-application-container h3 {
    font-weight: bold;
  }
  .product-info-main .one-product-application-container table {
    margin-left: -10px;
    border-spacing: 10px;
    border-collapse: separate;
    list-style-type: none;
    padding: 1px;
    width: 50%;
  }
  .product-info-main .one-product-application-container table caption {
    font-weight: bold;
  }
  .product-info-main .one-product-application-container table tr td {
    border: none;
    text-align: center;
    margin: 1px;
    background: #f2f2f2;
  }
  .product-info-main .one-attributes .one-product-attributes-table h2,
  .product-info-main .one-product-application-container .one-product-attributes-table h2 {
    font-weight: 100;
  }
  .product-info-main .one-attributes .one-product-attributes-table th:after,
  .product-info-main .one-product-application-container .one-product-attributes-table th:after {
    content: ': ';
  }
  .product-info-main .one-attributes .one-product-attributes-table td,
  .product-info-main .one-product-application-container .one-product-attributes-table td,
  .product-info-main .one-attributes .one-product-attributes-table th,
  .product-info-main .one-product-application-container .one-product-attributes-table th {
    border: none;
    padding: 2px;
    font-weight: 100;
  }
  .product-info-main .one-attributes .one-product-attributes-table tr,
  .product-info-main .one-product-application-container .one-product-attributes-table tr {
    background: none;
  }
  .product-info-main .one-contact-us-button-container {
    margin: 41px 0 41px 0;
  }
  .product-info-main .one-contact-us-button-container a#one-contact-us-a {
    display: block;
    width: 220px;
    background: #66b7c3;
    color: white !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    margin: 5px 1px 5px 1px;
    padding:12px 10px;
  }
  .product-info-main .product-info-stock-sku {
    display: block;
    text-align: inherit;
    padding-left: 0px;
  }
  .product-info-main .product-info-stock-sku .stock.available {
    float: right;
    margin-right: 230px;
    font-weight: 100;
    text-transform: none;
  }
  .product-info-main .product-info-stock-sku .product.attribute.sku {
    float: left;
    font-size: 12px;
  }
  .product-info-main .product-info-price {
    border-bottom: none;
  }
  .product-info-main .one-product-title {
    font-weight: bold;
    font-size: 32px;
  }
  .catalog-product-view .product-options-bottom {
    display: none;
  }
  .one-contact-form {
    display: none;
  }
  .filter-options-title.one-category {
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 10px 20px;
  }
  .filter-options-content.one-category .item {
    box-sizing: border-box;
    background: #fcfcfc;
    border-bottom: 1px solid #d1d1d1;
    line-height: 1em;
    padding: 10px;
    margin: 0px -10px 0px -10px;
  }
  .filter-options-content.one-category .item:first-child {
    margin-top: -10px;
  }
  .filter-options-content.one-category .item.active {
    text-decoration: underline;
    background: #f2f2f2;
  }
}
