 body.widget-snippet  .header-top-right{
        text-align: left;
        margin: 30px;
    }
.header-top-right{
        text-align: right;
    }
.header-top-right a {
        font-size: 18px;
        font-family: 'Gilroy';
        font-weight: bold;
        padding: 32px 15px;
        color: #fff;
        background: #6aca5a;
        transition: all 0.5s ease;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
        display: inline-block;
        text-decoration: none;
        margin-left: -5px;
        line-height: 21px;
    }
.header-top-right a:hover{
        color:#fff;
        background: #000;
        text-decoration: none;
    }

.header-top-right a:last-of-type{
        background:#ff3e48;
        transition: all 0.5s ease;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }
.header-top-right a:last-of-type:hover{
        background:#000;
        color:#fff;
    }
