.no-padding {
  padding: 0;
}
/*****
** Element Variables
**
** @{element}-{attribute-name}-{variation}: #HEX;
*****/
.no-padding {
  padding: 0;
}
div[class*='-validation'].error {
  border-top: 1px solid #e4d0d2;
  border-bottom: 1px solid #e4d0d2;
  background-color: #f2dedf;
  color: #884d53;
}
div[class*='-validation'].error .container {
  background-color: #f2dedf;
}
div[class*='-validation'].success {
  background-color: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
}
div[class*='-validation'].success .container {
  background-color: #dff0d8;
}
div[class*='-validation'] .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
div[class*='-validation'] p {
  padding: 10px;
  margin: 0;
}
p.email-preferences-label {
  color: #838383;
}
.text-center {
  text-align: center;
}
.bg-shaded {
  background-color: #f3f3f3;
}
.pagination {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pagination > div {
  text-align: center;
}
.pagination > div strong {
  text-align: center;
  color: white;
  background: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
}
.pagination > div a {
  text-align: center;
  color: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #0099a8;
}
.close-row {
  display: none;
}
@media (max-width: 310px) {
  .close-row {
    display: block;
  }
  .close-row .close-mobile-nav {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url("/images/global/close-icon.png");
    background-image: none, url("/images/global/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.paymetric-content {
  text-align: center;
  width: 600px;
  margin: 0 auto;
  border: 2px solid #0099a9;
  border-radius: 8px;
  margin-top: 50px;
  font-family: 'Source Sans Pro Semibold', sans-serif;
}
.merchant-logo {
  background-image: url("https://www.surepetcare.com/media/sure_petcare_logos/sure_petcare_logo_paw_landscape_rgb_438x171.png");
  background-size: 515px;
  background-repeat: no-repeat;
  height: 200px;
  background-position: center;
  margin-bottom: 20px;
}
#c-content input {
  border: 1px solid #0099a9;
  border-radius: 4px;
  height: 20px;
  background-color: #0099a92b;
  width: 200px;
}
.card-selector-dropdown {
  padding-bottom: 20px;
}
.billing-header {
  background-color: #657f91;
  color: white;
  font-size: 24px;
  font-family: 'Source Sans Pro Semibold', sans-serif;
}
.billing_info {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro Semibold', sans-serif;
}
.payment-container {
  margin-top: 50px;
  margin-bottom: 35px;
}
.payment-container .payment-string {
  font-family: 'Source Sans Pro Semibold', sans-serif;
  background-color: #0099a9;
  color: white;
  padding: 10px;
  border-radius: 7px;
}
.payment-selector-label {
  padding: 5px;
  font-size: 18px;
  font-family: 'Source Sans Pro Semibold', sans-serif;
}
.spc-left-align {
  padding-right: 20px;
}
.spc-credit-card-data-elements {
  margin-bottom: 10px;
}
.payment-button {
  margin-top: 25px;
  margin-bottom: 25px;
}
.payment-button #cancel-btn {
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  margin-right: 80px;
  background-color: #ff000059;
  border-radius: 6px;
  border: 2px solid red;
}
.payment-button #submit-btn {
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  background-color: #00800063;
  border-radius: 6px;
  border: 2px solid green;
}
