body{
    background-color: #f8f8f8;
}
body.separate-containers .inside-article,
body.separate-containers .comments-area,
body.separate-containers .page-header,
body.one-container .container,
body.separate-containers .paging-navigation,
.inside-page-header{
    background-color: #f8f8f8;
}
.editor-styles-wrapper, .entry-content{
    padding: 80px 0 60px;
}
.store-hours-table__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(24, 24, 24, 0.1);
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    padding: 10px 8px;
    gap: 10px
}
.store-hours-table{
    display: flex;
    flex-direction: column;
    margin-top: -8px;
}
.store-hours-table-asterisk{
    order: 10;
}
.store-hours-table__row.is-active{
    background: #eee;
    border-bottom: none;
}
.store-hours-table-asterisk{
    font-size: 12px;
    line-height: 16px;
    color: #555;
    margin-top: 22px;
}
.store-hours-table__day{
    display: flex;
    column-gap: 24px;
    flex-wrap: wrap;
}
.store-hours-table__day{
    width: 50%;
    justify-content: space-between;
}

.store-hours-table__day>span{
    min-width: 50px;
}
body.single-store{
    background-color: #F8F8F8;
}
body.single-store .entry-content > .gb-container{
    margin: 0 auto !important;
    max-width: 1340px !important;
}
body.single-store,
body.page-template-find-stores{
    --linkInitialColor: #181818;
}
body.single-store .hero-section{
    display: none !important;
}
body.single-store [data-vertical-spacing*=top]{
    padding-top: 80px;
}
body.single-store, body.page-template-find-stores [data-prefix="store_single"]{
    background-color: #f8f8f8;
    background-image: none;
}

body.single-store a{
    text-underline-offset:3px;
}
.return-link{
	display: inline-flex;
	align-items: center;
	column-gap: 4px;
	row-gap: 0px;
	font-size: 16px;
	padding: 0;
	color: #555555;
	text-decoration: none;
}
.return-link .gb-icon{
    margin-right: 4px;
}
.store-hours-today{
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
}
.store-hours-today--closed{
    color: #d8121e;
}
.store-hours-today--open{
    color: #08681d;
}
.store-list-head{
    display: none !important;
}
.store-list-head__nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    margin-bottom: 40px;
}
.store-list-head__nav a{
    font-size: 16px;
    line-height: 24px;
    color: #555;
    display: block;
    font-weight: 700;
    padding: 24px 0;
    position: relative;
    border-bottom: 4px solid rgba(24, 24, 24, 0.25);
}
.store-list-head__nav a:after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    background: #181818;
    transition: all 0.3s ease-out;
    width: 0;
}
.store-list-head__nav a:hover:after,
.store-list-head__nav a.is-active:after{
    width: 100%;
}
.store-list-head__nav a.is-active{
    color: #181818;
}
.store-list-head__search{
    display: inline-flex;
    position: relative;
    margin-bottom: 16px;
}
.store-list-head__search input{
    width: 100%;
    max-width: 386px;
    border: 1px solid #555;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    padding: 24px 16px;
    color: #555;
    border-radius: 0;
}
.store-list-head__search input::placeholder{
    font-size: 16px;
    line-height: 24px;
    color: #555;
}
.store-list-head__search button{
    background: none;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    right: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.store-list-head__search button:hover{
    background: none;
    border: none;
    transform: translate(0, -50%);
}
.store-list-head__search button svg{
    width: 32px;
    height: 32px;
}
.store-list__title{
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 40px;
    font-family: 'D-DIN Condensed', sans-serif;
}
/*.store-list__inner{*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    flex-direction: column;*/
/*}*/
.lang-es_es .store-list__inner,
.lang-mc_fr .store-list__inner,
.lang-us .store-list__inner,
.lang-fr_fr .store-list__inner{
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.store-list__tab{
    display: none;
}
.store-map__box{
    height: 500px;
}
.store-item{
    margin-bottom: 24px;
}
.store-item a{
    text-decoration: none;
}
.store-item__img{
    display: block;
    position: relative;
    height: 218px;
}
.store-item__label{
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 100;
    background: #f8f8f8;
    color: #181818;
    font-size: 16px;
    padding: 2px 8px;
    font-weight: 500;
    line-height: 24px;
}
.store-item__label span{
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.store-item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.store-item__meta{
    background: #eee;
    padding: 17px 24px;
}
.store-item__title{
    color: #181818;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.store-item__title:hover{
    color: #181818;
}
.store-item__title svg{
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
.store-item__address{
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    /*margin-bottom: 40px;*/
    margin-bottom: 22px;
}
.store-item__hours .store-hours-today{
    margin-bottom: 0;
}
.store-list__row{
    width: 100%;
}
.store-list__listing{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.store-list__col{
    width: 50%;
    padding: 0 20px 40px;
}

p:empty {
    display: none;
}

@media only screen and (min-width: 1000px){

    p:empty {
        display: none;
    }
    .store-list__row{
        width: 100%;
    }
    .store-map__box{
        height: 925px;
    }
    .store-list-head__search{
        margin-bottom: 0;
    }
    .store-list-head__search input{
        width: 386px;
    }
    .store-list-head{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .store-list-head__nav{
        gap: 16px;
    }
    .store-list-head__nav a{
        min-width: 80px;
    }
    .store-list__tab#store-list{
        margin-top: 40px;
    }
    .store-item__img{
        height: 257px;
    }
    .store-item__meta{
        padding: 19px 24px;
    }
    .store-item__address{
        margin-bottom: 26px;
    }
    .store-list__listing{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
    .store-list__col{
        width: 33.33333%;
        padding: 0 20px 33px;
    }
    .store-item{
        margin-bottom: 40px;
    }
    .store-item__title{
        /*margin-bottom: 16px;*/
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 768px){
    body.lang-it_it .store-hours-table__day,
    body.lang-fr_fr .store-hours-table__day,
    body.lang-de_de .store-hours-table__day,
    body.lang-es_es .store-hours-table__day{
        width: 50%;
    }
    .store-hours-table__day{
        width: 43%;
    }
    article>.entry-content>*:where(:not(.alignfull):not(.alignleft):not(.alignright)){
        width: 100% !important;
        padding: 0 24px;
    }
    .ct-header .ct-container-fluid{
        padding: 0 24px !important;
    }
    .return-link{
        margin-left: 1px;
    }
    .store-list__col{
        width: 100%;
        padding: 0 0;
    }
    .store-list__title{
        /*margin-left: -20px;*/
        margin-left: 0;
        margin-right: 0;
        /*margin-right: -20px;*/
        margin-top: 56px;
        margin-bottom: 19px;
        font-size: 32px;
        line-height: 32px;
    }

    .store-list__listing{
        margin-left: 0;
        margin-right: 0;
    }

    body.single-store{
        background-color: #EEEEEE;
        overflow-x: hidden;
    }
    body.single-store.separate-containers .inside-article,
    body.single-store.separate-containers .comments-area,
    body.single-store.separate-containers .page-header,
    body.single-store.one-container .container,
    body.single-store.separate-containers .paging-navigation,
    body.single-store .inside-page-header{
        background-color: #eee;
    }
    .editor-styles-wrapper, .entry-content{
        padding-bottom: 0;
    }
    html body.single-store .inside-article{
        padding-left: 0;
        padding-right: 0;
    }
    .store-item__address{
        margin-bottom: 27px;
    }
    .single-store-grid{
        margin-right: -40px;
        padding-right: 40px;
        background-color:  #F8F8F8;
        padding-bottom: 50px;
    }
    body.single-store footer > div[data-vertical-spacing*=top]{
        padding-top: 0;
    }
    .store-hours-table{
        margin-left: -7px;
        margin-right: -7px;
    }
    body.page-template-find-stores  [data-vertical-spacing*=bottom] {
        padding-bottom: 35px;
    }
    .store-list__row{
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1000px){
    .single-store-grid{
        padding-left: 24px;
        padding-right: 24px;
    }
}