.icon-group span{
    margin-left: 2rem;
}


.shop{

    width: 230px;
    height: 49px;
    background-color: black;
    color: white;
    margin-top: 50px;

}

.shop:hover{

    background-color: white;
    color: black;
    border:  1px solid black;

    

}

.aaa:hover{
 text-decoration: none;
}

.sell{
    width: 186px;
    height: 49px;
    background-color: black;
    color: white;
    margin-top: 50px;
    text-transform: uppercase;
}

.sell:hover{

    background-color: white;
    color: black;
    border: 1px solid black;

}


.sub{
    height: 41px;
    width: 150px;
    border-left: none;
    outline: none;
    border: none;
    background-color: skyblue;
}

.sub:hover{

    background-color: black;
    color: white;

}

.icon-t i{
    margin-left: 10px;
    margin-right: 5px;
    color: #72AEC8;
}

.pay-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay-t{
    display: flex;
    align-items: center;
    gap: 1rem;
}