li.mk_method {
    padding: 3px;
}

.mk_method_selected {
    background-color: coral;
}

.mk_method_selected_list {
    background-color: antiquewhite;
}

.veebipoed-payment-methods-list > li > .payment-method > img {
    padding: 20px 1px;
    border: 1px solid;
    border-radius: 3px;
    background-color: white;
}
.veebipoed-payment-methods-list > li > .payment-method:hover > img {
    padding: 19px 0;
    border: 2px solid;
    background-color: #eee;
}
.veebipoed-payment-methods-list > li {
    float: left;
    margin-right: 10px;
}
.veebipoed-payment-methods-list {
    margin-top: 10px;
}

.ajax_loader {
    background: transparent url('../img/ajax-loader.gif') no-repeat center center;
    background: rgba(230,230,230,0.3) url('../img/ajax-loader.gif') no-repeat center center !important;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.logo_size_m{
    width: 135px;
}

.logo_size_s{
    width: 100px;
}

.hidden {
    display: none;
}

.flag_mk_select{
    width: 100%;
    overflow: hidden;
}

.flag_mk_select li{
    float: left;
    margin: 0 3px;
    opacity: 0.5;
}

.flag_mk_select li.selected{
    opacity: 1;
}

.makecommerce_carrier {
    width: 100%;
}

#mk_list .payment_module {
  margin: 0;
  font-size: inherit;
}

#mk_list .payment_module a {
  display: block;
  padding: 0.5em;
}

#mk_list .payment_module a img {
  margin-right: .5em;
}

#mk_list .payment_module a span {
  text-transform: uppercase;
}

#mk_widget .payment_module li {
    float: left;
    margin: 5px 5px 0 0;
}

#mk_widget .payment_module {
    background: url(../img/logo.png) 25px 20px no-repeat #fbfbfb;
    display: block;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 33px 45px 34px 99px;
    letter-spacing: -1px;
    position: relative;
    margin: 0 0 9px;
}

#mk_widget .payment_module a{
    color: #000;
    cursor: pointer;
}

#mk_widget .payment_method_list{
    display: none;
}

.payment_method_list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#mk_widget .payment_method_list{
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 -79px;
    overflow: hidden;
}

#mk_widget .icon-chevron-down{
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
    float: right;
    cursor: pointer;
}

#mk_widget .icon-chevron-down:before{
    content: "\f077";
}

#module-makecommerce-cards p.cart_navigation{
    float: left;
}
