/* Cash On Pickup payment module CSS **************************** */
/* PrestaShop 1.7.x */

/* CURRENCY LIST */
ul.currency-list-cm_cashonpickup { 
    margin-left: 40px; 
    list-style-type: circle; 
}

/* BACK OFFICE MAP PREVIEW */
#cm_cashonpickup-embed-map iframe {
    display: block;
    max-width: 100%;
}

/* PAYMENTS ICONS */
/*
.block-payment-logo-cm_cashonpickup {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5625rem 1.25rem;
    text-align: center;
}
.block-payment-logo-cm_cashonpickup img {
    margin: .25rem 0;
}
*/
img.cm_cashonpickup-logo {
    float: right;
}
span.cm_cashonpickup-address {
	font-weight: bold;
	color: #0080c0;
}

/* ICONS */
.cm_cashonpickup-logos img, 
.cm_cashonpickup-logos-execution img,
.cm_cashonpickup-logos-90 img, 
.cm_cashonpickup-logos-70 img,
.cm_cashonpickup-logos-custom img {
  margin: 0 12px 12px 0;
  background-color: #fff;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  box-shadow: 0px 1px 1.19px 0.81px rgba(0, 0, 0, 0.22);
}
.cm_cashonpickup-logos img {
  max-width: 130px;
  border-radius: 6px;
}
.cm_cashonpickup-logos-execution img {
  max-width: 90px;
  border-radius: 6px;
}
.cm_cashonpickup-logos-90 img {
  max-width: 90px;
  border-radius: 4px;
}
.cm_cashonpickup-logos-70 img {
  max-width: 70px;
  border-radius: 4px;
}
.cm_cashonpickup-last { 
  margin-bottom: 25px; 
}
.cm_cashonpickup-top-ident { 
  margin-top: 30px; 
}
/* EOF */