/** Shopify CDN: Minification failed

Line 449:0 Unexpected "}"

**/
/*// =============================================================================
// Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/
/* loox CSS */
/* Banner Font shadow
h2.slide-heading.slide-pc{
    text-shadow: 3px 4px 0px #2d2d2d!important;
}
.slide-content .slide-sub.border--solid span {
  text-shadow: 2px 2px 1px #2d2d2d!important;
}
.slideshow .item.item-video+.slide-content .slide-heading, .slideshow .item.item-video+.slide-content .slide-text {
  text-shadow: 1px 2px 2px #2d2d2d!important;
}
*/

.sale_container{background-color: #fffef0; padding: 8px 20px; border:0.5px dashed #f0eeeb; margin-bottom:20px;} /* new code note */

.sticky-info s.money-compare-price {
    display: none;
}

/* BV Review add by lilu */
div[data-bv-show="inpage_submission"] {
  display: block !important;
}
/* add by lilu */

.truemed-entry-box {
    background-color: #f5f5f5;
    padding: 2% 5%;
}
/*  Payment Method Css Style */

shopify-payment-terms {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: left;
    color: #17120f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #eae7e4;
    border-radius: 0px;
    border-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom:10px;
}
/* badge custom style 20241220 */
.halo-productBadges .badge {
  border-radius: 20px;
  top: 10%;
  margin: 5px;
  padding: 3px 10px;
}
/* product card title 20241220*/
/* .card__heading {
  height: 50px
} */


.card-price {
    padding: 2% 0!important;
}
.show-card-action {
 padding: 0 0 0 15%;   
}
.show-card-action .card-action-button{
    display: block;
    font-family: var(--btn-1-font-family);
    font-size: 14px;
    font-weight: var(--btn-1-font-weight);
    text-transform: var(--btn-1-text-transform);
    text-align: var(--btn-1-text-align);
    letter-spacing: var(--btn-1-letter-spacing);
    line-height: var(--btn-1-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 130px;
    max-width: 100%;
    padding-top: var(--btn-1-padding-top);
    padding-bottom: var(--btn-1-padding-bottom);
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    outline: none !important;
    box-shadow: var(--btn-1-horizontal-length) var(--btn-1-vertical-length) var(--btn-1-blur-radius) var(-- btn-1-spread) var(--btn-1-all-bg-opacity) var(--btn-1-inset);
    cursor: pointer;
    position: relative;
    background-color: #f1f1f1;
    min-width: 130px;
    border: 0px;
    border-radius:10px;
  
}


.productList .card-information {
        padding-top: 30px !important;
        padding-left: 30px !important;
    }
.card-price.card-list__hidden {
    display: none!important;
}
.scrolled-past-header .header-logo .header__heading-logo {
        margin-top: -8px!important;
}
.loox-branding a {
  display: none!important;
}

.price_discounted{
    padding:5px 10px;
    border: #fff 1px dashed;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    background: #000000;
    color:#FFFFFF;
    margin-bottom: 10px
 }
.span_counpon{
    background-color:#7fda69;
    
    font-weight: 600;
    padding:0px 3px;
    
}
       

.sale-gift-card{
    padding: 0.875rem 1.5625rem;
    border: 2px dashed #d7d7d7;
    margin: 0 0 20px;
  }
.shopify_sale_code{ 
  background-color: #f0f0f0; 
  padding: 20px 8px; 
  text-align: center;
  margin-top: -13px;
                  }
 .shopify_sale_code_title{ font-size: 22px; color: #000;}
 .shopify_sale_use_code{color: #000;font-size: 18px;}
 .shopify_sale_coupon_code{background-color:#000; color: #fff; padding:3px 10px;border-radius:5px;}

/* collection tittle */
.collection-title {
    padding-top: 18px!important;
    padding-bottom: 0px!important;
    font-size: 20px!important;
}
.shopify_collection_sale_code{   text-align: center; }

/* notifyMe out of stock form */

form.notifyMe-form {
    padding: 22px 5px;
    border: solid 1px #f7f7f7;
    background-color: #f9f9f9;
}


.previewCartProduct .card {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding:3% 0 0 0;
}

/* New coupon card */
/*the complete project is in the following link:
https://github.com/vkive/coupon-code.git
Follow me on Codepen
*/
.coupon-card{
    background: linear-gradient(135deg, #cd0215, #7f0021);
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    border-radius: 15px;
    border: 1px dashed #fff;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
    position: relative;
    margin-bottom:20px;
  
}
.coupon-card h3{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 23px;
    margin: 25px auto;
}
.coupon-card .holiday-title{
  font-size: 20px;
  margin-bottom:5px;
}
.coupon-card p{
    font-size: 15px;

}
.coupon-row{
    display: flex;
    align-items: center;
    margin: -17px auto;
    width: fit-content;

}
#cpnCode{
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;

}
#cpnBtn{
    border: 1px solid #000;
    background: #000;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}
.circle1, .circle2{
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.circle1{
    left: -25px;
}
.circle2{
    right: -25px;
}
/* END New coupon code */
/*HOME New coupon code add by lilu */
.collection-hero__coupon-card{
    
    color: #000;
    text-align: center;
    padding: 2% 50% 2% 0;
    border-radius: 15px;
    border: 1px dashed #fff;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
    position: relative;
    margin-bottom:20px;
    background-image:url(/cdn/shop/files/walkingpad-collection-banner.jpg?v=1689141880);
    background-position:top center;
}
.collection-hero__coupon-card h3{
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 23px;
    margin: 25px auto;
}
.collection-hero__coupon-card .collection-hero__holiday-title{
  font-size: 20px;
  margin-bottom:5px;
}
.collection-hero__coupon-card p{
    font-size: 15px;

}
.collection-hero__coupon-card #cpnCode{
    border: 1px dashed #000;
    padding: 10px 20px;
    border-right: 0;

}
.collection-hero__coupon-card #cpnBtn{
    border: 1px solid #000;
    background: #000;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}
/* HOME New coupon code  END add by lilu */
/* Product Card Layout 05 */
.product-card-layout-05 .card {
    border: 1px solid #efefef;
    border-radius: 10px;
    background-color:#fff;
}



.feature-card-title{  
    font-family: var(--product-title-font);
    font-size: 14px;
    line-height: var(--product-title-line-height);
    letter-spacing: var(--product-title-letter-spacing);
    text-transform: var(--product-title-text-transform);
    color: #666;
    display: block;
    margin: 0 0 var(--product-title-margin-bottom) 0;
}
.feature-card-title:hover{
  color:#000!important;
}

.productList .card-information__wrapper .card-information__group .card-vendor, .productList .card-information__wrapper .card-title {
    font-weight: 500;
    margin: 0!important;
}
/* Price Text "From"
.price-item .text{
    display:none!important;  
} */
  /* product card title 20241220*/
@media (max-width: 1666px) {
.card__heading {
  height: 50px;
}
}
/* Mobile code */

@media (max-width: 1390px) {
  .show-card-action{
    display:none;
  }
}
@media (min-width: 1025px) {
   .product-block-has__banner.has__banner--left .product-block__grid {
  
    padding-left: 25px !important; 
    overflow: hidden;
  }
}
@media (max-width: 550px) {
  
/*Video Banner 
  .slideshow {
    overflow-x: hidden;
   }
  .slideshow .video { 
    position: absolute;
    top: 50%;
    left: 30%;
    width: 210%;
    height: 550px;
    overflow: hidden; 
   }
*/

  
    h3.slide-sub.slide-pc.border--solid{
     display:block!important;
     font-size: 20px!important;
  }
  .fluid-width-video-wrapper {
    height: 550px!important;
   }
  
.coupon-card .holiday-title {
  font-size: 18px;
}

  .transcy-money {
   font-size: 14px;
   }

  .halo-productBadges .badge {
   padding:0 5px;
   /* margin-top: -18px; */
   }


  
/* HOME New coupon code  END add by lilu */
  .coupon-card h3, .collection-hero__coupon-card h3{
    font-size: 30px!important;  
    }

  .collection-hero__coupon-card #cpnCode {
    padding: 10px 10px!important;
   }
  h2.banner__heading.h0 {
    font-size: 40px!important;
    }
  
  .slide-sub-title{
    font-size: 16px!important;
    }
  .banner__text {
    font-size: 16px!important;
    }
  h1.banner__heading.h1{
    font-size: 28px!important;
  }

  .collection-hero__coupon-card{
    padding: 10px 30px!important;
    background-position:top left!important;
  }

  .product-item-custom .card-quickview{
    position: absolute; top: 62%!important; left: 70%!important;
  }
  .product-item-custom .card-product{
   width: 30%!important;
  }
  span.badge.sale-badge {
    font-size: 10px!important;
  }
    span.badge.sale-badge .transcy-money {
    font-size: 10px!important;
  }
  /* home collocation banner 
   div#block-164007989180d77d63-0 .des.custom-text-style{
       font-size: 10px!important;
    }
   div#block-164007989180d77d63-0 .custom-image-banner-block .content_absolute .content.align-items--top {
        padding-top: 10px!important;
    }
  
  .customImageBanner-inner .title.custom-text-style {
       
        line-height: 16px!important;
    }*/
  /* X25 New Products block */
 .halo-block-content h3.title, h4.subtitle{
    text-align:center!important;
  }
  .press-banner-block-wrapper .press-actions {
    margin-left: 26%;
  }
}
}
