.webshop-cart-icon {
    font-size: 25px;
    color: #444;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    cursor: pointer;
}

.webshop-cart-icon i {
  position: relative;
}

.webshop-cart-icon span.cart-count-badge {
    background: #bf1e2e;
    border: solid 1px white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -5px;
    right: -7px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: arial;
    text-align: center;
    line-height: 15px;
}

.mini_cart{
    font-size: 13px;
    line-height: 13px;
    background: white;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    position: absolute;
    top: 70px;
    right: 30px;
    padding: 20px;
    z-index: 1000;
    width: 350px;
    border-radius: 3px;
}

.mini_cart table{
  width: 100%;
}

.mini_cart table thead th,
.mini_cart table tbody td,
.mini_cart table tfoot td {
    padding: 6px 15px 6px 0;
}


.mini_cart table thead td.cart-price,
.mini_cart table thead th.cart-price,
.mini_cart table tbody td.cart-price {
    text-align: right;
    width: 90px;
}


.mini_cart table thead td.trash,
.mini_cart table thead th.trash,
.mini_cart table tbody td.trash {
    width: 15px;
    text-align: center;
    padding: 0;
}

.mini_cart table thead tr:last-child th,
.mini_cart table tbody tr:last-child td {
    padding-bottom: 10px;
}

.mini_cart table tbody tr:first-child td,
.mini_cart table tfoot tr:first-child td {
    padding-top: 10px;
}

.mini_cart table tbody tr:last-child td{
  border-bottom: solid 1px #ddd;
}

.mini_cart table tbody tr:first-child td{
  border-top: solid 1px #ddd;
}

.mini_cart a.cart-btn{
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 15px !important;
  color: #ccc !important;
  display: inline-block !important;
  border-radius: 2px !important;
  font-weight: normal !important;
}

.mini_cart a.cart-btn.primary{
  background: #12af12;
  color: white !important;
}

.mini_cart a.cart-btn i{
  height: 36px !important;
  line-height: 36px !important;
  float: right;
  font-size: 15px !important;
  margin-left: 10px !important;
}

.mini_cart .mini_cart_footer{
  margin-top: 20px;
}

.card-title {
    font-weight: 600;
    /*font-size: 18px;*/
}


ul.payment,
ul.issuer{
  margin: 0 -15px;
}

ul.payment, ul.payment li ,
ul.issuer, ul.issuer li {
    list-style: none;
    padding: 0;
}

ul.payment li ,
ul.issuer li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
}

ul.payment li a ,
ul.issuer li a {
    display: block;
    border: solid 1px #dddddd;
    border-radius: 4px;
    margin: 5px;
    height: 130px;
    color: #aaa;
    transition: all .04s;
    opacity: 0.6;
    filter: grayscale(100%);
    position: relative;
    outline: none;
}

ul.payment li a:hover ,
ul.issuer li a:hover {
  color: #aaa;
  border-color: #CFCDCD;
  opacity: 1;
}

ul.payment li a.active ,
ul.issuer li a.active {
  color: #aaa;
  background: #F8F8F8;
  opacity: 1;
  filter: grayscale(0%)
}

ul.payment li a .inner ,
ul.issuer li a .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

ul.payment li a .inner > div,
ul.issuer li a .inner > div{
  display: inline-block;
}

/*ul.payment li img {
    display: block;
    margin: 0 auto;
}*/

.bank-select {
    position: absolute;
    bottom: 3px;
    left: 5px;
    right: 5px;
    border-top: solid 1px #ddd;
    padding-top: 3px;
    display: none;
}

.webshop.checkout .personal .row{
  /* margin: 0; */
}

.webshop.checkout .personal .col{
  padding: 3px;
}

.checkout-loader {
    color: black;
    background: rgba(255,255,255,0.94);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 40px;
    display: none;
    z-index: 10;
}

.checkout-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    opacity: 0.6;
}

.amount-control {
    border: solid 1px #ddd;
    display: inline-block;
    border-radius: 38px;
}

.amount-control input {
    width: 28px;
    text-align: center;
    border: none;
     height: 26px;
    line-height: 26px;
    font-size: 15px;
}

.amount-control a {
    display: inline-block;
    font-weight: bold;
    padding: 0 14px;
    cursor: pointer;
    border-radius: 8px;
}

.amount-control a:hover{
  background:#eee;
}

.amount-control a,.amount-control > span{
  float: left;
}
