.buttonmarq {
    display: inline-flex;
    vertical-align: bottom;
    margin-left: 10px;
}

.buttonmarq img {
    /* box-shadow: 0px 0px 0px 8px rgba(143, 198, 61, 0.4); */
    border-radius: 50%;
    /* animation:mercanie 1s infinite ease-in-out; */
    height: 41px;
    width: 41px;
}

@keyframes mercanie {
    0% {
        box-shadow: 0px 0px 0px 8px rgba(143, 198, 61, 0.4);
    }
    12.5% {
        box-shadow: 0px 0px 0px 9px rgba(143, 198, 61, 0.4);
    }
    25% {
        box-shadow: 0px 0px 0px 10px rgba(143, 198, 61, 0.4);
    }
    37.5% {
        box-shadow: 0px 0px 0px 11px rgba(143, 198, 61, 0.4);
    }
    50% {
        box-shadow: 0px 0px 0px 12px rgba(143, 198, 61, 0.4);
    }
    62.5% {
        box-shadow: 0px 0px 0px 11px rgba(143, 198, 61, 0.4);
    }
    75% {
        box-shadow: 0px 0px 0px 10px rgba(143, 198, 61, 0.4);
    }
    87.5% {
        box-shadow: 0px 0px 0px 9px rgba(143, 198, 61, 0.4);
    }
    100% {
        box-shadow: 0px 0px 0px 8px rgba(143, 198, 61, 0.4);
    }
}

.prodBannerWr .prodBanenrTextWr .dfl {
    display: flex;
}

.prodBannerWr .prodBanenrTextWr .dfl .buttonmarq {
    margin-left: 23px;
}

@media screen and (max-device-width: 760px), only screen and (max-width: 760px) {
    body .prodBannerWr .add_to_cart_link {
        margin: 0;
    }

    .prodBannerWr .prodBanenrTextWr .dfl {
        justify-content: center;
    }

    .prodBannerWr .prodBanenrTextWr .dfl .buttonmarq {
        margin-left: 23px;
    }
}

@media screen and (min-device-width: 1161px) and (min-width: 1161px) {
    div.mainMenuItem .subItem .leftSubItem {
        border-right: 1px solid #ddd;
    }

    .rightSubItem._SubItem._withDash {
        border-left: none;
    }
}

.pricelist_nav {
    max-width: 970px;
}


.header_wrapper {
    border-top: none;
    margin-top: 0px;
}

.ismgornew {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    background: #fff799;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-top: 7px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
}

.ismgornew br {
    display: none;
}

.header_wrapper .mainMenu {
    top: 69px;
}

.mainBody .price_list_data_table .price_list_data_table__header.fixed {
    top: 68px;
}

.mainBody .price_list_data_table .price_list_data_table__values .data_row.fixed .data_row_title .oneline_block {
    top: 143px;
}

.marginforheader {
    margin-top: 116px;
}

.marginforheader.nothome {
    margin-top: 113px;
}

@media (min-width: 0px) and (max-width: 580px) {
    .pageTitle .cspnb {
        margin-left: 0px;
        padding-top: 10px;
    }

    .ismgornew {
        font-size: 14px;
    }

    .ismgornew br {
        display: block;
    }

}
@media (max-width: 767px) {
    body {
        display: flex;
        flex-direction: column;
    }

    body h1.pageTitle {
        margin-top: 0px!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .str-production-df .pageTitle.pad_around_sm {
        padding-top: 0!important;
        margin-top: 20px!important;
    }
     body > h1.pageTitle{

        margin-top: 20px!important;
    }



    .marginforheader {
        order: -1;
    }

    section#mobileMenu {
        max-height: calc(100vh - 109px);
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
    }

     .ya-share2__icon {
        background-repeat: no-repeat!important;
        background-position: 50%!important;
    }

    /*.prodItems_slider {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        position: relative;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .prodTypeContent._list .prodItems.prodItems_slider .prodItem {
        float: none;
        flex: 1 1 100%;
        min-width: 100%;

        width: 100%!important;
    }*/


}
