.magazine_page_head {
    overflow: hidden;
}

.magazine_page_head .large_img {
    width: 100%;
    height: 529px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px 0px 4px 4px;
}


.magazine_title_wrap {
    width: 510px;
    max-width: 100%;
    margin: -56px auto 45px;
    padding: 10px 20px;
    min-height: 106px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
}

.magazine_title_wrap .tags {
    position: absolute;
    bottom: calc(100% + 10px);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 5px;
}

.magazine_title_wrap .tags__tag {
    font-family: Univers LT Std;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    padding: 5px 10px;

    border-radius: 4px;
    background: #FFF;
}

.magazine_title_wrap h1 {
    font-family: Univers LT Std;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.magazine_title_wrap .date {
    position: absolute;
    left: 50%;
    top: -25px;
    line-height: 19px;
    padding: 0 10px;
    background-color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.magazine_content {
    padding: 0 0 40px;

    margin-top: 10px;
}

.magazine_content .search_wrap {

    display: none;

    left: 50%;
    position: relative;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    margin-bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.filter_by_brand {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.filter_by_brand .title {
    font-weight: 700;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.filter_by_brand .filter_list {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    position: relative
}

.filter_by_brand .slick-next:after {
    content: '';
    width: 58px;
    height: 40px;
    right: 40px;
    top: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(97.56%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 97.56%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 97.56%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 97.56%)
}

.filter_by_brand .filter_list a {
    font-weight: 400;
    color: #7a7a7a;
    margin-right: 20px;
    display: inline-block
}

.filter_by_brand .filter_list a.active{
    color: #000;
    font-weight: bold;
}

.filter_by_brand .filter_list .slick-arrow.slick-prev {
    display: none !important
}

.filter_by_brand .filter_list .slick-arrow.slick-next {
    right: 0;
}

.magazine_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -11px
}

.magazine_items .item {
    font-family: 'Univers LT Std';
    width: -webkit-calc(33.33% - 22px);
    width: calc(33.33% - 22px);
    margin: 0 11px 20px;
}

.magazine_items .item .share_icon_block {
    width: 106px;
}

.magazine_items .item .icon-box {
    justify-content: center;
}

.magazine_items .item .item__image {
    height: 184px;
    -o-object-fit: cover;
    object-fit: cover;
}

.magazine_items .item .item__image.default {
    -o-object-fit: contain;
    object-fit: contain;
}

.magazine_items .item img {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.magazine_items .item .text_wrap {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border: 2px solid #e9e9e9;
    border-top: none;
    padding: 30px 17px 10px 30px;
}

.magazine_items .item .text_wrap .cat {

    display: none;

    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #808080;

    margin-bottom: 10px;
}

.magazine_items .item .text_wrap .title {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    height: 43px;
    color: #000000;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3rem;
    padding-right: 20px;
}

.magazine_items .item .text_wrap .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.magazine_items .item .text_wrap .author {
    font-family: Univers LT Std;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;

    height: 21px;

    margin-bottom: 7px;
}

.magazine_items .item .text_wrap .meta .date {
    font-family: Univers LT Std;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #808080;
}

.magazine_items .item .text_wrap .meta .share_icon_block {
    position: relative;
    bottom: auto;
    right: auto;

    width: 128px;
}

.magazine_items .item .text_wrap .meta .share_icon_block .icon-box {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.magazine_items .item .text_wrap .meta .share img {
    width: auto
}

.not-found {
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.not-found__message {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.magazine_content .share_icon_block .xs_social_share_widget {
    top: -2px;
    border: 1px solid #E9E9E9;
    border-top: none;
    padding-bottom: 4px;
    left: 0;
}

.magazine_content .share_icon_block .xs_social_share_widget.xs_share_url.wslu-fill-colored a {
    background-color: #fff !important;
    color: #212529;
    font-size: 13px;
}

.magazine_content .share_icon_block .xs_social_share_widget ul li {
    margin: 0;
    height: 36px;
}

.magazine_content .share_icon_block .custom-class .xs-social-icon {
    width: 13px;
    margin-right: 8px;
}

.magazine-breadcrumbs {
    margin-bottom: 18px;
}

.magazine-breadcrumbs .prev-link span,
.magazine-breadcrumbs .kb_title {
    font-family: Univers LT Std;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

    text-transform: capitalize;
}

.magazine-breadcrumbs .prev-link span {
    color: #808080;
}

.magazine-breadcrumbs .kb_sep {
    font-size: 15px;

    margin: 0 5px;
}

.magazine-breadcrumbs .kb_sep img {
    height: 10px;
}

.magazine-title {
    font-family: Univers LT Std;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.magazine-description {
    font-family: 'Univers LT Std';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

    max-width: 847px;
    color: #000;
    margin-bottom: 40px;
}

.magazine_items .item .text_wrap .short-description {
    font-family: Univers-Light-Normal;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

    height: 42px;

    margin-bottom: 15px;
    padding-right: 20px;
}

.headerF {
    border-bottom: 1px solid #F3F4F4;
}

#magazine-page {
    border-bottom: 1px solid #E5E5E5;
}

.magazine-subscribe section.register {
    padding: 25px 0;
}