.wc-presale-product-date-wrapper{
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-left: 20px;
    text-align: right;
}
.wc-presale-product-date{
    color: #7D7D7D !important;
    font-size: 11px;
}
.wc-presale-product-date-wrapper p{
    color: #B90000;
}

.wc-presale-product-date-info{
    font-weight: 700;
    font-size: 14px;
    position: relative;
}

.wc-presale-product-date-info::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #B90000;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.wc-presale-product-info-wrapper{
    padding: 10px 55px;
    margin-top: 20px;
    background-color: #F5D9D9;
    color: #B90000;
    font-size: 14px;
    position: relative;
    border-radius: 5px;
}

.wc-presale-product-info-wrapper .wc-presale-product-info-icon {
    position: absolute;
    left: 4%;
}

.woocommerce-cart-form .wc-presale-product-info-wrapper{
    padding: 10px 10px 10px 30px;
    margin-top: 20px;
    background-color: #F5D9D9;
    color: #B90000;
    font-size: 14px;
    position: relative;
    border-radius: 5px;
}
.woocommerce-cart-form .wc-presale-product-info-wrapper .wc-presale-product-date{
    color: #B90000 !important;
}

.woocommerce-cart-form .wc-presale-product-date-info::before {
    content: '';
    display: none;
}

.woocommerce-cart-form .wc-presale-product-info-wrapper .wc-presale-product-info-icon {
    position: absolute;
    left: 3%;
}

.single-product .product-cart form{
    flex-wrap: wrap;
}

.product-labels .presale{
    background: #004F42;
    color: white;
}