.menu__banner > div {display:flex;flex-direction:column;justify-content:center;padding:20px 15px;text-align:center;background:rgba(0,0,0, .03);border-radius:var(--border-radius-1)}
.menu__banner div img {margin:20px auto;padding:10px;max-width:170px;border-radius:var(--border-radius-1)}
.menu__banner span {color:var(--menu-main-level-2-c);font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.news-page__description h3.heading{font-weight:700}
.news-page__description .heading:before{padding:0 5px 0 0;content:'#';color:#f00}
.news-page__image-39, .news-page__image-40, .news-page__image-41, .news-page__image-42, .news-page__image-43, .news-page__image-44{display:none}

.category-wall__image img {
  border-radius: 15px !important;
}
.uni-slideshow_v2__description.text-over-image {
    left: 0 !important;
}
.uni-slideshow_v2__title {
    margin: 0 0 15px;
    font-size: 2.5em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.uni-slideshow_v2__text {
    color: #fff;
    font-size: 1.5em;
}
.uni-slideshow_v2__btns {
    margin: 0 10px 0;
    text-align: left;
}
/*****************/
	.product-page__share-social {
    text-align: center;
    margin-bottom: 10px;
}

.product-page__share-social i {
    font-size: 28px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #555;
    margin: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.product-page__share-social i:hover {
    transform: scale(1.15);
    cursor: pointer;
    color: #fff;
}

.product-page__share-social .fa-facebook-f {
    background-color: #3b5998;
    color: #fff;
}

.product-page__share-social .fa-x-twitter {
    background-color: #000;
    color: #fff;
}

.product-page__share-social .fa-telegram {
    background-color: #0088cc;
    color: #fff;
}

.product-page__share-social .fa-whatsapp {
    background-color: #25D366;
    color: #fff;
}

.product-page__share-social .fa-viber {
    background-color: #7360f2;
    color: #fff;
}

.product-page__share-social i:hover {
    transform: scale(1.1);
    opacity: 0.8;
}


.product-page__share-copy-link {
    text-align: center;
    margin-top: 15px;
}