﻿.panel-payments{
    border: none !important;
    border-radius: 0px !important;
}
/* .image_resize{
    width: 189px !important;
    height: 189px !important;
} */
.image_resize img{
    width: 180px !important;
    height: 180px !important;
}
.item .regular-price .price {
    margin-top: 0px !important;
}
.btn-send-otp-submit{
    background: #e4be5b;
    color: #fff;
    border: 0px;
    padding: 7px 30px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    text-transform: uppercase;
}

.payment-cards-wraper .col-md-4 {
    padding-top: 10px;
}