/* 23/08/2023 */
:root {
  --mailer-image: url("/cdn/shop/files/image_101.png");
  --pouch-image: url("/cdn/shop/files/image_102.png");
  --tape-image: url("/cdn/shop/files/eurotote_form.png?v=1721844686");
  --box-image: url("/cdn/shop/files/image_104.png");
  --bubble-mailer-image: url("/cdn/shop/files/image_105.png");
  --garment-image: url("/cdn/shop/files/MicrosoftTeams-image_1.jpg");
}

.btn.green-custom {
  /* 	background: #549dac; */
  background-color: #65b1c6;
  color: #ffffff;
  font-size: 18px;
  font-family: SoleilW01 !important;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 25px;
  margin-bottom:30px;
}

.header_btn.btn {
  border-radius: 25px;
  display: inline-block;
  text-transform: capitalize;
  padding: 6px 13px;
}
/* logo-list */
ul.logo-bar.logosNew,
.gallery-slides {
  display: flex;
}
.logo-bar {
  list-style: none;
  text-align: center;
  margin-bottom: -35px;
}
.logo-list .outer-logo-items .logo-list-items .logo-bar {
  margin-bottom: 0;
}
.logo-list .outer-logo-items .logo-list-items .logo-bar .logo-bar__item {
  max-width: 100%;
  margin: 0 14px;
}
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 27.5px 35px;
}

.list--inline > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

#SiteNav li a {
  font-size: 18px !important;
  text-transform: uppercase;
  font-family: "SoleilW01" !important;
  letter-spacing: 0;
}
nav#AccessibleNav {
  text-align: center;
}
.site-nav__link--active .site-nav__label {
  border-bottom-color: #333232;
}
.d-flex-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}

span.submenu-indicator svg {
  height: 14px;
  width: 14px;
}
.pos-ralative {
  position: relative !important;
}
.pos-ralative .pixLink__dropdown {
  width: 200px;
}
.pixLink__dropdown {
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 5;
  display: block;
  visibility: hidden;
  background-color: #ffffff;
  min-width: 85%;
  padding: 1.5% 0;
  -webkit-box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15) !important;
  transform: translate3d(0px, -5px, 0px);
  max-height: 90vh;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.link_hover:not(.is-mega):hover .pixLink__dropdown {
  display: block;
  visibility: visible;
  transform: translateZ(0px);
  transition: all 1s cubic-bezier(0.2, 0.06, 0.05, 0.95);
}
.megamenu.megamenu-active {
  display: block;
  visibility: visible;
  transform: translateZ(0px);
  transition: all 1s cubic-bezier(0.2, 0.06, 0.05, 0.95);
}
.pixLink__dropdown ul.site-nav__deep-dropdown {
  width: 240px;
  left: 200px;
  position: absolute;
  display: none;
  background: #fff;
  top: 10px;
}
.site-nav__deep-dropdown-trigger:hover ul.site-nav__deep-dropdown {
  display: block;
}
.product-list-col {
  list-style: none;
}

li.header-main-menu-child-link-item,
li.header-main-menu-child-link-item a.tab_mega_link_pix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: static;
  width: 100%;
  line-height: 35px;
}

.site-nav a {
  padding: 3px 10px;
}

/* quck quote form popup */

#hsForm_3297ff28-0f0c-4acd-887e-6cef21f63f03 {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  h2 {
    text-transform: capitalize !important;
  }

  .field::after {
    box-shadow: none;
  }

  .inputs-list {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
  }

  fieldset {
    width: 100%;
    max-width: unset !important;
  }
  .hs_submit {
    margin-top: 2rem;
    input[type="submit"] {
      -webkit-appearance: none;
      background-color: #65b1c6;
      color: #fff;
      border-radius: 10px;
      font-size: 2rem;
    }
  }
  
  .form-columns-0 {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
  }
  .form-columns-1 {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    margin-bottom: 24px;
    ~ .form-columns-1 {
      margin-bottom: 0;
    }
  }
  .form-columns-2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 1rem 0;
    > div {
      /* width: 100%;
      input {
        width: calc(100% - 32px);
        padding: 2px 0;
        margin: 0 16px;
      } */
    }
  }
  .form-columns-3 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    @media only screen and (max-width: 768px) {
      grid-template-columns: 1fr;
      .hs-form-field {
        margin: 1rem 0;
      }
    }
    margin: 1rem 0;
  }
  .hs-form-field {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    width: 100%;
    input:not([type="checkbox"],[type="radio"]) {
      width: calc(100% - 16px);
      padding: 2px 0;
      margin: 0 8px;
    }
    ul.no-list {
      width: calc(100% - 32px);
      margin: 0 16px 16px;
      font-size: 12px;
      li {
        margin: 0 auto;
      }
      .hs-error-msg {
        font-size: 12px;
        color: #ee5555;
      }
    }
    > label {
      color: #65b1c6;
    }
  }
  .hs_when_do_you_need_these_by_,
  .hs_custom_quantity_new {
    margin-top: 32px;
  }
  .hs_message {
    margin: 16px 0 32px;
  }
  .hs-field-desc {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .hs-producttypes {
    height: 14rem;
  }
  textarea.hs-fieldtype-textarea {
    border-bottom: 1px solid #626262;
    border-radius: 0;
    min-height: 0 !important;
    height: 2rem;
    padding: 0;
    margin: 0 8px;
    width: calc(100% - 16px);
    &::-webkit-scrollbar {
      display: none;
    }
  }
  select.hs-input {
    width: calc(100% - 16px);
    margin: 0 8px;
    padding: 2px 0;
    border-bottom: 1px solid #626262;
    border-radius: 0;
    color: #626262;
  }
  .hs-input[type="text"],
  .hs-input[type="email"],
  .hs-input[type="tel"] {
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-style: solid;
    border-color: #626262;
    &.invalid {
      border-color: #ee5555;
    }
  }
  input#other_product-3297ff28-0f0c-4acd-887e-6cef21f63f03 { 
    /* this is the "looking for something else?" field */
    @media only screen and (max-width: 768px) {
      width: 90%;
    }
    width: 60%;
  }
  .hs_producttypes {
    @media only screen and (max-width: 768px) {
      margin-bottom: 14rem;
    }
    ul[role="checkbox"] {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      @media only screen and (max-width: 768px) {
        grid-template-columns: repeat(3, 1fr);
      }
      margin: 0 1rem 1rem;
      li {
        padding: 0.5rem;
      }
    }
  }
  .hs_custom_quantity_new {
    ul[role="checkbox"] {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      @media only screen and (max-width: 768px) {
        grid-template-columns: repeat(1, 1fr);
      }
      margin: 0 1rem 1rem;
      li {
        padding: 0.5rem;
      }
    }
  }
  .hs-form-radio {
    border: 1px solid #65b1c6;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    margin: 1rem;
    height: 4rem;
    transition: scale 0.3s ease-in-out;
    &:hover {
      transform: scale(1.1, 1.1);
    }
    label {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      span {
        position: absolute;
        font-size: 16px;
        inset: calc(50% - 1rem - 2px) 0 0;
      }
      input {
        width: 100%;
        height: 100%;
        display: block;
        appearance: none;
        border-radius: 10px;
        &::after {
          transition: opacity 0.3s ease-in-out;
          opacity: 0;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          inset: 0 0 0 0;
          display: block;
          box-shadow: 0 0 0 4px #65b1c6;
          border-radius: 10px;
        }
        &:checked::after {
          opacity: 1;
        }
      }
    }
  }

  .hs-form-booleancheckbox {
    margin: 0 auto;
  }
  .hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    span {
      margin-left: 0.5rem;
      font-size: 14px;
    }
  }
  .hs-form-checkbox {
    border: 1px solid #65b1c6;
    border-radius: 10px;
    box-sizing: border-box;
    height: 8rem;
    position: relative;
    margin: 1rem;
    @media only screen and (max-width: 768px) {
      margin: 1rem 1rem 3rem;
    }
    transition: scale 0.3s ease-in-out;
    &:hover {
      transform: scale(1.1, 1.1);
    }
    label {
      width: 100%;
      height: 100%;
      span {
        margin: 1rem 0;
        @media only screen and (max-width: 768px) {
          top: 100%;
        }
        font-size: 12px;
      }
      input {
        display: block;
        appearance: none;
        width: 100%;
        height: 100%;
        inset: 0;
        border-radius: 10px;
        &::after {
          transition: opacity 0.3s ease-in-out;
          opacity: 0;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          inset: 0 0 0 0;
          display: block;
          box-shadow: 0 0 0 4px #65b1c6;
          border-radius: 10px;
        }
        &:checked::after {
          opacity: 1;
        }
      }
      input#producttypes0-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes1-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes2-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes3-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes4-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes5-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        &::before {
          content: "";
          display: block;
          position: absolute;
          inset: 4px 4px 4px 4px;
          height: calc(100% - 8px);
          width: calc(100% - 8px);
        }
      }
      input#producttypes0-3297ff28-0f0c-4acd-887e-6cef21f63f03::before {
        background: no-repeat var(--mailer-image) center center/contain;
      }
      input#producttypes1-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--box-image) center center/contain;
      }
      input#producttypes2-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--bubble-mailer-image) center center/contain;
      }
      input#producttypes3-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--tape-image) center center/contain;
      }
      input#producttypes4-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--garment-image) center center/contain;
      }
      input#producttypes5-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--pouch-image) center center/contain;
      }
    }
  }
}
#hsForm_e48ccc51-2869-4726-a298-b115bb6b4c2e {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  h2 {
    text-transform: capitalize !important;
  }

  .field::after {
    box-shadow: none;
  }

  .inputs-list {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
  }

  fieldset {
    width: 100%;
    max-width: unset !important;
  }
  .hs_submit {
    margin-top: 2rem;
    input[type="submit"] {
      -webkit-appearance: none;
      background-color: #65b1c6;
      color: #fff;
      border-radius: 10px;
      font-size: 2rem;
    }
  }
  
  .form-columns-0 {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
  }
  .form-columns-1 {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    margin-bottom: 24px;
    ~ .form-columns-1 {
      margin-bottom: 0;
    }
  }
  .form-columns-2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 1rem 0;
    > div {
      /* width: 100%;
      input {
        width: calc(100% - 32px);
        padding: 2px 0;
        margin: 0 16px;
      } */
    }
  }
  .form-columns-3 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    @media only screen and (max-width: 768px) {
      grid-template-columns: 1fr;
      .hs-form-field {
        margin: 1rem 0;
      }
    }
    margin: 1rem 0;
  }
  .hs-form-field {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    width: 100%;
    input:not([type="checkbox"],[type="radio"]) {
      width: calc(100% - 16px);
      padding: 2px 0;
      margin: 0 8px;
    }
    ul.no-list {
      width: calc(100% - 32px);
      margin: 0 16px 16px;
      font-size: 12px;
      li {
        margin: 0 auto;
      }
      .hs-error-msg {
        font-size: 12px;
        color: #ee5555;
      }
    }
    > label {
      color: #65b1c6;
    }
  }
  .hs_when_do_you_need_these_by_,
  .hs_custom_quantity_new {
    margin-top: 32px;
  }
  .hs_message {
    margin: 16px 0 32px;
  }
  .hs-field-desc {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .hs-producttypes {
    height: 14rem;
  }
  textarea.hs-fieldtype-textarea {
    border-bottom: 1px solid #626262;
    border-radius: 0;
    min-height: 0 !important;
    height: 2rem;
    padding: 0;
    margin: 0 8px;
    width: calc(100% - 16px);
    &::-webkit-scrollbar {
      display: none;
    }
  }
  select.hs-input {
    width: calc(100% - 16px);
    margin: 0 8px;
    padding: 2px 0;
    border-bottom: 1px solid #626262;
    border-radius: 0;
    color: #626262;
  }
  .hs-input[type="text"],
  .hs-input[type="email"],
  .hs-input[type="tel"] {
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-style: solid;
    border-color: #626262;
    &.invalid {
      border-color: #ee5555;
    }
  }
  input#other_product-3297ff28-0f0c-4acd-887e-6cef21f63f03 { 
    /* this is the "looking for something else?" field */
    @media only screen and (max-width: 768px) {
      width: 90%;
    }
    width: 60%;
  }
  .hs_producttypes {
    @media only screen and (max-width: 768px) {
      margin-bottom: 14rem;
    }
    ul[role="checkbox"] {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      @media only screen and (max-width: 768px) {
        grid-template-columns: repeat(3, 1fr);
      }
      margin: 0 1rem 1rem;
      li {
        padding: 0.5rem;
      }
    }
  }
  .hs_custom_quantity_new {
    ul[role="checkbox"] {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      @media only screen and (max-width: 768px) {
        grid-template-columns: repeat(1, 1fr);
      }
      margin: 0 1rem 1rem;
      li {
        padding: 0.5rem;
      }
    }
  }
  .hs-form-radio {
    border: 1px solid #65b1c6;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    margin: 1rem;
    height: 4rem;
    transition: scale 0.3s ease-in-out;
    &:hover {
      transform: scale(1.1, 1.1);
    }
    label {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      span {
        position: absolute;
        font-size: 16px;
        inset: calc(50% - 1rem - 2px) 0 0;
      }
      input {
        width: 100%;
        height: 100%;
        display: block;
        appearance: none;
        border-radius: 10px;
        &::after {
          transition: opacity 0.3s ease-in-out;
          opacity: 0;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          inset: 0 0 0 0;
          display: block;
          box-shadow: 0 0 0 4px #65b1c6;
          border-radius: 10px;
        }
        &:checked::after {
          opacity: 1;
        }
      }
    }
  }

  .hs-form-booleancheckbox {
    margin: 0 auto;
  }
  .hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    span {
      margin-left: 0.5rem;
      font-size: 14px;
    }
  }
  .hs-form-checkbox {
    border: 1px solid #65b1c6;
    border-radius: 10px;
    box-sizing: border-box;
    height: 8rem;
    position: relative;
    margin: 1rem;
    @media only screen and (max-width: 768px) {
      margin: 1rem 1rem 3rem;
    }
    transition: scale 0.3s ease-in-out;
    &:hover {
      transform: scale(1.1, 1.1);
    }
    label {
      width: 100%;
      height: 100%;
      span {
        margin: 1rem 0;
        @media only screen and (max-width: 768px) {
          top: 100%;
        }
        font-size: 12px;
      }
      input {
        display: block;
        appearance: none;
        width: 100%;
        height: 100%;
        inset: 0;
        border-radius: 10px;
        &::after {
          transition: opacity 0.3s ease-in-out;
          opacity: 0;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          inset: 0 0 0 0;
          display: block;
          box-shadow: 0 0 0 4px #65b1c6;
          border-radius: 10px;
        }
        &:checked::after {
          opacity: 1;
        }
      }
      input#producttypes0-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes1-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes2-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes3-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes4-3297ff28-0f0c-4acd-887e-6cef21f63f03,
      input#producttypes5-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        &::before {
          content: "";
          display: block;
          position: absolute;
          inset: 4px 4px 4px 4px;
          height: calc(100% - 8px);
          width: calc(100% - 8px);
        }
      }
      input#producttypes0-3297ff28-0f0c-4acd-887e-6cef21f63f03::before {
        background: no-repeat var(--mailer-image) center center/contain;
      }
      input#producttypes1-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--box-image) center center/contain;
      }
      input#producttypes2-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--bubble-mailer-image) center center/contain;
      }
      input#producttypes3-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--tape-image) center center/contain;
      }
      input#producttypes4-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--garment-image) center center/contain;
      }
      input#producttypes5-3297ff28-0f0c-4acd-887e-6cef21f63f03 {
        background: no-repeat var(--pouch-image) center center/contain;
      }
    }
  }
}
.qqpopup {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 99999;
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#myPopup .custom-quick-quote-main-content {
  display: block;
  background: #fefefe;
  margin: auto;
  max-width: 720px;
  border: 1px solid #888;
  width: 94%;
  padding: 20px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  top: 150px;
}
#myPopup .close-popup {
  position: absolute;
  top: 3px;
  right: 19px;
  color: #65b1c6;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9;
}
.text-blue {
  color: #65b1c6;
}

.quick-quote-field {
  margin-bottom: 14px;
}
.custom-quick-quote-main-content
  input[type="checkbox"]
  + label.email-subscription-label,
.custom-quick-quote-main-content
  input[type="radio"]
  + label.email-subscription-label {
  position: relative;
  height: 20px;
  width: 250px;
  border-radius: 10px;
  padding: 0px;
  text-align: center;
  opacity: 0.8;
  border: none;
  margin-bottom: 10px;
  color: #575757;
}
#Susbscription .quick_quote_box {
  display: none !important;
}

.quick-quote-field.email-subscription {
  display: flex;
}
.email-subscription-label:before {
  left: -13px !important;
  top: 6px !important;
}
button#btn-qq-submit-lessthanminimum {
  display: none;
}
.header__icon .icon {
  fill: unset;
}

/*************** custom quick quote popup - copied from theme.css *********/
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center;
}
.justify-content {
  justify-content: center;
}
.custom-button-wrapper {
  width: 20%;
}
.header_btn.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11%;
  border-radius: 25px;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  padding: 6px 13px;
}
.text-blue {
  color: #65b1c6;
}
#myPopup .custom-quick-quote-main-content h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 4px;
}
.quick-quote-field.basic-info ul:last-child li {
  width: 100%;
}
.quick-quote-field.basic-info ul:last-child input {
  width: 100%;
}
#myPopup .custom-quick-quote-main-content .product-img img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: grid;
}
#myPopup .custom-quick-quote-main-content .product-img:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -4px;
  width: 95px;
  height: 106px;
  background-color: var(--afterback, transparent);
  border: 1px solid #65b1c6;
  border-radius: 10px;
}
.custom-quick-quote-main-content ul li span:last-child {
  font-size: 10px;
  display: inline-block;
}
.quick-quote-field input[type="text"],
.quick-quote-field input[type="email"] {
  width: 380px;
  height: 34px;
  margin: 0 auto;
  display: block;
  text-align: left;
  border: 0;
  padding: 10px 10px 10px 0;
  border-radius: 0;
  color: #949494;
  border-bottom: 1px solid #626262;
}
.custom-quick-quote-main-content input:focus-visible {
  outline: none;
}
.quick-quote-field {
  margin-bottom: 14px;
}
.quick-quote-field.basic-info input {
  width: 240px;
  border-radius: 0;
}
.quick-quote-field.timeline-field img {
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
.quick-quote-field.timeline-field ul {
  width: 90%;
  margin: 0 auto;
}
.quick-quote-field.timeline-field ul li {
  width: 20%;
  border: 1px solid #ccc;
  margin: 3px;
  border-radius: 8px;
}
/* .custom-quick-quote-main-content input[type="checkbox"],
.custom-quick-quote-main-content input[type="radio"] {
  display: none;
} */
.custom-quick-quote-main-content input[type="checkbox"] + label,
.custom-quick-quote-main-content input[type="radio"] + label {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  opacity: 0.8;
  border: 1px solid #549dac;
  margin-bottom: 10px;
}
.custom-quick-quote-main-content .productOption label img {
  width: 55px;
}
.productOption span {
  font-size: 14px;
  text-align: center;
  display: inherit;
  line-height: 20px;
}

.custom-quick-quote-main-content .quick-quote-field input::placeholder {
  color: #949494;
}
.custom-quick-quote-main-content .btn {
  border-radius: 5px;
  font-size: 18px;
  margin: 0 auto;
  line-height: 26px;
  font-weight: 400;
  padding: 4px 10px;
  text-transform: capitalize;
}
/* close popup */
#myPopup .close-popup {
  position: absolute;
  top: 3px;
  right: 19px;
  color: #65b1c6;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9;
}
#myPopup .close-popup:hover,
#myPopup .close-popup:focus {
  color: #000;
}
h2 {
  font-family: SoleilW01 !important;
  font-size: 32px;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.center {
  text-align: center;
}
p.error {
  color: red;
  margin: 0;
  font-size: 16px;
  line-height: initial;
  text-align: left;
  display: none;
}
#step-2 .quick-quote-field p {
  font-size: 23px;
  line-height: 41px;
}
fieldset .next.btn.action-button.validity_check_button {
  background: #549dac;
  color: #fff;
}
fieldset #step-2nd .next.btn.action-button.validity_check_button {
  background: transparent;
  color: #549dac;
}

#step-2nd {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
input[type="submit"] {
  background: transparent;
}
#step-2nd .action-button {
  padding: 6px 21px;
  border-radius: 36px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  border: 1px solid #65b1c6;
}
input#btn-qq-submit {
  width: 40%;
}
#step-2nd {
  width: 90%;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
input.btn.previous.action-button {
  width: 40%;
  color: #fff;
}
#myPopup .success-msg .col-2 {
  width: 50%;
  margin: 0 auto;
}

.get-quote_btn {
  border: 1px solid black;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .header_btn.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35%;
    border-radius: 25px;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 13px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .header_btn.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23%;
    border-radius: 25px;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 13px;
  }
}

@media only screen and (min-width: 740px) and (max-width: 749px) {
  .grid__item.medium-up--one-fifth.medium-up--one-quarter_.text-right.site-header__icons.site-header__icons--plus {
    margin-top: 0px;
  }
}
.inthis_guide_box .inthisguide {
  position: relative;
}
.inthis_guide_box .inthisguide:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #333232;
  left: -12px;
  top: 10px;
}
/*************** custom quick auote popup *********/
