* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--text-color-1);
  background-color: var(--bg-color-1);
}
#wpadminbar {
  display: block;
}
.archive-main {
  margin-top: 100px;
}

.text-link,
.text-link:visited {
  color: var(--title-color);
  text-decoration: none;
}
.text-link:hover,
.text-link:active {
  color: var(--title-color);
  text-decoration: underline;
}
.gallery-arrow {
  display: none;
  border: none;
  color: transparent;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery-arrow.prev {
  background-image: url("../img/Freccia-indietro.svg");
}
.gallery-arrow.next {
  background-image: url("../img/Freccia-indietro.svg");
  transform: rotate(180deg);
}

/************************************/
/*           Font Styles            */
/************************************/
.cat-badge {
  max-width: fit-content;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.6px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 10px;
  margin-bottom: 27px;
  border-radius: 4px;
  color: var(--text-color-1);
  background-color: var(--bg-color-2);
}
.title-1 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 60px;
  min-height: 86px;
  color: var(--bg-color-1);
}
.title-2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 19px;
  color: var(--title-color);
}
.title-3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 48px;
  color: var(--text-color-1);
}
.text-red {
  color: var(--title-color);
}
.text-1 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 19px;
}
.text-2 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.red-btn {
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0;
  text-decoration: none;
  border: 1px solid var(--title-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-color-1);
  background-color: var(--title-color);
  transition: 0.3s;

  &:hover,
  &:active {
    text-decoration: none;
    color: var(--title-color);
    background-color: var(--bg-color-1);
  }
}

.post-thumb {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.archive-slider .slick-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.archive-slider .slick-dots-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}

/************************************/
/*             Main Menu            */
/************************************/
.navbar {
  height: 100px;
  color: var(--text-color-1);
  background-color: var(--bg-color-1);
  padding: 22px 0;
  z-index: 999;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;

  .menu-item {
    padding: 16px;
    text-align: center;
  }

  .nav-item {
    margin-right: 0;
  }

  .nav-link {
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0px;
    padding: 0;
    color: var(--text-color-1);
    transition: 0.3s;

    &:hover,
    &:active {
      color: var(--title-color);
      font-weight: 700;
    }
  }

  .navbar-brand {
    max-width: 190px;
    height: auto;
    margin-right: 5px;

    @media (min-width: 578px) {
      max-width: 100%;
      margin-right: 16px;
    }
  }
}

#navbarSupportedContent {
  background-color: var(--bg-color-1);

  @media (min-width: 768px) {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  &.collapsing,
  &.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  &.show {
    @media (min-width: 768px) {
      height: auto;
    }
  }
}

/* Search Button */
.search-btn {
  width: 16px;
  height: 16px;
  border: none;
  background-color: var(--bg-color-1);
  transition: 0.3s;
  opacity: 1;
  margin-bottom: 20px;

  &:hover,
  &:active {
    opacity: 0.7;
  }

  @media (min-width: 768px) {
    margin-bottom: 0;
  }

  svg {
    display: block;
    width: 16px;
    height: 16px;
    color: var(--text-color-1);
  }
}

/************************************/
/*        Front Page Header         */
/************************************/
.archive-slider {
  margin-top: 80px;
  height: 530px;
  opacity: 0;
  transition: 0.3s;

  &.slick-initialized {
    opacity: 1;
  }

  .slick-list,
  .slick-track {
    height: 100%;
  }

  .dots-box {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.slick-dots {
  padding: 0;
  display: flex;

  li {
    list-style: none;
    margin-right: 5px;

    &:only-child {
      display: none;
    }

    button {
      width: 8px;
      height: 8px;
      padding: 0;
      color: transparent;
      background-color: transparent;
      border: 1px solid var(--bg-color-1);
      border-radius: 50%;
    }

    &.slick-active {
      button {
        background-color: var(--bg-color-1);
      }
    }
  }
}

/* Archive Slider Single Slide */
.archive-slide {
  height: 100%;
  position: relative;

  .post-thumb {
    position: absolute;
  }

  .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(68, 68, 68, 0.6);
  }
}
.slide-placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/************************************/
/*       Front Loop Sections        */
/************************************/
.archive-filter-section {
  padding: 35px 0;
}
#archive-select {
  width: 187px;
  color: var(--text-color-2);
  padding: 9px;
  border: 1px solid var(--text-color-2);
  border-radius: 4px;
  margin-left: 21px;
}
.archive-post {
  margin-bottom: 42px;
}
.archive-post-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.archive-post-thumb img {
  object-fit: cover;
}
.archive-post-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 34px 0;
}
.post-header {
  /* height: 86px; */
  border-bottom: 1px solid var(--bg-color-2);
}
.post-body {
  /* height: 180px; */
  flex: auto;
}
.post-body .title-3.text-1 {
  margin: 25px 0;
}
.post-body .text-1 {
  margin-top: 26px;
}
.archive-post-info {
  padding: 0;

  .price {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .archive__post__info__list {
    list-style: none;
    padding-left: 0;
    padding-top: 25px;
    margin-bottom: 0;
  }

  .archive__post__info__item {
    display: flex;
    align-items: flex-start;
  }

  .archive__post__info__icon__wrapper {
    width: 18px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
  }

  .red-btn {
    width: 155px;
    border: 1px solid var(--title-color);
  }

  .info-list {
    margin: 0;
    margin-top: 25px;
    padding: 0;

    .text-2 {
      margin-top: 25px;
      list-style: none;
    }
  }
}

.info-icon {
  max-width: 18px !important;
  max-height: 18px !important;
  object-fit: contain;
}

.archive-post-thumb {
  @media (min-width: 576px) {
    width: 520px;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .archive-post-thumb {
    width: 260px;
    height: 664px;
  }
  .archive-post-text {
    padding: 34px;
    padding-right: 15px;
  }
  .archive-post-info {
    padding: 0 34px;
    padding-bottom: 34px;
  }
  .post-body {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .archive-post-thumb {
    height: 400px;
  }
  .archive-post-info {
    height: 100%;
    padding: 34px 15px;
    border-left: 1px dashed var(--bg-color-2);
  }
  .post-body {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .post-body {
    height: 180px;
  }
  .archive-post-thumb {
    height: 360px;
  }
}

.pagination-section {
  .pagination-box {
    display: flex;
  }
}

/************************************/
/*           Single Event           */
/************************************/
#single-event-gallery {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 16px;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-name: slideInFromLeft;
  animation-fill-mode: forwards;

  .col-md-9 {
    position: relative;
    overflow: hidden;
    display: block;
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.single-event-gallery-big {
  max-height: 530px;
  height: 100%;
  padding-bottom: 32px;

  .slick-list,
  .single-event-gallery-big .slick-track {
    @media (min-width: 768px) {
      height: 100%;
    }
  }

  .slick-slide {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 530px;
  }

  @media (min-width: 768px) {
    padding-bottom: 0;
  }
}

.single-event-gallery-nav {
  max-height: 530px;
  padding-left: 0;
  /* height: 100%; */
  height: 93px !important;

  @media (min-width: 768px) {
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    height: 100% !important;
  }

  .red-btn {
    width: 100%;
  }

  .slick-prev {
    margin-bottom: 16px;
  }

  .slick-next {
    margin-top: 16px;
  }

  .slick-list,
  .slick-track {
    height: 93px !important;

    @media (min-width: 768px) {
      height: 100% !important;
    }
  }

  .slick-list {
    @media (min-width: 1200px) {
      max-height: 418px;
    }
  }

  .slick-slide {
    margin-bottom: 0;
    margin-right: 16px;
    height: 93px !important;
    width: auto !important;
    object-fit: cover;
    max-height: 165px;

    @media (min-width: 768px) {
      height: auto !important;
      width: 100% !important;
    }

    &:not(:last-child) {
      @media (min-width: 768px) {
        margin-bottom: 16px;
        margin-right: 0;
      }
    }
  }
}

/* Single Event - Link Back */
.arrow-link-section {
  padding-top: 43px;
  padding-top: 27px;

  &::after {
    content: "";
    display: block;
    padding-top: 27px;
    border-bottom: 1px solid var(--bg-color-2);
  }

  .arrow-link {
    color: var(--text-color-1);
    text-decoration: none;
    transition: 0.3s;

    &:hover,
    &:active {
      text-decoration: none;
      color: var(--text-color-2);
    }

    img {
      padding-right: 17px;
    }
  }
}

/* Single Event Info */
#single-event-info {
  padding: 28px 0;

  .title-1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 50px;
    min-height: auto;
  }

  .title-2 {
    color: var(--text-color-1);
  }

  .single-gmap-link {
    color: var(--text-color-2);
    display: block;
  }

  .info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .info-item {
    display: flex;
    gap: 12px;
  }

  .info-item-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .info-item-content {
    display: flex;
    flex-direction: column;
  }
}

/* Single Event Desc */
#single-event-description {
  margin-bottom: 60px;

  @media screen and (max-width: 992px) {
    margin-bottom: 28px !important;
  }

  .title-2 {
    color: var(--text-color-1);
  }
}

/************************************/
/*    Multistep checkout - Data     */
/************************************/

.time-slot-info-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--title-color);
  border-radius: 4px;
  margin-bottom: 60px;

  thead {
      border-bottom: 1px solid var(--title-color);
  }

  tr {
      width: 100%;
      display: flex;
  }

  th,
  td {
      width: 33%;
      padding: 10px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

.product-addtocart {
  position: relative;
}
.multistep-section {
  height: 0;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin: 0;
}
.multistep-section .position-absolute {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.calendar-frame {
  display: flex;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.3s;
}

.multistep-section .title-3 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.multistep-section .title-3 img {
  margin-right: 18px;
}
#event-calendar-date-section .slick-arrow {
  top: 30px;
  width: 7px;
  height: 14px;
  position: absolute;
  color: transparent;
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/Freccia-indietro.svg");
  z-index: 5;
}
#event-calendar-date-section .slick-prev {
  left: 36px;
}
#event-calendar-date-section .slick-next {
  right: 36px;
  rotate: 180deg;
}
#event-calendar-date-section .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.calendar-slide .title-2 {
  color: var(--text-color-1);
  margin-top: 24px;
  margin-left: 60px;
}
.calendar-slide th.text-1 {
  text-transform: lowercase;
  font-weight: normal;
}
.calendar-slide thead,
.calendar-slide thead tr,
.calendar-slide thead tr th,
.calendar-slide tbody,
.calendar-slide tbody tr,
.calendar-slide tbody tr td {
  border: none;
  padding: 3px;;
}

.calendar-slide thead tr {
  border-bottom: 1px solid var(--bg-color-2);
}
.calendar-slide thead {
  margin-bottom: 1px;
}
.calendar-slide tr td {
  width: 114px;
  height: 50px;
  margin: 0;
  padding: 0;
}
.calendar-btn {
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
  color: var(--bg-color-1);
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 1px;
  padding: 0;
  height: 50px;
  width: 30px;
  transition: 0.3s;
}
@media (min-width: 576px) {
  .calendar-btn {
    margin-top: 1px;
    width: 50px;
  }
}
.calendar-btn.event-closed {
  color: var(--text-color-1);
  background-color: transparent;
  border-color: transparent;
  opacity: 0.5;
}
.calendar-btn.event-disabled {
  color: var(--text-color-1);
  background-color: var(--bg-color-2);
  border-color: transparent;
  opacity: 0.5;
}
.calendar-btn.event-clicked {
  color: var(--bg-color-1);
  background-color: var(--title-color);
}
.calendar-btn:not(.event-closed):not(.event-disabled):hover,
.calendar-btn:not(.event-closed):not(.event-disabled):active {
  color: var(--title-color);
  background-color: var(--bg-color-1);
  border-color: var(--title-color);
}

/************************************/
/*   Miltistep Checkout - Orario    */
/************************************/
.time-slots-group {
  display: none;
}
.time-slot-btn {
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0;
  text-decoration: none;
  border: 1px solid var(--title-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-color-1);
  background-color: var(--title-color);
  transition: 0.3s;

  &:not(:disabled):hover,
  &:not(:disabled):active {
    text-decoration: none;
    color: var(--title-color);
    background-color: var(--bg-color-1);
  }

  &:disabled {
    opacity: 0.7;
  }
}

.time-slot-btn:not(:disabled):active .people-num,
.time-slot-btn:not(:disabled):hover .people-num,
.slot-clicked .people-num {
  color: var(--bg-color-1);
}
.slot-btn-row {
  display: flex;
  align-items: center;
}
.slot-btn-row:not(:last-child) {
  margin-bottom: 29px;
}
.slot-btn-row .img {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.slot-btn-row:nth-child(1) .img {
  background-image: url("../img/Orario-grigio.svg");
}
.slot-btn-row:nth-child(2) .img {
  background-image: url("../img/Posti-disponibili-grigio.svg");
}
.time-slot-btn:not(:disabled):active .slot-btn-row:nth-child(1) .img,
.time-slot-btn:not(:disabled):hover .slot-btn-row:nth-child(1) .img,
.slot-clicked .slot-btn-row:nth-child(1) .img {
  background-image: url("../img/Orario-bianco.svg");
}
.time-slot-btn:not(:disabled):active .slot-btn-row:nth-child(2) .img,
.time-slot-btn:not(:disabled):hover .slot-btn-row:nth-child(2) .img,
.slot-clicked .slot-btn-row:nth-child(2) .img {
  background-image: url("../img/Posti-disponibili-bianco.svg");
}
.people-num {
  color: var(--title-color);
}
.legenda {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
.legenda li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.legenda .evento-color {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid;
  margin-right: 15px;
}
.legenda .evento-disponibile .evento-color {
  border-color: var(--text-color-1);
  background-color: var(--bg-color-1);
}
.legenda .evento-chiuso .evento-color {
  border-color: var(--bg-color-2);
  background-color: var(--bg-color-2);
}
.legenda .evento-selezionato .evento-color {
  border-color: var(--title-color);
  background-color: var(--title-color);
}

/************************************/
/*  Miltistep Checkout - Biglietto  */
/************************************/

.multistep-row {
  padding: 20px 0;
  border-bottom: 1px solid var(--bg-color-2);
}
.quantity {
  display: flex;
  justify-content: space-between;
  width: 104px;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.quantity input {
  width: 44px;
  height: 28px;
  text-align: center;
}

.quantity button,
.quantity button:visited {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: var(--bg-color-2);
  transition: 0.3s;
}

.quantity button:hover,
.quantity button:active {
  background-color: var(--text-color-2);
}
.quantity button:disabled {
  color: var(--bg-color-1);
  background-color: var(--bg-color-2);
}

.quantity input {
  border: none;
}

.single-other-service {
  margin-bottom: 42px;
}

#regular-ticket {
  display: none;
}

.product-addtocart {
  display: block;
}
.related {
  display: none;
}
.service_row {
  display: block;
}

/************************************/
/*         Product Sidebar          */
/************************************/

.single-event-sidebar {
  margin-left: 0;
  margin-top: 28px;

  @media (min-width: 768px) {
    margin-left: 31px;
  }

  .sidebar-box {
    padding: 21px;
    background-color: var(--bg-color-3);
    margin-bottom: 45px;

    .red-btn {
      width: 100%;
      padding: 8px;
      height: auto;
      line-height: 15px;
    }
  }

  .single-event-price {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 22px;

    &:after {
      content: "a persona";
      color: var(--text-color-2);
      margin-left: 5px;
    }
  }

  .desc {
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 0;

    hr {
      color: var(--text-color-2);
    }
  }
}

/************************************/
/*      Accordion Block (FAQ)       */
/************************************/
.accordion-section {
  margin-top: 75px;
}
.accordion-section .title-3 {
  margin-bottom: 75px;
}
.accordion {
  --bs-accordion-active-color: transparent;
  --bs-accordion-btn-focus-border-color: transparent;
  margin-bottom: 75px;
}
.accordion,
.accordion-item,
.accordion-header,
.accordion-button {
  border: 0;
  border-radius: 0 !important;
}
.icon-placeholder {
  width: 22px;
  height: 22px;
  margin-right: 18px;
}
.accordion-item .icon {
  width: auto;
  max-width: 22px;
  height: 22px;
  margin-right: 18px;
}
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--bg-color-2);
}
.accordion-button:not(.collapsed) {
  background-color: var(--bg-color-1);
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 31px 38px;
}

/************************************/
/*      Front Page FAQ Section      */
/************************************/
#footer-faq-section {
  margin-top: 40px;
}
#footer-faq-section article {
  padding: 44px 0;
  border-top: 1px solid var(--bg-color-2);
}
.faq-list-item,
.faq-list-item:visited {
  display: flex;
  align-items: center;
  padding: 7.5px 0;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--bg-color-2);
  text-decoration: none;
  transition: 0.3s;
}
.faq-list-item:hover,
.faq-list-item:active {
  filter: opacity(70%);
  text-decoration: none;
}
.faq-logo {
  width: 20.5px;
  height: 20.5px;
  margin-right: 13.5px;
}
.faq-list-item .title-2 {
  margin: 0;
}
@media (min-width: 768px) {
  .faq-list-item:not(:nth-of-type(2n)) {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .faq-list-item:not(:nth-of-type(3n)) {
    margin-right: 30px;
  }
  .faq-list-item .title-2 {
    min-height: 56px;
  }
  .faq-logo {
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .faq-list-item .title-2 {
    min-height: auto;
  }
  .faq-logo {
    margin-bottom: 0;
  }
}

/************************************/
/*       Newsletter Section         */
/************************************/
#footer-newsletter-section {
  background-color: var(--bg-color-2);
  padding: 56px 0;
}
#footer-newsletter-section .title-3 {
  margin-bottom: 9px;
}
#footer-newsletter-section .text-1 {
  margin-bottom: 0;
}
#footer-newsletter-section .col-12:nth-of-type(2) {
  padding-right: 28px !important;
}
#footer-newsletter-section input[type="email"] {
  width: 100%;
  padding: 9px;
  border: none;
  border-radius: 4px;
}
#footer-newsletter-section .red-btn {
  width: 170px;
  border: none;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #footer-newsletter-section .red-btn {
    margin-top: 0;
  }
}

#footer-newsletter-section .wpcf7-spinner {
  display: none;
}
#footer-newsletter-section .wpcf7-form .row .col-12 p:not(.text-1) {
  height: 40px;
  margin: 0;
}

/************************************/
/*              Footer              */
/************************************/
footer {
  color: var(--bg-color-1);
  background-color: var(--text-color-1);
}
footer article {
  padding: 25px 0;
}
.footer-logo {
  margin-bottom: 21px;
}
#footer-credits {
  border-top: 1px solid var(--text-color-2);
  padding-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-credits .text-1 {
  color: var(--text-color-2);
  margin: 0;
}
#footer-info a,
#footer-info a:visited {
  color: var(--bg-color-1);
  text-decoration: none;
  transition: 0.3s;
}
#footer-info a:hover,
#footer-info a:active {
  color: var(--text-color-2);
  text-decoration: none;
}

#order-detail-section img {
  margin-right: 12px;
}

#coupon-code-wrapper {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-between;
}

#coupon-code-wrapper p:not(.form-row) {
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 23px;
  color: #00a841;
  text-decoration: underline;
}

#coupon-code-wrapper p.form-row {
  margin-top: 0;
  padding: 0;
}

#coupon-code-wrapper .form-row-first {
  width: 68%;
}
#coupon-code-wrapper .form-row-last {
  width: 28%;
}
