#back-top {
  position: fixed;
  bottom: 10px;
  z-index: 98;
  right: 30px;
  color: #F3c019;
  a {
    width: 52px;
    height: 52px;
    border: none;
    font-size: 40px;
    color: #F3c019;
    background-color: #fff;
    border-radius: 50%;
    @include flexbox();
    @include justify-content(center);
    @include align-items(center);
    cursor: pointer;

    .fa {
      font-weight: 700;
      margin-top: -4px;
    }
  }
}

.product-share {
    font-family: 'Roboto', sans-serif;
    color: #797676;
    a {
      i {
        color: #797676!important;
      }
      &.title {
        vertical-align: top;
        font-size: 16px;
        width: auto;
        position: relative;
        padding-right: 10px;
        pointer-events: none;
        &:before {
          content: '';
          position: absolute;
          height: 25px;
          width: 1px;
          background: #797676;
          right: -7px;
          top: 12px;
        }
      }
    }
  }

  .icon-button i{
  font-size: 1.2rem;
}
.icon-button {
	background-color: white;
	border-radius: 3rem;
	cursor: pointer;
	display: inline-block;
	font-size: .8rem;
	height: 3rem;
	line-height: 3rem;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 1.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	margin: -.8rem;
}

// Share Buttons and Icons
.icon-button i {
	background: none;
	height: 3rem;
	color: white;
	left: 0;
	line-height: 3rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3rem;
	z-index: 10;
}

.twitter span {
	background-color: transparent;
}
.facebook span {
	background-color: transparent;
}
.google-plus span {
	background-color: transparent;
}
.tumblr span {
	background-color: transparent;
}
.instagram span {
	background-color: transparent;
}
.youtube span {
	background-color: transparent;
}
.pinterest span {
	background-color: transparent;
}

.icon-button .fa-twitter {
	color: #000000;
}
.icon-button .fa-facebook {
	color: #000000;
}
.icon-button .fa-tumblr {
	color: #000000;
}
.icon-button .fa-google-plus {
	color: #000000;
}
.icon-button .fa-instagram {
	color: #000000;
}
.icon-button .fa-youtube {
	color: #000000;
}
.icon-button .fa-pinterest {
	color: #000000;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
	color: #000000;
}

a {
  color: #f3c019;
}
a:focus,
a:hover {
  color: #f3c019;
}

#shopify-section-static-social-feeds .module-wrapper .footer-widget h2 {
  font-size: 45px;
  margin: 0;
}

#shopify-section-static-social-feeds .module-wrapper .footer-widget h2 font {
  font-size: 22px;
}

.landing--page-grid-products > div > h3 {
  max-width: 250px;
}

.template-product .landing--page .landing--page-content-copy h1,
.template-product .landing--page .landing--page-content-copy p {
  // max-width: 90%;
  margin: 0 auto !important;
  text-align: center;
}

.template-collection .landing--page .landing--page-content-copy h1,
.template-collection .landing--page .landing--page-content-copy p {
  // max-width: 90%;
  margin: 0 auto !important;
  text-align: center;
}

.product-focus-list-item.list-item-1,
.product-focus-list-item.list-item-3 {
  text-align: center;
}

.product-focus-list-item {
  text-align: center;
}

.landing--page-grid-products > div > h3,
.landing--page-grid-products > div > h3 a {
  color: #797676;
  font-size: 22px;
  font-family: "Helvetica Neue", sans-serif;
}

.template-collection .landing--page-content-copy h1 {
  padding-bottom: 20px;
}
.template-product .landing--page-content-copy h1 {
  padding-bottom: 20px;
}

// .template-product
//   .module.module-breadcrumbs
//   a.module-breadcrumbs-link:nth-child(3) {
//   display: none;
// }
// .template-product span.module-breadcrumbs-divider:nth-child(2) {
//   display: none !important;
// }
// .template-collection a.module-breadcrumbs-link:nth-child(3) {
//   display: none !important;
// }
// .template-collection span.module-breadcrumbs-divider:nth-child(2) {
//   display: none;
// }

@font-face {
  font-family: "HelveticaNeue-Light";
  src: url(" {{ "HelveticaNeue-Light.eot" | asset_url }} ");
  src: url(" {{ "HelveticaNeue-Light.eot?#iefix" | asset_url }} ")
      format("embedded-opentype"),
    url(" {{ "HelveticaNeue-Light.svg#HelveticaNeue-Light" | asset_url }} ")
      format("svg"),
    url(" {{ "HelveticaNeue-Light.ttf" | asset_url }} ") format("truetype"),
    url(" {{ "HelveticaNeue-Light.woff" | asset_url }} ") format("woff"),
    url(" {{ "HelveticaNeue-Light.woff2" | asset_url }} ") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Thin";
  src: url(" {{ "HelveticaNeue-Thin.eot" | asset_url }} ");
  src: url(" {{ "HelveticaNeue-Thin.eot?#iefix" | asset_url }} ")
      format("embedded-opentype"),
    url(" {{ "HelveticaNeue-Thin.svg#HelveticaNeue-Thin" | asset_url }} ")
      format("svg"),
    url(" {{ "HelveticaNeue-Thin.ttf" | asset_url }} ") format("truetype"),
    url(" {{ "HelveticaNeue-Thin.woff" | asset_url }} ") format("woff"),
    url(" {{ "HelveticaNeue-Thin.woff2" | asset_url }} ") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.landing--page-collection .landing--page-grid .landing--page-product-info p {
  font-size: 22px;
}

.template-page table {
  color: #000;

  font-size: 16px;
}
.template-page tr td span {
  text-decoration: none !important;
}
.template-page .rte ul li ul {
  margin-left: 3em;
}
.template-page .rte ul li ul li {
  list-style: circle;
}

.template-index ul#header-navigation-menu-1 li a {
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.template-index ul#header-navigation-menu-1 .icon-angle-down:before {
  font-family: fontawesome;
}

#shopify-section-static-slideshow span.icon.icon-arrow-right {
  display: none;
}

.module.footer-widget {
  padding-top: 34px;
  border: 1px solid #dee2e6;
}
.module-wrapper .module.footer-widget h2 {
  font-size: 45px;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 24px;
}
main.main-content {
  margin-bottom: 30px;
}
.template-product main.main-content {
  margin-bottom: 0px;
}
.template-product .module.footer-widget {
  border: 0px solid #dee2e6;
}
.template-index .main-content {
  margin-bottom: 0px;
}
.template-product .module-header .module-title,
.template-product .tabcontent > h3 {
  padding: 20px 0;
}
// .Btn-design52 {
//   // font-family: "Open Sans", sans-serif;
//   font-style: normal;
//   // font-weight: 700;
//   -webkit-border-radius: 27.5px;
//   -khtml-border-radius: 27.5px;
//   -moz-border-radius: 27.5px;
//   -ms-border-radius: 27.5px;
//   -o-border-radius: 27.5px;
//   border-radius: 27.5px;
//   -webkit-box-sizing: border-box;
//   -khtml-box-sizing: border-box;
//   -moz-box-sizing: border-box;
//   -ms-box-sizing: border-box;
//   -o-box-sizing: border-box;
//   box-sizing: border-box;
//   -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
//   -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
//   -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
//   transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
//   -moz-osx-font-smoothing: auto;
//   -webkit-font-smoothing: subpixel-antialiased;
//   position: relative;
//   display: inline-block;
//   padding: 15px 30px;
//   font-size: 16px;
//   line-height: 22px;
//   letter-spacing: 2px;
//   background: #f3c019;
//   color: #fff;
//   border-color: #f3c019;
//   text-align: center;
//   // text-transform: uppercase;
//   vertical-align: top;
//   cursor: pointer;
//   border: 1px solid #f3c019;
//   margin: 30px 0;
// }
// .Btn-design52:hover {
//   background: #fff;
//   color: #f3c019;
// }

@media (max-width: 580px) {
  table tbody img {
    object-fit: scale-down;
  }
  .template-collection .landing--page-banner {
    position: relative;
  }
  // .template-collection .landing--page-banner .landing--page-banner-text h2 {
  //   margin-top: 0px !important;
  // }
  // .template-collection .landing--page-banner .landing--page-banner-text {
  //   margin-top: 0 !important;
  //   -webkit-transform: translate(-50%, -50%);
  //   -ms-transform: translate(-50%, -50%);
  //   -webkit-transform: translate(-50%, -50%);
  //   -ms-transform: translate(-50%, -50%);
  //   transform: translate(-50%, -50%);
  //   position: absolute;
  //   top: 50%;
  //   left: 50%;
  //   z-index: 1;
  //   margin: 0px;
  //   width: 100%;
  //   text-align: center !important;
  // }

  .template-index .product-focus-wrapper .learn-more-button {
    padding-top: 40px;
  }

  .template-product .landing--page-grid-products > div > h3 {
    padding: 0px;
  }
  .tab-content-section .tabcontent {
    padding: 45px 15px;
  }
  .text-center.landing--page-product-info:nth-child(1) {
    padding-top: 20px;
  }
  .text-center.landing--page-product-info {
    padding-top: 20px;
  }
  div#reviews_tab {
    min-height: fit-content;
  }
  .jdgm-all-reviews-widget,
  .jdgm-rev-widg {
    margin-bottom: 0;
    margin-top: 32px;
  }
  .list-item-inline {
    padding-top: 0px;
    margin-bottom: 0;
  }
  .dynamic-blog-footer {
    padding-top: 0px;
  }
  .landing--page-product-info .product-focus-list-item-icon {
    margin-bottom: 5px;
  }
}