@charset "UTF-8";
/* CSS Document */

/*.block-search { display: none; }*/

/* ============================================ *
 * Home description blocks
 * ============================================ */

.homeblocks {
	float: left;
	width: 100%;
	font-weight: 400;
	line-height: 1.62857143;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
	
.homeblocks li {
	position: relative;
	list-style: none;
	float: left !important;
	width: 21% !important;
	margin-right: 2.66667% !important;
	margin-bottom: 0px;
	border: 1px solid #cccccc;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.homeblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 900px) {
  .homeblocks li {
    width: 46% !important;
    margin-right: 2% !important;
  }

  .homeblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .homeblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.homeblocks li:last-child {
  margin-right: 0 !important;
}

.homeblocks li img {
  width: 100%;
  max-width: 100%;
  height: auto; 
}

.homeblocks li a span {
	color: #FFFFFF;
	position: relative;
	background-color: #067eb3;
	background-color: rgba(6, 126, 179, 1);
	font-size: 17px;
	font-weight: normal;
	text-align: center;
    text-decoration: none;
	left: 0px;
	width: 100%;
	margin-right: 2.66667%;
	padding-inline-start: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	top: 0px;
	display: block;
	margin-bottom: 8px;
}

.homeblockslinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.homeblocks li a span:hover,
.homeblocks li img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;    
}

.homeblocks .arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  font-size: 20px;
  vertical-align: middle;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


/* ==========================================================================
   Home button images
   ========================================================================== */ 

@media (min-width: 770px) {
.pageblocks {
		visibility:hidden;
	    height: 0px;
		}
}


body .pageblocks > li {
	margin: 0 0 4px 0;
	list-style: none;
	text-align: center;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-size: 16px;
	font-weight: 400;
}

.pageblocks {
	float: left;
	padding: 0;
	width: 100%;
}

.pageblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.6666% !important;
  margin-bottom: 4px;
  padding: 0px;
}

.pageblocks li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  display: block;
  border-color: #3399cc;
}

@media only screen and (max-width: 900px) {
  .pageblocks li {
	float: left !important;
    width: 48% !important;
    margin-right: 2% !important;
  }
  
}
@media only screen and (max-width: 479px) {
  .pageblocks li {
    float: left !important;
    width: 98% !important;
    margin-right: 2% !important;
  }
}
.pageblocks li:last-child {
  margin-right: 0 !important;
}

.pageblocks li img {
  width: 100%;
  max-width: 100%;
  height:auto;
}

/* Content Columns for FAQ */
.info-set {
	width: 100%;
	line-height: 1.62857143;
}
.info-set .col-1,
.info-set .col-2 {
  width: 46%;
  padding: 20px;
}

.info-set h2 {
	margin: 0px;
	text-align: center;
}

.info-set h3 {
	font-size: medium;

    font-weight: 600;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 1.42857143;
}
.info-set li {
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 1.62857143;
}

.info-set ol > li::marker {
  font-weight: bold;
}

@media only screen and (max-width: 770px) {
  .info-set .col-1,
  .info-set .col-2 {
    padding: 10px;
  }
}
.info-set .col-1 {
  float: left;
  padding-left: 0;
}
.info-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .info-set .col-1,
  .info-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.info-set .narrow {
  width: 33%;
}
.info-set .wide {
  width: 65%;
}
.info-set:after {
  content: '';
  display: table;
  clear: both;
}

/* ==========================================================================
   More Additions
   ========================================================================== */
   
.cms-highlight-content {
display: block;
background: #f5f5f5;
font-size: 1.8rem;
font-weight: 300;
padding: 6px 6px 0px 10px;
margin: 0 0 16px -10px;
}

@media only screen and (max-width: 770px) {
.cms-highlight-content {
display: block;
background: #f5f5f5;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.42857143;
padding: 6px 6px 2px 10px;
margin: 0 -15px 15px;
}
}

.cms-large-content {
font-size: 1.8rem;
font-weight: 300;
padding: 6px 6px 2px 10px;
margin: 0 0 10px -10px;
}

@media only screen and (max-width: 770px) {
.cms-large-content {
font-size: 1.4rem;
font-weight: 400;
line-height: 1.42857143;
padding: 6px 6px 2px 10px;
margin: 0 0 10px -10px;
}
}

/* ============================================ *
 * Cms page button
 * ============================================ */
 
.infobutton {
background: #0277BD;
border: 1px solid #1979c3;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
padding: 7px 15px;
font-size: 1.4rem;
box-sizing: border-box;
vertical-align: middle;
border-radius: 20px;
margin-bottom: 10px
}

.infobutton:hover {
  background-color: #004499;
  color: white;
}

/* ============================================ *
 * size page button
 * ============================================ */
 
.sizebutton {
background: #01579B;
border: 1px solid #1979c3;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
padding: 7px 15px;
font-size: 1.4rem;
box-sizing: border-box;
vertical-align: middle;
border-radius: 20px;
margin-bottom: 0px
}

.sizebutton:hover {
  background-color: #004499;
  color: white;
}

/* Content Columns for footer */
.footer-set {
	width: 100%;
}
.footer-set .col-1,
.footer-set .col-2,
.footer-set .col-3,
.footer-set .col-4  {
  width: 23%;
  padding: 0px 8px 0px 8px;
}

@media only screen and (max-width: 770px) {
  .footer-set .col-1,
  .footer-set .col-2,
  .footer-set .col-3,
  .footer-set .col-4 {
	padding: 0px 6px 0px 6px;
  }
}
.footer-set .col-1 {
  float: left;
  padding-left: 0;
}
.footer-set .col-2 {
  float: left;
}
.footer-set .col-3 {
  float: left;
  padding-right: 0;
}
.footer-set .col-4 {
  float: left;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-set .col-1,
  .footer-set .col-2,
  .footer-set .col-3,
  .footer-set .col-4 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.footer-set .narrow {
  width: 33%;
}
.footer-set .wide {
  width: 65%;
}
.footer-set:after {
  content: '';
  display: table;
  clear: both;
}

/* ==========================================================================
   Fotorama
   ========================================================================== */ 
   
   .fotorama {
	top: 20px;
	overflow: hidden;
	z-index: auto;
	height: auto;
	width: auto;
}
   .fotorama .fotorama__caption__wrap {
	background-color: #000;
	opacity: .5;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
   .fotorama .fotorama__caption {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    color: white;
    font-size: 22px;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: .05em;
    visibility: visible;
}
.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  /* Transparent links are not clickable in IE,
     but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
     errors in console.) */
  background: url(../images/home-slideshow/_.gif);
}
/* 
.action.primary a, a:visited, .alink:visited{
	color: #fff !important;
}
*/
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{
	position: static;
    clip: unset;
    overflow: unset;
    height: auto;
    margin: 0;
    padding: unset;
    box-shadow: none;
    border: 0;
}
/*
@media only screen and (max-width: 770px) {
    .fotorama {
    visibility:visible;
      height: auto;
    }
	}
*/

@media only screen and (max-width: 770px) {
    .fotoramaSlideshow {
    visibility: hidden;
      height: 0px;
    }
	}

.fotorama img {
    display: block;
    width: 100%;
    height:auto;
    margin:auto;  
  }
	
@media only screen and (max-width: 770px) {
	.homeline {
		visibility:hidden;
	    height: 0px;
		}
	}

  .product-item-name>a,
  .product-item-name>a:active,
  .product-item-name>a:hover,
  .product-item-name>a:visited {
      color: #333333 !important;
  }

  .category-description>a:visited{
    color: #006bb4 !important;
  }

  .viewdetails{
    margin-top: 10px !important;  
  }

/* ==========================================================================
   Display images products
   ========================================================================== */ 


.displayImages {
  position: relative;
}

.displayImages img {
  display: block;
  width: 100%;   
  max-width: 100%;
  height: auto; 
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 2px solid #6200ea;
}

.displayImages h2 {
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */  
  z-index: 10;
  color: #fff;
  text-align: center; 
  width: 100%; /* Full width */  
  padding-top: 15px; /* Some padding */ 
  padding-bottom: 15px; /* Some padding */
  text-transform: none;
}

@media only screen and (max-width: 770px) {
.displayImages h2 {
 color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;    
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */  
  z-index: 10;
  width: 100%; /* Full width */  
  padding-top: 10px; /* Some padding */ 
  padding-bottom: 10px; /* Some padding */
  text-transform: none;
}
 }   
    
.displayImages h3 {
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: #6200ea;
  z-index: 10;
  color: #88ea00;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  width: auto; /* Full width */  
  padding-top: 15px; /* Some padding */ 
  padding-bottom: 15px; /* Some padding */  
  padding-left: 15px; 
  padding-right: 15px;
  margin-bottom: 0px;
  text-transform: none;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 20px;    
}

@media only screen and (max-width: 770px) {
.displayImages h3 {
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */  
  z-index: 10;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  width: auto; /* Full width */  
  padding-top: 10px; /* Some padding */ 
  padding-bottom: 10px; /* Some padding */
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  text-transform: none;
  border-top-right-radius: 12px;
}
 } 

.displayImages a {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 770px) {
.displayImages a {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}
}

.displayImages a :hover {
   background: #0091EA; /* Fallback color */
}

.displayImages img a :hover {
    background: #0091EA; /* Fallback color */
}


/* ==========================================================================
   Display background FAQ
   ========================================================================== */ 
.displayBackground {
    background: #f0e6fd;
    border: 1px solid #6200ea;
    border-radius: 20px;
    padding: 20px 14px 14px 14px;
    margin-bottom: 20px;
}
.displayBackground h2 {
    padding-bottom: 4px;
}

.displayBackground h3 {
    text-align: center;
}

/* ==========================================================================
   Display images FAQ
   ========================================================================== */ 


.displayImagesFAQ {
  position: relative;
}

.displayImagesFAQ img {
  display: block;
  width: 100%;   
  max-width: 100%;
  height: auto; 
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.displayImagesFAQ h2 {
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */  
  z-index: 10;
  color: #fff;
  text-align: center; 
  width: 100%; /* Full width */  
  padding-top: 15px; /* Some padding */ 
  padding-bottom: 15px; /* Some padding */
  text-transform: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 770px) {
.displayImagesFAQ h2 {
 color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;    
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */  
  z-index: 10;
  width: 100%; /* Full width */  
  padding-top: 10px; /* Some padding */ 
  padding-bottom: 10px; /* Some padding */
  text-transform: none;
}
 }   
    
.displayImagesFAQ h3 {
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(110, 8, 240); /* Fallback color */
  background: rgba(110, 8, 240, 0.6); /* Black background with 0.5 opacity */  
  z-index: 10;
  color: #ffffff;
  text-align: center; 
  font-size: 18px;    
  width: 100%; /* Full width */  
  padding-top: 15px; /* Some padding */ 
  padding-bottom: 15px; /* Some padding */
  margin-bottom: 0px;    
  text-transform: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 770px) {
.displayImagesFAQ h3 {
 color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;    
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(110, 8, 240); /* Fallback color */
  background: rgba(110, 8, 240, 0.6); /* Black background with 0.5 opacity */ 
  z-index: 10;
  width: 100%; /* Full width */  
  padding-top: 10px; /* Some padding */ 
  padding-bottom: 10px; /* Some padding */
  text-transform: none;
}
 } 

.displayImagesFAQ h4 {
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(110, 8, 240); /* Fallback color */
  background: rgba(110, 8, 240, 0.6); /* Black background with 0.5 opacity */  
  z-index: 10;
  color: #ffffff;
  text-align: center; 
  font-size: 18px; 
  font-weight: 600;
  width: 100%; /* Full width */  
  padding-top: 15px; /* Some padding */ 
  padding-bottom: 15px; /* Some padding */
  margin-bottom: 0px;    
  text-transform: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 770px) {
.displayImagesFAQ h4 {
 color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;    
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(110, 8, 240); /* Fallback color */
  background: rgba(110, 8, 240, 0.6); /* Black background with 0.5 opacity */ 
  z-index: 10;
  width: 100%; /* Full width */  
  padding-top: 10px; /* Some padding */ 
  padding-bottom: 10px; /* Some padding */
  text-transform: none;
}
 } 
.displayImagesFAQ a {
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 770px) {
.displayImagesFAQ a {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}
}

.displayImagesFAQ a :hover {
   background: #8842f4; /* Fallback color */
}

.displayImagesFAQ img a :hover {
    background: #8842f4; /* Fallback color */
}

/* ============================================ *
 * FAQ image blocks
 * ============================================ */

.faqblocks {
	float: left;
	width: 100%;
	font-weight: 400;
	line-height: 1.62857143;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

body .faqblocks > li {
	margin: 2%;
	list-style: none;
}
	
.faqblocks li {
	position: relative;
	list-style: none;
	float: left !important;
	width: 21% !important;
	margin-right: 0px !important;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #cccccc;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.faqblocks a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .faqblocks li {
    width: 41% !important;
    margin-right: 0% !important;
	margin-left: 0px;
  }

  .faqblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .faqblocks li {
    width: 98% !important;
    margin-right: 2.66667% !important;
	margin-left: 0px;
    float: none;
  }
}
.faqblocks li:last-child {
  margin-right: 0 !important;
}

.faqblocks li img {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  height: auto; 
}

.faqblocks li a {
	color: #ffffff;
	position: relative;
	background-color: #003087;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
    line-height: 28px;
    text-decoration: none;
	left: 0px;
	width: 100%;
	margin-right: 2.66667%;
	padding-inline-start: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	top: 0px;
	display: block;
    margin-bottom: 4px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.faqblocks li a:hover {
  color: #fff;
  text-decoration-line: none;
  background: #bc96f8;
}

.faqblockslinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.faqblocks li img:hover {
  background: #bc96f8;
  text-decoration: none;
}

/* ==========================================================================
   Aspect ratio avoiding content shift
   ========================================================================== */ 

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
 
    /* ==========================================================================
  Extras
   ========================================================================== */ 
.data.switch .counter {
color: #6d6d6d;
}
    
.productShipping img {
	float: right;
	width: 40%;
    max-width: 240px;
    height: auto;
    }