@media only screen and (max-width: 639px) {
  .amrec-subscriptions-grid .amrec-cell {
    display: block;
    padding: 3px 5px;
  }
  .amrec-subscriptions-grid .amrec-cell:before {
    display: inline-block;
    padding-right: 10px;
    color: #111;
    content: attr(data-th) ': ';
    font-weight: 700;
  }
}
@media all and (min-width: 1024px), print {
  .amrec-product-view .amrec-cycle-container .amrec-label:nth-of-type(odd),
  .amrec-product-view .amrec-end-type > .amrec-label {
    margin-right: 10px;
  }
  .amrec-product-view .amrec-cycle-container .amrec-input.-radio + .amrec-label,
  .amrec-product-view .amrec-subscription-start > .amrec-datepicker,
  .amrec-product-view .amrec-end-type > .amrec-input.-radio + .amrec-label,
  .amrec-product-view .amrec-end-type > .amrec-content {
    width: 48%;
  }
  .amrec-product-view .amrec-end-type > .amrec-input.-radio + .amrec-label {
    margin-bottom: 0;
  }
  .amrec-subscription-start .amrec-datepicker + .ui-datepicker-trigger {
    top: auto;
    left: 48%;
    transform: translateX(calc(-100% - 10px));
  }
}
._am-calendar-component.ui-datepicker,
.amrec-calendar-component.ui-datepicker {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
._am-calendar-component.ui-datepicker table,
.amrec-calendar-component.ui-datepicker table {
  font-size: 14px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev,
._am-calendar-component.ui-datepicker .ui-datepicker-next,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next {
  top: 7px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 13px;
  height: 13px;
  border-width: 0 0 2px 2px;
  border-color: #575855;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span {
  transform: translate(-50%, -50%) rotate(45deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  transform: translate(-50%, -50%) rotate(225deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-month,
._am-calendar-component.ui-datepicker .ui-datepicker-year,
.amrec-calendar-component.ui-datepicker .ui-datepicker-month,
.amrec-calendar-component.ui-datepicker .ui-datepicker-year {
  border-color: #a1a1a1;
  border-radius: 2px;
}
._am-calendar-component.ui-datepicker button,
.amrec-calendar-component.ui-datepicker button {
  border-color: #1979c3;
  border-radius: 2px;
  background: none;
  box-shadow: none;
  color: #1979c3;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker button:hover,
.amrec-calendar-component.ui-datepicker button:hover {
  background: #c9e4f8;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  background: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th span {
  padding: 5px;
  text-align: center;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #1979c3;
  color: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-buttonpane,
.amrec-calendar-component.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
}
._amrec-title,
.amrec-cycle-container .amrec-title,
.amrec-subscription-start .amrec-title,
.amrec-subscription-end .amrec-title {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
._amrec-panel,
.amrec-subscription-options,
.amrec-subscription-info {
  padding: 25px;
  background: #f7f7f7;
}
._amrec-input,
._amrec-datepicker,
.amrec-end-type.-cycles > .amrec-content > .amrec-input,
.amrec-subscription-start .amrec-datepicker,
.amrec-end-type.-date > .amrec-content .amrec-datepicker {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
._amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 9px;
}
._amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 25px;
}
._amrec-radio-input,
._amrec-radio-input.-plate,
.amrec-purchase-option .amrec-input.-radio,
.amrec-purchase-option .amrec-input.-radio.-plate,
.amrec-cycle-container .amrec-input.-radio,
.amrec-end-type .amrec-input.-radio {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
._amrec-radio-input + .amrec-label,
._amrec-radio-input.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label {
  display: flex;
  align-items: center;
}
._amrec-radio-input + .amrec-label:before,
._amrec-radio-input.-plate + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:before,
.amrec-end-type .amrec-input.-radio + .amrec-label:before {
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  content: '';
  transition: all .2s ease;
}
._amrec-radio-input:checked + .amrec-label,
._amrec-radio-input.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label {
  text-shadow: 0 0 .9px #000;
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input.-plate + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 15px;
  min-width: 175px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label {
  border: 1px solid #1979c3;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate + .amrec-label:hover,
._amrec-radio-input.-plate:focus + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label:hover,
._amrec-radio-input.-plate.-plate:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio.-plate:focus + .amrec-label {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.amrec-subscriptional-label {
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 600;
}
.amrec-subscriptional-label:before {
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  content: '';
}
.am-checkout.-modern .amrec-subscriptional-label {
  background: #efefef;
}
.amrec-tooltip {
  vertical-align: middle;
}
.amrec-tooltip {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8fbee3 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  cursor: pointer;
}
.amrec-tooltip:hover {
  background: #459be0 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amrec-tooltip-content.ui-tooltip {
  padding: 10px;
  max-width: 160px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.35);
}
.amrec-product-view {
  margin-bottom: 25px;
  color: #000;
}
.amrec-product-view .amrec-panel:not(:last-of-type) {
  margin-bottom: 20px;
}
.amrec-product-view .amrec-label {
  font-size: 16px;
  cursor: pointer;
}
.amrec-product-view .amrec-comment {
  font-size: 11px;
}
.amrec-purchase-option {
  margin-bottom: 20px;
}
.amrec-purchase-option > .amrec-label {
  font-weight: 600;
  font-size: 18px;
}
.amrec-subscription-options {
  margin-top: 15px;
}
.amrec-subscription-options > .amrec-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-subscription-options > .amrec-block:first-of-type {
  margin-top: 0;
}
.amrec-cycle-container .amrec-error {
  width: 100%;
}
.amrec-subscription-start {
  position: relative;
  margin-top: 30px;
}
.amrec-subscription-end {
  margin-top: 40px;
}
.amrec-end-type {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-end-type:not(:last-child) {
  margin-bottom: 10px;
}
.amrec-end-type .amrec-input.-radio:checked ~ .amrec-content {
  opacity: 1;
  pointer-events: auto;
}
.amrec-end-type .amrec-content {
  position: relative;
  width: 100%;
  opacity: .5;
  pointer-events: none;
}
.amrec-end-type .amrec-error {
  width: 100%;
  text-align: right;
}
.amrec-end-type.-cycles > .amrec-content {
  display: flex;
  align-items: center;
}
.amrec-end-type.-cycles > .amrec-content > .amrec-input {
  margin-right: 12px;
  width: 80px;
  text-align: center;
}
.amrec-subscription-info {
  margin-top: 20px;
}
.amrec-subscription-info .amrec-status {
  display: block;
  width: 20px;
  height: 20px;
}
.amrec-subscription-info .amrec-status.-yes {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-subscription-info .amrec-status.-no {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzc0YTEgMSAwIDAgMC0xLjQxMy0xLjQxNEwxMCA4LjU4NiA3LjM3NCA1Ljk2QTEgMSAwIDAgMCA1Ljk2IDcuMzc0TDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNUwxMCAxMS40MTNsMi42MjcgMi42MjdhMSAxIDAgMCAwIDEuNDE0LTEuNDE1TDExLjQxNCAxMGwyLjYyNy0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-info-table .amrec-cell.-value {
  font-weight: 600;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell {
  background: #fff;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hidden {
  display: none;
}
.-nobackground {
  background: none !important;
}
.-nobold {
  font-weight: 400 !important;
}
.amrec-product-label {
  margin-top: 25px;
  padding: 6px 10px;
  border-left: 5px solid #f2c94c;
  background: #f2f2f2;
  color: #000;
  font-weight: 600;
}
.amrec-product-label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  background-size: contain;
  content: '';
  vertical-align: middle;
}
.amrec-product-label .amrec-text {
  vertical-align: middle;
}
.amrec-subscriptions-notice {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid {
  overflow-x: auto;
}
.amrec-subscriptions-grid .amrec-item:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
.amrec-subscriptions-grid .amrec-cell {
  padding: 11px 10px;
}
.amrec-subscriptions-grid .amrec-cell,
.amrec-subscriptions-grid .amrec-th {
  vertical-align: top;
}
.amrec-subscriptions-grid .amrec-name {
  cursor: pointer;
}
.amrec-subscriptions-grid .amrec-name:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid;
  margin: 0px 0 -3px 5px;
  transform-origin: 50% 26%;
}
.amrec-subscriptions-grid .amrec-name.-up:after {
  transform: rotate(180deg);
}
.amrec-subscriptions-grid .amrec-label {
  font-weight: bold;
}
.amrec-subscriptions-grid .amrec-info {
  min-width: 200px;
}
.amrec-subscriptions-grid .amrec-shipping {
  margin-top: 10px;
}
.amrec-subscriptions-grid .amrec-details {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid .amrec-value {
  margin-left: 5px;
}
.amrec-subscriptions-grid .amrec-button {
  padding: 10px 15px;
  color: #fff;
  background: #848484;
  border-radius: 5px;
  box-shadow: none;
}
.amrec-subscriptions-grid .amrec-button:hover {
  background: #919191;
}
.amrec-cancel-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.amrec-cancel-confirmation .amrec-overlay {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #efefef;
  opacity: .4;
}
.amrec-cancel-confirmation .amrec-popup {
  z-index: 9999;
}
.amrec-subscription-cancel {
  position: relative;
  box-sizing: border-box;
  padding: 35px;
  max-width: 90vw;
  width: 540px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(157, 157, 157, 0.25);
}
.amrec-subscription-cancel .amrec-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.amrec-subscription-cancel .amrec-close:hover {
  background: #f1f1f1;
}
.amrec-subscription-cancel .amrec-close:before,
.amrec-subscription-cancel .amrec-close:after {
  position: absolute;
  width: 11px;
  height: 2px;
  background: #c4c4c4;
  content: '';
}
.amrec-subscription-cancel .amrec-close:before {
  transform: rotate(45deg);
}
.amrec-subscription-cancel .amrec-close:after {
  transform: rotate(135deg);
}
.amrec-subscription-cancel .amrec-close:hover:before,
.amrec-subscription-cancel .amrec-close:hover:after {
  background: #363636;
}
.amrec-subscription-cancel .amrec-header {
  margin: 5px 0 0;
  font-size: 16px;
}
.amrec-subscription-cancel .amrec-text {
  margin-top: 15px;
}
.amrec-subscription-cancel .amrec-wrapper {
  margin-top: 30px;
  text-align: right;
}
.amrec-subscription-cancel .amrec-button {
  padding: 15px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amrec-subscription-cancel .amrec-button.-confirm {
  background: #1787e0;
  color: #fff;
}
.amrec-subscription-cancel .amrec-button.-confirm:hover {
  background: #3f9feb;
}
#amasty_recurring_payments_general_supported_payments {
  font-family: "Admin Icons", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  /* Do not add a generic font! */
}
.amrecurring-gateway-messages .amrecurring-list {
  margin-left: 30px;
}
