.article_content .title_wrap {
    position: relative; 
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.article_content .title_wrap h1 {
    font-family: 'Univers-LT-Std-65-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
    text-align: center;
}

.article_content p {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    color: #000;
}


.article_content .title_wrap .date {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    color: #808080;
}

.article_content .title_wrap .share_icon_block {
    position: absolute;
    top: 0;
    right: auto;
    left: calc(50% + 520px);
    height: 37px; 
    display: flex;
    flex-direction: column;
}

.article_content .title_wrap .share_icon_block.fixed {
    position: fixed;
    top: 170px;
}

.article_content .title_wrap .icon-box {
    border: 1px solid #E9E9E9;

    display: flex;
    align-items: center;
}

.article_content .title_wrap .xs_social_share_widget {
    position: relative;
    margin-top: 0 !important;
    border: 1px solid #E9E9E9;
    border-top: none;
    padding-bottom: 4px;
}

.article_content .title_wrap .xs_social_share_widget ul li {
    margin: 0;
    height: 36px;
}

.article_content .title_wrap .share_icon_block .xs_social_share_widget {
    left: 0;
    top: -2px;
}

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

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

.article_content .large_image {
    margin-bottom: 20px;
    height: 580px;
}

.article_content .large_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_content .text_content {
    width: 632px;
    margin: 0 auto;
    max-width: 100%;
}
 
.article_content .text_content .oneimage {
    width: 100%;
    margin-bottom: 30px
}

.article_content .text_content .leftone {
    float: left;
    margin-right: 10px;
    margin-bottom: 30px
}

.article_content .text_content .rightone {
    float: right;
    margin-left: 10px;
    margin-bottom: 30px
}

.article_content .share_wrap {
    margin-bottom: 30px
}

.article_content .share_wrap .share_title,
.article_content .tags_wrap .tags_title{
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.article_content .share_wrap .share_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article_content .share_wrap .share_list .share-content {
    position: relative;
    display: block;
    margin: 0 !important;
}

.article_content .share_wrap .share_list .share-content .xs-social-follower-label {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.article_content .share_wrap .share_list .share-content ul {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 !important;
}

.article_content .share_wrap .share_list .share-content li {
    margin-right: 5px;
}

.article_content .share_wrap .share_list .share-content li a {
    display: flex !important;
    position: relative;
    padding-left: 17px;
    min-height: auto;
    min-width: auto !important;
}

.article_content .share_wrap .share_list .share-content li a .met-social::before {
    font-size: 11px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.article_content .share_wrap .share_list a {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    margin-right: 20px;
}

.article_content .share_wrap .share_list a i {
    position: relative;
    margin-right: 5px;
}

.article_content .share_wrap .share_list a i::before {
    font-size: 12px;
}

.article_content .share_wrap .share_list a.social-icon {
    padding-left: 15px;
    display: block;
    position: relative;
}

.article_content .share_wrap .share_list a.social-icon i {
    position: absolute;
    top: 0;
    left: 0;
}

.article_content .share-content .met-social-telegram:before,
.article_content .share-content .met-social-email:before,
.article_content .share-content .met-social-whatsapp:before,
.article_content .share-content .met-social-facebook:before,
.article_content .share_wrap .share_list a.social-icon i::before {
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.article_content .share-content .met-social-facebook:before,
.article_content .share_wrap .share_list a.facebook i::before {
    background: url('../../../../assets/images/magazine/facebook-icon.svg') no-repeat 0 0 / cover;
}

.article_content .share-content .met-social-whatsapp:before,
.article_content .share_wrap .share_list a.whatsapp i::before {
    background: url('../../../../assets/images/magazine/whatsapp-icon.svg') no-repeat 0 0 / cover;
}

.article_content  .share-content .met-social-email:before,
.article_content .share_wrap .share_list a.email i::before {
    background: url('../../../../assets/images/magazine/email-icon.svg') no-repeat 0 0 / cover;
}

.article_content .share-content .met-social-telegram:before {
    background: url('../../../../assets/images/magazine/telegram-icon.svg') no-repeat 0 0 / cover;
}

.article_content .tags_wrap {
    margin-bottom: 30px
}

.article_content .tags_wrap .tags_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article_content .tags_wrap .tags_list a {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000000;
}

.article_content .tags_wrap .tags_list a:not(:last-child) {
    margin-right: 10px;
}
 

.post-content {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 60px;
}

.post-content b,
.post-content strong {
    font-family: 'Univers-LT-Std-65-Bold';
}

.post-content ul {
    padding-left: 1.8rem;
}
 
.post-content h2 {
    font-size: 21px;
    line-height: 25px;
}

.post-content h3,
.post-content h4 {
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    font-family: 'Univers-LT-Std-65-Bold';
    font-style: normal;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 10px;
}

.post-content a {
    text-decoration: underline !important;
}

.post-content  .wp-block-image {
    cursor: pointer;
}

.post-content  .wp-block-image .wp-element-caption {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #808080;
    text-align: center;
}

.post-content .wp-block-columns {
    gap: 25px;
    margin-bottom: 0;
}
.post-content .wp-block-columns .wp-block-column figure {
    margin-bottom: 25px;
}

.products .product {
    border: 2px solid #f6f6f6;
    padding: 30px 20px 15px !important;
    border-right: none;
    position: relative;
    background: none !important;
}

.products .product > .productBox {
    border: none !important;
}

.products .product figure > figcaption {
    border-top: none !important;
}

.products .product {
    font-family: 'Univers LT Std';
}

.latest_products__title {
    font-family: 'Univers LT Std';
    font-weight: 500;
}

.latest_products .btn_style {
    font-family: 'Univers LT Std';
}

.article_content p:empty {
    display: block;
    margin: 1rem 0px;
}

.wp-block-image.alignleft, .wp-block-image.alignright, .wp-block-image.aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter {
    display: block !important;
}


.size-full.wp-block-image img {
    width: 100% !important;
}

.mfp-content figure {
    background-color: transparent;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    opacity: 1;
}

.xs-social-follower-label {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}

figure.wp-block-gallery.has-nested-images {
    display: flex;
}

.wp-block-gallery .wp-block-image:first-child{
    padding-right: 8px;
}

.wp-block-gallery .wp-block-image:last-child{
    padding-left: 8px;
}

.share_list .xs-share-li.digg .met-social-digg:before,
.share_icon_block .xs-share-li.digg .met-social-digg:before {
    content: "";
    background: url(../../../images/copy.svg);
    height: 15px;
    width: 15px;
    background-size: 15px;
    position: relative;
    display: inline-block;
    color: #fff;
}

#link_copied {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    text-align: center;
    position: fixed;
    padding: 2rem 1rem;
    top: 45%;
    font-family: 'Univers LT Std';
    z-index: 100 !important;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    display: none;
}

@media (max-width: 450px) {
    #link_copied {
        width: 90%;
        margin-left: -45%;
    }
}