.ctl-ecommerce-product-preview-container h2{
    font-size: 14px !important;
    height: 30px;
}

.ctl-ecommerce-amount-desc{
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    font-size: 11px;
    transform: translateX(-50%);
}

.ctl-ecommerce-payment-methods-images{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ctl-ecommerce-payment-methods-images li{
    display: inline-block;
    margin-left: 5px;
}

.ctl-ecommerce-payment-methods-images img{
    width: 30px;
}

.ctl-ecommerce-payment-method-sm .ctl-ecommerce-payment-methods-images img{
    width: 20px;
}

.ctl-ecommerce-payment-methods-images img.ctl-ecommerce-sdd,
.ctl-ecommerce-payment-method-sm .ctl-ecommerce-payment-methods-images img.ctl-ecommerce-sdd{
    width: 50px;
}


.ctl-ecommerce-cart-item-qty,
.ctl-ecommerce-cart-product-qty{
    max-width: 90px;
}