body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 1.4rem;
}


img, object, video, embed {
  max-height: unset !important;
  max-width: 100%;
  height: auto !important;
}



.container {
  max-width: 1800px;
}

.col-lg-3,
.col-md-6,
.col-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}


/*.hp_img_link {
    max-width: 420px;
    margin:0 auto;
    display: block;
}*/

div.hp_img_label {
  display: block;
  width: 100%;
  position: relative;
  bottom: 20%;
  height: 20%;
  color: #fff;
  background-color: #000;
  opacity: 0.7;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  transition: .3s all ease;
  padding-top: 10px;
  /*     max-width: 420px; */
}

.hp_img_link:hover div.hp_img_label {
  bottom: calc(50% + 30px);
  transform: translateY(50%);
  background: #000;
  opacity: 0.9;
  transition: .3s all ease;
}



.nav-sections {
  background: #fff;
}

.navigation {
  background: #fff;
  border-top: 1px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
}

#reviews {
  display: none;
}

#additional {
  display: none;
}

@media (max-width:767px) {
  .page-header {
    /*         background-color: #274392;  */
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
  }


  /*     .nav-toggle::before { color: #fff; }    */
  .nav-toggle::before {
    color: #274392;
  }

  .minicart-wrapper .action.showcart::before,
  .block-search .label::before {
    line-height: 28px;
    /*         color: #fff; */
    color: #333;
    width: 35px;
  }



  .nav-sections-items {
    background: #274392;
  }

  .nav-sections {
    width: 280px;
    left: calc(-1 * (100% - 40px));

  }

  .nav-open .page-wrapper {
    left: 280px;
  }

  .nav-sections-item-title.active,
  .nav-sections-item-title {
    background: #274392;
    border: none;
    height: 50px;
    padding-top: 15px;
    color: #fff;
  }

  .nav-sections-item-title a {
    color: #fff;
  }

  .nav-sections-item-title a:hover {
    color: #fff;
  }

  .nav-sections-item-title:hover {
    background: #3171A5;
  }

  .nav-sections-item-title.active {
    background: #3171A5;
  }

  .nav-sections-item-content {
    height: 50px;
    padding-top: 15px;
    background-color: #fff;
    margin-top: 50px;
  }

  .navigation a {
    font-size: 1.2rem;
  }
}

.block-search,
.minicart-wrapper {
  margin-top: 32px;
}


.navigation .level0>.level-top {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.navigation .level0>.level-top:hover,
.navigation .level0>.level-top.ui-state-focus {
  color: #000;
  text-decoration: none;
  transition: .3s ease;
  text-transform: uppercase;
}

.navigation li:hover {
  background: #67c43d;
}

#search {
  border: 2px solid #274392;
}

.page-header .panel {
  color: #fff;
  background: #274392;
  font-family: 'PT Sans Narrow', sans-serif;
}

.header.panel>.header.links>li {

  font-size: 1.1rem;

}

.page-header .panel a {
  color: #cecaca;
  transition: .3s ease;
}

.page-header .panel a:hover {
  color: #fff;
  text-decoration: none;
  transition: .3s ease;
}

a {
  color: #274392;
}

a:hover {
  color: #272727;
  text-decoration: none;
  transition: .3s ease;
}

.nav-toggle:hover::before,
.block-search .label:hover::before,
.minicart-wrapper .action.showcart:hover::before {
  color: #c9c9c9;
}



.compare.wrapper {
  list-style-type: none;
}

small.copyright {
  text-align: left;
  max-width: 1800px;
  padding: 10px 0;
}





.newsletter-container {
  background: #274392;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px 0;
}

.newsletter-container h4 {
  font-size: 2.3rem;
  text-transform: uppercase;


}

.newsletter-container #newsletter {
  height: 50px;
  border: none;
  border-radius: 0px;
  padding-left: 50px;
}

.block.newsletter {
  margin-top: 10px;
  margin-bottom: 0;
}

.block.newsletter .field .control::before {
  font-size: 50px;
  line-height: 50px;
}

.newsletter-container button.subscribe {
  height: 50px;
  background: #212529;
  color: #fff;
  border: none;
}






.footer-icons {
  font-size: 3em;
  color: #274392;
  float: left;
  padding: 0 20px;
  min-height: 100px;
}

.footer-info {
  min-height: 100px;
}


.footer-info strong {
  text-transform: uppercase;
}

.footer-info p {
  margin-top: 10px;
}






.footer-links-container strong {
  text-transform: uppercase;
}

.footer-links-container p,
.footer-links-container ul.footer_links {
  margin-top: 10px;
}

.footer-links-container ul.footer_links li {
  padding-bottom: 5px;
}

.footer_social {
  padding-top: 20px;
}

.footer_social a {
  border-radius: 25px;
  font-size: 1.5rem;
  background: #f5f5f5;
  width: 35px;
  height: 35px;
  display: block;
  color: #272727;
  padding: 7px 10px;
  float: left;
  margin: 3px;
  transition: .3s all ease;
}

.footer_social a:hover {
  transition: .3s all ease;
  color: #fff;
  background: #274392;
}

.copyright-container {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.copyright-container .copyright {
  font-size: 1.5rem;
  line-height: 35px;
  background-color: #fff;
  color: #212529;
}

.footer-credit-cards {
  text-align: right;
}


.block-products-list .block-title strong {
  text-transform: uppercase;
}


.block.widget.block-products-list.grid {
  padding: 0 20px;
}

.product-items.widget-product-grid {
  text-align: center;
}

.page-layout-1column .block.widget .products-grid .product-item {
  width: 16.666%;
  margin: 0 10px;
}

.product-item .product-item-name {
  min-height: 65px;
}

.product-item-actions .tocart {
  background: #72da2f;
  border: 0;
}

.action.primary:hover {
  background: #274392;
  border: #274392;
}

.product.data.items>.item.title,
.product.data.items>.item.title a {
  min-height: 32px;
}

/*
.block-search .action.search::before {
    content: '\e615';
    font-family: 'luma-icons';
}

.product.data.items {
    margin: 0;
}

.product.data.items .item.title a::after,
.product.data.items .item.title.active a::after {
    content: '';
}*/

.block.newsletter .field .control::before {
  font-size: 32px;
}


.page-header .panel.wrapper {
  background-color: #274392;
}

.copyright-container {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width:979px) {

  .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 30%;
  }

  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
}


@media (max-width:659px) {

  .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 45%;
  }
}

@media (max-width:489px) {

  .page-products .product-item-info {
    width: 100%;
  }

  .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 95%;
  }

  .product-items {
    text-align: center;
  }
}

.product-item-actions,
.products-grid .product-item-info .product-item-inner {
  display: block;
}

.products-grid .product-item-inner {
  background: #fff;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}


.abs-visually-hidden-desktop-s,
.products-grid .product-item-info .product-item-inner,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  position: relative;
}

.product.data.items>.item.content {
  margin-top: 40px;
}

.product-info-price .price-box .price-container {
  font-size: 1em;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 1.3rem;
}

.action-auth-toggle {
  color: #fff;
}

.action-auth-toggle:hover {
  color: #fff;
  text-decoration: underline;
}




@media (max-width:360px) {

  .nav-toggle {
    left: 15px;
    top: 5px;
  }

}


.header .shipping-note {
  font-weight: bold;
  color: #274392;
  float: left;
  font-size: 2rem;
  font-style: italic;
  margin: 32px 0 0 25px;
}

@media (max-width:920px) {
  .header .shipping-note {
    display: none;
  }
}


span.more_tt {
  text-decoration: underline;
  font-size: 10px;
  cursor: pointer;
}

span.more_tt span.tt_text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px;
  background: #fff;
}

span.more_tt:hover span.tt_text {
  visibility: visible;
}








/* Move me to the main stylesheet before launch */
.page-title-wrapper.product {
  font-weight: bold;
  color: #274392;
}

.action.primary {
  background: #68c63c;
  border: 0;
}

.product-info-main .product-info-price {
  color: #68c63c;
}

div.hp_img_label {
  background-color: #72da2f;
  opacity: 1;
}

.hp_img_link:hover div.hp_img_label {
  background-color: #72da2f;
}

.block-products-list .block-title strong {
  font-weight: bold;
  font-size: 2em;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.breadcrumbs a {
  color: #274392;
}

.product-image-photo {
  max-width: 75%;
}


.product.info.detailed {
  clear: unset;
  float: left;
  width: 57%;
}

#product-attribute-specs-table th.label,
#product-attribute-specs-table td.data {
  width: 50%;
}


#product-options-wrapper div.additional_keys div.control {
  width: 60%;
}


#product-options-wrapper div.additional_keys label.coap-qty {
  float: left;
  margin: 5px 20px;
}

#product-options-wrapper div.additional_keys label.coap-qty span {
  font-weight: 400;
}


.header .callNow {
  float: right;
  margin: 16px 0 0 25px;
  font-weight: bold;
  color: #274392;
  font-size: 2rem;
}

/* Media Queries */
@media only screen and (max-width: 812px) {
  .header .callNow {
    float: none;
    margin: 0.5rem;
    color: #274392;
    text-align: center;
  }

  /*    .page-header {
        background:#0a003c;
    }*/
}


@media only screen and (max-width: 767px) {

  .columns .column.main {
    -webkit-flex-basis: unset;
    flex-basis: unset;
  }


  .hp_img_link .hp_img_label {
    max-width: 420px;
    margin: 0 auto;
  }

  .hp_categories {
    margin: 0 auto;
    text-align: center;
  }

  .catalog-product-view .product.media {
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .product.info.detailed {
    clear: both;
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {

  #product-attribute-specs-table td.data {
    width: 100%;
  }
}

@media only screen and (max-width: 499px) {
  span.more_tt {
    display: none;
  }
}

.gallery-placeholder {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  div.fotorama__stage__shaft {
    width: 300px;
    height: 300px;
  }
}

#top_bar {
  font-weight: bold;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 1px;
}



.logo {
  margin: -8px auto 5px 0;
}

.header.panel>.header.links {
  line-height: 25px;
}

#header_text_container {
  display: block;
  clear: both;
  width: 100%;
  font-weight: bold;
  color: #274392;
  font-size: 1.7rem;
  height: 40px;
}

#header_text_container #header_text_left {
  text-align: left;
  display: block;
  float: left;
}

#header_text_container #header_text_right {
  text-align: right;
  display: block;
  float: right;
}


@media only screen and (max-width: 767px) {
  #header_text_container {
    height: auto;
  }

  #header_text_container #header_text_left,
  #header_text_container #header_text_right {
    float: none;
    text-align: center;
    line-height: 1.8em;
    font-size: 1.5rem;
  }

  .logo {
    margin: -8px auto 5px 40px;
  }

  .nav-toggle {
    top: 35px;
  }
}


.block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: none;
}

body.catalog-product-view div.paypal-button,
body.catalog-product-view div.product-social-links {
  display: none;
}

.authorized-dealer {
  float: left;
  padding-left: 300px;
}

@media only screen and (max-width: 812px) {
  .authorized-dealer {
    max-width: 30%;
    height: auto;
    padding-left: 15px;
  }
}

#header_text_right .icon-container {
  float: left;
  padding: 3px 15px;
}





/* disclaimer popup */

.disclaimer-popup {
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index: 9999;
  background: #0008;
  place-items: center;
  text-align: center;
}

.disclaimer-popup .message {
  padding: 20px;
  background: white;
  width: 300px;
  font-weight: bold;
}




div.download-list {
    padding:20px 0;
}

div.download-list h2,div.download-list h3 {
    margin: 10px 0;
}

div.download-list a {
    display: block;
    padding:2px 0;
}





.category-top-content {
  padding-bottom:30px;
}


.more-info-link {
  text-decoration: underline !important;
  font-size: 10px;
  cursor: pointer;
  color: #212529 !important;
}


.social-links-container .social-link {
  display: inline-block;
  padding-right:15px;
}

.social-links-container .social-link:hover {
  opacity: 0.8;
}