/* Fonts */
@font-face {
  font-family: 'ProximaNovaBold';
  src: url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/ProximaNovaBold.eot?v=8278213872531552079 ");
  src: url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/ProximaNovaBold.eot?v=8278213872531552079 ") format("embedded-opentype"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/ProximaNovaBold.woff2?v=396923768552609419 ") format("woff2"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/ProximaNovaBold.woff?v=8243898140967588867 ") format("woff"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/ProximaNovaBold.ttf?v=14283024945228784639 ") format("truetype"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/ProximaNovaBold.svg%23ProximaNovaBold?33400 ") format("svg"); }

@font-face {
  font-family: 'HelveticaLt';
  src: url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaLt.eot?v=13949009756926107350 ");
  src: url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaLt.eot?v=13949009756926107350 ") format("embedded-opentype"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaLt.woff2?v=12310434425554052951 ") format("woff2"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaLt.woff?v=668788989639300440 ") format("woff"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaLt.ttf?v=13220565268198529833 ") format("truetype"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaLt.svg%23HelveticaLt?33400 ") format("svg"); }

@font-face {
  font-family: 'HelveticaNeueBold';
  src: url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaNeueBold.eot?33400 ");
  src: url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaNeueBold.eot?33400 ") format("embedded-opentype"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaNeueBold.woff2?33400 ") format("woff2"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaNeueBold.woff?33400 ") format("woff"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaNeueBold.ttf?33400 ") format("truetype"), url(" //cdn.shopify.com/s/files/1/0566/2705/t/23/assets/HelveticaNeueBold.svg%23HelveticaNeueBold?33400 ") format("svg"); }

#swym-plugin-name {
  margin-top: 40px !important; }

#swym-hosted-plugin {
  margin-bottom: 50px !important; }

/* Global */
form .product-form__controls-group .product-form__item {
  display: none; }
  form .product-form__controls-group .product-form__item.product-form__item--submit {
    display: block; }
form .product-form__controls-group.product-form__controls-group--submit {
  margin-top: 0px; }

.template-product form .product-form__controls-group .product-form__item {
  display: block; }
  .template-product form .product-form__controls-group .product-form__item select {
    padding: 0px 20px; }
.template-product form .product-form__item--payment-button {
  margin-top: 30px; }

.p-relative {
  position: relative; }

.site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown:focus .site-nav__dropdown {
  display: block; }

.site-nav li {
  position: relative; }

.p-0 {
  padding: 0; }

.bg-inline {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.sticky-prod {
  padding: 20px 0px;
  background-color: #613845;
  display: none; }
  .sticky-prod .cta {
    text-align: center; }
    .sticky-prod .cta .btn-main {
      text-transform: uppercase;
      padding: 15px 25px;
      background-color: #46a297;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      border-radius: 27px;
      display: block;
      text-align: center;
      width: max-content;
      margin: 0 auto; }
  .sticky-prod.footer-prod-scrolled {
    animation-duration: 1.2s;
    animation-name: slideUpz;
    position: fixed;
    width: 100%;
    z-index: 3;
    bottom: 0;
    box-shadow: 4px 0px 24px rgba(0, 0, 0, 0.25); }

@keyframes slideUpz {
  0% {
    transform: translateY(100%); }

  100% {
    transform: translateY(0%); } }

/* Reset */
ul {
  list-style: none;
  padding: 0; }
  ul li {
    display: inline-block; }

body {
  font-size: 24px;
  line-height: 31px;
  color: black;
  font-family: "HelveticaLt";
  margin: 0; }
  body p {
    color: black; }

.clearfix:after {
  content: '';
  clear: both;
  display: table; }

.transform-50 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

a {
  color: black;
  transition: all 0.2s ease;
  text-decoration: none !important; }
  a:hover {
    color: black;
    text-decoration: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: initial;
  letter-spacing: 0;
  color: #902c2d;
  font-weight: bold;
  font-size: 39px;
  letter-spacing: 0;
  font-family: "ProximaNovaBold";
  margin-top: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04); }

.btn-main {
  text-transform: uppercase;
  padding: 14px 31px;
  background-color: #46a297;
  color: white;
  font-weight: bold;
  font-size: 19px;
  border-radius: 27px;
  display: block;
  width: 194px;
  text-align: center;
  width: max-content; }
  .btn-main:hover {
    background-color: #902c2d !important; }

.sec-title {
  font-size: 40px; }

.main-content {
  padding-top: 0; }

/* Header */
.site-header, .site-header__mobile-nav {
  background-color: #BD4034; }
  .site-header .js-mobile-nav-toggle, .site-header__mobile-nav .js-mobile-nav-toggle {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 13px; }
    .site-header .js-mobile-nav-toggle:focus, .site-header__mobile-nav .js-mobile-nav-toggle:focus {
      outline: 0; }
    .site-header .js-mobile-nav-toggle svg, .site-header__mobile-nav .js-mobile-nav-toggle svg {
      fill: white; }

input::placeholder {
  overflow: visible;
  border: none; }

.mobile-nav .search-form .search-bar__input {
  overflow: visible;
  text-decoration: none !important;
  box-sizing: border-box;
  display: block;
  outline: none; }
.mobile-nav .search-form input::placeholder {
  overflow: visible;
  border: none;
  text-decoration: none !important;
  outline: none; }
.mobile-nav .search-form input:focus {
  text-decoration: none !important;
  outline: none; }

.mobile-nav__link--active .mobile-nav__label {
  border-bottom-color: transparent; }

.cart-mob {
  display: none; }

.site-nav__label {
  border-bottom: 0; }

.site-nav {
  margin: 0;
  text-align: right; }

.site-nav__link {
  text-decoration: none;
  color: white;
  font-family: "ProximaNovaBold";
  font-size: 20px;
  padding: 27px 5px 25px 5px; }
  .site-nav__link:hover {
    background-color: #613845;
    color: white !important; }

.site-header__cart {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 24px !important; }
  .site-header__cart img {
    position: relative;
    top: -3px; }
  .site-header__cart svg {
    fill: white;
    height: 22px;
    width: 30px;
    position: relative;
    top: 2px; }

.site-nav a, .site-nav__label {
  padding: 27px 5px 25px 5px; }

.site-nav > li a:focus {
  outline: 0;
  color: #fff; }
.site-nav > li ul li a:focus {
  color: #000; }

.site-nav__link .icon-chevron-down, .site-header__icon .icon-search {
  fill: white; }

.site-header__logo {
  margin-top: 27px; }

.site-header__search-toggle, .icon-cart {
  margin-top: -8px; }

.site-header .logo-align--left {
  float: left; }
.site-header #AccessibleNav {
  float: right; }
.site-header .medium-up--one-half {
  width: 75%; }

.page-container {
  transform: initial !important; }

.mobile-nav-wrapper {
  z-index: 2; }

.site-nav__dropdown {
  top: 70px;
  width: auto;
  padding: 0; }
  .site-nav__dropdown ul li {
    display: inline-block;
    width: 100%; }
    .site-nav__dropdown ul li a {
      color: black; }

/* Home */
.home-banner {
  height: 750px; }
  .home-banner:before {
    content: '';
    position: absolute;
    background-color: #46a297;
    height: 12px;
    width: 100%;
    top: 0;
    z-index: 1; }
  .home-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, black 100%); }
  .home-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    max-width: 850px;
    width: 100%;
    z-index: 1; }
    .home-banner .banner-content h1 {
      font-family: "ProximaNovaBold";
      font-size: 65px;
      line-height: 67px;
      letter-spacing: 1px;
      color: white; }
    .home-banner .banner-content p {
      margin: 20px 0 33px;
      color: white; }
    .home-banner .banner-content .btn {
      margin-top: 19px; }
  .home-banner .banner-divider {
    position: absolute;
    content: '';
    bottom: -40px;
    height: 80px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/orange-divider.png?v=1585733320);
    z-index: 1; }

.col-repeat {
  position: relative; }
  .col-repeat .bg-inline {
    height: 610px; }
  .col-repeat .content-holder {
    text-align: left;
    max-width: 700px;
    padding: 119px 37px 37px; }
    .col-repeat .content-holder p, .col-repeat .content-holder .btn {
      margin-top: 30px; }

.img-left .content-holder .btn {
  float: right; }

.img-right .content-holder {
  padding: 117px 37px 37px 171px;
  max-width: 800px; }
.img-right img {
  width: 404px;
  margin-top: 60px; }

.second-child:before {
  position: absolute;
  content: '';
  top: -41px;
  height: 80px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/green-divider.png?v=1585733320);
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }
.second-child:after {
  position: absolute;
  content: '';
  bottom: -40px;
  height: 80px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/gold-divider.png?v=1585733319);
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }

.third-child .bg-inline {
  position: relative; }
  .third-child .bg-inline .img-caption {
    background-color: #902c2d;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 0;
    z-index: 2; }
    .third-child .bg-inline .img-caption p {
      font-family: "ProximaNovaBold";
      font-size: 26px;
      color: white;
      text-align: center; }

.home-product {
  position: relative; }
  .home-product:before {
    position: absolute;
    content: '';
    top: -41px;
    height: 80px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/red-divider.png?v=1585733320);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }

.global-testimonials {
  background-color: #4B7F70;
  padding: 97px 0 80px;
  margin-top: 40px; }
  .global-testimonials .client-name {
    font-size: 32px !important;
    font-family: "HelveticaLt" !important; }

.carousel-control.right, .carousel-control.left {
  background-image: none;
  top: 50%;
  transform: translate(0, -50%); }
  .carousel-control.right img, .carousel-control.left img {
    width: 26px; }

.carousel-control.right {
  right: -100px; }

.carousel-control.left {
  left: -100px; }

.carousel .carousel-inner .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  text-shadow: none;
  padding: 20px 55px 0; }
  .carousel .carousel-inner .carousel-caption p {
    font-style: italic;
    font-family: "ProximaNovaBold";
    font-size: 50px;
    line-height: 52px;
    color: white; }

.home-3cols {
  padding: 70px 0; }
  .home-3cols ul {
    text-align: center; }
    .home-3cols ul li {
      width: 340px;
      margin-left: 25px;
      vertical-align: top; }
      .home-3cols ul li:first-child {
        margin-left: 0; }
      .home-3cols ul li:last-child p {
        margin-top: 0; }
      .home-3cols ul li h3 {
        font-size: 28px;
        margin: 25px 0 16px; }
      .home-3cols ul li p {
        margin-top: 10px;
        font-size: 19px; }
      .home-3cols ul li .cat_holder {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block; }
        .home-3cols ul li .cat_holder .img-holder {
          min-height: 100px; }
          .home-3cols ul li .cat_holder .img-holder img {
            height: 94px; }
        .home-3cols ul li .cat_holder:hover {
          opacity: 0.6; }

.template- .main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.template- .shopify-challenge__container {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.pueblos-slider {
  padding: 55px 0 85px; }
  .pueblos-slider:after {
    position: absolute;
    content: '';
    bottom: -30px;
    height: 80px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/gold-divider.png?v=1585733319);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }
  .pueblos-slider h2 {
    color: white;
    text-align: center;
    margin-bottom: 55px; }

/* Slick Slider Css Ruls */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }

.img-fill img {
  position: relative;
  display: inline-block;
  height: 210px; }

.img-fill a:focus,
.img-fill img:focus {
  outline: 0; }

/* Slider Theme Style */
.holderArrow {
  padding: 0 15px;
  position: absolute;
  width: 100%;
  top: 2em; }
  .holderArrow .prev-arrow, .holderArrow .next-arrow {
    position: absolute;
    width: 26px;
    cursor: pointer; }
  .holderArrow .prev-arrow {
    left: -36px; }
  .holderArrow .next-arrow {
    right: -36px; }

.holderArrow:after,
.holderArrow .Head:after {
  content: '';
  display: block;
  clear: both; }

.holderArrow .Head .Arrows {
  float: right; }

.SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px; }

.ProductBlock {
  padding: 0 7.5px; }

/* Footer */
.bottom-banner {
  height: 429px;
  margin-top: 0px;
  background-position: center 32%; }
  .bottom-banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, black 100%); }
  .bottom-banner .bottom-banner-content {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: 100%; }
    .bottom-banner .bottom-banner-content h2 {
      font-size: 57px;
      color: white; }
    .bottom-banner .bottom-banner-content .btn {
      margin-top: 43px;
      display: block;
      width: 230px;
      text-align: center; }

.site-footer p:hover, .site-footer__linklist-item a:hover, .site-footer__rte a:hover, .site-footer h4:hover, .site-footer small:hover, .site-footer__copyright-content a:hover, .site-footer__newsletter-error:hover, .site-footer__social-icons .social-icons__link:hover {
  color: #46a297 !important;
  text-decoration: none; }

.custom-map p {
  font-size: 20px; }
  .custom-map p strong, .custom-map p b {
    font-family: 'ProximaNovaBold'; }
  .custom-map p:hover {
    color: #fff !important; }
  .custom-map p a {
    text-decoration: none;
    border: none; }

.footer-logo {
  margin-bottom: 30px; }

.site-footer__linklist {
  column-count: 2; }
  .site-footer__linklist li {
    font-size: 20px;
    font-family: 'ProximaNovaBold';
    width: 100%; }

.site-footer {
  margin-top: 0; }

.site-footer__newsletter {
  text-align: center; }

.footer-copyright {
  background-color: black;
  padding: 10px 0; }
  .footer-copyright p {
    text-align: center;
    color: white;
    font-size: 16px; }
  .footer-copyright .copyright-wrap {
    margin: 8px 0px; }
    .footer-copyright .copyright-wrap .copyright-text {
      color: #fff;
      font-size: 16px; }
    .footer-copyright .copyright-wrap ul {
      text-align: right;
      margin: 0; }
      .footer-copyright .copyright-wrap ul li {
        color: #fff;
        display: inline;
        margin: 10px; }
        .footer-copyright .copyright-wrap ul li a {
          font-size: 16px;
          color: #fff; }
          .footer-copyright .copyright-wrap ul li a:hover {
            color: #fff;
            text-decoration: none;
            opacity: .5; }

/* Subpages */
.subpage-banner {
  padding: 100px 0px; }
  .subpage-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.79); }
  .subpage-banner .banner-content {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
    .subpage-banner .banner-content h1, .subpage-banner .banner-content p {
      color: white; }
    .subpage-banner .banner-content h1 {
      font-size: 55px; }

/* Contact Us */
.contact-3col {
  text-align: center;
  padding: 100px 0; }
  .contact-3col .col-desc {
    max-width: 700px;
    margin: 0 auto 55px; }
  .contact-3col:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: -40px;
    left: 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/orange-divider.png?v=1585733320);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%; }
  .contact-3col:after {
    position: absolute;
    content: '';
    bottom: -59px;
    left: 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/red-divider.png?v=1585733320);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    z-index: 2; }
  .contact-3col ul li {
    width: 340px;
    margin-left: 25px;
    vertical-align: top; }
    .contact-3col ul li:first-child {
      margin-left: 0; }
    .contact-3col ul li:last-child p {
      margin-top: 0; }
    .contact-3col ul li .img-holder {
      min-height: 100px; }
      .contact-3col ul li .img-holder img {
        height: 94px; }
    .contact-3col ul li h3 {
      font-size: 27px;
      margin-top: 25px;
      color: #613846; }

#shopify-section-blog-template .blog-list-view li {
  float: none;
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 1100px; }

input:focus, textarea:focus, select:focus, .disclosure__toggle:focus {
  border-color: #46a297 !important;
  outline: #46a297; }

.get-in-touch {
  padding: 105px 0; }
  .get-in-touch h2 {
    text-align: center;
    color: black;
    font-size: 30px;
    margin: 0 auto;
    max-width: 725px; }
  .get-in-touch .form-vertical {
    max-width: 925px;
    margin: 50px auto 0;
    padding: 37px 45px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08); }
    .get-in-touch .form-vertical input, .get-in-touch .form-vertical textarea {
      border: 1px solid transparent;
      background-color: #efefef; }
    .get-in-touch .form-vertical textarea {
      height: 230px; }
    .get-in-touch .form-vertical label {
      font-weight: normal;
      font-size: 22px; }
    .get-in-touch .form-vertical select {
      border: 1px solid transparent;
      background-color: #efefef; }
    .get-in-touch .form-vertical .btn {
      text-transform: uppercase;
      padding: 14px 31px;
      background-color: #46a297;
      color: #fff;
      font-weight: bold;
      font-size: 19px;
      border-radius: 27px;
      display: block;
      width: 194px;
      text-align: center;
      width: max-content;
      margin: 0 auto;
      transition: all 0.2s ease; }
      .get-in-touch .form-vertical .btn:hover {
        background-color: #902c2d; }
    .get-in-touch .form-vertical .rrm {
      font-size: 40px;
      margin-bottom: 35px; }

/* Products Page */
.products-banner {
  height: 420px; }
  .products-banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, black 100%); }
  .products-banner .banner-content {
    text-align: center;
    width: 100%; }

.pagination > li {
  display: inline-block; }

.product-section2 {
  text-align: center; }
  .product-section2 .container {
    color: #fff;
    padding: 40px 0; }
  .product-section2:before {
    position: absolute;
    content: '';
    top: -41px;
    left: 0;
    height: 80px;
    background-image: url(https://cdn.shopify.com/s/files/1/0324/5192/0004/files/red-divide-new.png?v=1582526786);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }
  .product-section2:after {
    position: absolute;
    content: '';
    bottom: -41px;
    left: 0;
    height: 80px;
    background-image: url(https://cdn.shopify.com/s/files/1/0324/5192/0004/files/red-divide-new.png?v=1582526786);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }
  .product-section2 h2, .product-section2 p {
    color: white; }
  .product-section2 p {
    margin: 0 auto;
    margin-bottom: 10px; }
  .product-section2 .guide-button {
    margin: 20px auto; }
  .product-section2 a {
    color: #fff;
    margin: 10px 0px; }
    .product-section2 a:hover {
      color: #fff;
      opacity: .8; }
  .product-section2 img, .product-section2 h1, .product-section2 h2 {
    display: none; }

#product-wrapper {
  padding: 130px 0 100px; }

.custom-msg p {
  font-size: 21px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 45px; }
  .custom-msg p a {
    font-weight: 600; }
    .custom-msg p a:hover {
      opacity: 0.5; }
  .custom-msg p.mt-5 {
    margin-top: 30px; }

#Collection .grid--view-items .grid__item .product-card__title {
  font-size: 24px; }
#Collection .grid--view-items .grid__item .price {
  font-size: 19px;
  margin-top: 13px; }
  #Collection .grid--view-items .grid__item .price .price-item {
    color: black; }

.full-width-link {
  z-index: 0; }

.product--hover-details {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  height: 100%;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  text-align: center; }
  .product--hover-details ul li {
    display: block;
    margin-bottom: 10px; }
    .product--hover-details ul li .view-prod {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      color: white;
      font-family: "ProximaNovaBold"; }
    .product--hover-details ul li .btn-main {
      padding: 0 24px;
      font-size: 14px;
      margin-top: 3px; }
  .product--hover-details .btn[disabled], .product--hover-details .shopify-payment-button [disabled].shopify-payment-button__button--unbranded, .product--hover-details .btn[aria-disabled], .product--hover-details .shopify-payment-button [aria-disabled].shopify-payment-button__button--unbranded {
    opacity: 1;
    cursor: pointer; }

.product-card:hover .product--hover-details {
  opacity: 1;
  visibility: visible; }

.filters-toolbar__item-wrapper {
  display: block; }

.filters-toolbar-wrapper {
  border: 0; }

.filters-toolbar__input-wrapper {
  width: 100%; }

.filters-toolbar__item-child {
  width: 100%; }

.filters-toolbar__item-child:last-child {
  margin-top: 65px; }

.filters-toolbar__label {
  display: block;
  font-family: "ProximaNovaBold";
  text-transform: initial;
  font-size: 25px;
  color: #902c2d;
  border-bottom: 2px solid #902c2d;
  padding-bottom: 10px; }

.filters-toolbar__input {
  padding-left: 0; }

.price-item {
  color: black; }

/* Prouct Single Page */
.custom-fields-wrapper h3 {
  font-size: 28px;
  color: black; }
.custom-fields-wrapper .custom-field--value {
  font-size: 19px;
  margin-top: -30px; }

.product-single {
  padding: 75px 0 30px; }

.prod-recommendations-page .artist-product-wrap {
  background-size: cover;
  padding-bottom: 45px; }

#shopify-section-product-recommendations {
  background-image: url(https://cdn.shopify.com/s/files/1/0324/5192/0004/files/testimonials-bg.jpg?v=1582273004);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }
  #shopify-section-product-recommendations h2 {
    color: white; }
  #shopify-section-product-recommendations .product-card__title {
    font-size: 24px;
    color: white; }
  #shopify-section-product-recommendations .price--listing {
    font-size: 19px;
    margin-top: 13px; }
    #shopify-section-product-recommendations .price--listing .price-item {
      color: white; }

/* Wholesale Collection */
#wholesale-container .grid {
  padding: 80px 0 35px; }
#wholesale-container .grid-view-item__image-wrapper {
  max-width: 345.0px; }
  #wholesale-container .grid-view-item__image-wrapper img {
    max-width: 345.0px;
    max-height: 345px; }
#wholesale-container .grid__item {
  padding: 0 20px; }
#wholesale-container .product-card .h4 {
  font-size: 24px; }

/* Cart Page */
#shopify-section-cart-template {
  padding: 60px 0; }

.cart__product-title {
  color: black;
  border-bottom: 0 !important; }

.cart__submit {
  text-transform: uppercase;
  padding: 14px 31px;
  background-color: #46a297;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  border-radius: 27px;
  display: block;
  width: 194px;
  text-align: center;
  width: max-content; }
  .cart__submit:hover {
    background-color: #902c2d; }

.cart-popup-item__title {
  font-size: 17px;
  line-height: 23px; }

/* Compare Page */
.compare-banner:after {
  position: absolute;
  content: '';
  bottom: -45px;
  left: 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0324/5192/0004/files/white-divider.png?v=1582546621);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
  z-index: 2; }
.compare-banner:before {
  display: none; }

.compare-sec2 {
  text-align: center;
  padding: 60px 0 70px; }
  .compare-sec2 p {
    margin: 0 auto;
    max-width: 753px; }
  .compare-sec2 .compare-table {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 45px 5px;
    margin-top: 45px; }
    .compare-sec2 .compare-table tr:nth-child(even) {
      background-color: #d9f2ef; }
    .compare-sec2 .compare-table th, .compare-sec2 .compare-table td {
      border: 0;
      color: #902c2d;
      text-align: center;
      padding: 15px 5px;
      font-family: "ProximaNovaBold"; }
    .compare-sec2 .compare-table .first-col {
      color: black;
      text-align: left;
      padding-left: 20px; }

/* Plain Text */
.plain-text-banner {
  height: 400px; }
  .plain-text-banner:before {
    display: none; }
  .plain-text-banner:after {
    position: absolute;
    content: '';
    bottom: -45px;
    left: 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0324/5192/0004/files/white-divider.png?v=1582546621);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    z-index: 2; }

.plain-content {
  padding: 70px 0; }

/* Breadcrumbs */
.breadcrumbs-wrapper {
  padding: 35px 0 20px; }

.breadcrumbs .breadcrumbs__list li {
  display: inline-block; }

.breadcrumb {
  background-color: transparent;
  color: white;
  font-size: 19px;
  font-family: "ProximaNovaBold";
  letter-spacing: 1px; }
  .breadcrumb a {
    color: white; }

/* Pillar Page */
#shopify-section-template-pillar .col-repeat .content-holder {
  padding: 66px 37px 37px; }

.pillar-banner {
  height: 420px; }
  .pillar-banner:after {
    position: absolute;
    content: '';
    bottom: -40px;
    height: 80px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/orange-divider.png?v=1585733320);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }

.pillar-sec2 {
  text-align: center;
  padding: 100px 0 80px; }
  .pillar-sec2 p {
    margin: 0 auto;
    max-width: 895px; }

#shopify-section-template-pillar .global-testimonials {
  margin-top: 0; }

.second-child-mobile, .home-product-mobile {
  display: none; }

.our-staff .content-holder {
  padding: 110px 37px 37px !important; }

.mission .content-holder {
  padding: 110px 37px 37px !important; }

.our-staff-mobile {
  display: none; }

/* Tribe/Artists */
.artist-banner:after {
  position: absolute;
  content: '';
  bottom: -40px;
  height: 80px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/gold-divider.png?v=1585733319);
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }

.artist-banner-red:after {
  position: absolute;
  content: '';
  bottom: -40px;
  height: 80px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/red-divider.png?v=1585733320);
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }

.artist-banner-green:after {
  position: absolute;
  content: '';
  bottom: -40px;
  height: 80px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/2705/files/green-divider.png?v=1585733320);
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }

.price__badges--listing {
  display: inline-block; }

.tribe-artist-content {
  padding: 70px 0; }
  .tribe-artist-content ul {
    display: block;
    margin: 20px; }
    .tribe-artist-content ul li {
      display: list-item;
      list-style: disc;
      margin-bottom: 15px; }
  .tribe-artist-content p {
    margin-bottom: 30px; }
  .tribe-artist-content .artist-bio-right > br {
    display: none; }
  .tribe-artist-content .guide-button, .tribe-artist-content .artist-bio-left, .tribe-artist-content h1 {
    display: none; }

/* Artist Single Page */
.article-wrap {
  padding: 50px 0px; }
  .article-wrap .article__author,
  .article-wrap .article__date {
    font-size: 18px; }
  .article-wrap .main-content {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .article-wrap .main-content p {
      font-size: 21px;
      margin-bottom: 30px;
      line-height: 38px; }
      .article-wrap .main-content p a {
        font-weight: bold;
        color: #2f887d; }
        .article-wrap .main-content p a:hover {
          color: #46a297; }
  .article-wrap .product-list {
    max-width: 380px;
    margin: 0 auto; }
    .article-wrap .product-list .product-card:hover .product-card__title {
      border: none !important; }
    .article-wrap .product-list .product-card .product-card__image-with-placeholder-wrapper {
      border: 1px solid #eaeaea; }
    .article-wrap .product-list .product-card img {
      padding: 10px; }
    .article-wrap .product-list .product-card .product-card__title {
      font-size: 21px;
      margin-bottom: 10px;
      max-width: 93%;
      margin: 10px auto 0px;
      display: block;
      line-height: 32px; }
    .article-wrap .product-list .product-card .price--listing {
      font-size: 16px;
      margin-top: 10px;
      max-width: 93%;
      margin: 5px auto 0PX; }

.artist-banner .banner-content .artist-image {
  height: 250px;
  width: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto 20px; }
.artist-banner .banner-content h1 {
  margin: 0; }
.artist-banner .banner-content p {
  font-size: 23px; }
  .artist-banner .banner-content p.artist-label {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px; }

.custom_sort {
  border: 1px solid #484848;
  font-size: 14px;
  height: 38px;
  line-height: 35px;
  font-weight: 600;
  width: 100%;
  margin: 10px 0 30px auto !important;
  background: url("//cdn.shopify.com/s/files/1/0352/5133/t/28/assets/select-arrow.png?426") no-repeat right white; }
  .custom_sort select {
    padding: 0;
    height: auto;
    padding-left: 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100% !important; }
  .custom_sort svg {
    display: none; }
  .custom_sort select::-ms-expand {
    display: none !important; }

.col-main-wrap {
  margin-bottom: 100px; }
  .col-main-wrap .pmb {
    padding-right: 0px; }
  .col-main-wrap .page-width .filters-toolbar__label {
    padding-left: 10px; }
  .col-main-wrap .page-width .filter li.filter-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #902c2d; }
    .col-main-wrap .page-width .filter li.filter-item ul .filter-attribute-list-inner {
      padding-bottom: 30px; }
    .col-main-wrap .page-width .filter li.filter-item:last-child ul .filter-attribute-list-inner {
      border-bottom: none; }
  .col-main-wrap .page-width .filter-item {
    width: 100%;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .col-main-wrap .page-width .filter-item ul li {
      width: 100%; }
    .col-main-wrap .page-width .filter-item .cbox-wrap {
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      font-size: 16px;
      line-height: 24px;
      width: 90%;
      display: block;
      margin: 10px auto 7px;
      color: #2d2d2d;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-transform: capitalize; }
    .col-main-wrap .page-width .filter-item .cbox-wrap input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .col-main-wrap .page-width .filter-item .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 22px;
      border: 2px solid #484848;
      width: 22px; }
    .col-main-wrap .page-width .filter-item .cbox-wrap:hover input ~ .checkmark {
      background-color: #484848;
      color: #fff; }
    .col-main-wrap .page-width .filter-item .cbox-wrap:hover input ~ .checkmark:after {
      left: 6px;
      top: 1px;
      width: 6px;
      height: 14px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .col-main-wrap .page-width .filter-item .cbox-wrap input:checked ~ .checkmark {
      background-color: #484848;
      color: #fff; }
    .col-main-wrap .page-width .filter-item .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .col-main-wrap .page-width .filter-item .cbox-wrap input:checked ~ .checkmark:after {
      display: block; }
    .col-main-wrap .page-width .filter-item .cbox-wrap .checkmark:after {
      left: 6px;
      top: 1px;
      width: 6px;
      height: 14px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .col-main-wrap .page-width .filter-item .filter-item-inner-heading {
      position: relative;
      padding: 10px;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 19px;
      cursor: pointer;
      text-transform: uppercase; }
    .col-main-wrap .page-width .filter-item .filter-item-inner-heading.minus:after,
    .col-main-wrap .page-width .filter-item .filter-item-inner-heading.plus:after {
      position: absolute;
      top: 33%;
      right: 7.5%;
      font-size: .6em; }
    .col-main-wrap .page-width .filter-item .filter-item-inner-heading.minus:after {
      font-family: FontAwesome;
      content: "\f068"; }
    .col-main-wrap .page-width .filter-item .filter-item-inner-heading.plus:after {
      font-family: FontAwesome;
      content: "\f067"; }

.triber-banner .banner-content .artist-image {
  height: 250px;
  width: 250px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 20px; }
.triber-banner .banner-content h1 {
  margin: 0;
  text-transform: uppercase; }
.triber-banner .banner-content p {
  font-size: 30px;
  font-family: "ProximaNovaBold", sans-serif; }
  .triber-banner .banner-content p.artist-label {
    font-weight: bold;
    letter-spacing: 5px; }

.return-link-wrapper {
  margin-bottom: 82.5px; }
  .return-link-wrapper a {
    text-transform: uppercase;
    padding: 14px 31px;
    background-color: #46a297;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    border-radius: 27px;
    display: inline-block;
    max-width: 520px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    white-space: inherit; }
    .return-link-wrapper a:hover {
      background-color: #902c2d !important;
      border-color: #902c2d !important;
      color: #fff !important; }

.product--hover-details .product-form__item {
  flex-basis: 100%; }
.product--hover-details label {
  color: #fff;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 4px; }
.product--hover-details .single-option-selector {
  padding: 0px 10px;
  font-size: 15px; }
.product--hover-details .product-form__cart-submit {
  margin: 0 auto; }

.product-card:hover .product-card__title {
  border-bottom: none; }

.tribe-list .grid-view-item__image-wrapper {
  border: 1px solid #fff;
  box-shadow: 0px 0px 20px #0000008c;
  padding: 15px; }
  .tribe-list .grid-view-item__image-wrapper div {
    box-shadow: none !important; }

.custom_search {
  padding: 40px 20px; }
  .custom_search form .input-group {
    display: -webkit-flex; }

.custom-pagination {
  text-align: center;
  margin-bottom: 50px; }

#shopify-section-article-template .product-card {
  min-height: 500px;
  margin: 0; }

#shopify-section-article-template .main-content {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 30px; }
  #shopify-section-article-template .main-content .flexslider-container {
    margin: 40px; }
    #shopify-section-article-template .main-content .flexslider-container .flex-direction-nav {
      display: none; }

.authenticity-wrap {
  padding: 70px 0px; }
  .authenticity-wrap h3 {
    margin-bottom: 40px;
    font-size: 45px; }
  .authenticity-wrap p {
    font-size: 20px;
    margin-bottom: 25px; }
  .authenticity-wrap .cta {
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: #902c2d;
    text-align: center;
    border-radius: 15px;
    display: table;
    line-height: 20px;
    width: 100%;
    max-width: 300px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .authenticity-wrap .cta a {
      color: #fff;
      font-size: 14px;
      vertical-align: middle;
      display: table-cell;
      padding: 11px; }
    .authenticity-wrap .cta:hover {
      opacity: .8; }

.product-single__description {
  margin: 0; }

.custom-product-wrap .seal {
  margin-top: 30px; }
.custom-product-wrap .inner-wrap {
  margin-top: 30px; }
  .custom-product-wrap .inner-wrap h5 {
    color: #000;
    font-size: 34px; }

.product-info {
  padding: 50px 0px; }
  .product-info .inner-wrap {
    margin-bottom: 30px; }
    .product-info .inner-wrap h5 {
      color: #000;
      font-size: 34px; }
    .product-info .inner-wrap p {
      margin-bottom: 25px; }
    .product-info .inner-wrap a {
      color: #902c2d;
      font-weight: bold; }

.custom-product-wrap .social-sharing {
  margin-top: 20px; }
  .custom-product-wrap .social-sharing li {
    display: table;
    margin: 5px; }
    .custom-product-wrap .social-sharing li a {
      padding: 0;
      margin: 0;
      height: 50px;
      width: 50px;
      background: #aa9749;
      vertical-align: middle;
      display: table-cell;
      border-radius: 50%;
      -webkit-transition: opacity .3s ease-in-out;
      -moz-transition: opacity .3s ease-in-out;
      -ms-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
      .custom-product-wrap .social-sharing li a svg {
        width: 20px;
        height: 40px;
        margin-right: 0px; }
        .custom-product-wrap .social-sharing li a svg path {
          color: white; }
      .custom-product-wrap .social-sharing li a .share-title {
        display: none; }
      .custom-product-wrap .social-sharing li a:hover {
        background: #aa9749;
        opacity: .8; }
  .custom-product-wrap .social-sharing a path {
    fill: #fff; }
.custom-product-wrap .seal img {
  max-width: 250px; }
.custom-product-wrap .prod-sku {
  color: #aa9749;
  margin: 20px 0px 0px;
  font-size: 24px;
  font-weight: 600; }
.custom-product-wrap .price__pricing-group {
  margin-top: 30px; }
.custom-product-wrap .price__regular {
  font-family: "ProximaNovaBold"; }
.custom-product-wrap .additional-desc {
  display: inline-block;
  width: 100%;
  margin-top: 50px; }
.custom-product-wrap .cat-insert {
  margin: 15px 0px; }
  .custom-product-wrap .cat-insert p {
    font-family: "ProximaNovaBold"; }
    .custom-product-wrap .cat-insert p b {
      color: #000; }
    .custom-product-wrap .cat-insert p a {
      text-decoration: none;
      color: #9f1f28;
      border-bottom: none !important;
      -webkit-transition: opacity .3s ease-in-out;
      -moz-transition: opacity .3s ease-in-out;
      -ms-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
      .custom-product-wrap .cat-insert p a:hover {
        color: #9f1f28;
        opacity: 0.8; }
.custom-product-wrap .product-single__meta form {
  width: 100%;
  max-width: 100%; }
  .custom-product-wrap .product-single__meta form .product-form__item {
    width: 100%;
    max-width: 100%; }
    .custom-product-wrap .product-single__meta form .product-form__item .shopify-payment-button {
      display: none; }
  .custom-product-wrap .product-single__meta form .product-form__item--payment-button button {
    float: left;
    width: 47%; }
    .custom-product-wrap .product-single__meta form .product-form__item--payment-button button.btn--secondary-accent {
      border: 1px solid #00a698;
      background: #00a698;
      color: #fff;
      font-weight: 600;
      border-radius: 50px;
      font-size: 15px;
      height: 50px;
      -webkit-transition: opacity .3s ease-in-out;
      -moz-transition: opacity .3s ease-in-out;
      -ms-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
      .custom-product-wrap .product-single__meta form .product-form__item--payment-button button.btn--secondary-accent:hover {
        opacity: 0.8; }
  .custom-product-wrap .product-single__meta form .product-form__item--payment-button .swym-button-bar {
    float: left;
    width: 47%;
    margin: 0px 0px 0px 3%; }
    .custom-product-wrap .product-single__meta form .product-form__item--payment-button .swym-button-bar .swym-btn-container {
      width: 100%; }
      .custom-product-wrap .product-single__meta form .product-form__item--payment-button .swym-button-bar .swym-btn-container button {
        font-family: "Work Sans",sans-serif;
        width: 100%;
        font-size: 15px;
        background-color: #ffffff00 !important;
        border: 2px solid #00a698;
        color: #00a698;
        border-radius: 50px;
        font-weight: 600;
        line-height: 0px;
        height: 50px;
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out; }
        .custom-product-wrap .product-single__meta form .product-form__item--payment-button .swym-button-bar .swym-btn-container button:hover {
          opacity: 0.8;
          color: #00a698; }

.common-template-wrap {
  padding: 70px 0px; }
  .common-template-wrap .faqpanel {
    display: none; }
  .common-template-wrap h5 {
    font-size: 33px; }
  .common-template-wrap p {
    margin-bottom: 25px;
    word-break: break-word; }
  .common-template-wrap a {
    font-weight: bold;
    color: #2f887d; }
    .common-template-wrap a:hover {
      color: #46a297; }
  .common-template-wrap ul li {
    display: block; }
  .common-template-wrap .col-md-9 ul {
    list-style: disc;
    padding: 25px; }
    .common-template-wrap .col-md-9 ul li {
      list-style: disc;
      display: list-item;
      margin-bottom: 20px; }
  .common-template-wrap .col-filter label {
    padding-left: 20px; }
  .common-template-wrap .col-filter ul {
    padding: 20px; }
    .common-template-wrap .col-filter ul li {
      margin-bottom: 10px;
      width: 100%; }
      .common-template-wrap .col-filter ul li a {
        color: #000;
        font-size: 20px;
        text-transform: capitalize; }
        .common-template-wrap .col-filter ul li a:hover {
          color: #2f887d; }
      .common-template-wrap .col-filter ul li.active a {
        color: #2f887d; }
        .common-template-wrap .col-filter ul li.active a:hover {
          color: #46a297; }
  .common-template-wrap .accordion {
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    background-color: #902c2d;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    border: none;
    word-spacing: 1px; }

footer .site-footer__item {
  padding: 0; }
footer .site-footer__content .row {
  width: 100%;
  margin: 0 auto; }
  footer .site-footer__content .row a:hover {
    text-decoration: none;
    border-bottom: none; }
footer .custom_newsletter .form-message--success {
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  border: 1px solid;
  padding: 5px;
  font-size: 20px;
  max-width: 300px;
  margin: 20px auto; }
  footer .custom_newsletter .form-message--success:hover {
    color: #fff !important;
    border-color: #fff; }
footer .custom_newsletter h5 {
  font-size: 20px;
  color: #fff; }
footer .custom_newsletter .input-group {
  position: relative;
  max-width: 400px;
  margin: 0 auto; }
  footer .custom_newsletter .input-group #ContactFooter-email {
    border-radius: 50px;
    font-size: 13px;
    padding-right: 125px;
    color: #000;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px; }
    footer .custom_newsletter .input-group #ContactFooter-email::placeholder {
      overflow: visible; }
  footer .custom_newsletter .input-group .input-group__btn {
    position: absolute;
    right: 0; }
    footer .custom_newsletter .input-group .input-group__btn button {
      background-color: #46a297;
      font-family: 'ProximaNovaBold';
      border-radius: 0px 20px 20px 0px;
      border: 0px; }
      footer .custom_newsletter .input-group .input-group__btn button:hover {
        opacity: .8; }
      footer .custom_newsletter .input-group .input-group__btn button:focus {
        color: #fff;
        font-size: 14px; }
footer .custom_newsletter #ContactFooter-email-error {
  max-width: 390px;
  margin: 10px auto;
  font-size: 17px; }
footer .custom_social.site-footer__social-icons {
  text-align: center;
  margin-top: 15px; }
  footer .custom_social.site-footer__social-icons li {
    padding: 8px; }
    footer .custom_social.site-footer__social-icons li a {
      background-color: #c08040;
      margin: 0;
      padding: 0;
      line-height: 100%;
      border-radius: 50%;
      display: table; }
      footer .custom_social.site-footer__social-icons li a:hover {
        color: #fff !important;
        opacity: .6; }
      footer .custom_social.site-footer__social-icons li a span {
        height: 40px;
        width: 40px;
        vertical-align: middle;
        display: table-cell;
        line-height: 0; }
        footer .custom_social.site-footer__social-icons li a span svg {
          height: 20px;
          width: 20px; }

.shopify-challenge__container {
  padding: 100px 0px; }

.artist-product-wrap {
  padding: 70px 0px; }
  .artist-product-wrap .collection-wrap {
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    padding-bottom: 60px; }
  .artist-product-wrap h3 {
    color: #fff;
    margin-bottom: 50px; }
    .artist-product-wrap h3.other-tribe {
      border-top: 1px dashed #e0e0e0;
      margin-top: 40px;
      padding-top: 60px; }
  .artist-product-wrap .grid-view-item__image-wrapper div {
    box-shadow: 0px 0px 20px #0000008c;
    max-width: 450px;
    margin: 0 auto;
    display: block; }
  .artist-product-wrap .container:last-child .collection-wrap {
    border: none; }
  .artist-product-wrap .product-card:hover .product-card__title {
    border: none !important; }
  .artist-product-wrap .product-card .product-card__title {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    max-width: 95%;
    margin: 0 auto; }
  .artist-product-wrap .product-card .price {
    max-width: 95%;
    margin: 0 auto;
    display: block;
    font-size: 19px;
    margin-top: 13px; }
    .artist-product-wrap .product-card .price .price-item {
      color: #fff; }
  .artist-product-wrap .product-card .fl-link {
    display: block; }
  .artist-product-wrap .product-list {
    max-width: 380px;
    margin: 0 auto; }
    .artist-product-wrap .product-list .grid-view-item__image-wrapper {
      max-width: 100% !important;
      width: 100%; }
      .artist-product-wrap .product-list .grid-view-item__image-wrapper img {
        max-width: 100% !important;
        max-height: 100% !important; }
  .artist-product-wrap .col-prod .btn-main {
    margin: 0 auto;
    background-color: #902c2d; }
    .artist-product-wrap .col-prod .btn-main:hover {
      background-color: #46a297 !important; }
    .artist-product-wrap .col-prod .btn-main:focus {
      color: #fff;
      outline: 0; }

/* Jewelry */
.jewelry-banner {
  height: 420px; }

/* Responsive */
@media (max-width: 1400px) {
  .img-right .content-holder {
    padding: 80px 37px 37px 72px; } }
@media (max-width: 1199px) {
  .site-nav a, .site-nav__label {
    padding: 27px 3px 25px 3px;
    font-size: 18px; }

  #shopify-section-template-pillar .col-repeat .content-holder {
    padding: 23px 37px 37px; } }
@media (max-width: 1024px) {
  .filters-toolbar {
    padding-left: 0; }

  .artist-product-wrap .product-card {
    margin: 0 0 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .artist-product-wrap .product-list {
    min-height: 550px; } }
@media (max-width: 991px) {
  .page-width {
    padding-left: 30px;
    padding-right: 30px; }

  .common-template-wrap img {
    margin: 0 auto 20px;
    display: block; }

  .authenticity-wrap .cta {
    margin: 20px auto 50px; }

  .common-template-wrap .col-filter ul li {
    margin-bottom: 10px;
    width: 100%;
    display: inline;
    margin-right: 50px;
    line-height: 50px; }

  .custom-product-wrap .product-single__meta form .product-form__item--payment-button button,
  .custom-product-wrap .product-single__meta form .product-form__item--payment-button .swym-button-bar {
    float: none;
    width: 100%;
    max-width: 275px; }

  .custom-product-wrap .product-single__meta form .product-form__item--payment-button .swym-button-bar {
    margin: 20px 0px 0px; }

  .filters-toolbar {
    padding-left: 0; }

  #product-wrapper {
    padding: 95px 0 60px; }

  .btn-main {
    padding: 12px 30px;
    font-size: 15px; }

  .home-banner {
    height: 600px; }
    .home-banner .banner-content {
      max-width: 100%;
      padding: 0 25px;
      left: 50%; }
      .home-banner .banner-content h1 {
        font-size: 45px;
        line-height: 46px; }

  .subpage-banner .banner-content {
    padding: 0 25px; }
    .subpage-banner .banner-content h1 {
      font-size: 45px;
      line-height: 46px; }

  .products-banner .banner-content {
    max-width: 100%;
    padding: 0 25px;
    left: 50%; }

  .second-child-mobile, .home-product-mobile {
    display: block !important; }

  .second-child-desktop, .home-product-desktop {
    display: none !important; }

  .col-repeat .content-holder {
    padding: 37px 25px 85px; }

  .img-left .content-holder .btn {
    float: none; }

  .home-product img {
    margin: 55px auto 0;
    display: table; }
  .home-product .content-holder {
    padding-bottom: 25px; }

  .carousel .carousel-inner .carousel-caption {
    padding: 20px 0px 0; }

  .carousel .carousel-inner .carousel-caption p {
    font-size: 37px;
    line-height: 45px; }

  .bottom-banner {
    height: 380px; }
    .bottom-banner .bottom-banner-content {
      max-width: 100%;
      left: 50%;
      padding: 0 25px; }
      .bottom-banner .bottom-banner-content h2 {
        font-size: 45px; }

  .second-child:before {
    top: -18px;
    height: 41px; }

  .second-child:after {
    bottom: -20px;
    height: 41px; }

  .our-staff .content-holder, .mission .content-holder {
    padding: 38px 37px 37px !important; }

  .our-staff-desktop {
    display: none; }

  .our-staff-mobile {
    display: block; } }
/*End 991px*/
@media (max-width: 767px) {
  #swym-hosted-plugin {
    margin: 20px !important; }

  #swym-hosted-plugin .swym-tabs-nav li:last-child {
    border-right: 1px solid #d8d8d8 !important; }

  #swym-plugin-name {
    text-align: center;
    margin-bottom: 30px !important; }

  .col-main-wrap .pmb {
    padding-right: 25px; }

  .filters-toolbar__item-child .filters-toolbar__input {
    padding-left: 8px; }

  .bottom-banner .bottom-banner-content h2,
  .subpage-banner .banner-content h1 {
    font-size: 36px;
    line-height: 45px; }

  .footer-copyright .copyright-wrap {
    text-align: center; }
    .footer-copyright .copyright-wrap .coprtight-footer {
      text-align: center;
      margin-top: 10px; }

  .seal {
    text-align: center; }

  .artist-product-wrap .product-card .fl-link {
    text-align: center; }

  .authenticity-wrap h3 {
    font-size: 35px;
    text-align: center; }

  .template-product .main-content {
    padding-top: 0px; }

  .common-template-wrap img {
    margin: 0 auto 20px;
    display: block; }

  .artist-product-wrap .product-card .product-card__title {
    font-size: 25px;
    text-align: center;
    line-height: 43px; }

  .carousel-control.right img, .carousel-control.left img {
    width: 16px; }

  .carousel-control.left {
    left: -47px; }

  .carousel-control.right {
    right: -47px; }

  .carousel .carousel-inner .carousel-caption {
    padding: 20px 50px 0; }

  .product-section2 {
    padding: 70px 0; }

  .product-section2:before {
    height: 37px;
    top: -19px; }
  .product-section2:after {
    bottom: -14px;
    height: 37px; } }
@media only screen and (min-width: 750px) {
  .cart-popup-wrapper {
    width: 40rem;
    right: 0; } }
@media only screen and (max-width: 750px) {
  .custom-product-wrap .price {
    display: inline-block; }
  .custom-product-wrap .product-single__meta {
    text-align: center; }
  .custom-product-wrap .social-sharing {
    text-align: center;
    display: inline-block;
    width: 100%; }
    .custom-product-wrap .social-sharing li {
      display: inherit; }

  .product-info .inner-wrap h5 {
    font-size: 30px; } }
@media only screen and (max-width: 1080px) {
  /* Force mobile 1080px */
  .site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0; }

  .site-header__mobile-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0; }
    .site-header__mobile-nav .logo-align--left {
      width: 100%; }

  #AccessibleNav.small--hide {
    display: none !important; }

  .mobile-nav-wrapper.js-menu--is-open {
    display: block !important; }

  /* end Force mobile 1080px */
  .site-header {
    padding: 0; }

  .site-header, .site-header__mobile-nav {
    padding-bottom: 10px; }

  .site-header__logo-image img {
    margin: 0 auto; }

  .cart-mob {
    display: block;
    position: absolute;
    left: 25px;
    top: 1px;
    z-index: 99; }
    .cart-mob .site-header__cart-count {
      min-width: 25px;
      min-height: 25px;
      height: 25px;
      top: 10px;
      left: 15px; } }
@media only screen and (max-width: 767px) {
  .sticky-prod {
    display: block; } }
@media only screen and (max-width: 375px) {
  .sticky-prod .cta .btn-main {
    padding: 11px 20px;
    line-height: 100%;
    font-size: 13px; } }
@media (max-width: 741px) {
  .home-3cols ul li, .contact-3col ul li {
    margin-top: 25px;
    margin-left: 0; }
    .home-3cols ul li:first-child, .contact-3col ul li:first-child {
      margin-top: 0; }

  .contact-3col ul li .img-holder {
    min-height: 68px; }

  .contact-3col ul li .img-holder img {
    height: 65px; }

  .contact-3col ul li h3 {
    margin-top: 18px; } }
@media (max-width: 600px) {
  .common-template-wrap .col-filter ul li {
    display: block;
    line-height: 40px; }

  .inner-custom-search .product-card__title {
    font-size: 18px;
    line-height: 100%; }
  .inner-custom-search .content-div {
    font-size: 16px; }
  .inner-custom-search .price--listing {
    font-size: 16px;
    font-weight: bold; }

  p,
  .common-template-wrap ul li,
  .common-template-wrap ol li {
    font-size: 19px;
    line-height: 28px; }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 33px; }

  .get-in-touch .form-vertical {
    padding: 30px; }
    .get-in-touch .form-vertical .rrm {
      font-size: 33px; }

  .col-repeat .content-holder {
    padding: 37px 25px 55px; }

  .col-repeat .content-holder p, .col-repeat .content-holder .btn {
    margin-top: 16px; }

  .col-repeat .bg-inline {
    height: 325px; }

  .home-banner .banner-divider, .second-child:after {
    bottom: -16px;
    height: 37px; }

  .second-child:before, .home-product:before {
    top: -18px;
    height: 37px; }

  .contact-3col:before {
    height: 37px;
    top: -14px; }

  .contact-3col:after {
    bottom: -12px;
    height: 37px; }

  .carousel-control.left {
    left: -27px; }

  .carousel-control.right {
    right: -27px; }

  .img-fill img {
    height: auto; }

  .pueblos-slider:after {
    bottom: -19px;
    height: 37px; }

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

  .site-footer__linklist {
    margin-top: 35px;
    margin-left: 0; }

  .site-footer__linklist li {
    width: auto;
    padding: 10px 0; } }
@media (max-width: 630px) {
  #swym-plugin .swym-item-grid .swym-item, #swym-hosted-plugin .swym-item-grid .swym-item {
    width: 100% !important; } }
@media (max-width: 500px) {
  .site-header__logo-image img {
    max-width: 200px !important; }

  .bottom-banner .bottom-banner-content h2 {
    font-size: 33px;
    line-height: 36px; }

  .home-banner {
    height: auto;
    padding: 50px 0px; }
    .home-banner .banner-content {
      position: relative;
      left: 0;
      top: 0;
      transform: none; }
      .home-banner .banner-content h1 {
        font-size: 33px;
        line-height: 36px; }

  #Collection .grid--view-items .grid__item .product-card__title {
    font-size: 19px; }

  #Collection .grid--view-items .grid__item {
    width: 100%; }

  .global-testimonials {
    padding: 57px 0 40px; }

  .carousel .carousel-inner .carousel-caption {
    padding: 20px 40px 0; }
    .carousel .carousel-inner .carousel-caption p {
      font-size: 27px;
      line-height: 36px; }

  .compare-sec2 .compare-table {
    padding: 20px 20px 5px; } }
@media (max-width: 350px) {
  .site-header__logo-image img {
    max-width: 180px !important;
    position: relative;
    top: 4px; } }
