/** Shopify CDN: Minification failed

Line 606:16 Expected ":"

**/
/* Custom styles */
.card__badge{display:none;}
.centered {text-align: center;}
.desktop-header-full-search .search-modal__form{display:none;}
.header, .header.full-width-nav .header-top-inner {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 50px auto auto;
  align-items: center;
}
.desktop-header-search-layout-1 .desktop-header-full-search {display: none; grid-area: desktop-search;}
.header.full-width-nav {display: block;}

.icon-user-circle {max-height: 22px;}

.collection-hero__image-container img {
  object-fit: contain;
}/*
@media screen and (min-width: 990px) {
  .desktop-header-search-layout-1 .header__search {display: none !important;}
  .desktop-header-search-layout-1 .header--middle-left, .desktop-header-search-layout-1 .header--middle-left.full-width-nav .header-top-inner {
    grid-template-areas: 'heading phone desktop-search icons';
  }
  .desktop-header-search-layout-1 .desktop-header-full-search {display: block; grid-area: desktop-search;}
  .desktop-header-search-layout-1 .header--middle-left, .desktop-header-search-layout-1 .header--middle-left.full-width-nav .header-top-inner {
    grid-template-columns: auto auto auto auto;
	  padding:0 !important;
  }
} */
@media screen and (min-width: 990px) {
	.desktop-header-search-layout-1 .header__search {display: none !important;}
.desktop-header-full-search .search-modal__form {xposition: relative !important;}
   
	.product-form__buttons{
		max-width: 75%;
	}
.desktop-header-full-search .search-modal__form{display:block;}
  .mobile-only {display: none !important;}

  .header--top-left, .header--middle-left:not(.header--has-menu), .header--top-left.full-width-nav .header-top-inner, .full-width-nav.header--middle-left:not(.header--has-menu) .header-top-inner {
    grid-template-areas: 'heading phone desktop-search icons';
    grid-template-columns: auto auto auto auto;
    padding:0 !important;
  }

  .header--middle-left, .header--middle-left.full-width-nav .header-top-inner {
    grid-template-areas: 'heading phone desktop-search icons';
    grid-template-columns: auto auto auto auto;
    column-gap: 2rem;
    padding:0 !important;
  }

  .header--top-center, .header--top-center.full-width-nav .header-top-inner {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header--middle-left .header__inline-menu, .header--middle-left.full-width-nav .header-top-inner .header__inline-menu  {
    min-width: 45rem;
  }

  .header:not(.header--middle-left) .header__inline-menu,.header.full-width-nav:not(.header--middle-left) .header-top-inner .header__inline-menu {
    margin-top: 1.05rem;
  }
}
@media screen and (min-width: 990px) {
  .header--top-center .header__heading-link,
  .header--top-center .header__heading,
  .header--top-center.header.full-width-nav .header-top-inner .header__heading-link,
  .header--top-center.header.full-width-nav .header-top-inner .header__heading{
    justify-self: center;
    text-align: center;
  }
}

.header > .header__search, .header.full-width-nav .header-top-inner > .header__search {
  grid-area: left-icon;
  justify-self: start;
}


.header--top-center > .header__search, .header--top-center.full-width-nav .header-top-inner > .header__search {
  display: none;
}

.header--top-center * > .header__search, .header--top-center.full-width-nav .header-top-inner * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search,
  .header.full-width-nav:not(.header--top-center) .header-top-inner * > .header__search,
  .header--top-center.full-width-nav .header-top-inner > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search,
  .header.full-width-nav:not(.header--top-center) .header-top-inner > .header__search,
  .header--top-center.full-width-nav .header-top-inner * > .header__search {
    display: none;
  }
}

.bs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}
.bs-col {
  box-sizing: border-box;
  padding: 0 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.bs-col-equal {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
}

.bs-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.bs-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.img-responsive {max-width: 100%;}

ul.list-menu--disclosure {
    max-height: 500px;
    overflow: auto;
}

.custom-nav svg {max-height: 16px;}

.custom-nav-standard > ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
  .custom-nav-standard > ul > li {
    display: inline;
    position: relative;
  }
    .custom-nav-standard > ul > li > a {
      display: inline;
      padding: 0 1.2rem;
      font-size: 1.4rem;
      text-decoration: none;
      color: rgba(var(--color-foreground),.75);
    }
      .custom-nav-standard > ul > li:hover > a {
        text-decoration: none;
        color: rgba(var(--color-foreground),1);
      }
      .custom-nav-standard > ul > li > a > svg {max-height: 8px; fill: rgba(var(--color-foreground),.75); vertical-align: middle;}
      .custom-nav-standard > ul > li > a:hover > svg {fill: rgba(var(--color-foreground),1);}
      .custom-nav-standard li.current-menu-item > a {color: rgb(var(--color-base-accent-2));}
    .custom-nav-standard > ul > li > .sub-nav-box {
      padding-top: 10px;
    }
    .custom-nav-standard ul li .sub-nav-box {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 200;
      width: 230px;
    }
      .custom-nav-standard ul li ul {
        clear: both;
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid rgba(var(--color-foreground), 0.2);
        background: rgb(var(--color-background));
      }
        .custom-nav-standard ul li ul li {
          float: none;
          display: block;
          list-style: none;
          position: relative;
          padding: 0;
          margin: 0;
        }
          .custom-nav-standard ul li ul li a {
            display: block;
            padding: .35rem 2rem;
            font-size: 1.4rem;
            color: rgba(var(--color-foreground),.75);
            text-decoration: none;
          }
            .custom-nav-standard ul li ul li a svg {max-height: 12px; fill: rgba(var(--color-foreground),.75); vertical-align: middle;}
              .custom-nav-standard ul li ul li a:hover > svg {fill: rgba(var(--color-foreground),1);}
            .custom-nav-standard ul li ul > li:hover > a {color: rgba(var(--color-foreground),1);}
            .custom-nav-standard ul li:hover > .sub-nav-box {display: block;}
            .custom-nav-standard ul li ul li .sub-nav-box {top: -1px; left: 100%;}



            .custom-nav-megacustom > ul {
              display: block;
              margin: 0;
              padding: 0;
              text-align: center;
              list-style: none;
              position: relative;
              font-size: 1.8rem;
              line-height: 2.2rem;
            }
              .custom-nav-megacustom > ul > li {
                display: inline;
              }
                .custom-nav-megacustom > ul > li > a {
                  display: inline-block;
                  padding: 10px 2rem;
                  text-decoration: none;
                  color: #0C3B73;
                  font-size: 1.5rem;
					font-weight: 700;
                  text-transform: uppercase;
					position: relative;	
                }
                  .custom-nav-megacustom > ul > li:hover > a {
                    text-decoration: none;
                    color: #CD0001 !important;
                  }
                  .custom-nav-megacustom > ul > li > a > svg {max-height: 8px; fill: rgba(var(--color-foreground),.75); position: absolute; right:0; top:calc(50% - 4px)}
                  .custom-nav-megacustom > ul > li > a:hover > svg {fill: rgba(var(--color-foreground),1);}
                  .custom-nav-megacustom li.current-menu-item > a {color: rgb(var(--color-base-accent-2));}
                  .custom-nav-megacustom > ul > li > .sub-nav-box {
                      display: none;
                      position: absolute;
                      top: calc(100% - 1px);
                      left: 0;
                      z-index: 200;
                      width: 100%;
                      /* padding-top: 10px; */
                      max-height: 650px;
                      box-shadow: 0px 4px 4px 0px #000;
                      overflow: auto;
                      background: #fff;
                  }
                    .custom-nav-megacustom > ul > li > .sub-nav-box > .sub-nav-box-inner > .sub-nav-box-links > ul {
                      text-align: left;
                    }
                      .custom-nav-megacustom ul li ul li {
                        float: none;
                        display: block;
                        list-style: none;
                        padding: 0;
                        margin: 0;
                      }
                        .custom-nav-megacustom ul li ul li a {
                          display: block;
                          padding: .15rem 0;
                          font-size: 1.75rem;
                          color: rgba(var(--color-foreground),.75);
                          text-decoration: none;
                        }
                      .custom-nav-megacustom ul li ul li a svg {max-height: 12px; fill: rgba(var(--color-foreground),.75); vertical-align: middle;}
                        .custom-nav-megacustom ul li ul li a:hover > svg {fill: rgba(var(--color-foreground),1);}
                      .custom-nav-megacustom ul li ul > li:hover > a {color: rgba(var(--color-foreground),1);}
                      .custom-nav-megacustom ul li:hover > .sub-nav-box {display: block;}
            
                      .custom-nav-megacustom ul li.is-image-nav ul li a {text-align: center;}
.custom-nav-megacustom ul li.is-image-nav ul li a > span{display: block;padding:0.5rem 0;}
            
              .custom-nav-megacustom > ul > li:not(.has-fp) > .sub-nav-box > .sub-nav-box-inner > .sub-nav-box-links > ul {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: 0;
                box-sizing: border-box;
              }
                .custom-nav-megacustom > ul > li:not(.has-fp) > .sub-nav-box > .sub-nav-box-inner > .sub-nav-box-links > ul > li {
                  box-sizing: border-box;
                  -ms-flex: 0 0 20%;
                  flex: 0 0 20%;
                  max-width: 20%;
                  width: 100%;
                  padding: 10px 20px;
                }
      
                .custom-nav-megacustom > ul > li.has-fp > .sub-nav-box > .sub-nav-box-inner {
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  box-sizing: border-box;
                }
                  .custom-nav-megacustom > ul > li.has-fp > .sub-nav-box > .sub-nav-box-inner > .sub-nav-box-links {
                    box-sizing: border-box;
                    -ms-flex: 0 0 66.6666%;
                    flex: 0 0 66.6666%;
                    max-width: 66.6666%;
                    width: 100%;
                    padding: 10px;
                  }
                  .custom-nav-megacustom > ul > li.has-fp > .sub-nav-box > .sub-nav-box-inner > .sub-nav-box-fp {
                    box-sizing: border-box;
                    -ms-flex: 0 0 33.3333%;
                    flex: 0 0 33.3333%;
                    max-width: 33.3333%;
                    width: 100%;
                    padding: 10px;
                  }
                .custom-nav-megacustom > ul > li.has-fp > .sub-nav-box > .sub-nav-box-inner > .sub-nav-box-links > ul > li {
                  float: left;
                  width: 50%;
                  padding: 10px;
                }
            
              .custom-nav-megacustom ul li ul {margin: 0; padding: 0;}
              .custom-nav-megacustom ul li ul li ul li {margin: 0 0 2px;}
              .custom-nav-megacustom ul li ul li ul li a {padding: 0; font-size: 1.4rem;}
            
              .custom-nav-megacustom > ul > li.has-no-grandchildren.has-few-children:not(.full-width-mega-nav), .custom-nav-megacustom > ul > li.has-few-children:not(.full-width-mega-nav) {
                xposition: relative;
              }
                .custom-nav-megacustom > ul > li.has-no-grandchildren.has-few-children:not(.full-width-mega-nav) > .sub-nav-box, .custom-nav-megacustom > ul > li.has-few-children:not(.full-width-mega-nav) > .sub-nav-box {xwidth: 230px;}
                  .custom-nav-megacustom > ul > li.has-no-grandchildren.has-few-children:not(.full-width-mega-nav) > .sub-nav-box > .sub-nav-box-inner > .sub-nav-box-links > ul > li,.custom-nav-megacustom > ul > li.has-few-children:not(.full-width-mega-nav) > .sub-nav-box > .sub-nav-box-inner > .sub-nav-box-links > ul > li {clear: both; width: 100%;}
              .custom-nav-megacustom img {max-width: 100%; display: block; margin: 0 auto; text-align: center;}
              .mega-nav-promo {
                padding: 14px 10px 6px;
                color: #fff;
                line-height: normal;
                background: #436f18;
              }
              .mega-nav-promo a {text-decoration: none;}
              .mnp-title {
                font-size: 38px;
                color: #fff700;
                margin-right: 10px;
                vertical-align: middle;
              }
              .mnp-text {
                vertical-align: middle;
                color: #fff;
              }
            .sub-nav-box-fp {text-align: left;}
            .sub-nav-box-fp-actual {padding: 0 5px;}
            .snb-fpa-row {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              margin-right: -5px;
              margin-left: -5px;
              box-sizing: border-box;
              align-items: center;
            }
            .snb-fpa-col {
              box-sizing: border-box;
              padding: 0 5px;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%;
              width: 100%;
            }
              .snb-fp-image {
                -ms-flex: 0 0 150px;
                flex: 0 0 150px;
                max-width: 150px;
              }
              .snb-fp-content {
                -ms-flex: 0 0 calc(100% - 150px);
                flex: 0 0 calc(100% - 150px);
                max-width: calc(100% - 150px);
              }
              .sub-nav-box-fp-text {
                font-size: 13px;
                margin-top: 10px;
              }
              .snb-fp-title a {
                text-decoration: none;
                color: #436f18;
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
              }
              .snb-fp-cta {margin-top: 10px;}
            
            .sub-nav-box-fp-inner {
              padding: 10px;
              box-shadow: 10px 0 10px -10px #222 , -10px 0 10px -10px #222;
              background: #e9e7c4;
            }
            .snb-fp-image a {
              display: block;
              position: relative;
              color: #000;
              border-radius: 5px;
              padding: 7px;
              text-decoration: none;
              background: #fff;
            }
            .snb-fp-image img {
              max-height: 150px;
              margin: 0;
            }
            .snb-fp-image-ribbon {
              display: block;
              text-align: center;
              font-size: 10px;
              font-weight: 600;
              text-transform: uppercase;
              padding: 5px 0 0;
            }
@media screen and (max-width: 1499px) {
  .custom-nav-megacustom > ul > li > .sub-nav-box {top: 2.1rem;}
}
            

.button.button--primary.button--shipping-counter-cta {
  border-color: var(--gradient-base-accent-2);
  background-color: var(--gradient-base-accent-2);
  box-shadow: 0 0 0 .1rem rgba(var(--gradient-base-accent-2),var(--gradient-base-accent-2));
}

.collection-categories-inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
  .collection-categories-inner ul li {
    display: block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 15px;
    text-align: center;
  }
    .collection-categories-inner ul li .object-image-and-title a {
      display: block;
      text-decoration: none;
    }
      .collection-categories-inner ul li a img {display: block; margin: 0 auto; text-align: center; max-width: 100%;}

      .collection-categories-inner ul li .mcc-inner {
        border: 1px solid #000;
        border-radius: 15px;
        padding: 20px;
        height: 100%;
      }
      .collection-categories-inner .object-cta {margin-top: 15px;}


.breadcrumbs {margin-top: 2rem;}
.breadcrumbs ol {display: block; list-style: none; margin: 0; padding: 0;}
 .breadcrumbs ol li { display: inline-block; list-style: none; }
 .breadcrumbs ol li a { font-size: 12px; color: #4B5457; font-family: 'Roboto'; }
.breadcrumbs + .spaced-section {margin-top: 1rem;}

.product-faqs {
    padding: 40px 0;
}
    .faq {
      padding: 15px 0 5px;
      position: relative;
      border-top: 1px solid rgba(var(--color-base-accent-1), .25);
    }
      .faq:first-child {border-top: none; padding-top: 0;}
    .faq-subtitle h3 {
        text-transform: uppercase;
        color: rgba(var(--color-base-accent-2), 1);
        font-weight: 600;
        font-size: 24px;
    }
        .faq-question {
            position: relative;
            display: block;
            width: 100%;
            cursor: pointer;
            color: rgba(var(--color-base-accent-1), 1);
            font-weight: bold;
            font-size: 15px;
            text-transform: uppercase;
            margin: 0;
            padding: 0 15px 0 30px;
        }
        .icon-position-right .faq-question {padding: 0 30px 0 15px;}
        .faq-answer {
            width: 100%!important;
            height: 0;
            overflow: hidden;
            z-index: -1;
            position: relative;
            opacity: 0;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
        }
        .faq-checkbox:checked ~ .faq-answer{
            height: auto;
            opacity: 1;
            padding: 0 15px;
        }
        .faq-question-icon {
            position: absolute;
            margin-left: 5px;
            z-index: 5;
            font-size: 2em;
            margin-top: -5px;
            line-height: 100%;
            -webkit-user-select: none;    
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            color: rgba(var(--color-base-accent-2), 1);
            cursor: pointer;
        }
            .faq-question-icon label {cursor: pointer;}
        .faq-checkbox:checked ~ .faq-question-icon {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .faq-checkbox {
            display: none !important;
        }
        .icon-position-right .faq-question-icon {right: 0;}

.tabbed {
	overflow-x: hidden;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(var(--color-base-accent-1), .25);
}

.tabbed > [type="radio"] {
	display: none;
}

.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
    margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.25);
}

.tabs > .tab{margin-right:1rem; outline: none;}

.tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 12px 15px;
	border: 1px solid rgba(0,0,0,.25);
	background: #eee;
	color: rgba(var(--color-base-accent-1), .75);
	font-size: 13px; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	outline: none;
	/* transition: all 0.3s; */
}
.tab.active,
.tab.active > label{
	border-bottom-color:#fff !important;
	border-top-color:rgba(0,0,0,.25) !important;
	background-none;
	font-weight: 700;
}

.tab:hover label {
	border-top-color: rgba(var(--color-base-accent-1), .85);
	color: rgba(var(--color-base-accent-1), .85);
}

.tab-content {
	display: none;
  padding: 0 10px;
	color: rgba(var(--color-base-foreground), .65);
}

.tab-content img {max-width: 100%;}


@media screen and (max-width: 989px) {
  .custom-nav {
    display: none;
  }
  .mobile-hide {display: none !important;}
}

@media screen and (max-width: 749px) {
  .collection-categories-inner ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .faq-subtitle h3 {font-size: 18px;}
}

/* End custom styles */








@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}



/* Begin: Featured Product Grid Styles */
.featured-product-grid {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}
  .fpg-product {
    /* Cell styles */
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
  }
  
    .fpg-product-inner {
      height: 100%;
      padding: 35px 15px;
      background: #DFDFED;
    }
      .fpg-headline {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 32px;
      }
      .fpg-title {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 32px;
      }
        .fpg-title a {
          color: #000;
          text-decoration: none;
        }
      .fpg-image {
        margin-top: 0;
      }
        .fpg-image img {
          display: block;
          margin: 0 auto;
          text-align: center;
          max-width: 100%;
          width: auto !important;
          height: auto !important;
        }
      .fpg-price {margin-top: 1em;}
      .fpg-cta {margin-top: 1em;}
        .fpg-cta a {
          text-decoration: none;
        }



/* Default (smallest resolution) states for Product Cells */
  .featured-product-grid.featured-product-grid--a .fpg-product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-product-grid.featured-product-grid--b .fpg-product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-product-grid.featured-product-grid--c .fpg-product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-product-grid.featured-product-grid--d .fpg-product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-product-grid.featured-product-grid--e .fpg-product {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .featured-product-grid.featured-product-grid--f .fpg-product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-product-grid.featured-product-grid--h .fpg-product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-product-grid.featured-product-grid--i .fpg-product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

/* Breakpoints for Product Cells */
@media screen and (min-width: 768px) {
  .featured-product-grid.featured-product-grid--a .fpg-product {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .featured-product-grid.featured-product-grid--b .fpg-product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .featured-product-grid.featured-product-grid--c .fpg-product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-product-grid.featured-product-grid--d .fpg-product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-product-grid.featured-product-grid--f .fpg-product {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .featured-product-grid.featured-product-grid--h .fpg-product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .featured-product-grid.featured-product-grid--a .fpg-product {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .featured-product-grid.featured-product-grid--c .fpg-product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .featured-product-grid.featured-product-grid--d .fpg-product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .featured-product-grid.featured-product-grid--g .fpg-product {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* End: Featured Product Grid Styles */


/* Begin: Best Sellers Styles */
.best-sellers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  box-sizing: border-box;
}
  .best-sellers img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  .best-seller-products {
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
    .best-seller-products-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px;
      box-sizing: border-box;
    }
      .best-seller-col {
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
    .best-seller-col-2 .bestseller-product-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px;
      box-sizing: border-box;
    }
      .best-seller-col-2 .bestseller-image {
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .best-seller-col-2 .bestseller-data {
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .best-seller-col-2-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        box-sizing: border-box;
      }
        .best-seller-col-2-row .bestseller-product {
          padding: 0 10px;
          box-sizing: border-box;
          position: relative;
          width: 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
        }
  .best-seller-custom {
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
  }
    .best-seller-custom-inner {
      height: 100%;
      border: 1px solid #D8D8D8;
      border-radius: 4px;
      background-color: #FFFFFF;
      background-clip: padding-box;
      box-shadow: 2px 2px 5px 0 rgba(34,36,42,0.05);
    }
      .best-seller-custom-inner img.img-full {display: block; width: 100%;}
  .bestseller-product-card {
    height: 100%;
    padding: 10px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    background-color: #FFFFFF;
    background-clip: padding-box;
    box-shadow: 2px 2px 5px 0 rgba(34,36,42,0.05);
  }
.has-no-custom .best-seller-products {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 992px) {
  .best-seller-products {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .best-seller-custom {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .best-seller-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .best-seller-col-2 .bestseller-image {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .best-seller-col-2 .bestseller-data {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .best-seller-col-2-row .bestseller-product-3 {margin-top: 20px;}
}
@media screen and (max-width: 991px) {
  .best-seller-col.best-seller-col-1 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .best-seller-col.best-seller-col-2 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .best-seller-col-2-row .bestseller-product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .best-seller-custom {text-align: center;}
}
@media screen and (max-width: 575px) {
  .best-seller-col.best-seller-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .best-seller-col.best-seller-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .best-seller-col-2-row .bestseller-product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .bestseller-image {
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
    padding: 0 10px;
  }
  .bestseller-data {
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
    padding: 0 10px;
  }
  .best-seller-col-1 .bestseller-product-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    box-sizing: border-box;
  }
}



/* End: Best Sellers Styles */



.header__icon.desktop-menu-toggle {
  width: 8rem;
  text-decoration: none;
}
.header__icon.desktop-menu-toggle span {padding-right: 15px;}

@media screen and (min-width: 990px) {
  .with-desktop-menu-toggle .header__icon--cart {margin-right: 0;}
}




/* Begin Slick Carousel Styles */
.slick-slider { position: relative;display: block;-moz-box-sizing: border-box;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; } .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; height: auto !important;} .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; }
.show-carousel-overflow .slick-list {overflow: visible;}

.carousel-wrapper {position: relative;}
.slick-prev {
	position: absolute;
	left: 10px;
	top: calc(50% - 22px);
	width: 44px;
	height: 43px;
	border: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 1;
	background: transparent url(carousel-sprite.png) no-repeat left top;
}
.slick-next {
	position: absolute;
	right: 10px;
	top: calc(50% - 22px);
	width: 44px;
	height: 43px;
	border: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 1;
	background: transparent url(carousel-sprite.png) no-repeat right top;
}
.slick-dark .slick-prev {
  left: -30px;
	top: calc(50% - 15px);
	width: 17px;
	height: 29px;
  background-image: url(carousel-sprite-dark.png);
}
.slick-dark .slick-next {
  right: -30px;
	top: calc(50% - 15px);
	width: 17px;
	height: 29px;
  background-image: url(carousel-sprite-dark.png);
}
.fa-slick .slick-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 500ms ease;
	background: rgba(0,0,0,0.3);
}
	.fa-slick .slick-prev:before {
		content: '\f104';
		color: #fff;
		font-size: 24px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		text-align: center;
		transform: translateY(-50%);
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		text-indent: 0;
		line-height: normal;
	}
	
.fa-slick .slick-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 500ms ease;
	background: rgba(0,0,0,0.3);
}
	.fa-slick .slick-next:before {
		content: '\f105';
		color: #fff;
		font-size: 24px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		text-align: center;
		transform: translateY(-50%);
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		text-indent: 0;
		line-height: normal;
	}
	.fa-slick:hover .slick-prev, .fa-slick:hover .slick-next {background: rgba(0,0,0,0.5);}
	.fa-slick .slick-prev:hover, .fa-slick .slick-next:hover {background: rgba(0,0,0,0.8);}

ul.slick-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 100%;
}
	ul.slick-dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		overflow: hidden;
		padding: 0;
		margin: 0 5px;
		cursor: pointer;
		text-indent: -9999px;
		font-size: 0;
		color: #777;
		background: #777;
	}
		ul.slick-dots li.slick-active {background: #aaa;}
    .centered .slick-slide {text-align: center;}
/* End Slick Carousel Styles */

.show-carousel-overflow .slick-list {overflow: hidden;}
.collection-carousel, .product-carousel {overflow: hidden;}

.slick-slide img {max-width: 100%; width: auto; text-align: left; display: block; margin: 0;}

.slick-slide {padding: 0 15px;}
.collection-carousel-list {margin: 0 -15px;}
.collection-carousel-cta, .product-carousel-cta {clear: both; margin-top: 40px;}
.button-custom.button--collection-carousel-cta, .button-custom.button--product-carousel-cta {display: inline-block;}

.button.button--accent-2 {
  border-color: var(--gradient-base-accent-2);
  background-color: var(--gradient-base-accent-2);
  box-shadow: 0 0 0 .1rem rgba(var(--gradient-base-accent-2),var(--gradient-base-accent-2));
}
.button.button--accent-2:hover {
  background: var(--gradient-base-accent-1);
}

.mosaic-cta {margin-top: 55px;}
.mosaic-col-content {
    margin-left: 30px;
    -ms-flex: 0 0 calc(100% - 30px) !important;
    flex: 0 0 calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
}
.mosaic-row-2 {margin-top: -50px;}
.mosaic-col-image2 {
  text-align: center;
  margin-top: 30px;
}

.mosaic-col-content {padding: 75px; background-color: #fff;}

.mosaic img {width: auto !important; height: auto !important; display: block;}
.mosaic .mosaic-image1 img {width: 100% !important;}
.mosaic .mosaic-image2 img  {max-height: 250px; margin: 0 auto;}

@media screen and (min-width: 990px) {
  .mosaic-col-content {
    margin-left: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .mosaic-col-image2 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .mosaic-row-2 {margin-top: -168px; align-items: flex-end;}
  .mosaic-col-image2 {margin-top: 0;}
}

@media screen and (max-width: 749px) {
  .mosaic-col-content {padding: 75px 30px;}
}

.custom-newsletter {
  padding: 75px 0;
  background: #F9F7F7;
}
.custom-newsletter-title {text-align: center;}
.custom-newsletter-description {text-align: center;}
.custom-newsletter-col-image {margin-top: 20px;}
.custom-newsletter-image {margin: 0 auto;}
.custom-newsletter-image-actual img {display: block;}
.custom-newsletter.has-image .custom-newsletter-image {
  position: relative;
}
.custom-newsletter.has-image .custom-newsletter-right-col-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: left;
  padding: 30px;
  transform: translateY(-50%);
}

@media screen and (min-width: 990px) {
  .custom-newsletter.has-right-col .custom-newsletter-col-form  {
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .custom-newsletter.has-right-col .custom-newsletter-col-image  {
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
    margin-top: 0;
  }
  .custom-newsletter-image {margin: 0; float: right;}
}

.custom-pit-image img {display: block; margin: 0 auto; text-align: center; max-width: 100%; width: auto !important; height: auto !important;}

#top-bar{padding:0.3rem 0 0.9rem;}

#top-bar .icon {max-height: 22px; color:#fff; fill:#fff;}
.top-bar-item {text-align: center;}

.top-bar-item * {vertical-align: middle;}

#top-bar.section-size-1 .top-bar-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

#top-bar a{
	color:#fff;
}

.menagerie-newsletter h2{
	display:none;
}


@media screen and (min-width: 576px) {

}
@media screen and (min-width: 750px) {
  #top-bar.section-size-2 .top-bar-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
    #top-bar.section-size-2 .top-bar-item-1 {text-align: left;}
    #top-bar.section-size-2 .top-bar-item-2 {text-align: right;}

  #top-bar.section-size-3 .top-bar-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
    #top-bar.section-size-3 .top-bar-item-1 {text-align: left;}
    #top-bar.section-size-3 .top-bar-item-2 {text-align: center;}
    #top-bar.section-size-3 .top-bar-item-3 {text-align: right;}
}
@media screen and (min-width: 990px) {

}

.top-bar-menu ul {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
  .top-bar-menu ul li {
    display: inline-block !important;
    margin: 7px !important;
    padding: 0 !important;
    list-style: none !important;
  }
    .top-bar-menu ul li:first-child {margin-left: 0 !important;}
    .top-bar-menu ul li:last-child {margin-right: 0 !important;}

.slider-image-method-inline .inline-media img {display: block; width: 100% !important; height: auto !important; max-width: 100%;}
.slider-image-method-inline .banner::after, .slider-image-method-inline .banner__media::after {display: none;}

.menagerie-image img {height: auto !important;}



.heading-preamble {display: block;}

.newsletter-layout-side_by_side .newsletter-text-group h2 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.newsletter-layout-side_by_side .newsletter-text-group .newsletter__subheading {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

  .newsletter-layout-side_by_side .newsletter-form-container {margin-top: 3rem;}

.sbs-input-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
  .sbs-input-col input {
    display: block;
    width: 100%;
    border-radius: 20px;
    border: none;
    font-size: 15px;
    color: #333333;
    padding: 11px 20px;
    background: #fff;
  }
.sbs-button-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem;
}
  .sbs-button-col button {
    border-radius: 20px;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: #FFA02F;
  }
.newsletter-privacy {margin-top: 1rem;}

.newsletter-layout-side_by_side .newsletter-form {display: block; max-width: 100%;}
@media screen and (min-width: 576px) {
  .sbs-input-col {
    -ms-flex: 0 0 calc(100% - 158px);
    flex: 0 0 calc(100% - 158px);
    max-width: calc(100% - 158px);
  }
  .sbs-button-col {
    -ms-flex: 0 0 158px;
    flex: 0 0 158px;
    max-width: 158px;
    margin-top: 0;
  }
  .form-style-pill button {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .sbs-input-col {
    -ms-flex: 0 0 calc(100% - 158px);
    flex: 0 0 calc(100% - 158px);
    max-width: calc(100% - 158px);
  }
}
@media screen and (min-width: 990px) {
  .newsletter-layout-side_by_side .newsletter-text-group {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .newsletter-layout-side_by_side .newsletter-form-container {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: 0;
  }
  .has-privacy-block.newsletter-layout-side_by_side .newsletter-form-container {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .has-privacy-block.newsletter-layout-side_by_side .newsletter-privacy {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-top: 0;
    text-align: right;
  }
}

.carousel-tabs-section-widget .tab-content {padding: 0;}
.carousel-tabs-section-widget .tab-content > h3 {display: none;}
.carousel-tabs-section-widget ul.tabs {
  display: block;
  text-align: center;
  border-bottom: 1px solid var(--gradient-base-background-2);
}
.carousel-tabs-section-widget .tabbed {border-bottom: 0; overflow-x: unset;}
.carousel-tabs-section-widget ul.tabs li {
  display: inline-block;
}
.carousel-tabs-section-widget ul.tabs li.tab > label {
  color: rgba(var(--color-foreground),.75);
  border: none;
  border-bottom: 1px solid var(--gradient-base-background-2);
  background: var(--gradient-base-background-1) !important;
}

.shipping-counters-outer {
  padding: 20px;
  border: 2px solid #D8D8D8;
  border-radius: 4px;
  text-align: center;
  background: #fff;
}

.shipping-counters-group {
  margin-top: 10px;
}
.shipping-counter-cta {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .shipping-counters-text {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 0;
  }
  .shipping-counters-group {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
  .shipping-counter-cta {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 0;
  }
}

.shipping-counter-single-box {
  padding: 10px;
  background: #F5F5F5;
}
.is-expired .shipping-counter-single-box {
  opacity: 0.5;
}
.countdown-provider-image {margin-bottom: 5px;}


.card-wrapper-centered, .card-wrapper-centered .price {text-align: center;}
.card-wrapper-centered .price--on-sale .price__sale, .card-wrapper-centered .price-item--last, .card-wrapper-centered .price {display: block;}

.collection-atc {position: relative; z-index: 1;}

@media screen and (min-width: 990px) {
  .qty-atc-sbs .product-form__quantity {clear: both; float: left;}
  .qty-atc-sbs .product-form__quantity + div > .product-form {float: left;}
  .qty-atc-sbs .product-form__quantity + div > .product-form:after, .qty-atc-sbs .product-form__quantity + div + script + * {clear: both;}
  .qty-atc-sbs .product__info-container .product-form {margin-top: 1.5rem; margin-left: 10px;}
}

.bs-col-side-nav {display: none;}
@media screen and (min-width: 990px) {
  .bs-col-side-nav {
    display: block;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .bs-col-product-grid {
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}

.slider-counter__link--squares .dot {
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.5);
  padding: 0;
  display: block;
}

.slider-counter__link--active.slider-counter__link--squares .dot {
  background-color: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .slider-counter__link--active.slider-counter__link--squares .dot {
    background-color: CanvasText;
  }
}

.slider-counter__link--squares:not(.slider-counter__link--active):hover .dot {
  border-color: rgb(var(--color-foreground));
}

.slider-counter__link--squares .dot {
  transition: transform 0.2s ease-in-out;
}

.slider-counter__link--squares:not(.slider-counter__link--active):hover .dot {
  transform: scale(1.1);
}


.slider-counter__link--lines .dot {
  width: 2rem;
  height: 3px;
  border: 0.1rem solid rgba(var(--color-foreground), 0.5);
  padding: 0;
  display: block;
}

.slider-counter__link--active.slider-counter__link--lines .dot {
  background-color: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .slider-counter__link--active.slider-counter__link--lines .dot {
    background-color: CanvasText;
  }
}

.slider-counter__link--lines:not(.slider-counter__link--active):hover .dot {
  border-color: rgb(var(--color-foreground));
}

.slider-counter__link--lines .dot {
  transition: transform 0.2s ease-in-out;
}

.slider-counter__link--lines:not(.slider-counter__link--active):hover .dot {
  transform: scale(1.1);
}

.href {cursor: pointer;}
.footer-block-image a {display: block;}

.newsletter .newsletter__wrapper {padding-left: 0; padding-right: 0;}

#shopify-section-top-bar + #shopify-section-header + #shopify-section-announcement-bar {z-index: 2;}

.newsletter-layout-default {text-align: center;}

.main-page-section, .main-contact-section {padding: 25px 0;}

.product-page-share-container .share-button, .product-page-share-container .share-button__button {display: block; text-align: center; margin: 0 auto;}
.product-page-share-container .share-button details {width: auto;}


.performance-facts{border:1px solid #000;width:100%;padding:.5rem}
.performance-facts table{border-collapse:collapse}
.performance-facts__title{font-weight:700;font-size:24px;margin:0 0 .25rem 0}
.performance-facts__header{border-bottom:10px solid #000;padding:0 0 .25rem 0;margin:0 0 .5rem 0}
.performance-facts__header p{margin:0}
.performance-facts__table {text-align: left;}
.performance-facts__table,.performance-facts__table--grid,.performance-facts__table--small{width:100%}
.performance-facts__table thead tr td,.performance-facts__table thead tr th,.performance-facts__table--grid thead tr td,.performance-facts__table--grid thead tr th,.performance-facts__table--small thead tr td,.performance-facts__table--small thead tr th{border:0}
.performance-facts__table td,.performance-facts__table th,.performance-facts__table--grid td,.performance-facts__table--grid th,.performance-facts__table--small td,.performance-facts__table--small th{font-weight:400;padding:.25rem 0;border-top:1px solid #000}
.performance-facts__table td:last-child,.performance-facts__table--grid td:last-child,.performance-facts__table--small td:last-child{text-align:right}
.performance-facts__table .blank-cell,.performance-facts__table--grid .blank-cell,.performance-facts__table--small .blank-cell{width:1rem;border-top:0}
.performance-facts__table .thick-row td,.performance-facts__table .thick-row th,.performance-facts__table--grid .thick-row td,.performance-facts__table--grid .thick-row th,.performance-facts__table--small .thick-row td,.performance-facts__table--small .thick-row th{border-top-width:5px}
.small-info{font-size: 10px;}
.performance-facts__table--small{border-bottom:1px solid #999;margin:0 0 .5rem 0}
.performance-facts__table--small thead tr{border-bottom:1px solid #000}
.performance-facts__table--small td:last-child{text-align:left}
.performance-facts__table--small td,.performance-facts__table--small th{border:0;padding:0}
.performance-facts__table--grid{margin:0 0 .5rem 0}
.performance-facts__table--grid td:last-child{text-align:left}
.performance-facts__table--grid td:last-child::before{content:"•";font-weight:700;margin:0 .25rem 0 0}
.thick-end{border-bottom:10px solid #000}
.thin-end{border-bottom:1px solid #000}

.bs-col-facts-label {font-size: 12px;}

@media screen and (min-width: 990px) {
  .has-facts-label .bs-col-description, .bs-col-facts-label {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.facts-label-field-contains {font-weight: bold;}
.facts-label-field-suggested-use {margin-bottom: 1rem;}
.facts-label-final {
  margin-top: 1rem;
}
.facts-label-field-warning {
  color: #856404;
  padding: .75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #ffeeba;
  border-radius: .25rem;
  background-color: #fff3cd;
}

@media screen and (min-width: 990px) {
  .desktop-header-search-layout-1 .header--top-center, .header--top-center.full-width-nav .header-top-inner {
    grid-template-areas:
      'desktop-search heading icons'
      'navigation navigation navigation';
  }
}

.card-wrapper:hover .card-information__text {text-decoration: none !important;}

@media screen and (min-width: 750px) {
  .grid--one-third-max .grid__item {max-width: 33.33%;}
}

.scroll-table {
  width: 100%;
  border: none;
  border-spacing: 0;
  border-top: 1px solid #EAEAEA;
  background: 0;
}
    .scroll-table tbody tr:nth-child(2n+1) {background: #F4F4F4;}
        .scroll-table th {
          padding: 20px;
          text-align: left;
          border: none;
          color: #000;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 24px;
          background: 0;
        }
            .scroll-table thead th {
              text-transform: uppercase;
              color: #000;
              font-size: 12px;
              font-weight: bold;
              letter-spacing: 0.38px;
              line-height: 28.8px;
            }
        .scroll-table td {
          padding: 20px;
          text-align: left;
          border: none;
          color: #000;
          font-size: 13px;
          letter-spacing: 0;
          line-height: 22px;
          background: 0;
        }
@media only screen and (max-width: 991px) {
	.scroll-table {
		display: block;
		-moz-max-width: -moz-fit-content;
		max-width: fit-content;
		margin: 0 auto;
		overflow-x: auto;
	}
	.scroll-table thead th {text-align: center;}
}
@media only screen and (max-width: 575px) {
  .scroll-table th, .scroll-table td {max-width: 140px;}
}


.custom-tag-badge {
  display: block;
}

.custom-tag-badge span {
  display: block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  font-size: 14px;
  font-weight: 600;
  padding: 7px;
  border-radius: 4px;
}

.cart-widget a {text-decoration: none;}



.testimonial-author-name {font-weight: bold;}
.testimonial-author-title {font-style: italic;}
.testimonials-carousel .headline-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0px 0px 4px 0px #777;
  margin-right: 5px;
  background: #fff;
}
.testimonials-carousel .headline-icon .icon {max-width: 100%; vertical-align: top;}
.testimonials-carousel .icon-fa-comment-alt, .testimonials-carousel-cta .icon, .button--testimonials-carousel-cta .icon {max-height: 22px;}
.testimonials-carousel-cta .icon, .button--testimonials-carousel-cta .icon {vertical-align: middle;}
.button--testimonials-carousel-cta {text-decoration: none !important;}
.testimonials-carousel h2.title-wrapper-with-link, .testimonials-carousel h2.title {margin-top: 0;}

.fully-inline-testimonials-text .testimonials-carousel-item.slick-slide {padding: 0;}
.fully-inline-testimonials-text .testimonial-text {display: inline;}
.fully-inline-testimonials-text .testimonial-author-info {display: inline;}
.fully-inline-testimonials-text .testimonial-author-name {display: inline;}
.fully-inline-testimonials-text .testimonial-author-name:before {
  content: '- ';
}
.fully-inline-testimonials-text .testimonial-author-title {display: inline;}

@media screen and (min-width: 990px) {
  .multi-column-testimonials .testimonials-multi-col-title {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .multi-column-testimonials .testimonials-multi-col-content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .multi-column-testimonials .testimonials-multi-col-cta {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.spr-form-input-text, .spr-form-input-textarea, .spr-form-input-email {padding: 7px;}
.spr-form-contact, .spr-form-review {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
  box-sizing: border-box !important;
}
  .spr-form-contact-name, .spr-form-contact-email, .spr-form-review-rating, .spr-form-review-title, .spr-form-review-body {
    padding: 0 15px !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
@media screen and (min-width: 750px) {
  .spr-form-contact-name, .spr-form-contact-email, .spr-form-review-rating, .spr-form-review-title {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.spr-button-primary {padding: 10px !important;}



.hide-swatch-text .product-form__input.option-name-color input[type="radio"] + label {
  font-size: 0;
  line-height: 0;
}

.color-swatches-enabled.hide-swatch-text .product-form__input.option-name-color input[type="radio"] + label {
  border-radius: 0 !important;
  width: 35px;
  height: 35px;
  padding: 0 !important;
}
.color-swatches-enabled.hide-swatch-text .product-form__input.option-name-color input[type="radio"] + label:after {
  content: '';
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  width: 41px;
  height: 41px;
  border: 2px solid transparent;
}
.color-swatches-enabled.hide-swatch-text .product-form__input.option-name-color input[type="radio"]:checked + label:after {
  border-color: #000;
  box-shadow: 0px 0px 4px 0px #777;
}
.color-swatches-enabled.show-swatch-text .product-form__input.option-name-color input[type="radio"] + label {
  /* filter: invert(100%); */
  text-shadow: 1px 1px 3px #777;
}
.color-swatches-enabled.show-swatch-text .product-form__input.option-name-color input[type="radio"]:checked + label {
  box-shadow: 0px 0px 4px 0px #777;
}

.custom-slick-slider.image-layout-background .slick-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.custom-slick-slider.image-layout-background .slick-slider-item-inner {display: flex; width: 100%; align-items: center;}
.custom-slick-slider.image-layout-background .slick-slider-item-content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
.custom-slick-slider.image-layout-inline .slick-slider-item img {
  display: block;
  width: 100%;
  height: auto !important;
}
.slick-slider-item-content-text p {margin: 0 0 1em;}
.slick-slider-item-content-text p:last-child {margin-bottom: 0;}
.product-carousel-item .card .media {position: static;}

.collage-image-with-text {position: relative;}
.ciwt-content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
.ciwt-image img {display: block; width: 100%; height: auto;}

.image-original-width img {max-width: 100%;}

.eb-col-center {margin-top: 15px; margin-bottom: 15px;}
.eb-image {text-align: center;}
@media only screen and (min-width: 990px) {
  .eb-image {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .eb-col-center {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.collection-banner {
  min-height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: end;
  display: flex;
  width: 100%;
}
h1.collection-hero__title {font-size: 48px; font-weight: bold;}
.collection-banner h1.collection-hero__title {color: #fff; margin: 0; padding: 0;}
.collection-banner-outer {
  max-width: 100%;
  width: 100%;
  flex: 0 0 auto;
}

/* colorbox CSS */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}#cboxOverlay{position:fixed;width:100%;height:100%;background:url(overlay.png) repeat 0 0;}#cboxMiddleLeft,#cboxBottomLeft{clear:left;}#cboxContent{position:relative;background:#fff;overflow:hidden;}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;margin-bottom:28px;}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494;margin:0;}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer;}.cboxPhoto{float:left;border:0;display:block;max-width:none;margin:auto;}.cboxIframe{width:100%;height:100%;display:block;border:0;background:#fff;}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}#cboxTopLeft{width:21px;height:21px;background:url(controls.png) no-repeat -101px 0;}#cboxTopRight{width:21px;height:21px;background:url(controls.png) no-repeat -130px 0;}#cboxBottomLeft{width:21px;height:21px;background:url(controls.png) no-repeat -101px -29px;}#cboxBottomRight{width:21px;height:21px;background:url(controls.png) no-repeat -130px -29px;}#cboxMiddleLeft{width:21px;background:url(controls.png) left top repeat-y;}#cboxMiddleRight{width:21px;background:url(controls.png) right top repeat-y;}#cboxTopCenter{height:21px;background:url(border.png) 0 0 repeat-x;}#cboxBottomCenter{height:21px;background:url(border.png) 0 -29px repeat-x;}#cboxError{border:1px solid #ccc;padding:50px;}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494;}#cboxLoadingOverlay{background:url(loading_background.png) no-repeat center center;}#cboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;overflow:visible;width:auto;background:none;margin:0;padding:0;}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef;}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px;}#cboxPrevious:hover{background-position:-75px -25px;}#cboxNext{position:absolute;bottom:0;left:27px;background:url(controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px;}#cboxNext:hover{background-position:-50px -25px;}#cboxClose{position:absolute;bottom:0;right:0;background:url(controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px;}#cboxClose:hover{background-position:-25px -25px;}/*.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}*/#colorbox,#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0;}#colorbox button {transition: none;}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {background: 0;}#cboxContent {padding: 0; background: 0;}#cboxOverlay{background: rgba(0,0,0,0.85);}#cboxLoadedContent {padding: 15px;background: #ffffff;}
#cboxLoadedContent {margin-top: 28px;margin-bottom: 0;}#cboxClose {top: 0;bottom: auto;text-indent: 0;font-size: 0;line-height: 0;background: 0;}#cboxClose:after {content: 'X';text-indent: 0;font-size: 24px;line-height: 24px;color: #fff;}

@media only screen and (max-width: 989px) {
	#colorbox, #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {max-width: 100% !important;}
	#colorbox, #cboxContent, #cboxLoadedContent {max-width: 100% !important;}
	#cboxWrapper {width: 100% !important;}
	#cboxTopLeft, #cboxMiddleLeft, #cboxBottomLeft, #cboxTopRight, #cboxMiddleRight, #cboxBottomRight, #cboxTopCenter, #cboxBottomCenter {display: none;}
	#cboxWrapper {box-sizing: border-box; padding: 0 15px;}
	/* #colorbox, #cboxContent, #cboxLoadedContent {box-sizing: border-box;} */
}
@media only screen and (max-width: 767px) {
	.cboxPhoto {
		max-width: 100%;
		width: auto !important;
		height: auto !important;
	}
	#cboxLoadedContent {width: auto !important; height: auto !important;}
	#cboxContent {width: auto !important; height: auto !important;}
}

a.c2e-link {
  display: inline-block;
  position: relative;
}
a.c2e-link img {display: block;}
.c2e-text {
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
  color: #6357A0;
  font-size: 14px;
  padding: 0 10px;
  background: #FAE263;
}

.equal-height-images .gallery-crop-box {display: block; overflow: hidden; position: relative; background-size: cover; background-repeat: no-repeat;}
.equal-height-images .gallery-image-container {display: block; width: 100%; height: 100%;}
.equal-height-images .gallery-image-container img {width: 100%;}
.equal-height-images a.c2e-link {display: block;}
.gallery-image-container, .gai {text-align: center;}

.customer-gallery .slick-slider-actual-wrapper-inner {
  border: 1px solid #9BC573;
  border-radius: 14px;
  padding: 20px;
  background: #F3FBE9;
}
.cg-title-row {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #0a0b0b;
}
.cg-customer-location {
  font-style: italic;
}
.cg-notes-row {
  margin-top: 20px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #0a0b0b;
}

.customer-gallery.has-cta .col-cg-cta {margin-top: 20px;}

@media only screen and (min-width: 990px) {
  .customer-gallery.has-cta .col-cg-notes {
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
  .customer-gallery.has-cta .col-cg-cta {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    margin-top: 0;
  }
}



/* Begin: Letter Grid Styles */
/* Default (smallest resolution) states for Link Cells */
.letter-grid.letter-grid-layout--a .bs-letter-grid-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.letter-grid.letter-grid-layout--b .bs-letter-grid-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.letter-grid.letter-grid-layout--c .bs-letter-grid-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.letter-grid.letter-grid-layout--d .bs-letter-grid-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.letter-grid.letter-grid-layout--e .bs-letter-grid-col {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.letter-grid.letter-grid-layout--f .bs-letter-grid-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.letter-grid.letter-grid-layout--g .bs-letter-grid-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.letter-grid.letter-grid-layout--h .bs-letter-grid-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.letter-grid.letter-grid-layout--i .bs-letter-grid-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* Breakpoints for Link Cells */
@media screen and (min-width: 768px) {
  .letter-grid.letter-grid-layout--a .bs-letter-grid-col {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .letter-grid.letter-grid-layout--b .bs-letter-grid-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .letter-grid.letter-grid-layout--c .bs-letter-grid-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .letter-grid.letter-grid-layout--d .bs-letter-grid-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .letter-grid.letter-grid-layout--f .bs-letter-grid-col {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .letter-grid.letter-grid-layout--h .bs-letter-grid-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .letter-grid.letter-grid-layout--a .bs-letter-grid-col {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .letter-grid.letter-grid-layout--c .bs-letter-grid-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .letter-grid.letter-grid-layout--d .bs-letter-grid-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .letter-grid.letter-grid-layout--g .bs-letter-grid-col {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
/* End: Letter Grid Styles */

.featured-link-grid-title {margin-top: 12px; padding: 0 10px;}
.featured-link-grid-desc {padding: 0 10px;}
.featured-link-grid-desc p {margin-top: 0; margin-bottom: 1em;}
.featured-link-grid-desc p:last-child {margin-bottom: 0;}

/* Begin: CTE Grid Styles */
.cte-grid-item {padding: 15px; text-align: center;}
/* End: CTE Grid Styles */

.sitemap-row + .sitemap-row {margin-top: 35px;}

.page-pager-menu-row {
  display: flex;
  align-items: center;
}
.pp-menu-actual ul {
  display: block;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.pp-menu-actual ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.pp-menu-actual ul li a, .pp-menu-actual ul li span {
  display: inline-block;
  padding: 5px;
  line-height: 1;
  text-decoration: none;
}
.pp-menu-actual ul li a {
  background: #eee;
}



.tablink-item a {
  display: grid;
  align-items: center;
  min-height: 90px;
  border-radius: 14px 14px 0 0;
  padding: 5px 10px;
  text-decoration: none;
  color: #6357a0;
  height: 100%;
  position: relative;
  background-color: #ECEAF4;
  background-repeat: no-repeat;
  background-position: 10px bottom;
}
.tablink-item a span {display: block;}

.tablink-title {
  font-size: 18px;
  font-weight: bold;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 1px 3px #fff;
  font-family: "Josefin Sans", sans-serif; 
}
.tablink-item.active a {
  color: #fff;
  background-color: #6357A0;
}


.tablink-item.active .tablink-title {
  text-shadow: 1px 1px 3px #000;
}

.tablink-tabs-container {
  border-bottom: 4px solid #6357A0;
}

@media screen and (min-width: 750px) {
  .tablink-title {
    font-size: 24px;
  }
  .tablink-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .tablink-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
  }
}

/* Begin: Box Grid Styles */
.box-grid-item {padding: 15px;}
.box-grid-title {
  text-align: center;
  margin-bottom: 30px;
}
.box-grid-title h2 {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #0a0b0b;
}

.box-grid-item-inner {
  height: 100%;
}
.box-grid-item-title {
  text-align: center;
  padding: 15px 5px;
  border-radius: 14px 14px 0 0;
  background: #75C8DF;
}
  .box-grid-item-title h3 {
    margin: 0;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 16px;
  }
.box-grid-item-content {
  height: calc(100% - 52px);
  padding: 0 20px 20px;
  border-radius: 0 0 14px 14px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #0a0b0b;
  background: #75C8DF;
}
  .box-grid-image {text-align: center;}
  .box-grid-liquid:first-child, .box-grid-text:first-child {padding-top: 10px;}


.box-color--purple .box-grid-item-title {background: #9087BC;}
.box-color--purple .box-grid-item-content {background: #ECEAF4;}

.box-color--green .box-grid-item-title {background: #9BC573;}
.box-color--green .box-grid-item-content {background: #F3FBE9;}

@media screen and (max-width: 989px) {
  .box-grid-item-title h3 {font-size: 14px;}
  .box-grid-item-content {font-size: 14px;}
}
@media screen and (min-width: 1300px) {
  .box-grid-item-title h3 {font-size: 24px;}
}
/* End: Box Grid Styles */

.slick:not(.slick-initialized) .generic-slick-slide img {max-width: 100%;}

.header_phone{
	font-size:1.2rem;
	
}
.header_phone span{
	font-size:2.5rem;
	font-weight: 700;
	display: block;
	line-height: 2.5rem;
}

.custom-nav-megacustom ul li ul li a.highlight{
	color:#003E7E;
	font-weight: 600;
	font-size:1.75rem;
}

.custom-nav-megacustom ul li ul li ul li a span.highlight.red{
	color:#CD0001;
	font-weight: 500;
}

.custom-nav-megacustom ul li ul li ul li a{
	padding-left:1rem;
}

.tab-content table:not([class]) {
    table-layout: fixed !important;
    border-collapse: collapse !important;
    font-size: 1.4rem !important;
    border-style: hidden;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground),.2);
    width: 100% !important;
}


variant-selects{
	background-color:#F7F7F7;
	border:solid 1px #eee;
	border-radius: 3px;
	padding:0.4rem;
}
variant-selects h4{
	font-weight: 700;
	margin-top:0;
	padding-top:0;
}

.facts-label-field-warning .icon{
	height: 2.2rem;
	width: 2.2rem;
	color: #CD0001;
	vertical-align: middle;
}

.facts-label-field-warning a{
	vertical-align: middle;
	text-decoration: none;
	color: rgb(var(--color-foreground));
}

@media screen and (min-width: 990px){
  .collection-list__item:only-child{
    width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5) !important;
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5) !important;
  }
}