.cms-index-index .customlightupslider .owl-carousel .owl-item img {
    background-color: #01bac4;
}
.cms-index-index .customlightupslider .hb-flex-img>img[src]{
	object-fit: contain;
}

.cms-index-index .customlightupslider{
	border-top: 4px solid #f6f6f8;
    border-bottom: 4px solid #f6f6f8;
}
.form.minisearch a.hb-item-name{
	white-space: normal;
}
.page-product-grouped .product-info-main .product-info-stock-sku .stock{
	display:none;
}
.checkout-onepage-success .checkout-success-custom{
max-width:880px;
margin:auto;
font-size:14px;
}

/* order number */

.checkout-onepage-success .order-number-line{
margin-bottom:10px;
font-size:16px;
}

.checkout-onepage-success .order-number{
color:#1979c3;
text-decoration:none;
font-weight:600;
}

/* items */

.checkout-onepage-success .items-title{
margin:6px 0 4px;
font-size:16px;
}

.checkout-onepage-success .items-table{
width:100%;
border-collapse:collapse;
}

.checkout-onepage-success .items-table th{
text-align:left;
font-size:12px;
border-bottom:1px solid #ddd;
padding:3px 0;
color:#666;
}

.checkout-onepage-success .items-table td{
padding:3px 0;
border-bottom:1px solid #f0f0f0;
}

/* delivery row */

.checkout-onepage-success .delivery-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin-top:12px;
}

.checkout-onepage-success .delivery-left,
.checkout-onepage-success .delivery-right{
line-height:1.5;
}

/* disclaimer */

.checkout-onepage-success .delivery-note{
margin-top:10px;
font-weight:600;
font-size:13px;
}

/* bottom row */

.checkout-onepage-success .bottom-row{
display:flex;
justify-content:space-between;
align-items:flex-start;
margin-top:12px;
}

/* totals */

.checkout-onepage-success .order-totals{
min-width:200px;
}

.checkout-onepage-success .order-totals .line{
display:flex;
justify-content:space-between;
padding:2px 0;
}

.checkout-onepage-success .order-totals .total{
font-weight:700;
border-top:1px solid #ccc;
margin-top:4px;
padding-top:4px;
}
.checkout-onepage-success .delivery-note{
margin-top:10px;
padding:10px 12px;
font-weight:600;
font-size:13px;
line-height:1.45;

background:#fff8e6;
border:1px solid #f2e1b3;
border-left:4px solid #e0b44c;
border-radius:6px;

color:#5c4b00;
}