/** Shopify CDN: Minification failed

Line 268:1 Unexpected "@media"
Line 631:2 Unexpected "{"
Line 631:3 Expected identifier but found "%"
Line 671:8 Expected identifier but found whitespace
Line 671:10 Unexpected "{"
Line 671:22 Expected ":"
Line 819:15 Expected identifier but found whitespace
Line 819:17 Unexpected "{"
Line 819:29 Expected ":"
Line 867:9 Expected identifier but found whitespace
... and 6 more hidden warnings

**/
.grid-view-item__link .saso-offer-badge {

    overflow: visible;
	height: 250px;
}
      
@media screen and (min-width: 600px){
.Applogotd {
    max-width:70px;
	}
  .AppStorelogotd{
  
  }

}

@media screen and (min-width: 1024px){
.navigation-main {
    background-color: #ffffff;
}}

@media screen and (max-width: 1023px){
#content-background-image-template--15039579095219__hero-page .btn {
background-color: var(--btn-bg-color-1);
    border-color: var(--btn-border-color-1);
      }}

/* product collection banners */
@media screen and (min-width: 1024px){
  .header-collections-snippet .collections-header-title {
  min-height: 350px;}

  #MainContent {
    position: relative;
    top: 15px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1181px){
.header-section .logo-image-container img {
    width: auto;
    height: 45px;
}}


@media screen and (min-width: 1024px){
#MainContent {
    position: relative;
    top: 14px;  
}}

@media screen and (min-width: 1180px){
#MainContent {
    position: relative;
    top: 22px;  
}}

@media screen and (min-width: 1000px){
.hero__links__items {
    align-items: end;
}
}

/* Animated hero text 

@media screen and (min-width: 1400px){
.hero__links {
    bottom: 25%;
}}

.textanim {
    font-family: 'Frontage Condensed Bold';
    font-size: 30px;
    position: absolute;
    bottom: 60%;
}
@media screen and (min-width: 460px){
.textanim {
    font-size: 40px;

}}
@media screen and (min-width: 1900px){
.textanim {
    font-size: 50px;

}}
@media screen and (min-width: 768px){
.hero__image-container {

    min-height: 640px;
}}

.textanim {
  overflow:hidden;
  white-space:nowrap;
      opacity: 0;
}

#textanim1 {   
  animation: showup 9s;
}

#textanim2 {
  animation: showup2 9s;
}

@keyframes showup {
    5% {opacity:0;}
    35% {opacity:1;}
    50% {opacity:0;}
}
@keyframes showup2 {
    50% {opacity:0;}
    75% {opacity:1;}
    100% {opacity:0;}
}

*/
.hero-anim-delay-0 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.hero-anim-delay-150 {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.hero-anim-delay-300 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.hero-anim-delay-450 {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.hero-anim-delay-600 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;;
}

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

.hero-anim-delay-0 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.hero-anim-delay-150 {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.hero-anim-delay-300 {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

}


/*

.collection-template .collection-list-wrapper .container,.collection-template .filter-and-sort .container
{
  max-width:1600px
}
.collection-sub-header {  
    padding-top: 5px;
  max-width: 1600px;
}
.cl-product-card-container.grid-list .grid-item, .cl-product-card-container.grid-list .recently-viewed-prod {
    border: none;
}
.container{max-width:1600px}

*/


@media screen and (min-width:1024px){
#navmain{
  transition:2s;
position:relative;
  background-color: #ffffff;
  top:0px;
  opacity:1;
}
#navmain2{
  transition:2s;
  top:0px;
  opacity:1;
}



.header-section .logo-image-container{
    background-color: white;
    z-index: 1;
padding-top: 15px;
    padding-bottom: 15px;
  position: relative;
}
  

.header-section .header-icon {
  z-index: 2;}

.header-search-wrapper {
  z-index: 2;}
.header-section .header-actions__left {
  z-index: 2;}
.random-stuff-that-gets-included-below-the-nav {
  z-index: 2;}
}
@media screen and (min-width: 1181px){
.header-section .logo-image-container {
    background-color: white;
    z-index: 1;
 /*---   padding-top: 30px;
    padding-bottom: 30px;---*/ 
    position: relative;
 
}}
@media screen and (min-width: 1024px){
#header{transition:4s;
height:100px;
opacity:1;
  padding-top: 0px;}}

/*--------------------------------------
// display secondary image on hover over 
----------------------------------------*/ 

 .has-secondary.grid-view-item__link img.secondary{ 
  display:none; 
 } 
 .has-secondary.grid-view-item__link:hover img.secondary{ 
  display:block; 
 } 
 .has-secondary.grid-view-item__link:hover img.grid-view-item__image{ 
  display:none; 
 } 

 @media screen and (min-width:767px){ 
 .has-secondary.grid-view-item__link img.secondary{ 
  display:none; 
 } 
 .has-secondary.grid-view-item__link:hover img.secondary{ 
  display:block; 
 } 
 .has-.grid-view-item__link:hover img.grid-view-item__image{ 
  display:none; 
 } 
 } 
  secondary

 @media screen and (max-width:767px){ 
 .has-secondary.grid-view-item__link img.secondary{ 
 display:none; 
 } 
 } 



/* -----------------
Border radius removal Switch off



.btn {
    border-radius: 0;
    border-width: 1px;
}
.text-input {
    border: 1px solid #042b60;
    border-radius: 0px;
}
.select {
    border-radius: 0px;
}
.filter-and-sort .btn-container .btn-filter {
    border: 2px solid #51b6cc;
    border-radius: 0;

}
.filter-and-sort .btn-container .select-wrapper .select {

    border: 2px solid #51b6cc;
    border-radius: 0;

}
.quantity-selector-wrapper input {

    border: 2px solid #51b6cc;
    border-radius: 0;

}

--------------------*/


/* -----------------------------------------
Landing page and hero links adjustment
------------------------------------------*/



.hero__subtitle {
  font-size:14px;
  display: block!important;
}

@media screen and (min-width: 768px){
.hero__subtitle {
    border: 2px solid;
    border-radius: 8px;
    margin-left: 26%;
    margin-right: 26%;
    margin-top: 0px;
  	border-color: #51b6cc;
  margin:20px;
}}


@media screen and (max-width: 1023px){
#shopify-section-template--15039579324595__1627306105d769d906
{
  visibility: hidden;
        height: 0;
}
#shopify-section-template--15746314404019__1627306105d769d906
{
  visibility: hidden;
        height: 0;
}
  #hero__links__item-75cc694f-fac6-43ec-b4fb-30cdf651f7c8{
}
  #hero__links__item-a88177a3-8315-4b31-8f1a-d4ef69ca77d8{
  order:-1
    
}
  #hero__links__item-27993569-10d4-4738-a7a8-723a373bf2d8{
}
  .hero__image-container {
    padding-bottom: 120%;
}
    .hero__links {

    bottom: 188px;}
}
@media screen and (min-width: 1024px){
#shopify-section-template--15039579324595__1629449005bc37f30f
{
  visibility: hidden;
        height: 0;
}
#shopify-section-template--15746314404019__1629449005bc37f30f
{
  visibility: hidden;
        height: 0;
}
}
@media screen and (max-width: 767px){

.hero__title {
    margin-bottom: 2px;
}
  
  .herolink3 {
    font-size: 34px;
    line-height: 34px;
}
  
.hero__links{
  margin-bottom: 100px;
   bottom: 125px;
}
  
.hero__links__items {
gap: 50px 6px;
}
  
#hero__links__item-75cc694f-fac6-43ec-b4fb-30cdf651f7c8{
  width: 100%;
}
  #hero__links__item-a88177a3-8315-4b31-8f1a-d4ef69ca77d8{
  width: 40%;
    order: 0;
}
  #hero__links__item-27993569-10d4-4738-a7a8-723a373bf2d8{
  width: 40%;
}
  
  
}

@media screen and (max-width: 450px){ 
  
.content-background-image-snippet {
    margin-bottom: 40px;
    height: 700px;
    max-height: 90%;
}
  .hero__image-container {
    height: 100%;
  }
  
.hero__links {
    margin-bottom: 125px;
}
  
.hero__links__item {
    text-align: center;
    padding: 0px;
    bottom: 25px;
    position: relative;
}
  
.hero__links__items {
    padding: 17px;
}
   
}

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

.herolink1 {
	font-size: 20px;
    line-height: 20px;
    top: 9px;
    position: relative;
}
.herolink2 {
	font-size: 24px;
    line-height: 24px;
    top: 6px;
    position: relative;
}
.herolink3 {
    font-size: 28px;
    line-height: 28px;
}
.herolink4 {
	font-size: 24px;
    line-height: 24px;
    top: 6px;
    position: relative;
}
.herolink5 {
	font-size: 20px;
    line-height: 20px;
    top: 9px;
    position: relative;
}
.hero__links {
   top: -48px;
}


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

.herolink1 {
	font-size: 30px;
    line-height: 30px;
    top: 9px;
    position: relative;
}
.herolink2 {
	font-size: 32px;
    line-height: 32px;
    top: 6px;
    position: relative;
}
.herolink3 {
    font-size: 34px;
    line-height: 34px;
}
.herolink4 {
	font-size: 32px;
    line-height: 32px;
    top: 6px;
    position: relative;
}
.herolink5 {
	font-size: 30px;
    line-height: 30px;
    top: 9px;
    position: relative;
}
.hero__links {
    top: 0px;
}

}

/*-----------------------------------------------
Product card text adjustments for larger screens 
-----------------------------------------------*/

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

.cl-product-card .cl-product-card-info .cl-product-card-bottom .cl-product-card-pack-size span {
    font-size: 14px;
}

.cl-product-card .cl-product-card-info .product__specs li {
    font-size: 14px;
}

.cl-product-card .cl-product-card-info .product__specs li {
    font-size: 10px;
    line-height: 31px;
}
.cl-product-card-info [data-oke-reviews-product-listing-rating] .okeReviews.okeReviews--theme {
    font-size: 12px;
}
.cl-product-card .cl-product-card-name, .cl-product-card .cl-product-card-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.cl-product-card .cl-product-card-info .cl-product-card-bottom .cl-product-card-pack-size span {
    font-size: 14px;
    font-weight: 700;
}

.cl-product-card .cl-product-card-info .cl-product-card-bottom-info {
    font-size: 13px;
}
.cl-product-card .cl-product-card-info .product__specs li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
  
}

/*---------------------------------------------
larger collection containers for larger screens
-----------------------------------------------*/


@media screen and (min-width: 1550px){
  
.collection-template .collection-list-wrapper .container, .collection-template .filter-and-sort .container {
    max-width: 1450px;
}

.collection-sub-header {
	max-width: 1450px;
}

.cl-product-card .grid-view-item {height: 300px}

}



/*---------------------------------------------
Filter buttons
-----------------------------------------------*/

@media screen and (max-width: 767px){
.link-slider-snippet .glide__slides .glide__slide {
    border-radius: 8px;
    background-color: #d3dbe2;
}
}


/*---------------------------------------------
mobile remove grid and display inline
-----------------------------------------------*

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

.grid-list {
    display: inline;
}
.grid-item {
    margin-bottom: 30px;
}

}

  /*---------------------------------------------
Header menu
-----------------------------------------------
  
  @media screen and (min-width: 768px){
.header-section .logo-image-container 
    {

    padding-bottom: 0px;
    top: -14px;
    position: relative;
}
  }*/
  
  @media screen and (max-width: 450px){
.hero__links__item {
    text-align: center;
    padding: 15px;
    top: 39px;
    position: relative;
    max-width: 50%;
    display: inline-block;
    align-items: center;
    width: 48%;
}}
  
  #content-background-image-template--15039579095219__hero-page .btn {
    background-color: #ffffff;
    border-color: #685a82;
    color: #ffffff;
}


  {% assign promo_color = "#042B60" %}

.saso-notification {
  display: none !important;
  z-index: 2147483647;  
  display: none;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 16px 0px;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  
  p {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  a {
    font-weight: bold;
  }

}

.saso-notification-x {
  font-weight: bold;
  float:right;
  height: 0;
  overflow: visible;
  margin-right: 2em;
  cursor: pointer; 
  /*position: absolute;*/
  
  a {
  	text-decoration: none;
  }
}

.saso-price {
  color: {{promo_color}};
  font-weight: bold;
  display: inline !important;
}



.saso-volumes, .saso-bundle {
  margin-top: 10px;
  clear: both;
}

.saso-volume-discount-tiers .saso-table {
  margin-top: 6px;
  border-collapse: collapse;
  /*text-align: center;*/
  
  thead {
  }  
  
  tbody {
    tr:nth-child(even) {
      background: #f8f8f8;
      color: #000000;
    }
    tr:nth-child(odd) {
      background: #ececec;
      color: #000000;
    }
    
    .saso-add-to-cart {
      font-weight: bold;
    }
  }
  
  th, td {
  	border: 1px solid #e6e6e6;
    padding: 4px;
  }
  
}


.saso-cross-sell-popup {
  position: relative;
  background: #ffffff;
  color: #000000;
  padding: 20px;
  width: auto;
  min-width: 250px;
  margin: 20px auto;
  text-align: center;
  text-transform: none;
  clear: both; /* some product pages have floats, required when embedded */

  .saso-message {
    font-size: 16px;
  }
  
  .saso-products-container {
    display: block;
	overflow: auto;
  }
  
  table {
    table-layout: fixed;
    width: auto;
    min-width: 180px;
    margin: auto;
    border: 0 !important;
  }
  tr {
    border-top: 1px solid #DCDCDC;
    /*border-bottom: 1px solid #DCDCDC;*/
  }
  tr:first-child th:after, tr:first-child td:after {
    border-bottom: 0 !important;
  }
  
  td {
    text-align: center !important;
    border: 0 !important;
    padding: 8px !important; /* some themes have padding first-child 0px */
    display: table-cell !important;
  }

  .saso-product-container {
    width: 180px;
    vertical-align: top;
  }
    
  .saso-image {
    width: 180px;
    height: 180px;
    line-height: 180px;
    margin: auto;
    text-align: center;
    display: block;
    overflow: hidden;
  }
  .saso-image img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 180px;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
  }
  
  .saso-title {
    margin: 4px 0px 0px 0px;
    height: 3em;
    text-align: center;
    overflow: hidden;
    /*font-weight: bold;*/
    /*line-height: 1.4em;*/
    /*font-size: 14px;*/
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
  }
  
  .saso-variants-container {
    min-height: 24px; /* don't use height, will overlap with next row */
    margin: 4px 0px;
  }
  .saso-variants {
    width: 100%;
    padding-right: 0px !important;
    padding: 2px 2px 2px 10px;
    font-size: 14px;
   	/*
  	background: transparent url(https://cdn.shopify.com/s/files/1/0653/0119/t/1/assets/select.png) no-repeat right;
  	*/
  }

  .saso-price {
  }
  .saso-was-price {
    text-decoration: line-through;
    font-size: 14px;
    opacity: 0.8;
  }
  .saso-was-price:empty {
    display:none;
  }
  
  .saso-add-to-cart, button.saso-click-here {
    background: {{promo_color}};
    color: #fff;
    height: 36px;
    line-height: 36px;
    border: none;
    margin: 6px 0px 0px 0px;
    padding: 0 20px !important;
    font-weight: 700;
    float: none !important;
  }
  button.saso-click-here {
    width: auto;
  }
  
  
  a.saso-click-here {
    /*display: block;
    margin-top: 10px;
    text-align: center;*/
    color: #ffffff;
  }
  a.saso-click-here:hover {
    opacity: 0.9;
  }
  
/*  .saso-click-here-h {
    text-align: center;
  }
*/
  a.saso-close {
    float: none !important;
    display: block;
    margin: 10px 0 0 0;
  }

}


.saso-cross-sell-popup0 {
  padding: 60px;
}


.saso-bundle-popup {
  background: #f4f4f4;
  padding: 2px;
  
  .saso-message {
  	color: {{promo_color}}    
  }

  .saso-product-container {
    width: 160px;
    display: inline-block;
  }
  
  .saso-image {
    width: 160px;
    height: 160px;
    line-height: 160px;
    position: relative;
  }
  .saso-image img {
    max-width: 160px;
    max-height: 160px;
  }
  
  .saso-product-container .saso-price {
    text-decoration: line-through;
  }
  
  .saso-quantity-container, .saso-plus-container, .saso-equal-container {
    color: {{promo_color}};
    font-weight: bold;
	font-size: 60px;
  	display: inline-block;
  }
  .saso-quantity-container {
	font-size: 30px;
    vertical-align: top;
    position: absolute;
    top: -60px;
    left: 0px;
    z-index: 100;
  }    
  .saso-plus-container {
    vertical-align: top;
    padding-top: 35px;
    width: 10px;
  }
  .saso-plus-container-inner {
    position: relative;
    margin-left: -14px;
    z-index: 100;
  }
  .saso-plus-container:last-child {
    display: none !important;
  }
  
  .saso-bundle-row {
    border-top: 0px solid #DCDCDC;
    td {
      padding: 0px 10px !important;
    }
  }
  
  .saso-bundle-price-container {
	font-size: 36px;
    padding: 0px 0px 0px 10px !important;
  }
  
  .saso-bundle-success {
    display: none;
  }
}


.saso-cart-item-discount-notes, .saso-cart-item-upsell-notes {  	
  display: block;  
  color: #FFFFFF;
  a {
    color: #FFFFFF;
  }
}

.saso-cart-item-upsell-notes {  	
  font-weight: bold;
}

.saso-cart-item-price, .saso-cart-item-line-price {

  .original_price {
    display: block;
    text-decoration: line-through;
  }
  .discounted_price {
    display: block;
    font-weight: bold;
  }

}

.saso-cart-total {
  display: block;
  font-weight: bold;
  /*text-align: right;*/
}

.saso-summary {
/*
  text-align: right;
  font-weight: bold;
  */
  font-size: 14px;
}

.saso-cart-offers {
  
  .saso-hide-when-embedded {
  	display: none;
  }
  
  .saso-cross-sell-popup {
    padding: 5px; /* embedded */
    margin: 0px;
  }
  
  .title {
    padding: 0px !important;
    height: auto;
  }

  /*
  .select-options  {
  	display: none;
  }
  
  .image {
    height: auto;
  }
  */
}


.saso-use-discount-code-cart-container {
  margin: 4px 0 4px 0;

  input {
    display: inline !important;
    width: auto;
    max-width: 16em;      
  }
  button {
    margin: 0px 0px;
  }
  
}

.saso-use-discount-code-cart-container::after {
  margin-top: 3px;
  background-color: rgba(175,175,175,0.34);
  content: '';
  display: block;
  height: 1px;
  transition: background-color 0.3s cubic-bezier(0.3, 0, 0, 1);
  width: 100%;
  z-index: 4;
}

.saso-use-discount-code-cart-code {
  display: inline !important; 
  max-width: 10em !important;
}

.saso-use-discount-instead-container {
}



/* mobile */
@media (max-width: 960px) {

  .saso-notification {
    font-size: 14px;
  }
  .saso-notification-x {
    margin: -16px 4px 0px 0px;
    font-size: 16px;
  }

  
  .saso-cross-sell-popup {
    min-width: 260px;    
  
    .saso-message {
      font-size: 14px;
    }

    .saso-title {
      font-size: 16px;
    }

    .saso-image {
      width: 120px;
      height: 120px;
      line-height: 120px;
    }
    .saso-image img {
      max-width: 120px;
      max-height: 120px;
    }

  }
 
  .saso-bundle-popup {
    .saso-product-container {
      width: 120px;
    }
    .saso-bundle-price-container {
	  font-size: 24px;
    }
    .saso-quantity-container, .saso-plus-container, .saso-equal-container {
      font-size: 24px;
    }
  }
  
  ::-webkit-scrollbar {
      -webkit-appearance: none;
  }

  ::-webkit-scrollbar:vertical {
      width: 24px;
  }

  ::-webkit-scrollbar:horizontal {
      height: 24px;
  }

  ::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, .5);
      border-radius: 10px;
      border: 2px solid #ffffff;
  }

  ::-webkit-scrollbar-track {
      border-radius: 10px;  
      background-color: #ffffff; 
  }
  
  
}



.amazon-payments-pay-button:hover {
    cursor: pointer;
}

.saso-summary {
  display: right;

}

.saso-summary-line-buyxfor{
  color: white !important;
}

.saso-offer-badge {
  z-index: 123 !important;  
}
