/** Shopify CDN: Minification failed

Line 397:22 Unexpected "("

**/
.gutter { height: 22px; width: 100%; clear: both; }
.gap-1 { height: 1em; width: 100%; clear: both; }
.gap-2 { height: 2em; width: 100%; clear: both; }
.gap-3 { height: 3em; width: 100%; clear: both; }
.gap-4 { height: 4em; width: 100%; clear: both; }

@media (max-width: 598px) {
  .gutter {height: 17px;}
  .gap-1 { height: .8em; }
  .gap-2 { height: 1.6em; }
  .gap-3 { height: 2.4em; }
  .gap-4 { height: 3.2em; }
}

.light-text { color: white; }
.dark-text { color: black; }

/***********************************/
/* custom html product descritions */
/***********************************/

.leading-copy {
  padding: 3em;
  line-height: 1.4;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

/* basic tiles */
.tile h2, 
.tile h3 {
  margin-top: 1em;
  margin-bottom: .5em;
}

.tile p {
  line-height: 1.4;
}

.tile p:last-child {
  padding-bottom: 3em;
}

/* text based tiles */

.tile-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 30px; /* special padding apply to tile */
}

.tile-text h2 {
  margin-top: 0;
  font-size: 2em;
}

.tile-text p, .tile-text p:last-child {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.tile-headline { 
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.tile-headline h2 {
  font-size: 2.5em;
}

.tile-copy { 
  padding: 0;
}

@media (max-width: 598px) {
  
  .grid-2, .grid-3 {
    grid-row-gap: 17px;
    grid-column-gap: 17px;
  }
  
}

/* single column widths */
  
  @media (max-width: 598px), (min-width: 1001px) and (max-width: 1299px) {
  
  .grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }
  
  .tile-text {
    padding: 3em;
  }
  
  .tile-headline {
    padding: 0;
  }
  
  .tile-headline h2 {
    margin-bottom: 0;
  }
  
  .tile-copy { 
    padding: 0;
  }
  
  .first-small {
    grid-column: 1;
    grid-row: 1;
  }

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

}

@media (min-width: 599px) and (max-width: 1024), (min-width: 1300) {

  .show-small {
    display: none;
  }

}

.tile img, .medbar-banner img, .medbar-col img {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.medbar-col {
  display: grid;
}

/****************/
/* basic banner */
/****************/

  .medbar-banner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 22px;
  }
  
  .medbar-banner img {
    width:100%;
    grid-column: 1 / span 4;
    grid-row: 1;
  }
  
  .medbar-banner .banner-text {
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 3em;
  }
  
  .medbar-banner .banner-text.banner-text-left {
    grid-column: 1 / span 2;
    min-width: 300px;
  }
  
  .medbar-banner .banner-text.banner-text-right {
    grid-column: 3 / span 2;
  }

  .medbar-banner .banner-text.banner-text-right-wide {
    align-items: flex-end;
    grid-column: 2 / span 3;
  }

  .medbar-banner .banner-text.banner-text-right-wide h3 {
    max-width: 400px;
  }

@media (max-width: 598px) {
  
  .medbar-banner {
    grid-column-gap: 17px;
  }
  
  .medbar-banner .banner-text.banner-text-right-wide h3 {
    font-size: 1em;
  }
  
}

/******************************/
/* custom product page layout */
/******************************/

.grid-product-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template: 1fr 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 22px;
}


.tile-gallery {
  grid-column: 1;
  grid-row:span 2;
}

.tile-gallery .gallery {
  position: sticky;
  top: 0;
}

.tile-meta {
  grid-column: 2;
}

.tile-meta .product-single__meta {
  padding-left: 0; 
}

.tile-description {
  grid-column: 2;
}

@media (max-width: 1000px) {

  .tile-description {
    grid-column: span 2;
    grid-row:span 2;
  }

}

@media (max-width: 768px) {

  .tile-gallery, .tile-meta, .tile-description {
    grid-column: span 2;
    grid-row: span 2;
  }

}

.tile-gallery img, .tile-meta img, .tile-description img {
  width: 100%;
}

/***************************/
/* segway product features */
/***************************/

.segway-features {
	display: flex;
  flex-wrap: wrap;
}
 
.segway-features .feature-item {
	flex: 50%;
  min-width: 300px;
}
		
.segway-features {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    transition: max-height .2s ease-out;
    max-height: inherit;
}

.segway-features h3 {
  padding-bottom: 1em;
}

.segway-features .feature-item {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: left;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    line-height: 30px;
    margin: 8px 0 8px 0;
}

.segway-features .feature-item img {
    display: none !important;
}

.segway-features .feature-item svg {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    vertical-align: middle;
    float: left;
}

.segway-features .feature-item .feature-text {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    box-sizing: border-box;
    margin-left: 40px;
}

.availability_title {
    display: none;
}

#medbar-local-pickup {
    /* min-height: 7em; */
}

/* Shipping */
.product__policies {
    display: none;
}

/* Shop Pay */
.shopify-installments {
    max-width: 50% !important;
    margin: auto !important;
}

.shopify-payment-terms.product__policies { 
    display: block;
    text-align: center;
    filter: grayscale(1);
}

.shopify-payment-terms {
    margin: 0 20% 30px;
}

@media (max-width: 768px) {
  .shopify-payment-terms {
      margin: 0 10% 30px;
  }
}

.color-swatch.disabled {
  opacity: 25%;
}

.sales-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  align-content: center;
}

.sales-point .icon {
  margin-right: 20px;
}

@media only screen and (max-width: 976px) {
  .sales-points {
    justify-content: unset;
  }
}

media only screen and (max-width: 768px) {
  .sales-points {
    display: block
  }
  .sales-point .icon-and-text {
    justify-content: start;
  }
}

.template-page header {
  text-align: center;
}

.template-index .page-width,
.template-collection .page-width{
  width: 100%;
  max-width: 100%;
}

.template-collection .page-width.page-content.page-content--top {
  padding-top: 20px;
  padding-bottom: 12px;
  display: flex; 
  flex-wrap: wrap;
  flex-direction: row; 
  justify-content: space-between; 
  align-items: center;
}

.template-collection .collection-filter__item {
  margin-bottom: 0;
}

.template-collection .breadcrumb {
  width: 100%;
  margin: 0 0 .25em;
  font-size: 1em;
}

#CollectionSidebar {
  padding-right: 1em;
}

.collection-content .grid__item--content {
  padding-left: 3em;
}

.collection-content .grid__item--sidebar::-webkit-scrollbar {
  width: 7px;               /* width of the entire scrollbar */
}

.collection-content .grid__item--sidebar::-webkit-scrollbar-track {
  background: white;        /* color of the tracking area */
}

.collection-content .grid__item--sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  width: 24px;
}

.template-collection .collection-filter__item select {
  margin-bottom: 0;
  font-size: 1.1em;
  /* text-align: right; */
  
}

@media only screen and (min-width: 769px) {
  .template-collection .collection-filter__item select {
    /* border: none; */
    border-radius: 5px;
  }
}

.template-collection .collection-filter__item button {
  border-radius: 0;
}

.grid-product__meta {
  width: 100%;
  text-align: left;
  font-size: .95em;
}

.grid-product__title.grid-product__title--body {
  /* font-weight: 600; */
}

.grid-product__price {
  font-size: 1.1em;
  /* font-weight: 600; */
  margin-top: .8em;
}

.medbar_grid-product__vendor, .medbar_grid-product__type {
  opacity: .6;
}

.medbar_grid-product__type {
  padding-top: .2em;
}

.collection-filter {
  width: 50%;
}

.collection-filter__item.collection-filter__item--sort {
  min-width: 50%;
}



@media only screen and (max-width: 520px) {

  .collection-filter {
    width: 100%;
  }

  .template-collection .section-header__title {
    text-align: left;
  }

  .template-collection .page-width.page-content.page-content--top { 
    flex-direction: column; 
    align-items: start;
  }

  .template-collection .collection-filter__item {
    margin-top: 16px;
  }

  #CollectionSidebar {
    padding-right: 0;
  }

  .collection-content .grid__item--content {
    padding-left: 17px;
  }

  .collection-filter__item.collection-filter__item--sort {
    min-width: unset;
  }

}

.template-collection .collection-content {
  padding-top: 12px;
}

.template-collection .collection-sidebar__group .collapsible-trigger-btn {
  text-transform: capitalize;
  letter-spacing: .02em;
  font-size: 1.1em;
  font-weight: 600;
}

.megamenu .page-width {
  max-width: 1400px;
}

.page-width.footer-promotions,
.site-footer .page-width {
  max-width: 1400px;
}

.page-width.page-width--narrow {
  max-width: 1200px;
}

/* Annoucement Bar */
.announcement-text {
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  letter-spacing: inherit;
  font-size: 1.2em;
  /* color: #cc0000; */
}

/* Buy button */
.add-to-cart {
  background: #cc0000;
}

/* Product Selections */
.variant-input-wrap input[type=radio]:checked+label {
  box-shadow: 0 0 0 1.2px var(--colorTextBody);
}

.variant-input-wrap label {
  border-radius: 4px;
}

/* All buttons */
.btn,
.rte .btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.spr-container .spr-button,
.spr-container .spr-summary-actions a {
  text-transform: inherit;
  font-size: 1em;
  letter-spacing: .03em;
}

.btn--small {
    padding: 8px 20px;
}

/* Footer promotions */
.footer-promotions {
  text-align: center;
}

/* Cart Drawer */
#CartDrawerForm .drawer__footer {
  padding-bottom: 80px;
}

/* custom section */
.custom__item {
  margin-bottom: 0;
}

/* product page and collection offers */
.grid-product-top__offer {
  color: #cc0000;
}

.grid-product-bottom__offer {
  padding-top: .5em;
  color: rgb(18, 138, 9);
}

.product__offer {
  font-weight: bold;
  color: #cc0000 !important;
}

/* collection filters */

.no-bullets.tag-list.tag-list--active-tags {
  /* display: none; */
}

.tag__checkbox {
  padding-left: 30px;
}

.tag--active>label {
  font-weight: normal;
}

.filter-form {
  font-size: .95em;
}

.tag__checkbox:before {
  border-radius: 5px;
  height: 20px;
  width: 20px;
}

.tag__checkbox:after {
    height: 20px;
    width: 20px;
    left: 0;
    border-radius: 5px;
}

/* Product Accordians */
.product-block--tab .collapsible-trigger-btn {
    text-transform: none;
    letter-spacing: .03em;
    font-weight: 600;
    font-size: 20px;
}

.product-block--tab .collapsible-trigger-btn--borders {
    border: none;
    border-top: 1px solid var(--colorBorder);
    padding: 26px 0;
}

.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner {
  border: none;
}

/* product descripion */
.product-page__desription.rte {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* Mobile product page */
.mobile-product-block--header {
  margin-top: 1.4em;
  max-width: 75%;
}

.product-block--header+.product-block--price.mobile-product-block--price {
  margin-top: 0;
}

.mobile-product-block--price .product__price {
  font-size: 1.4em;
}

@media only screen and (max-width: 768px) {
  .return-link {
    width: auto;
  }
}
