html {
  font-size: 100%; }

body {
  color: #013253;
  font-weight: 400; }

.alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px; }

.alignright {
  float: right; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  color: #013253; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

.content,
.tab-content {
  line-height: 1.5; }
  .content p,
  .tab-content p {
    font-size: 1rem;
    color: #013253;
    margin-bottom: 1.5rem; }
  .content ul:not([class]),
  .tab-content ul:not([class]) {
    list-style: none;
    list-style-type: none !important;
    padding-left: 0;
    margin-bottom: 1.5rem; }
    .content ul:not([class]) > li,
    .tab-content ul:not([class]) > li {
      position: relative;
      padding-left: 1.5rem;
      margin-bottom: 1rem; }
      .content ul:not([class]) > li:first-child,
      .tab-content ul:not([class]) > li:first-child {
        margin-top: 0; }
      .content ul:not([class]) > li:last-child,
      .tab-content ul:not([class]) > li:last-child {
        margin-bottom: 0; }
      .content ul:not([class]) > li::before,
      .tab-content ul:not([class]) > li::before {
        content: "";
        position: absolute;
        background-color: #0091a8;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        top: 9px;
        left: 0; }
      .content ul:not([class]) > li > ul,
      .tab-content ul:not([class]) > li > ul {
        margin-top: 0.75rem;
        margin-bottom: 0; }
        .content ul:not([class]) > li > ul > li,
        .tab-content ul:not([class]) > li > ul > li {
          margin-bottom: 0.5rem; }
          .content ul:not([class]) > li > ul > li::before,
          .tab-content ul:not([class]) > li > ul > li::before {
            content: "";
            background-color: #0091a8;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            top: 9px; }
          .content ul:not([class]) > li > ul > li > ul > li::before,
          .tab-content ul:not([class]) > li > ul > li > ul > li::before {
            background-color: #fff;
            border: 2px solid #0091a8; }
  .content ol:not([class]),
  .tab-content ol:not([class]) {
    counter-reset: li;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem; }
    .content ol:not([class]) > li,
    .tab-content ol:not([class]) > li {
      position: relative;
      padding-left: 1.5rem;
      margin-bottom: 1rem; }
      .content ol:not([class]) > li:first-child,
      .tab-content ol:not([class]) > li:first-child {
        margin-top: 0; }
      .content ol:not([class]) > li:last-child,
      .tab-content ol:not([class]) > li:last-child {
        margin-bottom: 0; }
      .content ol:not([class]) > li::before,
      .tab-content ol:not([class]) > li::before {
        content: counters(li, ".") ". ";
        counter-increment: li;
        position: absolute;
        left: 0; }
      .content ol:not([class]) > li > ol,
      .tab-content ol:not([class]) > li > ol {
        margin-top: 0.75rem;
        margin-bottom: 0; }
        .content ol:not([class]) > li > ol > li,
        .tab-content ol:not([class]) > li > ol > li {
          padding-left: 2rem; }
      .content ol:not([class]) > li > ul,
      .tab-content ol:not([class]) > li > ul {
        margin-top: 0.75rem; }
        .content ol:not([class]) > li > ul > li::before,
        .tab-content ol:not([class]) > li > ul > li::before {
          content: "";
          background-color: #0091a8;
          border-radius: 50%;
          width: 5px;
          height: 5px;
          top: 9px; }
  .content img,
  .tab-content img {
    max-width: 100%;
    height: auto; }
  .content iframe,
  .content embed,
  .tab-content iframe,
  .tab-content embed {
    width: 100%;
    border: none !important; }
  .content figure,
  .tab-content figure {
    float: none; }
  .content figcaption,
  .tab-content figcaption {
    font-weight: 600;
    font-style: italic;
    margin-top: 12px;
    font-weight: 0.9375rem; }

.root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

#wrapper {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-shadow: inset 0 8px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 8px 10px 0px rgba(0, 0, 0, 0.1); }

#header .header-nav {
  margin-bottom: 8px;
  max-height: 10000px;
  border-bottom: none; }

#header .header-top {
  padding-bottom: 16px; }

.header-nav-left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0; }

#_desktop_logo {
  margin-right: 32px; }
  #_desktop_logo h1 {
    margin: 0; }
  #_desktop_logo img.logo {
    max-width: 100%;
    width: 120px; }

#header .header-nav .search-widget {
  margin-top: 0; }

.search-widget form input[type=text] {
  border: none;
  color: #888;
  font-size: 14px;
  border: 1px solid #e3e3e3; }

.header-nav-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.user-info {
  font-size: 0.8rem; }

#header .header-nav .cart-preview {
  font-size: 0.8rem; }

#header .header-nav .cart-preview.active {
  background: #0091a8; }

#footer {
  background: #f5f5f5;
  border-top: 1px solid #e3e3e3; }

.footer-container {
  background: #dfdfdf;
  -webkit-box-shadow: none;
          box-shadow: none; }

.block-newsletter-condition-text {
  font-size: 11px;
  line-height: 1.4; }

#header .header-top .menu {
  padding: 0;
  margin: 0;
  display: inline-block; }

#header .menu > ul {
  margin: 0; }

#header .menu > ul > li {
  display: inline-block;
  position: relative; }

#header .header-top a[data-depth="0"] {
  color: #013253;
  text-transform: uppercase;
  font-size: 0.85rem; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #363a42;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.top-menu .sub-menu {
  -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: .9375rem;
  width: 300px;
  min-width: 0;
  z-index: 18;
  display: none;
  position: absolute;
  left: 0;
  top: 100%; }

.pagination-left-ext {
  font-size: 0.8rem; }

.breadcrumb {
  margin-bottom: 32px; }
  .breadcrumb ol li {
    padding: 0; }
    .breadcrumb ol li:before {
      display: none; }
  .breadcrumb a {
    font-size: 0.7rem;
    color: #777 !important; }
    .breadcrumb a:hover {
      color: #0091a8 !important; }

#wrapper .breadcrumb li:after {
  content: "/";
  color: #7a7a7a;
  margin: .3125rem;
  font-size: 0.6rem; }

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
  opacity: 0; }

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
  #products .thumbnail-container:hover,
  .featured-products .thumbnail-container:hover,
  .product-accessories .thumbnail-container:hover,
  .product-miniature .thumbnail-container:hover {
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1); }

.product-flags li.product-flag {
  background: #0091a8;
  font-size: 0.8rem; }

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  color: #013253;
  font-weight: 700;
  text-align: center; }

.product-title {
  margin-bottom: 8px; }

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  color: #013253;
  font-size: .875rem; }

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  height: 360px; }

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
  height: calc(100% - 115px); }

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: relative;
  height: auto; }

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  text-transform: none; }

.add_wrap {
  margin-top: 10px; }

.add-prod-btn {
  width: 100px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  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;
  cursor: pointer;
  color: #0091a8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff; }
  .add-prod-btn i {
    font-size: 12px;
    margin-right: 10px; }
  .add-prod-btn span {
    font-size: 12px;
    font-weight: 700; }
  .add-prod-btn:hover {
    background-color: #0091a8;
    color: #fff; }

.products-section-title {
  color: #013253;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 32px 0 32px !important; }
  .products-section-title::after {
    display: block;
    content: '';
    background-color: #0091a8;
    width: 60px;
    height: 3px;
    margin: 16px auto 0; }

.all-product-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn {
  font-size: 0.8rem; }

.btn-primary {
  color: #fff;
  background-color: #0091a8; }

.add-to-cart {
  background-color: #f9a13d; }
  .add-to-cart:hover, .add-to-cart:active, .add-to-cart:visited, .add-to-cart:focus {
    background-color: #e0851c !important; }

.form-control {
  background: #f1f1f1;
  color: #888;
  border: 1px solid #e3e3e3;
  padding: .5rem 1rem; }

.input-wrapper input {
  border: 1px #e3e3e3 solid; }

.dropdown-menu {
  font-size: 0.7rem; }

.social-sharing li {
  margin: 0;
  margin-right: .5rem; }

#product #content {
  margin: 0; }

.product-cover img {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07); }

.product-prices .current-price {
  font-size: 1.8rem; }

.product-price {
  color: #0091a8;
  display: inline-block; }

.product-add-to-cart .control-label {
  color: #888; }

.tabs .nav-tabs .nav-link.active {
  color: #0091a8; }

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #0091a8; }

.tabs {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07); }

.tabs .tab-pane {
  padding-top: 2.25rem; }

.block-category {
  min-height: 0; }
  .block-category h1.h1 {
    margin-bottom: 16px; }

.block-categories {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
  margin-left: -15px; }

.block-categories a {
  color: #013253; }
  .block-categories a:hover {
    color: #0091a8; }

.block-category .block-category-inner #category-description p {
  color: #013253; }

.block-categories .category-sub-menu li[data-depth="0"] > a {
  font-weight: 400;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  display: inline-block;
  margin: .5rem 0 0;
  padding-bottom: .4rem;
  font-size: 0.9rem; }

.block-categories .collapse-icons {
  top: 5px; }

#pagenotfound .page-not-found,
#products .page-not-found {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  margin: 0; }

#search_filters, #search_filters_brands, #search_filters_suppliers {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 1.563rem;
  background: #fff;
  padding: 1.563rem 1.25rem; }

.sort-by {
  font-size: 0.7rem;
  line-height: 1.1; }

.products-sort-order .select-title {
  padding: .5rem;
  border: 1px solid #e3e3e3;
  font-size: 0.8rem;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07); }

.products-sort-order .select-list:hover {
  background-color: #0091a8; }

.page-authentication #content {
  max-width: 640px;
  margin: 0; }

.page-addresses .address,
.page-authentication #content {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07); }

.no-account a,
.forgot-password a {
  font-size: 0.8rem; }
  .no-account a:hover,
  .forgot-password a:hover {
    text-decoration: underline;
    color: #013253; }

.card {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  border-color: #e3e3e3; }
  .card .separator {
    border-color: #e3e3e3; }

/*# sourceMappingURL=main.css.map */
