/** Shopify CDN: Minification failed

Line 501:14 Expected ":"

**/
/*

Please add any custom CSS code in here, it will be easier to transfer if updating themes.

We highly recommend labelling changes, or App installs, so these can also be updated or removed as needed.

*/



/*============================================================================
  #Custom CSS
  - Made by HS on SEP/OCT 2018
==============================================================================*/


.product-custom .product-wrapper {
  position: relative;
  padding: 30px 0 0;
}

.product-images,
.product-meta {
  padding: 20px;
}

#product_images {
  max-width: 400px;
  margin: 0 auto;
}


.product-formats {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #CCC;
}

.product-formats__item {
  display: inline-block;
}


.product-formats__link {
  display: inline-block;
  padding: 8px 16px;

  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-primary);
  border-bottom: 3px solid transparent;
}

.product-formats__link--active {
  border-bottom-color: #FB0025;
}

.product-formats__link:hover,
.product-formats__link:focus,
.product-formats__link:active {
  color: #FB0025;
  text-decoration: none;
}

.product-description-wrapper {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin: 20px 0;
}

.product-description {
  overflow: hidden;
}

.read-toggle-wrapper {
  display: none;
  padding-top: 20px;
}

.read-toggle {
  color: #FB0025;
}

h1.product-description-header {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 5px;
  color: #FB0025;
}

h4.product-description-tagline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.buying-section {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;

  text-align: center;

  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;
}

.buying-section__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-page--pricing {
  justify-content: center;
}

.compare-at-price {
  font-size: 14px;
}

.buying-section__item--price .price--old {
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}

.buying-section__item--price .price--current {
  font-size: 32px;
}

.buying-section__item--cta {
  margin-left: 10px;
}

.buying-section button#purchase {
  margin-top: 0;
}

.product-choices-section {
  margin-bottom: 20px;
  width: 100%;
  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;
}

.select-wrapper {
  margin-bottom: 20px;
}

.select-wrapper+label {
  color: var(--color-primary);
  font-size: 12px;
  letter-spacing: 0.075em;
  font-weight: normal;
  cursor: pointer;
}

.select-wrapper input.select-dropdown {
  font-size: 14px;
}

.product-choices-section__item--select {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.product-choices-section__item--quantity {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.product-choices-section__item--quantity--alone {
  margin-left: 0;
}

.product-choices-section__item--first {
  margin-right: 10px;
}

.product-meta__heading {
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #FB0025;
  margin-bottom: 20px;
}

.product-author {
  margin: 20px 0;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}

.product-author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-author-details__item--image {
  width: 16%;
}

.product-author__image {
  display: block;
  border-radius: 100%;
  width: 100%;
}

.product-author-details__item--text {
  width: 84%;
  padding: 0 20px;
}

.product-author__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.product-author__link {
  color: #FB0025;
}

/**
 * 1. Each .product-list__item has bottom margin of 15px. We subtract 5px to
 *    reduce the space.
 */

.product-details {
  margin: 20px 0;
  border-bottom: 1px solid #CCC;
}

.product-details-list {
  margin: 0;
  padding: 0;
  list-style: none;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-details-list__item {
  width: 50%;
  margin: 0 0 20px;
  padding-right: 20px;
}

.product-details__heading {
  font-size: 12px;
  text-transform: uppercase;
  color: #4e5254;
  letter-spacing: 1px;
  margin: 0 0 5px;
}

.product-details__info {
  margin-bottom: 0;
}

#sharing {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
  text-align: center;
}

.social-sharing a {
  margin: 5px;
}




/**
 * Increase size of logo on mobile and tablet
 */
@media screen and (max-width: 991px) {
  .header-wrapper .site-header__logo {
    width: 100%;
  }
}


/**
 * Amend header layout on larger screens so logo takes up larger
 * space and is centered.
 */
@media screen and (min-width: 992px) {
  .header-wrapper .main-icons-with-locale {
    min-width: initial;
  }

  .header-wrapper .logo-placement-within-wrapper__item {
    flex: auto;
  }

  .header-wrapper .logo-placement-within-wrapper__item--left,
  .header-wrapper .logo-placement-within-wrapper__item--right {
    width: 16.6667%;
  }

  .header-wrapper .logo-placement-within-wrapper__item--center {
    width: 66.6667%;
  }
}


.header-wrapper .header-content>div {
  margin: 15px;
}


@media screen and (min-width: 1200px) {
  .header-wrapper .header-content>div {
    margin: 15px;
  }
}




/**
 * Amend logo and header layout on tablet and mobile to ensure
 * logo is larger.
 */
.mobile-logo-column img {
  min-width: initial; 
  max-width: initial !important; 
  max-height: initial; 
}


@media screen and (min-width: 769px) {
  .mobile-header--wrapper .mobile-side-column {
    width: 20%;
  }

  .mobile-header--wrapper .mobile-logo-column {
    width: 60%;
  }
}






/**
 * Styling for custom Banner section.
 */
.banner {
  margin: 0;
  padding: 20px;
  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;
}

.banner--TopLeft {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.banner--TopCenter {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.banner--TopRight {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.banner--MiddleLeft {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.banner--MiddleCenter {
  -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;
}

.banner--MiddleRight {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.banner--BottomLeft {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.banner--BottomCenter {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.banner--BottomRight {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.banner-caption {
  margin: 0;
}

.banner-caption__title {
  margin: 0;
  margin-bottom: 10px;
}
.banner-caption__subheading {
  font-family: var(--body-font-stack);
  font-weightL var(--body-font-weight);
  margin: 0;
  margin-bottom: 20px;
}
.banner-caption__btn {
  font-family: var(--body-font-stack);
  margin: 0;
  border: 2px solid transparent;
}

.banner-caption__btn--bordered {
  background-color: none;
}






/* Reduce testimonials heading spacing */
.testimonial-section--testimonials .title-bar {
  margin-bottom: 20px;
}


/* Remove margin on featured product items on homepage */
.homepage-section--featured-products-wrapper .indiv-product {
  margin-bottom: 0;
}




/* Sections */

/**
 * Change margin from 50px to 25px
 */ 
.shopify-section .homepage-sections-wrapper {
  padding: 25px 0; }

.shopify-section .homepage-sections-wrapper--white {
  padding: 25px 0; }

.shopify-section.homepage-section--video-wrapper .video--text-header {
  padding-top: 25px; }

.template-index .shopify-section:first-child .homepage-sections-wrapper--slideshow {
  padding: 0;
  margin-bottom: 25px; }

.shopify-section .homepage-sections-wrapper.homepage-sections-wrapper--no-padding {
  padding: 0; }

.index-sections .shopify-section .title-bar {
  margin-bottom: 25px; }

.homepage-section--image .container {
  padding-top: 25px;
  padding-bottom: 25px; }


/**
 * Change margin bottom from 40px to 20px
 */

.title-bar{
  margin-bottom: 20px;
}

footer h3 {
  margin-top: 0;
}

.bottom-footer {
  padding-bottom: 0;
}

.aod_external_button {
  width: 49% !important;
}
@media screen and (max-width: 480px) {
.aod_external_button {
  font-size: 9px !important;
}
}