.hm-btn-order{
    align-items: center;
    background: #209e13;
    background-color: #209e13 !important;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px auto;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 500;
    justify-content: center;
    display: flex;
}
.hm-btn-order:focus{
    background: #209e13 !important;
}

.hm-btn-order i{
    margin-left: 7px;
    font-size: 19px;
}

.hm-btn-order svg{
    height: 33px;
    margin-inline-end: 7px;
    fill: #fff;
}

.hm-btn-order:hover{
    box-shadow: 0 10px 10px #adadad54;
    text-decoration: none;
    color: #fff;
}


.single-product .hm-btn-order{
    width: max-content !important;
    margin: 16px 0 !important;
}

@media (max-width: 750px) {
    .hm-btn-order.mob{
        display: flex;
    }
    .hm-btn-order.des{
        display: none;
    }
    .wd-sticky-btn-cart .hm-btn-order{
        display: none;
    }
}

@media (min-width: 750px) {
    .hm-btn-order.mob{
        display: none;
    }
    .hm-btn-order.des{
        display: flex;
    }
}

.xts-product-variations .hm-btn-order{
    display: none;
}