#search .product[data-product_disable] .product__icon img {
    opacity: 1;
}

#main_tree5 ul .title:after {
    display: none;
}

#main_tree5 li>ul {
    display: none;
}

header .navbar-nav>.nav-item>.nav-link {
    color: #fff;
}

#menu_additional i {
    font-size: 2.5rem;
    text-decoration: none;
}

@media (min-width: 979px) {
    #menu_navbar ul.navbar-nav:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        width: 100vw;
        height: 100%;
        margin-left: -50vw;
        z-index: -1;
        background: #333;
    }

    #menu_search .menu_search__input {
        font-size: 1.8rem;
    }

    #menu_search.--focus .menu_search__block {
        border: 1px solid #95358c;
    }

    #menu_search.--focus .menu_search__block {
        width: 100%;
        box-shadow: none;
    }

    .topBasket__sub:after {
        font-size: 2.5rem;
        order: 3;
    }

    .topBasket {
        padding-right: 0;
        font-size: 1rem;
        text-align: center;
    }

    .topBasket__sub {
        height: 3.3rem;
    }

    #menu_search {
        height: 45px;
        margin: 0 3rem;
    }
}

@media (min-width: 1200px) {
    #menu_additional {
        text-align: center;
    }

    header {
        grid-column-gap: 2rem;
    }
}

header .navbar-nav>.nav-item>.nav-link {
    text-transform: uppercase;
    font-weight: normal;
}

#menu_additional a {
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
}

a.account_link {
    margin-left: 2rem;
}

.shopping_list_top {
    margin-bottom: -2px;
}

.wishlist_link i.icon-star-empty {
    margin-bottom: -3px;
    display: block;
}

header .wide .nav-link {
    padding: 14px 8px;
}

.wide .navbar-subnav {
    left: 0 !important;
    width: 100% !important;
}

.no-touch .wide .navbar-nav>li:hover>ul {
    display: grid;
    grid-auto-flow: row;
    border-radius: 0 0 5px 5px;
    overflow-y: auto;
}

.no-touch .wide .navbar-subnav {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.no-touch .wide .navbar-nav>li:hover>ul {
    scrollbar-width: none;
    scrollbar-color: #379e9d #ccc;
}

.no-touch .wide .navbar-nav>li:hover>ul::-webkit-scrollbar {
    width: 5px;
}

.no-touch .wide .navbar-nav>li:hover>ul::-webkit-scrollbar-track {
    background: #ccc;
}

.no-touch .wide .navbar-nav>li:hover>ul::-webkit-scrollbar-thumb {
    background-color: red;
    border: none;
}

.wide .navbar-subsubnav:not(.show)>.nav-item:nth-child(n + 5):not(.display-all) {
    display: none;
}

.wide .navbar-subsubnav .nav-item .nav-link {
    padding-left: 10px !important;
}

@media (min-width: 979px) {
    .newMenu.wide .navbar-nav li ul.navbar-subsubnav>li {
        padding-left: 0;
    }
}

@media (min-width: 979px) {
    header {
        grid-template-columns: auto 1fr;
    }

    div#menu_navbar.navbar-collapse {
        margin-right: 20px;
        border: 0;
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
}

#main_banner1 {
    margin-top: 8rem;
}  

#main_banner1 img.b-lazy.b-loaded {
    display: block;
    width: 100vw;
    margin: auto;
}

#main_banner1 img {
    width: 100vw;
}

div#menu_buttons {
    margin-top: -20px;
    margin-bottom: 20px;
}

.si-newsletter {
    padding: 30px;
    text-align: center;
    color: #fff;
}

.si-newsletter a {
    color: #fff;
}

.si-newsletter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    background-color: #96358c;
}

.si-newsletter-header {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    color: #39bac2;
}

.si-flex-input {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin: 15px 0;
}

.si-flex-input button {
    border-radius: 50px;

}

.si-input-icon {
    position: relative;
    flex: auto 1;
}

.si-input-icon .icon-envelope-empty {
    position: absolute;
    font-size: 2rem;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #d1d1d1;
}

.si-input-icon input {
    height: 60px;
    border: 1px solid #fff;
    margin-right: 5px;
    padding-left: 50px;
    width: 100%;
    border-radius: 50px;
}

.si-accept-rules {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.si-accept-rules input {
    margin-right: 7px;
}

.si-accept-rules a {
    margin-left: 5px;
}

@media (min-width: 768px) {
    .si-newsletter-header {
        text-align: center;
    }

    .si-flex-input {
        display: flex;
        flex-direction: initial;
        column-gap: 15px;
        text-align: left;
    }

    .si-input-icon input {
        width: 100%;
    }
}

@media (min-width: 979px) {
    .si-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .si-flex-input {
        display: flex;
        flex-direction: center;
        text-align: left;
    }

    .si-input-icon input {
        width: 100%;
        margin: 0;
    }

    .si-accept-rules {
        justify-content: start;
    }
}

@media (min-width: 1200px) {
    .si-newsletter {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 15px;
    }
}

#main_cms2 h1 {
    text-align: center;
}

#main_cms2 p {
    text-align: justify;
}

section#main_blog {
    position: relative;
    margin-top: 10rem;
}

section#main_blog:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 100vw;
    height: calc(160%);
    margin-left: -50vw;
    overflow: hidden;
    background: url();
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#f1f1f1', GradientType=0);
}

.article__image_wrapper {
    max-width: 100%;
    margin: 0;
    float: unset;
    margin: 15px 0;
}

.article__image_wrapper img {
    border-radius: 5px;
}

.article__text {
    text-align: justify;
}

a.article__more_link,
.main_page .article__name,
.headline__name,
.article__all a {
    text-align: center;
}

.article__date_name {
    text-align: center;
    justify-content: center;
}

.article__name {
    height: 61px !important;
    text-align: center;
}

section#main_blog .headline:after {
    text-align: center;
}

#main_news {
    margin: 10rem 0;
}

.article__image_wrapper img {
    border-radius: 5px;
    height: 380px;
    width: auto;
    object-fit: cover;
}

.article__description {
    height: 103px;
    overflow: hidden !important;
    margin-bottom: 30px;
    overflow: hidden;
}

.article__description span {
    font-family: main_custom !important;
    font-size: 13px !important;
}

a.article__more_link {
    display: inline-block;
    border: 1px solid #79c9a7;
    background: #79c9a7;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

a.article__more_link:hover {
    color: #fff !important;
    background: #333;
    border-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 16px 17px -17px #000;
}

div.article__more {
    text-align: center;
}

@media (min-width: 979px) {
    .article__item.col-md-6 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 1200px) {
    .projector_details .projector_prices__price {
        font-size: 4rem;
    }
}

.product__yousave:not(.--label):not(.--value) {
    border: 2px solid #79c9a7;
    color: #79c9a7;
}

@media (min-width: 979px) {
    .product__yousave:not(.--label):not(.--value) {
        width: 80px;
        height: 80px;
        padding: 5px;
        font-size: 1rem;
    }
}

@media (min-width: 979px) {
    #footer_links {
        width: 1170px;
    }

    #footer_links .footer_links {
        margin: 0;
    }
}

footer {
    background: #111;
    margin: 0 -15px;
    position: relative;
    padding-top: 20px;
    margin-top: 70px;
}

footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    bottom: -2rem;
    background: #f6fffb;
    z-index: -1;
}

#footer_links .footer_links {
    border: none !important;
    padding: 30px !important;
}

.idosell:before {
    background: unset;
}

#menu_contact,
#menu_contact ul {
    background: transparent;
}

div#container.main_page+footer {
    margin-top: 30px;
}

#footer_links .footer_links_label {
    font-size: 2rem;
    font-weight: 700;
}

#footer_links.four_elements .footer_links_sub>li {
    color: #ffF;
}

#footer_links a:hover,
#footer_links .footer_links_label:hover {
    color: #fff !important;
}

@media (min-width: 757px) {
    #backTop {
        bottom: 90px;
    }
}

#search .product__compare_item,
.open_trigger,
.topBasket__price,
.slt_lists,
.product_name__action.--compare,
#projector_amount {
    display: none !important;
}

.topBasket__sub:before,
.shopping_list_top .slt_link:after {
    content: '' !important;
}

.projector_details__wrapper {
    display: block;
}

.product {
    text-align: center;
}

#products_associated_zone1 .product__name {
    font-size: 1.5rem;
    text-align: center;
}

.product__name {
    font-size: 1.5rem;
    text-align: center;
}

.basket__product .product__name {
    text-align: left;
}

@media (min-width: 979px) {
    .order_process header {
        border: none;
    }
}

@media (min-width: 979px) {
    .hotspot.--list .product h3 {
        max-width: 70%;
    }
}

.projector_details .projector_tell_availability {
    margin-bottom: 2rem !important;
    margin-top: -1rem;
}

.dictionary__name.col-6 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.dictionary__group.--first {
    border: none;
}

.dictionary__name.align-items-end {
    align-items: flex-start !important;
}

span.traits__label {
    width: unset;
    min-width: unset;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: 0 !important;
}

span.traits__values {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 20px;
}

.basketedit_summary_left .price {
    display: inline-block;
}

@media (max-width: 757px) {
    .dictionary__name.col-6 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    span.traits__label {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.search_categoriesdescription_next:not(.expanded)>* {
    display: block !important;
}

.search_categoriesdescription_next .show_description,
.search_categoriesdescription_next.expanded+.hide_description {
    display: none !important;
}

.footer_settings {
    display: flex !important;
    justify-content: center !important;
}

.idosell {
    flex-grow: unset;
    opacity: 0.5;
}

#search .product {
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 3rem !important;
}

@media (min-width: 1200px) {
    .product__icon {
        height: 30rem;
    }
}

.label_icons>* {
    padding: 0.7rem 1rem;
}

.btn {
    border-bottom: 1px solid transparent !important;
}

.projector_buy__button {
    text-transform: uppercase;
    font-size: 1.7rem;
}

#Filters {
    margin-bottom: 0 !important;
}

#projector_longdescription p,
#projector_longdescription span,
#projector_longdescription p span,
.product_name__block.--description {
    font-family: 'Rubik', 'Open sans', Arial, sans-serif !important;
    line-height: 25px;
    font-size: 1.5rem !important;
}

@media (min-width: 979px) {

    #client_street_wrapper.col-md-9,
    #invoice_street_wrapper.col-md-9,
    #additional_street_wrapper.col-md-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    #client_street_number_wrapper.col-md-3,
    #invoice_street_wrapper.col-md-3,
    #additional_street_number_wrapper.col-md-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 979px) {
    span.traits__label {
        flex: 0 0 34%;
        max-width: 34%;
    }
}

.projector_page #content #projector_producttraits {
    grid-area: unset;
    margin-bottom: 0 !important;
}

.dictionary__group.--first {
    padding-top: 1rem;
}

#projector_producttraits {
    display: block !important;
}

.dictionary__param[data-waranty='true'] {
    display: none;
}

#main_banner1 {
    margin-bottom: 6rem !important;
}

#main_banner1 .slick-dots {
    bottom: -3rem;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
}

.slick-dots li button {
    width: 18px;
    height: 18px;
    
    @media (min-width: 979px){
        border: 1px solid #333;
    }
}

.slick-dots li.slick-active button {
    @media (min-width: 979px){
        background: #95358c;
    }
}

.product__name {
    height: 43px !important;
    min-height: unset !important;
}

.projector_details .projector_buy {
    flex-direction: row;
    margin: 3rem 0;
}

.projector_details .projector_buy__number_wrapper {
    width: auto;
}

.projector_details .projector_buy__number_inputs {
    max-width: 70px;
    width: 70px;
    height: 100%;
}

.projector_details .projector_buy__number_wrapper {
    margin-bottom: 0;
}

header .navbar-subsubnav .nav-link:not(.display-all):before {
    content: "\F105";
    font-family: FontAwesome;
    margin-right: 5px;
}

header .navbar-subsubnav .nav-link {
    padding: 2.5px 10px;
    position: relative;
    display: flex;
}

.nav-item.--all {
    display: none;
}

.nav-link.display-all {
    color: #afd0a8;
}

.securityPolicy__text p:last-of-type {
    display: none;
}

.core-special-topbar {
    display: none;
}

@media (min-width: 979px) {
    .order_process header {
        grid-template-areas: "core-special-topbar core-special-topbar core-special-topbar core-special-topbar" "logo security security security";
    }

    header {
        grid-template-areas: "core-special-topbar core-special-topbar core-special-topbar core-special-topbar" "bars_top bars_top bars_top bars_top" "rabateCode rabateCode rabateCode rabateCode" "freeShipping freeShipping freeShipping freeShipping" "logo menu_search menu_settings menu_basket" "menu_categories menu_categories menu_categories menu_categories" "breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
    }

    .core-special-topbar {
        grid-area: core-special-topbar;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        color: #fff;
    }

    .core-special-topbar:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        margin-left: 50%;
        left: -50vw;
        height: 100%;
        width: 100vw;
        background-color: #333;
        z-index: -1;
    }

    .core-special-topbar div ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .core-special-topbar div ul>li {
        list-style: none;
        padding: 0 40px;
    }

    .core-special-topbar div ul:nth-child(1)>li {
        padding-left: 0;
    }

    .core-special-topbar div:last-of-type ul:nth-last-child(1)>li {
        padding-right: 0;
        display: flex;
        align-items: center;
    }

    .core-special-topbar div:last-of-type ul:nth-last-child(1)>li i {
        font-size: 2rem;
        margin-right: 5px;
        color: #95358c;
    }

    .core-special-topbar div ul>li a {
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        margin-right: 1rem;
        display: flex;
    }

    .core-special-topbar div ul>li a img {
        height: 3rem;
    }

    .core-special-topbar div ul>li a:hover {
        text-decoration: underline;
    }
}

header .navbar-nav {
    justify-content: space-between;
}

footer {
    margin: 0 -15px;
    position: relative;
    margin-top: 10rem;
}

footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    bottom: -2rem;
    background: #111;
    z-index: -1;
}

@media (min-width: 979px) {
    #footer_links {
        width: 1170px;
    }
}

#footer_links .footer_links {
    border: none !important;
    padding: 30px 0 !important;
}

@media (min-width: 979px) {
    #footer_links .footer_links {
        padding-top: 100px !important;
        margin: 0;
    }
}

#footer_links i {
    display: none !important;
}

#footer_links a,
#footer_links .footer_links_label {
    color: #fff !important;
}

#footer_links a:hover,
#footer_links .footer_links_label:hover {
    color: #95358c !important;
}

#footer_links .footer_links_label {
    font-size: 2.5rem;
    text-transform: uppercase;
}

#menu_contact {
    background: transparent !important;
}

#menu_contact ul {
    background: transparent !important;
    color: #fff;
}

#menu_contact ul a {
    color: #fff;
}

div#container.main_page+footer {
    margin-top: 100px;
}

.footer_settings__idosell {
    justify-content: center !important;
}

#price_info {
    display: none !important;
}

.idosell:before,
.price_info:after {
    content: none !important;
    background: unset !important;
}

.projector_info__item.--returns,
.projector_info__item.--stocks,
.projector_prices__srp_wrapper {
    display: none !important;
}

/* 19092023 */
.hotspot .product h3 a:after{
    content: 'Zobacz';
    font-family: 'Rubik', "Arial", sans-serif;
    display: inline-block;
    text-decoration: none;
    width: 75%;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0.9rem 0.9rem;
    font-weight: normal;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 25px;
    margin-top: 2rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.hotspot .product h3 a:hover:after {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.hotspot .product .product__prices {
    margin-bottom: 50px;
}

.product_name__block.--description {
    font-size: 1.3rem;
    margin: 3rem 0 !important;
}


.product_name__name {
    font-size: 3rem;
}

@media (min-width: 979px) {
    .projector_page #content #projector_form {
        grid-area: 2 / 2 / 3 / 3;
    }

    section#projector_longdescription {
        margin-top: 5rem;
    }
}


/* 22092023 */
#main_tree5 {
    margin-bottom: 4rem !important;
}

#main_tree5 ul .nav-gfx {
    display: block;
    padding-bottom: 0 !important;
}

#main_tree5 .col-sm-4 {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}

@media(min-width:969px) {
    #main_tree5 {
        margin: 8rem 0 8rem 0 !important;
    }

    #main_tree5 .col-sm-4 {
        flex: 0 0 calc(20% - 2rem);
        max-width: calc(20% - 2rem);
    }

}


.big_label, 
.headline {
    font-size: 4.5rem;
}


@media (min-width: 969px) {
    .big_label,
    .headline {
        font-size: 6.5rem;
    }
}


#main_tree5>ul>li {
    display: block;
    margin: 1rem;
}

#main_tree5>ul>li>a {
    display: block;
    overflow: hidden;
    transition: all .5s ease-in-out;
    text-decoration: none;
    position: relative;
}

#main_tree5>ul>li>a>span {
    display: flex !important;
    justify-content: center;
    align-items: end;
    text-transform: uppercase;
    font-size: 3rem;
    white-space: break-spaces;
    text-align: center;
    font-family: 'Bebas Neue', "Arial";
    margin-top: 2rem;
    transition: all .5s ease-in-out;
}

#main_tree5>ul>li>a:hover>span {
    transform: translateY(-5px);
    color: #96358c;
}

#main_tree5>ul>li>a {
    text-align: center;

    >img {
        transition: all .5s ease-in-out;
        transform: scale(1);

        @media(max-height:969px) {
            max-width: 70%;
        }
    }
}

#main_tree5>ul>li>a:hover>img {
    transform: scale(1.1);
}

/*18102023*/
.hotspot .product img,
#search .product img{
    transition: all .4s ease-in-out;
    transform: scale(1);
}

.hotspot .product:hover img,
#search .product:hover img{
    transform: scale(1.1);
}

.hotspot:not(.--slider):not(.--list):not(.--bundle):not(.--added) .products.slick-initialized .slick-next {
    right: -3rem;
}

.hotspot:not(.--slider):not(.--list):not(.--bundle):not(.--added) .products.slick-initialized .slick-prev {
    left: -3rem;
}

.hotspot:not(.--slider):not(.--list):not(.--bundle):not(.--added) .slick-prev.slick-disabled,
.hotspot:not(.--slider):not(.--list):not(.--bundle):not(.--added) .slick-next.slick-disabled {
    opacity: .5;
    cursor: default;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32.5px;
    width: 32.5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 59px;
    cursor: pointer;
    text-decoration: none;
    background: 0;
    color: #96358c;
    z-index: 52;
}

.slick-prev:hover,
.slick-next:hover {
    background: 0;
    color: #333;
}

#main_tree5 ul .title:not(:only-child):before {
    content: none;
}

section.hotspot:not(#search_hotspot_zone1) {
    margin: 6rem 0 !important;
}

@media(min-width:969px) {
    #main_banner3 {
        margin-top: 5rem;
    }    
    section.hotspot:not(#search_hotspot_zone1) {
        margin: 6rem 0 !important;
    }
    
}



@media (min-width: 757px) {
    .hotspot:not(.--slider):not(.--list):not(.--bundle):not(.--added) .products.slick-initialized .slick-list {
        width: unset;
    }
}

/*14052024*/
@media(min-width:969px) {
    header>.nav-link.active {
        color: #ffffff !important;
    }

    ul.navbar-nav>li.nav-item.active {
        background-color: #95358c;
    }

    ul.navbar-nav>li.nav-item:hover {
        background-color: #95358c;
    }
}

/*25062024*/
.slick-list.draggable {
    width: 100% !important;
    border-radius: 15px;
}

/*24072024*/
#main_tree5>ul>li {
    border-bottom: none;

}

.projector_buy__number_amounts,
span.label.--disable {
    display: none !important;
}



/*22102024*/
#main_tree5 {
    position: relative;
    padding: 5rem 0rem;

    &:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 100vw;
        height: 100%;
        margin-left: -50vw;
        z-index: -1;
        background: #333;
        background: rgb(51, 51, 51);
        background: linear-gradient(45deg, rgba(51, 51, 51, 1) 0%, rgba(150, 53, 140, 1) 46%, rgba(57, 186, 194, 1) 100%);
        // opacity: 0.5;
    }
}

a.title.nav-gfx {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 0 !important;
}

#main_tree5>ul>li>a>span {
    font-size: 2rem;
    margin-bottom: 1rem;
    
    @media(min-width: 969px){
        margin-bottom: 2rem;
        font-size: 2.5rem;
    }
}

a.product__core-button {
    font-family: 'Rubik', "Arial", sans-serif;
    display: inline-block;
    text-decoration: none;
    width: 75%;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.9rem 0.9rem;
    font-weight: normal;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 25px;
    margin: 2rem 0; 
}
.core_cleardescription {
	font-size: 1.2rem;
	height: 48px;
    max-height: 48px;
    overflow: hidden;
}

.label_icons>* {
    position: absolute;
    left: 0;
    bottom: 0;
}

#menu_banners2 .menu_button_wrapper img {
    border-radius: 15px;
}