/** Shopify CDN: Minification failed

Line 762:0 Unexpected "}"

**/
.site-main {
    overflow: hidden;
    /* overflow-x: hidden; */
}

/* Footer */
.site-footer-information {
    justify-content: space-between;
}
.follow-container {
    display: flex;
    flex-direction: row;
    flex-shrink: inherit;
    justify-content: space-around; 
}
.follow-container .follow-item {
    flex-basis: 25%;
  	width: 60px;
}
.site-footer-information a{
	transition: all ease 300ms;
}
.site-footer-information .facebook-icon-footer:hover {
  color:#4267B2;
}
.site-footer-information .instagram-icon-footer:hover {
  color:#E1306C;
}
.site-footer-information .linkedin-icon-footer:hover {
  color: #0e76a8;
}
.site-footer-information .youtube-icon-footer:hover {
  color:#FF0000;
}
.site-footer-information .glassdoor-icon-footer {
    fill: #484746;
}
.site-footer-information .glassdoor-icon-footer:hover {
    fill: #0caa41;
}


.site-footer-left,
.site-footer-center,
.site-footer-right {
    width: inherit !important;
}

/* Return an Item page */
[data-template-return-an-item] iframe {
    width: 100%;
    height: 100vh;
}

/* Product Card */
.productitem__badge {
  	bottom: unset;
	top: 0;
}

.productitem {
	padding: 0;
}

.productitem,
.productitem--info {
	background-color: #fff;
}
.productitem--info{
	padding: 10px;
}

/* Collection page*/
.productgrid--utils {
    background-color: rgb(255, 255, 255);
	padding: 10px;
}

/* Home Page */
.flickity-viewport {
	height: 600px;
}
.flickity-slider, .testimonial {
	height: 100%;
}
#tidio-chat-iframe {
	width: 40px;
}
ul.home-section--content.collection-list__content.collection--image-crop-original.no-cta li {
    position: relative;
}

ul.home-section--content.collection-list__content.collection--image-crop-original.no-cta li span {
  position: absolute;

  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;

  margin: auto;
  color: #fff
}

.collection__item-image img {
  filter: brightness(0.90);
  -webkit-transition: 1s -webkit-filter linear;
  -moz-transition: 300ms -moz-filter linear;
  -moz-transition: 300ms filter linear;
  -ms-transition: 300ms -ms-filter linear;
  -o-transition: 300ms -o-filter linear;
  transition: 300ms filter linear, 300ms -webkit-filter linear;
}
li.collection__item.pxu-lia-block.pxu-lia-block--play:hover .collection__item-image img {
  filter: brightness(0.50);
}

.testimonials-section {
  padding-bottom: 0;
}
@media screen and (max-width: 950px){
  .highlights-banner__content:not([data-highlights-slider]) {
  	grid-template-columns: none;
  }
}
/*single product page css*/
.gallery-navigation--scroller {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.gallery-navigation--scroller::-webkit-scrollbar {
  display: none;
}
.product-gallery--media-thumbnail[data-gallery-selected=true] {
    box-shadow: none;
    border: 2px solid #ff6128;
}
.product-gallery--media-thumbnail {
	box-shadow: none;
    border-radius: 3px;
}
[data-product-gallery-thumbnails=left] .product-gallery--navigation {
	background: #ffffff;
}
[data-product-gallery-thumbnails=left] .product-gallery--navigation, [data-product-gallery-thumbnails=left] .gallery-navigation--scroller {
	max-height: 30.87rem;
}
[data-product-gallery-thumbnails=left] {
	height: 100%;
    background: #ffffff;
}
/*footer payment section*/
.footer_payment_icons .footer_payment_icons_title {
	margin-left: 10px;
}

/*product page*/
span.price.price--saleprice {
    font-size: 1.25rem;
    color: #f04f36;
    line-height: 1.15;
}
span.price.price--strikethrough {
    color: #949494;
    text-decoration: line-through;
    line-height: 1.15;
}

/*Footer brand logos*/
.brand-logos .brand-logo {
    display: inline-block;
    text-align: center;
    margin: 35px auto 0 auto;
    padding-top: 20px;
    width: 25%;
}
.brand-logos .brand-logo img {
    max-height: 75px;
}

.klaviyo-bis-trigger {
	width:100% !important;
    margin-top: 1rem !important;
    border: 1px solid #f04f36 !important;
    margin-left: 0 !important;
}

a.bulk-purchase-link {
    color: #f04f36;
    font-weight: 700;
    display: block;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1024px) {
  	.brand-logos .brand-logo {
        width: 24%;
    }
	.brand-logos .brand-logo img {
        max-height: 50px;
    }
  	.product-description > div:last-child {
        width: 45%;
    }
}
@media (max-width: 767px) {
	.product-description > div:first-child, .product-description > div:last-child {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
  	.brand-logos .brand-logo {
        width: 100%;
    }
}

.highlights-banner__text {
	text-align: center;
}
.highlights-banner__content {
	justify-content: space-evenly;
}
.tile-container {
  display: flex;
  flex-direction: column;
}
.tile__item {
  border: 1px solid rgb(244,243,238);
  padding: .5rem 1rem 1rem 1rem;
  background-color: rgb(244,243,238);
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #000;
  transition: 300ms ease;
}
.tile__item:hover,
.tile__item:active,
.tile__item:focus {
  background-color: rgb(220,219,214);
}
.tile__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tile__subtitle {
}
.site-footer-blocks.column-count-2 {
    justify-content: space-between;
}
@media screen and (min-width: 720px) {
  .shippingcalc--container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .shippingcalc--container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/*modal product description*/
.modal--quickshop-full [data-product-description] {
    width: 100%;
    white-space: normal;
}

@media screen and (min-width: 1024px) {
  .productitem--actions {
      bottom: .3rem;
  }
}

/* Temporary klaviyo notify me button is hidden because of bug
.modal--quickshop-full button.button-primary.mdc-ripple-surface.mdc-ripple-upgraded.klaviyo-bis-trigger {
    display: none;
} */

/* Back In Stock */
#back-in-stock {
  border: 1px solid black;
  padding: 1rem;
  border: 1px solid #ddd;
  margin-top: 1rem;
}
#back-in-stock button {
  color: #fff;
  background-color: #323b58;
  border: 1px solid #323b58;
  font-size: var(--font-size-button-large);
    padding: .85rem .5rem;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    }
#back-in-stock button:hover,
#back-in-stock button:active {
  color: #fff;
  background-color: #323b80;
  cursor: pointer;
}
#back-in-stock input {
  padding-top: .875rem;
  padding-bottom: .875rem;
  padding-left: .875rem;
  padding-right: .875rem;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
  width: 100%;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 1rem;
}
/* element.style {
  padding: .5rem;
  color: rgba(44, 62, 80,1.0);
} */
#back-in-stock-message {
  padding: .5rem;
  margin-top: 1rem;
}
#back-in-stock.hidden {
	display: none;
}
.success {
  background-color: rgba( 219, 255, 229, 1 );
}
.error {
  color: #fff;
  background-color: rgba(231, 76, 60,1.0);
}

/* FAQ */
#faq {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 50px 0;
  transform: translate(-50%, 0);
/*   background-color: #fefffa; */
  max-width: 650px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 550px) {
  #faq {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}
#faq h1,
#faq h2 {
  color: #000;
}
#faq h1 {
  margin: 10% auto 0;
  text-transform: uppercase;
/*   font-size: 24px; */
/*   line-height: 42px; */
/*   letter-spacing: 3px; */
  font-weight: 100;
  text-align: center;
  display: table;
  padding: 10px 0;
  font-weight: bolder;
  border-bottom: 2px solid #000;
}
#faq h2 {
/*   font-size: 18px; */
/*   line-height: 30px; */
/*   font-weight: 300; */
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
}
#faq p {
  color: rgba(48, 69, 92, 0.9);
/*   font-size: 17px; */
/*   line-height: 26px; */
/*   letter-spacing: 1px; */
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  transition: all 500ms ease;
}
#faq p,
#faq ul li i:before,
#faq ul li i:after {
  transition: all 0.25s ease-in-out;
}
#faq ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
	border-top: 1px dotted #dce7eb;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  right: 1rem;
}
#faq ul li i:before,
#faq ul li i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 16px;
}
#faq ul li i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#faq ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#faq ul li input[type=checkbox]:checked ~ i:before {
  margin-top: 9px;
  height: 9px;
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type=checkbox]:checked ~ i:after {
  margin-top: 9px;
  height: 9px;
  transform: translate(-2px, 0) rotate(-45deg);
}
#faq ul li:nth-of-type(1) {
/*   border-top: none; */
  animation-delay: 0.5s;
}
#faq ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#faq ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq li {
/*   animation: bounceInUp 1s ease both; */
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.image-with-text__image {
  display: block;
  margin: auto;
}

.image-with-text--image_size-350px {
  width: 350px;
}
.image-with-text--image_size-400px {
  width: 400px;
}
.image-with-text--image_size-450px {
  width: 450px;
}
.image-with-text--image_size-500px {
  width: 500px;
}
.image-with-text--image_size-550px {
  width: 550px;
  
}
.image-with-text--image_size-600px {
  width: 600px;
}
.image-with-text--image_size-650px {
  width: 650px;
}

.product-recommendations--container--4 li {
  width: calc(25% - 16px) !important;
}
.product-recommendations--container--5 li {
  width: calc(20% - 16px) !important;
}

/** Business portal link right align **/
.navmenu-id-business-portal {
	position: absolute;
  	right: 25px;
}
.navmenu-id-business-portal a {
    background-color: #323b58;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #323b58;
}

/* Recharge */
.template-login #rc_login a,
#ReCharge .btn-primary, #rc_link_container a,
#recharge-novum #recharge-te #rc_te-template-wrapper .rc_btn, #recharge-novum #recharge-te .rc_btn{
    margin-top: 1rem;
    font-size: var(--font-size-button-large);
    letter-spacing: 0em;
	text-transform: none;
	padding-right: .9375rem;
    padding-left: .9375rem;
	color: #fff;
    background-color: #323b58;
    border: 1px solid #323b58;
	font-size: var(--font-size-button-small);
    padding: .625rem 1rem;
    letter-spacing: 0em;
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    transition: width 125ms cubic-bezier(.4,0,.2,1),height 125ms cubic-bezier(.4,0,.2,1),border-color 125ms cubic-bezier(.4,0,.2,1),background-color 125ms cubic-bezier(.4,0,.2,1),box-shadow 125ms cubic-bezier(.4,0,.2,1); 
}

#ReCharge #customer_email {
	align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    margin-top: 1rem;
    margin-right: 5px;
    margin-left: 5px;
    white-space: nowrap;
    vertical-align: middle;
	width: 100%;
    transition: all 125ms cubic-bezier(.4,0,.2,1);
	font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    z-index: 1;
    width: 80%;
    padding: 1.5rem .625rem .375rem;
    color: #4d4d4d;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

#ReCharge #customer_email:focus {
	border-color: #818181;
    outline: 0;
    box-shadow: 0 2px 6px #00000026, 0 0 0 0.5px #919191;
}

#ReCharge #customer_email::placeholder {
  color: currentColor;
  opacity: 0;
  transition: opacity 125ms cubic-bezier(0, 0, 0.2, 1);
}
#ReCharge #customer_email::placeholder {
  opacity: 0.6;
  transition-delay: 125ms;
}
#ReCharge #customer_email + .form-field-title,#customer_tab_content  #customer_email + .form-field-title {
  top: 0.5rem;
  font-size: 0.8125rem;
  transition-delay: 0ms;
}

#ReCharge #customer_tab_content>.row.grid{
  align-items: center;
  justify-content: center;
}
#ReCharge #customer_tab_content>.row.grid>.col-md-6{
    flex: 0 0 90%;
    max-width: 90%;
}

@media screen and (max-width: 650px) {
	#ReCharge #customer_tab_content>.row.grid>.col-md-6{
		flex: 0 0 90% !important;
		max-width: 90% !important;
	}
}

#rc_link_container a {
  margin : 10px;
}

@media screen and (max-width:650px) {
    #rc_link_container{
       text-align: center;
    }
    #rc_link_container a {
        margin : auto;
    }
}

#recharge-te * {
    font-family: Nunito,sans-serif !important;
}
body#recharge-novum #recharge-te .bg-light {
    background: #fff !important;
    color: #1d1d1d !important;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_btn, body#recharge-novum #recharge-te .rc_btn {
    background-color: #323b58 !important;
    color: #fff !important;
}

body#recharge-novum #recharge-te .rc_order_title {
    color: #1d1d1d !important;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_add_product h3 {
    font-family: 'Montserrat' !important;
    font-weight: 800;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .page-title {
    color: #1d1d1d !important;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_btn--secondary--color {
    border-color: #323b58 !important;
    background-color: #323b58 !important;
    color: #fff !important;
    transition: all 200ms ease;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_btn--secondary--color:hover {
    border-color: #323b58 !important;
    background-color: #323b58 !important;
    color: #fff !important;
}

body#recharge-novum #recharge-te {
    background: #F5F3ed !important;
}

section#shopify-section-tapita-main-page {
    width: 90%;
    margin: auto;
}


.apluscontent-container {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

@media screen and (min-width:1200px) {
  .apluscontent-container {
    width: 52%;
  }
}
@media screen and (max-width:1199px) {
  .apluscontent-container {
/*     width: 52%; */
  }
}
@media screen and (max-width:640px) {
  .apluscontent-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .apluscontent-container > .aplus-content-item {
  	width: 50%;
    text-align: center;
    margin-top: 10px;
  }
}

.aplusbanner-container {
	text-align: center;
}
.aplus-banner-item img {
	width: 80%;
}

@media screen and (max-width:768px) {
  .aplus-banner-item img
    width: 95%;
  }
}

.live-search-form {
	right: 0 !important;
}

.product-form--atc-button,
.product-form--atc-button:hover,
.product-form--atc-button:active,
.product-form--atc-button:focus {
  background-color: #323b58 !important;
  color: #fff !important;
}

.template-login .form-action-row {
  text-align: center
}

/* product-page Accordion styles */
#product-page input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#product-page .tab {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(29,29,29.8);
}
#product-page .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em .5rem;
  font-size: 1.3rem;
  background: transparent;
  border-bottom: none;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
#product-page .tab-label::after {
  content: "+";
  font-size: 1.5rem;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
#product-page .tab-content {
  display: flex;
  justify-content: space-evenly;
  max-height: 0;
  padding: 0 .5rem;
  transition: all 0.35s;
}
#product-page .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}

#product-page input:checked + .tab-label::after {
  content: "-";
}
#product-page input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em .5rem;
}
#product-page .aplus-feature-item img {
  width: 170px !important;
}

#product-page .aplus-industy-item img {
  width: 160px !important;
}
#product-page .aplus-comparison-item {
  text-align: center;
}

@media screen and (max-width:820px) {
  #product-page .tab-content {
    flex-wrap: wrap;
  }
  #product-page .aplus-feature-item {
    text-align: center;
    flex: 50%;
  }
}