.product_card_section .row2 .sub_row1 .line2 .slick-prev {
    left: 0.75em;
}
.product_card_section .row2 .sub_row1 .line2 .slick-next {
    right: 0.75em;
}
.text_tabs2_section .row1 .ui-tabs-panel .sub_row1 .column1 .line1 .sub_line2 .slick-prev {
    left: 0.875em;
}
.text_tabs2_section .row1 .ui-tabs-panel .sub_row1 .column1 .line1 .sub_line2 .slick-next {
    right: 0.875em;
}
/**/
.ui-selectmenu-open {
    z-index: 9999;
}

li.parent.active > a > span.icon  svg .mm {
    display: none;
}

.header-basket-tooltip {
    background: #FFFFFF;
    border: 1px solid #F15F22;
    box-sizing: border-box;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    padding: 20px 30px;
    display: none;
    min-width: 250px;
}
#header-basket:hover + .header-basket-tooltip {
    display: block !important;
}

.header-basket-tooltip.active {
    display: block !important;
}
.header-basket-tooltip .btn {
    background: #F15F22;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 15px 0;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.header-basket-tooltip__summ {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 8px;
    border-top: 0.5px solid #DADADA;
    margin-top: 10px;
}
.header-basket-toolip__item {
    margin-bottom: 8px;
}
.header-basket-tooltip__summ span:last-child {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 15px;

    /* #2D3443 */

    color: #2D3443;
}
.header-basket-tooltip__summ span:last-child span  {
    font-weight: bold;
    font-size: 14px;
    line-height: 144%;
    /* or 20px */

    text-align: center;

    /* #2D3443 */

    color: #2D3443;
}

.header-basket-tooltip__price {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-left: auto;
}


.header-basket-toolip__item {
    display: flex;
    align-items: center;
}

.header-basket-tooltip img {
    width: 40px;
}
.header-basket-tooltip a {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #2D3443;
    margin-left: 4px;
    margin-right: 50px;
}


.good-row__price {
    min-width: 100px;
}
.good-row__actions,
.good-row__actions_group .good-row__price {
    flex-shrink: 0;
}
.main {
    overflow: initial;
}
.sticky {
    position: sticky;
    top: 0;
}

.tippy-content {
    padding: 13px;
}

.tippy-box {
    background: #fff;
    /* padding: 7px; */
    border: 1px solid #F15F22;
    border-radius: 0;
    font-size: 16px;
    /* line-height: 144%; */
    text-align: center;
    color: #000000;
}

.tippy-box p {
    margin: 0;
}

.tippy-box a {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
}

.tippy-arrow {
    color: #fff;
    margin-bottom: -8px;
}

div[data-tippy-root] {
    background: #fff;
    padding: 7px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);

}


.ui-menu::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:6px;
    height:0px
}

.ui-menu::-webkit-scrollbar-track {
    background-color:#DADADA;
}

.ui-menu::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/
    background-color:#F15F22;
    /*box-shadow:0px 1px 1px #fff inset;*/
    background-position:center;
    background-repeat:no-repeat;
}

.ui-menu::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:7px;
    height:0px
}

.ui-menu::-webkit-scrollbar{
    width: 11px;
}

body .ui-menu .ui-menu-item:hover,
body .ui-menu .ui-menu-item:active,
body .ui-menu .ui-menu-item:focus,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
    background: #fff;
    border: none;
    outline: none;
    color: #F15F22;
}

body .ui-menu .ui-menu-item:hover .ui-menu-item-wrapper{
    background: #fff;
    border: none;
    outline: none;
    color: #F15F22;
}