html {
  font-size: 62.5%; }

body {
  font-family: "museo-sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000; }

h1 {
  font-family: "museo-slab", sans-serif;
  font-weight: 900; }
  h1 small {
    display: block;
    font-weight: 300; }

p {
  margin-bottom: 2rem; }

.heading-center {
  margin-bottom: 3rem;
  font-size: 4.8rem;
  text-align: center; }

.page.custom h1,
#home h1,
.products h1 {
  margin-bottom: 3rem;
  font-size: 4.8rem;
  text-align: center; }
  @media (max-width: 767px) {
    .page.custom h1,
    #home h1,
    .products h1 {
      font-size: 3.6rem; } }
  @media screen and (min-width: 1024px) {
    .product_detail .gallery {
    margin-bottom: 25px;
    max-width: none;
    width: 30%;  } }
.content {
  padding: 5rem 0 7rem 0; }
  .content .container-fluid {
    max-width: 100rem;
    margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .content {
      min-height: 400px; } }

.breadcrumb {
  padding: 0;
  text-align: center;
  background: none;
  font-size: 1.4rem; }
  .breadcrumb a {
    color: #999; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2rem 0;
  font-family: "museo-slab", sans-serif;
  font-weight: 900; }

.captcha-wrap {
  margin: 0 auto 1rem auto;
  max-width: 280px;
  border: 2px solid #e6e8e8;
  text-align: center; }

.wf-loading p,
.wf-loading li,
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
  visibility: hidden; }

.wf-active p,
.wf-active li,
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
  visibility: visible; }

a {
  transition: color 0.25s ease; }

.browsehappy {
  padding: 10px;
  text-align: center; }

#header {
  position: relative;
  background: #000;
  width: 100%;
  padding-bottom: .75rem; }

#logo {
  width: 20rem;
  margin: 0 auto; }
  #logo .logo-svg {
    width: 20rem;
    height: 11rem;
    margin: 2rem 0; }

#menu {
  background: #f2b000; }
  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center; }
    #menu ul li {
      display: inline; }
      #menu ul li a {
        display: inline-block;
        height: 3.6rem;
        padding: 0 1.6rem;
        font-family: "museo-slab", sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 3.6rem;
        transition: all 0.25s ease; }
        #menu ul li a:hover {
          color: #fff;
          background: #000; }
        #menu ul li a.current {
          color: #fff; }
        #menu ul li a.current:hover {
          color: #fff; }
        @media (min-width: 768px) {
          #menu ul li a.current {
            margin-top: -.5rem;
            margin-bottom: -.5rem;
            height: 4.2rem;
            line-height: 4.2rem;
            color: #000;
            background: #f5c440;
            box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.15); }
            #menu ul li a.current:hover {
              color: #000; } }

.page-11635885 #menu ul li.menu-11635885 a,
.page-11635894 #menu ul li.menu-11635894 a,
.page-11635882 #menu ul li.menu-11635882 a,
.page-11635891 #menu ul li.menu-11635891 a,
.page-11635888 #menu ul li.menu-11635888 a,
.page-11637241 #menu ul li.menu-11637241 a {
  color: #fff; }
  @media (min-width: 768px) {
    .page-11635885 #menu ul li.menu-11635885 a,
    .page-11635894 #menu ul li.menu-11635894 a,
    .page-11635882 #menu ul li.menu-11635882 a,
    .page-11635891 #menu ul li.menu-11635891 a,
    .page-11635888 #menu ul li.menu-11635888 a,
    .page-11637241 #menu ul li.menu-11637241 a {
      color: #000;
      margin-top: -.5rem;
      margin-bottom: -.5rem;
      height: 4.2rem;
      line-height: 4.2rem;
      background-color: #f5c440;
      box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.15); } }
  .page-11635885 #menu ul li.menu-11635885 a:hover,
  .page-11635894 #menu ul li.menu-11635894 a:hover,
  .page-11635882 #menu ul li.menu-11635882 a:hover,
  .page-11635891 #menu ul li.menu-11635891 a:hover,
  .page-11635888 #menu ul li.menu-11635888 a:hover,
  .page-11637241 #menu ul li.menu-11637241 a:hover {
    color: #fff;
    background: #000; }

.cart-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 3.6rem;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.8); }
  .cart-wrap a {
    color: #fff;
    text-decoration: none; }
  .cart-wrap .count {
    display: inline-block;
    height: 1.6rem;
    min-width: 1.6rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-align: center;
    color: #000;
    background: #f2b000;
    border-radius: .8rem; }
  .cart-wrap .container-fluid {
    max-width: 100rem;
    margin: 0 auto; }
  .cart-wrap .total {
    padding: 0 5px; }

#footer {
  padding: 3rem 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: #252525; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer ul li {
      display: inline-block;
      padding: 0 15px 10px 15px; }
      #footer ul li a {
        font-family: "museo-slab", sans-serif;
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff; }
        #footer ul li a:hover {
          color: #f2b000;
          text-decoration: none; }
        @media (max-width: 767px) {
          #footer ul li a {
            font-size: 1.8rem; } }
  #footer .container-fluid {
    max-width: 90rem;
    margin: 0 auto; }
  #footer .logo-text-svg {
    width: 10rem;
    height: 2.8rem; }
  #footer .copyright {
    margin-bottom: 10px;
    color: #999; }
  #footer [class*='social-'] {
    display: inline-block;
    margin: 0 0 0 1.2rem;
    font-size: 0; }
    #footer [class*='social-'] svg {
      width: 2.4rem;
      height: 2.4rem;
      fill: #fff;
      transition: fill 0.25s ease; }
    #footer [class*='social-']:hover svg {
      fill: #f2b000; }

.store-controls {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: .2rem solid #e8e6e6; }
  .store-controls dl {
    margin-bottom: 3.5rem;
    font-size: 0; }
  .store-controls p {
    font-family: "museo-slab", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center; }
  .store-controls dt {
    display: inline-block;
    width: 50%;
    padding-right: 1rem;
    font-weight: 300;
    font-size: 1.6rem;
    text-align: right; }
  .store-controls dd {
    display: inline-block;
    width: 50%;
    font-family: "museo-slab", sans-serif;
    font-size: 2.4rem;
    font-weight: 700; }

.radio label,
.checkbox label {
  font-size: 1.6rem;
  font-weight: 300; }

select,
input[type="text"],
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

textarea {
  height: auto;
  min-height: 80px; }

.btn {
  font-family: "museo-slab", sans-serif;
  border-radius: 0;
  border-color: transparent; }

.btn-lg {
  font-size: 2.2rem;
  font-weight: 700; }

.btn-primary {
  background: #000;
  border-color: transparent;
  transition: all 0.25s ease; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus {
    color: #1a1a1a;
    background: #fff;
    border-color: #000; }

.btn-default {
  border: 1px solid #000; }
  .btn-default:hover, .btn-default:active {
    color: #fff;
    background: #000;
    border-color: #000; }

.products [class*="col-"]:nth-of-type(3n+1) {
  clear: left; }
.products h1 {
  margin-bottom: 4rem;
  text-align: center; }

.product {
  margin-bottom: 4rem;
  text-align: center; }
  .product img {
    margin-bottom: 2rem; }
  .product .product_name {
    display: block;
    font-family: "museo-slab", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .product .price {
    display: block;
    font-size: 1.4rem; }
  .product a {
    color: #000; }

.contact {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  .contact ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .contact ul li {
      margin-bottom: 3rem; }

.list-cart .media {
  position: relative;
  padding: 3rem 0 2rem 0;
  border-top: .2rem solid #e8e6e6; }
  .list-cart .media:last-child {
    border-bottom: .2rem solid #e8e6e6;
    padding-bottom: 2rem; }
  .list-cart .media .item-remove {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    font-size: 1.3rem;
    color: #999;
    background: #e8e6e6; }
.list-cart .media-object {
  width: 100px; }
.list-cart h4 {
  margin-bottom: .5rem;
  font-size: 2.4rem;
  font-weight: 700; }
  .list-cart h4 a {
    color: #000; }
.list-cart p {
  font-size: 1.4rem; }
.list-cart .media-left {
  padding: 0 2rem 0 2rem; }
.list-cart .cart-submit,
.list-cart .cart-total {
  text-align: center; }
.list-cart .cart-total p {
  font-size: 1.8rem; }

.home-banner {
  background: #232323; }
  @media (max-width: 767px) {
    .home-banner {
      background: #111; } }
  .home-banner .home-banner-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative; }
  .home-banner .home-banner-copy {
    padding: 30px 20px;
    color: #fff;
    text-align: center; }
    .home-banner .home-banner-copy h2 {
      font-size: 32px; }
      .home-banner .home-banner-copy h2 span {
        color: #f2b000; }
    .home-banner .home-banner-copy p:last-child {
      margin: 0; }
    .home-banner .home-banner-copy .quote {
      margin-bottom: 0;
      font-family: Georgia, serif;
      font-size: 2rem;
      font-style: italic; }
    .home-banner .home-banner-copy .btn {
      border-color: #fff; }
    @media (min-width: 768px) {
      .home-banner .home-banner-copy {
        position: absolute;
        bottom: 30px;
        padding: 20px;
        right: 30px;
        width: 43%; }
        .home-banner .home-banner-copy h2 {
          font-size: 48px; } }

/*# sourceMappingURL=styles.css.map */
