@charset "UTF-8";
/* Site settings variables */
/* sb colors */
/* TYPOGRAPHY */
::selection {
  background: #f4e4ba; }

body {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #222222; }

.serif {
  font-family: "Roboto Slab", serif; }

.sans-serif {
  font-family: "Barlow Condensed", sans-serif; }

.bookmania {
  font-family: 'bookmania', serif !important;
  font-style: italic;
  text-transform: none !important; }

.salt1 {
  font-feature-settings: "salt" 1; }

.salt2 {
  font-feature-settings: "salt" 2; }

.salt3 {
  font-feature-settings: "salt" 3; }

.salt4 {
  font-feature-settings: "salt" 4; }

.salt5 {
  font-feature-settings: "salt" 5; }

.salt6 {
  font-feature-settings: "salt" 6; }

.salt7 {
  font-feature-settings: "salt" 7; }

.salt8 {
  font-feature-settings: "salt" 8; }

.salt9 {
  font-feature-settings: "salt" 9; }

.salt10 {
  font-feature-settings: "salt" 10; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  text-transform: uppercase; }

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: inherit; }

mark,
mark.primary {
  background-color: #339933;
  color: white;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.275rem 0.75rem; }

mark.secondary {
  background-color: #898989;
  color: white; }

mark.dark {
  background-color: #333333;
  color: white; }

mark.sale {
  background-color: #d96127;
  color: white; }

mark.info {
  background-color: #17a2b8;
  color: white; }

mark.warning {
  background-color: #f5cd28;
  color: #222222; }

mark.danger {
  background-color: #b32824;
  color: white; }

mark.none {
  background-color: none;
  color: #222222; }

mark.primary,
mark.secondary,
mark.dark,
mark.sale,
mark.info,
mark.warning,
mark.danger {
  line-height: 1.75;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

/* BUTTONS */
.btn {
  border-radius: 100px; }

.btn.disabled {
  cursor: not-allowed; }

button.sale,
.btn-sale {
  background-color: #d96127;
  color: white; }

button.sale:hover,
.btn-sale:hover {
  background-color: #ae4d1f;
  color: white; }

button.sale-inverse,
.btn-sale-inverse {
  background-color: white;
  color: #d96127; }

button.sale-inverse:hover,
.btn-sale-inverse:hover {
  background-color: #e6e6e6;
  color: #d96127; }

.swatch label.btn {
  font-family: "Roboto Slab", serif;
  background-color: transparent;
  border: 1px solid #898989;
  border-radius: 0;
  color: #222222; }

.swatch label.btn:hover {
  border: 1px solid #339933;
  color: #339933; }

/* SLIDE CART */
#slidecarthq > div.slidecarthq.right.light.open > footer > a.button {
  border-radius: 100px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 42px;
  height: 42px; }

#slidecarthq h1,
#slidecarthq h2,
#slidecarthq h3,
#slidecarthq h4,
#slidecarthq h5,
#slidecarthq h6,
#slidecarthq .item .title,
#slidecarthq .item .title a {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase; }

#slidecarthq .announcements .slick-list {
  height: auto !important; }

#slidecarthq .slick-initialized .slick-slide {
  margin: 0 !important; }

/* GENERAL */
body {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7; }

header#global-header {
  background: #333333;
  color: #339933;
  padding: 0.5rem; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-top: 75px; }

footer#global-footer {
  background-color: #333333;
  color: #edece4;
  min-height: 300px;
  font-weight: 200;
  line-height: 1.8; }

footer#global-footer .social-icons i {
  font-size: 1.25rem;
  color: #339933; }

footer#global-footer .footer-links a {
  color: #edece4; }

input, textarea {
  border-radius: 3px;
  border: 1px solid #898989; }

img {
  max-width: 100%; }

.container {
  max-width: 1400px;
  margin: auto; }

a {
  color: #339933; }

a:hover, a:active, a:focus {
  color: #267326; }

.strike {
  position: relative; }
  .strike:before {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg); }

ul.no-bullets {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0; }

ul.row {
  padding-left: 0; }

/* columns */
.columns {
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1; }

.columns-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5; }

.columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }

.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

/* MAGIC SIGNS */
a#magic-sign-link {
  color: #333333; }

/* MOBILE NAVIGATION */
/* NAVIGATION */
#mobile-nav {
  display: none;
  height: calc(100vh - 77px);
  width: 100vw;
  position: absolute;
  z-index: 9990;
  overflow: scroll;
  top: 77px;
  left: 0;
  background: #333; }

#mobile-nav a {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  padding: 5px 30px;
  display: block; }

#mobile-nav a.has-submenu {
  color: white;
  cursor: pointer; }

#mobile-nav a.has-submenu:after {
  content: "+";
  position: absolute;
  right: 30px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

#mobile-nav a.has-submenu.open:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobile-nav .submenu a {
  font-size: 1.25rem;
  font-weight: 400; }

#mobile-nav .submenu a {
  font-family: "Roboto Slab", serif;
  text-transform: none; }

#mobile-nav ul {
  list-style-type: none;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px; }

#mobile-nav .submenu {
  display: none; }

.dropdown {
  position: static !important; }

.submenu {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0; }

.cart-count {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-90%) !important;
  -ms-transform: translateY(-90%) !important;
  transform: translateY(-90%) !important;
  border-radius: 50px;
  height: 15px;
  width: 15px;
  color: #339933;
  background-color: white;
  font-size: 0.7rem; }

.cart-count span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

/* SEARCH BAR */
#search-bar {
  background-color: #333;
  padding: 15px 30px;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999; }

#search-bar .search-bar {
  padding-left: 20px; }

.search-bar {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.search-bar input,
.search-bar button {
  height: 30px;
  background-color: white;
  color: #222222; }

.search-bar input,
.search-bar input:focus {
  border-radius: 150px 0 0 150px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 100%;
  width: 100px; }

.search-bar button {
  border-radius: 0 150px 150px 0;
  margin: 0 0 0 -1px;
  padding: 0 10px !important;
  color: #339933; }

.search-bar button:hover,
.search-bar button:active,
.search-bar button:focus {
  color: white;
  background-color: #339933; }

/* FEATUE BLOCK */
.feature-block {
  background-color: #edece4;
  position: relative; }

.feature-block .container {
  position: relative;
  z-index: 2; }

.feature-block.mountain {
  background-image: url(https://cdn.shopify.com/s/files/1/0751/7203/files/mtn-bg.png?v=1577513080);
  background-position: right bottom;
  background-repeat: no-repeat; }

.feature-block.topographic {
  background-color: #333333;
  color: white;
  overflow: hidden; }

.feature-block.color-block-1,
.feature-block.color-block-2 {
  background-color: #f7f7f7; }

.feature-block.color-block-1 .row {
  background-color: white; }

.feature-block.color-block-2 .row {
  background-color: #edece4; }

.mtn-bg {
  background-image: url(https://cdn.shopify.com/s/files/1/0751/7203/files/mtn-bg.png?v=1577513080);
  background-position: right bottom;
  background-repeat: no-repeat; }

/* VIDEO WRAPPER */
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* PAGINATTION */
.paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.paginate span {
  padding: 10px; }

/* SLICK SLIDER */
.container.carousel {
  padding-left: 0;
  padding-right: 0; }

.slick-list {
  padding: 0 15% !important; }

/* ACCORDIONS */
.accordion .card-header [aria-expanded="true"]:after,
.accordion .card-header [aria-expanded="false"]:after {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  margin-top: -0.25rem;
  position: absolute;
  right: 1.25rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

.accordion .card-header [aria-expanded="false"]:after {
  content: '+'; }

.accordion .card-header [aria-expanded="true"]:after {
  content: '–'; }

/* PRODUCT ITEM */
.product-item {
  background-color: white;
  padding: 0.5em 0;
  position: relative; }

.product-item .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.product-item:hover .overlay {
  opacity: 1; }

.product-item .product-vendor {
  font-weight: 400; }

.product-item .product-title {
  font-weight: 600; }

.product-item .product-vendor,
.product-item .product-title {
  color: #222222; }

.product-item .product-price {
  color: #339933;
  font-weight: 600;
  font-size: 1rem; }

.product-item .product-msrp {
  color: #898989; }

.product-item .product-savings {
  color: #d96127; }

/* SEARCH RESULTS */
.ais-hit .result-colors,
.ais-hit .result-sizes {
  display: none; }

.ais-hit:hover .result-colors,
.ais-hit:hover .result-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-hit .result-colors .color-thumb img {
  width: 35px;
  margin: 0.175rem; }

.ais-hit .result-colors .color-thumb.alloutstock {
  display: none; }

.ais-hit .result-colors .color-thumb.outstock img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.25; }

.ais-hit .result-sizes .size-box {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0.175rem 0.75rem;
  margin: 0.175rem;
  font-size: 0.8rem; }

.ais-hit .result-sizes .size-box.outstock {
  background: #eee;
  color: #ccc; }

/* MOBILE FIXED BUTTONS */
#mobile-fixed-buttons {
  position: fixed;
  top: 150px;
  right: 0.5rem;
  z-index: 1030; }

#mobile-fixed-buttons button {
  position: relative;
  background: #eee;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  -webkit-box-shadow: 0 0 10px #898989;
  box-shadow: 0 0 10px #898989;
  font-size: 1.3rem;
  display: block; }

#mobile-fixed-buttons button a,
#mobile-fixed-buttons button .toggler-mode {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #222; }

#mobile-cart-button .cart-count {
  right: -3px;
  color: #fff;
  background: #393;
  top: 12px; }

/* SEARCH FACETS */
#facets-wrapper {
  background: #f7f7f7;
  height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  position: fixed;
  right: -100vw;
  top: 75px;
  overflow: scroll;
  z-index: 9;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari 3.1 to 6.0 */ }

#facets-wrapper.open {
  right: 0; }

.facet-container {
  padding: 1rem;
  margin-bottom: 1rem;
  background: white; }

.facet-container.active_options_count_0 {
  display: none; }

div[data-st-checkbox-facet="rental_facet"] .facet-container.active_options_count_1 {
  display: none; }

.facet-title {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 600; }

div[data-st-sort-selector],
.facet-container .facet-options {
  margin-top: 0.75rem;
  overflow-y: scroll;
  max-height: 150px; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

div[data-st-sort-selector] select {
  width: 100%; }

.facet-container .facet-options .facet-option {
  font-size: 0.85rem;
  padding-left: 0.375rem; }

.facet-container .facet-options .facet-option .facet-label {
  vertical-align: -webkit-baseline-middle;
  margin-left: 0.375rem; }

.facet-container .facet-options .facet-option .facet-label .facet-count {
  color: #898989;
  font-size: 0.75rem;
  margin-left: 0.375rem; }

.facet-container .facet-options .facet-option .facet-label .facet-count:before {
  content: '('; }

.facet-container .facet-options .facet-option .facet-label .facet-count:after {
  content: ')'; }

/* PRODUCT PAGE */
#product-page-container #product-details,
#product-page-container #bicycle-blue-book,
#product-page-container #product-reviews {
  background-color: white; }

.product-vendor a {
  color: #222222; }

.product-vendor a:hover {
  color: #339933; }

.product-price {
  font-size: 1.5rem; }

.product-compare-price {
  font-size: 0.6rem;
  font-weight: 400;
  color: #898989; }

#product-savings,
#product-savings-basementeer,
#sticky-savings,
#sticky-savings-basementeer {
  color: #d96127;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase; }

#product-savings a,
#product-savings-basementeer a,
#sticky-savings a,
#sticky-savings-basementeer a {
  color: #d96127; }

#product-savings-basementeer,
#sticky-savings-basementeer {
  font-size: 0.85rem; }

#low-stock-alert {
  color: #d96127;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding: 0.5rem; }

.product-photo-container {
  padding: 30px;
  background-color: white; }

#product-images {
  position: relative; }

#product-images #deal-icon,
#product-images #rental-icon {
  position: absolute;
  top: 40px;
  left: 40px; }

#product-images #deal-icon {
  display: none; }

.section-head,
.inset {
  padding: 0.25rem 0.25rem;
  border: 1px transparent; }

.tabs,
.section-head {
  border-bottom: 1px solid #222222;
  margin-bottom: 1.25rem; }

.section-head {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px); }

ul#info-icons {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }

ul#info-icons li {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-weight: 400;
  margin-bottom: 0.175in;
  font-size: 0.8rem; }

ul#info-icons li svg {
  max-width: 55%;
  fill: #339933; }

ul#info-icons li .detail-title,
ul#info-icons li .detail-value {
  display: block;
  line-height: 1.25; }

ul#info-icons li .detail-title {
  font-weight: 600;
  margin-top: -25px; }

ul#info-icons li .detail-value {
  font-style: italic; }

.bike-tab-components,
.bike-tab-geometry {
  display: none; }

/* IN-STORE AVAILABILITY */
#StoreAvailability > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0.7rem; }

#StoreAvailability > ul > li {
  margin: 5px;
  padding: 3px 7px;
  border: 1px solid;
  border-radius: 0.2rem; }

#StoreAvailability > ul > li > i {
  font-size: 0.7rem; }

#StoreAvailability > ul > li > small {
  display: none; }

#StoreAvailability > ul > li.instock {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

#StoreAvailability > ul > li.instock > i {
  display: inline-block;
  color: #339933;
  margin-right: 3px; }

#StoreAvailability > ul > li.outstock {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

#StoreAvailability > ul > li.outstock > i {
  display: inline-block;
  color: #f5cd28;
  margin-right: 3px; }

#StoreAvailability > ul > li.instock,
#StoreAvailability > ul > li.outstock {
  border: none;
  width: 100%;
  padding-left: 0;
  margin-left: -0.7rem;
  font-weight: 600; }

#StoreAvailability > ul > li.instock > span.BIKECURBSIDE,
#StoreAvailability > ul > li.instock > span.CannondaleDROPSHIP,
#StoreAvailability > ul > li.outstock > span.BIKECURBSIDE,
#StoreAvailability > ul > li.outstock > span.CannondaleDROPSHIP {
  display: none; }

#StoreAvailability > ul > li.yes {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #339933;
  border-color: #339933; }

#StoreAvailability > ul > li:not(:first-child).outstock {
  margin-top: 30px; }

#StoreAvailability > ul > li.no {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  color: #898989;
  border-color: #898989; }

#StoreAvailability > ul > li.yes > i,
#StoreAvailability > ul > li.no > i {
  display: none; }

/* Affirm */
.affirm-as-low-as {
  font-size: 0.8rem; }

/* Size Charts */
#size-charts.modal .modal-dialog {
  max-width: 1000px; }

.sizechart {
  background-color: #fff;
  display: none;
  margin: 1rem;
  padding: 1rem; }

.sizechart.all {
  display: block; }

.sizechart :is(h1, h2, h3, h4, h5, h6) {
  color: #393;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  line-height: 1.2;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase; }

.sizechart table tr :is(td, th):first-child {
  font-weight: 600; }

/* tables */
table {
  border-spacing: 0;
  font-size: 0.85em;
  margin-bottom: 1rem;
  table-layout: fixed;
  width: 100%; }

table.col1-left tr :is(td, th):first-child {
  text-align: left; }

table.col1-bold tr :is(td, th):first-child {
  font-weight: 600; }

table thead {
  margin-bottom: 35px;
  text-transform: uppercase;
  width: 100%; }

table tr :is(td, th) {
  border-bottom: 1px solid #ccc; }

table tr:last-child :is(td, th) {
  border-bottom: 1px solid #000; }

table tr :is(td, th) {
  padding: 0.75rem; }

table[role="presentation"] tr :is(td, th),
table[role="presentation"] tr:last-child :is(td, th) {
  border: none; }

/* Shopping Cart */
#cart-item {
  position: relative;
  background-color: white; }

#cart-item .remove-item {
  color: #898989;
  position: absolute;
  top: -10px;
  right: -6px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

#cart-item .remove-item:hover,
#cart-item .remove-item:active,
#cart-item .remove-item:focus {
  color: #b32824;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

/* Reviews */
.review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #edece4;
  border-radius: 3px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid; }

.review-box .review-rating {
  color: #339933; }

.review-box .review-content {
  font-size: 0.9rem; }

/* Embeded maps */
.embed-container.map iframe {
  pointer-events: none; }

/* Pagination */
span.page,
span.deco,
span.prev,
span.next {
  font-size: 0.8rem;
  vertical-align: middle; }

span.page,
span.deco {
  margin: 5px;
  padding: 3px 10px;
  font-size: 0.8rem; }

span.page {
  border: 1px solid #339933;
  border-radius: 100px; }

span.page.current {
  background-color: #339933;
  color: white; }

span.prev a,
span.next a {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif; }

/* Customer Account */
.errors ul {
  list-style: none;
  padding: 0; }

#customer-orders
.accordion#customer-orders [aria-expanded="true"]:after,
.accordion#customer-orders [aria-expanded="false"]:after {
  content: ""; }

/* Message Bar */
#message-bar {
  font-size: 0.95rem;
  letter-spacing: 0.025rem; }

#message-bar.primary,
#message-bar.primary a {
  background-color: #339933;
  color: white; }

#message-bar.slides a {
  color: #222222; }

#message-bar.secondary,
#message-bar.secondary a {
  background-color: #a3a3a3;
  color: #222222; }

#message-bar.sale,
#message-bar.sale a {
  background-color: #e18152;
  color: white; }

#message-bar.info,
#message-bar.info a {
  background-color: #1fc8e3;
  color: white; }

#message-bar.alert,
#message-bar.alert a {
  background-color: #e37774;
  color: white;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none; }

#message-bar.warning,
#message-bar.warning a {
  background-color: #f7d859;
  color: #222222; }

/* SBO Styles */
#sbo-hero {
  position: relative;
  overflow: hidden;
  max-height: 400px; }

#sbo-hero video {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100%; }

#sbo-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); }

#sbo-hero-content .inner {
  width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 800px;
  color: #fff;
  font-size: 2.75em;
  text-transform: uppercase; }

#shopify-section-sbo-footer {
  background-color: white; }

.sbo-footer-link {
  color: #222222; }

/* staff profile pics */
img.profile-pic {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

img.profile-pic.large {
  width: 350px;
  height: 350px; }

img.profile-pic.medium {
  width: 250px;
  height: 250px; }

img.profile-pic.thumbnail {
  width: 80px;
  height: 80px; }

/* Shop Service Tables */
.shop-service-table .shop-service {
  color: #393; }

.shop-service-table .shop-category-description,
.shop-service-table .shop-service-description {
  font-size: 0.9rem;
  font-weight: 400; }

/* Product Flags */
.product-flags {
  position: absolute;
  top: -2px;
  left: 20px;
  overflow: visible;
  width: calc(100% - 20px);
  height: 50px;
  text-align: left; }

.product-item .product-flags {
  left: 10px; }

.product-flags .product-flag {
  position: relative;
  margin-left: 10px;
  overflow: visible;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1px 5px;
  width: auto;
  white-space: nowrap;
  z-index: 1; }

.product-item .product-flags .product-flag {
  font-size: 0.9rem; }

.product-flags .product-flag:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  left: -5px;
  top: 0; }

.product-flags .product-flag.savings {
  background: #d96127; }

.product-flags .product-flag.savings:before {
  border-bottom: 5px solid #8d3e18; }

.product-flags .product-flag.rental {
  background: #339933; }

.product-flags .product-flag.rental:before {
  border-bottom: 5px solid #216321; }

.product-flags .product-flag.staff-pick {
  background: #1a5587; }

.product-flags .product-flag.staff-pick:before {
  border-bottom: 5px solid #103757; }

.product-item .product-flags .product-flag:before,
.product-item .product-flags .product-flag.savings:before,
.product-item .product-flags .product-flag.rental:before,
.product-item .product-flags .product-flag.staff-pick:before {
  left: -3px;
  border-width: 3px; }

/* Blog */
.article-image {
  padding-top: 66.66%;
  position: relative;
  overflow: hidden; }

.article-image img,
.article-image svg {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center-me {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap; }

/* RESPONSIVE STYLES ##############################################################################  */
/* Small only */
@media screen and (max-width: 39.9375em) {
  /* columns */
  .columns-sm-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }

  .columns-sm-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }

  .columns-sm-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .columns-sm-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  /* collection pages */
  #collection-hero {
    background: none !important; }

  #collection-hero h1 {
    color: #222222 !important; }

  /* product pages */
  #product-images #deal-icon,
  #product-images #rental-icon {
    width: 55px;
    top: 0;
    left: 20px; }

  /* search */
  #facets-wrapper {
    max-height: calc(100vh - 60px); } }
/* Medium and up */
@media screen and (min-width: 40em) {
  /* columns */
  .columns-md-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }

  .columns-md-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }

  .columns-md-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .columns-md-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  /* search */
  .result {
    width: 33.33%;
    height: 410px; }

  /* product page */
  ul#info-icons li {
    max-width: 20%; }

  .product-thumbnail img {
    max-width: 80px; }

  /* Shop by brand page */
  #shop-by-brand .brand-section {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }

  /* Blog */
  #blog-articles-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  /* Size Charts */
  table.size-chart,
  #product-detail-tabs table,
  #rate-tables table {
    font-size: 0.85em; }

  table.size-chart th,
  #product-detail-tabs table th,
  #rate-tables table th {
    padding: 10px; }

  table.size-chart td,
  #product-detail-tabs table td,
  #rate-tables table td {
    padding: 10px; } }
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* collection pages */
  #collection-hero {
    background: none !important; }

  #collection-hero h1 {
    color: #222222 !important; }

  /* search */
  #facets-wrapper {
    max-height: calc(100vh - 60px); } }
/* Large and up */
@media screen and (min-width: 64em) {
  /* navigation */
  #nav-menu a {
    font-size: 1.25rem; }

  #nav-menu .nav-item.dropdown .nav-link {
    color: white;
    position: relative; }

  #nav-menu .nav-item.dropdown:hover .nav-link:after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #339933;
    border: 2px solid #339933;
    width: 60%; }

  #nav-menu .nav-item.dropdown .nav-link:hover {
    color: #cccccc; }

  #nav-menu .nav-item.dropdown .dropdown-toggle::after {
    display: none; }

  #nav-menu .nav-item.dropdown:hover > .mega-menu {
    display: block; }

  #nav-menu .h5 {
    font-weight: 600; }

  #nav-menu .mega-menu {
    top: 60px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    background-color: #333333;
    border: none;
    border-radius: 0; }

  #nav-menu .mega-menu .btn-sm {
    padding: 0.25rem 1.5rem;
    font-size: 0.975rem !important;
    line-height: 1.5; }

  #nav-menu .mega-menu ul {
    padding-inline-start: 0; }

  #nav-menu .mega-menu .submenu .primary .submenu {
    margin-top: 0.5rem; }

  #nav-menu .mega-menu .submenu .secondary,
  #nav-menu .mega-menu .submenu .tertiary {
    padding-bottom: 0.5rem; }

  #nav-menu .mega-menu .submenu .primary a {
    font-size: 1.25rem;
    font-weight: 400;
    color: #339933; }

  #nav-menu .mega-menu .submenu .secondary a {
    font-size: 1.15em;
    font-weight: 400;
    text-transform: capitalize;
    color: white; }

  #nav-menu .mega-menu .submenu .tertiary a {
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    color: white; }

  #nav-menu .mega-menu .submenu hr {
    border-color: #339933;
    width: 50px;
    margin-left: 0;
    position: relative;
    left: 0; }

  /* search bar */
  #search-bar {
    padding: 0 30px;
    position: initial;
    display: initial;
    width: auto; }

  /* product pages */
  #product-images .container {
    background: #fff; }

  #product-detail-tabs table {
    max-width: 80%; }

  /* product tiles */
  .product-item .overlay {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0; }

  /* columns */
  .columns-lg-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }

  .columns-lg-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }

  .columns-lg-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .columns-lg-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  /* slick sliders */
  .container.carousel {
    padding-left: 60px;
    padding-right: 60px; }

  .slick-slider {
    max-width: calc(100% - 100px); }

  .slick-list {
    padding: 0 !important; }

  #product-images .slick {
    background-color: #fff;
    padding: 10px; }

  /* Shop by brand page */
  #shop-by-brand .brand-section {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4; }

  /* Blog */
  #blog-articles-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }

  /* ekko lightbox */
  a[data-toggle="lightbox"] img {
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  a[data-toggle="lightbox"]:hover img {
    opacity: 1; }

  .ekko-lightbox-nav-overlay a:hover span {
    color: #222; }

  .ekko-lightbox-nav-overlay a:hover {
    background: linear-gradient(-90deg, white, transparent); }

  .ekko-lightbox-nav-overlay a:first-child:hover {
    background: linear-gradient(90deg, white, transparent); }

  /* footer */
  footer#global-footer {
    font-size: 0.8rem; } }
/* Large only */
