@media (max-width: 767px) {
  .quote-popup .content {
    margin: 0 10px; } }

.quote-popup .modal-header {
  padding: 10px;
  border-bottom: 0; }
  .quote-popup .modal-header .action-close {
    padding: 0 8px !important;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 3px;
    color: #0d1d42;
    cursor: pointer;
    font-size: 1.6rem; }
    .quote-popup .modal-header .action-close i {
      font-size: 25px; }

.quote-popup .modal-content-a p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase; }

.quote-popup .modal-footer-a {
  background: unset;
  padding: 15px 0 0; }
  .quote-popup .modal-footer-a a {
    color: #fff;
    background: #0D9258;
    overflow: hidden;
    position: relative;
    user-select: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    width: 49%;
    text-align: center; }
    @media (max-width: 767px) {
      .quote-popup .modal-footer-a a {
        padding: 10px 0px;
        font-size: 1.3rem; } }

.information-product ._1iFmQA {
  position: relative; }
  .information-product ._1iFmQA:before {
    content: 'Special offer';
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    height: 27px;
    background: #f1431f;
    z-index: 2;
    top: 4px;
    left: 20px;
    color: #fff;
    min-width: 125px;
    line-height: 27px; }
    @media (max-width: 767px) {
      .information-product ._1iFmQA:before {
        left: 7px; } }
