.arrow-up {
    border-bottom: 0;
}

.item .iconholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.item .iconholder span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 21px 6px 10px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}

.item .iconholder span:not(:last-child) {
    margin-bottom: 8px;
}

.popover-block {
    position: relative;
}

.popover-toggle:hover + .popover-content {
    display: block;
}



.popover-content {
    position: absolute;
    padding: 10px;
    background-color: #4A4A4A;
    border-radius: 2px;
    display: none;
    bottom: 132%;
    /*min-width: 85px;*/
    width: 165px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #E7E7E7;
    z-index: 100;
    text-align: center;
    /*width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;*/
    /* identical to box height, or 120% */
}

.popover-content:hover {
    display: block;
}

.popover-content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #4A4A4A;
    position: absolute;
    bottom: -10px;
    margin-left: -5px;
    right: 39%;
}

.popover-content:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    height: 20px;
    z-index: 0;
}

.badge-with-icon {
    padding: 9px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.badge-with-icon span {
    font-size: 13px;
    line-height: 15px;
}

.badge-with-icon img {
    margin-left: 2px;
    width: 14px;
    height: 14px;
}

.badge-with-icon.green {
    background-color: #409348;
}

.badge-with-icon.blue {
    background-color: #2B62B4;
}

.badge-with-icon.orange {
    background-color: #F5811A;
}

.badge-with-icon.roz {
    background-color: #E93068;
}

.block-top-right-icons {
    position: absolute;
    top: 12px;
    right: 12px;
}

.block-top-right-icons div:not(:last-child) {
    margin-bottom: 6px;
}

.block-top-right-icons .popover-content {
    right: 2px;
    bottom: -175%;
}

.block-top-right-icons .popover-content:after {
    content: "";
    position: absolute;
    top: -9px;
    margin-left: -5px;
    right: 0;
    -webkit-transform: rotateX(160deg);
    transform: rotateX(160deg);
}

@media only screen and (max-width: 767px) {
    .block-top-right-icons {
        top: 9px;
    }
}

.tov_content .left .big_img {
    position: relative;
}

.tov_content .left .big_img .iconholder {
    left: 0;
    top: 0;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tov_content .left .big_img span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px 40px 10px 20px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}

.tov_content .left .big_img span:not(:last-child) {
    margin-bottom: 8px;
}

.tov_content .left .big_img span.new {
    background-color: #219653;
}

.tov_content .left .big_img span.best-seller {
    background-color: #2F80ED;
}

.tov_content .left .big_img span.coming-soon {
    background-color: #9B51E0;
}

.tov_content .left .big_img span.hot-deal {
    background-color: #F5811A;
}

.tov_content .left .big_img .block-top-right-icons img {
    width: 48px;
}

.tov_content .left .big_img .block-top-right-icons .popover-content {
    bottom: 120%;
    left: -35px;
    width: 115px;

}

.tov_content .left .big_img .block-top-right-icons .popover-content:after{
    top: unset;
    bottom: -10px;
    right: 47px;
    transform: rotateX(0deg);
}


@media only screen and (max-width: 767px) {
    .tov_content .left .big_img .block-top-right-icons img {
        width: 32px;
    }

    .tov_content .left .big_img span {
        font-size: 12px;
        line-height: 14px;
        padding: 6px 21px 6px 10px;
    }
    .tov_content .left .big_img .block-top-right-icons .popover-content{
        left: -65px;
        width: 110px;
        bottom: 140%;
    }
    .tov_content .left .big_img .block-top-right-icons .popover-content:after{
        right: 21px;
    }




}

.top_content .item .text .popover-content a {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 12px !important;
    color: #E7E7E7 !important;
}

.top_content .item .img {
    overflow: unset;
}

.item-active-substances-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #F66143;
    font-size: 15px;
    line-height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    display: flex;
}

.item-active-substances-info .popover-toggle {
    margin-left: 6px;
}

.item-active-substances-info .popover-content {
    left: calc(-165px / 2 + 13px);
    bottom: 161%;
}

.item-active-substances-info .popover-content:after {
    content: "";
    position: absolute;
    right: 44%;
}