.free-shipping-bar-msg,.free-shipping-bar-msg-product,.free-shipping-bar-msg-cart{
	text-align:center;
}
.bar-product-list{margin-bottom:10px;}
.bar-product-list-section {text-align: -webkit-center;}
.bar-product-list-section .bar-product-list h2{font-size:var(--wp--preset--font-size--large)}
.bar-product-list-section .bar-product-list li{list-style-type:none;clear:both;padding:0;position:relative;margin-left:0;width:22.5%;}

.free-shipping-bar-msg-product{margin-top:10px;}

.bar-product-image {
margin-right:30px;
}

.bar-product-list li {
display: flex;
align-items: center;
}

.bar-product-image img {
    width: 100px;
}
.bar-product-info a.p-title {
    text-decoration: none;
}
.bar-product-info a.p-title h2 {
    margin-bottom: 4px;
    font-size: 24px;
    margin-top: 0;
}
.bar-product-info a.button.add_to_cart_button.bar-product-list {
    margin-bottom: 0;
    padding: 8px 28px;
    border: none;
    margin-top: 12px;
    font-size: 14px;
}
.bar-product-list li {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
ul.bar-product-list {
    margin-top: 30px;
    padding-bottom: 30px;
}
.bar-product-list-section .bar-product-list li {

width: 100%;
justify-content: center;
}

ul.bar-product-list {

padding-left: 0;
}