.xh-client-button{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    position: relative;
    background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
    border: none;
    z-index: 0;
}

.xh-client-button.primary{
    color: #fff!important;
}

.head .title{
    font-weight: 700;
    color: #222;
    position: relative;
}

.xh-client-item .nav-link{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative;
    background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
    border: none;
    z-index: 0;
}

.title h2{
    margin: 0px;
}

.xh-client-button .icon .fa{
    color: #fff!important;
}

.xh-client-item{
    display: flex;
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    color: #4a5568;
    width: 100%;
    text-align: left;
    padding: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) /
    (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    align-items: center;
}

.imageUpload{
    padding-right: 15px;
}

.uk-input{
    margin-bottom: 10px;
}

.chosen-container-active .chosen-choices{
    border: 1px solid #0da487!important;
}

.xh-client-button.primary.active:hover {
    border-color: #0da487 !important;
    background: #0da487 !important;
    color: #fff !important;
}

.xh-client-button:hover {
    border-color: #0da487;
    background: #0da487;
    color: #fff;
}

.xh-client-button .icon svg path{
    fill: #fff;
}

.xh-client-button.primary:hover{
    border-color: #0da487;
    background: #0da487!important;
    color: #fff!important;
}

.xh-client-button{
    padding: 0px 12px!important;
}

.profile__label{
    padding-bottom: 4px;
}

.xh-client-tab li a::before {
    background: #0da487!important;
}

header .top-nav .navbar-top .rightside-box .right-side-menu{
    margin: 0;
}

.head .title{
    margin-bottom: 12px;
}

@media (max-width: 1460px) {
    header .top-nav .navbar-top .rightside-box .right-side-menu{
        margin-top: 0;
    }
    header .top-nav .navbar-top .middle-box .search-box .input-group .form-control{
        width: 290px;
    }
}

@media (max-width: 600px) {
    .right-side-menu{
        margin: 0;
    }
    header .top-nav .navbar-top .web-logo img{
        width: calc(94px + (162 - 120) * ((100vw - 320px ) / (1920 - 320)));
    }
}

.footer-link a span{
    font-size: calc(13px + (14 - 13) * ((100vw - 320px ) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
    color: #4a5568;
}

@media(max-width: 800px){
    .xh-client-button{
        font-size: 12px;
        height: 35px!important;
        font-weight: 600;
    }
    .title-leaf{
        width: 95px;
    }
    h2{
        font-size: calc(16px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    }
    .delivery-login-box .item span{
        font-size: 12px;
    }
}


.clearfix{
    margin-bottom: 20px;
}

.delivery-login-box .item{
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.close_button i{
    margin-right: 6px;
}

.uk-pagination{
    justify-content: start;
}

.uk-pagination > * > *{
    border: 1px solid transparent;
    color: #4a5568;
    padding: 5px 10px;
    border-radius: 5px;
}
.uk-pagination > * > *{
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    border: 1px solid #dee2e6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.uk-pagination li.uk-active span{
    background-color: var(--theme-color);
    border: var(--theme-color);
    color: #fff;
}

.uk-pagination li a:hover {
    border-radius: 5px;
    border: 1px solid var(--theme-color);
    background-color: unset;
}

