.best-deals-box-price {
    display: flex;
    align-items: center;
}
p.new-price {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px; 
    color: #FF0066;
    margin-right: 10px;
}
p.old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: line-through;
    color: #B1B1B1;
}
a.btn-to-cart.buy-product {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00B9BF;
    margin-top: 17px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 1px 8px rgb(0 0 0 / 12%);
    transition: .2s all linear;
    border: 1px solid transparent;
}

a.btn-to-cart.buy-product:hover {
    background: transparent;
    border-color: #00B9BF;
    color: #00B9BF;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: transparent !important;
    border: none;
    cursor: default;
}
.main-catalog-btn-to-cart .btn-to-cart{
    width: 100%!important;
    height: 50px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    background: #00B9BF!important;
    margin-top: 17px!important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 22px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    color: #FFFFFF!important;
    text-shadow: 0px 1px 8px rgb(0 0 0 / 12%)!important;
    transition: .2s all linear!important;
    border: 1px solid transparent!important;
    cursor: pointer;
}

.main-catalog-btn-to-cart .btn-to-cart:hover{
    background: transparent!important;
    border-color: #00B9BF!important;
    color: #00B9BF!important;
}
@media screen and (max-width: 767px) {


    a.btn-to-cart.buy-product,
    .main-catalog-btn-to-cart .btn-to-cart {
        height: 30px !important;
        font-size: 12px !important;
    }

    span.lizing-info+span.economy {
        margin-left: 0;
    }

    span.lizing-info {
        margin-bottom: 5px;
    }

    .best-deals-box span.select2.select2-container {
        min-width: 90%;
    } 
    
    .main-catalog-btn-to-cart .btn-to-cart {
        line-height: 12px!important;
    }
}