.product-custom-info .custom-meta-list ul li {
    width: 100% !important;
    line-height: 20px;
    padding: 0px !important;
}

.product-custom-info {
    10px 0px}

.product-custom-info p, .product-custom-info ul li{
    font-size: 16px;
}

.product-custom-info ul {
    list-style: none;
    padding: 0;
        margin-bottom: 5px;
            margin-top: 5px;
}

.product-custom-info ul li {
    display: flex;
    align-items: center;
    margin: 0px;

}

.product-custom-info ul li::before {
    content: "✔";
    color: green;
    font-weight: bold;
    margin-right: 5px;
    font-size: 10px;
}

.products.woo-products .woo-product-name {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #003057;
    display: flex;
    align-items: center;
}

.products.woo-products .woo-product-name::before {
    color: #003057;
    border: none;
    padding: 2px 2px 0px 2px;
    line-height: 20px;
}


.learn-more-btn {
    gap: 10px;
    display: flex;
    margin-top: 20px;
    padding: 8px 15px;
    background-color: transparent;
    color: #003057;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s;
    border: 1px solid #003057;
    max-width: 165px;
}

.learn-more-btn:hover {
    background-color: #b71c1c;
    color:#fff !important;
}

.learn-more-btn svg {width: 18px;}

.learn-more-btn svg path{ fill: #003057;}
.learn-more-btn:hover svg path{ 
    fill:#fff !important;
}

#billing_phone_field .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}


@media screen and (max-width: 600px) {
    .custom-meta-heading { font-size: 16px;}
    .learn-more-btn { font-size: 16px;}
    .product-custom-info p, .product-custom-info ul li {font-size: 14px;}
}


@media screen and (max-width: 480px) {
    .columns-sm-2 .products li {
        width: calc(100% / 1) !important;
    }
}