/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/**
* Transforms a given palette color to the transparent version of it
*/
/* stylelint-disable */
.checkout_sprite, .bbb_badge_container .bbb_badge {
  background-image: url("/FP/Assets/Images/Sprites/checkout_sprite.png?v=64");
}
@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .checkout_sprite, .bbb_badge_container .bbb_badge {
    background-image: url("/FP/Assets/Images/Sprites/checkout_sprite@2x.png?v=64");
    background-size: 542px 465px;
  }
}

.phoneassistant_sprite, #checkout_footer #phone_assistant #phone, #checkout_footer #phone_assistant #working_hours_container #clock {
  background-image: url("/FP/Assets/Images/Sprites/phoneassistant_sprite.png?v=2");
}
@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .phoneassistant_sprite, #checkout_footer #phone_assistant #phone, #checkout_footer #phone_assistant #working_hours_container #clock {
    background-image: url("/FP/Assets/Images/Sprites/phoneassistant_sprite@2x.png?v=2");
    background-size: 41px 18px;
  }
}

.custom_message {
  font-size: 18px;
  color: #f56932;
  padding: 10px 0;
}

#pk_master_wrapper, .checkout_frame_container {
  background: #fff;
}

.checkout_frame_container {
  width: 100%;
}

#payment_suite_checkout.no_iframe {
  min-height: 100vh;
}

.container-fluid {
  padding: 0;
}

#pk_family_header_bg {
  background-color: #b6e2f6;
  background-image: none;
}

.checkout_frame_container, .container-fluid {
  background: #f8f5ee;
}

.pk_master_main {
  margin: 0;
}

.payment_iframe {
  background-color: #f8f5ee;
  width: 100%;
  height: 750px;
}

.bbb_badge_container .bbb_badge.rating_a_plus {
  background-position: 0 -405px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 207px;
  height: 60px;
}
.bbb_badge_container .bbb_badge.rating_a {
  background-position: -171px -288px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 207px;
  height: 60px;
}

.ftm_badge_container, .bbb_badge_container, .git_badge_container {
  float: left;
}

.ftm_badge_container, .bbb_badge_container {
  margin: 0 15px;
}

.git_badge_container {
  margin-right: 15px;
}

#checkout_footer {
  background: #fff;
}
#checkout_footer .checkout_badges {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0;
  min-height: 60px;
}
@media (min-width: 1200px) {
  #checkout_footer .checkout_badges {
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #checkout_footer .checkout_badges {
    float: left;
  }
}
#checkout_footer #phone_assistant {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #646362;
  font-weight: 200;
  margin-top: 23px;
}
@media (min-width: 1200px) {
  #checkout_footer #phone_assistant {
    float: right;
    width: 50%;
  }
}
#checkout_footer #phone_assistant #working_hours_container {
  display: block;
}
#checkout_footer #phone_assistant #working_hours_container #clock {
  background-position: -26px 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 3px;
}
#checkout_footer #phone_assistant #phone {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -2px;
}
#checkout_footer #phone_assistant #phone_number {
  font-weight: bold;
  white-space: nowrap;
}
#checkout_footer #phone_assistant #contact_info {
  padding-right: 5px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #checkout_footer #phone_assistant {
    padding: 0 5px 15px;
  }
}

@media screen and (max-width: 1199px) {
  #phone_assistant {
    text-align: center;
    padding-right: 15px;
  }

  .bbb_badge_container {
    margin: 0 15px;
    float: right;
  }

  .git_badge_container {
    margin-right: 15px;
    margin-left: 0;
  }

  #checkout_footer .checkout_badges {
    margin: 20px auto;
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0;
  }

  .security_icons_sprite {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}
.side_badges_variant .checkout_badges {
  display: none;
}