/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/**
* Transforms a given palette color to the transparent version of it
*/
/* stylelint-disable */
.show_banner {
  display: block;
}

.hide_banner {
  display: none;
}

.thin_special_banner .checkout_banner_main_lines {
  font-size: 15px;
}

.checkout_banner_wrapper {
  background-color: #f56932;
  width: 100%;
  position: relative;
  top: -10px;
  /* @media screen and (min-width: $max_width_for_product_small_image + 1) {
     height: 80px;
   }*/
}

.checkout_banner {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f56932;
}
@media screen and (max-width: 680px) {
  .checkout_banner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 680px) {
  .checkout_banner_content {
    float: left;
  }
}
@media screen and (min-width: 681px) {
  .checkout_banner_content {
    float: right;
  }
}

.checkout_banner_main_lines {
  font-weight: 200;
  color: #fff;
  font-size: 22px;
}

.checkout_banner_sub_lines {
  font-weight: 200;
  color: #e5e5e5;
  font-size: 15px;
}

@media screen and (max-width: 680px) {
  .checkout_banner_image {
    float: right;
  }
}
@media screen and (min-width: 681px) {
  .checkout_banner_image {
    max-width: 30%;
    float: left;
    margin: 11px calc(16.5% - 90px) 0;
  }
}