.alvea .progress_bars .bars_list li .bar {
border-radius: 4px 4px 4px 4px;
background-color: #DCDCDC;
}
.alvea  .progress_bars .bars_list li .bar .progress {
background-color: #3FACAC;
}
.alvea .icon-wrapper img {
max-width: 70px;
}
.alvea .title {
font-family: 'Cera Pro Bold';
font-size: 18px;
line-height: 22px;
}
.alvea.mcb-wrap .mcb-column-inner {
margin-bottom: 15px;
}
.alvea.mcb-wrap  .desc-wrapper {
text-align: left !important;
padding-left: 0px !important;
padding-right: 0 !important;
}
.alvea-product-title{
width:100%;
margin-bottom:20px;
font-size:32px;
}
.alvea-product-row{
display:flex;
gap:40px;
align-items:flex-start;
}
.alvea-product-image {
width:30%;    
}
.alvea-product-image .mfn-li-product-row-image {
width:100% !important;
}
.alvea-product-image img{
width:100%;
height:auto;
}
.alvea-product-content{
width:70%;
}
.alvea-product-excerpt{
margin-bottom:25px;
}
.alvea-features-grid {
display:grid;
grid-template-columns:1fr 1fr;
gap:18px 30px;
}
.alvea-feature {
display:flex;
align-items:center;
gap:12px;
}
.alvea-feature-icon img{
width:28px;
}
.alvea-progress{
flex:1;
height:6px;
background:#d9d9d9;
border-radius:10px;
overflow:hidden;
}
.alvea-progress-fill{
display:block;
height:100%;
background:#45a8a0;
} @media (max-width: 767px) {
#con-filter-menu, #alvea-right-sidebar {
display: block; }
} .alvea-filter-btn {
display: none;
padding: 10px 15px;
background: #0f5c5c;
color: #fff;
border: none;
margin-bottom: 15px;
cursor: pointer;
}
@media (max-width: 767px) {
.alvea-filter-btn {
display: inline-block;
}
} #filters-offcanvas {
position: fixed;
top: 0;
left: -100%;
width: 85%;
height: 100%;
background: #fff;
z-index: 9999;
overflow-y: auto;
transition: left 0.3s ease;
box-shadow: 2px 0 10px rgba(0,0,0,0.2);
}
#filters-offcanvas.active {
left: 0;
}
#filters-offcanvas .filters-inner {
padding: 20px;
}
.alvea-button-wrap {
width: 100%;
text-align:right;
} #close-filters {
background: none;
border: 1px solid;
border-radius: 100%;
margin-bottom: 20px;
cursor: pointer;
color: black;
width: 20px;
height: 20px;
line-height: 1;
padding: 18px;
margin-right: auto;
position: relative;
}