.align-right{ text-align: right; }
body div.entry-content .checkout-title {
    text-align: center;
    font-size: 24px;
}
.cart-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
}

.cart-form form .cart-total {
    max-width: 35%;
    width: 100%;
    order: 4;
    transform: translateY(-60px);
}
.cart-form form .payment-option {
    max-width: calc(100% - 37%);
    width: 100%;
    order: 2;
}
#cart.cart-form table {
    border: none;
}
#cart.cart-form table tr td {
    border: none;
    background: transparent;
}
#cart.cart-form table #method_type_div_id {
    margin-top: 15px;
    margin-bottom: 15px;
}
#cart.cart-form table input[type="radio"] {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    width: 15px;
    height: 15px;
    margin: 3px 5px -3px 0;
    border: 4px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}
#cart.cart-form table input[type="radio"]:checked {
    box-shadow: 0px 0px 0px 2px #d1d1d1;
    background-color: #07a0cc;
}
#cart.cart-form table .ul-list {
    margin-left: 0;
    background: #ededed;
    padding: 1em 2em;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: rgb(237,237,237);
  background: -moz-linear-gradient(302deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 100%);
  background: -webkit-linear-gradient(302deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 100%);
  background: linear-gradient(302deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ededed",GradientType=1);
  box-shadow: 2px 2px 5px 0px rgb(155 155 155 / 30%);
}
#cart.cart-form table .ul-list li {
    margin: 0 0 10px;
    line-height: 1;
}
#cart.cart-form table .ul-list .full {
    width: 100%;
}
#cart.cart-form table .ul-list .full.exp, #cart.cart-form table .ul-list .full.cvv {
    max-width: 180px;
    width: 100%;
    margin-right: 15px;
}
#cart.cart-form table .ul-list .full.cvv {margin-right: 0px;}
#cart.cart-form table .ul-list li input {width:100%;height: 34px;outline: none;font-size: 1.6rem;}
#cart.cart-form table .ul-list li select {outline: none;font-size: 1.6rem;height: 34px;}
#cart.cart-form table .ul-list li label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}


#cart.subscription-card table .ul-list .full{
    text-align: left;
}

#cart.cart-form table .ul-list li strong {
    font-weight: bold !important;
    color: #000000;
}
#cart.cart-form table .ul-list .secure-msg p {
    font-size: 12px;
    margin: 0;
}
#cart.cart-form #frm_ec table label {
    font-size: 12px;
    font-weight: bold;
}
#cart.cart-form #frm_ec table input {
    height: 34px;
    outline: none;
    font-size: 1.6rem;
}
#cart.cart-form #frm_ec table select {
    width: 100%;
    height: 34px;
    font-size: 1.6rem;
}
#cart.cart-form #frm_ec {
    padding: 1em 1em;
    margin-bottom: 1rem;
    border-radius: 20px;
    background: rgb(237, 237, 237);
    background: -moz-linear-gradient(302deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-linear-gradient(302deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(302deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ededed",GradientType=1);
    box-shadow: 2px 2px 5px 0px rgb(155 155 155 / 30%);
}
#cart.cart-form table tr td.accept-checkbox {
    font-size: 14px;
}
#cart.cart-form table tr td.accept-checkbox input[type="checkbox"] {
    margin-right: 5px;
}
#cart.cart-form table tr td input[type="submit"] {
    background: #0993ba;
    margin-top: 20px;
    transition: all .3s;
}
#cart.cart-form table tr td input[type="submit"]:hover, #cart.cart-form table tr td input[type="submit"]:focus {background-color: #1ca4ca;}
.cart-form form .cart-total {
    display: block;
    padding: 1em 0em .5em;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 5px 0px rgb(155 155 155 / 30%);
    border-radius: 10px;
}
#cart.cart-form form .cart-total td.heading {
    margin: 0em 0em 20px;
    display: block;
    padding: 0 10px 15px;
    border-bottom: 1px solid #f6f5f6;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
#cart.cart-form form .cart-total tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#cart.cart-form form .cart-total tr:not(:first-child) td:last-child {
    font-weight: 400;
}
#cart.cart-form form .cart-total tr:not(:first-child) td:first-child {
    font-size: 14px;
}
#cart.cart-form form .cart-total tr:last-child {
    padding-top: 5px;
    border-top: 1px solid #f6f5f6;
}
#cart.cart-form form .cart-total tbody {
    display: block;
}
@media screen and (max-width:999px) {
#cart.cart-form form .cart-total {transform: translateY(-100px);}
}
@media screen and (max-width:666px) {
  .cart-form form .cart-total {max-width: 100%;order: 2;}
  #cart.cart-form form .cart-total {transform: translateY(0px);}
  .cart-form form .payment-option {max-width: 100%;order: 4;}
  #cart.cart-form table .ul-list {padding: .5em 1em;}
}
@media screen and (max-width:480px) {
#cart.cart-form #frm_ec table tr, #cart.cart-form #frm_ec table tr td {
    display: block;
    padding: 0;
}
#cart.cart-form #frm_ec table tr {
    margin-bottom: 10px;
}