.product-slider--typo3 .is--horizontal {
    display: flex;
}

.product-slider--typo3 .is--horizontal .product-slider--item {
    min-width: 26.25rem;
    max-width: 26.25rem;
    height: auto;
}

.product-slider--typo3 .product-slider--item .box {
    max-width: 100%;
    height: 100%;
}

.product-slider--typo3 .product-slider--item .box .box--title {
    height: auto;
}

.product-slider--typo3 .product-slider--item .box--content {
    white-space: normal;
}

.product-slider--typo3 .product-slider--item p {
    margin-bottom: 0;
}

#location-search-form,
#szevents-filterForm,
#szjob-filterForm {
    position: relative;
}

.form--loading {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0.8;
    display: none;
    align-items: center;
    justify-content: center;
}

.form--loading.loading {
    display: flex;
    background: #e5e8ea;
}

.jobs--details > * {
    margin-bottom: 0.825rem;
}

.jobs--details > :last-child {
    margin-right: 0;
}

.news-listing--list {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}

.footer-main .column--countries .flag-link {
    margin-top: .5rem;
    margin-right: .625rem;
    border-radius: 50%;
}

.hover-shadow:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.office--hero-small {
    height: 236px;
}
.office--hero.office--hero-small {
    height: 360px;
}

.office--hero-small .office--image {
    transform: rotate(-9deg);
    bottom: -4rem;
}

.is--wide > article {
    max-width: 100%;
}

@media screen and (min-width: 48em) {
    .is--wide > article {
        flex-direction: row;
        max-width: none;
    }
}

@media screen and (min-width: 48em) {
    .news--empty-list {
        margin-top: 1.25rem
    }
}
@media screen and (min-width: 64em) {
    .news--empty-list {
        margin-top: 1.875rem
    }
}
@media screen and (min-width: 78.75em) {
    .news--empty-list {
        margin-top: 1.875rem;
    }
}

.news-img,
.event-img {
    margin-left: 0;
    margin-right: 0;
}

.frame-space-after-small {
    margin-bottom: 0.5rem;
}

.frame-space-after-medium {
    margin-bottom: 1.25rem;
}

.frame-space-after-large {
    margin-bottom: 2rem;
}

.frame-space-after-extra-large {
    margin-bottom: 4rem;
}

.frame-space-before-small {
    margin-top: 0.5rem;
}

.frame-space-before-medium {
    margin-top: 1.25rem;
}

.frame-space-before-large {
    margin-top: 2rem;
}

.frame-space-before-extra-large {
    margin-top: 4rem;
}

.t3-is--grey {
    background: #F2F3F4;
}

li.is--home .breadcrumb--title {
    display: none;
}
@media screen and (max-width: 1024px) {
    .tt_address_list .infobar--phone {
        width: 100%;
    }
}
.tt_address_list .infobar--opening-time .text-bold {
    font-weight: bold;
}

.tt_address_list .searchbar--results .searchbar--result.result .result--btn {
    margin: 0.5rem 0 1rem;
}

/*
Loading animation taken from https://loading.io/css/
 */
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #006d5c;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

form [id*="recaptcha"] {
    margin-bottom: 2.5rem;
}

.tt_address_list .infobar--opening-time span.text-bold {
    font-weight: 400;
}

.tt_address_list .infobar--opening-time.strong span {
    font-weight: bold!important;
}

.form-check input.add-on {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.form-check input.add-on + span {
    position: relative;
    display: flex;
    line-height: 1.625rem;
}
.form-check input.add-on + span::before {
    content: "";
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e8ea;
    width: 1.625rem;
    height: 1.625rem;
    min-width: 1.625rem;
    position: relative;
    margin-right: 0.625rem;
    top: -4px;
}

.form-check input.add-on:checked + span::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'FontAwesome';
    font-weight: normal;
    content: '\f00c';
    color: #006d5c;
    font-size: 15px;
    position: absolute;
    top: 3px;
    left: 7px;
}

.form--element.is--floated .form--label[for*="-date-"] {
    transform: translate3d(0, -22px, 0);
    background: #fff;
    font-size: .75rem;
}
.form--element.is--floated [id*="-date-"] {
    position: relative;
    text-align: left;
    display: block;
    max-width: none;
    min-width: auto;
    box-sizing: border-box;
    border-color: #e5e8ea;
    color: #526375;
    height: 3.125rem;
    border-radius: 0.25rem;
    border: 1px solid #e5e8ea;
    line-height: 3.125rem;
    padding: 0rem 0.875rem 0rem 0.875rem;
    width: 100%;
    box-shadow: none;
    background: transparent;
    line-height: 1.5;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.form--element.is-hidden {
    display: none;
}

.form--element .long-text span.is--cb {
    order: 0;
}

.form--element .long-text span.is--cb + span {
    order: 2;
}

.form--element .long-text .required {
    order: 1;
    padding-right: 5px;
}

.office--events-container .office--pagination {
    display: flex;
}

.content.content--office .section.office--section-main {
    padding-bottom: 60px;
}
.footer-main .column--logo[href="https://www.tryggehandel.se"] {
    display: none;
}

.footer-main .column--shipping .column--logo {
    padding: 4px;
}

.footer-main .column--logo-big {
    width: 33%;
    max-width: 250px;
}

.box.is--event .box--title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.6rem;
    overflow: hidden;
}

/* Prevent layout shifts START */

.page-wrap {
    padding-top: 60px; /* Placeholder for EHI banner */
}

#wwkSidebarTop ~ .page-wrap {
    padding-top: 0;
}

@media (min-width: 910px) {
    .page-wrap {
        padding-top: 0;
    }
}

body .header-main .header--navigation .logo-main img {
    height: 24px;
    width: 105px;
}

@media (min-width: 1024px) {
    body .header-main .header--navigation .logo-main img {
        height: auto;
        width: 100%;
    }
}

/* Prevent layout shifts END */
