/*
Google Fonts
font-family: 'Archivo Narrow';
font-family: 'Cabin';
font-family: 'Archivo Black';
font-family: 'Merriweather Sans';
*/
h1 {
  font-size: 38px;
  line-height: 41px;
  color: #02343b; }
  h1.section-header__title {
    text-transform: uppercase; }

.header-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  color: white !important;
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 6px 5px;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1;
  text-align: left;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  font-weight: 500; }

/* Tabs container */
.r-tabs {
  position: relative;
  /* Tab panel */ }
  .r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    /* Tab element */
    /* Tab anchor */
    /* Disabled tab */
    /* Active state tab anchor */ }
    .r-tabs .r-tabs-nav .r-tabs-tab {
      position: relative;
      background-color: #dedede; }
    .r-tabs .r-tabs-nav .r-tabs-anchor {
      display: inline-block;
      padding: 8px 9px 8px 8px;
      text-decoration: none;
      font-size: 14px;
      font-weight: bold;
      color: #02343b; }
    .r-tabs .r-tabs-nav .r-tabs-state-disabled {
      opacity: 0.5; }
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
      color: white;
      text-shadow: none;
      background-color: #034a55; }
  .r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none; }
    .r-tabs .r-tabs-tab:last-child .r-tabs-anchor {
      padding: 8px 11px 8px 10px; }
  .r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
    border: 1px solid #dedede;
    margin-top: 2px; }
    .r-tabs .r-tabs-panel.r-tabs-state-active {
      display: block; }
  .r-tabs .r-tabs-accordion-title {
    display: none;
    /* Accordion anchor */
    /* Active accordion anchor */
    /* Disabled accordion button */ }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
      display: block;
      position: relative;
      margin: 2px 0;
      padding: 10px;
      background-color: #dedede;
      color: #02343b;
      font-weight: bold;
      text-decoration: none;
      font-size: 16px; }
      .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        top: 5px;
        right: 20px; }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
      background-color: #034a55;
      color: white; }
      .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
        content: "\f0d8"; }
    .r-tabs .r-tabs-accordion-title .r-tabs-state-disabled {
      opacity: 0.5; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }
.btn.btn-primary {
  background-color: #b72c17;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 30px;
  padding: 8px 20px; }
.btn.btn-secondary {
  background-color: #128c47;
  position: relative;
  font-size: 23px;
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 8px;
  padding-bottom: 13px;
  padding-right: 60px;
  padding-top: 13px;
  min-width: 250px; }
  .btn.btn-secondary .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 32px; }
    .btn.btn-secondary .arrow .fa {
      position: absolute;
      top: 23%;
      right: 19px; }
  .btn.btn-secondary.btn-lg {
    padding-right: 77px;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 17px; }
    .btn.btn-secondary.btn-lg .arrow {
      font-size: 37px; }
      .btn.btn-secondary.btn-lg .arrow .fa {
        top: 30%; }
  .btn.btn-secondary strong, .btn.btn-secondary small, .btn.btn-secondary em {
    display: block;
    font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .btn.btn-secondary strong {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .btn.btn-secondary small {
    font-size: 14px;
    line-height: 1; }
  .btn.btn-secondary em {
    font-size: 13px;
    white-space: normal; }

.bar {
  background-color: #b72c17;
  color: white;
  line-height: 1;
  padding: 5px 20px;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul.mobile-nav a.mobile-nav__link:not(.mobile-nav__has-dropdown) {
  display: block; }
ul.mobile-nav .mobile-nav--expanded a {
  font-weight: bold;
  color: #106470; }
ul.mobile-nav ul.mobile-nav__sublist a.mobile-nav__link, ul.mobile-nav ul.mobile-nav__sublist .mobile-nav__toggle button {
  padding-top: 10px;
  padding-bottom: 10px; }
ul.mobile-nav ul.tierthree a.mobile-nav__link {
  padding-left: 60px; }
ul.mobile-nav ul.tierfour a.mobile-nav__link {
  padding-left: 80px; }

header.site-header {
  padding: 0; }
  header.site-header .wrapper .site-header__left {
    padding-bottom: 15px; }
  header.site-header .wrapper .site-header__logo {
    padding-top: 15px;
    padding-bottom: 10px; }
    header.site-header .wrapper .site-header__logo img {
      margin: auto;
      max-width: 80%;
      display: block; }
  header.site-header .wrapper .contact {
    color: #106470;
    font-size: 16px;
    text-align: right; }
    header.site-header .wrapper .contact a, header.site-header .wrapper .contact .fa {
      font-size: 24px;
      color: #106470;
      padding-left: 5px;
      padding-right: 5px; }
  header.site-header .header-row {
    background-color: #034a55;
    position: relative; }
    header.site-header .header-row:before {
      background-color: #02343b;
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%; }
    header.site-header .header-row .menu-button, header.site-header .header-row .search, header.site-header .header-row .phone.mobile {
      display: inline-block;
      vertical-align: middle; }
    header.site-header .header-row .menu-button {
      width: 15%;
      background-color: #b72c17; }
      header.site-header .header-row .menu-button button {
        display: block;
        text-align: center;
        color: white;
        margin: auto;
        padding-top: 8px;
        font-size: 10px; }
        header.site-header .header-row .menu-button button .fa {
          font-size: 34px;
          line-height: 23px;
          display: block; }
    header.site-header .header-row .search {
      display: none;
      padding-left: 3px;
      width: 74%; }
      header.site-header .header-row .search input[type="search"] {
        background-color: transparent;
        border-color: #819a9d;
        border-right: 0px;
        color: white; }
    header.site-header .header-row .phone.mobile {
      padding-left: 10px; }
      header.site-header .header-row .phone.mobile a {
        color: white;
        font-size: 16px; }
    header.site-header .header-row .cart {
      height: 47px;
      float: right; }
      header.site-header .header-row .cart a {
        display: inline-block;
        vertical-align: top;
        color: white;
        line-height: 47px;
        /*position: relative;
        top: 50%;
        transform: translateY(-50%);*/ }
        header.site-header .header-row .cart a.site-header__account-login {
          text-decoration: underline;
          padding-right: 8px;
          /*.account-welcome {
            max-width: 100px;
            line-height: 15px;
            font-size: 12px;
          }*/ }
        header.site-header .header-row .cart a.site-header__cart-toggle {
          background-color: #012c32;
          position: relative;
          padding-left: 10px;
          padding-right: 50px;
          height: 47px; }
          header.site-header .header-row .cart a.site-header__cart-toggle .fa {
            position: absolute;
            top: 4px;
            right: 10px;
            font-size: 40px; }
          header.site-header .header-row .cart a.site-header__cart-toggle .count {
            position: absolute;
            z-index: 1;
            top: -3px;
            left: 20px;
            font-size: 13px;
            text-align: center;
            width: 100%;
            line-height: 47px;
            color: red;
            font-weight: bold; }

.hero-wrapper {
  background-color: #106470;
  margin-top: 8px; }
  .hero-wrapper .left {
    text-align: right;
    background-size: cover; }
    .hero-wrapper .left .callout {
      max-width: 560px;
      display: inline-block;
      color: white;
      padding-top: 40px;
      padding-bottom: 40px;
      letter-spacing: 1.25px;
      line-height: 1; }
      .hero-wrapper .left .callout strong {
        font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 44px;
        display: block;
        padding-top: 13px;
        padding-bottom: 18px; }
      .hero-wrapper .left .callout em {
        font-size: 15px; }
      .hero-wrapper .left .callout p.cta {
        margin-top: 25px;
        margin-bottom: 0; }
        .hero-wrapper .left .callout p.cta a.btn {
          background-color: #b72c17; }
  .hero-wrapper .right {
    min-height: 125px; }

.featured-collections .grid__item a.grid__image {
  display: block;
  position: relative;
  max-width: 258px; }

.browse {
  text-align: center;
  margin-top: 30px; }
  .browse .btn:first-child {
    margin-bottom: 20px; }

.wrapper-home-tiles {
  background-color: #ccd5d6;
  padding: 60px 0; }
  .wrapper-home-tiles .block {
    background-color: #106470;
    padding: 24px 9px 10px 120px;
    position: relative;
    min-height: 276px;
    border: 2px solid #c2c2c2; }
    .wrapper-home-tiles .block:not(.testimonials) {
      margin-bottom: 20px; }
    .wrapper-home-tiles .block a.floatinglink {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 276px;
      display: block;
      z-index: 1; }
    .wrapper-home-tiles .block img.thumb {
      position: absolute;
      top: 10px;
      left: 10px; }
    .wrapper-home-tiles .block * {
      color: white; }
    .wrapper-home-tiles .block h3 {
      font-size: 22px;
      font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .wrapper-home-tiles .block p {
      font-style: italic; }
      .wrapper-home-tiles .block p.cta {
        margin-bottom: 0; }
        .wrapper-home-tiles .block p.cta a {
          font-weight: bold;
          text-decoration: underline;
          font-size: 16px; }

.collection.applications .grid__item .grid__image {
  position: relative;
  border: 1px solid #caccce; }
  .collection.applications .grid__item .grid__image h2 {
    font-size: 14px; }
.collection.applications .grid__item ul.subcollections {
  margin-left: 15px;
  margin-bottom: 40px; }
  .collection.applications .grid__item ul.subcollections li {
    margin-bottom: 5px;
    line-height: 1; }
    .collection.applications .grid__item ul.subcollections li a {
      text-decoration: underline;
      color: #106470; }

main .wrapper.main-content .breadcrumb {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 9px; }
  main .wrapper.main-content .breadcrumb a, main .wrapper.main-content .breadcrumb span {
    padding: 0; }
  main .wrapper.main-content .breadcrumb a {
    text-decoration: underline; }
main .wrapper.main-content .sidebar nav a {
  color: #106470;
  font-size: 18px; }
  main .wrapper.main-content .sidebar nav a.active {
    font-weight: bold;
    color: #033941; }
  main .wrapper.main-content .sidebar nav a:hover {
    color: #e47911; }
main .wrapper.main-content .sidebar nav ul {
  margin-left: 20px; }
main .wrapper.main-content .caption {
  font-size: 18px; }
main .wrapper.main-content ul.tags.inline-list {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 75px; }
  main .wrapper.main-content ul.tags.inline-list li {
    margin-bottom: 15px; }
body.template-product main .wrapper.similiar-products {
  padding-top: 31px;
  padding-bottom: 27px; }
  body.template-product main .wrapper.similiar-products h2.section-header__title {
    font-size: 48px;
    font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #02343b;
    font-weight: normal; }
  body.template-product main .wrapper.similiar-products .grid-uniform.collection.items {
    max-width: 952px;
    margin: auto; }
    body.template-product main .wrapper.similiar-products .grid-uniform.collection.items .grid__item {
      padding-left: 0; }
body.template-product main .wrapper.main-content .product-single.grid__item {
  padding-left: 0; }
  body.template-product main .wrapper.main-content .product-single.grid__item .photo .product-single__photos {
    border: 1px solid #d6d6d6;
    margin-bottom: 10px; }
  body.template-product main .wrapper.main-content .product-single.grid__item .photo ul.product-single__thumbnails {
    margin-left: 15px;
    margin-right: 15px; }
    body.template-product main .wrapper.main-content .product-single.grid__item .photo ul.product-single__thumbnails li.grid__item {
      padding: 0 3px; }
      body.template-product main .wrapper.main-content .product-single.grid__item .photo ul.product-single__thumbnails li.grid__item a.product-single__thumbnail {
        border: 1px solid #d6d6d6; }
  body.template-product main .wrapper.main-content .product-single.grid__item .photo .selector-wrapper {
    margin-bottom: 10px; }
    body.template-product main .wrapper.main-content .product-single.grid__item .photo .selector-wrapper select.single-option-selector {
      margin: auto; }
  body.template-product main .wrapper.main-content .product-single.grid__item .photo span#ProductPrice {
    color: #034a55;
    font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    margin-bottom: 7px; }
  body.template-product main .wrapper.main-content .product-single.grid__item .photo .choose-quantity {
    margin-bottom: 8px; }
    body.template-product main .wrapper.main-content .product-single.grid__item .photo .choose-quantity label, body.template-product main .wrapper.main-content .product-single.grid__item .photo .choose-quantity .js-qty, body.template-product main .wrapper.main-content .product-single.grid__item .photo .choose-quantity input#Quantity {
      display: inline-block;
      vertical-align: middle; }
    body.template-product main .wrapper.main-content .product-single.grid__item .photo .choose-quantity label {
      color: #949494;
      font-size: 21px; }
    body.template-product main .wrapper.main-content .product-single.grid__item .photo .choose-quantity .js-qty {
      margin-left: 10px;
      margin-bottom: 4px; }
    body.template-product main .wrapper.main-content .product-single.grid__item .photo .choose-quantity #Quantity {
      margin-bottom: 0;
      margin-left: 10px; }
  body.template-product main .wrapper.main-content .product-single.grid__item .photo .variant-message {
    margin-top: 15px; }
  body.template-product main .wrapper.main-content .product-single.grid__item .photo .money[doubly-currency-usd="0"] {
    display: none; }
  body.template-product main .wrapper.main-content .product-single.grid__item .photo .discounts {
    margin-top: 29px; }
    body.template-product main .wrapper.main-content .product-single.grid__item .photo .discounts a {
      text-decoration: underline; }
body#testimonials-amp-reviews-of-co2meter-products main p {
  font-size: 16px; }
body#testimonials-amp-reviews-of-co2meter-products main .client-list {
  background-color: #eeeeee;
  padding: 15px;
  margin-top: 30px; }
  body#testimonials-amp-reviews-of-co2meter-products main .client-list p {
    font-size: 12px; }

.collection {
  margin-top: 40px; }
  .collection .grid__item {
    margin-bottom: 50px; }
    .collection .grid__item .grid__image {
      border: 1px solid #5a5e5f; }
    .collection .grid__item h2 {
      font-size: 16px;
      color: #106470; }
  .collection.items .grid__item h2 {
    margin-bottom: 0; }
  .collection.items .grid__item p.price {
    color: #bbbbbb; }
    .collection.items .grid__item p.price .money {
      color: #b72c17;
      font-weight: bold; }
  .collection.items .grid__item .grid__image img {
    max-width: 270px;
    max-height: 220px; }

.featured-banner {
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute; }

.wrapper-testimonial {
  padding: 31px 0;
  background-color: #e5e5e5;
  margin-bottom: 15px; }
  .wrapper-testimonial p {
    margin-bottom: 0;
    line-height: 1; }
    .wrapper-testimonial p.rating {
      color: #ebb800;
      font-size: 26px;
      margin-bottom: 7px; }
      .wrapper-testimonial p.rating .fa {
        padding-right: 2px; }
    .wrapper-testimonial p.quote {
      font-size: 27px;
      font-style: italic;
      margin-bottom: 12px; }
    .wrapper-testimonial p.customer {
      color: #949494;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
    .wrapper-testimonial p.cta a {
      font-style: italic;
      color: #1c3336;
      font-size: 18px;
      text-decoration: underline; }

footer.site-footer {
  background-color: white;
  padding: 50px 0; }
  footer.site-footer .help-callout {
    margin-bottom: 38px; }
    footer.site-footer .help-callout header {
      color: #106470;
      font-weight: bold;
      font-size: 22px; }
      footer.site-footer .help-callout header + p strong {
        font-size: 18px; }
  footer.site-footer hr {
    border-color: #5a5e5f;
    max-width: 87%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px; }
  footer.site-footer .columns h4 {
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5a5e5f;
    margin-top: 11px; }
  footer.site-footer .columns ul.no-bullets li {
    margin-bottom: 0px; }
    footer.site-footer .columns ul.no-bullets li a {
      text-decoration: underline;
      color: #106470; }
  footer.site-footer .columns ul.social-icons li {
    margin: 0 3px; }
    footer.site-footer .columns ul.social-icons li .fa {
      font-size: 20px;
      color: #106470; }
  footer.site-footer .copyright {
    margin-top: 45px;
    font-size: 12px; }

body.template-cart .doubly-message {
  padding: 0;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .header-overlay {
    padding: 5px 15px; }

  .bar {
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 11px; }

  header.site-header .wrapper {
    padding-left: 0;
    padding-right: 0; }
    header.site-header .wrapper .site-header__left {
      padding-bottom: 0; }
    header.site-header .wrapper .site-header__logo img {
      margin-left: 0; }
  header.site-header .header-row .menu-button {
    width: 6%; }
  header.site-header .header-row .search {
    width: 25%;
    display: inline-block; }
  header.site-header .header-row .localization {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
    header.site-header .header-row .localization .switcher .option {
      position: absolute; }
    header.site-header .header-row .localization .doubly-wrapper {
      margin: 0 0 0 15px; }
      header.site-header .header-row .localization .doubly-wrapper .doubly-nice-select {
        background-image: url(https://cdn.shopify.com/s/files/1/0019/5952/files/ico-select-white.svg?12651402281993899186);
        background-repeat: no-repeat;
        background-position: right 10px center; }
        header.site-header .header-row .localization .doubly-wrapper .doubly-nice-select .current {
          color: #fff; }
        header.site-header .header-row .localization .doubly-wrapper .doubly-nice-select:after {
          border-color: #fff;
          display: none; }
  header.site-header .header-row .phone.mobile {
    display: none; }
  header.site-header .header-row .cart .site-header__account-login {
    font-size: 15px; }

  .hero-wrapper {
    margin-bottom: 44px;
    max-width: 1170px;
    padding: 0; }
    .hero-wrapper .block {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
    .hero-wrapper .left {
      background-image: none; }
      .hero-wrapper .left .callout {
        padding: 25px 25px 0;
        font-size: 20px;
        background-color: transparent; }
        .hero-wrapper .left .callout p.cta {
          padding: 12px 38px; }
    .hero-wrapper .right {
      border-left: 8px solid white;
      min-height: 290px; }

  .featured-collections .grid__item a.grid__image {
    margin: 0 auto 42px;
    max-width: auto; }

  .browse {
    margin-top: 0; }
    .browse .btn:first-child {
      margin-right: 35px;
      margin-bottom: 0; }
    .browse .btn.btn-secondary {
      max-width: 45%; }

  .wrapper-home-tiles .block {
    padding-left: 9px; }

  main .wrapper.main-content .sidebar {
    margin-top: 42px; }
  body#testimonials-amp-reviews-of-co2meter-products main .client-list {
    margin-top: 0px; }

  footer.site-footer .help-callout header {
    font-size: 30px;
    margin-bottom: 6px; }
  footer.site-footer .columns .grid__item {
    position: relative; }
    footer.site-footer .columns .grid__item:before {
      content: "";
      height: 190px;
      width: 1px;
      background-color: #5a5e5f;
      position: absolute;
      top: 0;
      left: 25px; }
    footer.site-footer .columns .grid__item h4, footer.site-footer .columns .grid__item ul, footer.site-footer .columns .grid__item p {
      margin-left: 15px; }

  .translate-wrapper select {
    color: white;
    background-image: url(https://cdn.shopify.com/s/files/1/0019/5952/files/ico-select-white.svg?12651402281993899186); }

  .doubly-wrapper .doubly-nice-select:after {
    border-color: white; }
  .doubly-wrapper .doubly-nice-select .current {
    color: white; } }
@media (min-width: 992px) {
  .btn.btn-secondary.btn-lg {
    font-size: 35px;
    padding-right: 104px;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 44px; }
    .btn.btn-secondary.btn-lg .arrow {
      width: 60px;
      font-size: 42px; }
      .btn.btn-secondary.btn-lg .arrow .fa {
        top: 31%; }
    .btn.btn-secondary.btn-lg small {
      font-size: 18px; }
    .btn.btn-secondary.btn-lg em {
      font-size: 14px;
      margin-top: 13px; }

  header.site-header .wrapper {
    padding-left: 30px;
    padding-right: 30px; }
    header.site-header .wrapper .site-header__logo img {
      max-width: 100%; }
  header.site-header .header-row .search {
    width: 45%; }

  .hero-wrapper .left {
    font-size: 25px;
    padding-right: 40px; }
    .hero-wrapper .left .callout {
      font-size: 24px; }
      .hero-wrapper .left .callout strong {
        font-size: 64px; }
      .hero-wrapper .left .callout p.cta {
        margin-top: 33px; }
        .hero-wrapper .left .callout p.cta a.btn {
          padding: 14px 41px; }
  .hero-wrapper .right {
    height: 308px; }

  .browse {
    margin-top: 0;
    margin-bottom: 65px; }

  .wrapper-home-tiles .block {
    max-width: 335px;
    padding-left: 120px; }

  main .wrapper.main-content ul.tags.inline-list li {
    margin-left: 5px;
    margin-right: 5px; }

  body.template-product main .wrapper.main-content .photo, body.template-product main .wrapper.main-content .content {
    display: inline-block;
    vertical-align: top; }
  body.template-product main .wrapper.main-content .sidebar {
    width: 18%; }
  body.template-product main .wrapper.main-content .product-single.grid__item {
    width: 79.5%;
    padding-left: 30px; }
    body.template-product main .wrapper.main-content .product-single.grid__item .photo {
      width: 41.5%;
      float: right; }
    body.template-product main .wrapper.main-content .product-single.grid__item .content {
      width: 58%; }
  body.template-product main .wrapper.similiar-products .grid-uniform.collection.items .grid__item {
    padding-left: 30px; }

  footer.site-footer .columns {
    margin-left: 108px;
    margin-right: 91px; } }
/* Shipping Calculator Styles */
#shipping-calculator {
  width: 325px;
  padding: 0;
  margin: 30px 0;
  clear: both;
  overflow: hidden; }

.country {
  position: relative;
  top: 0.6em; }

#shipping-calculator h3 {
  font-size: 14px;
  margin: 0.5em 0; }

#shipping-calculator select {
  width: 150px; }

#shipping-calculator input[type="text"] {
  width: 150px; }

#shipping-calculator p {
  margin-bottom: 0.2em; }

#shipping-calculator label {
  display: block;
  line-height: 1.6;
  font-size: 12px;
  font-weight: normal; }

#wrapper-response {
  margin: 15px 0; }

#shipping-rates {
  list-style-type: square;
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside; }

#address_province_container {
  float: right;
  margin-left: 20px; }

.get-rates {
  margin-left: 15px !important; }

/* FancyBox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(//cdn.shopify.com/s/files/1/0019/5952/t/2/assets/fancybox_sprite.png?v=3005993056200497091); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//cdn.shopify.com/s/files/1/0019/5952/t/2/assets/fancybox_loading.gif?v=17150916331547659990) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//cdn.shopify.com/s/files/1/0019/5952/t/2/assets/blank.gif?v=16482679876569321596);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(//cdn.shopify.com/s/files/1/0019/5952/t/2/assets/fancybox_overlay.png?v=6179392631983182528); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(//cdn.shopify.com/s/files/1/0019/5952/t/2/assets/fancybox_sprite@2x.png?v=3005993056200497091);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url(//cdn.shopify.com/s/files/1/0019/5952/t/2/assets/fancybox_loading@2x.gif?v=17150916331547659990);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.localization {
  text-align: center; }
  .localization .switcher, .localization .doubly-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }

.doubly-wrapper {
  background-color: transparent;
  padding: 0px;
  border: 1px solid #819a9d;
  border-radius: 3px;
  height: 37px;
  float: none !important; }
  .doubly-wrapper .doubly-nice-select {
    border-width: 0px;
    background-color: transparent;
    margin-top: -3px; }
    .doubly-wrapper .doubly-nice-select .current .flags {
      display: none; }
    .doubly-wrapper .doubly-nice-select:after {
      border-color: #000; }

/*.doubly-float {
  top: 0 !important;
  bottom: auto !important;
  right: 110px !important;
  left: auto !important;
}*/
div[style^="position:fixed;top:0;right:"] {
  right: 17% !important; }

.switcher .selected {
  background-image: none !important; }
  .switcher .selected a {
    padding: 6px 5px !important;
    border: 1px solid #819a9d;
    color: #fff;
    font-weight: bold; }

.translate-wrapper {
  display: inline-block; }
  .translate-wrapper select {
    padding: 5px 22px;
    height: 37px;
    font-size: 14px;
    border-color: #819a9d; }

.hero-wrapper-outside {
  background: #106470;
  margin-top: 8px; }

.hero-wrapper {
  margin: auto auto 80px auto; }
  @media (min-width: 768px) and (max-width: 992px) {
    .hero-wrapper .left .callout {
      padding: 14px 25px 0; }
      .hero-wrapper .left .callout strong {
        padding-top: 5px;
        padding-bottom: 0px; }
      .hero-wrapper .left .callout p.cta {
        margin-top: 0;
        padding-top: 0; }
    .hero-wrapper .right {
      min-height: auto;
      height: 201px; } }
  .hero-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0; }
    .hero-wrapper .slick-dotted.slick-slider a.floatinglink {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1; }
  .hero-wrapper .slick-prev, .hero-wrapper .slick-next {
    z-index: 1;
    width: 35px;
    height: 35px;
    top: 48%; }
    .hero-wrapper .slick-prev:before, .hero-wrapper .slick-next:before {
      font-size: 35px; }
  .hero-wrapper .slick-prev {
    left: 5px; }
  .hero-wrapper .slick-next {
    right: 5px; }
  .hero-wrapper .slick-dots {
    bottom: -20px; }
    @media (min-width: 992px) {
      .hero-wrapper .slick-dots {
        bottom: -28px; } }
    .hero-wrapper .slick-dots li button:before {
      background: #5a5e5f;
      color: #5a5e5f;
      font-size: 10px;
      opacity: 1;
      border: 2px solid #fff;
      border-radius: 20px;
      width: 18px;
      height: 18px; }
    .hero-wrapper .slick-dots li.slick-active button:before {
      background: #fff;
      color: #fff;
      border: 2px solid #5a5e5f; }

.jdgm-rev-widg {
  border: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important; }
  .jdgm-rev-widg h2.jdgm-rev-widg__title {
    font-size: 1.29412em;
    margin-bottom: .5em; }

.jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
  height: 100% !important; }
.jdgm-carousel-wrapper .jdgm-carousel {
  margin: 0 auto !important; }
  .jdgm-carousel-wrapper .jdgm-carousel .jdgm-carousel__arrows {
    display: none; }
  .jdgm-carousel-wrapper .jdgm-carousel :not(.jdgm-prev-badge__stars) > .jdgm-star {
    color: #ebb800; }
  .jdgm-carousel-wrapper .jdgm-carousel .jdgm-carousel-item__review-title, .jdgm-carousel-wrapper .jdgm-carousel .jdgm-carousel-item__review-body {
    font-size: 27px;
    font-style: italic;
    margin-bottom: 12px; }
  .jdgm-carousel-wrapper .jdgm-carousel .jdgm-carousel-item__reviewer-name {
    color: #949494;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px; }

.jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #ebb800 !important; }
