
.vwb_title_section
{
    width: 100%;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 34px;
    text-transform: none;
    font-family: 'Inter';
    color:#6B6B6B;
    margin-top:0;
    margin-bottom:15px;
}
.package-col .product-name {
    line-height: 30px;
    /*height: 60px;*/
    font-size: 22px;
    font-weight: 500;
    color: #000 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}
.cart_img span
{
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-top: -27px;
}
.cart_img img
{
    display: block !important;
    margin-top: 10px;
    margin-left: 15px;
}
#vwb_new_complect
{
/*
    flex-direction: column;
    margin: 0 auto;
    text-align: left;
    align-items: baseline;
    position: absolute;
    width: 100%;
    height: 100%;
*/
    width: 100%;
    margin-top: 20px;
}
.add_to_cart_package
{
    padding: 16px 24px;
    font-size: 16px;
    line-height: 19px;
    /*font-family: 'RalewayBold';*/
    position: relative;
    float: right;
}
.btn_loader {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #80808085;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pack_price{
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    color: #2c2c2c;	
}
#pack_price p{
    font-size: 20px;
    margin-bottom: 0;
}

/*.package-main-block
{
    margin-left: 70px;
}*/
/*
*/
@media  (min-width: 320px) and (max-width: 1280px) {

    .add_to_cart_package
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .vwb_title_section {
        line-height: 26px;
        font-size: 22px;
        margin-bottom: 21px;
    }
    .package-col .product-name {
        line-height: 24px;
        height: 48px;
        font-size: 18px;
    }
}