.withdrawn-form .input:hover, .withdrawn-form .input:active {
  border-color: none !important; }

.withdrawn-form .field-validation-error {
  color: #f1828d;
  font-size: 13px; }

.withdrawn-form input[type="checkbox"] {
  float: left;
  margin-top: 10px;
  width: 10%; }

.withdrawn-form input[type="submit"] {
  margin-top: -2rem; }

.withdrawn-form .umbraco-forms-tooltip-checkbox {
  float: right;
  width: 90%; }

.withdrawn-form .field-validation-valid, .withdrawn-form .field-validation-error {
  display: block;
  margin-bottom: 20px; }

.withdrawn-form .label {
  color: #898989;
  font-size: 15px;
  margin-bottom: 0 !important;
  font-weight: 400; }

.withdrawn-form .umbraco-forms-tooltip {
  color: #898989;
  font-size: 12px; }

.withdrawn-form .control {
  margin: 10px 0; }
  .withdrawn-form .control > .control {
    margin-bottom: 5px; }

.withdrawn-form .field-validation-valid {
  color: transparent; }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease,-webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.cc-nb-main-container {
  max-width: 768px;
  margin: 0 auto; }

.cc-nb-text, .cc-nb-title {
  color: white !important; }

.cc-nb-buttons-container > button {
  background-color: #395dae !important;
  color: white !important; }

.freeprivacypolicy-com---nb-simple {
  max-width: 100% !important;
  width: 100%;
  background-color: #123177 !important; }

@media (min-width: 600px) {
  .freeprivacypolicy-com---pc-dialog {
    top: 50%;
    margin: 0 auto !important;
    transform: translate(0, -50%);
    max-width: calc(100% - 20px) !important; } }

@media (max-width: 600px) {
  .freeprivacypolicy-com---pc-dialog {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important; }
  .cc-pc-container {
    height: 100%; }
  .cc-cp-body {
    flex-grow: 1; }
  .cc-pc-head-lang {
    padding: 15px !important; } }

@media (max-width: 768px) {
  .tablet-hidden {
    display: none !important; }
  .accountpage__order-details {
    width: 100% !important; }
    .accountpage__order-details__order-summary {
      width: 100% !important; }
    .accountpage__order-details__detail-row__name__text {
      display: block !important; }
    .accountpage__order-details__detail-row__name__link {
      margin: 10px 0;
      display: block; } }

.active {
  background: #dbdbdb; }

.expand {
  display: table-row !important; }

.order-details-div {
  display: none; }

.accountpage__order-details {
  padding-top: 15px;
  width: 80%;
  margin: auto; }
  .accountpage__order-details__order-summary {
    width: 45%;
    margin-left: auto; }
    .accountpage__order-details__order-summary__hr {
      border-top: 1px solid #dbdbdb;
      display: inline-block;
      width: 100%;
      margin: 15px 0px; }
    .accountpage__order-details__order-summary__row {
      display: inline-block;
      width: 100%; }
      .accountpage__order-details__order-summary__row__col--label {
        width: 49% !important;
        display: inline-block !important;
        text-align: end; }
      .accountpage__order-details__order-summary__row__col--price {
        white-space: nowrap;
        width: 49% !important;
        display: inline-block !important;
        text-align: end; }
  .accountpage__order-details table tr:last-of-type {
    border-bottom: 1px solid #dbdbdb; }
  .accountpage__order-details__detail-row {
    border-top: 1px solid #dbdbdb; }
    .accountpage__order-details__detail-row__name {
      padding-left: 0 !important; }
      .accountpage__order-details__detail-row__name__sku {
        color: darkgray;
        font-size: 0.8rem;
        display: block; }
      .accountpage__order-details__detail-row__name__text {
        color: #363636;
        font-size: 1rem;
        font-weight: 700; }
      .accountpage__order-details__detail-row__name__link a {
        color: #003da6;
        text-decoration: underline; }
        .accountpage__order-details__detail-row__name__link a:hover {
          cursor: pointer; }

.accountpage__table__heading {
  font-size: 1rem;
  font-weight: bold; }

.accountpage__table__row:hover {
  cursor: pointer; }

.accountpage__table__row--highlight {
  background: rgba(83, 83, 83, 0.1); }

.accountpage__table__row__order-number {
  color: grey;
  font-weight: bold; }

.accountpage__table__row__price {
  color: grey;
  font-weight: bold;
  white-space: nowrap; }

.accountpage__table__row__date {
  color: darkgray; }

.accountpage__table__row__icon {
  color: #003da6 !important; }

.inbetween-page__title {
  color: #001f53 !important; }

.inbetween-page__login {
  text-align: left; }

.trusted-marks-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }

.trusted-marks-container__block {
  width: 100%;
  max-height: 50px;
  display: inline-flex;
  vertical-align: middle; }

/* Styling of the Banner Block */
/*.block-payment {
    border-top: 1px solid $color-grey-lighter;
    -webkit-border-top: 1px solid $color-grey-lighter;
    -moz-border-top: 1px solid $color-grey-lighter;
    border-bottom: 1px solid $color-grey-lighter;
    -webkit-border-bottom: 1px solid $color-grey-lighter;
    -moz-border-bottom: 1px solid $color-grey-lighter;
    padding: 50px 0;
}*/
.payment-type-container {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto 3.5rem auto; }
  .payment-type-container .payment-type {
    margin: auto 0 !important;
    max-width: calc(calc(100% / 4) - 10px); }

@media (min-width: 1200px) {
  .payment-type-container {
    max-width: unset !important; }
    .payment-type-container .payment-type {
      max-width: calc(calc(100% / 8) - 10px) !important; } }

.search-banner {
  position: relative;
  height: 300px; }
  .search-banner .d-none {
    display: none !important; }
  .search-banner .input-results--container {
    display: flex;
    flex-direction: column; }
  .search-banner .input-results--container__item {
    padding: 10px; }
  .search-banner .input-results--container__item:hover {
    text-decoration: underline; }
  .search-banner .input-results.shown {
    z-index: 99; }
  .search-banner .search-banner-background {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .search-banner .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 0; }
  .search-banner .input-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column; }
    .search-banner .input-container .input-field-wrapper {
      display: flex;
      justify-content: center; }
    .search-banner .input-container .input-results.shown {
      display: block; }
    .search-banner .input-container .input-results {
      position: absolute;
      left: 0;
      right: 0;
      display: none;
      background: white;
      border-radius: 12px;
      padding: 20px;
      transform: translateY(5px);
      text-align: center;
      -webkit-box-shadow: -3px 4px 6px -4px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: -3px 4px 6px -4px rgba(0, 0, 0, 0.75);
      box-shadow: -3px 4px 6px -4px rgba(0, 0, 0, 0.75); }
    .search-banner .input-container .input-field {
      position: relative;
      margin: 0 auto;
      width: 100%; }
    .search-banner .input-container .input-field button {
      background-color: #003da6 !important;
      border: none;
      width: 50px;
      height: 50px;
      border-radius: 12px;
      color: white;
      font-size: 24px;
      z-index: 2; }
    .search-banner .input-container .input-field input {
      height: 50px;
      margin-left: -12px;
      padding-left: 20px;
      border-radius: 0 12px 12px 0;
      border-top: 1px solid white;
      border-right: 1px solid white;
      border-bottom: 3px solid lightgrey; }

@media (min-width: 500px) and (max-width: 1200px) {
  .search-banner .input-field {
    width: 66% !important; } }

@media (min-width: 1200px) {
  .search-banner .input-field {
    width: 33% !important; } }

.usp-links-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px; }
  .usp-links-grid a, .usp-links-grid p {
    width: fit-content;
    margin: 0 auto; }
  .usp-links-grid .lh-20 {
    line-height: 20px; }

@media (min-width: 1140px) {
  .usp-links-grid {
    grid-template-columns: repeat(6, 1fr) !important; } }

@media (min-width: 600px) and (max-width: 1140px) {
  .usp-links-grid {
    grid-template-columns: repeat(3, 1fr); } }

.faq-section .links a {
  line-height: 24px; }

.faq-section .links {
  gap: 15px; }

.faq-section:first-of-type {
  margin-bottom: 3rem; }

.faq-section-border {
  display: block;
  height: 5px;
  width: 100px;
  background-color: #003da6;
  border-radius: 4px; }

@media (min-width: 768px) {
  .faq-section {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
    .faq-section:first-of-type {
      margin-bottom: 0 !important; } }

.vendor-faq .vendors img {
  opacity: 0.4;
  transition: all .3s ease-in-out; }

.vendor-faq .vendors img:hover {
  opacity: 1 !important;
  cursor: pointer; }

.vendor-faq .vendors .selected img:hover {
  cursor: default; }

.vendor-faq .vendors .selected img {
  opacity: 1; }

.vendor-faq .faq-section {
  display: none !important; }

.vendor-faq .faq-section.visible {
  display: flex !important; }

@media (max-width: 375px) {
  .promotion-slider-block {
    padding: 0 !important; } }

.price--main--cad {
  grid-column-start: 1 !important;
  grid-column-end: 2 !important; }

.price--period--cad {
  grid-column-start: 2 !important; }
