#order-standard_cart .products .product div.product-desc,
#order-standard_cart .products .product footer{
    width: 100%;
}


.table.pricing-table th{
    padding-bottom: 0 !important;
}


.plan-hover{
    margin-top: 66px !important;
    width: calc(100% - 15px) !important;
    left: 8px !important;
    padding-top: 2px !important;
}

.product-desc li{
    list-style-type: none !important;
    text-align: left !important;
    margin: 15px 0px;
    padding-left: 23px;
    position: relative;
}

.product-desc li:before{
    content: '';
    background-image: url('../../../plumtex-2019/assets/img/svgs/checkmark.svg');
    width:12px;
    height: 12px;
    display: block;
    float: left;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 5px;
    left: 0;
    position: absolute;
}

.product-desc ul{
    line-height: 1.2;
    padding-left: 0 !important;
    padding: 0 10px !important;
}
.product-desc br{
    display: none;
}


.btn{
    outline: none !important;
}

.checkout-security-msg{
    display: none !important;
}