.product-info-main .hd_video {
    display: inline-block;
    float: right;
    margin-top: -65px;
    background: url('../images/hd_logo-1.svg') no-repeat top right / 60px;
    width: 60px;
    height: 50px;
}
.product-social-links .action.towishlist::before, .block-bundle-summary .action.towishlist::before, .product-item .action.towishlist::before, .table-comparison .action.towishlist::before {
    content: "";
    background: url(../images/heart_logo-1.svg) no-repeat top right / 19px;
    width: 19px;
    height: 16px;
}
.product-item .hd_video_icon {
    float: left;
    margin-top: -30px;
    background: url(../images/hd_logo-1.svg) no-repeat top right / 25px;
    width: 25px;
    height: 20px;
    z-index: 99;
    position: absolute;
    padding-left: 10px;
}

@media only screen and (max-width:639px){
    .product-info-main .hd_video {
        display: inline-block;
        float: right;
        margin-top: -45px;
        background: url('../images/hd_logo-1.svg') no-repeat top right / 30px;
        width: 30px;
        height: 25px;
    }
}
.grecaptcha-badge {
    display: none;
}