.product-rates .rate {
  font-size: 20px;
}

.product-rates label {
  border-radius: 3px;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #fff;
}

#purchasing-options .radio label:hover, #purchasing-options .radio .active {
  background-color: #9ca3bd;
  color: #343c59;
  -webkit-transition: ease-in .3s ease;
  transition: ease-in .3s ease;
  border-radius: 3px;
}

.back-issues-panel h2 {
  font-weight: 300;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .back-issues-panel .back-issues-panel-title {
    text-align: center;
    margin-top: 10px;
  }
  .back-issues-panel .back-issues-panel-date {
    text-align: center;
  }
  .back-issues-panel .back-issues-panel-digital-rate {
    padding: 10px;
  }
}

#tabUkPostage a,
#tabEuropeanPostage a,
#tabWorldwidePostage a,
#tabBirdNewsUltimate a,
#tabBirdNewsPro a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.responsive-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.responsive-tabs .nav-link.active {
  color: #fff;
  background-color: #D92429;
}

@media (min-width: 576px) {
  .responsive-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .responsive-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
  }
}

#SubscriptionGrid {
  margin: 20px 0;
}

#SubscriptionGrid h3 {
  margin: 10px 0 5px;
  font-size: 14px;
  color: inherit;
}

#DigitalArchiveGrid .radio-inline,
#SubscriptionGrid .radio-inline,
#SubscriptionOffers .radio-inline {
  min-width: 100px;
  color: #fff;
  background-color: #6A6A6A;
  border: 1px solid #6A6A6A;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

#DigitalArchiveGrid .radio-inline:active,
#DigitalArchiveGrid .radio-inline:hover,
#DigitalArchiveGrid .radio-active,
#SubscriptionGrid .radio-inline:active,
#SubscriptionGrid .radio-inline:hover,
#SubscriptionGrid .radio-active,
#SubscriptionOffers .radio-inline:active,
#SubscriptionOffers .radio-inline:hover,
#SubscriptionOffers .radio-active {
  background-color: #227b9b;
  border: 1px solid #227b9b;
}

.subscription-offers-row {
  display: none;
}

.subscription-offers-row .payment-option {
  min-width: 190px;
}

.subscription-offers-row .small {
  font-size: 60%;
}

.promotion-code-entry-form {
  background-color: #F8F9FA;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 1rem 0;
}

/*#StoreContainer .promotionItem {
    margin: 20px 0;
    padding: 10px;
}*/
#StoreContainer .promotionItem {
  margin-bottom: 20px;
  padding: 20px 10px;
}

#StoreContainer .giftItemRow {
  background-color: #F8F9FA;
  margin: 1rem 0;
  padding: 0.5rem;
  overflow: hidden;
}

#StoreContainer .promotionItem h3 {
  margin: 0;
  font-size: 18px;
}

#StoreContainer .vertical-align {
  height: 80px;
  line-height: 80px;
}

#StoreContainer .vertical-align span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

/* Check mark */
@media (max-width: 575.98px) {
  .circle-loader {
    margin: 0 0 30px 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    -webkit-animation-name: loader-spin;
            animation-name: loader-spin;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .circle-loader,
  .circle-loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
  }
  .load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    -webkit-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
  }
  .load-error {
    -webkit-animation: none;
    animation: none;
    border-color: red;
    -webkit-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
  }
  .checkmark {
    display: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .checkmark.draw:after {
    opacity: 1;
    height: 3em;
    width: 1.5em;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    border-right: 2px solid #5cb85c;
    border-top: 2px solid #5cb85c;
    content: '';
    left: 1.5em;
    top: 3em;
    position: absolute;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-name: checkmark;
            animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
  }
  .checkmark.error {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
    width: 3em;
    height: 3em;
  }
  .checkmark.error:before, .checkmark.error:after {
    position: absolute;
    content: ' ';
    height: 3em;
    width: 2px;
    background-color: #f00;
    -webkit-transform: all .5s ease;
            transform: all .5s ease;
  }
  .checkmark.error:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .checkmark.error:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  @-webkit-keyframes loader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 1.5em;
      opacity: 1;
    }
    40% {
      height: 3em;
      width: 1.5em;
      opacity: 1;
    }
    100% {
      height: 3em;
      width: 1.5em;
      opacity: 1;
    }
  }
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 1.5em;
      opacity: 1;
    }
    40% {
      height: 3em;
      width: 1.5em;
      opacity: 1;
    }
    100% {
      height: 3em;
      width: 1.5em;
      opacity: 1;
    }
  }
}

@media (min-width: 576px) {
  .circle-loader {
    margin: 0 0 30px 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    -webkit-animation-name: loader-spin;
            animation-name: loader-spin;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .circle-loader,
  .circle-loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
  }
  .load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    -webkit-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
  }
  .load-error {
    -webkit-animation: none;
    animation: none;
    border-color: red;
    -webkit-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
  }
  .checkmark {
    display: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .checkmark.draw:after {
    opacity: 1;
    height: 4em;
    width: 2em;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    border-right: 2px solid #5cb85c;
    border-top: 2px solid #5cb85c;
    content: '';
    left: 2em;
    top: 4em;
    position: absolute;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-name: checkmark;
            animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
  }
  .checkmark.error {
    position: absolute;
    left: 2em;
    top: 2em;
    width: 4em;
    height: 4em;
  }
  .checkmark.error:before, .checkmark.error:after {
    position: absolute;
    content: ' ';
    height: 4em;
    width: 2px;
    background-color: #f00;
    -webkit-transform: all .5s ease;
            transform: all .5s ease;
  }
  .checkmark.error:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .checkmark.error:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  @-webkit-keyframes loader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 2em;
      opacity: 1;
    }
    40% {
      height: 4em;
      width: 2em;
      opacity: 1;
    }
    100% {
      height: 4em;
      width: 2em;
      opacity: 1;
    }
  }
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 2em;
      opacity: 1;
    }
    40% {
      height: 4em;
      width: 2em;
      opacity: 1;
    }
    100% {
      height: 4em;
      width: 2em;
      opacity: 1;
    }
  }
}

.popover > .arrow,
.popover > .arrow::after {
  display: none !important;
}
