.is-invalid { color:#ff2748; } 
.brand-wrap .logo, .navbar-brand .logo {    max-height: 30px;  }
.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: white; 
}
.icon-xl {
  width: 96px;
  height: 96px;
  font-size: 72px;
}
.icon-xl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}
#filterbar { padding: 5px 10px 5px 10px !important;};
.pricecut { font-style: italic !important;
			text-decoration: line-through !important;
			color: #ff2748 !important;
}
.price-old {color: #ff2748 !important; margin-left: 3px !important;}
.card-product-grid .title {
    min-height:48px;
}

.card-product-grid .topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: left;
    padding: 10px 15px;
}
i.wished { border-color: #c1c9d0; color: #0d6efd; }
.img-wrap:hover { cursor:zoom-in; } 
.gallery-wrap .img-big-wrap {    
    height: auto !important;    
}
.section-footer .logo-footer {
    max-height: 30px;
}
a.title:hover, .title a:hover, a .title:hover {
    /*color: #C7511F;
    text-decoration: none;*/
}
a.details:hover {
    text-decoration:none !important;
    cursor: pointer;
    color: #C7511F !important;
}
a.details {
    text-decoration:none;
    cursor: pointer;
	color: #51585e !important;
    
}
.steps-wrap .step.inactive:before {
    background: #ff2748;
}
.steps-wrap .step.inactive .icon {
    background: #ff2748;
    color: #fff;
}
#body-overwrap {	
    position: absolute;
    background-color: #f7f7f7;
    -ms-filter: opacity(.5);
    filter: alpha(opacity=5);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: 9998;
}
#body-spinner {
    position: absolute;
    background-image: url(../imgages/cart_spinner.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#offcanvas-overwrap {	
    position: absolute;
    background-color: #f7f7f7;
    -ms-filter: opacity(.5);
    filter: alpha(opacity=5);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -o-opacity: .5;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#offcanvas-spinner {
    position: absolute;
    background-image: url(../imgages/cart_spinner.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.cart-sum { padding-left:0px !important; padding-top:5px !important; }
@media (max-width: 768px) {
	.section-header .logo {
	  max-height: 25px;
	  width: auto;
	}
}