.liquid-row-overlay {
     display: block;
     width: 100%;
     height: 100%;
     position: absolute!important;
     top: 0;
     left: 0;
     background: rgba(0, 0, 0, 0.5);
     -webkit-transition: background .3s,opacity .3s;
     transition: background .3s,opacity .3s;
}
.outline-box img{
    outline: 1px solid #ffffff !important;
    outline-offset: -16px !important;
}
.styled-list-one {
    list-style: none;
    padding-left: 5px;
}

.styled-list-one li:after {
  content: "";
    background-image: url(https://storage.googleapis.com/icoms_media/sites/605/images/uploaded/605/listicon.png?);
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 8px;
}

.styled-list-one li {
       align-items: center;
    display: flex;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    flex-wrap: wrap;
}
a.accordion-header{position: relative;}
a.accordion-header:after {
    content: "";
    border-top: 2px solid #000;
    width: 15px;
    height: 1px;
    position: absolute;
    font-size: 30px;
    line-height: 1em;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
}
a.accordion-header.collapsed:after {
    content: "+";
    border: none;
    height: auto;
}