/** Shopify CDN: Minification failed

Line 175:45 Expected identifier but found whitespace
Line 175:47 Unexpected "{"
Line 175:57 Expected ":"

**/
.collection-template-section .image__container .my-img-element-wrap{
  position:relative;
  padding-top:100%;
}

.collection-template-section .product_image > a .image__container + .image-element__wrap {
  position:absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  transform: translate(-50%,0);
}

.collection-template-section .product_image > a .image__container + .image-element__wrap img {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);

  display:block;
  width:100%;
  height:100%;
}

.collection-template-section .image__container .my-img-element-wrap img {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);

  display:block;
  width:100%;
  height:100%;
}

.predictive-search {
  position: relative;
}

.predictive-search__results {
  position: absolute;
}

.predictive-search__heading {
  color: #fff;
  font-size: 20px;
}

.predictive-search__results {
  height: auto;
  max-height: 400px;
  width: 100%;
  overflow-y: auto;
  z-index: 99;
  background: #000;
  margin-right: -18px;
}

.predictive-search__results-list {
  list-style: none;
  padding-left: 0;
}

.search_page .search__button .icon-search,
.search_page .predictive-search__loading-state {
  display: none;
}

.predictive-search__no-results,
.predictive-search__query-suggestions,
.predictive-search__product-suggestions,
.predictive-search__article-page-suggestions {
  padding: 10px 18px 10px 10px;
}

.predictive-search__search-button {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.header_search_form {
  border-bottom: none;
}

.dropdown .header_search_form .search-terms {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.predictive-search__list-item-thumbnail .image-element__wrap {
  max-width: 250px !important;
  margin-bottom: 10px;
}

.main-nav__wrapper .predictive-search__search-button {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.predictive-search__list-item {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.predictive-search__heading {
  margin-top: 0;
}

.predictive-search__list-item-price {
  margin-bottom: 0 !important;
}

.predictive-search__loading-state {
  display: none;
}

@font-face {
  font-family: 'Turbo';
  src: url('turbo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Turbo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before { content: "\e905"; }
.icon-cart:before { content: "\e906"; }
.icon-check:before { content: "\e907"; }
.icon-cross:before { content: "\e908"; }
.icon-up-arrow:before { content: "\e91a"; }
.icon-down-arrow:before { content: "\e909"; }
.icon-left-arrow:before { content: "\e90e"; }
.icon-right-arrow:before { content: "\e915"; margin-right: 0; }
.icon-plus:before { content: "\e914"; }
.icon-minus:before { content: "\e911"; }
.icon-menu:before { content: "\e910"; }
.icon-email:before { content: "\e90a"; }
.icon-pinterest:before { content: "\e90b"; }
.icon-rss:before { content: "\e90c"; }
.icon-houzz:before { content: "\e90d"; }
.icon-snapchat:before { content: "\e90f"; }
.icon-phone:before { content: "\e912"; }
.icon-instagram:before { content: "\e913"; }
.icon-vimeo:before { content: "\e916"; }
.icon-search:before { content: "\e917"; }
.icon-zoom:before { content: "\e987"; }
.icon-youtube:before { content: "\e918"; }
.icon-lock:before { content: "\e919";  color: {{ settings.btn_text_color }}; }
.icon-user:before { content: "\e91b"; }
.icon-facebook:before { content: "\ea90"; }
.icon-twitter:before { content: "\ea96"; }
.icon-tumblr:before { content: "\eab9"; }
.icon-linkedin:before { content: "\eaca"; }
.icon-heart:before { content: "&hearts;"; }

.icon-twitter-share:before { content: "\ea96"; }
.icon-facebook-share:before { content: "\ea90"; }
.icon-pinterest-share:before { content: "\e90b"; }
.icon-mail-share:before { content: "\e90a"; }

