/** Shopify CDN: Minification failed

Line 22:13 Expected identifier but found whitespace
Line 22:20 Unexpected "4px"
Line 22:25 Unexpected "{"
Line 22:35 Expected ":"
Line 22:60 Expected identifier but found "!"

**/

.hdr-navline .mmenu li.hovered .mmenu-submenu,
.hdr-top .mmenu li.hovered .mmenu-submenu {
  border-bottom: 4px solid #4989C7;
}
.mmenu-item--simple .mmenu-submenu {
  border-bottom: 4px solid #4989C7;
}
.swiper-container-prd-carousel .swiper-slide .prd {
  border: 1px solid #ced4da;
}
.footer--style1 {
  border-top: solid 4px {{ settings.color_footer_line_top }}!important;
}
.prd-price .prd-price-regular{
  color: #4989C7!important;
  
}
.hdr-navline {
    padding: 0px 0!important;
}
.btn, 
.btn:active, 
.btn:active:focus, 
.btn:focus, 
.btn:visited, 
button.btn, 
button.btn:active, 
button.btn:active:focus, 
button.btn:focus, 
button.btn:visited {
    border: solid 1px #f5f5f5!important;
    
}


.btn:hover,
 .btn:active:hover, 
 .btn:active:focus:hover, 
 .btn:focus:hover, 
 .btn:visited:hover, 
 button.btn:hover, 
 button.btn:active:hover, 
 button.btn:active:focus:hover, 
 button.btn:focus:hover, 
 button.btn:visited:hover{
    border: solid 1px #4989C7!important;
}
.hdr-content.hdr-content-sticky {
    top: -10px!important;
    box-shadow: 0 5px 5px #0e37cd1f!important;
  
}
@media(min-width: 968px){
.shop-info--horizontal.shop-info-style2 .shop-info-icon {
    width: 102px!important;
  }
  .footer-list-title::after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 40px;
		height: 4px;
		background-color: #4989C7!important;
	}
	
	.footer-list-title {
		position: relative;
		display: inline-block;
	}
  .prd-block-banner-icon {
    width: 51px!important;
  }
}
@media (max-width: 1024px) {
    .footer--style1 .footer-text:not(:last-child) {
        margin-bottom: 35px;
        display: block !important;
    }
    
}
.h-xxl-style {
    font-size: var(--heading-xxl-size, 42px)!important;
  }

@media (min-width: 1466px) {
    .row-cols-xxl-8>* {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.5%!important;
    }
}
@media (max-width: 968px){
.h-xxl-style {
    font-size: var(--heading-xxl-size, 33px)!important;
  }
}
.shop-info-row.shop-info--bg-primary .shop-info, .shop-info-row.shop-info--bg-secondary .shop-info {
    height: 352px;
}