/** Shopify CDN: Minification failed

Line 48:3 Unexpected "zoom"
Line 133:3 Unexpected "zoom"

**/
/* Preload images */
body:after {
  content: url(../assets/close.png) url(../assets/loading.gif) url(../assets/prev.png) url(../assets/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../assets/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(lightbox-prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(lightbox-next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(lightbox-close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*=========================
Product Page
==========================*/
.product-options .inline-field-wrapper.js-required {
  float: left;
  margin-bottom: 20px; }

#infiniteoptions-container > div {
  padding-left: 0; }

.product-thumbnails img[alt="variantimage_hidden"] {
  display: none !important; }

.shopify-section.section-product {
  /*   .add-on {
    	display:none;
    } */ }
  .shopify-section.section-product .product-main-image {
    position: relative;
    width: 580px;
    float: right;
    margin-right: 20px;
    background-color: white;
    /*     canvas {
          border: 0 black solid;
        } */ }
    @media (max-width: 1260px) {
      .shopify-section.section-product .product-main-image {
        width: 75%; } }
    @media (max-width: 1020px) {
      .shopify-section.section-product .product-main-image {
        width: 70%; } }
    @media (max-width: 860px) {
      .shopify-section.section-product .product-main-image {
        width: 100%;
        margin-right: 0; } }
    .shopify-section.section-product .product-main-image img {
      width: 100%; }
    .shopify-section.section-product .product-main-image .image-pos {
      display: none;
      height: 100%;
      position: absolute;
      width: 100%; }
    .shopify-section.section-product .product-main-image .line-label {
      height: 100%;
      position: absolute;
      width: 100%; }
    .shopify-section.section-product .product-main-image #canvas {
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: center;
      width: 100%; }
    .shopify-section.section-product .product-main-image #canvas1 {
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: center;
      width: 100%; }
    .shopify-section.section-product .product-main-image span.this-bag-belongs-label {
      position: absolute;
      top: 10%;
      left: 12%;
      font-size: 18px; }
    .shopify-section.section-product .product-main-image span.first-name {
      position: absolute;
      top: 15%;
      left: 12%;
      width: 60%;
      height: 10%;
      display: block; }
      .shopify-section.section-product .product-main-image span.first-name .fit-firstname {
        display: block;
        width: 100%; }
    .shopify-section.section-product .product-main-image span.last-name {
      position: absolute;
      top: 26%;
      left: 12%;
      font-size: 28px;
      display: block; }
    .shopify-section.section-product .product-main-image span.if-found-lable {
      position: absolute;
      top: 38%;
      left: 12%; }
    .shopify-section.section-product .product-main-image span.contact-number {
      position: absolute;
      top: 42%;
      left: 12%;
      font-size: 29px; }
    .shopify-section.section-product .product-main-image span.icon-brand {
      position: absolute;
      width: 50px;
      top: 80px;
      right: 35px; }
    .shopify-section.section-product .product-main-image span.fl-combine,
    .shopify-section.section-product .product-main-image span.fl-combine-image {
      top: 190px;
      position: absolute;
      left: 20px;
      font-size: 28px;
      width: 200px;
      text-align: left;
      display: block; }
    .shopify-section.section-product .product-main-image span.fl-combine3-image {
      position: absolute;
      top: 240px;
      left: 150px;
      width: 180px; }
    .shopify-section.section-product .product-main-image span.fl-combine4-image {
      position: absolute;
      top: 280px;
      left: 40px;
      width: 110px; }
    .shopify-section.section-product .product-main-image span.fl-combine-image {
      top: 199px; }
    .shopify-section.section-product .product-main-image #textCanvas {
      display: none; }
    .shopify-section.section-product .product-main-image .image1,
    .shopify-section.section-product .product-main-image .image2,
    .shopify-section.section-product .product-main-image .image3,
    .shopify-section.section-product .product-main-image .image4,
    .shopify-section.section-product .product-main-image .image5,
    .shopify-section.section-product .product-main-image .image6 {
      position: absolute;
      display: none; }
  .shopify-section.section-product .swatch-img {
    display: none; }
  .shopify-section.section-product .with-swatch .swatch-img {
    display: inline-block !important;
    margin-right: 10px;
    max-width: 30px; }
  .shopify-section.section-product .with-swatch .selecter-item:first-child .swatch-img {
    display: none !important; }
  .shopify-section.section-product .swatch-icon {
    display: block; }
    .shopify-section.section-product .swatch-icon .label_option_value {
      display: inline-block;
      width: 11%;
      margin-right: 2%;
      text-align: left; }
    .shopify-section.section-product .swatch-icon .label_option_value_title {
      display: none;
      margin-bottom: 10px; }
    .shopify-section.section-product .swatch-icon label {
      display: inline-block;
      border: 0 solid #eaeaea;
      width: 100%;
      margin-top: 5px;
      padding-top: 0px; }
    .shopify-section.section-product .swatch-icon img {
      padding: 5px;
      box-sizing: content-box;
      border: 1px solid #fff;
      border-radius: 3px; }
    .shopify-section.section-product .swatch-icon img.is-selected {
      border: 1px solid #9c0; }
  .shopify-section.section-product .swatch-font .label_option_value_title {
    display: none; }
  .shopify-section.section-product .swatch-font img {
    padding: 5px 10px;
    box-sizing: content-box;
    border: 1px solid #fff;
    border-radius: 3px; }
  .shopify-section.section-product .swatch-font img.is-selected {
    border: 1px solid #9c0; }
  .shopify-section.section-product .label_option_checkbox .label_option_title {
    display: inline-block; }
  .shopify-section.section-product .label_option_checkbox .label_option_title {
    display: inline-block;
    line-height: 1.25; }
  .shopify-section.section-product .label_option_checkbox .label_option_value_price {
    line-height: 1.25;
    padding-left: 5px; }
  .shopify-section.section-product .label_option_checkbox.add-on {
    display: inline-block;
    padding-left: 5px;
    width: 100%;
    margin-top: 10px; }
    .shopify-section.section-product .label_option_checkbox.add-on span.label_option_element {
      padding-right: 10px; }
    .shopify-section.section-product .label_option_checkbox.add-on input[type="checkbox"] {
      -ms-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -o-transform: scale(1.5);
      padding: 5px;
      zoom: 1.5; }
  .shopify-section.section-product h3.label-title.label-addon {
    margin-bottom: 0;
    padding-bottom: 0; }
  .shopify-section.section-product .label_option_total {
    display: none; }
    .shopify-section.section-product .label_option_total .span,
    .shopify-section.section-product .label_option_total .the-plus-sign,
    .shopify-section.section-product .label_option_total .money {
      margin: 0 !important; }
  .shopify-section.section-product .product-form {
    padding-top: 0 !important; }

.error-prodmsg {
  font-weight: bold;
  font-style: italic;
  color: red;
  text-align: left;
  display: none;
  clear: both;
  padding-top: 0;
  margin-top: 10px; }

.selecter .selecter-item {
  width: 33%;
  display: inline-block; }

.product-wrap > div {
  border: 0; }

.label_option_product_title {
  margin-bottom: 0; }

.label_option_set .label_option label {
  display: inline;
  width: 100%; }
.label_option_set .swatch-collection label {
  display: inline-block;
  width: auto;
  cursor: pointer; }
.label_option_set .label_option_title {
  display: none; }
.label_option_set .step3b .label_option_title,
.label_option_set .team-container .label_option_title,
.label_option_set .team-option-container .label_option_title {
  margin-bottom: 5px;
  display: block;
  margin-top: 10px; }
.label_option_set .team-option-container .label_option_title {
  margin-bottom: 10px; }
.label_option_set input[type="email"],
.label_option_set input[type="number"],
.label_option_set input[type="password"],
.label_option_set input[type="search"],
.label_option_set input[type="tel"],
.label_option_set input[type="telephone"],
.label_option_set input[type="text"],
.label_option_set textarea {
  border: 1px solid #a9aba8; }
.label_option_set .swatch-collection span.label_option_value_title {
  display: none; }
.label_option_set .swatch-collection img {
  height: 55px;
  pointer-events: none; }
.label_option_set .swatch-color span.label_option_value,
.label_option_set .swatch-label span.label_option_value {
  display: inline-block;
  margin-right: 2%; }
.label_option_set span.label_option_element.swatch-label {
  overflow-y: scroll;
  display: block; }
.label_option_set span.colorhex {
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px; }
  @media (max-width: 540px) {
    .label_option_set span.colorhex {
      width: 35px;
      height: 35px; } }
.label_option_set .collection-color {
  margin-top: 20px;
  display: none; }
.label_option_set label.team-logo {
  display: none; }
.label_option_set .team-container {
  display: none; }
  .label_option_set .team-container label {
    display: inline-block;
    margin-right: 2%;
    text-align: left;
    cursor: pointer; }
  .label_option_set .team-container .team img {
    padding: 5px;
    box-sizing: content-box;
    border: 1px solid #fff;
    border-radius: 3px; }
.label_option_set .team-option-container {
  display: none;
  border: 0 solid #eaeaea;
  padding: 0; }
  .label_option_set .team-option-container label {
    display: inline-block;
    width: 11%;
    margin-right: 2%;
    text-align: left; }
  .label_option_set .team-option-container img {
    padding: 5px;
    box-sizing: content-box;
    border: 1px solid #fff;
    border-radius: 3px; }

.section-product .product-description {
  margin-top: 20px; }
.section-product .share-buttons {
  margin-top: 10px; }
.section-product .related-products {
  margin-top: 30px;
  padding-top: 30px; }
.section-product .spr-container {
  padding: 10px 24px !important; }
.section-product .spr-review {
  padding: 10px 0; }
.section-product .spr-review-content {
  margin: 0; }

.product-quantity .input-wrapper label {
  text-align: left; }
.product-quantity .input-wrapper input {
  display: inline-block;
  border-color: #777;
  width: 80px;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 11px; }

.product-submit {
  text-align: left;
  margin-top: 0 !important;
  display: inline-block !important; }
  .product-submit .button,
  .product-submit .submit,
  .product-submit button,
  .product-submit input[type="button"],
  .product-submit input[type="submit"] {
    min-width: 60%;
    font-size: 18px; }

span.line-span {
  position: absolute;
  display: table;
  min-width: 10px;
  min-height: 10px; }
  span.line-span span.line-container {
    display: table-cell;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    font-family: "minya nouvelle"; }

.spr-container {
  border: 0 !important; }

.sub-preview-title {
  width: 100%;
  text-align: center;
  font-size: 15px !important; }

.no-touch .product-list-item-overlay-link:hover ~ figure {
  background-color: rgba(0, 0, 0, 0) !important; }

.product-list-item-vendor + .product-list-item-title {
  margin-top: 0px; }

.label_option_set .accordion-content.step1 .label_option.enter-info {
  flex: 1 0 calc(100% - 30px); }

.label_option_set .title-active:after {
  transform: rotate(360deg); }

.subc-details p.product-price {
  margin-top: 0;
  font-weight: bold; }

.shopify-section.section-collection h3.product-list-item-title,
.home-module h3.product-list-item-title {
  letter-spacing: 0.1em; }
.shopify-section.section-collection .product-list-item-price,
.home-module .product-list-item-price {
  margin-top: 0;
  color: #3a3939; }
.shopify-section.section-collection p.product-list-item-vendor,
.home-module p.product-list-item-vendor {
  display: none; }
.shopify-section.section-collection p.product-list-item-title,
.home-module p.product-list-item-title {
  margin: 20px 0 0; }

.section-accordiontitle {
  position: relative;
  /*  .mobile-tier-toggle:before, 
  	.mobile-tier-toggle:after {
        position: relative;
        display: block;
        content: '';
        background: #3a3939;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }*/
  /*   .mobile-tier-toggle:before {
         width: 10px;
         height: 2px;
         top: 7px;
         left: 3px;
     }  */
  /*    .mobile-tier-toggle:after {
      	width: 2px;
          height: 10px;
          top: 1px;
          left: 7px;
      }  */ }
  .section-accordiontitle .mobile-tier-toggle {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    background-color: #FFFFFF;
    cursor: pointer;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .section-accordiontitle.open .mobile-tier-toggle {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 70%; }
  .section-accordiontitle.open .mobile-tier-toggle:after, .section-accordiontitle.open .mobile-tier-toggle:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .section-accordiontitle.open .mobile-tier-toggle:before {
    opacity: 0;
    filter: alpha(opacity=0); }
  .section-accordiontitle.open .mobile-tier-toggle:after, .section-accordiontitle.open .mobile-tier-toggle:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .section-accordiontitle .section-accordioncontent.active {
    display: block !important; }

#seo-container .tab-content .section-content .section-accordiontitle {
  cursor: pointer;
  padding-right: 50px; }

.cart-item .label-properties.label-properties- {
  display: none; }

.cart-shipping-calculator {
  font-size: 0;
  margin-top: 30px; }

img.only-image.img-on-hover,
img.only-image.img-on-hide {
  display: none; }

img.only-image.img-on-show {
  display: block !important; }

.cpimg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%; }

.divwidth {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap; }

@media (min-width: 721px) {
  .cart-unit-price {
    display: none; }

  .mobile-only {
    display: none !important; }

  .desktop-only {
    display: block; } }
@media (max-width: 720px) {
  .cart-instructions {
    margin-top: 0;
    margin-bottom: 30px; }

  .desktop-only {
    display: none !important; }

  .cart-item-image {
    /*         max-width: 100px; */
    float: left;
    display: inline-block;
    margin-left: 20px;
    width: 25%; }

  span.cart-item-vendor.vendor {
    display: none; }

  .cart-unit-price,
  .cart-item-title,
  .cart-line-item-properties,
  .cart-item-product .cart-item-option {
    float: right !important;
    padding-left: 2%;
    text-align: left;
    display: inline-block;
    width: 65%;
    text-align: left !important;
    margin-right: 3px; }

  .cart-item-price {
    clear: both; }

  .cart-line-item-properties {
    margin-top: 0; }

  td.cart-item-quantity {
    padding: 10px; }

  td.cart-item-total.last {
    padding-top: 18px; }

  td.cart-item-price {
    padding-bottom: 10px; }
    td.cart-item-price span.money {
      display: none; }

  .cart-unit-price {
    display: block; }

  .page-title {
    margin: 10px 0;
    font-size: 20px; }

  .cart-price,
  .cart-price span.money {
    font-size: 1.6em;
    font-weight: bold; }

  input.cart-item-quantity-display {
    margin-right: 0;
    border: 1px solid #eaeaea;
    padding: 7px; }

  .mobile-only {
    display: inline-block; }

  #shopify-section-page-product .product-main-image {
    margin-right: 0px; } }
@media (min-width: 1021px) {
  #shopify-section-header header.main-header {
     /*GGG .branding,
      .header-tools {
          margin-top: 5px;
      }  

   	.header-tools .header-search-form {
    	margin-top: 5px;
    }    */ }

  /*GGG  .navigation-first-tier>.has-dropdown.active>a {
        padding: 8px 29px 8px;
    }    
  
    .navigation-first-tier>li>a {
        padding: 10px 23px;
    }  */
  input.header-search-input {
    height: 35px; } }
@media (max-width: 1020px) {
  #shopify-section-header header.main-header {
    margin: 0 auto 10px; }
    #shopify-section-header header.main-header .mobile-header-tools {
      margin: 5px 0;
      max-height: 70px;
      min-height: 30px; }
    #shopify-section-header header.main-header .branding {
      margin-top: 10px;
      display: none !important; }
    #shopify-section-header header.main-header a.logo {
      padding: 0;
      margin: 5px auto 0 auto;
      display: block;
      width: 35%; }
    #shopify-section-header header.main-header .logo-layout {
      width: 100%; }
    #shopify-section-header header.main-header span.mobile-navigation-toggle {
      margin: 0;
      position: absolute;
      top: 10px;
      left: 25px; }
    #shopify-section-header header.main-header a.mobile-cart-count.contain-count {
      position: absolute;
      right: 60px;
      top: 0; }
    #shopify-section-header header.main-header span.mobile-header-search-toggle {
      position: absolute;
      right: 90px;
      top: 0px; }
    #shopify-section-header header.main-header .mobile-header-account {
      position: absolute;
      top: 0;
      right: 26px;
      color: #7AD1DB; }
  .product-description .section-accordiontitle.open .mobile-tier-toggle:after, .product-description .section-accordiontitle.open .mobile-tier-toggle:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .product-description .section-accordiontitle.open .mobile-tier-toggle:before {
    opacity: 0;
    filter: alpha(opacity=0); }
  .product-description .section-accordiontitle.open .mobile-tier-toggle:after, .product-description .section-accordiontitle.open .mobile-tier-toggle:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .product-description .section-content .section-accordiontitle {
    cursor: pointer; } }
    @media (max-width: 1020px) and (max-width: 720px) {
      #shopify-section-header header.main-header span.mobile-navigation-toggle {
        left: 10px; } }
    @media (max-width: 1020px) and (max-width: 720px) {
      #shopify-section-header header.main-header a.mobile-cart-count.contain-count {
        right: 32px; } }
    @media (max-width: 1020px) and (max-width: 720px) {
      #shopify-section-header header.main-header span.mobile-header-search-toggle {
        right: 58px; } }
    @media (max-width: 1020px) and (max-width: 720px) {
      #shopify-section-header header.main-header .mobile-header-account {
        right: 6px; } }

@media (max-width: 450px) {
  #shopify-section-header header.main-header a.logo {
    margin-top: 10px; } }
@media (min-width: 1021px) {
  .regular-nav ul {
    width: auto; }
    .regular-nav ul a {
      white-space: nowrap; } }
.product-submit .quantity-box,
.product-submit .submit-box {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  width: 100%; }
.product-submit .quantity-box label,
.product-submit .quantity-box #quantity {
  display: inline-block;
  float: left;
  text-transform: uppercase; }
.product-submit .quantity-box #quantity {
  max-width: 80px;
  margin-left: 10px;
  margin-right: 10px;
  height: 52px; }
.product-submit .quantity-box label {
  padding-top: 10px; }
.product-submit .submit-box {
  margin-top: 10px; }
  @media (max-width: 720px) {
    .product-submit .submit-box {
      text-align: center; } }

.upsell-lightbox-overlay, .cart-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(51, 51, 51, 0.8);
  display: none;
  width: 100%;
  height: 100vh; }

.upsell-lightbox, .cart-lightbox {
  z-index: 10000;
  position: absolute;
  width: 95%;
  max-height: 80%;
  margin: 0 auto;
  background-color: white;
  top: 41%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  max-width: 750px;
  height: auto;
  padding-bottom: 30px;
  /*   .upsell-main-text {
    	text-align: center;
    } */ }
  @media (max-width: 540px) {
    .upsell-lightbox, .cart-lightbox {
      max-height: 100%;
      top: 52%;
      overflow-y: scroll; } }

.cart-lightbox {
  max-width: 550px;
  max-height: none; }

.upsell-form-container h2 {
  margin-top: 0;
  margin-bottom: 0; }

.upsell-content .product-wrap.clearfix {
  width: 90%;
  margin: 0 auto; }
.upsell-content .primary-image-container {
  width: 45%;
  margin-right: 5%;
  margin-top: 0;
  padding-top: 0;
  float: left; }
.upsell-content .product-wrap .upsell-form-container {
  margin-top: 0;
  padding-top: 0;
  width: 55%;
  float: right; }
.upsell-content .product-main-image {
  position: relative;
  max-width: 100%; }
.upsell-content .product-wrap > div {
  width: 40%; }
.upsell-content .product-images {
  width: 60% !important;
  float: right; }
.upsell-content .product-thumbnails.hide-th {
  display: none; }
.upsell-content div#canvas-parent {
  position: relative; }
.upsell-content .product-form .product-price-minimum {
  font-size: 1.4em; }
.upsell-content .product-form {
  bottom: 25px;
  margin-top: 0;
  width: 300px; }
.upsell-content .upsell-line-items ul {
  margin-top: .8em;
  margin-bottom: .5em;
  padding-left: 0; }
  .upsell-content .upsell-line-items ul li {
    font-size: 14px; }
.upsell-content span.product-price-compare.money {
  margin-left: 0; }

.close-this {
  display: inline-block;
  float: right;
  padding: 0 12px;
  font-size: 21px;
  cursor: pointer; }

a.no-thanks {
  padding-left: 4%;
  font-style: italic; }

@media (max-width: 720px) {
  .upsell-content .product-wrap > div {
    width: 100%; }
    .upsell-content .product-wrap > div img {
      width: 100%; }

  .upsell-content .product-wrap .upsell-form-container {
    width: 100%; }

  .product-wrap.two-column > div.product-images {
    width: 100% !important;
    margin-top: 5px; }

  .product-thumbnails {
    display: inline-block;
    margin: 10px 0; }
    .product-thumbnails a {
      display: inline-block; }
    .product-thumbnails img {
      max-width: 60px; }
    .product-thumbnails canvas {
      max-width: 60px;
      margin: 10px; }
    .product-thumbnails .section-title, .product-thumbnails .main-footer h4 {
      font-size: 25px; } }
.cart-item-upsell {
  display: none; }

input.cart-item-quantity-display.upsell_child_qty_bundle {
  display: none; }

.cart-content .product-wrap.clearfix {
  width: 90%;
  margin: 0 auto; }
.cart-content .cart-details {
  padding: 15px 0px;
  margin: 0px;
  width: 70%;
  float: right;
  border-width: 1px 0px 1px 0px;
  border-color: lightgray;
  border-style: solid; }
.cart-content img.main-img {
  width: 25%; }
.cart-content .primary-product {
  margin: 10px 0;
  padding: 0px;
  width: 100%; }
.cart-content .secondary-product {
  margin: 10px 0;
  padding: 0px;
  width: 100%;
  display: none; }
.cart-content .cart-count-text {
  float: left;
  margin: 0px; }
.cart-content .cart-price-text {
  float: right;
  margin: 0px;
  font-weight: 600; }
.cart-content .cart-message {
  float: right;
  width: 100%; }
.cart-content .cart-message em {
  float: right;
  color: #a2a2a1; }
.cart-content .cart-button {
  width: 100%; }
.cart-content .cart-button .keep-shopping {
  color: black;
  text-decoration: underline;
  float: left;
  margin-top: 10px; }
  @media (max-width: 540px) {
    .cart-content .cart-button .keep-shopping {
      width: 100%;
      text-align: center;
      font-size: 14px;
      display: inline-block; } }
.cart-content .cart-button .to-cart {
  float: right; }
  @media (max-width: 540px) {
    .cart-content .cart-button .to-cart {
      float: none;
      margin: 0 auto;
      display: block; } }

.primary-line-items ul li, .secondary-line-items ul li {
  font-size: 14px; }

.product-details {
  width: 70%;
  float: right; }
  .product-details p {
    margin: 5px 0; }
  .product-details .title {
    width: 80%;
    text-align: left;
    float: left;
    font-weight: 600; }
  .product-details .price {
    width: 20%;
    text-align: right;
    float: right;
    font-weight: 600; }
  .product-details ul {
    margin-bottom: .5em;
    padding-left: 0;
    text-align: left; }
  .product-details .quantity {
    text-align: left;
    font-size: 14px; }

.swatch-collection span.label_option_value_price {
  display: none; }

@media (min-width: 410px) {
  .parent-state {
    display: inline-block;
    width: 100px;
    flex: none !important;
    width: 35% !important;
    margin-right: 1% !important; }
    .parent-state input {
      max-width: 100% !important; }

  .parent-zip {
    flex: none !important;
    margin-left: 15px !important;
    width: calc(100% - 220px); } }
.step3a.accordion-content.adjust-icon-width label {
  width: 23%; }

.adjust-icon-width .team-option-container .step4container {
  max-height: 220px;
  overflow-y: scroll;
  margin-bottom: 50px;
  overflow-x: hidden; }

.product-wrap.two-column > div.product-images {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 60%;
  text-align: center; }
  @media (max-width: 860px) {
    .product-wrap.two-column > div.product-images {
      width: 100%;
      margin-top: 5px; } }

.banner.label-css-adjustment {
  height: 100px !important; }

@media (max-width: 376px) {
  .banner.label-css-adjustment {
    height: 140px !important; } }
@media (max-width: 320px) {
  #shopify-section-header header.main-header a.logo {
    margin-top: 13px; } }
.label_option.label_option_radio.twostep-style.design-info .label_option_value {
  margin-right: 0; }

.label_option_set .label_option .swatch-style label {
  display: inline-block;
  width: auto;
  cursor: pointer; }

.label_option_set .label_option .swatch-style img {
  padding: 5px;
  border: 1px solid #fff; }

.label_option_set .label_option .swatch-style img.style-active {
  border: 1px solid #99cc00;
  border-radius: 5px; }

.label_options select {
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  font-size: 0.9em;
  width: 100%; }
  @media (max-width: 540px) {
    .label_options select {
      font-size: 16px; } }

@supports (-webkit-overflow-scrolling: touch) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px; }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } }
.label_option_set .label_option {
  width: 45%;
  margin-right: 4%;
  display: inline-block; }
  @media (max-width: 540px) {
    .label_option_set .label_option {
      width: 100%; } }
  .label_option_set .label_option.icon-section {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    display: inline-block; }
    @media (max-width: 540px) {
      .label_option_set .label_option.icon-section {
        height: 110px; } }

.label_option_set .label_option.color-option-container {
  width: 100%; }

.label_option_set.shopify-options {
  margin-top: 20px !important; }

.line-item-property__field {
  margin-bottom: 10px; }

.customizer-disclaimer {
  float: right;
  text-align: left;
  font-size: 12px;
  font-style: italic;
  margin: 20px 0px 0 20px;
  width: 580px;
  max-width: 100%;
  position: relative;
  display: inline-block;
  padding-right: 20px; }
  @media (max-width: 540px) {
    .customizer-disclaimer {
      font-size: 9px;
      margin-top: 10px; } }

.selecttitle {
  display: none !important; }

@media screen and (min-width: 1021px) {
  #main-nav .header-tools #bag-droplet {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3); }

  #main-nav .header-tools #bag-droplet ul {
    list-style: none;
    margin: 4px 0;
    padding: 0;
    display: inline-block;
    background-color: transparent; }

  #main-nav .header-tools .my-bag {
    display: none; }

  #bag-droplet {
    width: 350px;
    min-height: 16px;
    position: absolute;
    right: 0;
    top: 20px;
    text-transform: none;
    font-size: 13px;
    text-align: left;
    border: 1px solid #000;
    padding: 20px 15px 15px 25px;
    z-index: 9999999; }

  .fixed-header #bag-droplet {
    right: 44px !important; }

  #bag-droplet .product {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    overflow: hidden;
    border-bottom: 1px solid #000; }

  #bag-droplet .product img {
    margin: 4px 12px 0 0;
    width: 50px;
    display: inline-block;
    vertical-align: top; }

  #bag-droplet .product .product-info {
    width: 240px; }

  #bag-droplet .product .product-info li {
    line-height: 18px; }

  #bag-droplet .product .product-info h3 {
    margin: 0 0 5px 0;
    font-size: 1em; }

  #bag-droplet .totals {
    width: 100%;
    overflow: hidden;
    text-align: center; }

  #bag-droplet .totals h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-family: 'century gothic',sans-serif; }

  #bag-droplet .totals .message {
    color: #a2a2a1;
    font-size: 16px; }

  #bag-droplet .totals .view-bag {
    font-size: 19px; }

  #bag-droplet .totals .btn-checkout {
    color: #fff;
    width: 100%; } }
.cart-toggle.cart-count.contain-count:hover + #bag-droplet {
  display: block !important; }

#bag-droplet:hover {
  display: block !important; }

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear; }

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8); }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: Font Awesome\ 5 Brands; }

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-weight: 400; }

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free; }

.fa, .fas {
  font-weight: 900; }

/* ~=====  LOYALTY POINTS =====~ */
/* Product Page */
/* Purchase Modal */
/* Header Callout nav */
/* ~=====  PRODUCT OPTIONS =====~ */
/* Product Page */
.shappify_check_option {
  float: left;
  clear: both; }

.shappify_radio_option {
  float: left;
  clear: both; }

/* Cart Page */
.label-hidden {
  display: none !important; }

/* Edit-in-cart modal */
#label-cart-modal .label-image img {
  margin: 0 auto 10px;
  display: block; }

#label-cart-modal .label-price {
  text-align: center;
  font-size: 17px;
  font-weight: 900; }

#label-cart-modal .label-title {
  text-align: center;
  font-size: 17px;
  font-weight: 900; }

#label-cart-modal .label-desc {
  text-align: center; }

#label-cart-modal .label-options {
  padding: 10px; }

#label-cart-modal .modal-footer-buttons {
  text-align: center;
  margin-top: 10px; }

/* ~=====  RECURRING ORDERS =====~ */
/* Cart Page */
/* ~=====  BUY THE MEASURE =====~ */
/* Cart Page */
.label-inline-hidden {
  opacity: 0; }

/* Product Page */
.field_div label {
  /* Prevent input elements from being on own line */
  display: inline-block !important;
  width: 80px !important; }

.field_div input {
  width: 50px !important;
  display: inline-block !important;
  margin-right: 5px !important; }

/* ~===== PRODUCT BUNDLES =====~ */
/*
This URL shows an image illustrating the following classes/IDs for the Bundle widget:
p4.zdassets.com/hc/theme_assets/320170/200005966/bundle_widget_CSS.png
*/
/* Product Page */
.product-bundle .product-image img {
  /* Prevent bundle widget images spilling out of containers  */
  max-height: 120px !important; }

/* ~===== RECURRING MEMBERSHIP =====~ */
/* Override CSS to render modal.       */
.modal-open {
  overflow: visible !important;
  opacity: 1 !important;
  z-index: 1051 !important; }

.modal-open .modal {
  display: block !important;
  opacity: 1 !important;
  z-index: 1052 !important;
  background-color: transparent; }

.modal {
  display: none; }

.label_options {
  margin-bottom: 20px; }

.label_options:empty {
  display: none; }

.label_option_product_info {
  text-align: center;
  margin: 0 0 25px; }

.label_option_product_info_title {
  font-size: 18px;
  font-weight: bold; }

.label_option_product_info_description {
  text-align: left; }

.label_option_product_info_image img {
  max-height: 150px; }

.label_option:not(:empty) {
  padding-bottom: 5px;
  margin-bottom: 5px; }

.label_option_product_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px; }

.label_option_title,
.label_option_value_price {
  font-weight: normal; }

.label_option_dropdown .label_option_element {
  margin-left: 5px; }

.label_option_value {
  margin-right: 15px; }

.label_option_value_price,
.label_out_of_stock_message {
  display: inline; }

.label_option_out_of_stock .label_option_title,
.label_option_out_of_stock .label_option_value_title,
.label_option_out_of_stock .label_option_value_price,
.label_option_dropdown_out_of_stock,
.label_option_out_of_stock .label_option_value_element {
  opacity: .5; }

.label_option_swatch .label_option_element,
.label_option_radio .label_option_element,
.label_option_checkboxmulti .label_option_element,
.label_option_dropdownmulti .label_option_element,
.label_option_textarea .label_option_element {
  display: block; }

.label_option_textboxmulti .label_option_value {
  display: block;
  margin-left: 0; }

.label_option_displaytext p:last-child {
  margin-bottom: 0; }

.label_option_displaytext p {
  white-space: pre-wrap; }

.label_option_element,
.label_option_element input,
.label_option_element select,
.label_option_element textarea {
  height: auto; }

.label_option_element input[type=radio] {
  -webkit-appearance: radio;
  width: auto; }

.label_help_text {
  font-style: italic;
  color: #848484;
  display: block; }

/* label Tooltips */
.label_tooltip {
  position: relative;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAACR0lEQVR4Ae2Vz0obURTGf4mTiLEbSZhQW/sGRREi8UGEZtGNJOQFWhLzANq6tUjAdqvYQDZF6FsUg6uqLYrdqGmhSvNnM90cDsjMZWbu0ILg7y7Pd893c+79MjxwL0izTIsuR/QZM6bPEV3WKJMmMc/Y5AeeYV3whjmscdlhjBeyRrQpYMFLfuJFXH0qxCLDhzsNfrNLlRJ5smQpUKLGHjd3NG0cIpLjM56ur6wyZdBVOUaVHJCLdnptzx9e4YSoGwxQCxxCea/yY54ThXlO0UGFXq1Kv+ASlSKHuu8FmHH5pad3iUNRf8U1eYzs6OwDh6OnDGKBoVS3janVWL2G2AbQ1Og9IZBNfZiOlUGGE6lvEEBa/3NWwcoAalI/J4WPZU3tFLZMcytdlvDRktIuSdiXLk18dKVUJQl16dLBx5GUSiShLF16+OhLKQ/WlwyuKK7wIRkgm8hgUrPw3w10RIV/NSK9ZFuDkEvWZ1qzNgh5pmtS2ktk8FEUDfOPuyFnbfCIW/Og01xoli0NdEBnpAjgrX7NMlYGWb5JfZ1A5jQLDSuDllSHzGKgLZIB87ENFvWTuYWRgsbtlCJxeMx32XnJDGao6CkPKcZo39N9K4TQVukpC0RhUU/v8Y5QHA5UPqBJBjOQpcVQ9Z+YIAI51AKPE2pMG2JVl4cp7ZkiIo4OStLNPnXKuEwyiUuZOh1JrQ6HCWJR4Rov4rpkBQvybDMKbT5kixmsecoG58bmZ6wzS2LSLNGkQ48rRoy4okeHBiVS3AMe+Asl4wJqmp6/FwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  top: 3px; }

.label_option_swatch_title, .label_tooltip > :first-child {
  position: absolute;
  width: 140px;
  color: #fff;
  background: #000;
  height: auto;
  line-height: 1em;
  padding: 1em;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  transition: opacity 0.4s, margin-bottom 0.4s, margin-top 0.4s;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  bottom: 30px;
  margin-bottom: -.5em;
  margin-top: 0; }

.label_option_swatch_title:after, .label_tooltip > :first-child:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #000;
  top: 100%; }

.label_option_value:hover .label_option_swatch_title, .label_tooltip:hover > :first-child {
  visibility: visible;
  opacity: 0.8;
  margin-bottom: 0; }

.label_option label {
  display: inline; }

.label_option input[name="qty[]"] {
  width: 50px;
  padding: 5px;
  height: auto; }

.label_option input[type="color"] {
  box-sizing: initial;
  width: 50px;
  padding: 5px;
  height: 25px; }

/* default styles for the priced options total */
.label_option_total > div {
  padding: 5px 12px;
  background: #fff;
  text-align: center; }

.label_option_total span {
  color: #AD0000;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px; }

/* custom styles for the priced options total */
/* Swatches styles */
.label_option_swatch .label_option_value {
  margin-bottom: 5px; }

.label_option_swatch .label_option_value_element {
  box-sizing: border-box;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff; }

.label_swatch_selected.label_option_value_element {
  box-shadow: 0 0 0 1px #B3B3B3;
  border: 3px solid #B3B3B3; }

.label_option_value_swatch {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff; }

.label_option_swatch .label_option_value {
  position: relative;
  display: inline-block;
  margin-right: 5px; }

.label_option_swatch .label_option_value_element {
  display: inline-block; }

.label_option_swatch_title {
  bottom: auto;
  top: 100%;
  font-size: 80%;
  line-height: 1.5; }

.label_option_swatch_title:after {
  bottom: 100%;
  top: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #000; }

.label_option_value:hover .label_option_swatch_title {
  margin-top: .5em; }

.label_option_swatch_title > * {
  display: block; }

.label_option_swatch input[type='checkbox'] {
  display: none; }

.label_option_value_swatch > span {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.label_option_value_swatch > span:nth-child(2) {
  width: 50%;
  left: 50%; }

.label_option_value_swatch > span:nth-child(3) {
  top: 50%;
  height: 50%; }

.label_option_value_swatch > span:nth-child(4) {
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%; }

.label_option_value_swatch {
  display: block; }

.label_option_value_swatch {
  width: 32px;
  height: 32px; }

/* errors */
.label_option_error,
.label_option_error .label_option_title,
.label_error_message {
  color: red; }

.label_error_message {
  display: block; }

/* utility classes */
.label_hidden {
  display: none !important; }

/* ajax loading animation */
.label_spinner {
  margin: 0 auto;
  width: 90px;
  text-align: center; }

.label_spinner > div {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.label_spinner :nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.label_spinner :nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* custom css */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Begin select2 styling */
.Impact {
  font-family: 'Impact'; }

.Mufferaw {
  font-family: 'Mufferaw'; }

.Baskerville-Old-Face {
  font-family: 'Baskerville Old Face'; }

.Minya-Nouvelle {
  font-family: 'Minya Nouvelle'; }

.Amienne {
  font-family: 'Amienne';
  font-size: 24px; }

.Stencil {
  font-family: 'Stencil'; }

.Justine_Flowers {
  font-family: 'Justine_Flowers'; }

.BillyBold {
  font-family: 'BillyBold'; }

.Bebas-Kai {
  font-family: 'Bebas Kai'; }

.American-Typewriter {
  font-family: 'American Typewriter'; }

.Malam {
  font-family: 'Malam'; }

.Bungasai {
  font-family: 'Bungasai'; }

.Satisfy {
  font-family: 'Satisfy'; }

.Varsity-Team {
  font-family: 'Varsity Team'; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: unset !important; }

.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
  border: 1px solid #a9aba8 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px 20px 5px 20px !important;
  text-transform: uppercase !important;
  font-size: 0.9em !important; }
  @media (max-width: 540px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
      font-size: 1.4em !important; } }

.select2-container .select2-selection--single {
  height: 40px !important; }

/* End select2 styling */
