@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.grid-hold {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  position: relative;
  overflow: hidden; }

.group {
  overflow: hidden;
  float: left;
  padding: 0px; }

.lastgroup {
  overflow: hidden;
  float: left;
  float: none;
  width: auto;
  padding: 0px; }

.lastgrid,
.lastunit {
  overflow: hidden;
  float: none;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px; }

.grid,
.unit {
  overflow: hidden;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px; }
  .grid.full,
  .unit.full {
    padding: 0; }

.full .grid,
.full .unit {
  padding: 0; }

.grid,
.lastgrid,
.unit,
.lastunit,
.group,
.lastgroup {
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.grid1of1 {
  width: 100%; }

.unit1of1 {
  width: 100%; }

.grid1of2 {
  width: 50%; }

.grid2of2 {
  width: 100%; }

.unit1of2 {
  width: 50%; }

.unit2of2 {
  width: 100%; }

@media screen and (max-width: 480px) {
  .grid1of2,
  .unit1of2 {
    width: 100%;
    float: none;
    display: block; } }
.grid1of3 {
  width: 33.3333%; }

.grid2of3 {
  width: 66.6666%; }

.grid3of3 {
  width: 100%; }

.unit1of3 {
  width: 33.33333333333333%; }

.unit2of3 {
  width: 66.66666666666666%; }

.unit3of3 {
  width: 100%; }

@media screen and (max-width: 480px) {
  .grid1of3,
  .grid2of3,
  .unit1of3,
  .unit2of3 {
    width: 100%;
    float: none;
    display: block; } }
.grid1of4 {
  width: 25%; }

.grid2of4 {
  width: 50%; }

.grid3of4 {
  width: 75%; }

.grid4of4 {
  width: 100%; }

.unit1of4 {
  width: 25%; }

.unit2of4 {
  width: 50%; }

.unit3of4 {
  width: 75%; }

.unit4of4 {
  width: 100%; }

@media screen and (max-width: 480px) {
  .grid1of4,
  .unit1of4 {
    width: 50%; }

  .grid2of4,
  .grid3of4,
  .unit2of4,
  .unit3of4 {
    width: 100%;
    float: none;
    display: block; } }
.grid1of5 {
  width: 20%; }

.grid2of5 {
  width: 40%; }

.grid3of5 {
  width: 60%; }

.grid4of5 {
  width: 80%; }

.grid5of5 {
  width: 100%; }

.unit1of5 {
  width: 20%; }

.unit2of5 {
  width: 40%; }

.unit3of5 {
  width: 60%; }

.unit4of5 {
  width: 80%; }

.unit5of5 {
  width: 100%; }

.grid1of6 {
  width: 16.666666667%; }

.grid2of6 {
  width: 33.33333333333333%; }

.grid3of6 {
  width: 50%; }

.grid4of6 {
  width: 66.66666666666666%; }

.grid5of6 {
  width: 83.333333333%; }

.grid6of6 {
  width: 100%; }

.unit1of6 {
  width: 16.666666667%; }

.unit2of6 {
  width: 33.33333333333333%; }

.unit3of6 {
  width: 50%; }

.unit4of6 {
  width: 66.66666666666666%; }

.unit5of6 {
  width: 83.333333333%; }

.unit6of6 {
  width: 100%; }

.grid1of8 {
  width: 12.5%; }

.unit1of8 {
  width: 12.5%; }

body {
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased; }

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  width: 100%;
  display: block; }

h1 {
  font-family: 'Nevis', sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center; }

h2 {
  font-family: 'Nevis', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center; }

h3 {
  font-family: 'Nevis', sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center; }

h4 {
  font-family: 'Nevis', sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center; }

p {
  font-family: "buendia-1", "buendia-2", serif;
  font-size: 15px;
  line-height: 1.5; }

.half {
  width: 50%;
  float: left; }

.left {
  float: left; }

.right {
  float: right; }

.two-column {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px; }
  @media screen and (max-width: 768px) {
    .two-column {
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; } }

select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-image: url("{{ 'dropdown-2.png' | asset_url }}");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right; }

@font-face {
  font-family: 'Nevis';
  src: url("Nevis-Bold.ttf.woff") format("woff"), url("Nevis-Bold.ttf.svg#Nevis-Bold") format("svg"), url("Nevis-Bold.ttf.eot"), url("Nevis-Bold.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }
.intro {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #fff;
  z-index: 100; }
  @media screen and (max-width: 900px) {
    .intro {
      height: 180px; } }
  @media screen and (max-width: 768px) {
    .intro {
      height: 150px; } }
  @media screen and (max-width: 750px) {
    .intro {
      height: 120px; } }
  @media screen and (max-width: 480px) {
    .intro {
      height: 100px; } }
  .intro img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .intro img.awning {
      width: 95%;
      margin-top: -20px;
      max-width: 1200px; }
      @media screen and (max-width: 768px) {
        .intro img.awning {
          width: 1000px;
          margin-left: -130px;
          margin-top: -70px; } }
      @media screen and (max-width: 480px) {
        .intro img.awning {
          margin-top: -80px; } }
    .intro img.logo {
      margin-top: 30px;
      max-width: 550px;
      width: 60%; }
  .intro .links-hold {
    position: absolute;
    width: 100%; }
  .intro .links {
    position: relative;
    overflow: hidden;
    max-width: 1530px;
    height: 120px;
    margin-left: auto;
    margin-right: auto; }
    .intro .links a {
      color: #000; }
  .intro .cart-link {
    position: absolute;
    top: 10px; }
    .intro .cart-link a p {
      font-size: 21px;
      font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #000;
      margin-left: 5px; }
    @media screen and (max-width: 768px) {
      .intro .cart-link {
        right: 5px;
        top: 80px; } }
    @media screen and (max-width: 750px) {
      .intro .cart-link a p {
        display: none; } }
  .intro .nav-hold {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-bottom: 20px; }
  .intro .blog-link,
  .intro .nav-toggle {
    left: 7%;
    top: 20px;
    float: none;
    z-index: 10;
    overflow: hidden;
    position: absolute; }
    .intro .blog-link img,
    .intro .nav-toggle img {
      width: 80px;
      height: 80px;
      float: left; }
    @media screen and (max-width: 1320px) {
      .intro .blog-link,
      .intro .nav-toggle {
        left: 4%;
        top: 8px; }
        .intro .blog-link img,
        .intro .nav-toggle img {
          width: 60px;
          height: 60px;
          float: left; } }
    @media screen and (max-width: 768px) {
      .intro .blog-link,
      .intro .nav-toggle {
        left: 5px;
        top: 70px; }
        .intro .blog-link img,
        .intro .nav-toggle img {
          width: 50px;
          height: 50px;
          float: left; } }
  .intro .nav-toggle {
    display: none; }
  @media screen and (max-width: 750px) {
    .intro .blog-link {
      display: none; }
    .intro .nav-toggle {
      display: block;
      left: 15px;
      top: 85px; }
      .intro .nav-toggle img {
        width: 25px;
        height: 25px;
        float: left; } }
  @media screen and (max-width: 480px) {
    .intro .nav-toggle {
      top: 55px; }
    .intro .cart-link {
      top: 45px; }
    .intro img.logo {
      margin-top: 15px; } }
  .intro .cart-link {
    width: 150px;
    right: 15px;
    z-index: 100; }
    .intro .cart-link img {
      display: block;
      float: right;
      width: 35px;
      margin-right: 0px; }
    .intro .cart-link p {
      margin-top: 6px;
      float: right;
      font-size: 18px; }

nav.non-mobile {
  width: 100%;
  position: relative;
  background-color: white;
  border-top: 1px #414141 solid;
  border-bottom: 1px #414141 solid;
  text-align: center;
  z-index: 100;
  padding-top: 3px; }
  nav.non-mobile.mobile {
    display: none; }
  @media screen and (max-width: 750px) {
    nav.non-mobile {
      display: none; }
      nav.non-mobile.mobile {
        display: block; } }
  nav.non-mobile ul.primary {
    max-height: 27px; }
  nav.non-mobile ul li {
    display: inline-block;
    overflow: hidden;
    font-size: 22px;
    font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    padding: 0 30px 15px 30px; }
    @media screen and (max-width: 1100px) {
      nav.non-mobile ul li {
        font-size: 20px;
        padding: 0 20px 15px 20px; } }
    @media screen and (max-width: 900px) {
      nav.non-mobile ul li {
        font-size: 18px;
        padding: 0 15px 15px 15px; } }
    nav.non-mobile ul li a {
      color: #000; }
    nav.non-mobile ul li.selected a {
      color: #2fb3ed; }
    nav.non-mobile ul li:first-of-type {
      padding-left: 0; }
    nav.non-mobile ul li:hover .nav-drawer {
      display: block; }
    nav.non-mobile ul li:hover > a {
      color: #2fb3ed; }
    nav.non-mobile ul li .nav-drawer {
      position: absolute;
      display: none;
      z-index: 1000;
      width: 180px;
      margin-top: 15px;
      padding-bottom: 20px;
      background-color: #fff;
      border-left: 1px #414141 solid;
      border-right: 1px #414141 solid;
      border-bottom: 1px #414141 solid;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      nav.non-mobile ul li .nav-drawer .nav-drawer-hold {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto; }
        nav.non-mobile ul li .nav-drawer .nav-drawer-hold .nav-arrow {
          width: 17px;
          height: 20px;
          margin: 0 auto 10px auto; }
        nav.non-mobile ul li .nav-drawer .nav-drawer-hold li {
          color: #000;
          width: 100%;
          padding: 10px 15px;
          text-align: center;
          font-family: 'Nevis', sans-serif;
          font-size: 10px;
          font-weight: bold;
          letter-spacing: 1.5px;
          line-height: 1.25;
          text-transform: uppercase; }
          nav.non-mobile ul li .nav-drawer .nav-drawer-hold li:hover {
            background-color: #F6E420;
            color: #FFF; }
      nav.non-mobile ul li .nav-drawer:hover {
        display: block; }
      nav.non-mobile ul li .nav-drawer.title-length-2 {
        margin-left: -75px; }
      nav.non-mobile ul li .nav-drawer.title-length-3 {
        margin-left: -70px; }
      nav.non-mobile ul li .nav-drawer.title-length-4 {
        margin-left: -65px; }
      nav.non-mobile ul li .nav-drawer.title-length-5 {
        margin-left: -60px; }
      nav.non-mobile ul li .nav-drawer.title-length-6 {
        margin-left: -55px; }
      nav.non-mobile ul li .nav-drawer.title-length-7 {
        margin-left: -50px; }
      nav.non-mobile ul li .nav-drawer.title-length-8 {
        margin-left: -45px; }
      nav.non-mobile ul li .nav-drawer.title-length-9 {
        margin-left: -40px; }
      nav.non-mobile ul li .nav-drawer.title-length-10 {
        margin-left: -35px; }
      nav.non-mobile ul li .nav-drawer.title-length-11 {
        margin-left: -30px; }
      nav.non-mobile ul li .nav-drawer.title-length-12 {
        margin-left: -25px; }
      nav.non-mobile ul li .nav-drawer.title-length-13 {
        margin-left: -25px; }
      nav.non-mobile ul li .nav-drawer.title-length-14 {
        margin-left: -20px; }
      nav.non-mobile ul li .nav-drawer.title-length-15 {
        margin-left: -20px; }

.search-hold {
  background-color: #000;
  position: absolute;
  width: 100%;
  z-index: 99;
  margin-top: -59px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media screen and (max-width: 750px) {
    .search-hold {
      display: none; } }
  .search-hold .content {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px; }
  .search-hold .search-field {
    border: none;
    max-width: 440px;
    margin: 0 auto; }
    .search-hold .search-field form {
      margin: 0; }
    .search-hold .search-field .img-hold {
      width: 10%;
      float: left; }
      .search-hold .search-field .img-hold img {
        margin-top: 8px;
        width: 24px;
        height: 24px;
        float: right; }
        .search-hold .search-field .img-hold img.right-border {
          width: 28px;
          padding-right: 4px; }
      .search-hold .search-field .img-hold:last-of-type img {
        float: left;
        cursor: pointer; }
    .search-hold .search-field input {
      margin-top: -3px;
      border: none;
      color: #fff;
      width: 80%;
      float: left;
      text-align: left;
      font-size: 16px;
      text-transform: none;
      padding-left: 5px; }
  .search-hold .close-hold {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 15px;
    height: 15px;
    cursor: pointer; }
  .search-hold.open {
    margin-top: 0px; }

nav.mobile {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  overflow-y: scroll;
  display: none; }
  nav.mobile.open {
    display: block; }
  nav.mobile .nav-close {
    position: absolute;
    display: block;
    left: 15px;
    top: 20px; }
    nav.mobile .nav-close img {
      width: 25px;
      height: 25px;
      float: left; }
  nav.mobile ul {
    padding: 30px 0; }
    nav.mobile ul li {
      width: 100%;
      font-size: 22px;
      font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: center;
      color: #000;
      padding: 15px 30px 15px 30px;
      height: 53px;
      overflow: hidden;
      border-bottom: 1px #414141 solid; }
      nav.mobile ul li.expanded {
        height: auto; }
      nav.mobile ul li a {
        color: #000; }
    nav.mobile ul.subnav {
      display: block;
      padding: 10px 0; }
      nav.mobile ul.subnav li {
        width: 100%;
        height: auto;
        padding: 10px 25px;
        text-align: center;
        font-family: 'Nevis', sans-serif;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 1.25;
        text-transform: uppercase;
        color: #000;
        padding: 10px 30px 10px 30px;
        border: none; }
        nav.mobile ul.subnav li:hover {
          background-color: #F6E420;
          color: #FFF; }

footer .top {
  border-top: 1px #414141 solid;
  z-index: 100;
  text-align: center;
  overflow: visible; }
  footer .top ul {
    margin-top: 3px;
    display: inline; }
    footer .top ul li {
      display: inline-block;
      font-family: 'Nevis', sans-serif;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #000;
      padding-left: 13px; }
      footer .top ul li::after {
        content: "•";
        font-size: 14px;
        padding-left: 15px; }
      footer .top ul li a {
        color: #000; }
        footer .top ul li a:hover {
          color: #5fb7ce; }
      footer .top ul li:first-of-type {
        padding-left: 0; }
      footer .top ul li:last-of-type::after {
        content: none; }
footer .middle {
  padding: 40px 0 180px 0;
  background-color: #e2efed;
  font-family: 'Nevis', sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  overflow: visible; }
  footer .middle .content {
    overflow: visible; }
  footer .middle h2 {
    font-size: 21px;
    font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
    margin-bottom: 15px; }
  footer .middle h4 {
    font-family: 'Nevis', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    color: #5fb7ce; }
  footer .middle h3 {
    width: 100%;
    max-width: 180px;
    font-family: 'Nevis', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: #FFF solid 1px;
    margin: 10px auto;
    padding-bottom: 10px;
    color: #000; }
    footer .middle h3:first-of-type {
      margin-top: 20px; }
    footer .middle h3:last-of-type {
      border-bottom: none; }
  footer .middle a {
    color: #000; }
    footer .middle a:hover {
      color: #5fb7ce; }
  footer .middle .left {
    width: 30%;
    height: 100%; }
    footer .middle .left img {
      padding-top: 10px;
      max-width: 265px; }
  footer .middle .center {
    width: 40%;
    height: 140px;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid; }
  footer .middle .right {
    width: 30%;
    overflow: visible; }
    footer .middle .right .candles {
      width: 100px;
      margin: -100px auto 0 auto; }
footer .bottom h3 {
  text-align: center;
  font-family: 'Nevis', sans-serif;
  font-size: 7px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }
  footer .bottom h3 a {
    color: #000; }
    footer .bottom h3 a:hover {
      color: #5fb7ce; }

.pagination {
  margin-top: 15px; }
  .pagination .pagination-button img {
    max-width: 150px; }
    .pagination .pagination-button img.standard {
      display: block; }
    .pagination .pagination-button img.hover {
      display: none; }
  .pagination .pagination-button:hover img.standard {
    display: none; }
  .pagination .pagination-button:hover img.hover {
    display: block; }
  .pagination .pagination-middle-hold {
    text-align: center; }
  .pagination .pagination-middle {
    text-align: center;
    display: inline-block;
    margin: 5px auto; }
    .pagination .pagination-middle h3 {
      height: 23px;
      width: auto;
      float: left;
      font-size: 21px;
      font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #000; }
    .pagination .pagination-middle .of-circle {
      width: 23px;
      height: 23px;
      float: left;
      background-color: #000;
      border-radius: 50%;
      margin: 0 8px 0 8px; }

.product-grid .product-item {
  min-height: 418px; }
  @media screen and (max-width: 1100px) {
    .product-grid .product-item {
      min-height: 388px; } }
  @media screen and (max-width: 768px) {
    .product-grid .product-item {
      min-height: 288px; } }
  @media screen and (max-width: 480px) {
    .product-grid .product-item {
      min-height: 310px; } }
  @media screen and (max-width: 380px) {
    .product-grid .product-item {
      min-height: 275px; } }
  .product-grid .product-item:hover {
    opacity: .8; }
  .product-grid .product-item p {
    text-align: center;
    font-size: 16px;
    color: #000; }
  .product-grid .product-item h3 {
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #000; }

form.search {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  margin-top: 20px; }
  form.search input {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-family: 'Nevis', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px #BFBFBF solid; }

.home-hero.content {
  max-width: 1500px; }
.home-hero img {
  display: block; }
.home-hero:hover .carousel-nav {
  opacity: 1; }
.home-hero .carousel-nav {
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 1000;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .home-hero .carousel-nav:hover {
    opacity: .8; }
  .home-hero .carousel-nav.left-nav {
    left: 15px; }
  .home-hero .carousel-nav.right-nav {
    right: 15px; }

.homepage-grid {
  margin-top: 40px; }
  .homepage-grid:last-of-type {
    margin-bottom: 60px; }
  .homepage-grid .unit1of2.alter {
    width: 49.5%; }
  @media screen and (max-width: 1100px) {
    .homepage-grid .unit1of2 {
      width: 50%;
      float: left; } }
  .homepage-grid .image-hold {
    position: relative; }
    .homepage-grid .image-hold img.hover {
      position: absolute;
      top: 0;
      display: none; }
    .homepage-grid .image-hold:hover img.hover {
      display: block; }

.product {
  margin-bottom: 80px; }

.product-photo-hold {
  padding-right: 100px; }
  @media screen and (max-width: 1100px) {
    .product-photo-hold {
      padding-right: 0;
      width: 50%; } }
  @media (max-width: 750px) {
    .product-photo-hold {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .product-photo-hold {
      width: 100%; } }

.product-photo-carousel {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.carousel-selector-hold {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 40px; }

.product-photo-selector-hold {
  width: 60%;
  float: left; }

.carousel-nav-left,
.carousel-nav-right {
  width: 20%;
  float: left;
  cursor: pointer;
  padding-top: 40px; }
  .carousel-nav-left img,
  .carousel-nav-right img {
    width: 80%;
    padding: 10px; }

.carousel-nav-right img {
  float: right; }

.product-photo-selector-img-hold {
  padding: 10px; }

.product-photo-selector-img {
  -webkit-clip-path: circle(50%, 50%, 50%);
  clip-path: circle(50%, 50%, 50%);
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%); }
  .product-photo-selector-img:hover {
    cursor: pointer; }

.product-description {
  width: 30%; }
  @media screen and (max-width: 1100px) {
    .product-description {
      width: 50%;
      padding: 15px; } }
  @media screen and (max-width: 480px) {
    .product-description {
      width: 100%;
      padding: 15px; }
      .product-description .unit1of2 {
        width: 50%;
        float: left; } }
  @media (max-width: 750px) {
    .product-description {
      width: 100%;
      padding: 15px; }
      .product-description .unit1of2 {
        width: 50%;
        float: left; } }
  .product-description h1 {
    margin-top: 50px;
    margin-bottom: 15px; }
  .product-description h2 {
    margin-bottom: 15px;
    font-family: 'Nevis', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
    .product-description h2 .price {
      font-family: "proxima-nova-1", "proxima-nova-2",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      padding-left: 5px; }
  .product-description h3 {
    margin-top: 1px;
    margin-bottom: 20px;
    padding-left: 9%;
    width: 84%;
    float: left;
    text-transform: none;
    color: #000; }
  .product-description p {
    text-align: center;
    margin-bottom: 15px; }
  .product-description .blog-left-arrow {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 1px; }
  .product-description input[type="submit"] {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    height: 40px;
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px; }
    .product-description input[type="submit"]:hover {
      opacity: .8; }
  .product-description h4 {
    text-align: left; }
  .product-description .options-hold {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000; }
    .product-description .options-hold h4 {
      margin-top: 10px;
      margin-bottom: 10px; }
    .product-description .options-hold .quantity-hold h4 {
      text-align: left;
      float: left; }
    .product-description .options-hold .quantity-hold h5 {
      font-size: 21px;
      font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #000;
      text-align: right;
      margin-top: 4px; }
      .product-description .options-hold .quantity-hold h5.single {
        margin-top: 8px;
        padding-left: 10px;
        text-align: left; }
      .product-description .options-hold .quantity-hold h5.inline {
        float: right; }
      .product-description .options-hold .quantity-hold h5.hidden {
        display: none; }
      .product-description .options-hold .quantity-hold h5.visible {
        display: block; }
    .product-description .options-hold .quantity-hold select {
      width: 29%;
      float: right;
      margin-top: 3px;
      font-size: 21px;
      font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #000;
      text-align: right;
      direction: rtl;
      padding-right: 30px; }
      .product-description .options-hold .quantity-hold select option:disabled {
        display: none; }
      .product-description .options-hold .quantity-hold select.hidden {
        display: none; }
    .product-description .options-hold .dropdown-hold {
      border-bottom: 1px solid #000; }
      .product-description .options-hold .dropdown-hold select {
        width: 35%;
        float: left;
        margin-top: 3px;
        font-size: 21px;
        font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000;
        text-align: right;
        direction: rtl;
        padding-right: 30px; }
        .product-description .options-hold .dropdown-hold select option:disabled {
          display: none; }
        .product-description .options-hold .dropdown-hold select.hidden {
          display: none; }
      .product-description .options-hold .dropdown-hold h4 {
        text-align: left;
        width: 64%;
        float: left; }
      .product-description .options-hold .dropdown-hold h5 {
        font-size: 21px;
        font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000;
        text-align: right;
        margin-top: 4px; }
        .product-description .options-hold .dropdown-hold h5.single {
          margin-top: 8px;
          padding-left: 10px;
          text-align: left; }
        .product-description .options-hold .dropdown-hold h5.inline {
          float: right; }
    .product-description .options-hold .color-hold {
      border-bottom: 1px solid #000; }
      .product-description .options-hold .color-hold select {
        display: none; }
      .product-description .options-hold .color-hold .color-options-hold {
        margin: 10px auto;
        padding-left: 0px;
        padding-right: 0px; }
        .product-description .options-hold .color-hold .color-options-hold .unit {
          padding: 4px; }
        .product-description .options-hold .color-hold .color-options-hold .row3 {
          margin-left: 12.5%; }
        .product-description .options-hold .color-hold .color-options-hold .row2 {
          margin-left: 25%; }
        .product-description .options-hold .color-hold .color-options-hold .row1 {
          margin-left: 37.5%; }
        @media screen and (max-width: 768px) {
          .product-description .options-hold .color-hold .color-options-hold .unit1of4 {
            width: 25%; } }
      .product-description .options-hold .color-hold .color-option {
        height: 30px;
        width: 30px;
        margin: 0 auto;
        background-color: #EAEADF;
        -webkit-clip-path: circle(50%, 50%, 50%);
        clip-path: circle(50%, 50%, 50%);
        -webkit-clip-path: circle(50%);
        clip-path: circle(50%);
        border: solid 2px #fff;
        border-radius: 50%;
        cursor: pointer; }
        .product-description .options-hold .color-hold .color-option:hover {
          border-color: #CAC9C9; }
        .product-description .options-hold .color-hold .color-option.selected {
          border-color: #000; }
        .product-description .options-hold .color-hold .color-option.disabled {
          cursor: default; }
          .product-description .options-hold .color-hold .color-option.disabled:hover {
            border-color: #FFF; }
        .product-description .options-hold .color-hold .color-option.multi {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .product-description .options-hold .color-hold .color-option.inline {
          float: right;
          margin-right: 10px;
          cursor: default; }
          .product-description .options-hold .color-hold .color-option.inline:hover {
            border-color: #fff; }
      .product-description .options-hold .color-hold h5 {
        font-size: 21px;
        font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000;
        text-align: right;
        margin-top: 4px; }
        .product-description .options-hold .color-hold h5.single {
          margin-top: 8px;
          padding-left: 10px;
          text-align: left; }
        .product-description .options-hold .color-hold h5.inline {
          float: right; }
  .product-description ul {
    padding-left: 50px;
    text-indent: -10px; }
  .product-description li {
    font-family: "fira-sans-1", "fira-sans-2", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 13px;
    margin-bottom: 0px; }
    .product-description li:before {
      content: "•  ";
      font-size: 16px;
      padding-top: 2px; }
    .product-description li:first-of-type {
      margin-top: 10px; }
  .product-description .detail-hold {
    border-bottom: 1px solid #000; }

.new-tag {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #5fb7ce;
  margin: 30px auto 0 auto;
  color: #5fb7ce; }
  .new-tag h4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 1px;
    padding-top: 1px; }

.product-recommendations {
  border-top: 1px solid #000;
  padding: 40px 0 10px 0; }

.pin-hold {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin-top: 15px; }

.pin-button {
  margin: 0 auto;
  display: inline-block; }
  .pin-button h3 {
    float: left;
    width: auto;
    margin-top: 10px;
    padding: 0 10px;
    text-transform: uppercase; }
  .pin-button a {
    float: left;
    cursor: pointer; }
    .pin-button a:hover {
      opacity: .7; }

.collection {
  margin-top: 60px;
  margin-bottom: 10px;
  min-height: 600px; }
  @media screen and (max-width: 750px) {
    .collection {
      margin-top: 20px; } }

.multiple-styles-hold {
  position: relative; }
  .multiple-styles-hold .multiple-styles {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-color: #000;
    border-radius: 50%; }
    .multiple-styles-hold .multiple-styles h3 {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      font-size: 20px;
      line-height: .75; }
      .multiple-styles-hold .multiple-styles h3 .small {
        font-family: 'Nevis', sans-serif;
        font-size: 10px;
        letter-spacing: 1.2px; }

.cart-header img {
  width: 90%;
  margin: 0 auto;
  display: block; }
.cart-header h1 {
  margin: 50px auto 35px auto;
  text-transform: uppercase;
  text-align: center; }
.cart-header h3 {
  font-size: 10px;
  letter-spacing: 1.5px; }

.cart-hold {
  margin-bottom: 80px; }

.cart-contents .titles {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  text-align: center; }

.cart-row {
  border-bottom: 1px solid #000; }
  .cart-row h3 {
    text-align: center;
    font-size: 16px;
    font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
    font-style: normal;
    font-weight: 400; }
  .cart-row .remove:hover h3 {
    color: #5fb7ce; }
  .cart-row h2, .cart-row h4 {
    text-align: left;
    color: #000;
    max-width: 200px; }
  .cart-row h2 {
    margin-bottom: 10px;
    margin-top: 15px; }
  .cart-row h4 {
    font-family: "buendia-1", "buendia-2", serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    letter-spacing: normal; }
  .cart-row img {
    max-width: 90px; }
  .cart-row .description {
    margin-top: 25px; }
    .cart-row .description:hover h2, .cart-row .description:hover h4 {
      color: #5fb7ce; }
  .cart-row .description-variant {
    margin-top: 15px; }
    .cart-row .description-variant:hover h2, .cart-row .description-variant:hover h4 {
      color: #5fb7ce; }
  .cart-row .unit1of6 {
    margin-top: 40px; }
  .cart-row select {
    padding-left: 40%;
    padding-right: 22px;
    font-size: 21px;
    font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer; }
    .cart-row select option:disabled {
      display: none; }
  .cart-row a {
    color: #000; }
  .cart-row .price {
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif; }

.update-cart {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  float: right;
  font-family: 'Nevis', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 0 0 0; }
  .update-cart:hover {
    color: #5fb7ce; }

.back {
  padding-left: 0;
  padding-top: 20px; }
  .back img {
    width: 40px;
    margin-right: 20px;
    float: left; }
  .back h3 {
    float: left;
    margin-top: 0;
    color: #000;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .back a:hover h3 {
    color: #5fb7ce; }

@media screen and (max-width: 768px) {
  .cart-note.grid1of4 {
    width: 100%; } }
.cart-note .titles {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  text-align: center; }
  .cart-note .titles h3 {
    font-size: 10px;
    letter-spacing: 1.5px; }
.cart-note .note {
  border-bottom: 1px solid #000; }
  .cart-note .note p {
    font-size: 14px; }
    .cart-note .note p a {
      color: #5fb7ce; }
      .cart-note .note p a:hover {
        color: #2f8298; }
.cart-note .subtotal h2 {
  width: 50%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 19px;
  font-family: "proxima-nova-alt-ext-cond-1", "proxima-nova-alt-ext-cond-2",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: right; }
.cart-note .subtotal h3 {
  width: 50%;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-family: "proxima-nova-1", "proxima-nova-2",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left; }
.cart-note input[type="submit"] {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  height: 40px;
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: center; }
  .cart-note input[type="submit"]:hover {
    opacity: .8; }

.page {
  margin-bottom: 80px; }
  .page .grid.grid1of1 {
    max-width: 600px;
    float: none;
    margin: 0 auto; }
  .page h1 {
    margin: 40px 0; }
  .page h2 {
    padding: 25px 0 15px 0;
    border-top: 1px #414141 solid; }
  .page p {
    margin-bottom: 10px; }
    .page p a {
      color: #5fb7ce; }
      .page p a:hover {
        color: #2f8298; }
  .page li {
    font-family: "buendia-1", "buendia-2", serif;
    font-size: 15px;
    line-height: 1.5; }
    .page li:before {
      content: "●";
      padding-right: 5px;
      font-family: "buendia-1", "buendia-2", serif;
      font-size: 15px;
      line-height: 1.5; }
    .page li a {
      color: #5fb7ce; }
      .page li a:hover {
        color: #2f8298; }

.page.about .unit {
  padding-right: 30px;
  padding-left: 15px; }
  .page.about .unit:last-of-type {
    padding-left: 30px;
    padding-right: 15px; }
  @media screen and (max-width: 480px) {
    .page.about .unit {
      padding-right: 15px;
      padding-left: 15px; }
      .page.about .unit:last-of-type {
        padding-left: 15px;
        padding-right: 15px; } }

#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000; }

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s; }

#ouibounce-modal .modal {
  width: 550px;
  max-height: 600px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s; }

#ouibounce-modal h2 {
  margin: 20px 0;
  font-size: 14px; }

#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500; }

#ouibounce-modal .modal-body {
  padding: 20px;
  font-size: 0.9em; }
  #ouibounce-modal .modal-body input {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    color: #000;
    width: 100%;
    float: left;
    text-align: left;
    font-family: "buendia-1", "buendia-2", serif;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #E4E3E5;
    margin-bottom: 15px; }
  #ouibounce-modal .modal-body input[type="submit"] {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    margin: 10px auto 0 auto;
    background-color: #000;
    border: none;
    color: #fff;
    font-family: 'Nevis', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    float: none;
    display: block; }
    #ouibounce-modal .modal-body input[type="submit"]:hover {
      opacity: .8; }

#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%; }

#ouibounce-modal .modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #ACABAE;
  color: #ACABAE; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-ms-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.form-vertical {
  max-width: 600px;
  margin: 40px auto;
  float: none; }
  .form-vertical input {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    color: #000;
    width: 100%;
    float: left;
    text-align: left;
    font-family: "buendia-1", "buendia-2", serif;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #E4E3E5;
    margin-bottom: 15px; }
  .form-vertical input[type="submit"] {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    margin: 10px auto 0 auto;
    background-color: #000;
    border: none;
    color: #fff;
    font-family: 'Nevis', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    float: none;
    display: block; }
    .form-vertical input[type="submit"]:hover {
      opacity: .8; }

.account h4 {
  margin-bottom: 20px; }
.account h5 {
  text-align: center;
  margin-bottom: 20px; }
.account p {
  text-align: center; }
.account table.full {
  margin: 0 auto; }
