/* Css for top link start */

#pst_toplink {
    margin: 0;
}

#pst_toplink li {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px;
    position: relative;
}

#pst_toplink li:last-child{
     padding-right: 0;
} 

#pst_toplink li a {
    color: #000000;
}

#pst_toplink li a:hover {
    color: #e4573d;
}

#pst_toplink li:before {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 1px;
    height: 25px;
    background: #d0d0d0;
}

#pst_toplink li:last-child:before {
    display: none;
}

@media (max-width: 991px) {
    #links_block_top {
        float: right;
        position: relative;
    }
    #links_block_top .toplink-icon {
        height: 30px;
        width: 30px;
        cursor: pointer;
        background-image: url(../img/toplinkmobile-icon.svg);
        background-size: 16px;
        background-color: transparent;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
    }
    #links_block_top .toplink-icon:hover{
        background-image: url(../img/toplinkmobile-icon-hover.svg);
    }
    #links_block_top #pst_toplink {
        display: none;
        position: absolute;
        left: auto;
        right: 0;
        top: 50px;
        bottom: auto;
        background: #ffffff;
        min-width: 150px;
        z-index: 999;
        padding: 15px;
        text-align: left;
        border-top: 2px solid #4e97fd;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    }
    #pst_toplink li {
        display: block;
        padding: 0 0 3px 0;
    }
    #links_block_top #pst_toplink li a {
        color: #999999;
    }
    #links_block_top #pst_toplink li a:hover{
        color: #e4573d;
    }
    #pst_toplink li:before{
        display:none;
    }
    #pst_toplink li:last-child {
        padding-bottom: 0;
    }
}
/* Css for top link end */