/* 20250418052951 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* .product:not(.product-noll) img:not(.second-image), header img:not(.desktop-logo):not(.mobile-logo):not(.search-image), .featured-blocks img, .sub-blocks img, #product img, #product-content img, #add-to-cart img, .lastviewed img, .catalog img, .article-wrapper img, #compare-btn img, .blog .clear:not(.list-articles) img, .popup img, .blog-articles img, .search-products li img:not(.search-image) {
    transition: 1s opacity ease-out;
    opacity: 1;
}

product .strict-small, .product .unit-price, #product .strict-small, #product .unit-price {
    font-size: 15px;
    margin: 5px 0 5px;
} */

.js .prod-card[data-inview] .prod-card__img-link, .js .prod-card[data-inview] .prod-card__variant-swatches, .js .prod-card[data-inview] .prod-card__badges-wrapper {
will-change: opacity;
}
.mega-nav__sub-link {
  font-size: 15px !important;
}
#ezshopCollectionContainButtonClick{
background-color:#25B476;
  color:white;
  border:none;
  cursor:pointer;
  padding:10px 25px;
  border-radius:5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#ezshopCollectionContainButtonClick:hover{
background-color:black;
}
@media(min-width:850px){
.mega-nav--desktop .mega-nav__sub-item:not(:last-child) {
  margin-bottom: 15px;
}
}

.account__page .gui-select select, .account__page .gui-input input, .account__page .gui-text textarea, .account__page .product-configure select, .account__page .product-configure input, .account__page .product-configure textarea {
  background-color: transparent;
  padding-top: var(--form-control-padding-y, 0.5em);
  padding-bottom: var(--form-control-padding-y, 0.5em);
  padding-left: var(--form-control-padding-x, 0.75em);
  padding-right: var(--form-control-padding-x, 0.75em);
  border-radius: var(--form-control-radius, 0.25em);
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid currentColor;
  transition: all 0.3s ease;
  height: auto;
  color: var(--color-contrast-higher);
}

.footer__print {
  width: 100%;
  order: 2;
  font-size: 13px;
}
.high-custom-input-control{
background-color: transparent !important;
  border-bottom: 1px solid black !important;
  transition: all 0.3s ease ;
  border-top: 1px solid transparent  !important;
  border-left: 1px solid transparent  !important;
  border-right: 1px solid transparent  !important;
  border-radius: 0 !important;
  padding: 10px 0px !important;
  font-size: 17px !important;
  box-shadow: none !important;
}
.mega-nav--desktop .mega-nav__control {
  font-size: 16px;
}
.form-control {
  background-color: #fff;
  border-bottom: none;
  transition: all 0.3s ease;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
/*   padding: 10px; */
  font-size: 17px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
footer{
color:white
}
.js .number-input--v2 .number-input__btn {
  width: var(--number-input-btn-width);
  height: var(--number-input-btn-width);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  padding: 16px;
  cursor: pointer;
}
.js .number-input--v2 .number-input__btn:active {
  background-color: #25B476;
   border: 1px solid #25B476;
}
#addToCart {
  padding: 20px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.product__article-sku > div {
  opacity: 0.4 !important;
}
.accordion__header {
  font-weight: 500;
}

.product-tags {
  margin-bottom: 15px !important;
}


.btns--radio input[type="radio"]:checked + label{
background-color: #25B476;
  
  
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 3px !important;
}

.btns[class*="gap-xxs"] .btns__btn{
border-radius: 3px !important;
  background-color: #F5F5F5;
}
.product__omni-location-inventory.text-xs.inline-block.js-fetch-inventory {
  display: none;
}
.prod-card__badge.prod-card__badge--sale {
  background-color: #25B476;
  border-radius: 3px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-weight: 500;
}
.mega-nav--desktop .mega-nav__control{
font-size:17px;
}
.live-search__dropdown > .prod-card--loaded > .product-grid >.prod-card> .prod-card__details > button {
  display: none !important;
}
.live-search__dropdown {
  background-color: white !important;
  border-radius: 3px;
}
#searchInputY {
  padding: 10px;
  background-color: white !important;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
}

.mega-nav__search-input .search-input__btn .icon {
  color: #979797;
}
header{
border-bottom:1px solid #EAEAEA;
}
.mega-nav:not(.mega-nav--overlay){
background-color: rgb(255, 255, 255);
}
.testimonial-module{
background: linear-gradient(180deg, #F2FAFE 0%, rgba(242, 250, 254, 0.00) 100%);
}
.testimonial-module__title-text-container{
display:flex;
  align-items:center;
  margin:35px 0;
}
.testimonial-module__title-text-container{
margin-top:0px !important;
}

.testimonial-module__title-text-container p{
width:200px;
  margin-left:20px;
}
.rating__icon{
color: #F9BD04;
}
.tag-text-custom{
letter-spacing:0.15em;
  text-transform:uppercase;
  color:#239FE9;
  font-size:14px;
}
.green-custom-button{
cursor:pointer; 
padding:10px 25px; 
border-radius:5px; 
background-color:#25B476; 
color:white; text-decoration:none; 
margin-top:15px; 
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05); 
} 

.green-custom-button:hover{ 
background-color:#03AA62 
}

.product-card__title {

  line-height: 1.5;
}
.carousel__control {
  cursor:pointer;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
ins {
  color: #25B476;
}
.prod-card__badge.prod-card__badge--out-of-stock {
  background-color: var(--color-error);
  color: var(--color-white);
  border-radius: 3px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media(min-width:850px){
     .module__title_custom2{
font-size:25px;
  font-weight:600;
}
  #searchInputY {
  margin-right:25px
}
  .module__title_custom{
font-size:35px;
  font-weight:600;
}
  p, a, li, ul, button, input,label{
font-size:16px;
}
  .prod-card__brand {
  font-size: 15px;
}
.footer__nav-group {
  margin-right: 60px;
}

  

   .custom-pro-card> .product-gallery__carousel > .carousel__wrapper > .carousel__list >.carousel__item, .flex-grow>.product-grid>.prod-card   {
     padding: 0px; 
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
/*     max-height: 570px; */
    min-height: 470px;
  }
  .prod-card__details{
    padding: 15px !important; 
  }
  
  .product-gallery__carousel > .carousel__wrapper > .carousel__list > li {
    padding: 0px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
/*     max-height: 670px; */
    min-height: 700px;
  }
  .prod-card__details-action > a, .prod-card__details-action > button {
  margin-top: 15px;
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  font-weight: 500;
    font-size:17px
}
  .prod-card__price {
  font-size: 17px;
}
}
@media(max-width:850px){
  .ipad-banned-custom{
  display:none !important;
  }
   .prod-card__details{
    padding: 15px !important; 
  }
   .module__title_custom2{
font-size:22px;
  font-weight:600;
}
  .carousel__list {
  margin-top: 20px;
}
  .module__title_custom{
font-size:25px;
  font-weight:600;
}
     .custom-pro-card> .product-gallery__carousel > .carousel__wrapper > .carousel__list >.carousel__item, .flex-grow>.product-grid>.prod-card,.product-gallery__carousel > .carousel__wrapper > .carousel__list > li  {
    padding: 0px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-height: 300px !important;
  }
  .prod-card__details-action > a, .prod-card__details-action > button {
  margin-top: 15px;
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  font-weight: 500;
    font-size:14px
}
}

.socials {
  background-color: #F2FAFE;
}
.featured-categories{
 background-image: url("https://cdn.shoplightspeed.com/shops/619612/files/58672868/mask-group.jpg");
 background-position:center;
 background-size:cover;
}

.category-card__image > img {
  border-radius: 3px !important;
}

.category-card > h3 {
  font-weight: 500;
}

footer{
 background-image: url("https://cdn.shoplightspeed.com/shops/619612/files/58671476/mask-group-8.webp");
 background-position:center;
 background-size:cover;
}
