

.sc_layouts_row_type_compact .sc_layouts_cart .sc_layouts_cart_icon:before{
    width:20px;
    content: ''!important;
    height:20px;
    background: url('../images/cart-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.sc_layouts_login .sc_layouts_login_icon:before {
    width:23px;
    content: ''!important;
    height:20px;
    background: url('../images/account-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.cta-menu a{
    margin-inline-start:0!important;
}
@media (min-width: 1280px){
    .cta-menu a {
        background-color: #63656A;
        color: #fff!important;
        font-size: 14px!important;
        text-transform: uppercase;
        padding: 8px 11px !important;
        line-height: 14px;
        border-radius: 20px;
        font-weight: 450!important;
        border:2px solid #63656A;
    }
    
    .cta-menu:hover a {
        background-color: #fff;
        color: #63656A!important;
    }
    .cta-menu:hover a:after {
        display: none;
    }

}
@media (max-width: 1279px){
    .cta-menu a {
        background-color: #fff;
        color: #63656A!important;
        border-radius: 50px;
        font-weight: 450!important;
    }
    

}









