/** Shopify CDN: Minification failed

Line 829:0 Unexpected "}"
Line 831:73 Comments in CSS use "/* ... */" instead of "//"

**/

/* 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-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 {
  display: none;
/*   position: absolute;

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

  margin: auto;
  color: #fff */
}

.collection__item-image img {
  filter: brightness(0.70);
  -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;
}

.product-description.rte {
	/* display: flex; */
	/* flex-direction: column-reverse; */
}

.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;
    }
}
@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 */

#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;
}
  #recharge-te .bg-light {
    background: #fff !important;
    color: #1d1d1d !important;
}

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

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

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

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

  #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;
}

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

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

/* Brand page item list */
.brandList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brandList-item {
  position: relative;
  padding: 0 .7rem;
}
@media screen and (min-width:768px) {
    .brandList-item {
      width: 50%;
    }
}
@media screen and (min-width:1100px) {
    .brandList-item {
      width: 33.33%;
    }
}
    

.brandList-items-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 18px;
}

.brandList-item-backgroundImage {
  -webkit-transition: 100ms -webkit-filter linear;
  -moz-transition: 100ms -moz-filter linear;
  -moz-transition: 100ms filter linear;
  -ms-transition: 100ms -ms-filter linear;
  -o-transition: 100ms -o-filter linear;
  transition: 100ms filter linear, 100ms -webkit-filter linear;
  filter: brightness(0.9);
}

.brandList-item:hover .brandList-item-backgroundImage {
  filter: brightness(0.5);
}

.template-activate_account #site-main {
	width: 400px;
}

.template-activate_account .activate-btn {
	width: 100%;
}

.template-index .pxs-image-with-text-section {
	padding-left: 0;
  	padding-right: 0;
  	margin-top: 0 !important;
	max-width: inherit !important;
}

.register-wrapper .cf-reset-password {
	display: none;
}
/* temporarily hide recharge */
.template-account #rc_link_container {
/* 	display: none; */
}
section#shopify-section-tapita-main-page {
    width: 90%;
    margin: auto;
}

#create_customer {
	background-color: rgba(255,255,255,0.95);
    margin: 0;
    padding: 10px;
}


.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%;
  }
}

[data-shopify-editor-block="{"id":"15871026291228209630","type":"shopify://apps/conjured-referrals/blocks/embed-floating-button/259a1e76-fe9f-44e8-b3bd-171319d52fc6","disabled":false}"] {
  z-index: 1000000;
}

#conjured_referral {
  top: 50%;
  transform: translateY(-50%);
}

.conjured_blocker {
  z-index: 1000000 !important;
}

button#show_conjured_modal {
  z-index: 1000000;
  font-size: var(--font-size-button-large);
    padding: .875rem 1.75rem;
    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);
}
#pbitm-id-367665 div#conjured_referral {
    transform: none;
}
@media screen and (max-width:768px) {
	#pbitm-id-367665 div#conjured_referral h1.template_advocate_signup_heading {
    font-size: 32px;
	}
}

.template-index .collection__item-info.collection__item-title.pxu-lia-element {
    display: none;
}

.template-index .collection__item-image {
    max-width: 125px;
    margin: auto;
}

.template-index .slick-dots {
  bottom: -40px;
}

@media screen and (max-width: 719px) {
    .promo-block {
      height: 350px;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: #fff;
    }
}

/* custom button */

.button.button-custom {
    display: block !important;
    width: 100%;
    text-align: center;
    color: #fff !important;
    background-color: #EA5213;
    border: 1px solid #EA5213;
    vertical-align: middle;
}

.button-custom {
    font-size: var(--font-size-button-small);
    padding: 0.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);
}

/* login page */

.template-login .account-page-login .form-action-row--helper, .account-page-register .form-action-row--helper {
    display: block !important;
    margin-left: 0 !important;
    margin-top: 20px;
}
.template-login #rc_login a {
    margin-top: 1rem;
    font-size: var(--font-size-button-large);
    letter-spacing: 0em;
    text-transform: none;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    color: #fff;
    background-color: #323b58;
    border: 1px solid #323b58;
    font-size: var(--font-size-button-small);
    padding: 0.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);
}

/* grid wrapper login button */

.grid-wrapper-login-button {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.grid-wrapper-login-button .grid-item {
    justify-content: center;
}

.text-align-center {
    text-align: center;
}

.login-list-items {
    font-size: var(--font-size-body-small);
}

.account-page-login {
    margin-top: 0;
    margin-bottom: 0;
}

.highlights-banner__text {
    text-align: center !important;
}

.site-main {
  overflow: hidden;
}
.rct_button:not([data-charge-skip],[data-subscrition-cancel]) {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    line-height: var(--theme-prima-text-size);
    text-align: center;
    height: 42px;
    border-radius: 4px;
    border: 1px solid var(--theme-prima-button-primary);
    margin: 0;
    padding: 15px 16px;
    box-shadow: 0 0 var(--theme-prima-button-primary);
    transition: background-color 250ms ease-in-out 0ms, box-shadow 250ms ease-in-out 0ms;
}
.product-form--atc-button {
  color: #fff;
  background-color: rgba(50, 59, 88, 100);
  border: 1px solid #323b58;
}
.product-form--atc-button:not(.disabled):hover, .rct_subscription__actions .rct_button rct_button--link:not(.disabled):hover {
  background: rgba(50, 59, 88, 90);
  border: 1px solid rgba(50, 59, 88, 90);
}

.rc-btn.rc-btn--outlined:hover:not(:disabled) {
  background-color: #323b58;
  border: 1px solid #323b58;
  color: #fff;
}
.rc-btn.rc-btn--outlined {
  background-color: transparent;
}
.rc-btn.rc-btn--outlined, .rc-btn.rc-btn--primary-border {
  background-color: #323b58;
  border: 1px solid #323b58;
  color: #fff;
}
.recharge-te * {
  font-family: Nunito,sans-serif;
}

.rct_button--primary, a.rct_button--primary, .rct_subscription__actions .rct_button rct_button--link {
  background-color: #323b58;
  border: 1px solid #323b58;
  color: #fff;
}

.recharge-te a:not(.rct_button--secondary,.rct_navigation__item__link), .rct_sidebar a:not(.rct_button--secondary,.rct_navigation__item__link) {
    color: #fff;
    font-weight: bold;
}

.recharge-te h3, .rct_sidebar h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bolder;
}
.rct_navigation__item__link {
    text-transform: uppercase;
    font-weight: bold !important;
}
h2.section-title.rc-subheading {
    margin: 5px 0;
}


.rc-btn.rc-btn--primary:hover:not(:disabled) {
  background-color: #323b58;
  border: 1px solid #323b58;
  color: #fff;
}
.rc-btn.rc-btn--primary {
  background-color: #323b58;
  border: 1px solid #323b58;
  color: #fff;
}

[data-cart-minimum] {
  text-align: center;
  padding: 1.25rem;
  color: #ffffff;
  background-color: #d63031;
  margin-top: 1rem;
  display: none;
}

.home-section--content.logolist--inner.pxu-lia-block.pxu-lia-block--play {
    display: flex;
    /* flex-wrap: wrap; */
}

.logolist--item.pxu-lia-element {
    margin-top: unset !important;
}

@media screen and (max-width: 960px) {
    .home-section--content.logolist--inner.pxu-lia-block.pxu-lia-block--play {
/*         display: flex; */
        flex-wrap: wrap;
    }

    .logolist--item.pxu-lia-element {
        flex: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .home-section--content.logolist--inner.pxu-lia-block.pxu-lia-block--play {
/*         display: flex; */
        flex-wrap: wrap;
    }

    .logolist--item.pxu-lia-element {
        flex: 50%;
    }
}
.logolist--item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.blog-title a {
  display: none;
}
.cart-continue {
  display: none;
}
#shopify-section-cust-login-menu-list a.logolist--link{
  font-size: 13px;
}

/* 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%;
  }
}