
/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:100%;
	/*max-width:800px;*/
	/*margin:0 30px 0 30px;*/
}

.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
    /*font-size:  16px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  28px;
    padding: 0px 4px 15px 4px;*/ 
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}


        
        
.ow-loc{            
    min-height:670px;        
}

/*Added by Vincent 2020.02.06*/
.row{
    margin-left:0;
    margin-right:0;
}
/*add lines 20170828*/


@media (min-width: 768px) {
    .shopLocHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .shopLocHeaderItem {
        padding-top: 18px;
        padding-bottom: 14px;
    }
}


@media (max-width: 767px) {
    .shopLocHeaderItem {
        padding: 16px 8px;
    }
}


.shopAreaLI {
    list-style: none;
    margin-bottom: 30px;
    break-inside: avoid;
    padding: 0;
}

.shop-inner-wrapper {
    overflow: auto;
}

.shopAreaHeader {
    font-stretch: 100%;
    text-transform: none;
    min-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--ow-bg-light-grey);
    padding-left: 7px;
}


    .shopAreaHeader h2 {
        font-stretch: 100%;
        font-weight: 600;
        font-size: 20px;
        margin: 0;
        color: #000;
    }



.link-list-arrow {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .link-list-arrow li {
        display: block;
        text-decoration: none;
    }
}

.link-list-arrow  p {
    color: #7a6843;
    line-height: 120%;
    height: auto;

    font-size: 16px;
    line-height: 28px;
}

.link-list-arrow .link-arrow {
    position: absolute;
    right: 0;
    right: 4px;
    width: 15px;
    height: 15px;
    top: 30%;
}

.link-list-arrow a {
    display: block;
    padding: 7px 30px 8px 7px;
    text-decoration: none;
    color: #000;
    height: auto;
    font-size: 15px;
    line-height: 28px;
}

    .link-list-arrow a:lang(en) {
        font-size: 14px;
        font-weight:300;
    }


.link-list-arrow li {
    position: relative;
}

.shopListUi {
    grid-gap: 3.5rem;
    column-count: 3;
    color: var(--ow-text-light-grey-hover);
    padding: 0;
    margin: 0;
}



@media screen and (max-width: 991px) {
    .shopListUi {
        column-count: 2;
    }
}

@media screen and (max-width: 575px) {
    .shopListUi {
        column-count: 1;
    }
}




/********************test map /********************/
#map {
    height: 100%;
}

#allmap {
    height: 100%;
}

#sidebar{
    height: 620px;
    overflow-y: scroll;
    min-width:350px;
}

.sidebar-item {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

    .sidebar-item:hover {
        background-color: #f1f1f1;
    }
