#profile-tab {
  display: none; }

.primary-badge {
  margin-top: 15px; }

.footer h2 {
  font-size: 1.2em !important; }

.btn-success {
  background: #ca653b !important;
  border-color: #ca653b !important; }

.btn-outline-success {
  color: #ca653b !important;
  background-color: transparent;
  background-image: none;
  border-color: #ca653b !important; }

.btn-outline-success:hover {
  color: white !important;
  background-color: #ca653b !important;
  background-image: none;
  border-color: #ca653b !important; }

.btn .btn-success {
  background: #ca653b !important;
  border-color: #ca653b !important; }
.btn.btn-primary {
  background: #ca653b !important;
  border: 1px solid #ca653b !important;
  color: white !important; }
  .btn.btn-primary:focus {
    box-shadow: inset 0 0 0 1px #ca653b, 0 0 3px 1px #ca653b !important;
    outline: none; }
.btn.btn-outline-primary {
  border: 1px solid #ca653b !important;
  color: #ca653b !important; }
  .btn.btn-outline-primary:hover {
    color: white !important;
    box-shadow: inset 0 0 0 1px #ca653b, 0 0 3px 1px #ca653b !important;
    outline: none !important;
    background: #ca653b !important; }

.pagination {
  padding-bottom: 20px; }
  .pagination .page-item:first-child .page-link {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px; }
  .pagination .page-link {
    color: #ca653b !important; }
  .pagination .page-item.active .page-link {
    color: white !important;
    background: #ca653b !important;
    border-color: #ca653b !important; }

a {
  color: #ca653b;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }

a:hover {
  color: #ca653b;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }

/* fonts */
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=ZmFzdGVuZXJzcGx1cy5jb20&hmac=24d92a10e97a3f103afd3f3014d8d3a74219d64278dd9ae3a07ad3d0f1c9a1d2") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=ZmFzdGVuZXJzcGx1cy5jb20&hmac=1bf3954c983e68dfd1d06a13b6e853fb847a5dd6d005ab2c4830fcb80c94a012") format("woff"); }

@font-face {
  font-family: Dosis;
  font-weight: 200;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/dosis/dosis_n2.b717e971cae085de72f60c840436894fe0bb4b82.woff2?h1=ZmFzdGVuZXJzcGx1cy5jb20&hmac=339b1f4f7fbb969b1b65e53cd1c6a06dc44f19f06a8b5092b330e6d304681a31") format("woff2"), url("https://fonts.shopifycdn.com/dosis/dosis_n2.0da52689d31b4f5b62155b35f955fc46c7b47ceb.woff?h1=ZmFzdGVuZXJzcGx1cy5jb20&hmac=3fddc7131670cf0a72be8607a8d48bf3ae4f464e4622fdbc06dfd24c1c02238f") format("woff"); }

/* global */
body {
  background: url(//cdn.shopify.com/s/files/1/0277/8644/4936/t/6/assets/dust_scratches.png?v=17336718696641785767); }

.site-banner {
  border-radius: 0px;
  margin-bottom: 0px; }

.navbar {
  padding: 0px 0px 0px 1px; }

.header-logo img {
  max-height: 50px;
  margin-top: 10px; }

.has-search .form-control {
  padding-left: 2.375rem; }

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa; }

.navbar-nav li:hover > .dropdown-menu {
  display: block; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/* breadcrumbs */
li.breadcrumb-item a {
  color: #000;
  text-decoration: underline; }

li.breadcrumb-item a:hover {
  color: #000;
  text-decoration: none; }

/* h2 settings with background full width horizontal line */
h2 {
  font-size: 2em;
  margin-top: 30px;
  text-align: center;
  font-family: Roboto, sans-serif; }

h2.background {
  border-top: 1px solid #aaa; }

/* header */
.search-form {
  margin-right: -25px; }

.search-form .fa {
  color: #aaa; }

.cart-count {
  background-color: #ca653b;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
  position: relative;
  left: -10px;
  top: -10px; }

/* home-page */
.section-header {
  background: #fff; }

.hero-header {
  max-height: 300px;
  cursor: pointer; }

.home-display {
  color: #fff;
  font-size: 2em; }

.home-display h1:hover {
  text-decoration: none;
  border-bottom: 0px; }

.home-secondary {
  background: #504e54;
  text-align: center; }

.home-secondary a, .home-secondary a:hover {
  display: block;
  color: #ca653b; }

.home-secondary h3 {
  color: #fff;
  font-size: 1em;
  padding: 20px 5px 0px 5px;
  margin-bottom: 5px; }

.home-secondary img {
  padding: 0px 10px 0px 10px;
  width: 100%; }

.btn-hero {
  font-size: 0.8em;
  text-align: left;
  text-transform: uppercase; }

.featured-items {
  font-size: 1.5em;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 10px; }

a.featured-item {
  background: #fff;
  color: #000;
  font-family: Dosis, sans-serif;
  text-decoration: none; }

a.featured-item:hover {
  background: #ca653b;
  color: #fff; }

.featured-item {
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  padding: 15px;
  margin-top: 15px; }

.featured-item:hover {
  background: #eee; }

.featured-item-heading {
  color: #000; }

a.featured-item {
  color: #ca653b;
  background: #fff;
  border: 1px solid #ca653b;
  font-family: Arial, sans-serif; }

a.featured-item:hover {
  color: #fff;
  background: #ca653b;
  border: 1px solid #ca653b; }

.info-box img {
  width: 100%; }

.info-box a {
  border-radius: 0px; }

/* footer */
footer {
  background-image: linear-gradient(to bottom right, #1c1c1c, #373737);
  color: #ccc;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
  width: 100%; }

footer h5 {
  color: #fff; }

footer h2 {
  color: #fff;
  font-size: 1em;
  margin-top: 0px;
  text-align: left; }

footer p {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 8px;
  padding-bottom: 0px; }

footer a {
  color: #ccc; }

footer a:hover {
  color: #fff; }

footer ul {
  color: #ccc; }

footer ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 10px 0px; }

footer ul li {
  list-style-position: outside;
  padding: 0px 0px 5px 0px; }

footer ul li a:hover {
  color: #fff;
  text-decoration: none; }

footer img {
  width: 100%; }

.fa-ul {
  margin-left: 1.4em !important; }

.fa-li {
  top: 0px !important; }

.bottom_border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.social_footer_ul {
  display: table;
  list-style-type: none;
  margin: 15px auto 15px auto; }

.social_footer_ul a {
  color: #fff; }

.social_footer_ul i {
  height: 20px;
  text-align: center;
  width: 20px; }

/* search */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 1199; }

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1; }

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none; }

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px; }

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px; }

/* media queries */
@media only screen and (max-width: 500px) {
  .navbar {
    margin-left: -15px; }

  .home-secondary .second-col {
    margin: 10px; } }
/* product */
.product-price {
  font-size: 2em; }

.featured-image {
  width: 400px;
  height: 400px; }

.nav-tabs a {
  color: #000; }

.tab-content {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 20px; }

.product-container {
  background: #fff; }

.product-container h1 {
  font-size: 2em !important;
  font-weight: 500; }

.product_url {
  text-decoration: none;
  color: #000; }

.product_url:hover {
  text-decoration: none;
  color: #000; }

.recommended {
  background: #fff;
  padding: 10px; }

.recommended h2 {
  font-size: 1.1em;
  text-transform: uppercase; }

.recommended h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: center;
  font-family: Roboto,sans-serif; }

.tier-header {
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  font-size: 1.1em; }

.tier-data {
  margin-top: 5px;
  font-size: 1.2em; }

.ship-today {
  font-style: italic; }

/* collections */
.collection-container h1 {
  font-size: 2em;
  font-weight: 500; }

.collection-card a {
  font-size: 1em; }

a.collection-product, a.collection-product:hover {
  color: #ca653b;
  text-decoration: none; }

.collection-product > .card-body:hover {
  color: #fff;
  background: #ca653b; }

/* product mobile */
.product-tab-mobile-header {
  color: #ccc;
  font-weight: 4700;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 0.8em; }

.product-tab-mobile-item {
  margin-top: 10px; }

.spr-content {
  overflow: auto; }

.btn-product {
  width: 100%;
  color: white !important;
  font-size: 0.9em;
  padding: 8px; }

.content-wrapper h1 {
  font-size: 2em; }

@media (max-width: 767px) {
  .tier-pricing {
    width: 100%; }

  .featured-image {
    width: 100%; } }
/* these styles are for the demo, but are not required for the plugin */
.zoom {
  display: inline-block;
  position: relative; }

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0; }

.zoom img {
  display: block; }

.zoom img::selection {
  background-color: transparent; }

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.input-number {
  width: 100px; }

@media (max-width: 767px) {
  .product-tab-container {
    padding-left: 0px;
    padding-right: 0px; }

  .section-header {
    display: none; } }
/* reviews */
.spr-container a {
  color: #000; }

.spr-icon {
  color: #ca653b !important; }

.has-badge {
  position: absolute;
  z-index: 99;
  max-width: 40px;
  top: -18px;
  left: -10px; }

.has-premium {
  position: absolute;
  z-index: 9;
  max-width: 40px;
  top: -18px;
  left: -10px; }

.badge-img {
  max-width: 54px; }

.ribbons {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0; }
  .ribbons .ribbon {
    max-width: 60px;
    margin-right: 0px;
    margin-left: -10px;
    margin-top: -10px; }

.badges {
  position: absolute;
  z-index: 99;
  top: 0; }
  @media (min-width: 769px) {
    .badges {
      left: 130px; } }
  @media (max-width: 768px) {
    .badges {
      right: 0px; } }
  .badges .collection-detail {
    max-width: 60px;
    margin-right: 0px;
    margin-left: -10px;
    margin-top: -10px; }

.cto {
  font-size: 0.8em;
  margin-top: 4px; }

.cto > a {
  border: 1px solid #ca653b;
  padding: 5px;
  color: #000; }

@media only screen and (min-device-width: 768px) {
  .cto > a {
    pointer-events: none; }

  .cto > a:active {
    text-decoration: none; } }
.search-bar {
  width: 100%;
  border: 0px;
  border: 1px solid #aaa;
  padding: 5px;
  padding-left: 10px;
  border-radius: 10px;
  outline: none; }

.search-icon {
  position: absolute;
  top: 9px;
  right: 25px;
  color: #ca653b; }

.product-lead-time {
  max-width: 250px;
  margin-top: 20px; }

.shipping-icon {
  background: url(//cdn.shopify.com/s/files/1/0277/8644/4936/t/6/assets/fast-shipping.png?v=16359451295334590660);
  width: 45px;
  height: 25px;
  position: absolute; }

.shipping-message {
  margin-left: 45px;
  text-align: left;
  font-style: italic;
  font-size: 15px;
  font-weight: 500; }

.shipping-time {
  font-weight: bolder;
  color: #8dc63f; }

.product-image {
  /*border: 1px solid rgb(60, 184, 74);
  border: 1px solid rgba(60, 184, 74, .3);*/
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 15px; }

.order-status {
  display: block;
  font-size: 12px;
  font-weight: bolder;
  padding: 4px;
  text-transform: uppercase; }
  .order-status.paid, .order-status.fulfilled {
    border: 1px solid #ca653b;
    color: #ca653b; }
  .order-status.authorized {
    border: 1px solid #ffae42;
    color: #ffae42; }
  .order-status.unfulfilled {
    border: 1px solid #f44336;
    color: #f44336; }

.beehive .name {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0px 5px 0px;
  text-transform: uppercase; }
.beehive .color_spec {
  display: inline;
  width: 50px; }
  .beehive .color_spec img {
    padding: 2px;
    width: 50px;
    border: 2px solid #fff; }
    .beehive .color_spec img.active {
      border: 2px solid #ca653b; }
    .beehive .color_spec img.inactive {
      border: 2px dotted #999;
      opacity: 0.4;
      filter: alpha(opacity=40); }
.beehive .square_foot, .beehive .size_spec {
  display: inline; }
  .beehive .square_foot .item, .beehive .size_spec .item {
    background: #ebebeb;
    border: 2px solid #d6d4d4;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    margin-right: 3px;
    width: 85px;
    text-align: center;
    margin-bottom: 5px; }
    .beehive .square_foot .item:hover, .beehive .size_spec .item:hover {
      background: #fff; }
    .beehive .square_foot .item.active, .beehive .size_spec .item.active {
      background: #fff;
      border: 2px solid #ca653b; }
    .beehive .square_foot .item.inactive, .beehive .size_spec .item.inactive {
      position: relative;
      color: black; }
      .beehive .square_foot .item.inactive:before, .beehive .size_spec .item.inactive:before {
        position: absolute;
        content: '';
        left: 0;
        top: 45%;
        right: 0;
        border-top: 2px solid #999 !important;
        border-color: inherit;
        -webkit-transform: skewY(-15deg);
        -moz-transform: skewY(-15deg);
        transform: skewY(-15deg); }
      .beehive .square_foot .item.inactive:hover, .beehive .size_spec .item.inactive:hover {
        background: #ebebeb; }
  .beehive .square_foot a:hover, .beehive .size_spec a:hover {
    text-decoration: none;
    color: #000; }
  .beehive .square_foot a.active, .beehive .size_spec a.active {
    border: 2px solid #ca653b; }

.container .cart {
  background: #fff; }
  .container .cart a {
    color: #ca653b; }
  .container .cart h1 {
    font-size: 2em;
    font-weight: 500;
    padding-top: 10px; }

#shopify-product-reviews input[type="submit"] {
  color: #fff; }

.spec a, .spr-summary-actions a {
  color: #ca653b; }

.content-wrapper a {
  color: #ca653b;
  border-bottom: dotted 1px #ca653b; }

.content-wrapper a:hover {
  color: #ca653b;
  border-bottom: 0px;
  text-decoration: none; }

.kca-form__title {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase; }

.kca-form__input-group label {
  display: block;
  margin-bottom: .5rem;
  font-size: 12px; }

.kca-form__input-group input {
  padding: 5px;
  display: block;
  width: 90%; }

.button--primary {
  border-radius: 5px !important;
  font-weight: normal !important; }

.button--primary:hover {
  background: #ca653b !important;
  border: 1px solid #ca653b !important;
  color: #fff; }

.container.account {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background: #fff; }
  @media (max-width: 768px) {
    .container.account {
      font-size: 12px; } }
  .container.account h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px; }
  .container.account .hide {
    display: none; }
  .container.account th {
    text-transform: uppercase; }
  .container.account .table-hover {
    cursor: pointer; }
  @media (min-width: 768px) {
    .container.account .order-history {
      min-height: 350px; } }
  .container.account .update-my-profile {
    display: none;
    min-height: 500px; }
  .container.account a.btn, .container.account a.btn:hover {
    color: #fff; }
  .container.account a {
    color: #ca653b; }
  .container.account a:hover {
    color: #ca653b;
    text-decoration: none; }
  .container.account a.nav-link:hover {
    background: #ca653b;
    color: #fff;
    text-decoration: none; }
  .container.account .customer-name {
    color: #ca653b;
    font-weight: 600; }
  .container.account .customer-logout {
    font-weight: 600; }
  .container.account .account-header {
    border-bottom: 1px solid #ccc;
    padding: 2px; }
  .container.account .account-menu {
    border-right: 1px solid #ccc; }
  .container.account .nav-account.active {
    background-color: #ca653b !important;
    border: 2px; }
  .container.account .nav-account {
    margin-top: 5px;
    border: 1px solid; }
  .container.account .nav-account a:hover {
    text-decoration: none; }

footer.mobile {
  padding: 0px;
  min-height: 100px; }
  footer.mobile .card {
    border-radius: 0px;
    background-image: linear-gradient(to bottom right, #1c1c1c, #373737); }
  footer.mobile a:hover {
    text-decoration: none; }
  footer.mobile h5 {
    font-size: 14px; }

.btn-outline-primary:hover {
  outline: none; }

.cart-price {
  font-weight: 500; }

.modal-dialog {
  max-width: 500px; }

/** Global Navigation **/
.show > .primary {
  max-height: 900px;
  visibility: visible; }

.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: -1px;
  border: 0px;
  background: #f8f9fa; }

.dropdown-item h5 {
  font-size: 1em; }

.dropdown-item:active {
  background-color: #f8f9fa; }

.account-dropdown:hover {
  color: #fff;
  background: #ca653b; }

.menu-nav--item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  color: #000; }

.menu-nav--item:hover {
  color: #fff;
  background: #ca653b;
  text-decoration: none; }

.menu-banner {
  border: 0px;
  background: transparent; }

.list-unstyled a {
  color: #000;
  line-height: 16px;
  text-decoration: none; }

.list-unstyled a:hover {
  color: #ca653b;
  text-decoration: underline; }

.user-menu, .user-menu:active {
  color: #ca653b; }

.dropdown-item:active {
  color: #000; }

.dropdown-item:hover .nested a {
  background: #ca653b;
  color: #fff; }

.badge {
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  padding: .375rem .5625rem;
  font-weight: normal;
  position: absolute;
  top: 3px;
  right: -18px; }

@media (max-width: 768px) {
  .badge {
    right: -28px; } }
.badge-outline-primary {
  color: #fff;
  border: 1px solid #ca653b;
  background: #ca653b; }

.badge.badge-pill {
  border-radius: 10rem; }

.nav-item .main-nav {
  border-right: 1px solid #ccc; }

.nav-item .main-nav:last-child {
  border-right: 0px; }

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 18px; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #ca653b; }

.mobile-logo {
  position: absolute;
  left: 50px;
  top: 13px; }

.mobile-shipping {
  margin-left: -15px;
  margin-right: -15px;
  padding: 4px; }

.fa.mobile {
  font-size: 30px; }

.mini-cart {
  background: #fff;
  width: 300px;
  padding: 5px !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important; }

.mini-cart-empty {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase; }

.mini-cart-empty a {
  color: #ca653b;
  font-weight: 600;
  font-size: 13px;
  display: block; }

.mini-cart-items {
  max-height: 440px;
  overflow-x: hidden; }

.mini-cart-details {
  text-align: left; }

.mini-cart-details a {
  font-weight: 600; }

.mini-cart-details a:hover {
  color: #ca653b; }

.mini-cart-details .price {
  font-weight: bolder;
  color: #ca653b; }

.mini-cart-details span {
  color: #aaa; }

.mini-cart-buttons .items,
.mini-cart-buttons .sub {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px; }

.cart-dropdown.dropdown-toggle::after {
  content: none; }

.fa-user,
.fa-shopping-cart,
.fa-search,
.fa-phone {
  color: #aaa;
  cursor: pointer; }

.fa-user:hover,
.fa-shopping-cart:hover,
.fa-search:hover,
.fa-phone:hover {
  color: #ca653b; }

.account-welcome {
  line-height: 14px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 0px; }

.section-nav {
  background: #606469; }

.sign-in {
  font-size: 12px;
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

.signed-in {
  font-size: 12px;
  margin-top: 12px;
  line-height: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.mobile-nav {
  height: 52px;
  margin-top: -5px; }

.nav-item h3 {
  margin-top: 5px; }

.nav-item h4 {
  font-size: 1em;
  font-weight: 400; }

/* Blog & Articles */
.container .blog {
  background: #fff; }

.container .blog a, .rte a {
  color: #ca653b; }

/* Breadcrumbs */
.breadcrumbs a:hover {
  color: #ca653b; }

/* Products */
.product-container h5 {
  margin-top: 10px; }

.product-container h1 {
  padding: 20px;
  font-size: 1.4em; }

@media (max-width: 768px) {
  .product-container h1 {
    text-align: center;
    font-size: 1.2em; } }
.tab-content a {
  color: #ca653b;
  text-decoration: none;
  border-bottom: 1px dotted #ca653b; }

.tab-content a:hover {
  color: #ca653b;
  text-decoration: none;
  border-bottom: none; }

.money {
  font-weight: 600;
  font-size: 1.2em; }

.product-calculator {
  font-weight: 500; }

.product-calculator a {
  display: block;
  font-weight: 400;
  color: #ca653b;
  text-decoration: underline; }

.product-calculator a {
  color: #ca653b;
  text-decoration: none; }

.wishlist-btn {
  background: white !important;
  color: #ca653b !important;
  border: 1px solid white !important; }

.wishlist-btn:hover, .wishlist-btn:active, .wishlist-btn:focus {
  background: white !important;
  color: #ca653b !important;
  border: 1px solid #ca653b !important; }

.fa-eye {
  color: #fff; }

.calc {
  display: none; }

.input-group-text {
  font-weight: bolder; }

.calc img {
  max-width: 320px; }

.fa-chevron-up {
  font-size: 0.8em; }

.calc-result {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px; }

.dropdown-item:hover {
  background: #f8f9fa; }

.rotate {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.open-calc {
  display: inline !important; }

.ship-today {
  text-align: center;
  font-weight: 0.9em; }

.tier-pricing {
  font-size: 12px;
  background: #eee; }

.product-badge {
  position: absolute;
  z-index: 1; }

.product-badge img {
  max-width: 64px; }

.product-reviews {
  height: 25px; }

button[type=submit] {
  font-weight: 600;
  font-size: 16px; }

.name > h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  text-align: left; }

/* Collection Template */
.collection-products a:hover {
  color: #ca653b !important;
  text-decoration: underline; }

/* Collection Category Sidebar */
.collection-sidebar {
  margin-bottom: 15px; }

.collection-sidebar h5 {
  text-transform: uppercase;
  font-size: 0.9em; }

.collection-sidebar h5 a {
  border-bottom: 1px solid #ca653b; }

.collection-sidebar h5 a:hover {
  border-bottom: 0px;
  text-decoration: none;
  color: #ca653b; }

.cat-sidebar {
  width: 100%;
  background: #fff;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }

.cat-sidebar a {
  display: block;
  padding: 5px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-transform: none; }

.cat-sidebar a:hover {
  color: #ca653b;
  text-decoration: none; }

.cat-sidebar > .active {
  color: #ca653b !important; }

/* Wishlist CSS */
.wishlist-container {
  position: relative;
  min-height: calc(100vh - 130px);
  font-family: Roboto; }

@media only screen and (max-width: 1024px) {
  .wishlist-container {
    min-height: calc(100vh - 90px); } }
.wishlist-grid {
  display: none;
  padding: 0 20px 100px;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.wishlist-grid.is_visible {
  opacity: 1;
  z-index: 1;
  display: flex; }

.wishlist-grid--empty-list {
  display: none;
  padding: 40px 0;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-family: Roboto; }

.wishlist-grid--empty-list.is_visible {
  opacity: 1;
  z-index: 1;
  height: auto;
  display: flex;
  font-family: Roboto; }

.empty-list--info {
  text-align: center; }

.empty-list--text {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-size: 2.5rem; }

@media only screen and (max-width: 480px) {
  .empty-list--text {
    font-size: 1.545rem; } }
.wishlist-hero {
  display: none;
  justify-content: center;
  align-items: center;
  height: 150px;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.wishlist-hero.is_visible {
  opacity: 1;
  z-index: 1;
  display: flex; }

.wishlist-hero--title {
  font-size: 7.483rem; }

@media only screen and (max-width: 480px) {
  .wishlist-hero--title {
    font-size: 4.625rem; } }
.wishlist-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  width: 90%;
  max-width: 90%;
  font-family: Roboto; }

.wishlist-loader--image {
  width: 200px;
  height: 200px;
  animation: wishlist-loading-beat 1s infinite; }

@media only screen and (max-width: 1024px) {
  .wishlist-loader--image {
    width: 150px;
    height: 150px; } }
@media only screen and (max-width: 480px) {
  .wishlist-loader--image {
    width: 100px;
    height: 100px; } }
.wishlist-loader--text {
  font-size: 1.767rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  .wishlist-loader--text {
    font-size: 1.545rem; } }
@media only screen and (max-width: 480px) {
  .wishlist-loader--text {
    font-size: 1.125rem; } }
@keyframes wishlist-loading-beat {
  0% {
    transform: translateZ(0) scale(1);
    opacity: .3; }

  50% {
    transform: translateZ(0) scale(1.3);
    opacity: 1; }

  100% {
    transform: translateZ(0) scale(1);
    opacity: .3; } }

.product-tile-container.wishlist-tile {
  width: 25%;
  max-width: 25%;
  flex-basis: 25%; }

@media only screen and (max-width: 1024px) {
  .product-tile-container.wishlist-tile {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; } }
.product-tile-container.wishlist-tile .product-tile {
  padding: 20px; }

@media only screen and (max-width: 1024px) {
  .product-tile-container.wishlist-tile .product-tile {
    padding: 5px; } }
@media only screen and (max-width: 1024px) {
  .product-tile-container.wishlist-tile .product-tile--tile-actions {
    position: absolute;
    top: 50px;
    right: 0; } }
@media only screen and (max-width: 767px) {
  .product-tile-container.wishlist-tile .product-tile--tile-actions {
    width: 33px;
    max-width: 33px;
    flex-basis: 33px;
    top: 30px;
    right: 20px; } }
@media only screen and (max-width: 480px) {
  .product-tile-container.wishlist-tile .product-tile--tile-actions {
    top: 20px; } }
@media only screen and (max-width: 320px) {
  .product-tile-container.wishlist-tile .product-tile--tile-actions {
    right: 10px;
    top: 10px; } }
@media only screen and (max-width: 1024px) {
  .product-tile-container.wishlist-tile .product-tile--tile-actions .tile-actions--btn {
    border-color: #fff;
    opacity: 1; } }
/* Misc. */
.cdSlmo {
  background: #ca653b !important;
  border-width: 4px;
  border-color: #ca653b !important; }

/* Product Reviews */
::-webkit-scrollbar {
  width: 15px;
  height: 10px; }

::-webkit-scrollbar-thumb {
  background: 0 0;
  background-color: rgba(152, 154, 155, 0.25);
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box; }

::-webkit-scrollbar-track {
  background-color: rgba(152, 154, 155, 0.05); }

/* Mobile Filter Menu */
.filter-btn {
  border: none;
  background-color: #ca653b;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  text-decoration: none; }
  .filter-btn:hover, .filter-btn:active {
    background-color: #ca653b;
    color: #fff; }

.backBtn {
  background-color: #ca653b;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: right; }

.filter-menu-right .backBtn {
  text-align: left; }

.filter-menu {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 280px;
  height: 100%;
  overflow-x: scroll; }
  .filter-menu a {
    display: block;
    color: #000;
    padding: 16px;
    text-decoration: none;
    position: relative;
    z-index: 11; }
    .filter-menu a:hover, .filter-menu a:active {
      color: #ca653b;
      background-color: #fff; }

.filter-menu-right {
  right: -280px; }
  .filter-menu-right.right-open {
    right: 0; }

.disable-scroll {
  overflow: hidden; }

.collection-products .option-spec {
  display: block; }
