.location-txt .wrap .left {
    max-width: 93vw;
}

.logo-page p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.logo-page a,
.logo-page p {
    text-wrap: nowrap;
}

.breadcrumb-single {
    margin-bottom: 32px;
}


body.category .paginations {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 100px;
}


body.category .paginations .page-numbers {
    border-radius: 4px;
    border: 1px solid #ce2b2e;
    background: #ffffff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.category .paginations .page-numbers.current {
    border: 1px solid #ce2b2e;
    background: #ce2b2e;
    color: #fff;
}

body.category .paginations .prev,
body.category .paginations .next {
    width: unset;
    height: unset;
    background: transparent;
    border: transparent;
}

.footer-logo img {
    max-width: 300px;
}

.cta img {
    height: unset !important;
}